/* 部分通用样式 */
.productsBox ._title {
    text-align: center;
    font-size: 30px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #394574;
}
.productsBox li, em, i {  
    font-style: normal;  
    font-weight: normal;  
    list-style: none;
}


/* 价值场景 */
.productsBox .products_scenario {
    width: 100%;
    box-sizing: border-box;
    padding: 34px 0 42px;
}
.productsBox .scenario_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 46px;
}
.productsBox .scenario_box div {
    width: 28%;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 35px;
}
.productsBox .scenario_box div:nth-child(1),
.productsBox .scenario_box div:nth-child(3) {
    width: 72%;
}
.productsBox .scenario_box div:nth-child(3),
.productsBox .scenario_box div:nth-child(4) {
    margin-bottom: 0;
}
.productsBox .scenario_box div img {
    width: 44px;
    height: 44px;
    margin-right: 18px;
}

/* 功能场景 */
.products_fun ._title {
    padding-bottom: 35px;
}
.products_fun .fun_box {
    background: #F6F8FA;
    padding: 25px 0 35px;
}
.products_fun .fun_box>div {
    width: 1170px;
    height: 600px;
    margin: 0 auto;
    display: flex;
}
.products_fun .fun_box .fun_box_left {
    width: 200px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    padding-left: 0;
    background: #F6F8FA;
    box-shadow: -3px -3px 0px 1px #FFFFFF, 6px 1px 10px #c3c3c3; 
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 0;
}
.products_fun .fun_box .fun_box_left li {
    height: 60px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 16px;
}
.products_fun .fun_box .fun_box_left li span {
    font-size: 30px;
    font-family: Alibaba PuHuiTi-Medium, Alibaba PuHuiTi;
    font-weight: 700;
    color: rgba(153,153,153,0.26);
    margin-right: 17px;
}
.products_fun .fun_box .fun_box_left li img {
    margin-left: 39px;
    width: 6.3px;
}
.products_fun .fun_box .fun_box_right {
    width: 970px;
    background: #FFFFFF;
    box-shadow: inset 6px 6px 30px 1px rgba(68,118,168,0.18);
}
.products_fun .fun_box .fun_box_right img{
    width: 970px;
    height: 600px;
}
.products_fun .fun_box .fun_box_left .active {
    background: #1685FC;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
}
.products_fun .fun_box .fun_box_left .active span {
    color: rgba(255,255,255,0.44);
}
.products_fun .fun_box .fun_box_left .active img {
    margin-left: 25px;
    width: 30px;
}

/* 四大生态圈服务体系保障 */
.products_guarantee {
    padding-top: 50px;
}
.products_guarantee ._title {
    padding-bottom: 30px;
}
.products_guarantee .guarantee_box {
    height: 460px;
    width: 100%;
    background: #263660;
}
.products_guarantee .guarantee_box ul {
    display: flex;
    height: 100%;
}
.products_guarantee .guarantee_box ul li {
    width: 25%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    cursor: pointer;
    transition: all 0.3s;
}
.products_guarantee .guarantee_box ul .bgcImg:nth-child(1) {
    background: url('../images/products_guarantee1.png');
}
.products_guarantee .guarantee_box ul .bgcImg:nth-child(2) {
    background: url('../images/products_guarantee2.png');
}
.products_guarantee .guarantee_box ul .bgcImg:nth-child(3) {
    background: url('../images/products_guarantee3.png');
}
.products_guarantee .guarantee_box ul .bgcImg:nth-child(4) {
    background: url('../images/products_guarantee4.png');
}
.products_guarantee .guarantee_box ul li .ball {
    position: relative;
    width: 56px;
    height: 56px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);  
    backdrop-filter: blur(10px);  
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.39);
    z-index: 1;
    margin-top: 113px;
    transition: all 0.3s;
}
.products_guarantee .guarantee_box ul li .ball2 {
    width: 38px;
    height: 38px;
    background: #1685FC;
    border-radius: 50%;
    position: absolute;
    left: 115px;
    top: 104px;
    transition: all 0.3s;
}
.products_guarantee .guarantee_box ul li .guarantee_box_name {
    position: absolute;
    top: 199px;
    width: 100%;
    font-size: 24px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.3s;
}
.products_guarantee .guarantee_box ul li .Smegma {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}
.products_guarantee .guarantee_box ul li .txt {
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 30px;
    padding: 0 38px;
    opacity: 0;
    transition: all 0.3s;
}
.products_guarantee .guarantee_box ul .active {
    background-color: #1685FC;
}
.products_guarantee .guarantee_box ul .active .Smegma {
    display: none;
}
.products_guarantee .guarantee_box ul .active .ball {
    margin-top: 77px;
}
.products_guarantee .guarantee_box ul .active .ball2 {
    top: 67px;
    background-color: #0061C9;
}
.products_guarantee .guarantee_box ul .active .guarantee_box_name {
    top: 174px;
}
.products_guarantee .guarantee_box ul .active .txt {
    top: 246px;
    opacity: 1;
}

/* 下载 */
.products_download {
    padding: 35px 0 25px;
}
.products_download ._title {
    margin-bottom: 18px;
}
.products_download .container {
    display: flex;
    justify-content: center;
}
.products_download .container .left {
    width: 472px;
    height: 280px;
    background: url('../images/products_download1.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 46px;
    position: relative;
}
.products_download .container .left div {
    width: 355px;
    height: 225px;
    position: absolute;
    top: 17px;
    left: 61px;
    background-color: skyblue;
}
.products_download .container .right {
    width: 227px;
}
.products_download .container .right .win {
    width: 227px;
    height: 227px;
    background: url('../images/products_download2.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.products_download .container .right .win span { 
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 25px 0 10px;
}
.products_download .container .right .win em { 
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    margin-top: 10px;
}
.products_download .container .right a {
    width: 127px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #1685FC;
    border-radius: 6px 6px 6px 6px;
    display: block;
    margin: 16px auto 0;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

/* 购买 */
.products_purchase {
    display: flex;
    justify-content: center;
    padding: 54px 0;
}
.products_purchase>div {
    width: 300px;
    /* height: 1088px; */
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 1px rgba(1,68,88,0.1);
    border-radius: 20px 20px 20px 20px;
    padding-bottom: 20px;
}
.products_purchase>div:nth-child(1) {
    margin-right: 24px;
}
.products_purchase>div:nth-child(2) {
    margin-right: 24px;
}
.products_purchase>div:nth-child(3) {
    margin-right: 24px;
}
.products_purchase .purchase_title { 
    width: 100%;
    height: 100px;
    background: url('../images/products_purchase1.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0px -3px;
    padding-left: 26px;
}
.products_purchase>div:nth-child(2) .purchase_title {
    background: url('../images/products_purchase2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0px -3px;
}
.products_purchase>div:nth-child(3) .purchase_title {
    background: url('../images/products_purchase4.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0px -3px;
}
.products_purchase>div:nth-child(4) .purchase_title {
    background: url('../images/products_purchase5.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0px -3px;
}
.products_purchase .purchase_title span {
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 4px;
    font-size: 24px;
    color: #FFFFFF;
}
.products_purchase>div:nth-child(1) .purchase_title span {
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    color: #202E4B;
    margin-bottom: 8px;
}
.products_purchase .purchase_title em {
    color: #FFFFFF;
    opacity: 0.5;
}
.products_purchase>div:nth-child(1) .purchase_title em {
    color: #202E4B;
}
.products_purchase .purchase_price {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    /* text-align: center; */
    padding: 24px 0;
    padding-left: 24px;
}
.products_purchase .purchase_price span {
    font-size: 34px;
    font-weight: 600;
}
.products_purchase .siyouhuaphone span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 28px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.products_purchase .purchase_price .zhichi500 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
    padding-top: 3px;
}
.products_purchase a {
    width: 300px;
    height: 63px;
    line-height: 38px;
    text-align: center;
    /* 不允许点击 */
    /* pointer-events: none; */
    background: #d1d1d1;
    border-radius: 10px 10px 10px 10px;
    margin: 0 auto;
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    width: 252px;
    height: 38px;
    /* background: linear-gradient( 90deg, #778299 0%, #202E4B 100%); */
    border-radius: 26px 26px 26px 26px;
}
.products_purchase>div:nth-child(1) a {
    /* background: linear-gradient( 154deg, #B388F8 0%, #097EFF 100%); */
}
.products_purchase>div:nth-child(2) a {
    /* background: linear-gradient( 154deg, #B388F8 0%, #097EFF 100%); */
}
.products_purchase>div:nth-child(3) a {
    width: 252px;
    height: 38px;
    /* background: linear-gradient( 145deg, #F4B85A 0%, #81380D 100%); */
    border-radius: 26px 26px 26px 26px;
}
.products_purchase>div:nth-child(4) a {
    background: linear-gradient( 146deg, #383736 0%, #131315 100%);
}
.products_purchase .purchase_border {
    margin: 24px auto 0;
    width: 252px;
    height: 1px;
    background: #E9E9E9;
}
.products_purchase ul {
    padding-left: 0;
    width: 300px;
    margin: 0 auto;
    padding: 24px;
}
.products_purchase ul li {
    margin-top: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #394574;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #333333;
}
.shi-yong-fan-wei {
    width: 260px;
    /* height: 126px; */
    background: #ECF2F8;
    border-radius: 10px 10px 10px 10px;
    margin: 0 auto;
    padding: 16px;
    height: 258px;
    margin-top: 20px;
}
.shi-yong-fan-wei .syfw-title {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.shi-yong-fan-wei .syfw-content {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 6px;
}

/* 购买遮罩层 */
.purchasePopupMask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    display: none;
}

/* 购买弹窗 */
.purchasePopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 790px;
    /* height: 90%; */
    background-color: #ffffff;
    border-radius: 10px;
    z-index: 201;
    overflow: hidden;
    padding-bottom: 106px;
    display: none;
    /* overflow-y: scroll; */
}
.purchasePopup .purchasePopup_tab {
    /* height: 93px; */
    display: flex;
    background: rgba(22,132,252,0.35);
}
.purchasePopup .purchasePopup_tab>div {
    width: 404px;
    height: 66px;
    background-size: 100% 100%;
    background-position: 0px;
    cursor: pointer;
    /* 禁用切换且半透明 */
    /* pointer-events: none; */
    /* opacity: 0.5; */
}
.purchasePopup .purchasePopup_tab .tab_left {
    /* background: url('../images/purchasePopup_tab3.png');
    background-repeat: no-repeat; */
}
.purchasePopup .purchasePopup_tab .tab_left.active {
    background: url('../images/purchasePopup_tab1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.purchasePopup .purchasePopup_tab .tab_right {
    /* background: url('../images/purchasePopup_tab2.png');
    background-repeat: no-repeat; */
}
.purchasePopup .purchasePopup_tab .tab_right.active {
    background: url('../images/purchasePopup_tab4.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.purchasePopup .purchasePopup_tab>div span {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 66px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.purchasePopup .purchasePopup_tab>div em {
    margin-left: 150px;
    margin-top: 5px;
    display: block;
}
.purchasePopup .purchasePopup_tab .tab_right span {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 66px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.purchasePopup .purchasePopup_tab .tab_right em {
    margin-left: 157px;
    color: #6B3D1E;
}
.purchasePopup .purchasePopup_price {
    display: flex;
    padding: 0px 29px 0;
    padding-top: 20px;
    /* justify-content: space-between; */
}
.purchasePopup .purchasePopup_price>div {
    width: 168px;
    /* height: 237px; */
    height: 161px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    background: url('../images/menber2.png');
    background-repeat: no-repeat;
    background-color: #fff;
    /* position: relative; */
}
.purchasePopup .purchasePopup_price>div>.shougou {
    position: absolute;
    top: -40px;
    font-size: 14px;
    font-weight: 400;
    background: red;
    padding: 3px 10px;
    color: #ffffff !important;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
}
.purchasePopup .purchasePopup_price>div:last-child {
    margin-right: 0;
}
.purchasePopup .purchasePopup_price .active {
    border: 1px solid #FFC9A0;
    background-color: #FEFAF6;
    background: url('../images/menber1.png');
    background-repeat: no-repeat;
}
.purchasePopup .purchasePopup_price>div>span {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #35445D;
    display: block;
    text-align: center;
    margin-top: 20px;
    /* margin-top: 45px; */
}
.purchasePopup .purchasePopup_price>div .price {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #35445D;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    /* margin-top: 25px; */
}
.purchasePopup .purchasePopup_price>div .price em {
    font-size: 16px;
    font-weight: bold;
    margin: 0 7px;
    color: #35445D;
}
.purchasePopup .purchasePopup_price>div .price span  {
    font-weight: 600;
    font-size: 30px;
    color: #35445D;
    font-style: normal;
    text-transform: none;
}
.purchasePopup .purchasePopup_price>.active>span {
    color: #541E01;
}
.purchasePopup .purchasePopup_price .active .price em {
    color: #541E01;
}
.purchasePopup .purchasePopup_price .active .price span {
    color: #541E01;
}
.purchasePopup .purchasePopup_price>div .originalPrice {
    width: 166px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #F1F8FF;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius:  0 0 10px 10px;
    /* font-size: 14px; */
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    /* color: #666666;
    text-decoration: line-through; */
    font-size: 12px;
    color: #1684FC;
}
.purchasePopup .purchasePopup_price .active .originalPrice {
    background: linear-gradient( 270deg, #FAD6A1 0%, #EBB05C 100%);
    width: 166px;
    color: #541E01;
    font-weight: bold;
}
.purchasePopup .purchasePopup_price>div .yj {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #C5CBD7;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-align: center;
    text-decoration-line: line-through;
}
.purchasePopup .purchasePopup_price>.active .yj{
    color: #541E01;
}
.purchasePopup .purchasePopup_price>div .discount {
    position: absolute;
    left: -2px;
    top: -18px;
    width: 124px;
    height: 35px;
    background: #FF3737;
    border-radius: 6px 6px 6px 6px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}
.purchasePopup .purchasePopup_payment {
    width: 100%;
    padding: 0 29px;
    /* margin-top: 24px; */
    margin-top: 15px;
    color: #333;
}
.purchasePopup .purchasePopup_payment .coupon {
    min-height: 47px;
    line-height: 47px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px 4px 4px 4px;
    background-color: #fff;
}
.purchasePopup .purchasePopup_payment .coupon > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.purchasePopup .purchasePopup_payment .coupon > div i {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.purchasePopup .purchasePopup_payment .coupon > ul {
    padding: 0;
    margin: 0;
}
.purchasePopup .purchasePopup_payment .coupon > ul li {
    padding-bottom: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #E8E8E8;
    line-height: 20px;
    margin-bottom: 15px;
}
.purchasePopup .purchasePopup_payment .coupon > ul li:last-child {
    border-bottom:none;
    margin-bottom: 0;
}
.purchasePopup .purchasePopup_payment .coupon > ul li input[type=checkbox] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-top: 0;
    overflow: hidden;
}
.purchasePopup .purchasePopup_payment .coupon > ul li span {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #EF3129;
    border-radius: 2px 2px 2px 2px;
    font-size: 10px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 11px;
    margin-right: 10px;
}
.purchasePopup .purchasePopup_payment .coupon > ul li em {
    position: absolute;
    right: 0;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #EF3129;
}
.purchasePopup .purchasePopup_payment .payment {
    width: 100%;
    /* height: 233px; */
    background: #FFFFFF;
    /* border-radius: 4px 4px 4px 4px; */
    /* margin-top: 6px; */
    /* padding: 20px; */
    /* padding: 10px 20px; */
    margin-top: 37px;
    
}
.purchasePopup .purchasePopup_payment .payment .title {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 16px;
    color: #121212;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-left: 3px solid #1684FC;
    padding-left: 5px;
    margin-bottom: 12px;
}
.purchasePopup .purchasePopup_payment .payment .paymentBox {
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
}
.purchasePopup .purchasePopup_payment .payment .payment-item {
    width: 357px;
    height: 43px;
    background: #F9F9F9;
    border-radius: 8px 8px 8px 8px;
    line-height: 43px;
    padding-left: 16px;
}
.purchasePopup .purchasePopup_payment .payment .payment-item .item-left{
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.purchasePopup .purchasePopup_payment .payment .payment-item .item-right{
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 14px;
    color: #F70000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    float: right;
    margin-right: 16px;
}
.purchasePopup .purchasePopup_payment .payment .paymentBox ul {
    padding-left: 0;
    width: 100%;
    /* border-right: 1px solid #dbdbdb; */
    display: flex;
    justify-content: space-between;
}
.purchasePopup .purchasePopup_payment .payment .paymentBox ul li {
    width: 234px;
    /* height: 42px; */
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #E5E5E5;
    /* margin-bottom: 15px; */
    display: flex;
    align-items: center;
    padding-left: 24px;
    cursor: pointer;
    position: relative;
    /* margin-right: 15px; */
    padding: 24px 20px;
}
.purchasePopup .purchasePopup_payment .payment .paymentBox ul li:nth-child(3) {
    /* margin-right: 0px; */
}
.purchasePopup .purchasePopup_payment .payment .paymentBox ul li:last-child {
    margin-bottom: 0;
}
.purchasePopup .purchasePopup_payment .payment .paymentBox ul li img {
    margin-right: 10px;
}
.purchasePopup .purchasePopup_payment .payment .paymentBox ul .active {
    border: 1px solid #1685FC;
}
.purchasePopup .purchasePopup_payment .payment .paymentBox ul li .activeImg {
    position: absolute;
    right: 20px;
    /* bottom: 5px; */
    margin-right: 0;
    display: none;
}
.purchasePopup .purchasePopup_payment .payment .paymentBox ul li .img {
    position: absolute;
    right: 20px;
    /* bottom: 5px; */
    margin-right: 0;
    display: block;
}
.purchasePopup .purchasePopup_payment .payment .paymentBox ul .active .activeImg {
    display: block;
}
.purchasePopup .purchasePopup_payment .payment .paymentBox ul .active .img {
    display: none;
}
.purchasePopup .purchasePopup_payment .payment .paymentBox .paymentBox_right {
    width: calc(100% - 370px);
    padding-left: 34px;
    padding-top: 34px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.purchasePopup .purchasePopup_payment .payment .paymentBox .paymentBox_right div {
    margin-bottom: 16px;
}
.purchasePopup .purchasePopup_payment .payment .paymentBox .paymentBox_right div em {
    font-size: 25px;
    color: #FF4040;
    font-weight: 700;
}
.purchasePopup .purchasePopup_payment .payment .paymentBox.paymentBox_enterprise {
    display: flex;
}
.purchasePopup .purchasePopup_payment .payment .paymentBox.paymentBox_enterprise .paymentBox_right {
    padding-top: 0;
    margin-top: -13px;
}
.purchasePopup .purchasePopup_payment .payment .paymentBox.paymentBox_enterprise  ul {
    display: flex;
    align-items: center;
}
.purchasePopup .duigongPrompt {
    margin-top: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #EF3129;
    padding-left: 46px;
    /* display: none; */
    /* margin-bottom: 35px; */
    margin-bottom: 15px;
}
.purchasePopup .submitBox {
    padding-left: 46px;
    padding-right: 46px;
    /* margin-top: 20px; */
    position: relative;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 86px;
    background: #ffffff;
    padding-top: 10px;
    display: flex;
    /* box-sizing: content-box; */
    width: 100%;
    justify-content: space-between;
}
.purchasePopup .submitBox .left {
    flex: 1;
}
.purchasePopup .submitBox_payment {
    /* width: calc(100% - 370px); */
    /* padding-left: 34px;
    padding-top: 34px; */
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-top: 5px;
}
.purchasePopup .submitBox_payment div {
    margin-bottom: 16px;
    display: inline-block;
}
.purchasePopup .submitBox_payment div em {
    font-size: 25px;
    color: #FF4040;
    font-weight: 700;
}
.purchasePopup .submitBox_payment>span {
    padding-left: 20px;
}
.purchasePopup .submitBox input {
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #B9B9B9;
    margin-top: 0;
}
.purchasePopup .submitBox .submitBox_checkbox {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.purchasePopup .submitBox .submitBox_checkbox span {
    cursor: pointer;
    margin-left: 10px;
}
.purchasePopup .submitBox .submitBox_checkbox span a {
    color: #333333;
}
.purchasePopup .submitBox .submitBox_btn {
    /* position: absolute;
    right: 46px; */
    width: 176px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #1685FC;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    /* margin-top: 25px; */
    margin-top: 15px;
    cursor: pointer;
    /* margin-left: 505px; */
    border: none;
}
.purchasePopup .purchasePopup_newPurchase {
    margin-top: 16px;
    padding-left: 29px;
    display: none;
}
.purchasePopup .purchasePopup_newPurchase .newPurchase_btn {
    display: flex;
}
.purchasePopup .purchasePopup_newPurchase .newPurchase_btn>div {
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #D3D3D3;
    margin-right: 12px;
    cursor: pointer;
    color: #666666;
}
.purchasePopup .purchasePopup_newPurchase .newPurchase_btn .active {
    background: #1685FC;
    border: 1px solid #1685FC;
    color: #FFFFFF;
}
.purchasePopup .purchasePopup_account {
    display: none;
    padding-left: 46px;
    margin: 14px 0;
    align-items: center;
}
.purchasePopup .purchasePopup_account span {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-right: 15px;
}
.purchasePopup .purchasePopup_account img {
    cursor: pointer;
    width: 34.46px;
    height: 34.46px;
}
.purchasePopup .purchasePopup_account input {
    width: 185px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 2px solid #1685FC;
    text-align: center;
    color: #1685FC;
    margin: 0 25px;
} 
.purchasePopup .purchasePopup_accountList {
    padding-left: 46px;
    /* margin-top: 27px; */
    margin-bottom: 20px;
    padding-right: 47px;
    width: 100%;
    display: none;
}
.purchasePopup .purchasePopup_accountList .accountList_title {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 13px;
}
.purchasePopup .purchasePopup_accountList ul {
    padding-left: 0;
    width: 100%;
}
.purchasePopup .purchasePopup_accountList ul li {
    padding: 15px 24px;
    display: flex;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
}
.purchasePopup .purchasePopup_accountList ul li input {
    margin-top: 0;
    margin-right: 41px;
}
.purchasePopup .purchasePopup_accountList ul li span {
    width: 152px;
}
.purchasePopup .purchasePopup_accountList ul li:first-child {
    background-color: #F2F5F8;
}
.popupBox::-webkit-scrollbar{
    display:none;
}
.purchasePopup .purchasePopup_accountList ul li span em {
    display: block;
    width: 60px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    background: rgba(22,133,252,0.1);
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #1685FC;
}

.purchasePopup .purchasePopup_newaccountList {
    padding-left: 46px;
    margin-top: 20px;
    /* margin-bottom: 40px; */
    padding-right: 47px;
    width: 100%;
    /* display: none; */
}
.purchasePopup .purchasePopup_newaccountList .accountList_title {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 13px;
}
.purchasePopup .purchasePopup_newaccountList ul {
    padding-left: 0;
    width: 100%;
}
.purchasePopup .purchasePopup_newaccountList ul li {
    padding: 15px 24px;
    display: flex;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
}
.purchasePopup .purchasePopup_newaccountList ul li input {
    margin-top: 0;
    margin-right: 41px;
}
.purchasePopup .purchasePopup_newaccountList ul li span {
    width: 152px;
    text-align: center;
}
.purchasePopup .purchasePopup_newaccountList ul li:first-child {
    background-color: #F2F5F8;
}
.popupBox::-webkit-scrollbar{
    display:none;
}
.purchasePopup .purchasePopup_newaccountList ul li span em {
    display: block;
    width: 60px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    background: rgba(22,133,252,0.1);
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #1685FC;
}


/* 二维码 */
.qrCodeback{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    text-align: center;
}
#qrCode{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* 二维码 */
.qrCodebacks{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    text-align: center;
}
#qrCodes{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* 模型二维码 */
.qrCodebackmodel{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    text-align: center;
}
#qrCodemodel{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.menber-type {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    letter-spacing: 2px;
    font-style: normal;
    text-transform: none;
    margin-top: 44px;
}
.menber-type .menber-item {
    padding-bottom: 10px;
    cursor: pointer;
}
.menber-type .active {
    color: #1684FC;
    border-bottom: 3px solid #1684FC;
}

.popup-type-tab {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.popup-type-tab .type-item {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    letter-spacing: 2px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}
.popup-type-tab .type-item:nth-child(2) {
    margin: 0 56px;
}
.popup-type-tab .type-item.type-acitve {
    color: #1684FC;
    border-bottom: 3px solid #1684FC;
    padding-bottom: 6px;
    font-weight: bold;
}

.purchasePopup-alert {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1200px;
        /* height: 90%; */
        background-color: #ffffff;
        border-radius: 10px;
        z-index: 202;
        overflow: hidden;
        padding-bottom: 106px;
        display: none;
        padding: 20px;
}
.p-alert-title {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.p-alert-content {
    min-height: 700px;
    overflow-y: auto;
    height: 700px;
}
.p-alert-content img{
    width: 100%;
}
.p-alert-footer {
   display: flex;
   justify-content: end;
}
.p-alert-input {
    width: 221px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #D9D9D9;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.25);
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 12px;
}
.p-alert-btn {
    height: 32px;
    background: #1685FC;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #1890FF; 
    cursor: pointer;

    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 0 10px;
    margin-left: 20px;
}

.zhijie-warp {
    width: 760px;
    height: 233px;
    background: #FFFBF6;
    border-radius: 12px 12px 12px 12px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}
.zhijie-title {
   margin-top: 10px;
}
.zhijie-title-1 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none; 
    display: inline-block;
    vertical-align: middle;
}
.zhijie-title-2 {
    font-family: D-DIN-DIN, D-DIN-DIN;
    font-weight: bold;
    font-size: 46px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;  
    display: inline-block;
    vertical-align: middle;
}
.zhijie-title-3 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none; 
    display: inline-block;
    vertical-align: middle;  
}
.zhijie-text {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top: 28px;
}
.zhijie-list {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.zhijie-item {
    margin-left: 20px;
}
.zhijie-item img {
   width: 30px;
   height: 30px;
}
.zhijie-item span {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 15px;
    color: #843E15;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.jixu-list img {
    width: 100%;
}