@charset "utf-8";
/*
 
 * 17素材vip建站专区模块代码
 * 详尽信息请看官网：http://www.17sucai.com/pins/vip
 *
 * Copyright , 温州易站网络科技有限公司版权所有
 * 图片不能商用，代码可商用。
 
 * 请尊重原创，未经允许请勿转载。
 * 在保留版权的前提下可应用于个人或商业用途
 
*/

*{margin: 0;padding: 0;box-sizing: border-box;font-weight: normal;}
html,
body{font-family: "Microsoft YaHei";font-size: 14px;}
ul{list-style: none;}
a{text-decoration: none;color: inherit;}
.section-mall{background-image: url(../images/homepage-mall-bg.jpg);background-position: center top;background-repeat: no-repeat;background-size: cover;}
.section-title{text-align: center;padding-top: 60px;padding-bottom: 52px;}
.section-title h1{position: relative;font-size: 36px;line-height: 50px;letter-spacing: 4px;color: #252b3a;}
.section-title h2{margin-top: 10px;font-size: 18px;line-height: 22px;letter-spacing: 2px;color: #666a75;}
.section-wrapper{max-width: 1440px;padding-left: 30px;padding-right: 30px;margin-left: auto;margin-right: auto;height: auto; overflow: hidden;}
.mall-app>ul{margin-left: -10px;margin-right: -10px;}
.mall-app>ul:before,
.mall-app>ul:after{content: " ";display: table;box-sizing: inherit;}
.mall-app>ul>li{float: left;width: 20%;padding-left: 10px;padding-right: 10px;}
.mall-app-card{position: relative;height: 400px;overflow: hidden;background-color: grey;text-align: center;cursor: pointer;}
.mall-app-card-bg{position: absolute;z-index: 0;top: 0;right: 0;bottom: 0;left: 0;background-size: cover;background-position: center;transition: 0.2s;}
.mall-app-card-top{position: relative;height: 100%;}
.mall-app-card-top i{display: block;position: absolute;top: 80px;right: 0;left: 0;width: 48px;height: 48px;margin: 0 auto;background-size: cover;background-position: center;transition: 0.2s;}
.mall-app-card-top h2{position: absolute;top: 90px;right: 0;left: 0;font-size: 20px;line-height: 28px;color: #fff;transition: 0.2s;}
.mall-app-card-top h2:before{content: "";position: absolute;top: 100%;right: 0;left: 0;width: 0;height: 4px;margin: 15px auto;background-color: #f66f6a;transition: 0.2s 0.2s;}
.mall-app-card-top p{position: absolute;top: 140px;right: 0;left: 0;padding-left: 40px;padding-right: 40px;margin: 10px auto 0;font-size: 14px;line-height: 24px;color: #fff;opacity: 1;transition: 0.2s;}
.mall-app-card-bottom{position: relative;height: 50%;padding-top: 50px;font-size: 14px;line-height: 24px;color: #fff;}
.mall-app-card-bottom li{margin-bottom: 10px;}
.mall-app-card-bottom li a:hover{color: rgb(246, 111, 106);}
.section-bottom{padding-top: 40px;padding-bottom: 50px;}
.section-more-wrap{text-align: center;}
.section-more-wrap a{display: inline-block;font-size: 16px;line-height: 24px;color: #666a75;cursor: pointer;user-select: none;transition: 0.2s;}
.section-more-wrap a:hover{color: rgb(246, 111, 106);}
.section-more-wrap a:hover i{transform: translate3d(5px, 0px, 0px);}
.section-more-wrap a .cui-icon{margin-top: -2px;margin-left: 10px;transition: transform 0.2s;}
.cui-icon{font-family: 'cui-icon' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;display: inline-block;vertical-align: middle;font-size: 16px;}
.mall-app-card:hover .mall-app-card-bg{-ms-transform: scale(1.05); transform: scale(1.05);} .mall-app-card:hover .mall-app-card-top i{opacity: 0;}
.mall-app-card:hover .mall-app-card-top h2{top: 85px;}
.mall-app-card:hover .mall-app-card-top h2:before{width: 68px;}
/*.mall-app-card:hover .mall-app-card-top p{margin-top: 30px; opacity: 1;}*/

.bk{
    width: 80%;
    height: 80%;
    position: absolute;
    left: 10%;
    top: 10%;
    transition: 0.5s all;

}
.mall-app-card-top:hover .bk{
    border: 1px solid #fff;
}







.case-content-bg{
    padding-bottom: 0;
    height: 665px;
    background: url(/images/case-background.png) no-repeat;
    background-size: cover;
    background-position: center 50%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.case-content-info{
    background-position: center 10%;
    padding: 80px 0;
}
.case-box{
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

.case-box-title{
    text-align: center;
    color: #fff;
    font-weight:normal;
    padding-bottom:40px;
}

.case-box-title em{
    display: block;
    margin-bottom: 14px;
    font-style: normal;
    font-size: 30px;
    font-weight: normal;

}

.case-box-title span{
    font-size: 16px;
    opacity: .6;
    color: #fff;
    text-align: center;
}

.case-item{
    cursor: pointer;
    width: 280px;
    height: 390px;
    float: left;
    display: block;
    margin: 20px 0 0 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: -webkit-linear-gradient(bottom, rgba(72, 72, 79, 0.3) 0%, #33333a 100%);
    background-image: -moz-linear-gradient(bottom, rgba(72, 72, 79, 0.3) 0%, #33333a 100%);
    background-image: -moz-linear-gradient(to top, rgba(72, 72, 79, 0.3) 0%, #33333a 100%);
    background-image: -o-linear-gradient(to top, rgba(72, 72, 79, 0.3) 0%, #33333a 100%);
    background-image: linear-gradient(to top, rgba(72, 72, 79, 0.3) 0%, #33333a 100%);
    background-repeat: repeat
}

.case-wrapper .case-item:hover {
    margin-top: 0;
    height: 430px
}

.case-item-bg1{
    margin: auto;
    background: url(/images/case-logo001.png) no-repeat center;
    background-size: contain;

}

.case-item-bg2{
    margin: auto;
    background: url(/images/case-logo002.png) no-repeat center;
    background-size: contain;

}

.case-item-bg3{
    margin: auto;
    background: url(/images/case-logo003.png) no-repeat center;
    background-size: contain;

}

.case-item-bg4{
    margin: auto;
    background: url(/images/case-logo004.png) no-repeat center;
    background-size: contain;

}

.case-item-bg{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-top: 50px;
}



.case-item-title{
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 20px 0;
    line-height: 40px;
}

.case-item-text{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    height: calc(100% - 338px);
    margin: 0 50px;
    overflow: hidden;
}

.case-item-doc{
    padding: 20px 30px;
    width: 280px;
    bottom: 0;
    position: absolute;
    background: #27272e;
}

.case-item-doc p{
    line-height: 30px;
    margin: 0;
    font-size: 14px;
    color: #999999;
}

.case-item-doc p a{
    font-size: 14px;
    color: #fff;
    float: left;
    width: calc(50% - 1px);
}
.case-item-doc a+a::before {
    content: '|';
    float: left;
    color: rgba(102,102,102,0.6)
}

.case-wrapper .case-item+.case-item {
    margin-left: 20px;
}

.case-wrapper  .case-item .case-item-doc a+a {
    text-align: right;
}

.case-wrapper  .case-item a:hover{
    text-decoration:underline;
}




.auto-box{width:100%;height:auto;padding:30px 0 40px;background:#fff}
.main-box{max-width:1200px;height:auto;margin:0 auto}
.index-tit{padding:40px 0;text-align:center}
.index-tit h1{font-size:30px;color:#363f45;font-weight:normal}
.index-tit p{font-size:20px;color:#abb0b4;padding-top:15px}
.index-tserver{width:100%;background:url('/images/360server-line.png') no-repeat center 125px;box-sizing:border-box;text-align:center;padding:0 2.6%}
.index-tserver li{width:24.8%;min-width:162px;height:162px;text-align:center;box-sizing:border-box;padding-top:106px;font-size:14px;color:#656d73;display:inline-block;position:relative;cursor:pointer;margin-bottom:10px;margin-left:-0.1%}
.index-tserver li.tserver-list1{background:url('/images/360server-icon1.png') no-repeat center top}
.index-tserver li.tserver-list2{background:url('/images/360server-icon2.png') no-repeat center top}
.index-tserver li.tserver-list3{background:url('/images/360server-icon3.png') no-repeat center top}
.index-tserver li.tserver-list4{background:url('/images/360server-icon4.png') no-repeat center top}
.index-tserver li.tserver-list5{background:url('/images/360server-icon5.png') no-repeat center top}
.index-tserver li.tserver-list6{background:url('/images/360server-icon6.png') no-repeat center top}
.index-tserver li.tserver-list7{background:url('/images/360server-icon7.png') no-repeat center top}
.index-tserver li p{width:162px;height:162px;display:inline-block;position:absolute;top:0;left:50%;margin-left:-81px;border-radius:81px;padding:40px 30px;box-sizing:border-box;text-align:left;font-size:14px;line-height:22px;background:linear-gradient(111deg,#04bde4,#1067fe);display:none}
.index-tserver li p a{color:#fff}
.index-tserver li p.animated{animation-duration:.5s;animation-fill-mode:both}
.index-tserver li:hover p{display:block}
.index-tserver-ad{width:100%;margin-top:60px;background:#f3f3f3;text-align:center;padding:40px 0}
.index-tserver-ad li{display:inline-block;color:#abb0b4;font-size:16px;padding:0 3%}
.index-tserver-ad li img{vertical-align:middle;display:inline-block;margin-right:5px}
.index-tserver-ad li+li{border-left:1px solid #e2e3e4}
.zoomin{animation-name:zoomin}
@keyframes zoomin{0%{opacity:0;transform:scale(.3)}
50%{opacity:1}
}

section-wrapper1{
    width: 100%;
}

/*媒体查询区域*/
.xxl{
    display: none;
}
.RPl{
    display: none;
}
@media screen and (max-width: 780px) {
.xxl{
    display: block;
}
.xx{
    display: none;
}
.mall-app>ul>li{
    padding: 0px;
}
.inner{
    width: 100% !important;
}
.RPl{
    display: block;
}
.RP{
    display: none;
}
.case-box{
    width: 100%;
}
.case-wrapper .case-item+.case-item{
    margin-left: 0px;
}
.case-item-text{
       overflow: visible;
}
.case-content-bg{
    height: auto;
}
.case-item{
    height: 430px !important;
}
.mall-app-card-top p{
    padding-left: 60px;
    padding-right: 60px;
}
.mall-app>ul{
    margin: 0px 0px;
}






}
