body{
    overflow-x: hidden;
}
.copyLink{
    text-align: center;
    padding-bottom: 80px;
    position: relative;
}
.plate_main{
    /*margin-top: 80px;*/
    background-color: #fff;
    /*box-shadow: 0px 0px 15px 0px rgba(222,222,228,1);*/
}
.buy_list{
    width:100%;
    background:rgba(255,255,255,1);
    border-radius:20px;
    position: relative;
    top: 0px;
    margin:  0 auto;
}
.buy_list > ul{
    margin: 20px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 150px;
}
.buy_list ul li{
    font-size: 20px;
    color:#666;
    cursor: pointer;
    width: 212px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    /*width: 11.3%;*/
    margin: 0 6.2%;
}
.buy_list ul li.active,.buy_list ul li:hover{
    color:#429DF8;
    border-bottom: 1px solid #429DF8;
    margin: 0 6.2%;
}
.buy_list ul li .liImg1{
    background: url("../../img/share/list1.png") top center no-repeat;
    height: 28px;
    width: 28px;
    display: inline-block;
}
.buy_list ul li.active .liImg1,.buy_list ul li:hover .liImg1{
    background: url("../../img/share/list1_on.png") top center no-repeat;
}
.buy_list ul li .liImg2{
    background: url("../../img/share/list2.png") top center no-repeat;
    height: 28px;
    width: 28px;
    display: inline-block;
}
.buy_list ul li.active .liImg2,.buy_list ul li:hover .liImg2{
    background: url("../../img/share/list2_on.png") top center no-repeat;
}
.buy_list ul li .liImg3{
    background: url("../../img/share/list3.png") top center no-repeat;
    height: 28px;
    width: 28px;
    display: inline-block;
}
.buy_list ul li.active .liImg3,.buy_list ul li:hover .liImg3{
    background: url("../../img/share/list3_on.png") top center no-repeat;
    height: 28px;
    width: 28px;
    display: inline-block;
}
.buy_list ul li .liImg4{
    background: url("../../img/share/list4.png") top center no-repeat;
    height: 28px;
    width: 28px;
    display: inline-block;
}
.buy_list ul li.active .liImg4,.buy_list ul li:hover .liImg4{
    background: url("../../img/share/list4_on.png") top center no-repeat;
    height: 28px;
    width: 28px;
    display: inline-block;
}
.buyBox {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 0 20px;
}
.buyPack{
    width: 280px;
    background: linear-gradient(0deg,rgba(244,246,249,1) 0%,rgba(255,255,255,1) 100%);
    box-shadow: 0px 0px 10px 0px rgba(39,114,200,0.2);
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    margin: 40px 0;
    border: 1px solid #fff;
    position: relative;
}
.buyPack:hover{
    transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1);
}
.buyPack.active{
    border: 1px solid #429DF8;
    border-radius: 8px;
    position: relative;
}
.buyPack.active:before{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}
.buyPack:before{
    content: "";
    position: absolute;
    background: url("../../img/share/buyPackSelected.png") top center no-repeat;
    height: 41px;
    width: 41px;
    right: -1px;
    top: -1px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform-origin: right top;
}
.buyPackTime {
    font-size: 20px;
    color: #000;
    margin: 15px 0;
}
.buyPackTitle{
    font-size: 20px;
    color: #fff;
    margin-top: 1px;
    margin-bottom: 17px;
    position: absolute;
    background: url(../../img/share/packge.png) top center no-repeat;
    height: 48px;
    line-height: 52px;
    width: 184px;
    margin-left: 11px;
    background-size: cover;
}
.buyPackTitle2{
    color: #999;
    margin-bottom: 15px;
    font-size: 18px;
}
.buytday{
    color: #429DF8;
    margin-bottom: 15px;
    font-size: 14px;
}
.buyPackTitle3{
    color: #999;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 8px;
}
.buyPackTitle4{
    font-size: 18px;
    color: #FF4443;
    line-height: 30px;
    background: url("../../img/buy/time_bg.png") no-repeat center center;
}
.buyPackTitle5 {
    font-size: 18px;
    color: #333;
    margin: 15px 0 15px;
}
.buyPackText img {
    margin-bottom: 15px;
}
.buyPackText p {
    font-size: 15px;
    color: #666;
    line-height: 2;
}
.buyPrice {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    color: #fff;
    background: #0026C5 url("../../img/activity/label1.png") no-repeat left center/57px 36px;
    text-align: left;
    margin-top: 15px;
    padding-left: 58px;
}
.buyPrice small {
    font-size: 16px;
}
.activityBuy {
    width: 84px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #000;
    text-align: center;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../../img/activity/label2.png") no-repeat center center/100%;
    display: none;
}
.buyBox .buyPrice .activityBuy{
    display: block;
}
/**/
.buyLine{
    text-align: left;
    margin-top: 50px;
    margin-bottom: 0px;
    position: relative;
    margin-left: 50px;
}
.buyLine label{
    font-size: 14px;
    position: relative;
    color: #444;
    display: block;
    margin-left: 10px;
    margin-bottom: 14px;
}
.buyLine label:before{
    /*content: "";*/
    /*position: absolute;*/
    /*left: -10px;*/
    /*background-color: #5072FE;*/
    /*height: 17px;*/
    /*width: 4px;*/
    /*top: 3px;*/
}
.buyLine .buyAccount {
    width:360px;
    height:40px;
    border:1px solid rgba(238,238,238,1);
    border-radius:2px;
    padding-left: 23px;
}
.buyLinepay {
    width: 152px;
    height: 42px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.buyLinepay:before{
    content: "";
    background: url("../../img/share/buyLinePay.png") top center no-repeat;
    height: 40px;
    width: 150px;
    position: absolute;
    right: -1px;
    top: -1px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform-origin: right top;
}
.buyLinepay.active,.cou.active{
    border:1px solid #fff;
}
.buyLinepay.active:before{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}
.cou {
    width: 152px;
    height: 42px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cou:before{
    content: "";
    background: url("../../img/share/buyLinePay.png") top center no-repeat;
    height: 40px;
    width: 150px;
    position: absolute;
    right: -1px;
    top: -1px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform-origin: right top;
}
.cou.active:before{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}
.buySubmit {
    width:120px;
    height:40px;
    background:rgba(66,157,248,1);
    border-radius:2px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border: none;
    /*float: left;*/
    margin-bottom: 60px;
    margin-left: 50px;
}
.buy_ban{
    display: none;
    background: #F4F6F9;
    margin-bottom: 80px;
}
.buy_ban.active{
    display: block;
}
.buyLine .moneyLabel{
    display: inline-block;
    float: left;
}
.buyLine .moneyTotal{
    float: left;
    margin-left: 20px;
}
.copyLink .newAccount{
    background: url("../../img/share/new.png") top center no-repeat;
    height: 80px;
    width: 350px;
    display: inline-block;
    margin-bottom: 41px;
    cursor: pointer;
}
.regiNow{
    text-decoration:underline;
    color:rgba(66,157,248,1);
}
.buyLineNote{
    margin-left: 20px;
    font-size: 14px;
}
.buyText{
    margin-bottom: 45px;
    display: none;
}
.newAccountMask{
    background: url("../../img/share/couponModal.png") top center no-repeat;
    height: 360px;
    width: 445px;
    padding-top: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, calc(-50% + 100px));
    -ms-transform: translate(-50%, calc(-50% + 100px));
    -moz-transform: translate(-50%, calc(-50% + 100px));
    transform: translate(-50%, calc(-50% + 100px));
}
.active .newAccountMask{
    -webkit-transform: translate(-50%, calc(-50%));
    -ms-transform: translate(-50%, calc(-50%));
    -moz-transform: translate(-50%, calc(-50%));
    transform: translate(-50%, calc(-50%));
}
.newAccountTitle{
    color: #EDA431;
    font-size: 20px;
}
.newTitle4{
    margin-top: 80px;
    font-size: 18px;
    color:#FC575A;
}
.newAccountTitle2{
    font-size: 30px;
    font-weight: bold;
    color: #FC575A;
}
.newAccountTitle3{
    color:#000;
    font-size: 22px;
    margin-top: 10px;
    font-weight: bold;
}
.couponBtn{
    text-align: center;
    width:235px;
    height:50px;
    line-height: 50px;
    background:linear-gradient(0deg,rgba(255,198,0,1),rgba(255,249,69,1));
    box-shadow:0px 8px 0px 0px rgba(255,148,8,0.8);
    border-radius:25px;
    margin-top: 80px;
    color:#B56408;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}
.newPrice{
    font-size: 80px;
}
.fs50{
    font-size: 50px;
}
.payCh{
    margin-left: 25px;
    margin-bottom: 20px;
    cursor: pointer;
}
.payChoice{
    display: inline-block;
    width:15px;
    height:15px;
    border:1px solid rgba(204,204,204,1);
    border-radius:50%;
    float: right;
    margin-right: 25px;
    margin-top: 5px;
}
.active .payChoice{
    background: url("../../img/share/pays.png") top center no-repeat;
    border: none;
}
.maskClose,.maskClose2{
    float: right;
    position: absolute;
    top: -25px;
    right: 40px;
    cursor: pointer;
}
.maskClose2{
    right: 0px;
}
.c-red{
    color: #F03737;
}
.buyNote{
    font-size: 24px;
    color: rgba(61,153,247,1);
}
.buyNote2{
    font-size: 16px;
}
.buy_list ul.buyPackShow{
    width: 251px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(221,221,221,1);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: -1;
    text-align: left;
    left: -56px;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 68px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 0;
    color: #333;
    visibility: hidden;
    margin-left: 0;
}
.buy_list ul.buy_ul .buyPackShow li{
    font-size: 14px;
    text-align: left;
    color: #666;
    width: 251px;
}
.buy_list ul.buy_ul .buyPackShow li:hover{
    color: #666!important;
    border-bottom: none;
}
.buyCon4 .buyPackShow{
    /*width: 340px;*/
}
.buy_list ul li:hover .buyPackShow{
    z-index: 99;
    opacity: 1;
    filter:alpha(opacity=100);
    visibility: visible;
}
.buyPackShow:after{
    position: absolute;
    display: block;
    content: "";
    top: -5px;
    left: 108px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-bottom:11px solid #ddd;
    border-left:9px solid transparent;
    border-right:9px solid transparent;
    z-index: 99;
}
.buyPackShow:before{
    position: absolute;
    display: block;
    content: "";
    top: -5px;
    left: 110px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-bottom: 9px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: -4px;
    z-index: 101;
}
.buy_list ul li .buyPackShow li{
    margin-left: 26px;
    margin-top: 15px;
    font-size: 14px;
    text-align: left;
    margin: 0;
    padding-left: 8%;
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.buy_list ul li .buyPackShow li:hover{
    border-bottom: none;
    color: #666;
}
.buyPackShow li img{
    margin-right: 15px;
}
.gobuyModal1{
    background: url("../../img/background.png") top center no-repeat;
    height: 394px;
    width: 318px;
    left: 50%;
    top: 30%;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, calc(-50% + 100px));
    -ms-transform: translate(-50%, calc(-50% + 100px));
    -moz-transform: translate(-50%, calc(-50% + 100px));
    transform: translate(-50%, calc(-50% + 100px));
    padding-top: 40px;
    position: absolute;
}
.surePrice{
    color: #FF873F;
    font-size: 16px;
    margin-top: 10px;
}
.fs40{
    font-size: 40px;
}
.gbTitle{
    font-size: 16px;
    color: #333333;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 40px;
}
.gbPackage{
    color: #999999;
    text-align: left;
    margin-left: 40px;
}
.payBtn2,.payBtn3{
    width:241px;
    height:40px;
    background:rgba(42,182,255,1);
    box-shadow:0px 0px 10px 0px rgba(42,182,255,0.5);
    border-radius:2px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.payBtn3{
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 10px 0px rgba(238,238,238,1);
    color: #333;
}
.MathBlock{
    background:#f2f2f2;
    border-radius:4px;
    font-weight:700;
    font-size:15px;
    width: 206px;
}
.MathChange{
    cursor: pointer;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 4px;
    float: left;
    font-size: 18px;
}
.MathInput{
    float:left;
    height:48px;
    width:108px;
    line-height:45px;
    background:#f2f2f2;
    border:none;
    font-size:15px;
    outline:0;
    text-align:center;
}
/*支付确认弹窗*/
.terminalNote{
    position: absolute;
    color: #f00;
    top: -40px;
    left: 90px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}
.terminalNote:after{
    position: absolute;
    display: block;
    content: "";
    top: 38px;
    left: -12px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-right:11px solid #ddd;
    border-top:9px solid transparent;
    border-bottom:9px solid transparent;
    z-index: 99;
}
.terminalNote:before{
    position: absolute;
    display: block;
    content: "";
    left: -9px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-right: 9px solid #f4f5f8;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    top: 38px;
    z-index: 101;
}
.activity{
    background: url("../../img/act/background.png") top center no-repeat;
    position: fixed;
    right: 0;
    top: 200px;
    height: 239px;
    width: 204px;
    z-index: 999;
}
.actCloseBtn{
    cursor: pointer;
    position: absolute;
    right: 95px;
    bottom: -16px;
}
.actImg{
    text-align: center;
    margin-top: 50px;
}
.activity a{
    display: inline-block;
    background: url(../../img/act/anniu.png) top center no-repeat;
    height: 43px;
    width: 150px;
    line-height: 28px;
    color: #c0822d;
    font-size: 16px;
    font-weight: bold;
    margin-top: 123px;
}
/*添加活动样式2020.4.2*/
.activitySpan{
    background: url(../../img/share/news2.png) top center no-repeat;
    height: 42px;
    width: 164px;
    position: absolute;
    left: 35px;
    top: -26px;
    color: #fff;
}
.activitySpan2{
    background: url(../../img/share/miaosha.gif) top center no-repeat;
    height: 23px;
    width: 118px;
    left: 33px;
    top: 10px;
    position: absolute;
}
/*2020-6-2*/
.buybanner2{
    height: 450px;
    padding-top: 77px;
    background: url("../../img/buy/buy_banner.jpg") top center no-repeat;
    position: relative;
}
.buybanner2-t{
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,189,32,1);
    text-align: center;
    margin-bottom: 49px;
    position: relative;
    z-index: 2;
}
.buybanner2-t2{
    position: relative;
    z-index: 2;
}
.buybanner2-t3{
    margin-top: 9px;
    font-size:40px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:170px;
    position: relative;
    z-index: 2;
}
.buybanner2 video {
    position: absolute;
    width: 100%;
    height: 450px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    object-fit: fill;
    z-index: 1;
}


/*activity*/
.activityBanner {
    position: relative;
    height: 450px;
    background: url("../../img/activity/buy_banner.png") no-repeat center center/100% 100%;
}
.activityBanner img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.activityMain {
    /*margin-top: 180px;*/
}
.activityImg {
    width: 100%;
    position: absolute;
    left: 0;
}