/* 基础banner样式 */
.coupon #banner{
    background: url(https://proacstatic.huafvge.cn/static/images/about/bg1.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    height: 468px;
    padding-top: 0;
}
.coupon.enterPrice #banner{
    height: 468px;
    padding-top: 120px;
}
.coupon.campus #banner{
    background: url(../images/2.jpg) no-repeat center center;
    background-size: cover;
}
.coupon.pintuan #banner{
    background: url(../images/3.jpg) no-repeat center center;
    background-size: cover;
}
.coupon.couponPage #banner{
    background: url(../images/1.jpg) no-repeat center center;
    background-size: cover;
    height: 354px;
    padding-top: 0;
}
.coupon.foreignhost #banner{
    height: 354px;
    padding-top: 0;
    background-size: cover;
}
/* 顶部内容区域 */
.coupon #banner .bannerTop{
    padding: 74px 0 0 0;
    text-align: center;
}
.coupon #banner .bannerTop .title1{
    font-size: 36px;
    color: #ffffff;
    line-height: 1.4;
    margin: 0 0 16px 0;
}
.coupon #banner .bannerTop .title2{
    font-size: 16px;
    color: #ced9e6;
    line-height: 30px;
    margin: 0;
    opacity: 0.67;
}
/* 底部半透明标题条 */
.coupon #banner .title-bar{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 108px;
    background: rgba(0,92,159,.6);
}
.coupon #banner .title-bar .container{
    height: 108px;
    display: flex;
    align-items: center;
    position: relative;
}
.coupon #banner .title-bar .title1{
    font-size: 36px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}


/* ***************学生产品************ */
.appDownloadWrap {
    width: 100%;
    background: #ffffff url("https://proacstatic.huafvge.cn/static/images/index/bg1.png") no-repeat center;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}


.appTopTitle{
    text-align:center;
    margin-bottom:40px;
    position:relative;
    z-index:1;
}
.appTopTitle img{
    display:inline-block;
}
.appDownloadInner{
    position:relative;
    z-index:1;
    align-items:center;
    gap:40px;
    flex-wrap: nowrap !important; /*禁止换行，解决上下堆叠bug*/
}
/*左侧手机图*/
.appDownloadLeft{
    width:50%;
    display:flex;
    justify-content:center;
}
.phoneImg{
    width:100%;
    max-width:520px;
    display:block;
}
/*右侧区域*/
.appDownloadRight{
    width:50%;
}
/*副标题图片*/
.appSubTitleImgBox{
    margin:0 0 24px;
}
.appSubTitleImgBox img{
    display:block;
}
/*卖点图片*/
.appFeatureImgBox{
    margin:0 0 30px;
}
.appFeatureImgBox img{
    display:block;
}
/*二维码容器*/
/* 二维码容器 */
.qrWrap{
    display:flex;
    gap:20px;
    margin-bottom:20px;
}
.qrItem{
    flex:1;
    text-align:center;
}
.qrItem img{
    width:100%;
    max-width:110px;
    display:block;
    margin:0 auto;
    /* 新增白色边框 */
    border:4px solid #fff;
    box-sizing:border-box;
}

/*下载按钮图片容器*/
.btnWrap{
    display:flex;
    gap:20px;
    margin-bottom:20px;
}
.btnItem{
    flex:1;
    max-width:180px; /*限制按钮最大宽度180px*/
    margin:0 auto;
}
.btnItem img{
    width:100%;
    display:block;
}

/*底部文字*/
.appCopyrightText{
    padding:14px 0;
    font-size:12px;
    color:#888;
    line-height:1.8;
}
.appCopyrightText p{
    margin:0;
}
.appCopyrightText a{
    color:#0170c1;
    margin:0 4px;
}
/*移动端适配*/
@media screen and (max-width:960px){
    .appDownloadInner{
        flex-direction:column;
        flex-wrap:wrap !important;
    }
    .appDownloadLeft,.appDownloadRight{
        width:100%;
    }
    .appSubTitleImgBox,.appFeatureImgBox{
        text-align:center;
    }
    .appSubTitleImgBox img,.appFeatureImgBox img{
        margin:0 auto;
    }
    .qrWrap,.btnWrap{
        flex-direction:column;
        align-items:center;
    }
    .btnItem{
        max-width:180px; /*移动端同样限制按钮宽度180px*/
    }
}


/* ========== 交易功能上线模块 ========== */
.tradeFeatureWrap{
    width:100%;
    /* 增加背景图，替换url为你的图片地址 */
    background: #ffffff url("https://webacstatic.huafvge.cn/static/images/products/app_download/trade_bg.png") no-repeat center;
    background-size: cover;
    padding:80px 0;
    position:relative;
    overflow:hidden;
}


.tradeFeatureInner{
    align-items:center;
    gap:40px;
    flex-wrap:nowrap !important;
}

/* 左侧图片 */
.tradeFeatureLeft{
    width:50%;
    display:flex;
    justify-content:center;
}
.tradeFeatureImg{

    max-width:560px;
    display:block;
}

/* 右侧手机图 */
.tradeFeatureRight{
    width:50%;
    display:flex;
    justify-content:center;
}
.tradePhoneImg{
    width:100%;
    max-width:620px;
    display:block;
}

/* 移动端：整个模块全部隐藏 */
@media screen and (max-width:960px){
    .tradeFeatureWrap{
        display: none !important;
    }
}



/* *****************企业上云活动推荐****************** */
.coupon .otherAct{
    margin: 50px 0 40px 0;
}
.coupon .otherAct .otherLeft{
    width: 700px;
    height: 320px;
    background: url(../images/1.jpg) no-repeat center/cover;
    padding: 50px 0 0 45px;
}
.coupon .otherAct .otherLeft .title1{
    font-size: 36px;
    color: #fff;
    align-items: center;
}
.coupon .otherAct .title1 .borDesc{
    font-size: 14px;
    color: #fff;
    padding: 0 14px;
    margin-left: 14px;
    white-space: nowrap;
    border: 1px solid #fff;
    border-radius: 4px;
    line-height: 30px;
    display: inline-block;
}
.coupon .otherAct .title2{
    width: 367px;
    opacity: 0.83;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 26px;
}
.coupon .otherAct .getDis{
    display: inline-block;
    font-size: 16px;
    color: #0170c1;
    padding: 12px 28px;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.coupon .otherAct .otherRight a{
    display: block;
    width: 480px;
    height: 150px;
    padding: 46px 0 0 44px;
}
.coupon .otherAct .otherRight a.newYear{
    background: url(../images/2.jpg) no-repeat center/cover;
    margin-bottom: 16px;
}
.coupon .otherAct .otherRight a.cvmBox{
    background: url(../images/3.jpg) no-repeat center/cover;
}
.coupon .otherAct .otherRight .title1{
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 10px;
    align-items: center;
}
.coupon .otherAct .otherRight .title1 .borDesc{
    font-size: 12px;
    height: 28px;
    line-height: 26px;
}
.coupon .otherAct .otherRight .title2{
    font-size: 14px;
    color: #ffffff;
}
/* ******************优惠券领取********************* */
.couponBody .pageBodyBox{
    margin-bottom: 20px;
}
.couponBody .couponBox{
    width: 576px;
    height: 149px;
    background: url(../images/coupon.jpg)no-repeat center center;
}
.couponBody .couponBox .couponLeft{
    width: 150px;
    text-align: center;
    font-size: 28px;
    line-height: 149px;
    color: #ffffff;
}
.couponBody .couponBox .couponRight{
    width: 426px;
    padding: 0 25px 0 50px;
    align-items: center;
}
.couponBody .couponBox .couponRight .title1{
    font-size: 24px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 18px;
    padding-top: 24px;
}
.couponBody .couponBox .couponRight .title2{
    opacity: 0.9;
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 10px;
}
.couponBody .couponBox .couponRight .getBtn{
    width: 113px;
    height: 45px;
    background: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #fd4c4e;
}
.couponBody .remind{
    font-size: 14px;
    color: #b5b5b5;
    letter-spacing: 1px;
    margin-top: 23px;
}
/* ********通用优惠券************* */
.couponPage .activityNav .navContent{
    border-bottom: 1px solid #d0dcf6;
}
.couponPage .couponBody{
    padding-top: 34px;
}
.couponPage .productBox .common-content{
    width: 391px;
    height: 173px;
    margin-right: 12px;
    margin-bottom: 30px;
    background: url(../images/4.jpg)no-repeat center center;
    background-size: 100% 100%;
    padding: 0 40px 0 30px;
    align-items: center;
}
.couponBody .productBox .common-content:nth-child(3n){
    margin-right: 0;
}
.couponBody .productBox .common-content .titleBox{
    align-items: flex-end;
    margin-bottom: 10px;
}
.couponBody .productBox .common-content .titleBox .title1{
    font-size: 32px;
    color: #ffffff;
    line-height: 41px;
    text-shadow: 0px 2px 0px 0px #f47a78; 
    width: 79px;
    text-align: center;
}
.couponBody .productBox .common-content .titleBox .title2{
    font-size: 19px;
    color: #ffffff;
    line-height: 19px;
    margin: 0 27px 0 7px;
}
.couponBody .productBox .common-content .titleBox .title3{
    font-size: 18px;
    text-align: center;
    color: #ff494b;
    line-height: 32px;
}
.couponBody .productBox .common-content  .commonDesc{
    font-size: 14px;
    color: #ffffff;
}
.couponBody .productBox .common-content  .commonDesc.desc1{
    height: 37px;
    max-width: 260px;
}
.couponBody .productBox .common-content .commonReceive{
    width: 44px;
    height: 44px;
    cursor: pointer;
    background: url(../images/1.png)no-repeat center center;
}
.coupon .actProduct .actBoxRight .btnBox .orangeBtn{
    color: #fff; 
    height: 38px; 
    line-height: 38px;
    border-radius: 19px; 
    background-image: linear-gradient(90deg,#ed4454,#c93545);
    font-size: 14px;
    text-align: center;
    width: 100%;
}
.coupon .actProduct .actBoxRight .btnBox .share{
    color: #b9b9b9;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.coupon .actProduct .blueSpan{
    cursor: pointer;
}
/* *************企业优惠******************* */
.enterPrice .activityNav .navContent{
    width: 520px;
    margin: 0 auto;
}
.enterPrice .actProduct .actBoxLeft{
    padding-bottom: 5px;
}
.enterPrice .actProduct .actLeftItems .priseItem{
    width: 189px;
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 0px 45px 116px 0px rgba(217,223,239,0.73); 
    margin-bottom: 25px;
    cursor: pointer;
    transition: all .5s;
    position: relative;
}
.enterPrice .actProduct .actLeftItems .priseItem:hover{
    transform: scale(1.1);
    box-shadow: 0px 45px 116px 0px rgba(217,223,239,0.73);
}
.enterPrice .actProduct .actLeftItems .priseItem.active{
    transform: scale(1.1);
    box-shadow: 0px 45px 116px 0px rgba(217,223,239,0.73);
}
.enterPrice .actProduct .actLeftItems .priseItem .select{
    position: absolute;
    bottom: 15px;
    right: 20px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ff6d48;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 34px;
    display: none;
}
.enterPrice .actProduct .actLeftItems .priseItem.active .select{
    display: block;
}
.enterPrice .priseItem .itemTitle{
    width: 189px;
    height: 89px;
    background: url(../images/1.jpg)no-repeat center center;
    background-size: 100% 100%;
    padding: 12px 0 0 18px;
}
.enterPrice .priseItem:nth-child(2n) .itemTitle{
    background: url(../images/2.jpg)no-repeat center center;
}
.enterPrice .priseItem:nth-child(3n) .itemTitle{
    background: url(../images/3.jpg)no-repeat center center;
}
.enterPrice .priseItem:nth-child(4n) .itemTitle{
    background: url(../images/4.jpg)no-repeat center center;
}
.enterPrice .priseItem .itemTitle .title1{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 6px;
}
.enterPrice .priseItem .itemTitle .title2{
    width: 160px;
    opacity: 0.8;
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
}
.enterPrice .priseItem .itemDesc{
    background-color: #fff;
    padding: 10px 20px;
}
.enterPrice .priseItem .itemDesc p{
    font-size: 12px;
    color: #333333;
    line-height: 24px;
    align-items: center;
}
.enterPrice .priseItem .itemDesc .yuan{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 5px;
    background: #333;
}
.enterPrice .actProduct .actBoxRight .buyTime{
    margin-bottom: 26px;
}
/* .enterPrice .priseItem.active{
    border-color: #ed4454;
    background: #fff1f1;
}
.enterPrice .priseItem.active .itemDesc,.enterPrice .priseItem.active .itemTitle{
    background: none;
} */

.enterPrice .actBoxRight .passBox{
    position: relative;
}
.enterPrice .actBoxRight .passBox input{
    width: 210px;
    height: 40px;
    padding: 0 10px;
    background: #ffffff;
    border: 1px solid #dddddd;
    margin: 15px 10px 0 0;
    border-radius: 5px;
}
.enterPrice .actBoxRight .passBox .passIcon{
    position: absolute;
    left: 185px;
    bottom: 9px;
    cursor: pointer;
}
.enterPrice .actBoxRight .btnText{
    font-size: 18px;
    color: #fff;
    display: block;
    width: 216px;
    text-align: center;
}
/* ************域名推荐***************** */
.coupon .domainBox{
    position: relative;
    padding-bottom: 70px;
    background: #F4EFEE;
    border-radius: 15px;
    padding: 40px 50px;
}
.coupon .domainBox .productTitle{
    margin: 0 0 50px 0;
}
.coupon .domainBox .domainType{
    background: url(../images/lf/forex-eg5.jpg) no-repeat center center;
    background-size: cover;
    width: 188px;
    height: 106px;
    border-radius: 6px;
    box-shadow: 5px 10px 30px 0px rgba(0,0,0,0.12);
    padding: 0 29px;
}
.coupon .domainBox .domainType p{
    line-height: 106px;
}
.coupon .domainBox .domainType p.type1{
    font-size: 28px;
    color: rgba(51,51,51,0.8);
    float: left;
}
.coupon .domainBox .domainType p.type2{
    font-size: 14px;
    color: #ff452b;
    float: right;
}
.coupon .domainBox .getDis{
    background-image: linear-gradient(90deg,#ed4454,#c93545);
    display: block;
    position: absolute;
    bottom: -20px;
    left: 540px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
}