img{max-width: 100%;height: auto;}
/* banner */
.banner{background: url(/img/buy/banner-bg.png) top center no-repeat;padding: 50px 0 30px;background-size: cover;}
.banner .banner_left{max-width: 880px;width: 100%;align-items: center;}
.banner .banner_left img{max-width: 92px;}
.banner_left>div{max-width: 760px;width: 100%;color: #fff;}
.banner_right{display: flex;align-items: center;}
.banner_right a{padding: 0 20px;box-sizing: border-box;display: inline-block;background-color: #06C3A1;color: #fff;font-size: 18px;font-weight: 600;min-width: 200px;line-height: 52px;border-radius: 30px;text-align: center;border: 2px #fff solid; transition: all 0.3s;}
.banner_right a:hover{ transform: translateY(-8px);}
.banner h1{font-size: 30px;font-weight: 600;color: #fff;line-height: 36px;}
.banner .banner_left p.des{font-size: 16px;font-weight: 600;margin: 20px 0 15px;line-height: 24px;}
.banner .banner_left p.support{font-size: 18px;font-weight: 400;margin: 15px 0;line-height: 27px;}
.banner ul{max-width: 1000px;margin: 24px auto 0;}
.banner ul li{color: #FFF06A;font-size: 18px;font-weight: 600;display: flex;align-items: center;line-height: 26px;}
.banner ul li>img{margin-right: 6px;}
.banner .more_img{max-width: 800px;width: 98%;margin: 30px auto 10px;display: block;}

/* buy_box */
.buy_box{margin: 100px auto 100px;align-items: flex-start;}
.buy_box .buy_item{max-width: 366px;width: 100%;border-radius: 50px 50px 50px 50px;box-shadow: 0px 0px 22px -5px #BFCAFF;box-sizing: border-box;padding: 24px 14px 26px;text-align: center;color: #62637E;position: relative;}
.buy_box .buy_item .title{font-size: 24px;color: #020066;line-height: 30px;font-weight: bold;}
.buy_box .buy_item .year{font-size: 24px;color: #020066;line-height: 30px;font-weight: bold;margin-top: 14px;}
.buy_box .buy_item .info{font-size: 16px;font-weight: 600;line-height: 20px;margin: 12px 0;}
.buy_box .buy_item .price{font-size: 58px;font-weight: 600;color: #5B76FF;margin: 20px 0;}
.buy_box .buy_item .tax{font-size: 16px;font-weight: 600;line-height: 20px;margin: 14px 0 28px;}
.buy_box .buy_item .buy_btn{background-color: #5B76FF;font-size: 20px;line-height: 48px;min-width: 140px;box-sizing: border-box;display: inline-block;padding: 0 20px;color: #fff;text-align: center;border-radius: 30px;height: 48px;transition: all 0.3s;font-weight: 600;}
.buy_box .buy_item .buy_btn:hover{ transform: translateY(-8px);}
.buy_box .buy_item .buy_btn img{width: 24px;height: 24px;vertical-align: -4px;}
.buy_box .buy_item .des_ul{border-top: 1px solid rgba(34, 34, 34, 0.1);border-bottom: 1px solid rgba(34, 34, 34, 0.1);margin-top: 30px;text-align: left;padding: 10px 20px;}
.buy_box .buy_item .des_ul li i{display: inline-block;width: 16px;height: 16px;margin-right: 18px;background: url(/img/buy/check.png) no-repeat;vertical-align: -3px;background-size: 100%;}
.buy_box .buy_item .des_ul li{font-size: 16px;font-weight: 500;line-height: 24px;margin: 16px 0;list-style: none;}
.buy_box .buy_item .bottom_p{font-size: 12px;font-weight: 500;padding-top: 10px;color: #62637E;margin: 10px 0;}
.buy_box .buy_item.buy_item_blue .bottom_p{color: #fff;}

.buy_item .hot{min-width: 180px;line-height: 42px;color: #5B76FF;font-size: 18px;font-weight: 500;text-align: center;background-color: #fff;position: absolute;top: 0;transform: translateX(-50%);left: 50%;padding: 0 16px;border-radius: 0 0 26px 26px;white-space: nowrap;font-weight: 600;}
.buy_item .hot .iconfont{font-size: 22px;margin-right: 4px;vertical-align: -2px;}
.buy_item.buy_item_blue .info,.buy_item.buy_item_blue .tax{color: #CFD7FF;margin: 10px 0;}
.buy_item.buy_item_blue .des_ul{border-top: 1px solid rgba(255,255,255, 0.1);border-bottom: 1px solid rgba(255,255,255, 0.1);margin-top: 30px;text-align: left;padding: 10px 20px;}
.buy_item.buy_item_blue{color: #fff;background-color: #5B76FF;padding-top: 60px;}
.buy_item.buy_item_blue .title{color: #fff;}
.buy_item.buy_item_blue .year{color: #fff;}
.buy_item.buy_item_blue .price{color: #FFF06A;margin: 20px 0 10px;}
.buy_item.buy_item_blue .buy_btn{background-color: #fff;color: #5B76FF;line-height: 56px;height: 56px;font-size: 20px;margin-top: 16px;min-width: 180px;}
.buy_item.buy_item_blue .des_ul li i{display: inline-block;width: 16px;height: 16px;margin-right: 18px;background: url(/img/buy/check-white.png) no-repeat;vertical-align: -3px;background-size: 100%;}
.buy_item.buy_item_blue .bundle_img{padding:0 0 16px 0;border-bottom:1px solid rgba(255,255,255, 0.1);margin-bottom: 16px;}
.buy_box .buy_item .bottom_p_line{border-top:1px solid rgba(255,255,255, 0.1);margin-top: 30px;}
.buy_item.buy_item_blue .ab_off{
    display: block;
    max-width: 100px;
    height: auto;
    position: absolute;
    top: -26px;
    left: -26px;
    z-index: 1;
    background-size: contain;
}


/* bundle_box */
.bundle_box{margin: 100px auto;box-shadow: 0px 0px 10px 0px rgba(8.999999999999979, 93.00000000000003, 135.99999999999994, 0.19);border-radius: 5px;justify-content: start;align-items: center;}
.bundle_left{max-width: 546px;width: 100%;border-radius: 5px 0 0 5px;padding:50px 14px 40px 14px;text-align: center;background:#69c6f9;position: relative;}
.bundle_left i{display: inline-block;width: 189px;height: 117px;background: url(/img/buy/off.png) no-repeat;position: absolute;top: 0;left: 0;}
.bundle_right{padding: 30px;}
.bundle_right .bundle_name{color: #000000;font-size: 32px;font-weight: 600;line-height: 36px;margin-bottom: 20px;}
.bundle_right .info,.bundle_right .tax{color: #62637E;font-size: 18px;font-weight: 500;line-height: 24px;margin: 10px 0;}
.bundle_right .price{font-size: 50px;font-weight: 600;color: #FB1A40;}
.bundle_right .price del{color: #62637E;font-size: 18px;font-weight: 500;}
.btn {margin-top: 24px;}
.btn a{background-color: #00B191;color: #fff;border-radius: 6px;min-width: 160px;box-sizing: border-box;line-height: 46px;height: 46px;text-align: center;padding: 0 16px;font-size: 20px;font-weight: 500;display: inline-block;margin: 4px;transition: all 0.3s;}
.btn a:hover{transform: translateY(-8px);}
.btn a img{width: 24px;height: 24px;vertical-align: -5px;}

/* bundle_one */
.bundle_one{
    box-shadow: 0px 5px 20px 0px rgba(187.5, 187.5, 187.5, 0.5);
    border-radius: 8px 18px 15px 23px;
    margin-top: 16px;
    padding: 16px;
}
.bundle_one .container{
    max-width: 915px;
    justify-content: space-around;
}
.bundle_one .img{
    margin-top: 45px;
}
.bundle_one .text{
    width: 50%;
    text-align: center;
    padding: 10px;
}
.bundle_one .text .off{
    color: #FDAF38;
    font-size: 36px;
    font-weight: 600;
    line-height: 72px;
    background-color: #FFF6EF;
    border-radius: 66px 66px 66px 66px;
    margin-bottom: 20px;
}
.bundle_one .text .name{
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 20px;
}
.bundle_one .text .info{
    font-size: 24px;
    line-height: 24px;
    color: #686868;
    font-weight:  normal;
    margin-bottom: 20px;
    
}
.bundle_one .text .device{
    font-size: 20px;
    color: #686868;
    line-height: 20px;
    margin-bottom: 20px;
}
.bundle_one .text .price span{
    color: #F33D3D;
    font-size: 44px;
    font-weight: 600;
    padding: 10px;
}
.bundle_one .text .price del{
    padding: 10px;
    color: #B6B6B6;
    font-size: 20px;
    font-weight: 400;
}
.bundle_one .text .tax{
    margin-top: 8px;
    font-size: 18px;
    color: #838687;
}

/* table */
.table_box{
    background: #F9F9F9;
    width: 100%;
    padding: 30px 0px 0px;
    box-sizing: border-box;
}
.table_box .table_title{
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}
.table_box .btn{
    margin-top: 0px;
}
.table_box .btn a{
    min-width: 196px;
    height: 40px;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    border-radius: 4px;
}
.table_box .btn a img{
    width: 18px;
    height: 18px;
    vertical-align: -4px;
}
.table-wrap {
    overflow-x: auto;
    margin: 30px 0 0px;
}
.table-wrap table {
    border-collapse: collapse;
    width: 100%;
}
.table-wrap table tr:nth-child(even) {
    background-color: #ffffff;
}
.table-wrap table tr:nth-child(even) td {
    padding: 24px 15px;
    background: #F9F9F9;
}
.table-wrap table tr:nth-child(odd) {
    background-color: #f7f7f7;
}
.table-wrap table tr:nth-child(odd) td {
    background-color: #F2F2F2;
}
.table-wrap table tr.highlight-th {
    background-color: #99ffff;
}
.table-wrap table th,
.table-wrap table td {
    padding: 10px 15px;
    min-width: 240px;
    text-align: center;
}
.table-wrap table th {
    background: none;
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
}
.table-wrap table th a{
    color: #12AB8D;
    text-decoration: underline;
}
.table-wrap table td {
    font-size: 17px;
    line-height: 26px;
}
.table-wrap table td a {
    color: #2eb4a7;
}
.table-wrap table td ul {
    padding-left: 15px;
    margin-bottom: 0;
}


/* paymemt */
.paymemt{justify-content: center;align-items: center;text-align: center;margin: 100px auto;}
.paymemt p{font-size: 40px;line-height: 28px;font-weight: 600;font-size: 34px;text-align: center;margin-bottom: 40px;}

/* tip */
.tip{background-color: #F3F9FF;border-radius: 16px;box-sizing: border-box;padding: 30px;margin: 88px auto;}
.tip h2{font-size: 32px;font-weight: bold;line-height: 40px;}
.tip h2 i{display: inline-block;width: 31px;height: 45px;background: url(/img/buy/tip.png) no-repeat;margin-right: 12px;vertical-align: -9px;}
.tip ul{padding-left: 20px;margin-top: 16px;}
.tip ul li{line-height: 22px;font-size: 14px;color: #6E6E6E;list-style-type: disc;font-weight: 500;margin-top: 20px;}

/* .ensure */
.ensure{margin: 100px auto;text-align: center;}
.ensure h2{font-size: 32px;line-height: 40px;margin-bottom: 60px;}
.ensure ul li{background-color: #4E73AB;padding: 26px;border-radius: 18px;box-sizing: border-box;max-width: 362px;width: 100%;}
.ensure ul li img{display: block;margin: 0 auto;}
.ensure ul li p.title{font-size: 24px;line-height: 30px;margin: 16px auto;max-width: 280px;width: 100%;color: #fff;font-weight: bold;}
.ensure ul li p.info{font-size: 14px;color: #C5C5C5;line-height: 22px;}
.img_box{height: 54px;}

@media (max-width: 1140px){
    .container{max-width: 96%;}
    .buy_box{max-width: 900px;justify-content: center;}
    .buy_box .buy_item{margin: 20px 0 20px;width: 96%;max-width: 500px;}
    .paymemt p{max-width: none;margin-bottom: 20px;}
    .ensure ul{max-width: 880px;justify-content: center;margin: 0 auto;}
    .ensure ul li{margin: 20px;}
    .bundle_box{padding: 0;}
    .bundle_left{max-width: none;border-radius: 5px 5px 0 0px;}
    .bundle_right{text-align: center;width: 100%;}
}
@media (max-width: 915px){
    .bundle_one .container{
        flex-direction: column;
    }
    .bundle_one .text{
        width: 100%;
    }
    .bundle_one .text .off{
        max-width: 440px;
        margin: 10px auto 20px;
    }
}
@media (max-width: 900px){
    .ensure ul li{max-width: 400px;}
    .banner .banner_left img{margin: 0 auto 16px;}
    .banner ul li{width: 100%;margin-bottom: 8px;}
}
@media (max-width: 540px){
    .buy_box{margin: 60px auto 30px;}
    .ensure,.tip{margin: 60px auto;}
    .ensure h2{font-size: 32px;line-height: 40px;margin-bottom: 26px;}
    .buy_item.buy_item_blue .ab_off{
        zoom: 0.6;
    }
}