.pay-detail {
    font-family: MicrosoftYaHei;
}

.bread-crumb {
    margin-top: 35px;
}

.bread-crumb a {
    color: #999;
    text-decoration: underline;
}

.bread-crumb a:hover {
    color: #fa9a00;
}

.bread-crumb .page-title {
    margin-left: 7px;
}

.bread-crumb .page-title i {
    font-style: normal;
    margin-right: 8px;
    color: #d1d1d1;
}

.bread-crumb .page-title span {
    color: #e9793f;
}

.app-detail {
    font-family: MicrosoftYaHei-Bold;
}

.app-detail .app-img img {
    width: 420px;
    height: 420px;
    background-color: #f7f7f7;
    /*margin: 12px 0 20px;*/
}

.app-detail .app-img .copylink-btn {
    font-size: 29px;
    margin-right: 6px;
    position: relative;
    top: -1.5px;
    cursor: pointer;
}

.app-detail .app-img .share-title {
    position: relative;
    top: 8px;
}

.app-detail .app-description {
    margin-left: 50px;
}

.app-detail .app-description h3 {
    font-size: 30px;
    color: #333333;
    font-weight: normal;
}

.app-detail .app-description h4 {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    line-height: 21px;
}

.app-detail .app-description .order-money {
    width: 730px;
    height: 100px;
    line-height: 100px;
    background-color: #f7f7f7;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 19px;
}

.app-detail .app-description .order-money i {
    font-style: normal;
}

.app-detail .app-description .order-money .discount {
    color: #fe6d26;
    font-size: 24px;
    font-weight: bold;
}

.app-detail .app-description .order-money .discount span {
    font-weight: bold;
    font-size: 40px;
}

.app-detail .app-description .order-money .original {
    color: #999999;
    font-size: 16px;
    margin-left: 20px;
    text-decoration: line-through;
}

.app-detail .app-description .time-show {
    position: relative;
}

.app-detail .app-description .time-show .order-explain {
    position: absolute;
    top: 19px;
    left: 213px;

}

.app-detail .app-description .time-show .order-explain:hover .user-num-explains {
    display: block;
}

.app-detail .app-description .time-show .order-explain .user-num-explains {
    position: absolute;
    top: 25px;
    left: 0;
    width: 280px;
    font-size: 14px;
    text-align: left;
    border: 1px solid #dfdfdf;
    padding: 5px;
    background-color: white;
    z-index: 9999;
    color: #999999;
    padding: 19px 20px;
    display: none;
}

.app-detail .app-description .time-show .order-explain .user-num-explains::after {
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    position: absolute;
    top: -7px;
    left: 0;
}

.app-detail .app-description .time-show .user-num-explains li:first-child {
    font-weight: 800;
    color: black;
    font-size: 14px;
    height: auto;
}

.app-detail .app-description .time-show .user-num-explains li {
    line-height: 30px;
    border: none;
    text-align: left;
    width: 242px;
    color: #999999;
}

.app-detail .app-description .time-show .user-num-explains li a {
    text-decoration: underline;
    cursor: pointer;
}




.app-detail .app-description .time-show .plus-icon {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 4px 0px 0px 4px;
    border: solid 1px #dddddd;
    border-right: none;
    cursor: pointer;
}

.app-detail .app-description .time-show .show-num {
    width: 80px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    border-right: none;
    color: #666666;
    font-size: 18px;
    overflow: hidden;
}

.app-detail .app-description .time-show .show-num input {
    width: 80px;
    height: 60px;
    outline: none;
    border: none;
    text-align: center;
    padding: 0 4px;
}

.app-detail .app-description .time-show .minus-icon {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 0px 4px 4px 0px;
    border: solid 1px #dddddd;
    cursor: pointer;
}

.app-detail .app-description .show-num-err {
    color: red;
    font-size: 10px;
    margin-top: 10px;
}

.app-detail .app-description .explain li {
    color: #424242;
    position: relative;
    font-size: 16px;
    margin: 17px 50px 0 0;
}

.app-detail .app-description .explain li img {
    align-items: center;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.app-detail .app-description .product__package .current-account {
    width: 480px;
    height: 60px;
    background-color: #f7f7f7;
    border-radius: 4px;
    padding-left: 20px;
    color: #424242;
    font-size: 16px;
    position: relative;
}

.app-detail .app-description .product__package .current-account p+p {
    margin-left: 87px;
}

.app-detail .app-description .product__package .current-account p i {
    font-style: normal;
    color: #fe6d26;
    font-size: 16px;
    margin-left: 9px;
}

.app-detail .app-description .product__package .current-account .tips {
    position: absolute;
    top: 16px;
    right: -25px;
}

.app-detail .app-description .product__package .current-account .tips:hover:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -16px;
    left: -1px;
}

.app-detail .app-description .product__package .current-account .tips:hover .tips-renew {
    background: url('/img/renewTipH.png');
}

.app-detail .app-description .product__package .current-account .tips:hover .tips-content {
    display: block;
}

.app-detail .app-description .product__package .current-account .tips-content {
    width: 419px;
    height: 158px;
    position: absolute;
    top: 20px;
    left: -196px;
    padding: 26px 0 0 32px;
    display: none;
    z-index: 2;
}

.app-detail .app-description .product__package .current-account .tips-content img {
    width: 419px;
    height: 158px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.app-detail .app-description .product__package .current-account .tips .tips-renew {
    background: url(/img/renewTip.png);
    width: 18px;
    height: 18px;
    display: block;
    position: relative;
    top: 4px;
    left: 4px;
}

.app-detail .product__package .current-account .tips-content .tips-title {
    color: #333333;
    font-size: 14px;
    margin-bottom: 5px;
}

.app-detail .product__package .current-account .tips-content .tips-item {
    color: #666666;
    font-size: 12px;
    line-height: 21px;
    width: 347px;
    margin-bottom: 2px;
}

.app-detail .product__package .account,
.app-detail .product__package .plan,
.app-detail .product__package .time,
.app-detail .product__package .number {
    color: #333333;
    font-size: 18px;
    margin: 26px 0 17px;
}

.app-detail .product__package .plan-explain {
    margin: -3px 0 17px;
}

.app-detail .app-description .product__package ul li {
    width: 230px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dddddd;
    color: #666666;
    box-sizing: border-box;
    margin-right: 20px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

.app-detail .app-description .product__package ul li:hover {
    border-color: #fe6d26;
}

.app-detail .app-description .product__package ul li i.money {
    font-style: normal;
    font-size: 18px;
}

.app-detail .app-description .product__package ul.chose-order li::after {
    content: '';
    background: url('/img/eou-sm.png');
    width: 59px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 0;
}

/*.app-detail .app-description .product__package ul.chose-order li::before {*/
/*    content: '';*/
/*    background: url('/img/flash-sale-202502.png');*/
/*    width: 40px;*/
/*    height: 20px;*/
/*    position: absolute;*/
/*    right: -13px;*/
/*    top: -13px;*/
/*}*/


.app-detail .app-description .product__package ul li .original {
    text-decoration: line-through;
    margin-left: 8px;
    color: #999999;
}

.app-detail .app-description .product__package ul li.active {
    color: #fe6d26;
    border-color: #fe6d26;
    font-weight: bold;
}

.app-detail .app-description .product__package ul li.active .original {
    color: #fe6d26;
}

.app-detail .app-description .product__package ul li .discount8-img {
    position: absolute;
    top: -12px;
    right: -10px;
}

.app-detail .app-description .product__package .chose-order {
    width: 752px;
}

.app-detail .app-description .product__package .chose-order li {
    margin-bottom: 20px;
}

.app-detail .app-description .service-description h3 {
    margin-top: 26px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}

.app-detail .app-description .service-description .explains {
    color: #666666;
    font-size: 14px;
    width: 687px; 
}
.app-detail .app-description .service-description .explains.ban{
    color: #999999;  
}

.app-detail .app-description .service-description .explains strong {
    color: #424242;
}

.app-detail .app-description .service-description .explains .tips {
    color: #fe6d26;
    display: inline-block;
    cursor: pointer;
    position: relative;
}



.app-detail .app-description .service-description .explains .tips:hover:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 30px;
    left: -10px;
    background: #ffffff;
    opacity: 0;
}

 
 
.layer {
    z-index: 1;
    display: block;
    position: absolute;
    width: 356px;
    left: 50%;
    top: 150px;
    margin-left: -178px;
    background-color: #ffffff;
    box-shadow: 0px 0px 24px 0px rgba(172, 174, 192, 0.33);
    border-radius: 20px;
    padding-bottom: 17px;
    position: relative;
}

.layer .layer_close {
    display: block;
    position: absolute;
    bottom: -53px;
    left: 50%;
    margin-left: -16px;
    width: 33px;
    height: 33px;
    background: url('/img/layerClose.png') no-repeat;
    cursor: pointer;

}

.layer .head {
    width: 356px;
    height: 99px;
    background-image: url(/wlyxexchangeFile/img/shopLayer/popBg.png);
    border-radius: 20px 20px 0 0;
    padding-top: 26px;
}

.layer.package .head {
    background-image: url(/wlyxexchangeFile/img/package/popBg.png);
}

.layer.islide .head {
    background-image: url(/wlyxexchangeFile/img/islide/popBg.png);
}

.layer.scan .head {
    background-image: url(/wlyxexchangeFile/img/scan/popBg.png);
}

.layer.read .head {
    background-image: url(/wlyxexchangeFile/img/read/popBg.png);
}

.layer.screen .head {
    background-image: url(/wlyxexchangeFile/img/screen/popBg.png);
}

.layer .head i {
    display: block;
    width: 172px;
    height: 55px;
    margin: 0 auto;
    background: url(/wlyxexchangeFile/img/shopLayer/NeteaseTitle.png) no-repeat;

}

.layer.package .head i {
    width: 218px;
    background: url(/wlyxexchangeFile/img/package/title.png) no-repeat;
}

.layer.islide .head i {
    width: 268px;
    background: url(/wlyxexchangeFile/img/islide/title.png) no-repeat;
}

.layer.scan .head i {
    width: 190px;
    background: url(/wlyxexchangeFile/img/scan/title.png) no-repeat;
}

.layer.read .head i { 
    width:213px;
    background: url(/wlyxexchangeFile/img/read/title.png) no-repeat;
}

.layer.screen .head i {
    width: 210px;
    background: url(/wlyxexchangeFile/img/screen/title.png) no-repeat;
}

.layer ul {
    width: 324px;
    background: #fff9f4 url(/wlyxexchangeFile/img/shopLayer/textureLogo.png) no-repeat right 0 bottom 0;
    background-size: 108px 94px;
    border-radius: 20px;
    margin: 10px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 7px 0 34px;
}

.layer.package ul {
    background: #fff5e5 url(/wlyxexchangeFile/img/package/layerBg.png) no-repeat right 0 bottom 0 !important;
    padding-bottom: 5px;
}

.layer.islide ul {
    background: #fff5f3 url(/wlyxexchangeFile/img/islide/layerBg.png) no-repeat right 0 bottom 0 !important;
    padding-bottom: 5px;
}

.layer.scan ul {
    background: #f3f9ff url(/wlyxexchangeFile/img/scan/layerBg.png) no-repeat right 0 bottom 0 !important;
    padding-bottom: 5px;
}

.layer.read ul {
    background: #f3f9ff url(/wlyxexchangeFile/img/read/layerBg.png) no-repeat right 0 bottom 0 !important;
    padding-bottom: 5px;
}

.layer.screen ul {
    background: #ffe9ea url(/wlyxexchangeFile/img/screen/layerBg.png) no-repeat right 0 bottom 0 !important;
    padding-bottom: 5px;
}

.layer ul li {
    width: 33.333%;
    font-size: 12px;
    color: #9a5321;
    line-height: 20px;
    text-align: center;
    margin-top: 5px;
    list-style: none;
}

.layer ul li img {
    display: block;
    margin: 0 auto 5px;
}


.layer ul li span {
    display: block;
}
.layer.netEase ul{
    padding-bottom: 5px; 
}
.layer.netEase ul li span {
    margin-bottom: 20px; 
}
.layer.package ul li span {
    margin-bottom: 20px;
    color: #e79a2f;
}

.layer.islide ul li span {
    margin-bottom: 20px;
    color: #fb4f3b;
}

.layer.scan ul li span {
    margin-bottom: 20px;
    color: #616af8;
}

.layer.read ul li span {
    margin-bottom: 20px;
    color: #16aaed;
}

.layer.screen ul li span {
    margin-bottom: 20px;
    color: #f3444c;
}


.layer a.disabled {
    background: #ccc;
    cursor: not-allowed;
    text-decoration: none;
    background-image: none !important;
}

.layer a {
    display: block;
    margin: 15px auto 8px;
    width: 221px;
    height: 45px;
    background: linear-gradient(0deg, #ff5613 0%, #ff8f4c 100%);
    border-radius: 22px;
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

.layer.package a {
    background-image: linear-gradient(0deg,
            #ff9526 0%,
            #ffac26 100%);
}

.layer.islide a {
    background-image: linear-gradient(0deg,
            #f83633 0%,
            #ff6c42 100%),
        linear-gradient(0deg,
            #ff9526 0%,
            #ffac26 100%);
}

.layer.scan a {
    background-image: linear-gradient(0deg,
            #5459f8 0%,
            #6f7ef7 100%),
        linear-gradient(0deg,
            #ff9526 0%,
            #ffac26 100%);
}

.layer.read a {
    background-image: linear-gradient(0deg,
            #16aaed 0%,
            #49c6ff 100%),
        linear-gradient(0deg,
            #ff9526 0%,
            #ffac26 100%);
}

.layer.screen a {
    background-image: linear-gradient(0deg,
            #f33254 0%,
            #f45843 100%),
        linear-gradient(0deg,
            #ff9526 0%,
            #ffac26 100%);
}

.layer .introduce {
    text-align: center;
    font-size: 12px;
    color: #9a5321;
}

.layer.package .introduce {
    color: #e79a2f;
}

.layer.islide .introduce {
    color: #fb4f3b;
}

.layer.scan .introduce {
    color: #616af8;
}

.layer.read .introduce {
    color: #16aaed;
}

.layer.screen .introduce {
    color: #f3444c;
}


.benefits .swiper-container {
    width: 730px;
    height: 60px;
    margin: 18px 0 0 !important;
}

.benefits .swiper-wrapper {
    height: 60px
}

.benefits .swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #f7f7f7;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 10px;
    color: #333333;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    height: 60px;
}

.benefits .swiper-slide p+p {
    margin-top: 4px;
}

.benefits .swiper-slide img {
    margin-right: 8px;
}

.benefits .swiper-button-next {
    width: 18px !important;
    height: 26px !important;
    background-color: rgba(0, 0, 0, 0.15) !important;
    top: 39px !important;
    border-radius: 2px !important;
    background-image: url('/img/benefits/turn-right.png') !important;
    background-size: 7px 12px !important;
    cursor: pointer;
}

.swiper-button-prev {
    width: 18px !important;
    height: 26px !important;
    background-color: rgba(0, 0, 0, 0.15) !important;
    top: 39px !important;
    border-radius: 2px !important;
    background-image: url('/img/benefits/turn-left.png') !important;
    background-size: 7px 12px !important;
    cursor: pointer;
}

.benefits .swiper-slide:hover .layer {
    display: block;
}


.app-detail .app-description .go-pay-btn {
    width: 320px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #fe6d26;
    border-radius: 4px;
    font-size: 20px;
    color: #ffffff;
    margin-top: 29px;
}

.app-detail .app-description .go-pay-btn:hover {
    background-color: #fe8a51;
    cursor: pointer;
}

.app-detail .app-description .go-pay-btn.ban {
    background: #dddddd;
    cursor: not-allowed;
}

.shop-describe {
    margin-top: 76px;
    width: 1200px;
}

.shop-describe .shop-describe-title {
    font-weight: bold;
    font-size: 20px;
    color: #424242;
    position: relative;
}

.shop-describe .shop-describe-title::before {
    content: "";
    display: block;
    bottom: -12px;
    position: absolute;
    width: 1200px;
    height: 4px;
    background-color: #f7f7f7;
}

.shop-describe .shop-describe-title::after {
    content: "";
    display: block;
    bottom: -12px;
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: #bbbbbb;
}

.shop-describe .purchase-instructions {
    width: 1200px;
    background-image: linear-gradient(221deg, #a7c3ff 0%, #b4ccfc 100%);
    border-radius: 20px;
    margin-top: 52px;
    box-sizing: border-box;
    padding: 56px 30px 50px;
    position: relative;
}

.shop-describe .purchase-instructions::after {
    content: "";
    top: 108px;
    position: absolute;
    width: 1140px;
    height: 1px;
    background-color: #b6d0ff;
}

.shop-describe .purchase-instructions .header {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
}

.shop-describe .purchase-instructions .purchase-title {
    color: #2a3141;
    font-size: 48px;
    font-weight: bold;
    text-align: left;
    margin: 88px 0 47px;
}

.shop-describe .purchase-instructions .product-introduce {
    width: 1140px;
    height: 70px;
    line-height: 70px;
    background-color: #d5e3fe;
    border-radius: 20px;
    font-size: 24px;
    padding-left: 29px;
    color: #3a414f;
}

.shop-describe .purchase-instructions .instructions {
    color: #2a3141;
    font-size: 48px;
    margin: 60px 0 40px;
    display: block;
}

.shop-describe .purchase-instructions ul li {
    width: 1140px;
    height: 154px;
    background-color: #d5e3fe;
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 40px 30px;
}

.shop-describe .purchase-instructions ul li img.item-icon {
    margin-right: 20px;
}

.shop-describe .purchase-instructions ul li p,
.shop-describe .purchase-instructions ul li div {
    color: #3a414f;
    font-size: 20px;
}

.shop-describe .purchase-instructions ul li p.item-title {
    font-size: 24px;
    color: #3a414f;
    font-weight: bold;
    margin-bottom: 10px;
}

.shop-describe .purchase-instructions ul li .enterprise-wx {
    position: relative;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
}

.shop-describe .purchase-instructions ul li .enterprise-wx:hover .enterprise-wx-dialog {
    display: block;
}

.shop-describe .purchase-instructions ul li .enterprise-wx::before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 123px;
    height: 1px;
    background-color: #3a414f;
}

.shop-describe .purchase-instructions .enterprise-wx .enterprise-wx-dialog {
    position: absolute;
    width: 190px;
    height: 220px;
    background-color: #ffffff;
    border-radius: 10px;
    color: #333333;
    padding-top: 10px;
    z-index: 2;
    top: 30px;
    left: -33px;
    display: none;
    text-align: center;
}

.shop-describe .purchase-instructions .enterprise-wx .enterprise-wx-dialog img {
    width: 170px;
    height: 170px;
}

.shop-describe .purchase-instructions .enterprise-wx .enterprise-wx-dialog p {
    font-size: 14px;
    margin-top: 5px;
}

.product-comparison {
    width: 1200px;
    padding-bottom: 74px;
    background-color: #f2f3f7;
    border-radius: 20px;
    text-align: center;
    margin-top: 60px;
}

.product-comparison .heade h3 {
    font-size: 48px;
    color: #3a414f;
    padding-top: 79px;
    margin: 0;
    font-weight: bold;
}

.product-comparison .heade img {
    margin-top: 40px;
}

.product-comparison ul {
    width: 1140px;
    margin: 50px auto 0;
}

.product-comparison ul li {
    width: 360px;
    height: 140px;
    background-color: #ffffff;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 25px 0 0 25px;
}

.product-comparison ul li img {
    width: 66px;
    height: 66px;
    margin-right: 15px;
    position: relative;
    top: 12px;
}

.product-comparison ul li div {
    text-align: left;
}

.product-comparison ul li div span {
    font-weight: bold;
    font-size: 24px;
    color: #3a414f;
}

.product-comparison ul li div p {
    font-size: 18px;
    color: #3a414f;
    line-height: 30px;
}

.product-comparison .edu-more {
    text-align: left;
    padding-left: 30px;
    color: #3a414f;
    font-size: 18px;
    margin-top: 10px;
}

.product-comparison .edu-more a {
    color: #3a414f;
    text-decoration: underline;
    text-underline-offset: 4px
}



.company-profile {
    margin: 80px 0 183px;
}

.company-profile .header {
    color: #3a414f;
    font-size: 16px;
    font-weight: bold;
}

.company-profile .company {
    font-weight: bold;
    font-size: 48px;
    color: #3a414f;
    margin: 60px 0 30px;
    position: relative;
}

.company-profile .company::before {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    width: 3px;
    height: 124px;
    background: #363837;
}

.company-profile .company-name {
    font-weight: bold;
    font-size: 30px;
    color: #3a414f;
}

.company-profile .company-explain {
    color: #3a414f;
    font-size: 24px;
    margin: 60px 0;
}

.company-profile li {
    width: 370px;
    height: 450px;
    background-image: linear-gradient(231deg, #a7c3ff 0%, #b4ccfc 100%);
    border-radius: 20px;
    box-sizing: border-box;
    padding-top: 55px;
    text-align: center;
}

.company-profile li img {
    width: 102px;
    height: 102px;
    margin: 0 auto;
    display: block;
}

.company-profile li .item-name {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin-top: 40px;
}

.company-profile li .item-number {
    font-size: 30px;
    color: linear-gradient(270deg, #0e3e7f 0%, #29326b 100%);
    font-family: MicrosoftYaHei;
    font-weight: bold;
    margin: 20px 0 25px;
}

.company-profile li .item-number span {
    font-size: 48px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
}

.company-profile li .item-remarks {
    font-size: 18px;
    color: #ffffff;
}

.purchase-package {
    width: 1200px;
    height: 420px;
    margin: 80px 0 100px;
    position: relative;
}

.purchase-package .purchase-btn {
    position: absolute;
    bottom: 53px;
    left: 52px;
    width: 225px;
    height: 75px;
    border-radius: 75px;
    cursor: pointer;
    display: block;
}

.back-top {
    width: 40px;
    height: 41px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    margin-bottom: 9px;
    border-radius: 50%;
    font-size: 14px;
    color: #333333;
    position: fixed;
    bottom: 55px;
    right: 20px;
    cursor: pointer;
}

.back-top i {
    width: 18px;
    height: 20px;
    background: url(/officeassociate/img/backTop.png);
    display: block;
    position: absolute;
    top: 9px;
    left: 10px;
}

.back-top i:hover {
    background: url(/officeassociate/img/backTop_h.png);
}

/* 弹窗 */
.modals {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    display: block;

    background: rgba(0, 0, 0, 0.5);
}

.subscribe-success .subscribe-dialog {
    width: 670px;
    height: 264px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 7px;
    margin-top: -125px;
    margin-left: -335px;
    text-align: center;
    padding: 20px;
    background: #ffffff;
}

.subscribe-success .get-points-num {
    margin-top: 10px;
    font-weight: 800;
    font-size: 15px;
}

.subscribe-success .get-points-num a:hover {
    color: #fa9a00;
}

.modals .header {
    display: flex;
}

.modals .header .title {
    position: relative;
    left: 20px;
    top: 10px;
}

.modals .header .modal-close {
    font-size: 21px;
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.modals .header .modal-close:hover,
.modals .header .modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}

.subscribe-success .content .title {
    margin-top: 47px;
}

.subscribe-success .content .title img {
    position: relative;
    top: -2px;
}

.subscribe-success .content .title strong {
    font-size: 18px;
    margin-left: 11px;
}

.subscribe-success .content .validity-time {
    font-size: 15px;
}

.subscribe-success .content .validity-time img {
    width: 126px;
}

.subscribe-success .content .foxit-code {
    border: 1px solid #ddd;
    border-radius: 7px;
    width: 149px;
    height: 149px;
    padding-top: 10px;
    margin-top: 8px;
    display: inline-block;
}

.subscribe-success .content .add {
    font-size: 14px;
    margin-top: 17px;
}

.subscribe-success .content .deadline {
    font-size: 13px;
    margin-top: 1px;
    color: #999;
}

.subscribe-success .content .submit {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    margin-bottom: 28px;
    margin-top: 40px;
    background-color: #fa9a00;
    border-color: #fa9a00;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.subscribe-success .content .submit:hover {
    background-color: transparent;
    color: #fa9a00;
    border-color: #fa9a00;
}

.wx-pay-dialog {
    width: 598px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 7px;
    margin-top: -227px;
    margin-left: -335px;
    text-align: center;
    padding: 20px;
    background: #ffffff;
}

.wx-pay .header .title {
    font-size: 18px;
    font-weight: bold;
}

.wx-pay .content .title {
    margin-bottom: 10px;
}

.wx-pay .content .title span {
    color: #fa9a00;
    font-size: 14px;
}

.wx-pay .content .wechat-qrcode {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.wx-pay .content .scan {
    margin: 10px 0;
    color: #7b7b7b;
    font-size: 12px;
}

.wx-pay .content .payment-error p {
    color: #6b1b69;
    font-size: 18px;
    font-weight: 800;
}

.wx-pay .content .payment-error span {
    color: #464646;
    font-size: 14px;
}

.wx-pay .content .payment-error span i {
    font-style: normal;
}

.wx-pay .content .pay-btn div {
    height: 34px;
    line-height: 34px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 10px 0 5px;
    cursor: pointer;
}

.wx-pay .content .pay-btn .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    width: 208px;
}

.wx-pay .content .pay-btn .btn-default:hover {
    background-color: #fa9a00;
    color: #fff;
    border: 1px solid #fa9a00;
}

.wx-pay .content .pay-btn .pay-success {
    width: 82px;
    background-color: #fa9a00;
    border-color: #fa9a00;
    color: #fff;
    margin-left: 5px;
}

.wx-pay .content .pay-btn .pay-success:hover {
    background-color: transparent;
    color: #fa9a00;
    border-color: #fa9a00;
}

.donot-leave {
    background: rgba(251, 251, 251, 0);
}

.donot-leave-dialog {
    width: 450px;
    height: 420px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 7px;
    margin-left: -225px;
    margin-top: -210px;
    text-align: center;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.donot-leave-dialog .header {
    height: 30px;
}

.donot-leave-dialog .content .title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
}

.donot-leave-dialog .content .question {
    font-size: 15px;
}

.donot-leave-dialog .content .wx-img {
    padding: 15px 0 10px;
}

.donot-leave-dialog .content .submit {
    width: 120px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    background-color: #fa9a00;
    border: 1px solid #fa9a00;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    margin: 20px auto 50px;
}

.donot-leave-dialog .content .submit:hover {
    background-color: transparent;
    color: #fa9a00;
}

/* 订购弹窗 */
.order-confirm {
    overflow-x: hidden;
    overflow-y: auto;
}

.order-confirm-dialog {
    width: 598px;
    position: absolute;
    left: 50%;
    top: 35%;
    margin-left: -299px;
    box-sizing: border-box;
    text-align: left;
    margin-top: -202px;
    padding-bottom: 20px;
}

.order-confirm-dialog .order-confirm-dialog-bg {
    background: #ffffff;
    padding: 15px 38px 15px;
    border-radius: 7px;
}

.order-confirm-dialog .order-confirm-dialog-bg .product-info li:first-child {
    margin-top: 10px;
}

.order-confirm-dialog .product-info {
    font-size: 14px;
    color: #666666;
}

.order-confirm-dialog .product-info ul {
    border-bottom: 1px solid #eee;
    margin-bottom: 34px;
}

.order-confirm-dialog .product-info li.item {
    margin-bottom: 25px;
}

.order-confirm-dialog .product-info .item-r {
    width: 133px;
    text-align: right;
    padding: 0 15px;
}

.order-confirm-dialog .product-info .item-l.order {
    width: 184px;
    height: 67px;
    border: 2px solid #fa9a00;
    background-color: #fffbf5;
    font-size: 16px;
    color: #dddddd;
    padding-right: 13px;
    position: relative;
}

.order-confirm-dialog .product-info .item-l.order .tips {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ffe5e5;
    color: #fa9a00;
    position: absolute;
    width: 32px;
    height: 20px;
    padding: 0px 5px;
    line-height: 20px;
    font-size: 11px;
}

.order-confirm-dialog .product-info .item-l.order span.money {
    font-size: 14px;
    color: #fa9a00;
    margin-right: 12px;
}

.order-confirm-dialog .product-info .item-l.order span i {
    font-style: normal;
    font-size: 24px;
}

.order-confirm-dialog .product-info .item-l.order span.unit {
    font-size: 16px;
    color: #666666;
    margin-left: 12px;
}

.order-confirm-dialog .product-info .item-l.user-input input {
    width: 80px;
    color: #fa9a00;
    border: 1px solid #dddddd;
    text-align: center;
    height: 30px;
    margin-right: 4px;
}

.order-confirm-dialog .product-info .item-l .order-explain {
    margin-left: 25px;
    position: relative;
}

.order-confirm-dialog .product-info .item-l.user-input span {
    font-size: 12px;
    color: #999999;
    position: relative;
    top: 1px;
    margin-left: 4px;
}

.order-confirm-dialog .product-info .item-l.user-input .userNum {
    width: 133px;
    padding: 0 15px;
}

.order-confirm-dialog .product-info .item-l.user-input .userNum span {
    font-size: 16px;
    color: #666666;
}




.order-confirm-dialog .product-info .item-l.pay-count {
    font-size: 14px;
    color: #666666;
}

.order-confirm-dialog .product-info .item-l.pay-count span {
    font-size: 24px;
    color: #fa9a00;
    padding-left: 15px;
}

.order-confirm-dialog .product-info .item-l.pay-count span i {
    font-style: normal;
}

.order-confirm-dialog .product-info .expiration-time .item-l {
    padding-left: 15px;
}

.order-confirm-dialog .pay-type {
    margin-bottom: 35px;
}

.order-confirm-dialog .pay-type span {
    font-size: 14px;
    color: #333;
    width: 133px;
    text-align: right;
    padding: 0 15px;
}

.order-confirm-dialog .pay-type li.active {
    border: 2px solid #fd6669;
}

.order-confirm-dialog .pay-type li {
    border: 1px solid #eaeaea;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.order-confirm-dialog .pay-type li+li {
    margin-left: 20px;
}

.order-confirm-dialog .pay-type li.active .corner-style {
    display: block;
}

.order-confirm-dialog .pay-type li .corner-style {
    position: absolute;
    right: -20px;
    bottom: -20px;
    background: #fd6669;
    width: 40px;
    text-align: center;
    color: white;
    height: 40px;
    line-height: 20px;
    transform: rotate(45deg);
    display: none;
}

.order-confirm-dialog .pay-type li.active .corner-style i {
    transform: rotate(-45deg);
    position: absolute;
    top: 12px;
    left: 0;
}

.order-confirm-dialog .invoice {
    margin-bottom: 15px;
}

.order-confirm-dialog .invoice .invoice-name {
    font-size: 14px;
    color: #333;
    width: 133px;
    text-align: right;
    padding: 0 15px;
    display: block;
}

.order-confirm-dialog .invoice .invoice-checkbox {
    font-size: 14px;
    color: #666666;
    font-weight: 700;
    cursor: default;
}

.order-confirm-dialog .invoice .invoice-checkbox input {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.order-confirm-dialog .bill_receipt_detail p {
    width: 133px;
    text-align: right;
    padding-right: 30px;
    display: block;
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
}

.order-confirm-dialog .bill_receipt_detail .person-and-company {
    width: 465px;
    margin-left: 54px;
    font-size: 12px
}

.order-confirm-dialog .bill_receipt_detail .person-and-company label {
    height: 24px;
    line-height: 20px;
}

.order-confirm-dialog .bill_receipt_detail .person-and-company .bill-radio {
    margin-right: 15px;
}

.order-confirm-dialog .bill_receipt_detail .person-and-company .padding-lr-10 {
    width: 84px;
    margin-right: 30px;
}

.order-confirm-dialog .bill_receipt_detail .person-and-company .input-text {
    width: 322px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.order-confirm-dialog .bill_receipt_detail .person-and-company .input-text.personal {
    background-color: #eee;
    font-weight: bold;
    font-size: 12px
}

.order-confirm-dialog .bill_receipt_detail .person-and-company .taxpayer {
    margin-left: 28px;
}

.order-confirm-dialog .bill_receipt_detail .bill-receipt-type-container {
    margin: 10px 0;
}

.order-confirm-dialog .bill_receipt_detail .electronic-invoice {
    margin-left: 64px;
    width: 100px;
    height: 24px;
    background: url(/img/bill-receipt-bg.jpg) 0 0;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: white;
}

.order-confirm-dialog .bill_receipt_detail .receipt-text {
    color: #666;
    font-size: 12px;
}

.order-confirm-dialog .receipt-warning {
    margin-left: 28px;
    margin-top: 20px;
    margin: 20px 0 0 28px;
}

.order-confirm-dialog .receipt-warning img {
    margin-right: 3px;
}

.order-confirm-dialog .submit {
    font-size: 14px;
    margin-left: 17px;
    width: 140px;
    height: 46px;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: #fa9a00;
    border: 1px solid #fa9a00;
    color: #fff;
    border-radius: 4px;
}

.order-confirm-dialog .submit:hover {
    border-color: #fa9a00;
    background-color: transparent;
    color: #fa9a00;
    cursor: pointer;
}

.payment-dialog {
    width: 598px;
    position: absolute;
    left: 50%;
    top: 10%;
    border-radius: 7px;
    margin-left: -225px;
    text-align: center;
    padding: 20px;
    background: #ffffff;
}

.payment-dialog .header .title {
    font-size: 18px;
    position: relative;
    left: 0px;
    top: 10px;
    font-weight: bold;
    margin-bottom: 30px;

}

.payment-dialog .tips {
    font-size: 14px;
    color: #353535;
    text-align: left;
    margin: 10px 0;
}

.payment-dialog .payment-err {
    text-align: left;
    margin-bottom: 10px;
}

.payment-dialog .payment-err .err-word {
    color: #6b1b69;
    font-size: 18px;
    font-weight: 800;
}

.payment-dialog .payment-err a {
    font-size: 18px;
    color: #fa9a00;
    text-decoration: none;
    font-weight: bold;
}

.payment-dialog .payment-err a:hover {
    text-decoration: underline;
    color: #23527c;

}

.payment-dialog .order-id {
    color: #464646;
    font-size: 14px;
}

.payment-dialog .pay-btn div {
    height: 34px;
    line-height: 34px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 10px 0 5px;
    cursor: pointer;
}

.payment-dialog .pay-btn .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    width: 208px;
}

.payment-dialog .pay-btn .btn-default:hover {
    background-color: #fa9a00;
    color: #fff;
    border: 1px solid #fa9a00;
}

.payment-dialog .pay-btn .pay-success {
    width: 82px;
    background-color: #fa9a00;
    border-color: #fa9a00;
    color: #fff;
    margin-left: 5px;
}

.payment-dialog .pay-btn .pay-success:hover {
    background-color: transparent;
    color: #fa9a00;
    border-color: #fa9a00;
}

.no-education-dialog {
    width: 515px;
    position: absolute;
    left: 50%;
    top: 10%;
    border-radius: 7px;
    margin-left: -225px;
    text-align: center;
    padding: 20px;
    background: #ffffff;
}


.no-education-dialog .header .title {
    position: relative;
    left: 7px;
    top: 10px;
}

.no-education-dialog .content p {
    margin-top: 40px;
    font-size: 16px;

}

.no-education-dialog .content .submit {
    width: 120px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    background-color: #fa9a00;
    border: 1px solid #fa9a00;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    margin: 35px auto 15px;
}

.no-education-dialog .content .submit:hover {
    background-color: transparent;
    color: #fa9a00;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flexDirectionR {
    -ms-flex-direction: row;
    flex-direction: row;
}

.flexDirectionC {
    -ms-flex-direction: column;
    flex-direction: column;
}

.flexAlignC {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexAlignS {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flexAlignE {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flexJustifyC {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flexJustifyB {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flexJustifyA {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexJustifyE {
    justify-content: flex-end;
    -ms-flex-pack: end;
}

.flexWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.none {
    display: none !important;
}

.swiper-container {
    flex-shrink: 0;
}

.swiper-container .app-swiper-button-prev, .swiper-container .app-swiper-button-next {
    display: inline-block;
    width: 34px;
    height: 64px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.swiper-container .app-swiper-button-prev:after, .swiper-container .app-swiper-button-next:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/img/20251111/next.png);
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-container .app-swiper-button-prev:after {
    background-image: url(/img/20251111/next.png);
    background-size: 100% 100%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.swiper-container .app-swiper-button-prev:hover, .swiper-container .app-swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.4);
}

.swiper-container .app-swiper-button-prev {
    left: 10px;
}

.swiper-container .app-swiper-button-next {
    right: 10px;
}

.app-detail .app-img img {
    width: 420px;
    height: 420px;
    top: 0;
}
