@charset "UTF-8";
body, h1, h2, h3, h5, h4, ul, p, img, input, a, img, nav, div, textarea, form, label {
    margin: 0;
    padding: 0;
    font-family: "system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Arial,sans-serif" ! important;
}
/*主题色 到后面得设置更改*/
/*:root {*/
/*    --theme-color: #2222;*/
/*}*/

@media screen and (max-width: 1600px) and (min-width: 1450px) {
    .case_template_main{
        width: 460px!important;
    }

    .case_template_content{
        font-size: 12px!important;
    }

    .case_template_title{
        font-size: 23px!important;
    }
    .case_template_button{
        width: 280px!important;
    }
    .software_dowload_inc{
        padding: 20px 140px 70px 140px;
    }

}


@media screen and (max-width: 1450px) and (min-width: 1380px) {
    .case_template_main{
        width: 460px!important;
    }

    .case_template_content{
        font-size: 12px!important;
    }

    .case_template_title{
        font-size: 23px!important;
    }
    .case_template_button{
        width: 280px!important;
    }
    .software_dowload_inc{
        padding: 20px 140px 70px 140px;
    }

}


@media screen and (max-width: 1380px) and (min-width: 1230px) {
    .case_template_main{
        width: 400px!important;
    }
    .case_template_content{
        font-size: 12px!important;
    }

    .case_template_title{
        font-size: 23px!important;
    }
    .case_template_button{
        width: 280px!important;
    }
}
/* 在1230px到1150px之间应用的样式 */
@media screen and (max-width: 1230px) and (min-width: 1150px) {
    .entry_button{
        margin-left: 14px!important;
    }

    .case_template_main{
        width: 380px!important;
    }
    .case_template_content{
        font-size: 12px!important;
    }

    .case_template_title{
        font-size: 23px!important;
    }
    .case_template_button{
        width: 280px!important;
    }
}

@media screen and (max-width: 1150px) and (min-width: 1130px) {
    .entry_button{
        margin-left: 0px!important;
    }

    .case_template_main{
        width: 380px!important;
    }
    .case_template_content{
        font-size: 8px!important;
    }

    .case_template_title{
        font-size: 20px!important;
    }
    .case_template_button{
        width: 250px!important;
    }
}

@media screen and (max-width: 1130px) and (min-width: 1090px) {
    .case_template_main{
        width: 380px!important;
    }
    .case_template_content{
        font-size: 8px!important;
    }

    .case_template_title{
        font-size: 20px!important;
    }
    .case_template_button{
        width: 250px!important;
    }

    .entry_button{
        margin-left: 0px!important;
    }
    .integra_nav2{
        min-width: 560px!important;
    }
    .integra_nav2 li a {
        padding: 0 15px!important;
    }
}

@media screen and (max-width: 1090px) and (min-width: 900px) {
    .case_template_main{
        width: 380px!important;
    }
    .case_template_content{
        font-size: 8px!important;
    }

    .case_template_title{
        font-size: 20px!important;
    }
    .case_template_button{
        width: 250px!important;
    }
    .entry_button{
        margin-left: 0px!important;
    }
    .integra_nav2 li a {
        padding: 0 10px!important;
    }
    .integra_nav2 {
        min-width: 300px!important;
        padding-left: 60px;
    }
    .functional_section{
        position: relative;
        left: 70px;
    }
    .logos{
        margin-left: 10px!important;
    }

    .logos img{
        width: 190px!important;
    }

    .logos {
        margin-left: 10px!important;
        min-width: 264px;
    }
}
@media screen and (max-width: 900px) and (min-width: 0) {
    .case_template_main{
        width: 380px!important;
    }
    .case_template_content{
        font-size: 8px!important;
    }

    .case_template_title{
        font-size: 20px!important;
    }
    .case_template_button{
        width: 250px!important;
    }
    .entry_button{
        margin-left: 0px!important;
    }
    .integra_nav2{
        min-width: 300px!important;
    }
    .integra_nav2 li a {
        padding: 0 10px!important;
    }
    .functional_section{
        position: relative;
        left: 70px;
    }
    .logos{
        margin-left: 10px!important;
        min-width: 264px;
    }
    .logos img{
        width: 190px!important;
    }

}


body {
    background-color: #F6F6F6;
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

/* 页眉 */
.header {
    background-color: #FFF;
    width: 1000px;
    height: 80px;
    margin: 0 auto;
}

.background-img{
    min-width: 950px;
}

.logos {
    float: left;
    height: 60px;
    width: 264px;
    margin-left: 55px;
}

.ability{
    display: flex;
    margin-left: 33px;
    margin-right: 120px;
    font-size: 16px;
    color: #333333;
    /*cursor: pointer;*/
    white-space: nowrap;
}

.box {
    float: right;
}

/*header部分样式*/
.integra_nav {
    display: flex;
    /*justify-content: center;*/
    background-color: #FFFFFF;
    width: 100%;
    height: 60px;
    transition: box-shadow 0.3s;
    border-bottom: 1px solid #F6F6F6;
}

.sticky {
    /*box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);*/
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
}

.integra_nav2 {
    min-width: 600px;
    width:55%;
    display: flex;
    justify-content: center;
    /*flex:1;*/
    height: 60px;
    background:#FFFFFF;
}

.integra_nav2 li {
    display: inline;
    height: 60px;
}

.min_height{
    min-width: 560px;
}

.integra_nav2 li a {
    white-space: nowrap;
    display: inline-block;
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    color: #333333;
    font-size: 16px;
    text-decoration: none;
}

.competitio_works_title{
    color: #333;
    font-size: 16px;
    font-style: normal;
    padding: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 28px;
    -webkit-line-clamp: 2;
}


.integra_nav2 li a:hover {
    color: #0581CE;
}



.integra_selected_nav {
    color: #0581CE!important;
}

/*往届回顾*/
.previous_competitions{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 565px;
    height: 124px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 2px 0px;
    background: rgb(255, 255, 255);
    padding: 0 16px 0px 16px;
    cursor: pointer;
}

.previous_competitions_left{
    width: 164px;
    height: 92px;
    border-radius: 6px;
}

.previous_competitions_right{
    height: 92px;
    margin-left: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.active_background{
    background-color: #0581CE!important;
    color: #FFFFFF!important;
}

.previous_competitions_title{
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 42px;
}



.previous_competitions_date{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}



/*项目介绍 参赛须知部分样式*/
.match_font{
    color: #E3E3E3;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
}

.project_div {
    padding-top: 75px;
    margin-bottom: 40px;
}

.match_title_image {
    display: flex;
    align-items: center;
    vertical-align: middle;
    border-left: 4px solid var(--theme-color);
    height: 20px;
}

.integra_title {
    color: #333;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    position: relative;
    top: -3px;
    left: -26px;
}


.match_content,.match_information{
    margin-top: 20px;
    color: #666;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /*margin-bottom: 40px;*/
}

.match_content  ul  li{
    line-height: 35px;
}

.match_content p{
    line-height: 35px;
}


.match_download {
    margin-top: 24px;
    font-size: 0;
    color: #333333;
    line-height: 30px;
}

.entry_eminder{
    display: flex;
    min-width: 620px;
    height: 98px;
    background-color: rgb(255 255 255 / 70%);
    border-radius: 6px;
}

.join_button{
    width: 140px;
    height: 50px;
    background: #FF8D23;
    opacity: 1!important;
    color: #FFFFFF;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.entry_eminder_right{
margin: auto;
}

.entry_eminder_left{
margin-left: 70px;
color: #1D008F;
}

.entry_eminder_date{
margin-top: 5px;
}

.entry_eminder_message{
display: inline-block;
margin-top: 18px;
font-weight: 600;
font-size: 28px;
}
/*参赛须知部分样式*/

.entry_informations{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 178px;
}

.entry_informations_main{
    width: 1100px;
    /*min-height: 684px;*/
    background: #FFFFFF;
    padding: 0 60px;
}

.entry_informations_title{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    color: #333;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.entry_groups{
    margin-top: 30px;
    color: #333;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.case_template{
    /*width: 1200px;*/
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.case_template_main{
    width: 520px;
    min-height: 360px;
    background: #FFFFFF;
    margin: 20px 20px;
}

.case_template_title{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    color: #333;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.case_template_content{
    color: #333;

    font-size: 16px;
    margin-top: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 45px;
    padding-right: 45px;
    min-height: 140px;
}

.case_template_button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 48px;
    border-radius: 6px;
    background: #0581CE;
    color: #FFFFFF;
    /*margin-top: 80px;*/
}

/*联系我们*/
.quadrilateral{
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallelogram{
    position: absolute;
    width: 910px;
    height: 92px;
    background-color: #D9F0FE;
    transform: skewX(-10deg);
}

.parallelograms{
    position: absolute;
    width: 242px;
    height: 63px;
    background-color: #0581CE;
    transform: skewX(-10deg);
}

.parallelogram_name {
    position: relative;
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 7.2px;
}

.contact_info{
    width: 588px;
    height: 70px;
    margin: 50px auto 0 auto;
    color: #333;
    text-align: center;

    font-size: 28px;
    font-style: normal;
    font-weight: 550;
    line-height: 38px;
}

.contact_info_liaison{
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.contact_info_message{
    text-align: center;
    margin-top: 30px;
    color: #333;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.contact_phone{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_distance{
    margin-left: 20px;
}

/* CSS 样式，用于弹窗的居中和关闭按钮的位置 */
.popup ,.popup_login,.popup_verify,.popup_forget_password,.score_popup{
    padding: 0 54px 0px 64px;
    width: 380px;
    /*height: 475px;*/
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 24px;
    background: #FFF;
    z-index: 10000;
}

.close,.close_login,.close_verify,.close_forget_password,.score_close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
#overlay,#overlaylogin,#score_overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);/* 半透明黑色背景 */
    z-index: 9999; /* 确保蒙层在最上层 */
}

.popup_header{
    display: flex;
    justify-content: center;
    color: #333;

    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.score_detail_title{
    color: #333;

    font-size: 16px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}



/*往届回顾*/
.retrace_button {
    min-width: 200px;
    padding-left: 10px;
    padding-right: 10px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    margin-right: 40px;
    display: inline-block;
    background-color: #FFF;
    color: #333333;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    cursor: pointer;
}



.retrace_button:hover, .retrace_button.actives {
    background-color: #0581CE;
    color: white;
}

.custom-select,.custom-select-area,.custom-select-city,.custom-select-year,.custom-select-month,.custom-select-day{
    position: relative;
    display: inline-block;
}

.custom-select select {

    -webkit-appearance: none;
    /* border: 1px solid #ccc; */
    /* padding: 8px; */
    /* width: 266px; */
    box-sizing: border-box;
    /*background: url('/images/match/pc/select_icon.png') no-repeat right 8px center;*/
    background-size: 12px 8px;
    cursor: pointer;

}

/* 隐藏下拉列表的默认箭头 */
.custom-select select::-ms-expand {
    display: none;
}

/*点击箭头不触发选择事件*/
.arrow {
    pointer-events: none;
}

.arrow  {
    width: 0px;
    height: 0;
    color: #666666;
    position: absolute;
    content: "";
    right: 10px;
    top: 16px;
    border-radius: 3px;
    border-right: 6px dashed transparent;
    border-top: 7px solid currentColor;
    border-left: 6px dashed transparent;
    transition: transform 0.2s ease-in-out;
}

.custom-select {
    position: relative;
    /* Add other necessary styles for the container */
}

.custom-select.arrow-rotated .arrow,
.custom-select-area.arrow-rotated .arrow,
.custom-select-city.arrow-rotated .arrow,
.custom-select-year.arrow-rotated .arrow,
.custom-select-month.arrow-rotated .arrow,
.custom-select-day.arrow-rotated .arrow {
    transform: translateY(-20%) rotate(180deg); /* 旋转箭头 */
}


/*第二步样式*/
.step_background{
    background: url(/images/match/pc/match_step1_background.png) no-repeat!important;
    color: #FFF!important;
    background-size: 200px 44px!important;
}

.line_height44{
    line-height: 44px
}


/*第三步部分样式*/
.video_title,.case_title,.recode_title,.commitment_title{
    margin-top: 40px;
    color: #333;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.video_uploadprogress_style,.case_uploadprogress_style,.recode_uploadprogress_style,.commitment_uploadprogress_style{
    position: relative;
    width: 350px;
    height: 192px;
    background: #F6F6F6;
    margin-top: 20px;
}
.video_middle_part_img,.case_middle_part_img,.recode_middle_part_img,.commitment_middle_part_img{
    width: 48px;
    height: 49px;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_middle_part_img img,.case_middle_part_img img,.recode_middle_part_img img,.commitment_middle_part_img img{
    width: 48px;
    height: 49px;
}

.video_font,.case_font,.recode_font,.commitment_font{
    color: #999;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    justify-content: center;
    padding-top: 121px;
}

.video_illustrate,.case_illustrate,.recode_illustrate,.commitment_illustrate{
    margin-top: 20px;
    color: #999;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.video_expalin,.case_expalin,.recode_expalin,.commitment_expalin{
    margin-top: 30px;
    color: #333;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.case_upload_button,.recode_upload_button,.commitment_upload_button{
    display: inline-block;
    margin-top: 20px;
    align-items: center;
    padding: 15px 38px 15px 38px;
    width: initial;
    border-radius: 6px;
    border: 1px solid #0581CE;
    background: #FFF;
    color: #0581CE;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    cursor: pointer;
}
/*注册登录*/
.match_login_div {
    padding: 64px 224px 29px 224px;
}

.match_expert_login_div {
    padding: 64px 0 29px 0;
    text-align: center;
}

.match_choose_div {
    font-size: 18px;
    color: #aeaeae;
    font-weight: bold;
    display: inline-block;
    width: 232px
}

.match_expert_choose_div {
    font-size: 18px;
    color: #aeaeae;
    font-weight: bold;
    text-align: center
}

.match_login {
    display: inline-block;
    margin: 0;
    text-align: center;
    float: left;
    cursor: pointer
}

.match_expert_login {
    margin: 0;
    text-align: center;
    cursor: pointer;
    display: inline-block
}

.match_register {
    display: inline-block;
    margin: 0;
    text-align: center;
    float: right;
    cursor: pointer
}

.integra_inline {
    margin: 6px 0 0 0;
    border: 1px solid var(--theme-color)
}

.integra_selected {
    color: var(--theme-color);
}

input:-internal-autofill-selected {
    background: #F6F6F6!important;
}

.register_button{
    text-align: center;
    margin-top: 42px;
    margin-left: -10px;
    width: 103%;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    background: rgba(5, 129, 206, 0.50);
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
}
.login_button,.captcha_login{
    text-align: center;
    margin-top: 20px;
    margin-left: -10px;
    width: 103%;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    background: rgba(5, 129, 206, 0.50);
    color: #FFF;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
}

.forget_password_button{
    text-align: center;
    margin-top: 42px;
    margin-left: -10px;
    width: 103%;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    background: rgba(5, 129, 206, 0.50);
    color: #FFF;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 65px;
}

.nyh_login_button{
    text-align: center;
    margin-top: 20px;
    margin-left: -10px;
    width: 103%;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    background: #05B6CE;
    color: #FFF;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
}


.forget_password{
    display: flex;
    justify-content: flex-end;
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-top: 8px;
    cursor: pointer;
}
.forget_password:hover{
    color: #0581CE!important;
}

/*注册完善信息第一步*/
.match_step1_circle_normal {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/images/match/pc/match_register_step1.png') -10px -10px;
    vertical-align: middle;
    cursor: pointer;
}

.integra_score_choose_normal {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/images/integra_score_item.png') -10px -10px;
    vertical-align: middle;
    cursor: pointer;
}

.integra_score_choose_selected {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/images/match/pc/integra_score_item.png') -46px -10px;
    vertical-align: middle;
    cursor: pointer;
}

/*.match_step1_circle_selected {*/
/*    display: inline-block;*/
/*    width: 8px;*/
/*    background: #ffffff;*/
/*    border-radius: 60%;*/
/*    border: 4px solid #ffc107;*/
/*    height: 8px;*/
/*    !* background: url(/images/match/pc/match_register_step1.png) -46px -10px; *!*/
/*    vertical-align: middle;*/
/*    cursor: pointer;*/
/*}*/

.choose_background{
    width: 14px;
    height: 14px;
    border-radius: 8px;
    position: relative;
    top: 6px;
    display: inline-block;
    background: #fff;
    border: 1px solid #666666;
}
.match_step2_type_normal {
    color: #404040;
    text-align: right;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    vertical-align: middle;
    margin-left: 6px;
}


.match_step1_square_normal {
    position: relative;
    top: -5px;
    left: 4px;
    display: inline-block;
    width: 4px;
    /* background: pink; */
    height: 9px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(42deg);
}
.match_step1_choice_selected{
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url('/images/match/pc/match_register_step1.png') -43px -46px;
}

.match_step1_choice_normal {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url('/images/match/pc/match_register_step1.png') -10px -46px;
}
.match_step2_type_label {
    color: #333;
    text-align: right;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-right: 10px;
}

/*.match_step1_square_selected {*/
/*    width: 14px;*/
/*    height: 14px;*/
/*    border-radius: 3px;*/
/*    position: relative;*/
/*    top: 6px;*/
/*    display: inline-block;*/
/*    background: #9b9fc7;*/
/*}*/

.match_step1_square_selected {
    width: 14px;
    height: 14px;
    border-radius: 8px;
    position: relative;
    top: 6px;
    display: inline-block;
    background: #0581CE;
    border: 1px solid #0581CE;
}

/*上传资料*/
.match_upload {
    text-align: center;
    margin-top: 24px;
    cursor: pointer
}

.result_upload {
    text-align: center;
    margin-top: 0px;
    cursor: pointer
}

/*剪辑软件下载*/
.match_download_image {
    display: inline-block;
    vertical-align: middle;
    height: 120px
}

.match_text_div {
    display: inline-block;
    height: 120px;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    width: calc(100% - 200px)
}

.match_link {
    color: #3f368d;
    margin-top: 30px;
    text-decoration: underline;
}

/*模板下载*/
.match_template_link {
    color: #3f368d;
    margin-top: 30px;
    text-decoration: underline;
}

/*剪辑软件下载*/


/*注册登录*/
.integra_register_text {
    font-size: 16px;
    color: #4a6bab;
    text-align: center;
    font-weight: 600
}

.match_register_div {
    width: 680px;
    margin-top: 28px;
    box-shadow: 0 0 15px rgba(63, 54, 141, 0.3);
    border-radius: 4px;
}

.match_login_username_div {
    width: 480px;
    border: 1px solid #9b9fc7;
    border-radius: 4px;
    height: 48px;
}

.match_login_password_div {
    width: 480px;
    border: 1px solid #9b9fc7;
    border-radius: 4px;
    height: 48px;
    margin-top: 20px
}

.integra_login_label {
    font-size: 16px;
    color: #7a91bd;
    line-height: 48px;
    padding-left: 20px
}

.match_login_input {
    width: 362px;
    height: 48px;
    border: 0;
    font-size: 16px;
    color: #3f368d;
    float: right;
    outline: none;
    border-radius: 4px;
}

.match_login_submitDiv {
    margin-top: 60px;
    padding-bottom: 88px
}

.integra_login_button {
    width: 480px;
    height: 50px;
    background-color: var(--theme-color);
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    border: 0
}

.match_register_label {
    font-size: 16px;
    color: #9b9fc7;
    line-height: 48px;
    padding-left: 20px
}

.integra_register_label {
    font-size: 16px;
    color: #7a91bd;
    line-height: 48px;
    padding-left: 20px
}

.match_register_input {
    width: 97%;
    padding-left: 10px;
    padding-right: 10px;
    height: 48px;
    border: 1px solid #EEE;
    font-size: 16px;
    color: #333333;
    float: right;
    outline: none;
    border-radius: 4px;
    background: #F6F6F6 !important;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    background-color: rgb(246,246,246) !important;
}

.match_register_username_div {
    background: #F6F6F6;
    border-radius: 4px;
    height: 48px;
    /*border: 1px solid #EEE;*/
    /*margin-top: 24px*/
}

.match_register_captcha_div {
    width: 65%;
    border-radius: 4px;
    height: 48px;
    margin-top: 20px;
    background: #F6F6F6;
}

.match_register_captcha {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    width: 116px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 6px;
    cursor: pointer;
    background: rgba(5, 129, 206, 0.50);
    color: #ffff;
}

.match_captcha_input {
    width: 97%;
    height: 48px;
    border: 0;
    font-size: 16px;
    color: #333333;
    float: right;
    outline: none;
    border-radius: 4px;
}

.match_register_password_div {
    position: relative;
    border-radius: 4px;
    height: 48px;
    margin-top: 20px;
    background: #F6F6F6;
}

.integra_register_button {
    width: 480px;
    height: 50px;
    background-color: var(--theme-color);
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    border: 0;
    cursor: pointer
}

.match_register_agreement {
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-top: 24px;
    padding-bottom: 32px
}

.existing_account{
    /*margin-top: 40px;*/
    text-align: center;
}

/*注册第一步完善个人信息*/
.match_step1_div {
    /*width: 1160px;*/
    /*box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);*/
    border-radius: 4px
}

.match_title{
    display: flex;
    justify-content: center;
    color: #333;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 100% */
    /*margin-top: -12px;*/
    padding-bottom: 40px;
    /*min-width: 1300px*/
}

.integra_step {
    display: flex;
    justify-content: center;
    /*height: 56px;*/
    /*background: url(/images/match/pc/integra_img_setp1.png) no-repeat;*/
    font-size: 0;
}

.match_step_selected {
    background: url(/images/match/pc/match_img_setp1.png) no-repeat;
    background-size: 200px 44px;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    width: 200px;
    text-align: center;
    margin: 0;
    line-height: 44px;
}

.match_normal {
    background: url(/images/match/pc/match_img_step2.png) no-repeat;
    background-size: 200px 44px;
    font-size: 16px;
    color: #333;
    display: inline-block;
    width: 200px;
    text-align: center;
    margin: 0;
    line-height: 44px;
    position: relative;
}

.integra_required {
    margin-top: 32px;
    margin-left: 68px;
    font-size: 16px;
    color: #4a6bab
}

.match_form_div {
    /*margin-left: 68px;*/
    margin-top: 40px
}

.match_step1_label {
    color: #333;
    text-align: right;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
}

.match_step1_input {
    width: 266px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #EEE;
    background: #FFF;
    padding-left: 12px;
    padding-left: 12px;
    font-size: 14px;
    color: #333333;
}

.match_step1_label_choose {
    line-height: 64px;
    font-size: 16px;
    color: #666666;
    margin-right: 24px
}

.match_step1_circle_selected_content {
    font-size: 16px;
    color: var(--theme-color);
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer
}


.match_step1_circle_normal_content {
    font-size: 16px;
    color: #404040;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer
}

.match_reviewed_select_button {
    background: #FFF;
    width: 160px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    /*box-shadow: 0 0 15px rgba(63, 54, 141, 0.3);*/
    margin-left: 30px;
    color: #333333;
    cursor: pointer;
}

.match_all_button {
    background-color: #ffffff;
    width: 160px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    /* box-shadow: 0 0 15px rgba(63, 54, 141, 0.3); */
    cursor: pointer;
    margin-right: 30px;
    color: #333333;
}

.match_reviewed_select_button:hover,.match_all_button:hover{
    background-color: #0581CE;
    color: #ffffff;
}
.scoring_situation{
    margin-top: 15px;
    display: flex;
    padding: 0 16px 0 16px;
    align-items: center;
    justify-content: space-between; display: flex;
    padding: 0 16px 0 16px;
    align-items: center;
    align-items: center;
    justify-content: space-between;
}

.scoring{
    color: #333;

    font-size: 14px;
    font-style: normal;
}

.scoring_content{
    width: 80px;
    height: 32px;
    border-radius: 6px;
    background: #0581CE;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.competitio_works{
    width: 367px;
    height: 122px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
    margin-left: 30px;
}


.integra_score_choose_normal_content {
    font-size: 14px;
    color: #b6b6b6;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer
}

.integra_score_choose_selected_content {
    font-size: 14px;
    color: #2351ab;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer
}

.match_step1_circle_normal_input {
    border: 0;
    outline: none;
    font-size: 16px;
}

.match_step1_title_label {
    font-size: 14px;
    color: #333;
}

.match_step1_title_normal {
    font-size: 16px;
    color: #b6b6b6;
    vertical-align: middle;
    margin-left: 6px;
}

.match_step1_title_select {
    font-size: 16px;
    vertical-align: middle;
    margin-left: 10px;
}

.match_step1_title_other {
    border: 0;
    outline: none;
    font-size: 16px;
    width: 50px
}
.match_step1_channel_other {
    border: 0;
    outline: none;
    font-size: 16px;
    width: 400px
}

.match_step1_canal_normal {
    font-size: 14px;
    color: #404040;
    vertical-align: middle;
    margin-left: 6px;
}
.match_step1_canal_select {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 6px;
    color: #404040;
}

.match_step1_year_select {
    padding-left: 12px;
    border: 1px solid #e6e6e6;
    height: 36px;
    width: 130px;
    border-radius: 6px;
    font-size: 14px;
    color: #b6b6b6;
}

.match_step1_month_select {
    padding-left: 12px;
    border: 1px solid #e6e6e6;
    height: 36px;
    width: 130px;
    border-radius: 6px;
    font-size: 14px;
    color: #b6b6b6;
}

.match_step1_day_select {
    padding-left: 12px;
    border: 1px solid #e6e6e6;
    height: 36px;
    width: 130px;
    border-radius: 6px;
    font-size: 14px;
    color: #b6b6b6;
    margin-left: 30px;
}

.match_step1_professional_select {
    padding-left: 12px;
    border: 1px solid #e6e6e6;
    height: 36px;
    width: 280px;
    border-radius: 6px;
    font-size: 14px;
    color: #999

}

.match_step1_province_select{
    padding-left: 12px;
    border: 1px solid #e6e6e6;
    height: 36px;
    width: 130px;
    border-radius: 6px;
    font-size: 14px;
    color: #999

}

.match_step1_city_select {
    padding-left: 12px;
    border: 1px solid #e6e6e6;
    height: 36px;
    width: 130px;
    border-radius: 6px;
    font-size: 14px;
    color: #999;
    margin-left: 15.35px
}

/*input::-webkit-input-placeholder {*/
/*    !* WebKit browsers，webkit内核浏览器 *!*/
/*    color: #999;*/
/*    font-size: 14px;*/
/*}*/

.match_step1_address_div {
    margin-left: 92px;
    margin-top: 12px
}

.match_step1_address_input {
    width: 474px;
    height: 38px;
    border: 1px solid #e6e6e6;
    border-radius: 1px;
    padding-left: 24px;
    font-size: 16px;
    color: #666666
}

.integra_step1_buttob {
    font-size: 16px;
    color: #ffffff;
    height: 48px;
    width: 380px;
    border: 0;
    border-radius: 6px;
    background: #0581CE;
}



.match_step2_videoRequirement {
    margin: 48px 68px 0 68px;
}

.match_segmenting_line {
    margin: 32px 68px;
    border-top: 1px solid #b6b6b6
}

.match_step2_prompt {
    margin-top: 32px;
    margin-left: 68px;
    font-size: 16px;
    color: #3f368d
}

.match_step2_form {
    display: flex;
    /*justify-content: center;*/
    margin-left: 155px;
    margin-top: 20px
}

.another_one{
    margin-left: 155px;
}

.areas_title{
    color: #333;
    margin-right: 12px;
    text-align: right;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 100% */
}


.match_step2_label {
    margin-right: 12px;
    color: #333;
    text-align: right;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}


.match_step2_input {
    width: 522px;
    height: 36px;
    flex-shrink: 0;
    padding-left: 12px;
    border-radius: 6px;
    border: 1px solid #EEE;
    background: #FFF;

}

.match_step2_sunmitDiv{
    display: flex;
    justify-content: space-around;
    padding-bottom: 48px;
    font-size: 0;
    margin: 74px 55px 0 55px;
}

.match_step3_submitDiv {
    display: flex;
    justify-content: space-around;
    padding-bottom: 48px;
    font-size: 0;
    margin: 74px -40px 0px -45px;
    padding-bottom: 130px;
}

.integra_step2_return,.match_step3_pre {
    font-size: 18px;
    border-radius: 6px;
    border: 1px solid #0581CE;
    background: #FFF;
    color: #0581CE;
    height: 48px;
    width: 380px;
    border: 0;
    border: 1px solid #0581CE;
    background: #FFF;
}

.integra_review_return {
    font-size: 16px;
    color: #ffffff;
    height: 40px;
    width: 200px;
    border: 0;
    background-color: #2351ab;
    border-radius: 2px;
    cursor: pointer;
}

.integra_review_submit {
    font-size: 16px;
    color: #ffffff;
    height: 40px;
    width: 200px;
    border: 0;
    background-color: #2351ab;
    border-radius: 2px;
    margin-left: 24px;
    cursor: pointer;
}

.integra_step2_next,.match_step3_finish {
    font-size: 18px;
    border-radius: 6px;
    border: 1px solid #0581CE;
    background: #0581CE;
    color: #FFFFFF;
    height: 48px;
    width: 380px;
    border: 0;
    border: 1px solid #0581CE;
}

/*区域部分下拉弹框显示样式*/
ul li {
    list-style: none;
}

input::placeholder {
    color: #999999; /* 设置占位符文本的颜色 */
}

#dropdown{font-size:14px; display: inline-block;position: relative}
/*#dropdown::before{*/
/*     width: 0;*/
/*     height: 0;*/
/*     position: absolute;*/
/*     content: "";*/
/*     right: 10px;*/
/*     top: 9px;*/
/*     border-right: 7px dashed transparent;*/
/*     border-top: 7px solid currentColor;*/
/*     border-left: 7px dashed transparent;*/
/* }*/
#dropdown p{
    width: 130px;
    height: 36px;
    line-height: 36px;
    padding-left: 12px;
    padding-right: 30px;
    border-radius: 6px;
    border: 1px solid #EEE;
    background: #FFF;
    /* border: 1px solid #a9c9e2; */
    /* background: white url(arrow.gif) no-repeat right 4px; */
    color: #999999;
    cursor: pointer;


}
#dropdown ul{
    width: 172px;
    background: white;
    margin-top: 2px;
    border: 1.5px solid #b6b6b6;
    position: absolute;
    display: none;
    z-index: 6;
    border-radius: 4px;
}
#dropdown ul li{height:24px; line-height:24px; text-indent:10px
}
#dropdown ul li a{display:block; height:24px; color:#807a62; text-decoration:none}
#dropdown ul li a:hover{
    background: #1f54bceb;
    color: #ffffff;}
.drops{
    width: 0px;
    height: 0;
    position: absolute;
    content: "";
    right: 10px;
    top: 17px;
    border-radius: 3px;
    border-right: 6px dashed transparent;
    border-top: 7px solid currentColor;
    border-left: 6px dashed transparent;
}

.locatin_docation{
    margin-left: 24px;
    color: var(--theme-color);
    color: #333;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.match_step3_upload {
    margin: 48px 68px 0 68px;
}

.integra_step3_prompt {
    margin-left: 88px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.match_step3_upload_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: initial;
    margin-left: 68px;
    margin-top: 12px;
    font-size: 0;
}

.match_step3_upload_video {
    width: 288px;
    height: 160px;
    border: 1px dashed #CECECE;
    border-radius: 8px;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}

.match_step3_upload_case {
    width: 288px;
    height: 160px;
    border: 1px dashed #CECECE;
    border-radius: 8px;
    margin-left: 58px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.match_step3_upload_videoimge {
    display: inline-block;
    vertical-align: middle;
}

.match_step3_upload_videotext {
    font-size: 16px;
    color: var(--theme-color);
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.integra_step3_upload_videoprompt {
    font-size: 14px;
    color: #4a6bab;
    text-align: center;
    margin-top: 10px;
}

.match_step3_upload_caseimg {
    display: inline-block;
    vertical-align: middle;
}

.match_step3_upload_casetext {
    font-size: 16px;
    color: var(--theme-color);
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.integra_step3_upload_caseprompt {
    font-size: 14px;
    color: #4a6bab;
    text-align: center;
    margin-top: 10px;
    display: none;
}

.integra_step3_upload_require {
    margin-top: 40px;
    margin-left: 68px;
    font-size: 16px;
    color: var(--theme-color);
}

/*.match_step3_submitDiv {*/
/*    padding-bottom: 48px;*/
/*    font-size: 0;*/
/*    margin: 24px 178px 0px 178px;*/
/*}*/

.integra_step3_pre {
    font-size: 16px;
    color: #ffffff;
    height: 40px;
    width: 200px;
    border: 0;
    background-color: #2351ab;
    border-radius: 2px;
}

.integra_step3_finish {
    font-size: 16px;
    color: #ffffff;
    height: 40px;
    width: 200px;
    border: 0;
    background-color: #2351ab;
    border-radius: 2px;
    margin-left: 24px;
}

.match_result_div {
    /*width: 780px;*/
    /*box-shadow: 0 0 15px rgba(63, 54, 141, 0.3);*/
    /*border-radius: 4px;*/
    /*padding: 48px 0;*/
}

.match_result_content {
    margin: 64px 110px 0 110px;
}

.match_result_info {
    border: 1px dashed #cecece;
    border-radius: 4px;
    padding: 32px 48px;
}

/*t投稿成功部分样式*/
.contribute_success{
    color: #333;
    text-align: center;

    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    margin-bottom:40px
}
.submission_information{
    width: 727px;
    height: 160px;
    padding: 30px 30px 30px 50px;
    color: #333;

    font-size: 16px;
    background: #F6F6F6;
    line-height: 23px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}

.submission_information_title{
    color: #333;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 14px;
}

.submission_information_tips{
    margin-top: 14px;
    color: #7A7A7A;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.submission_details{
    width: 380px;
    height: 48px;
    border-radius: 6px;
    background: #0581CE;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.contribute_detail{
    color: #333;
    text-align: center;

    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    margin-bottom:40px
}

.contribute_information{
    width: 727px;
    height: 160px;
    padding: 30px 0 30px 50px;
    color: #333;

    font-size: 16px;
    line-height: 23px;
}

.upload_data{
    color: #0581CE;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 24px;
    text-decoration: underline;
}
.preliminary{
    color: #333;

    font-size: 16px;
    font-style: normal;
    margin-bottom: 14px;
}
.change_button{
    width: 160px;
    height: 48px;
    border-radius: 6px;
    background: #0581CE;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*专家登录*/
.match_expert_username_div {
    width: 480px;
    border: 1px solid #9b9fc7;
    border-radius: 4px;
    height: 48px;
}

.match_expert_label {
    font-size: 16px;
    color: #9b9fc7;
    line-height: 48px;
    padding-left: 20px;
}

.match_expert_input {
    width: 362px;
    height: 48px;
    border: 0;
    font-size: 16px;
    color: #3f368d;
    float: right;
    outline: none;
    border-radius: 4px;
}

.match_expert_password {
    width: 480px;
    border: 1px solid #9b9fc7;
    border-radius: 4px;
    height: 48px;
    margin-top: 20px;
}

.match_expert_submitDiv {
    margin-top: 60px;
    padding-bottom: 88px;
}

.match_forget_submitDiv {
    margin-top: 26px;
    padding-bottom: 88px;
}

.match_expert_button {
    width: 480px;
    height: 50px;
    background-color: #3f368d;
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    border: 0;
}

.match_page {
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-size: 0;
    clear: both;
}

.match_pre_next {
    border: #ebebeb 1px solid;
    color: #c5c5c5;
    display: inline-block;
    font-weight: bold;
    border-radius: 4px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.match_current_not {
    background-color: #ffffff;
    font-weight: bold;
    color: #c5c5c5;
    display: inline-block;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: #ebebeb 1px solid;
    border-radius: 4px;
    font-size: 14px;
    margin: 0 10px;
    cursor: pointer;
}

.match_disabled {
    border: #ebebeb 1px solid;
    color: #c5c5c5;
    display: inline-block;
    font-weight: bold;
    border-radius: 4px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.match_project_div {
    display: flex;
    align-items: center;
}

/*.match_step3_pre {*/
/*    font-size: 16px;*/
/*    color: #ffffff;*/
/*    height: 40px;*/
/*    width: 200px;*/
/*    border: 0;*/
/*    background-color: #141e8c;*/
/*    border-radius: 2px;*/
/*}*/

/*.match_step3_finish {*/
/*    font-size: 16px;*/
/*    color: #ffffff;*/
/*    height: 40px;*/
/*    width: 200px;*/
/*    border: 0;*/
/*    background-color: #141e8c;*/
/*    border-radius: 2px;*/
/*    margin-left: 24px;*/
/*}*/


.match_step3_upload_require {
    margin-top: 40px;
    margin-left: 68px;
    font-size: 16px;
    color: #141e8c;
}

.match_step3_prompt {
    margin-left: 88px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}



.side {
    width: 218px;
    height: 480px;
    border: #dedede solid 1px;
    float: left;
}

.title_letters a {
    display: inline-block;
    text-decoration: none;
    width: 196px;
    height: 36px;
    margin: 0 12px;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
}

.title_letters a:hover {
    color: #2fadc1;
}

.letters_text {
    list-style: none;
    font-size: 0;
    margin: 0 12px;
    height: 215px;
}

.letters_text li a {
    display: inline-block;
    line-height: 26px;
    color: #323232;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.letters_text a:hover {
    color: #2fadc1;
    text-decoration: underline;
}

.letters_text li p {
    color: #868484;
    font-size: 11px;
}

.title_follow a {
    display: inline-block;
    text-decoration: none;
    width: 196px;
    height: 36px;
    margin: 20px 12px 0 12px;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
    border-top: #dedede solid 1px;
}

.title_follow a:hover {
    color: #2fadc1;
}

.follow_text {
    list-style: none;
    font-size: 0;
    margin: 0 12px;
}

.follow_text li a {
    display: inline-block;
    line-height: 26px;
    color: #323232;
    font-size: 12px;
    text-decoration: none;
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.follow_text a:hover {
    color: #2fadc1;
    text-decoration: underline;
}



/* 视频 */
.video {
    width: 360px;
    height: 480px;
    float: left;
}

/* 专家点评部分 */
.entry_materials{
    margin-bottom: 18px;
    color: #333;

    font-size: 28px;
    font-weight: 600;
    font-style: normal;
}

.score_part_total{
    display: flex;
    margin-bottom: 30px;
    justify-content: right;
    color: #333;

    font-size: 16px;
}

#totalScore{
    display: flex;
    justify-content: right;
    width: 1160px;
    margin: 40px auto;
    color: #333;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.expert_button{
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 6px;
    background: #0581CE;
    margin-right: 30px;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
}

/* 页脚 */
.shenwai-info-hover{
    background: url('/images/match/pc/footer-logo-top.png') 0 0;
    width: 120px;
    height: 120px;
    margin: 6px auto 0;
}

.shenjie-info-hover{
    background: url('/images/match/pc/footer-logo-top.png') -130px 0;
    width: 120px;
    height: 120px;
    margin: 6px auto 0;
}

.naoyi-consulting-hover{
    background: url('/images/match/pc/footer-logo-top.png') -260px 0;
    width: 120px;
    height: 120px;
    margin: 6px auto 0;
}

.shennei-info-hover{
    background: url('/images/match/pc/footer-logo-top.png') -390px 0;
    width: 120px;
    height: 120px;
    margin: 6px auto 0;
}

.arbrain-info-hover{
    background: url('/images/match/pc/footer-logo-top.png') -520px 0;
    width: 120px;
    height: 120px;
    margin: 6px auto 0;
}

.footer-logo-hover{
    background: url('/images/match/pc/footer-logo-top.png') -650px 0;
    width: 120px;
    height: 120px;
    margin: 6px auto 0;
}

.logo:after {
    display: block;
    content: "";
    clear: both;
    width: 1px;
    height: 46px;
    background-color: #e5e5e5;
    position: absolute;
    right: -37px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.footer_bk {
    background: #FBFBFB;
    width: 100%;
    height: 490px;
    clear: both;
    /* margin-top: 16px; */
    position: relative;
    bottom: 0;
}

.footer {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    padding-top: 40px;
    justify-content: center;
    /*margin: 0px 120px 0 120px;*/
    margin-bottom:62px;
}

.footer_text {
    width: 600px;
    line-height: 24px;
    color: #898989;
    font-size: 10px;
    padding: 16px 0;
    list-style: none;
    text-align: center;
}

.about_us_the_public_img1{
    color: #019AB4;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.4px;
}
.about_us_the_public_img2{
    color: #023F84;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.4px;
}

.more_products_img1,.more_products_img2,.more_products_img3{

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.4px;
}

.filings{
    margin-top:38px ;
    color: #999;
    text-align: center;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 183.333% */
}

.cursor {
    cursor: pointer;
}

.qr {
    width: 396px;
    height: 250px;}


.footer_slogan{
    margin-top: 12px;
    color: #0581CE;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 100% */
}

.footer_slogan_en{
    margin-top: 4px;
    margin-bottom: 6px;
    color: #0481CE;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
}

.footer_slogan_main{
    color: #568AAB;
    text-align: justify;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.hotline{
    display: flex;
    margin-top: 14px;
    color: #568AAB;
    text-align: justify;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
}

.about_nyh{
    margin-left: 54px;
    margin-right: 50px;
    color: #000;


    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer_slogan_img{
    margin-right: 10px;
}


.footer_text li a {
    display: inline-block;
    line-height: 24px;
    color: #898989;
    font-size: 10px;
    text-decoration: none;
}

.footer_text li a:hover {
    color: #2fadc1;
    text-decoration: underline;
}
.filings_link:hover{
    text-decoration: underline; /* 鼠标悬停时添加下划线效果 */
    color: dodgerblue!important;
}

/* page */
.page {
    padding: 3px;
    text-align: center;
    color: #2fadc1;
    margin: 30px auto;
    font-size: 16px;
    clear: both;
}

.page a {
    border: #2fadc1 1px solid;
    margin: 2px;
    color: #2fadc1;
    padding: 2px 5px;
    text-decoration: none;
}

.page a:hover {
    border: #2fadc1 1px solid;
    color: #fff;
    background-color: #2fadc1;
}

.page a:active {
    border: #2fadc1 1px solid;
    color: #2fadc1;
}

.current {
    padding: 2px 5px;
    border: #2fadc1 1px solid;
    margin: 2px;
    background-color: #2fadc1;
    font-weight: bold;
    color: #fff;
}

.disabled {
    border: #e6e6e6 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #e6e6e6;
}


.match_step1_option {
    display: inline-block;
    cursor: pointer;
}

.match_step1_card_option {
    display: inline-block;
    cursor: pointer;
}

.match_step1_department {
    display: inline-block;
    cursor: pointer;
}

.match_step2_option {
    min-width: 181px;
    display: inline-block;
    cursor: pointer;
    margin-right: 8px;
}

.match_step1_gender {
    display: inline-block;
    cursor: pointer;
}
.match_step1_channel_option {

    cursor: pointer;
}


.match_float_background {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10000;
    background: #000;
    opacity: 0.5;
}

.match_float_div {
    display: none;
    width: 350px;
    height: 220px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10001;
    margin: -113px 0 0 -169px;
    border-radius: 6px;
}

.match_float_title {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    background: var(--theme-color);
    border-radius: 4px 4px 0 0;
}

.match_float_content {
    font-size: 16px;
    color: var(--theme-color);
    margin: 30px 35px;
    text-align: left;
}

.match_float_submit {
    width: 80px;
    height: 30px;
    background-color: var(--theme-color);
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

.match_float_cancel {
    width: 80px;
    height: 30px;
    background-color: var(--theme-color);
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    border: 0;
    float: right;
    cursor: pointer;
}


.contribution_body {
    font-size: 12px !important;
}

/*体验新版样式*/
.return_newofficial_website {
    width: 48px;
    padding: 8px 12px;
    box-sizing: border-box;
    background: rgb(230,243,251);
    color: #0581CE;
    position: fixed;
    right: 2vw;
    bottom: calc(30% + 58px) !important;
    text-align: center;
    border-radius: 6px;
    cursor: pointer}


.return_newofficial_website .return_newofficial_website_content {
    margin-top: 5px;
    font-size: 12px;
}


ul {
    list-style: none;
}

.match_tab {
    background-color: var(--theme-color);
}

.match_tab ul {
    width: 1000px;
    margin: 0 auto;
    /*height: 44px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.match_tab ul li {
    padding: 0 25px;
    color: #FFFFFF;
    height: 44px;
    /*margin-right: 32px;*/
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /*border-radius: 5px;*/
    transition:all .7s ease 0s;
}
.match_tab ul li:hover{
    background-color: #e3f7ff33 !important;cursor: pointer
}
.match_tab_line {
    width: 1000px;
    height: 100%;
    margin: 10px auto;
    background: #e3f7ff33 !important;
    overflow: hidden;
    border-radius: 5px;
}

.match_tab_line>div {
    width: 1000px;
    height: 100%;
    background: rgb(201, 193, 255);
    /*text-align: center;*/
    line-height: 100%;
    font-size: 30px;
    font-weight: 500;
}

.formErrorContent1 {
    display: none;
    position: relative;
    width: 30px;
    min-width: 120px;
    padding: 6px 10px;
    border: 2px solid #ddd;
    border-radius: 6px;
    background-color: rgba(238, 1, 1, 0.9);
    box-shadow: 0 0 6px #000;
    color: #fff;
    font: 12px "\5b8b\4f53",Tahoma;
}

.active {
    background: #e3f7ff33 !important;
}

.nc-container {
    width: 480px;
    height: 40px;
    margin-top: 20px;
}

.reg_form_step1 .base_error, .reg_form_step1 .base_success {
    float: left;
    margin-left: 140px;
    padding-right: 20px;
    clear: both;
    margin-top: 0;
    width: auto;
    min-width: 176px;
}

.base_error {
    position: absolute;
    top: 204px;
    width: 196px;
    padding: 2px 0 2px 22px;
    background: #FFFADC;
    border: 1px solid #DCA;
    color: #666;
    font-size: 12px;
    /*margin: 5px 90px;*/
    display: none;
    margin-top: 12px;
    margin-left: -10px;
}



.base_error i {
    float: left;
    width: 16px;
    height: 16px;
    margin-left: -17px;
    margin-top: 1px;
    background-position: 0 -321px;
}

.base_error i {
    display: inline-block;
    background: url(/images/match/pc/warn.png) no-repeat center;
    vertical-align: middle;
    background-size: 16px 16px;
}
#nc_1_wrapper {
    width: 390px!important;
    height: 48px!important;
}

.nc-container .nc_scale span {
    text-align: center;
    width: 40px;
    height: 46.55px;
    line-height: 48px;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    cursor: move;
    background: #fff;
    z-index: 2;
}

.nc_scale {
    width: 390px!important;
    height: 48px!important;
}

.nc-container .nc_scale .btn_ok {
    cursor: default;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    background: #fff;
    z-index: 3;
    color: #76c61d;
}


.nc-lang-cnt{
    font-size: 16px;
    color: #333;
}

#year option,#month option,#day option {
    color: #333333;
}













