.user_body{
    min-height: 600px;
    display: flex;
    padding: 1.5rem;
}


.user-img{
    width: 100px;
    height: 100px;
    font-size: 60px;
    background-color: #276dfd;
    border-radius: 50%;
    color: white;
    line-height: 100px;
    text-align: center;
}
.card-body .btn-primary2{
    width: 80%;
    margin: 0 auto;
}

.card-body .card-header2{
    display: flex;
    align-items: center;
}

.card-body .card-header2 .card-title{
    margin-left: 1rem;
    font-size: 25px;
    color: #223265;
}

.card .card-body{
    padding: 1.5rem 2.5rem ;
}
.card .card-body .card-left .header-tip{
    font-size: 16px;
    color: rgba(34,50,101,0.6);
}
.card .card-body .card-right{
    display: flex;
    margin-top: 15px;
}
.card-body .card-right .card-right-list{
    width: 160px;
    text-align: left;
    margin-right: 10px;
}
.card-right .card-right-list .card-right-class{
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.card-right .card-right-list .card-right-class .card-right-title{
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #223265;
}

.card-right-list .card-right-class .card-right-smalltit{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: rgba(34,50,101,0.3);
}

.card-right-list .card-right-tip .btn{
    width: 80%;
}
.card-right-list .card-right-class .card-right-date{
    white-space: nowrap;
    color: rgba(34,50,101,0.3);
    font-size: 16px;
}
.card-body-wallet .fm-icon-box{
    width: 40px !important;
    height: 40px !important;
    font-size: 30px !important;
}
.card-body-wallet .card-header2 .card-title{
    font-size: 20px;
    margin-top: 0 !important;
}
.card-body-wallet .card-header2 span{
    margin-left: 10px;
    color: rgba(34,50,101,0.6);
}
.card-body-wallet .header-tip{
    display: flex;
    justify-content: space-between;
}
.card-body-wallet .header-tip .tit{
    margin-bottom: 15px;
    font-size: 18px;
    color: #223265;
}
.card-body-wallet .header-tip .price{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.card-body-wallet .header-tip .price.blue{
    color: #276DFD;
}
.card-body-wallet .header-tip .price.orange{
    color: #FFA32E;
}
.card-body-wallet .header-tip .price.green{
    color: #10C158;
}
.setting-card-left{
    display: flex;
}
.setting-card-left .setting-user-info{
    margin-left: 2rem;
}
.setting-card{
    padding: 2.5rem 2.5rem !important;
}
.ip-count{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #808698;
}
.ip-count span:last-child{
    font-size: 28px;
    font-weight: 600;
    margin-left: 5px;
    color: #266DFD;
}
.card-body .card-ip-list{
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    overflow: auto;
    padding-bottom: 10px;
}
.card-body .card-ip-list::-webkit-scrollbar{
    width: 6px !important;
    height: 6px !important;
    background-color: #f0f0f0;
}
.card-body .card-ip-list::-webkit-scrollbar-thumb {
    background: #cdcdcd;
}
.card-body .card-ip-list::-webkit-scrollbar-thumb:hover{
    background-color:#1e58a7;
}
.card-body .card-ip-list li{
    margin-right: 10px;
    padding: 5px 15px;
    border-radius: 4px;
    border: 1px solid #E7EDFE;
}
.card-body .card-ip-list li:last-child{
    margin-right: 0px;
    padding: 0;
    border: none;
}
.card-ip-header h4{
    color: #2c3b69;
    font-weight: 600;
}
.card-ip-header span{
    color: #9ca7c9;
}
.card{
    border: none !important;
}
.table-self{
    --bs-table-bg: #dce4fa;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.data-table{
    margin-bottom: 0;
}
.data-table thead{
    line-height: 50px;
    height: 50px;
    background-color: #dce4fa;
    border-radius: 41px;
}
.data-table thead th:last-child{
    border-radius: 0 10px 0 0;
}
.data-table thead th:first-child{
    border-radius: 10px 0 0 0;
}
.data-table tbody tr:nth-child(odd){
    background-color: #fcfcfe;
}
.data-table tbody tr:nth-child(even){
    background: #f0f2f9;
}
.table-responsive .block{
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #8a909b;
}
.table-responsive .row{
    --bs-gutter-x: none;
}
.table-foot{
    display: flex;
    align-items: center;
}
.table-responsive .table-foot .col-7 ul{
    display: flex;
    justify-content: flex-end;
}
.table-responsive .table-foot{
    margin-top: 10px;
    margin-bottom: 10px;
}
.table-responsive .table-tool .col{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.table-responsive .table-tool .col select{
    width: 7%;
    min-width: 100px;
}
.table-foot .pagination{
    margin-bottom: 0;
}
.table-responsive table{
    color: #5e636f;
}
.table-responsive .data-table tr{
    height: 52px;
}
.table-responsive a{
    color: #2067e7;
}

.hidden{
    display: none !important;
}
.card_ip{
    background-color: #182f77;
    color: white;
}
.user_ip_list{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.user_ip_list .user_ip div{
    line-height: 33px;
    text-align: center;
}
.user_ip_list .user_ip .ip_name{
    font-size: 20px;
    font-weight: 600;
}
.user_ip_list .user_ip .ip_bottom{
    font-size: 24px;
    font-weight: 700;
    color: #ffa700;
}
.user_ip_list .user_ip{
    margin: 15px 0 15px;
}

.table-responsive{
    min-width: 100%;
}

.wallet_setting_body{

}
.wallet_setting_body .wallet_navs{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.wallet_setting_body .wallet_navs .wallet_nav_item{
    width: 320px;
    height: 150px;
    margin-bottom: 30px;
    padding: 30px 25px 20px 30px;
    background: #ffffff;
    box-shadow: 0px 6px 40px 0px #DFE8EB;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    margin-right: 19px;
}
.wallet_nav_item .wallet_item_img img{
    width: 40px;
}
.wallet_nav_item .wallet_nav_content{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.wallet_nav_item .wallet_nav_content .wallet_zong{
    line-height: 40px;
    font-size: 34px;
    font-weight: 1000;
    margin-bottom: 24px;
}
.wallet_nav_item .wallet_nav_content .wallet_tip{
    font-size: 16px;
    color: #0a3357;
}
.wallet_setting_body .wallet_add{
    height: 320px;
    padding: 30px 50px;
}
.wallet_add h3{
    color: #0a3357;
}
.wallet_add .btn-group{
    width: 166px;
}
.wallet_add .btn-group{

}
.wallet_add .wallet_number input{
    width: 90px;
    border: 1px solid #DCDFE6;
    outline: none;
    text-align: center;
}
.wallet_add .wallet_number label{
    background: #F5F7FA;
    color: #606266;
    cursor: pointer;
    font-size: 13px;
    border: 1px solid #DCDFE6;
}
.wallet_number_body{
    display: flex;
    margin-top: 20px;
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.wallet_number_body span{
    margin-left: 20px;
    color: #a4b2bb;
}
.wallet_add .form-range{
    margin: 30px 0;
}
.wallet_add .wallet_add_btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wallet_add .wallet_add_btns .btn{
    margin-right: 10px;
}
.lay_dialog{
    transition: all 0s;
}
.lay_dialog .layui-layer-title{
    background-color: white;
}
.lay_dialog .layui-layer-content{
    /*padding: 30px;*/
}
.lay_dialog .layui-layer-btn{
    display: flex;
    justify-content: center;
    padding: 0 !important;
    min-height: 55px;
}
.lay_dialog .layui-layer-btn a{
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    border-radius: 6px;
}
.lay_dialog .layui-layer-btn .layui-layer-btn0{
    background: #0d6efd;
    color: white;
}
.lay_dialog .layui-layer-btn .layui-layer-btn1:hover{
    background: #ededed;
}
.laydate_style{
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #e0e0e0    !important;
    border-radius: 5px !important;
}

.payment_body{
    padding: 100px 0;
    margin: 0 auto;
    max-width: 1200px;
}
.payment_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}
.payment_title h1{
    color: #273665;
}
.payment_body .payment_main{
    display: flex;
    justify-content: space-between;
}
.payment_body .payment_main .payment_main_left{
    width: 60%;
}
.payment_body .payment_main .payment_main_left .paywallet{
    margin-bottom: 25px;
}
.payment_body .payment_main .payment_main_right{
    width: 38%;
}
.payment_body .payment_main .payitem{
    padding: 30px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 10px;
}
.payment_body .payment_main .payment_main_left .payitem .payitem_top{
    display: flex;
    justify-content: space-between;
}
.payment_main_left .payitem  .payitem_top_left{
    display: flex;
    align-items: center;
}
.payment_main_left .payitem  .payitem_top_right{
    display: flex;
    align-items: center;
}
.payment_main_left .payitem  .payitem_top_right img{
    margin-right: 10px;
}

.payment_main_left .payitem  .payitem_top_left div{
    margin-right: 10px;
}
.payment_main_left .payitem  .payitem_top_left .payitem_title{
    font-size: 18px;
    color: #273665;
    font-weight: 600;
}
.payment_main_left .payitem .cdkey_top_item{
    flex: 1;
}
.payitem .cdkey_top_item .cdkey_input{
    border: 0;
    font-size: 18px;
    border-bottom: 1.5px solid #d2d9e5;
    padding: 5px;
}
.payitem .cdkey_top_item .cdkey_btn{
    margin-left: 10px;
}
.payment_main_left .payitem  .payitem_top_left .payitem_tip{
    font-size: 12px;
    color: #6d6d6d;
}
.payment_body .payment_main .payitem_top_right .pay_type{
    width: 18px;
    height: 18px;
    border-color: #b1b1b1;
}
.payitem .payitem_wallet{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}
.payitem .payitem_wallet .payitem_wallet_info{
    width: 65%;
    display: flex;
    color: #273665;
}
.payitem .payitem_wallet .payitem_wallet_info .tit{
    color: #273665;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 13px;
}
.payitem .payitem_wallet .payitem_wallet_info .amount{
    color: #273665;
    font-size: 18px;
    font-weight: 600;

}
.payitem .payitem_wallet .payitem_wallet_info .wallet_info_left{
    width: 60%;
}
.payitem .payitem_wallet .payitem_wallet_info .wallet_info_right{
    width: 40%;
}

.payitem .payitem_wallet .payitem_wallet_btn{
    width: 25%;
    display: flex;
    flex-direction: row-reverse;
}

.payment_body .payment_main .payitem_bac{
    background-color: #e7ebf36b;
}
.payment_body .payment_main .package_info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.payment_body .payment_main .package_info .package_title{
    font-size: 19px;
    font-weight: 400;
    color: #273665;
}
.package_info .package_price_info .package_price{
    font-size: 28px;
    font-weight: 600;
    color: #273665;
}
.package_info .package_price_info .package_day{
    font-size: 18px;
    font-weight: 600;
    color: #8b91a58c;
}
.payment_main_right .order_info .order_title{
    font-size: 20px;
    font-weight: 800;
    color: #273665;
    margin-bottom: 18px;
}
.payment_main_right .order_info .cdk_payment_title{
    padding-top: 10px;
    border-top: 1px solid #c7d2df;
}
.payment_main_right .order_info .order_package_item{
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.order_info .cdkey_item .order_package_item_right{
    color: red !important;
}
.order_info .order_package_item .order_package_item_left{
    color: #273665;
    font-size: 17px;
}
.order_info .order_package_item .order_package_item_right{
    color: #152149;
    font-weight: 600;
}

.order_info .order_amount{
    margin-top: 40px;
}
.order_info .order_amount .order_package_item_left{
    font-size: 24px;
}
.order_info .order_amount .order_package_item_right{
    font-size: 32px;
    color: #1aa325;
}
.order_info .order_btn{
    justify-content: space-around !important;
    margin-top: 40px;
}
.neirong_right_1 .number{
    margin: 6% 0;
    height: 30px;
}
.neirong_right_1 .number input{
    height: 34px;
    border: 2px solid #c7c7c7;
    border-radius: 5px;
    outline: none;
    color: #273665;
    font-weight: 600;
    width: 76px;
    font-size: 22px;
}
.neirong_right_1 .number input:focus-visible{
    border: 2px solid #0066ff;
}
.neirong_right_1 .number .number_G{
    font-size: 24px;
    font-weight: 600;
    color: #273665;
}
.neirong_main .neirong_list .neirong_list_right .neirong_right_1 ul li form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*.foxy_btn:hover:after{*/
/*    color: white;*/
/*}*/
.foxy_btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.user_body .page-content .buy_all{
    padding: 10px;
    background-color: white;
}
.page-content .buy_all .buy_con{
    padding: 0;
    width: 100%;
}
.page-content .buy_all .buy_con .buy_right{
    width: 100%;
}
.page-content .buy_all .buy_con .buy_right .right_list .right_taocan ul li{
    max-width: 320px;
    width: 23%;
}
.pre_count{
    background: #0f2841;
    padding: 20px;
    color: white;
    font-size: 14px;
    margin-bottom: 30px;
    border-radius: 5px;
}





.batch_generate_btn{
    cursor: pointer;
    height: 40px;
    padding: 0 23px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #0072ff;
    border: 0;
}

.select_black{
    background-color: #ffffff;
    border: 1px solid #f0f4f8;
    color: #555e71;
    border-radius: 0;
}
.code_content textarea{
    width: 100%;
    background: #0f2841;
    border: 0;
    padding: 10px;
    height: 262px;
    border-radius: 5px;
    outline: none;
    line-height: 24px;
    color: #ffffff;
    white-space: pre;
}
.get-proxy-content2{
    padding: 30px;
    padding-top: 40px;
}

.span_red{
    color: #ef4839;
}
.span_green{
    color: #39d736;
}
.span_yellow{
    color: #ff6a20;
}
.span_blue{
    color: #3675fd;
}
.span_purple{
    color: #cb29c9;
}
.span_comment{
    color: #b3b5bf;
    font-style: italic;
}


/*.code_content{*/
/*    width: 100%;*/
/*    background: #f0f2f9;*/
/*    padding: 25px;*/
/*    margin-top: 35px;*/
/*}*/
/*.code_content .code_content_title{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/
/*.code_content .code_content_title .content_title_left{*/
/*    background: #4245478c;*/
/*    min-width: 70%;*/
/*    padding: 12px 20px;*/
/*    font-size: 16px;*/
/*}*/
/*.code_content .code_content_title .content_title_left span:nth-child(1){*/
/*    color: white;*/
/*    margin-right: 20px;*/
/*}*/
/*.code_content .code_content_title .content_title_right span{*/
/*    padding: 12px 22px;*/
/*    background-color: #57354a;*/
/*    display: inline-block;*/
/*    color: white;*/
/*    cursor: pointer;*/
/*}*/
/*.code_content .code_box{*/
/*    margin: 35px 0 10px;*/
/*}*/


.code_body{
    display: flex;
    align-items: center;
}
.code_box{
    color: #ffffff;
    flex: 1;
    background-color: #0f2841;
    padding: 10px 15px;
    overflow: auto;
    white-space: nowrap;
    min-height: 36px;
}
.code_box::-webkit-scrollbar{
    height: 5px;
}
.code_body button{
    margin-left: 12px;
}
.font_lable_style{
    font-size: 16px;
    margin-bottom: 20px;
}
.batch_generate_btns{
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
}
.gen-box-table{
    border: 1px solid #E3EAF2;
    font-size: 15px;
}
.gen-box-table thead{
    background-color: #5581ff;
    color: #ffffff;
}
.gen-box-table th{
    padding: 15px;
    text-align: center;
}
.gen-box-table td{
    padding: 18px;
    text-align: center;
}
.gen-box-table tr td:nth-child(1){
    background-color: #f3f9ff;
}
.tip_txt{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}
.tip_p{
    padding-left: 2px;
    font-size: 13px;
    color: #adadad;
    margin-top: 5px;
}
.partners_body .partners_body_left{
    height: 100%;
    background: #000c17 !important;
    position: fixed;
    width: 13%;
    /*max-width: 250px;*/
    min-width: 200px;
    border-right: 1px solid #eee;
}
.partners_body .partners_body_left ul{
    height: 100%;
}
.partners_body .partners_body_left ul li{
    font-size: 16px;
}
.partners_body .partners_body_left ul li a{
    width: 100%;
    height: 100%;
    display: block;
    padding: 7% 15%;
}
.partners_body .partners_body_left ul li:first-child{
    margin-top: 10px;
}
.partners_body .partners_body_left ul li:hover{
    background-color: #3788ffb5;
}
.partners_body .partners_body_left ul li a{
    color: white;
}
.partners_body .partners_body_left ul li a span{
    margin-left: 10px;
}
.partners_body .partners_body_right{
    float: right;
    height: 100%;
    background: #f2f5ff87;
}
.partners_body .partners_body_right .partners_body_right_body{
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px;
}
.partners_body_right .partners_type_item{
    padding: 15px 0;
}
.partners_body_right .partners_type_item .partners_type_item_header{
    font-size: 15px;
}
.partners_body_right .partners_type_item .partners_type_item_header span{
    margin-left: 10px;
}
.partners_body_right .partners_type_item .partners_list{
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.partners_list .partners_list_item{
    display: flex;
    height: 65px;
    width: 250px;
    background: white;
    margin: 0px 12px 12px 0;
    padding: 11px;
    box-shadow: 0px 0px 9px 0px #0f24411c;
    position: relative;
    cursor: pointer;
}
.partners_list .partners_list_item:hover{
    transform: scale(1.06);
}
.back_partners_list_item{
    background-image: linear-gradient(180deg, #9eabff21 0%, #ffffff 54%) !important;
}
.partners_list .partners_list_item .partners_list_item_tip{
    width: 50px;
    background: #9eabff1f;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 0 0 0 7px;
}
.partners_list .partners_list_item .partners_list_item_tip i{
    color: #5900ff;
}
.partners_list .partners_list_item .partners_list_item_left{
    width: 45px;
    height: 45px;
}
.partners_list .partners_list_item .partners_list_item_left img{
    width: 100%;
    height: 100%;
}
.partners_list .partners_list_item .partners_list_item_right{
    flex: 1;
    margin-left: 10px;
}
.partners_list .partners_list_item .partners_list_item_right .partners_item_right_title{
    overflow: hidden;
    width: 160px;
    white-space: nowrap;
    height: 20px;
    text-overflow: ellipsis;
    font-weight: 600;
    color: #18335d;
}
.partners_list .partners_list_item .partners_list_item_right .partners_item_right_subtitle{
    overflow: hidden;
    width: 170px;
    white-space: nowrap;
    height: 20px;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #18335d;
    margin-top: 5px;
}
.partners_swiper_left {
    width: 70%;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.partners_swiper_left .swiper-slide img{
    width: 100%;
    /*width: 90% !important;*/
    height: 100%;
    position: relative;
    /*border-radius: 20px;*/
}
/*添加图片后，修改的轮播样式 start*/
.swiper-slide{
    /*width:unset !important;*/
}
/*添加图片后，修改的轮播样式 end*/
.partners_body_right_header{
    display: flex;
    height: 300px;
    margin-bottom: 30px;
}
.partners_swiper_right{
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-left: 2%;
    justify-content: space-between;
}
.partners_swiper_right a{
    width: 100%;
    height: 48%;
    border-radius: 10px;
    overflow: hidden;
}
.partners_swiper_right a img{
    width: 100%;
    height: 100%;
}
.tiqu_left_item{
    margin-bottom: 40px;
}
.layui-slider-bar{
    background-color: #297fff !important;
}
.layui-slider{
    height: 6px !important;
}
.layui-slider-wrap-btn{
    border: 5px solid #4d92f9 !important;
    width: 16px;
    height: 16px;
}
.layui-menu .layui-menu-item-checked:after{
    border-right: 3px solid #297fff;
}
.layui-menu .layui-menu-item-checked, .layui-menu .layui-menu-item-checked2{
    background-color: #0080ff12!important;
}
.layui-menu .layui-menu-item-checked a, .layui-menu .layui-menu-item-checked2 a{
    color: #007eff;
}
.layui-menu{
    padding: 15px;
}
.layui-menu li{
    line-height: 32px;
    font-size: 15px;
}
.layui-form-radio:hover>*, .layui-form-radioed, .layui-form-radioed>i{
    color: #297fff !important;
}
.bottom_input{
    border: 0;
    border-bottom: 1px solid #d2d6d9;
    color: #555e71;
    width: 80px;
    margin-left: 10px;
    text-align: center;
}







@media (max-width:1700px){
    .page-content .buy_all .buy_con .buy_right .right_list .right_taocan ul li{
        width: 36%;
        max-width: 330px;
    }
}
@media (max-width:1200px){
    .page-content .buy_all .buy_con .buy_right .right_list .right_taocan ul li{
        max-width: 100%;
        margin-bottom: 20px;
        width: 100%;
    }
    .page-content .buy_all .buy_con .buy_right .right_list .right_taocan ul .dingzhi{
        width: 100%;
    }

}

@media (max-width:900px){
    .gen-box-table td {
        padding: 10px 0;
    }

    .batch_generate_btn{
        margin-bottom: 10px;
    }
}