.page-content{
    width: 1120px;
    height: 100%;
    margin: 0 auto;
}


.contact-us-floating-window{
    width:40px;
    height:120px;
    background:rgba(55,124,253,1);
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size:14px;
    font-weight:500;
    color:rgba(255,255,255,1);
    text-align: center;
    writing-mode: vertical-rl;
    padding: 0 12px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 101;
}
.contact-us-floating-window img{
    vertical-align: unset;
    margin-bottom: 10px;
}


.service-modal{
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 100;
    box-shadow: 1px 2px 2px 2px rgba(0,0,0,.1);
    padding: 30px 35px 30px 35px;
    box-sizing: border-box;
    display: none;
}
.service-modal .logo{
    margin-bottom: 10px;
}
.service-modal .left{
    width: 175px;
}
.service-modal .left img{
    width:100%;
}
.service-modal .close{
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}


.service-modal .label{
    font-size:14px;
    font-weight:500;
    color:rgba(100,100,100,1);
    line-height:22px;
    text-align: center;
}
.service-modal .phone-number{
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
    color: #b23030;
}
.service-modal .scrm{
    margin: 10px 0;
    font-weight: bold;
    text-align: center;
}
.service-modal .tip{
    font-size: 12px;
    color: #999;
    text-align: center;
}


.expand{
    height: 174px;
    background: url(../images/expand-bg.png);
    background-size: cover;
    background-position: 50%;
    padding-top: 50px;
    text-align: center;
}
.expand .title{
    font-size:40px;
    font-weight:800;
    color: #fff;
}

.expand .btn{
    width:216px;
    height:56px;
    background:rgba(255,255,255,1);
    border-radius:26px;
    font-size:24px;
    font-weight:500;
    color:rgba(1,120,222,1);
    line-height: 56px;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
}



.WeChat-storage{
    height: 750px;
}
.WeChat-storage .paper{
    height: 120px;
    text-align: center;
    padding-top: 97px;
}
.WeChat-storage .paper>.title{
    height: 34px;
    line-height: 34px;
    font-size: 34px;
    color: rgba(54,54,54,1);
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 22px;
}
.WeChat-storage .paper>.describe{
    height: 18px;
    font-size: 18px;
    color: rgba(54,54,54,0.65);
    line-height: 18px;
    letter-spacing: 2px;
    margin-bottom: 44px;
    font-weight: 300;
}
.WeChat-storage .storage-tabs{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eaeaea ;
}
.WeChat-storage .storage-tabs>ul{
    display: flex;
    position: relative;
}
.WeChat-storage .storage-tabs li{
    flex: 1;
    display: flex;
}
.WeChat-storage .storage-tabs li>.text{
    flex: 1;
}

.WeChat-storage .storage-tabs li>.point{
    width:8px;
    height:8px;
    background:rgba(204,204,204,1);
    border-radius:50%;
    display: inline-block;
    margin-top: 8px;
    margin-right: 15px;
}
.WeChat-storage .storage-tabs li>.content{
    width: 165px;
    margin: 0 auto;
    text-align: center;
    font-size:18px;
    font-weight:500;
    color:rgba(50,50,50,1);
    cursor: pointer;
    transition: all 0.5s;
    border-bottom: 2px solid transparent;
}
.WeChat-storage .storage-tabs li.active>.content{
    color:rgba(1,120,222,1);
    border-bottom: 2px solid #409eff;
}
.WeChat-storage .storage-tabs li.active>.detail{
    opacity: 1;
    top: 62px;
    z-index: 1;
}
.WeChat-storage .storage-tabs li>.detail{
    height: 508px;
    width: 1120px;
    position: absolute;
    top: 82px;
    left: 0;
    display: flex;
    padding-top: 80px;
    box-sizing: border-box;
    background-color: #fff;
    opacity: 0;
    transition: all 0.5s;
    z-index: -1;
}

.WeChat-storage .storage-tabs li>.detail>.left{
    flex: 1;
    font-size: 16px;
    line-height: 26px;
    color: #2B2B2B;
}
.WeChat-storage .storage-tabs li>.detail>.left>li{
    margin-bottom: 40px;
}
.WeChat-storage .storage-tabs li>.detail>.right{
    text-align: center;
    flex: 1;
}
.WeChat-storage .storage-tabs li>.detail>.right>img{
    box-shadow: 1px 7px 25px 2px rgba(0,0,0,.1);
}
