.home_main{
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.home_main_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;right: 0;
    bottom:0;left:0;
}
.home_main_bg img{
    width:100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.home_main_box{
    width: 100%;
    height: 100%;
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-top:90px;
}
@media screen and (max-width: 1800px) {
    .home_main_box{
        padding-top:4.9995vw;
    }
}
.home_footer{
    width: 100%;
    display: block;
}
.footer_main{
    width: 100%;
    max-width: 1581px;/*内矩1680*/
    /*max-width: 1757px;!*内矩1680*!*/
    padding:0 2% 12px;
    margin: 0 auto;
    display: block;
}
.footer_link{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding:7px 0;
}
.footer_link a{
    width: auto;
    color:#382d2c;
    font-size:13px;
    line-height: 18px;
    padding:0 7px;
}
.footer_text{
    width: 100%;
    display: block;
    position: relative;
    border-top:1px solid #a6b0be;
}
.footer_text .footer_visit{
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size:12px;
    line-height: 25px;
    position: absolute;
    bottom:0;
    right:0;
}
.footer_text .footer_visit span{
    color:#888;
}
.footer_text .footer_visit p{
    color:#333;
}
.footer_text_box{
    width: 100%;
    max-width: 860px;
    margin:0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding:14px 0 0;
}
.footer_text_box p{
    width: 33.33%;
    display: block;
    color:#696b6e;
    font-size:12px;
    line-height: 23px;
}
@media screen and (max-width: 750px) {
    .footer_text_box{
        display: block;
    }
    .footer_text_box p {
        width:100%;
        text-align: center;
    }
    .footer_text .footer_visit{
        position: relative;
    }
    .home_main_box{
        padding-top: 12vw;
    }
}
.home_main_title{
    width: 100%;
    padding:0 2%;
    display: block;
}
.home_main_title img{
    max-height: 90px;
    max-width:40%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.banner_box{
    width:70%;
    max-width: 1323px;
    flex-grow: 1;
    /*padding:40px 0 0;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.banner_box .swiper-slide{
    width:33.33%;
    display: block;
    height: auto;
    padding:9px 2%;
}
.banner_box .swiper-slide img {
    width: 80%;
    max-width: 252px;
    margin: 0 auto;
    object-fit: contain;
    display: block;
}
.banner_box .swiper-slide:nth-child(2n){
    padding-top:81px;
}
@media screen and (max-width: 1800px) {
    .banner_box .swiper-slide img {
        /*max-width: 224px;*/
        max-width: 13.995vw;
    }
}
@media screen and (min-width: 751px) {
    .banner_box_page{
        display: none !important;
    }
}
.banner_box_page{
    z-index: 8 !important;
}
.banner_box .swiper-slide img:hover{
    animation: zoomInOut 2s ease infinite;
}
@keyframes zoomInOut {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}
@media screen and (max-width: 750px) {
    .banner_box{
        width:100%;
        /*padding: 5.33vw 0 13vw;*/
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .banner_box .swiper-slide{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .banner_box .swiper-slide:nth-child(2n){
        padding-top:0;
    }
    .home_main_title img{
        max-width: 80%;
    }
    .banner_box .swiper-slide img{
        width: 60%;
        max-width: unset;
    }
}

.online_message_from{
    width: 100%;
    max-width: 1512px;/*内矩1680*/
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index:101;
    display: none;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.online_message_from.on{
    display: flex;
}
.online_message_relative{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
}
.online_message_from_main{
    width: 430px;
    border:2px solid #fff;
    background: #fff url("../images/message_bg.jpg") bottom right no-repeat;
    background-size: contain;
    border-radius: 9px;
    padding:0 0 36px 36px;
    margin:0 0 0 auto;
    position: relative;
    z-index:2;
    box-shadow: 0 0 9px rgba(0, 0, 0, .1);
}
.online_message_from_close{
    width:100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding:0 18px 4px 0;
    height: 28px;
}
.online_message_from_close img{
    width: 11px;
    height: 11px;
    object-fit: contain;
    display: block;
}
.online_message_from_title{
    width:100%;
    color:#2e3840;
    font-size:16px;
    margin-bottom: 7px;
    font-weight: 600;
    line-height: 1;
    display: block;
}
.online_message_from_main form{
    width: 100%;
    display: block;
    padding-right: 36px;
}
.online_message_from_main form input,.online_message_from_main form textarea{
    width: 100%;
    display: block;
    padding:0 12px;
    color:#333;
    border-radius: 5px;
    border:1px solid #ededed;
    margin-top:21px;
}
.online_message_from_main form input:focus,.online_message_from_main form textarea:focus{
    border:1px solid #368db8;
}
.online_message_from_main form input::placeholder,.online_message_from_main form textarea::placeholder{
    color:#cbcbcb;
}
.online_message_from_main form input{
    line-height: 36px;
    height: 36px;
}
.online_message_from_main form textarea{
    height: 140px;
    padding:9px 13px;
    line-height: 18px;
    resize: none;
}
.online_message_from_main form textarea.history_message_textarea{
    height: 83px;
}
.online_message_from_main form button{
    width: 100%;
    font-size:13px;
    line-height: 38px;
    height: 38px;
    border-radius: 5px;
    margin-top:27px;
    color:#fff;
    text-align: center;
    display: block;
    background: #368db8;
}
@media screen and (max-width: 750px) {
    .online_message_from{
        justify-content: center;
        padding:0 2%;
    }
}


.register_box{
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:101;
    display: flex;
    justify-content: center;
    align-items: center;
}
.register_relative{
    width: 100%;
    height: 100%;
    position: relative;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
    background: rgba(0,0,0,.3);
}
.register_form{
    width: 96%;
    max-width: 430px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 9px;
    padding:22px 30px 36px;
    z-index:2;
}
.register_title{
    width:100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.register_title span{
    width: auto;
    font-size:16px;
    line-height: 34px;
    padding-bottom: 7px;
    font-weight: 600;
    position: relative;
}
.register_title span::before{
    content:'';
    width: 120%;
    height: 6px;
    border-radius: 3px;
    background:#368db8;
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
}
.register_title_item{
    padding: 0 9%;
}
.register_title_item span{
    color:#888;
    cursor: default;
}
.register_title_item.on span{
    color:#2e3840;
}
.register_title_item span::before{
    width: 33%;
    display: none;
}
.register_title_item.on span::before{
    display: block;
}
.register_input{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #f7f7f8;
    border-radius: 8px;
    font-size:16px;
    line-height: 48px;
    height:48px;
    margin-top:21px;
}
.register_input_image{
    width: 13.065%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.register_input_image img{
    height: 21px;
    width:auto;;object-fit: contain;
    display: block;
}
.register_input input{
    width: auto;
    flex-grow: 1;
    display: block;
    font-size:16px;
    line-height: 48px;
    height: 48px;
    color:#000;
    background: unset;
}
.register_input input::placeholder{
    color:#bcbcbc;
}
.register_code{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.get_code{
    width: 33.919%;
    display: block;
    text-align: center;
    border:1px solid #eaeaea;
    font-size:14px;
    color:#888;
    line-height: 48px;
    height:48px;
    margin-top:21px;
    border-radius: 9px;
    cursor: default;
}
.register_code .register_input{
    width:63%;
}
.register_code .register_input .register_input_image{
    width: 20.5%;
    min-width: 20.5%;
}
.register_form_btn{
    width: 100%;
    text-align: center;
    color:#fff;
    background: #368db8;
    border-radius: 9px;
    font-size:16px;
    line-height: 48px;
    height: 48px;
    display: block;
    margin-top:45px;
    cursor: pointer;
}
.register_box{
    display: none;
}
.login_mask_box{
    width: 100%;
    display: block;
}
.login_mask_list{
    width: 100%;
    display: none;
}
.login_mask_list.on{
    display: block;
}

.login_mask_list_pass{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:20px;
}
.login_mask_list_pass_left{
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size:13px;
    line-height: 14px;
    color:#bcbcbc;
    cursor: default;
}
.login_mask_list_input{
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border:1px solid #e5e5e5;
    display: block;
    margin-right: 4px;
}
.login_mask_list_input.on{
    border:1px solid #368db8;
    background: #368db8 url("../images/icon_24.png") center center no-repeat;
    background-size: 9px auto;
}
.login_mask_privacy{
    width: 100%;
    display: block;
    margin-top:20px;
}
.login_mask_privacy .login_mask_list_pass_left{
    color:#333;
    display: inline;
}
.login_mask_privacy .login_mask_list_pass_left .login_mask_list_input,
.login_mask_privacy .login_mask_list_pass_left p{
    display: inline-block;
    float: left;
}
.login_mask_privacy a{
    font-size:13px;
    line-height: 14px;
    color:#368db8;
    float: left;
}
.register_login_mask .register_form_btn{
    margin-top:27px;
}
.now_register_account{
    width:100%;
    text-align: center;
    margin-top:18px;
    font-size:13px;
    line-height: 1;
    color:#368db8;
    cursor: default;
}

.info_home_main{
    background:#fbfbfb;
    box-shadow: inset 0 10px 30px rgba(0,0,0,.05);
}
.info_main{
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding:20px 0 5px;
}
.info_main_article{
    width: 100%;
    max-width: 1200px;
    display: block;
    box-shadow: 0 5px 9px rgba(0,0,0,.05);
    background: #fff;
    margin:0 auto;
    padding:3% 2.666% 2%;
    flex-grow: 1;
}
.info_main_article_title{
    width: 100%;
    display: block;
}
.info_main_article_title h2{
    width: 100%;
    font-size:23px;
    line-height:36px;
    text-align: center;
    border-bottom: 1px solid #cfcfcf;
    display: block;
    padding-bottom: 1.5%;
}
.info_detail{
    width: 100%;
    padding:1.5% 0 2.9166%;
    overflow-y: auto;
    flex-grow: 1;
    font-size:14px;
    line-height: 2;
    color:#333;
    border-bottom: 1px solid #cfcfcf;
}
.info_detail img,.info_detail video,.info_detail table{
    max-width: 100%;
    margin:0 auto;
    display: block;
}
.info_detail_know{
    width: 33.33%;
    line-height: 48px;
    font-size:16px;
    border-radius: 8px;
    background: #368db8;
    color:#fff;
    text-align: center;
    margin:18px auto 0;
    cursor: pointer;
}
.no_border{
    border-bottom: 0;
}


.info_adver{
    width: 100%;
    background: url("../images/adver_bg.jpg") center top no-repeat;
    background-size: 100% 100%;
}
.adver_box{
    width: 100%;
    padding:100px 2% 67.5px;
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
@media screen and (max-width: 1800px) {
    .adver_box{
        padding:72px 2% 54px;
    }
}
.adver_box_main{
    flex-grow: 1;
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
}
.adver_title{
    width:100%;
    text-align: center;
    font-size:37px;
    line-height: 1.5;
    letter-spacing: 5px;
    color:#3e3a39;
    font-weight: 600;
    display: block;
    margin-bottom: 39px;
}
.adver_tab{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
    flex-wrap: wrap;
}
.adver_tab_type,.adver_tab_type_list{
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: default;
}
.adver_tab_type_list{
    margin-right: 28px;
    font-size:14px;
    line-height: 36px;
    padding:0 43px 0 14px;
    background: #fff;
    border-radius: 5px;
    color:#333;
}
.adver_tab_type_list.on{
    background: #368db8;
    color:#fff;
}
.adver_tab_type_list img{
    width: 15px;
    height: 15px;
    display: block;
    object-fit: contain;
    margin-right: 9px;
}
.adver_tab_type_list img.on,.adver_tab_type_list.on img.default{
    display: none;
}
.adver_tab_type_list.on img.on{
    display: block;
}
.adver_tab_type_list span{
    display: block;
    white-space: nowrap;
}
.adver_industry{
    width: 26.366%;
    max-width: 290px;
    position: relative;
    white-space: nowrap;
}
.adver_industry_li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border:1px solid #fff;
    border-radius: 5px;
    padding:0 13px 0 18px;
    cursor: default;
    font-size:14px;
    line-height: 34px;
    position: relative;
    z-index:3;
}
.adver_industry_li img{
    width: 13px;
    height: 7px;
    display: block;
    object-fit: contain;
}
.adver_industry_li:hover,.adver_industry_li.on{
    border:1px solid #368db8;
}
.adver_industry_li:hover img.default,
.adver_industry_li img.on,
.adver_industry_li.on img.default{
    display: none;
}
.adver_industry_li:hover img.on,.adver_industry_li.on img.on{
    display: block;
}
.adver_industry_select{
    width: 100%;
    position: absolute;
    top:36px;
    right:0;
    z-index:2;
    background: #fff;
    font-size:13px;
    line-height: 25px;
    color:#3e3a39;
    padding:0;
    border-radius: 4px;
    height: 0;
    border:1px solid #e8e9eb;
    transition: .3s;
    overflow-y: auto;
    border:0;
}
.adver_industry_select_li{
    width: 100%;
    padding:0 22px;
    display: block;
    cursor: default;
}
.adver_industry_select_li:hover,.adver_industry_select_li.on{
    color:#368db8;
}
.adver_industry:hover .adver_industry_select{
    height: 383px;
    padding:5px 0;
    border:1px solid #e8e9eb;
}

.adver_content{
    width: 100%;
    height: 53.333vw;
    max-height: 360px;
    background: #fbfbfb;
    border-radius: 5px;
    overflow:hidden;
}
.adver_content_text.on,.adver_content_img.on{
    display: flex;
}
.adver_content textarea{
    width: 100%;
    height: 100%;
    display: block;
    font-size:14px;
    line-height: 22px;
    color:#333;
    padding:2.727% 2.9%;
    border:1px solid #fff;
    border-radius: 5px;
    resize: none;
}
.adver_content textarea:focus{
    border:1px solid #368db8;
}
.adver_content textarea::placeholder{
    color:#888;
}
.adver_box_main .info_detail_know{
    margin-top:43px;
}
.adver_content_img{
    padding:2.727% 2.9%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #fff;
}
.img_upload{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border:1px dashed #dadada;
    padding-bottom: 5px;
    position: relative;
}
.img_upload,.img_list{
    width: 76px;
    height: 76px;
    border:1px dashed #dadada;
    border-radius: 5px;
    margin:0 13px 13px 0;
    position: relative;
}
.img_upload img{
    width: 14px;
    height: 14px;
    display: block;
    margin:0 auto;
}
.img_upload p{
    width: 100%;
    text-align: center;
    font-size:12px;
    line-height: 22px;
    color:#888;
    display: block;
}
.img_list img{
    width: 100%;
    height:100%;
    object-fit: cover;
    display: block;
}
.adver_content_text,.adver_content_img{
    width: 100%;
    height: 100%;
    display: none;
}
.img_upload input[type=file]{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:2;
    opacity: 0;
}
.img_list_close{
    width: 18px;
    height: 18px;
    font-size:16px;
    line-height: 18px;
    display: block;
    position: absolute;
    top:0;
    right:0;
    color:#fff;
    z-index:2;
    cursor: default;
    background: rgba(0,0,0,.6);
    text-align: center;
    font-weight: 600;
}


.test_result_box{
    background: #fff;
    padding:3% 2.666% 2%;
}
.test_result_box .adver_title{
    font-weight: normal;
}
.test_result{
    width:100%;
    display: block;
    background: #fff;
}
.test_result_industry{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px dashed #dadada;
}
.test_result_industry_list{
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size:16px;
    line-height: 31px;
    color:#888;
    margin-bottom: 20px;
}
.test_result_industry_list img{
    width:31px;
    height: 31px;
    border-radius: 50%;
    object-fit: cover;;
    display: block;
}
.test_result_industry_list_text{
    width: auto;
    display: block;
}
.test_result_industry_list_text p,.test_result_industry_list_text span,.test_result_industry_list_text i{
    width: auto;
    display: inline;
}
.test_result_industry_list_text p{
    margin:0 6px;
}
.test_result_industry_list_text span{
    color:#333;
}
.test_result_industry_list_text i{
    color:#f00;
}

.result_list{
    width:100%;
    display: block;
    border-bottom: 1px dashed #dadada;
    padding:16px 0 18px;
}
.result_list:last-child{
    border-bottom: 0;
}
.result_list_title{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding:0 0 9px;
    font-size:16px;
    line-height: 22px;
    color:#333;
    font-weight: 600;
}
.result_list_title img{
    width:20px;
    height: 21px;
    display: block;
    margin-right: 5px;
}
.result_list_main{
    width: 100%;
    display: block;
    font-size:14px;
    line-height: 22px;
    color:#333;
}
.result_list_main p{
    width: 100%;
    display: block;
}
.result_list_main p i{
    display: inline;
    color:#f00;
}
.result_list_main_img{
    max-width: 100%;
    display: block;
}

.result_ul{
    width:100%;
    display: block;
    border:1px solid #dadada;
    border-radius: 3px;
    overflow:hidden;
    margin-top:11px;
}
.result_ul:first-child{
    margin-top:0;
}
.result_ul_title{
    width: 100%;
    display: block;
    font-size:14px;
    line-height: 22px;
    padding:8px 16px;
    background: #f3f6fa;
    color:#888;
}
.result_ul_title i{
    color:#f00;
}
.result_ul_box{
    width:100%;
    padding:7px 16px;
    display: block;
}
.result_li{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size:14px;
    line-height: 29px;
    color:#888;
    cursor: pointer;
}
.result_li i{
    color:#f00;
}
.result_li span{
    color:#4695f5;
}
.result_li p{
    white-space: nowrap;
}

.result_tips_table{
    margin-top:9px;
}
.result_tips_table,.result_tips_thead,.result_tips_body{
    width:100%;
    display: block;
    font-size:13px;
    line-height: 22px;
}
.result_tips_thead{
    background: #f2f5f9;
    color:#888;
    padding:7px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.result_tips_body{
    color:#333;
    padding:8px 0;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.result_tips_td{
    padding-left:1%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.result_tips_td:first-child{
    width: 8%;
}
.result_tips_td:nth-child(2){
    width: 11%;
}
.result_tips_td:nth-child(3){
    width:27%;
}
.result_tips_td:nth-child(4){
    width: 27%;
}
.result_tips_td:nth-child(5){
    width: 27%;
}
.result_tips_td span{
    display: none;
}
@media screen and (max-width: 750px){
    .result_tips_thead{
        display: none;
    }
    .result_tips_body{
        flex-wrap: wrap;
    }
    .result_tips_td,.result_tips_td:first-child,.result_tips_td:nth-child(2),.result_tips_td:nth-child(3),.result_tips_td:nth-child(4),.result_tips_td:nth-child(5){
        width:100%;
    }
    .result_tips_td span{
        display: block;
        white-space: nowrap;
        color:#888;
    }
}



.my_info_home_main{
    background: #f3f5f9;
}
.my_info{
    width: 100%;
    flex-grow: 1;
    max-width: 1512px;
    /*max-width: 1680px;*/
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding:38px 0;
}
.my_left{
    width: 180px;
    position: sticky;
    top:92px;
    left:0;
    background: #fff;
    border-radius: 5px;
    padding:0 16px 22px;
}
.my_left .my_left_title{
    width: 100%;
    display: block;
    font-size:14px;
    line-height: 1.5;
    font-weight: 600;
    padding:18px 0 14px;
    border-bottom: 1px solid #e6e5e5;
    color: #3e3a39;
}
.my_nav ,.my_nav .item{
    width: 100%;
}
.my_nav {
    padding:9px 0;
}
.my_nav .item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size:14px;
    color:#888;
    line-height: 38px;
    cursor: pointer;
}
.my_nav .item img{
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 9px;
}
.my_nav .item.on img.default,.my_nav .item img.on{
    display: none;
}
.my_nav .item.on img.on{
    display: block;
}
.my_nav .item.on {
    color:#3b73fe;
}
.my_nav .item p{
    position:relative;
}
.my_nav .item span{
    position: absolute;
    width: 16px;
    height: 16px;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    right: -13px;
    background: #f00;
    border-radius: 50%;
    color: #fff;
}
.my_right{
    width: calc(100% - 216px);
    display: block;
    background: #fff;
}
.my_right_box{
    width: 100%;
    min-height: 100%;
    border-radius: 5px;
    padding:29px 22px 45px;
    background: #fff;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.my_title{
    width: 100%;
    display: block;
    padding:0 0 0 11px;
    color:#2e3840;
    font-size:14px;
    line-height: 18px;
    position: relative;
    margin-bottom: 23px;
    font-weight: 600;
}
.my_title::before{
    content: '';
    background: #3b73fe;
    width: 3px;
    height: 14px;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
}
.my_avatar{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 23px;
    border-bottom: 1px dashed #e8e8e8;
    padding-top:22px;
}
.my_right_label{
    width:100%;
    line-height: 37px;
    font-size:14px;
    color:#718096;
    display: block;
}
.avatar_edit{
    width: 72px;
    height: 72px;
    display: block;
    position: relative;
    margin-right: 14px;
}
.avatar_edit img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
}
.avatar_edit input{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:4;
    opacity: 0;
}
.my_avatar_info{
    width: auto;
    display: flex;
    flex-direction: column;
}
.my_avatar_info h2{
    width:100%;
    font-size:16px;
    line-height: 25px;
    color:#333;
    display: block;
}
.my_avatar_info p{
    width: 100%;
    display: block;
    color:#888;
    font-size:14px;
    line-height: 1.5;
    flex-grow: 1;
    margin-top:5px;
}
.my_avatar_info .my_avatar_vip{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color:#3b73fe;
    font-size:13px;
    line-height:14px;
    cursor: pointer;
}
.my_avatar_info .my_avatar_vip img{
    width: 17px;
    height: 14px;
    object-fit: contain;
    display: block;
    margin-right: 5px;
}





.my_info_data{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.my_info_data .item{
    width: 21.55%;
    display: block;
    margin-top:10px;
    margin-right: 4.6%;
}
.my_info_data .item:nth-child(4n){
    margin-right: 0;
}
.my_info_data .item.item_screen{
    width: 100%;
}
.my_info_data .item span{
    width: 100%;
    font-size:14px;
    line-height: 38px;
    display: block;
    color:#718096;
}
.my_info_data .item span i{
    color:#f00;
}
.my_info_data .item .item_text{
    width: 100%;
    font-size: 14px;
    line-height: 36px;
    height: 38px;
    border-radius: 5px;
    padding:0 14px;
    display: block;
    color:#333;
    border:1px solid #f6f6f6;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.my_info_data .item p.item_text{
    background: #f6f6f6;
    border:1px solid #f6f6f6;
}
.my_info_data .item input.item_text::placeholder{
    color:#888;
    line-height: 38px;
}
.my_info_data .item input.item_text:focus{
    border:1px solid #0c51fe;
}

.btn_edit{
    width: 72px;
    font-size:13px;
    line-height: 29px;
    text-align: center;
    border-radius: 5px;
    display: block;
    cursor: default;
    border:1px solid #2679ff;
    background: #2679ff;
    color:#fff;
    margin:53px 0 0 auto;
}
.btn_edit:hover{
    color:#fff;
}
.item_get_code{
    position: relative;
}
.my_info_data .item .item_get_code input.item_text{
    padding-right: 40%;
}
.my_info_data .item .item_get_code .item_get_code_btn{
    width: 40%;
    position: absolute;
    right:1px;
    top:1px;
    bottom:1px;
    z-index:2;
    background: #fff;
    color:#3b73fe;
    font-size:14px;
    line-height: 36px;
    cursor: default;
    text-align: center;
    white-space: nowrap;
    overflow:hidden;
}

.my_order{
    width: 100%;
    display: block;
    flex-grow: 1;
}
@media screen and (min-width: 751px) {
    .my_order{
        /*min-height: 500px;*/
    }
}
.my_order table ,.my_order thead,.my_order tbody{
    width:100%;
    text-align: left;
    font-weight: normal;
}
.my_order_td_bg{
    text-align: center;
    background: #fafafa;
}
.my_order thead{
    background: #fafafa;
}
.my_order table{
    border-color: #e1e3e5;
}
.my_order table th{
    color:#6f6f6f;
}
.my_order table td{
    color:#333;
}
.my_order table th,.my_order table td {
    font-size: 13px;
    line-height: 20px;
    padding:5px 9px;
    font-weight: normal;
}
.first_width{
    width:50px;
}
.order_operate_td{
    width: 180px;
}
.message_operate_td{
    width: 90px;
}
.pay_way{
    width: 130px;
}
.message_time{
    width: 180px;
}
.message_content{
    width: 420px;
}
.log_td_category{
    width: 150px;
    max-width: 150px;
}
.message_content p{
    width: 100%;
    max-width: 420px;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.log_td_content{
    width: 630px;
}
.log_td_content p{
    max-width: 630px;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.log_td_content p .log_td_img{
    height: 27px;
    object-fit: contain;
    display: block;
}
.order_operate,.operate_list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.operate_list{
    margin-right: 16px;
    cursor: default;
    white-space: nowrap;
}
.operate_list:last-child{
    margin-right: 0;
}
.operate_list img{
    height: 16px;
    object-fit: contain;
    display: block;
    margin-right: 5px;
}
.my_message_list .operate_list img,.my_log_list .operate_list img{
    width: 13px;
    height: 9px;
}
.operate_list.disabled{
    color:#ccc;
}
.my_order_page{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size:13px;
    line-height: 29px;
    color:#333;
    padding-right: 8%;
    margin-top:45px;
}
.my_order_page input{
    width: 29px;
    height: 29px;
    line-height: 27px;
    border:1px solid #eaeaea;
    text-align: center;
    margin-right: 9px;
    display: block;
    border-radius: 3px;
}


.invoice_mask{
    width: 100%;
    height: 100vh;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:101;
    background: rgba(0,0,0,.2);
    display: none;
}
.invoice_mask_relative{
    width: 100%;
    height: 100%;
    position: relative;
    z-index:1;
}
.invoice_mask_main{
    width: 96%;
    max-width: 744px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 5px;
    z-index: 2;
}
.invoice_mask_title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
}
.invoice_mask_title p{
    width: auto;
    font-size:14px;
    line-height: 50px;
    padding-left:5.376%;
    color:#333;
    display: block;
}
.invoice_mask_title img{
    width: auto;
    height: 13px;
    padding:0 5.376%;
    display: block;
}
.invoice_mask_box{
    width:100%;
    padding:0 5.376%;
    max-height: calc(100vh - 117px);
    overflow-y: auto;
}
.invoice_mask_box .my_info_data{
    justify-content: space-between;
}
.invoice_mask_box .my_info_data .item{
    width: 44.97%;
    margin-right: 0;
}
.invoice_mask_box .my_info_data .item span{
    line-height: 36px;
}
.invoice_mask_box .my_info_data .item span i{
    color:#f00;
}
.invoice_mask_box .my_info_data .item .item_text{
    border-color: #eaeaea;
}
.mail_contact{
    border-top:1px dashed #eaeaea;
    margin-top:22px;
    display: none;
}
.invoice_mask_btn{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding:5.376% 5.376% 4%;
}
.invoice_mask_btn_list{
    width: 81px;
    font-size:13px;
    line-height:29px;
    border-radius: 5px;
    color:#fff;
    text-align: center;
    background: #2679ff;
    cursor: pointer;
}
.my_order_search{
    width:100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 7px;
    overflow: hidden;
}
.my_order_search_input{
    width: 21.55%;
    min-width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border:1px solid #eaeaea;
    border-radius: 3px;
    overflow: hidden;
}
.my_order_search_input input{
    width: auto;
    flex-grow: 1;
    display: block;
    font-size:13px;
    line-height: 27px;
    height: 27px;
    color:#333;
    padding:0 9px;
}
.my_order_search_input input::placeholder{
    color:#ccc;
}
.my_order_search_input img{
    width: 34px;
    height: 27px;
    object-fit: contain;
    display: block;
    padding:0 11px;
}
.my_order_all_invoice{
    width: 108px;
    font-size:13px;
    line-height: 29px;
    color:#fff;
    background: #3b73fe;
    border-radius: 3px;
    margin-left:14px;
    text-align: center;
    display: none;
}
.my_sub_title{
    width: 100%;
    display: block;
    color:#2e3840;
    font-size:14px;
    line-height: 18px;
    position: relative;
    font-weight: 600;
    margin:32px 0 0;
    border-top:1px dashed #eaeaea;
    padding:27px 0 9px;
}

.message{
    flex-grow: 1;
}
.message,.message_item{
    width: 100%;
    display: block;
}
.message_item_title{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size:13px;
    color:#555;
    line-height: 22px;
}
.message_item_title span{
    width: 22px;
    background: #f32938;
    text-align: center;
    color:#fff;
    border-radius: 3px;
    margin-right: 11px;
}
.message_apply .message_item_title span{
    background: #2866fe;
}
.message_item_title p{
    margin-right: 27px;
}
.message_item_content{
    width:100%;
    display: block;
    font-size:13px;
    line-height: 22px;
    margin:5px 0 21px;
    color:#555;
}
.message_apply .message_item_content{
    color:#333;
}
.message_apply{
    border-bottom: 1px dashed #eaeaea;
    margin-bottom: 22px;
}
.btn_box{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.message_mask_main{
    width: 96%;
    max-width: 600px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 5px;
    z-index:3;
}
.message_mask_content{
    width: 100%;
    padding:26px 18px 45px;
}
.message_mask_content textarea{
    width: 100%;
    height: 162px;
    border:1px solid #eaeaea;
    padding:6px 14px;
    border-radius: 3px;
    font-size:13px;
    line-height: 22px;
    color:#333;
    resize: none;
}
.message_mask_content textarea::placeholder{
    color:#ccc;
}
.message_mask_main .btn_box{
    padding:0 18px 27px 0;
}
.message_mask_main .btn_box .btn_edit{
    margin:0;
}
.log_mask_main{
    width: 96%;
    max-width: 1100px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 5px;
    z-index:3;
    padding:30px;
}
.log_mask_main .test_result{
    max-height: calc(90vh - 109px);
    overflow-y: auto;
}
.log_mask_main .adver_title{
    font-weight: normal;
    font-size:22px;
    color:#333;
    margin-bottom: 23px;
}

.vip_mask{
    width: 96%;
    max-width: 1440px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50% ,-50%);
    padding:108px 22px 65px;
    background: #fff;
    border-radius: 5px;
    z-index:2;
}
.vip_box{
    width: 100%;
    max-height: calc(90vh - 252px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    overflow-y: auto;
}
.vip_list{
    width: 262px;
    display: block;
    margin:0 38px 14px 0;
    position: relative;
    padding-top:13px;
    cursor: pointer;
}
.vip_list_flag{
    width: auto;
    font-size:14px;
    line-height: 29px;
    color:#fff;
    padding:0 18px;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;;
    border-bottom-right-radius: 14px;
    background: linear-gradient(to right,#fe6427 0,#fc8435 100%);
    position: absolute;
    top:0;
    left:0;
    z-index:3;
}
.vip_list_content{
    width: 100%;
    border:2px solid #f0c13f;
    padding:23px 31px 12px;
}
.vip_list_content h2{
    width:100%;
    text-align: center;
    font-size:16px;
    line-height: 22px;
    color:#582d0c;
    display: block;
}
.vip_list_price{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    margin: 9px 0 18px;
}
.vip_list_price i{
    width: auto;
    font-size:16px;
    display: block;
    color:#f84a0a;
}
.vip_list_price p{
    width: auto;
    font-size:29px;
    display: block;
    color:#f84a0a;
    font-weight: 600;
}
.vip_list_price span{
    width: auto;
    font-size:14px;
    display: block;
    color:#888;
    text-decoration: line-through;
}
.vip_list_coupon{
    width: 135px;
    line-height: 27px;
    font-size:13px;
    border-radius: 14px;
    color:#582d0c;
    display: block;
    margin:0 auto;
    background: #fff0cb;
    text-align: center;
}
.vip_list_checked{
    width: 31px;
    height: 31px;
    border-radius: 5px;
    display: block;
    overflow:hidden;
    position: absolute;
    bottom:2px;
    right:2px;
}
.vip_list_checked img{
    width: 100%;
    height: 100%;
    display:none;
}
.vip_list.on .vip_list_checked img{
    display: block;
}
.vip_mask_btn{
    width: 110px;
    font-size:14px;
    line-height: 43px;
    color:#fff;
    text-align: center;
    border-radius: 3px;
    margin:36px auto 0;
    background: linear-gradient(to right ,#fe6427 0,#fc8535 100%);
    cursor: pointer;
}
@media screen and (max-width: 1500px) {
    .vip_mask{
        padding:8% 1.6% 4.8%;
    }
    .vip_box{
        max-height: calc(80vh - 16.8003vw);
    }
    .vip_list{
        width: 262px;
        margin:0 2.52% 0.9% 0;
        padding-top:0.8397%;
    }
    .vip_list_flag{
        font-size:14px;
        line-height: 29px;
        padding:0 18px;
        border-top-right-radius: 14px;
        border-top-left-radius: 14px;;
        border-bottom-right-radius: 14px;
    }
    .vip_list_content{
        border:2px solid #f0c13f;
        padding:23px 31px 12px;
    }
    .vip_list_content h2{
        font-size:16px;
        line-height: 22px;
    }
    .vip_list_price{
        margin: 9px 0 18px;
    }
    .vip_list_price i{
        font-size:16px;
    }
    .vip_list_price p{
        font-size:29px;
    }
    .vip_list_price span{
        font-size:14px;
    }
    .vip_list_coupon{
        width: 135px;
        line-height: 27px;
        font-size:13px;
        border-radius: 14px;
    }
    .vip_list_checked{
        width: 31px;
        height: 31px;
        border-radius: 5px;
        bottom:2px;
        right:2px;
    }
    .vip_mask_btn{
        width: 111px;
        font-size:14px;
        line-height: 43px;
        border-radius: 3px;
        margin:2.3994% auto 0;
    }
}
.wechat_pay_qrcode{
    width: 96%;
    max-width: 405px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index:2;
    padding:90px 22px;
}
.wechat_pay_qrcode img{
    width: 189px;
    height: 189px;
    display: block;
    object-fit: contain;
    margin: 0 auto;
    border:1px solid #eaeaea;
    border-radius: 3px;
}
.wechat_pay_qrcode p{
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color:#333;
    display: block;
    text-align: center;
    margin-top:18px;
}
.wechat_pay_success .wechat_pay_qrcode p{
    font-weight: 600;
}
.new_user_have_main{
    width: auto;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index:2;
}
.new_user_have_main img{
    max-width: 100%;
    margin:0 auto;
    display: block;
}
.my_order_table{
    width: 100%;
    display: block;
    overflow-x: auto;
}
.my_order_detail,.my_order_detail_invoice{
    width: 100%;
    display: block;
    font-size:14px;
    line-height: 1.5;
}
.my_order_detail{
    color:#718096;
}
.my_order_detail_invoice{
    color:#333;
    margin-top:9px;
}
table thead{
    white-space: nowrap;
}
@media screen and (max-width: 750px) {
    .info_main{
        padding:3.066vw 2% 0.667vw;
    }
    .adver_box{
        padding:13.33vw 2vw 10vw;
    }
    .my_info{
        padding:2vw 0 5.6vw 0;
    }
    .my_left{
        display: none;
        position: fixed;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        right: 0;
        top: 13.599vw;
        left: unset;
    }
    .header_login_avatar:hover .my_left{
        display: block;
    }
    .my_right{
        width: 96%;
        margin:0 auto;
    }
    .my_info_data .item{
        width: 45%;
    }
    .my_order_search_input{
        max-width: 300px;
        width: 50%;
        min-width: auto;
    }
    .my_order_table{
        overflow-x: auto;
    }
    .my_order_table table{
        width: 918px;
        max-width: unset;
    }
}
@media screen and (max-width: 430px) {
    .my_info_data .item{
        width: 100%;
    }
}


.avatar_upload_icon{
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom:0;
    right:0;
    z-index:2;
    background: #fff;
    padding:3px;
    border-radius: 50%;
}
.avatar_upload_icon input[type=file]{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    right: 0;
    bottom:0;
    left:0;
    z-index:3;
    opacity: 0;
}
.avatar_upload_icon img{
    width: 100%;
    object-fit: contain;
    display: block;
}

.online_message_from_title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.online_message_from_title .item{
    padding-right: 5%;
    cursor: pointer;
}
.online_message_from_title .item.on{
    color:#0c51fe;
}
.history_message{
    width: 100%;
    display: block;
}
.history_message .item{
    display: none;
}
.history_message .item.on{
    display: block;
}

.history_message .item .message{
    width: 100%;
    max-height:360px;
    overflow-y: auto;
    padding-top:18px;
}
.history_message .item .message .message_item_content{
    margin-bottom: 9px;
}
.history_message .item .message .message_apply{
    margin-bottom: 9px;
}
.history_message_replay{
    width: 100%;
    display: block;
}
.history_message_replay p{
    width: 100%;
    display: block;
    font-size:15px;
    color:#368db8;
    font-weight: 600;
    line-height: 1.5;
}
.history_message_replay textarea{
    margin-top:9px !important;
}
.adver_content_img{
    flex-direction: column;
}
.adver_content_img_tips{
    width:100%;
    display: block;
    font-size:13px;
    line-height: 18px;
    color:#888;
}


.vip_title{
    width:90%;
    text-align: center;
    position: absolute;
    font-size:15px;
    line-height: 27px;
    color:#333;
    display: block;
    top:5%;
    left:5%;
}

.new_user_have_main_tip{
    width: 100%;
    position: absolute;
    bottom:28%;
    left:20%;
    z-index:2;
}
.new_user_have_main_tip span{
    width:100%;
    font-size:13px;
    height: 13px;
    line-height: 1;
    color:#ea897b;
    display: block;
    margin-top:5px;
}
.new_user_have_main_tip p{
    width:100%;
    font-size:32px;
    height: 32px;
    font-weight: 600;
    line-height: 1;
    color:#dc2a18;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.new_user_have_main_tip p i{
    width:100%;
    font-size:18px;
    font-weight: 500;
}
@media screen and (max-width: 880px) {
    .new_user_have_main_tip span{
        font-size:1.59vw;
        height: 1.59vw;
    }
    .new_user_have_main_tip p{
        font-size:4.09vw;
        height: 4.09vw;
    }
    .new_user_have_main_tip p i{
        font-size:2.27vw;
    }
}

.adver_result_legal_main{
    width:100%;
    max-width: 600px;
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index:3;
    background: #fff;
    border-radius: 9px;
    padding:18px;
    max-height: 80vh;
    font-size:13px;
    line-height: 1.5;
    color:#000;
}
.adver_result_legal_title{
    width:100%;
    display: block;
    font-size:15px;
    font-weight: 600;
    line-height: 31px;
    color:#000;
    margin-bottom: 9px;
}

.adver_content_img_box_main{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

@media screen and (max-width: 600px){
    .adver_title{
        font-size:7vw;
        margin-bottom: 7.33vw;
    }
    .adver_tab_type_list{
        margin-right: 5.33vw;
        font-size: 2.666vw;
        line-height: 6.666vw;
        padding: 0 8vw 0 2.666vw;
        border-radius: 5px;
    }
    .adver_tab_type_list img {
        width: 2.833vw;
        height: 2.833vw;
        margin-right: 1.666vw;
    }
    .adver_industry_li{
        padding: 0 2.333vw 0 3.333vw;
        font-size: 2.666vw;
        line-height: 6.333vw;
    }
    .adver_industry_select{
        width: auto;
        min-width: auto;
        top:6.666vw;
    }
}