
/*首页*/
.index_module1 {
    height: 400px;
    margin-top: 60px;
}
.member_login {
    width: 280px;
    height: 400px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    background: #fff;
    margin-right: 20px;
    padding-top: 90px;
    position: relative;
}
.member_top {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 5;
    width: 280px;
    height: 84px;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(3,24,38,0.2);
    border-radius: 4px;
}
.member_login_cn {
    font-size: 20px;
    line-height: 24px;
    color: #383F48;
    text-align: center;
    font-weight: 500;
    margin-bottom: 4px;
    margin-top: 20px;
}
.member_login_en {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: center;
}
.login_box {
    padding: 0 24px;
    padding-top: 20px;
}
.login_box input {
    display: block;
    width: 100%;
    height: 40px;
    background: #f4f6f5;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 24px;
}
/*选择会员类型*/
.select_member {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    color: #666;
    outline: none;
    background: #f4f6f5;
    margin-bottom: 20px;
    text-align-last: center;
    /*默认的select选择框箭头样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.select_member option {
    display: block;
    text-align: center;
}
/*切换身份*/
.toggle_identity {
    text-decoration: none;
    color: #fff;
}
.toggle_identity:hover {
    color: #fff;
}
.login_btn {
    display: block;
    width: 100%;
    height: 40px;
    background: #323a47 !important;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
}
.login_cue {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}
.login_cue a {
    display: block;
    width: 50%;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    text-align: center;
}
/*首页登录其他状态start*/
.application_btn {
    display: block;
    width: 140px;
    height: 36px;
    background: #34B4F4;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    border-radius: 2px;
    border: none;
    outline: none;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    margin: 0 auto;
    margin-top: 48px;
}
.member_type {
    padding-top: 20px;
}
.member_type_icon {
    display: block;
    width: 80px;
    margin: 0 auto;
    margin-bottom: 18px;
}
.member_type_cue {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-left: 50px;
}
.member_type_cue span {
    padding-left: 16px;
}
.other_member {
    margin-top: 16px;
}
.other_member button {
    display: block;
    width: 140px;
    height: 36px;
    background: #34B4F4;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    border-radius: 2px;
    border: none;
    outline: none;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 0 auto;
    margin-bottom: 16px;
}
.other_member button:last-child {
    margin-bottom: 0;
}
/*首页登录其他状态end*/
.company_img {
    width: 400px;
    height: 400px;
    overflow: hidden;
}
.company_img img {
    display: block;
    width: 100%;
}
.news_box {
    width: 480px;
    height: 400px;
    border: 1px solid #E6E6E6;
    border-left: none;
}
.news_tabs {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
}
.news_tabs>li {
    width: 50%;
    height: 60px;
    text-align: center;
}
.news_tabs>li.active {
    background: #34B4F4;
    box-shadow:0px 2px 6px 0px rgba(3,24,38,0.2);
}
.news_tabs>li.active>a, .news_tabs>li.active>a:focus, .news_tabs>li.active>a:hover {
    color: #fff;
}
.news_tabs>li>a {
    font-size: 20px;
    line-height: 60px;
    color: #383F48;
    font-weight: 800;
}
.news_cont {
    padding: 40px 24px 0;
}
.news_list li {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.news_name {
    width: 280px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_time {
    font-size: 16px;
    line-height: 20px;
    color: #333;
}
.view_more {
    display: block;
    width: 110px;
    height: 36px;
    background: #34B4F4;
    border-radius: 2px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
}
.view_more a {
    color: #fff;
}
.index_module2 {
    width: 100%;
    padding: 50px 0;
    background: #F0F5F9;
    margin-top: 60px;
}
.education_left {
    width: 640px;
    padding-right: 100px;
}
.education_title_cn {
    font-size: 20px;
    line-height: 24px;
    color: #383F48;
    text-align: center;
    font-weight: 800;
    margin-bottom: 4px;
}
.education_title_en {
    font-size: 16px;
    line-height: 24px;
    color: #383F48;
    text-align: center;
}
.education_list {
    padding: 50px 0 40px;
}
.education_list li {
    margin-bottom: 32px;
    position: relative;
    padding-left: 80px;
}
.education_list li:last-child {
    margin-bottom: 0;
}
.edu_list_icon {
    display: block;
    width: 54px;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    left: 0;
    z-index: 5;
}
.edu_list_title {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.edu_list_cont {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.education_right {
    width: 540px;
    padding-top: 30px;
}

.index_module3 {
    margin-top: 60px;
}
.friendship_link_title {
    font-size: 20px;
    line-height: 24px;
    color: #383F48;
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
}
.friendship_link_line {
    width: 28px;
    height: 4px;
    background: #4599DF;
    margin: 0 auto;
}
.link_list {
    margin-top: 40px;
}
.link_list li {
    float: left;
    width: 20%;
    padding: 0 5px;
}
.link_list li a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-align: center;
}

/*当前位置*/
.current_location {
    padding: 25px 0;
    border-bottom: 2px solid #012E54;
    margin-bottom: 40px;
}
.location_text {
    font-size: 18px;
    line-height: 20px;
    color: #4599DF;
}
.location_text span a {
    color: #4599DF;
}
/*关于左边*/
.about_left {
    width: 280px;
    margin-right: 40px;
}
.quick_link_box {
    width: 100%;
    margin-bottom: 40px;
    background: #fff;
}
.about_left_title {
    width: 100%;
    height: 60px;
    background: #34B4F4;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    position: relative;
}
.about_left_title img {
    display: block;
    height: 60px;
    position: absolute;
    top: 0;
    right: -13px;
}
.quick_link {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-top: none;
}
.quick_link li {
    padding: 0 50px;
    position: relative;
}
.quick_link_line {
    display: none;
    width: 2px;
    height: 48px;
    background: #4599DF;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: -1px;
    z-index: 5;
}
.quick_link li.active .quick_link_line {
    display: block;
}
.quick_link li.active a {
    color: #4599DF;
}
.quick_link li a {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 64px;
    color: #333;
    text-align: center;
    border-top: 1px solid #E6E6E6;
}
.quick_link li:first-child a {
    border-top: none;
}
/*学会简介*/
.about_right {
    width: 860px;
}
.about_right_title {
    width: 100%;
    height: 60px;
    background: #34B4F4;
    padding: 20px 36px;
}
.about_right_title span {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    padding-left: 10px;
    border-left: 2px solid #fff;
}
.about_cont_box {
    width: 100%;
    min-height: 700px;
    background: #fff;
    padding: 40px;
}
.about_cont_style {
    border: 1px solid #E6E6E6;
    border-top: none;
}
.right_cont_list {
    min-height: 440px;
}
.right_cont_list li {
    margin-bottom: 24px;
}
.rcl_title {
    font-size: 18px;
    line-height: 20px;
    color: #333;
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rcl_time {
    font-size: 18px;
    line-height: 20px;
    color: #999;
}
.page_box {
    margin-top: 40px;
}
.page_box button {
    display: block;
    width: 84px;
    height: 36px;
    background: #34B4F4;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    margin-left: 24px;
}
.page_box ul li {
    float: left;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #BDBDBD;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    text-align: center;
    margin-left: 24px;
    cursor: pointer;
}
.page_box ul li.current {
    color: #338AE3;
    border-color: #338AE3;
}
.page_box ul li:hover {
    color: #338AE3;
    border-color: #338AE3;
}
.about_detail_title {
    font-size: 20px;
    line-height: 32px;
    color: #333;
    font-weight: 800;
    text-align: center;
    margin-bottom: 24px;
}
.about_detail_cont {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.contact_cont_box {
    width: 100%;
    min-height: 700px;
    background: #fff;
    padding: 40px 80px;
}


/*联系方式*/
.contact_cont_info {
    margin-bottom: 40px;
    padding-left: 120px;
}
.contact_cont_info li {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
    color: #333;
}

/*注册*/
.register_box {
    width: 100%;
}
.register_title {
    width: 100%;
    height: 60px;
    background: #34B4F4;
    padding: 20px 36px;
}
.register_title span {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    padding-left: 10px;
    border-left: 2px solid #fff;
}
.register_cont {
    padding-top: 40px;
    padding-bottom: 100px;
    background: #fff;
    border: 1px solid #E5E5E5;
    border-top: none;
}
.register_form {
    position: relative;
}
.register_form li {
    width: 400px;
    height: 36px;
    margin: 0 auto;
    margin-top: 28px;
}
.register_form li:first-child {
    margin-top: 0;
}
.RF_text {
    width: 100px;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    font-weight: 500;
    text-align: right;
    margin-right: 20px;
}
.RF_border {
    width: 280px;
    height: 36px;
    border: 1px solid #BDBDBD;
    position: relative;
    padding-left: 44px;
}
.RF_icon {
    display: block;
    width: 20px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 12px;
    z-index: 5;
}
.RF_input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
}
.RF_input::-webkit-input-placeholder {
    color: #666;
}
.RF_input:-moz-placeholder {
    color: #666;
}
.RF_input::-moz-placeholder {
    color: #666;
}
.RF_input:-ms-input-placeholder {
    color: #666;
}
.RF_sex_box {
    width: 280px;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
}
input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #E5E5E5;
    background-color: #F2F2F2;
    margin-right: 12px;
    display: inline-block;
    margin-top: -3px;
    /*display: block;
    float: left;
    margin-top: 10px;*/
}
input[type="radio"]:checked + label::before {
    border-color: #34B4F4;
    background-color: #34B4F4;
    background-clip: content-box;
    padding: 2px;
}
input[type="radio"] {
    display: none;
}
.select_sex label {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    cursor: pointer;
}
.RF_code_box {
    width: 280px;
    height: 36px;
    zoom: 1;
}
.RF_code_box:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
/*去除input type=number 时后面的上下箭头*/
.RF_input_code::-webkit-outer-spin-button,
.RF_input_code::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.RF_input_code[type="number"] {
    -moz-appearance: textfield;
}
.RF_input_code {
    width: 160px;
    height: 36px;
    border: 1px solid #bdbdbd;
    margin-right: 16px;
    outline: none;
    font-size: 16px;
    color: #333;
    padding-left: 12px;
}
.RF_input_code::-webkit-input-placeholder {
    color: #666;
}
.RF_input_code:-moz-placeholder {
    color: #666;
}
.RF_input_code::-moz-placeholder {
    color: #666;
}
.RF_input_code:-ms-input-placeholder {
    color: #666;
}
.RF_get_code {
    width: 100px;
    height: 36px;
    outline: none;
    border: none;
    background: #34B4F4;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
}
.register_btn {
    display: block;
    width: 140px;
    height: 36px;
    border: none;
    outline: none;
    background: #34B4F4;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    margin: 0 auto;
    margin-top: 40px;
}
.go_login {
    /*display: block;*/
    font-size: 12px;
    line-height: 20px;
    color: #4599DF;
    text-align: center;
    /*margin-top: 28px;*/
    text-decoration: underline !important;
    float: right;
}
.go_login:hover, .go_login:focus {
    color: #4599DF;
}
.register_cue {
    width: 100%;
    position: absolute;
    bottom: -32px;
    display: flex;
    justify-content: center;
}
.register_cue img {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.register_cue span {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #E33F3F;
}
/*注册成功弹窗*/
.mask_box {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.popup_box {
    width: 1062px;
    height: 600px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -531px;
    z-index: 9;
    padding: 40px 30px;
}
.popup_close {
    display: block;
    width: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 19;
    cursor: pointer;
}
.register_success_icon {
    display: block;
    width: 60px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.register_success_tips {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-align: center;
}
.application_member_box {
    width: 100%;
    padding-top: 20px;
}
.application_member_box li {
    width: 33.33%;
    float: left;
    padding: 40px;
    /*background: #fff;*/
    cursor: pointer;
    transition: 0.5s;
}
.application_member_box li:hover {
    box-shadow: 0 25px 25px 0 rgba(0,0,0,0.10);
    transform: scale(1.05,1.05);
}
.application_member_type {
    width: 100%;
    height: 1px;
    background: #666;
    position: relative;
    margin-bottom: 48px;
}
.application_member_type span {
    display: block;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -50px;
    z-index: 19;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-align: center;
    background: #fff;
}
.application_member_icon {
    display: block;
    width: 80px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.application_member_introduce {
    height: 60px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
}
.application_member_btn {
    display: block;
    width: 140px;
    height: 40px;
    background: #34B4F4;
    border-radius: 2px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    margin: 0 auto;
    margin-top: 40px;
}








/*搜索结果*/
.search_result_title {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0;
    border-bottom: 2px solid #012E54;
    margin-bottom: 40px;
}
.search_result_title img {
    display: block;
    width: 48px;
    height: 48px;
    margin-right: 24px;
}
.search_result_title span {
    font-size: 20px;
    line-height: 48px;
    color: #666;
}
.search_result_input {
    width: 100%;
    height: 48px;
    padding-right: 140px;
    position: relative;
}
.search_result_input input {
    width: 100%;
    height: 48px;
    background: #fff;
    border: 1px solid #BDBDBD;
    font-size: 16px;
    color: #333;
    padding: 0 16px;
    outline: none;
}
.search_result_input button {
    width: 140px;
    height: 48px;
    background: #34B4F4;
    font-size: 20px;
    color: #fff;
    outline: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}
.search_result {
    margin-bottom: 40px;
}
.search_result li {
    padding: 32px 0;
    border-bottom: 1px solid #D8D8D8;
}
.SR_list_top {
    margin-bottom: 24px;
    zoom: 1;
}
.SR_list_top:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.SR_list_title {
    width: 1000px;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.SR_list_date {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.SR_list_content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

/*修改手机号*/
.revise_phone_cont {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fff;
    min-height: 500px;
}
.revise_phone_tips {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.revise_phone_tips img {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.revise_phone_tips span {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #333;
}


/*会员中心*/
.userinfo_cont {

}
.userinfo_cont li {
    width: auto;
    position: relative;
    padding: 14px 0;
    padding-left: 80px;
}
.userinfo_cont_left {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    z-index: 19;
}
.userinfo_font_style {
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
.userinfo_cont_revise {
    display: block;
    width: 16px;
    margin-top: 2px;
    margin-left: 16px;
    cursor: pointer;
}
.userinfo_revise_box {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 80px;
    display: flex;
    justify-content: flex-start;
}
.userinfo_gender {
    width: 100px;
    height: 36px;
    outline: none;
    background: #fff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-appearance: button;
    font-size: 14px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.20);
    padding: 0 10px;
    margin-right: 8px;
}
.revise_btn {
    padding-top: 9px;
}
.revise_btn img {
    /*display: block;*/
    width: 18px;
    margin-left: 12px;
    cursor: pointer;
}
.userinfo_mail {
    width: 220px;
    height: 36px;
    outline: none;
    background: #fff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    font-size: 14px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.20);
    padding: 0 10px;
    margin-right: 8px;
}

/*个人会员*/
.no_application_cue {
    font-size: 18px;
    line-height: 20px;
    color: #333;
    text-align: center;
}
.no_application_icon {
    display: block;
    width: 100px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 44px;
}
.no_application_introduce {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    width: 320px;
    margin: 0 auto;
    margin-bottom: 44px;
    text-align: center;
}
.immediate_application {
    display: block;
    width: 140px;
    height: 44px;
    background: #34B4F4;
    border-radius: 2px;
    border: none;
    outline: none;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.30);
    margin: 0 auto;
    text-align: center;
    line-height: 44px;
}
.immediate_application:hover{
    color: #ffffff;
    text-decoration: none;
}
.application_completed {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 150px;
}
.application_completed li {
    width: 148px;
    height: 200px;
    background: #fff;
    box-shadow: 0px 10px 12px 0px rgba(0,0,0,0.1);
    padding: 40px 0 30px;
}
.application_completed li img {
    display: block;
    width: 64px;
    margin: 0 auto;
    margin-bottom: 28px;
}
.application_completed li span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-decoration: none;
}
.member_status li {
    margin-bottom: 28px;
    display: flex;
    justify-content: flex-start;
}
.member_status_l, .member_status_r {
    font-size: 18px;
    line-height: 28px;
    color: #333;
}
.member_status_l {
    width: 110px;
    margin-right: 32px;
}
.mechanism_title {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 24px;
}
.mechanism_cont p {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    text-indent: 2em;
}
.recharge_btn {
    display: block;
    width: 140px;
    height: 36px;
    background: #34B4F4;
    border: none;
    outline: none;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    border-radius: 2px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 40px;
}
/*选择支付方式*/
.select_pay_box {
    float: left;
    width: 140px;
    height: 36px;
    /*border: 1px solid #999;*/
    /*border-radius: 2px;*/
    display: flex;
    justify-content: flex-start;
    /*padding: 5px 0;*/
    /*padding-left: 16px;*/
    position: relative;
}
.select_pay_box:first-child {
    margin-right: 30px;
    margin-left: 12px;
}
.select_pay_box .pay_icon {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
/*.select_pay_box .payselect_icon {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: -1px;
    bottom: -1px;
    z-index: 9;
}*/
.select_pay[type="radio"] + label::before {
    width: 140px !important;
    height: 36px !important;
    content: "\a0" !important;
    display: block !important;
    background: url(../images/pay_select_no.png) no-repeat !important;
    background-size: 100% 100% !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    position: absolute;
    top: -6px;
    left: -12px;
    cursor: pointer;
}
.select_pay[type="radio"]:checked + label::before {
    background: url(../images/pay_select.png) no-repeat !important;
    background-size: 100% 100% !important;
}
.select_pay[type="radio"] + label {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-weight: normal;
    margin: 0 !important;
}
.select_pay[type="radio"] {
    display: none;
}
.offline_payment_cue {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
}
.offline_payment_cue img {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 16px;
}
.offline_payment_cue span {
    font-size: 16px;
    line-height: 16px;
    color: #333;
}
.member_form tr th, .member_form tr td {
    border: 1px solid #999999;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 0;
    font-weight: normal;
    text-align: center;
}
.application_title {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 36px;
}
.application_write {
    width: 100%;
    /*margin-bottom: 28px !important;*/
}
.write_box {
    padding: 0 18px;
    padding-left: 100px;
    position: relative;
    margin-bottom: 28px;
}
.write_name {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -10px;
    z-index: 9;
}
.writeInputBox {
    width: 100%;
    height: 36px;
    border: 1px solid #BDBDBD;
    background: #fff;
    padding: 0 10px;
    position: relative;
}
.write_input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
}
.write_icon_date {
    display: block;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    z-index: 9;
}
.dividing_line {
    width: 100%;
    height: 1px;
    background: #D8D8D8;
}
.write_title {
    font-size: 18px;
    line-height: 20px;
    color: #333;
    padding: 0 18px;
    margin-bottom: 28px;
}
.write_textarea {
    display: block;
    width: 100%;
    height: 112px;
    border: 1px solid #BDBDBD;
    background: #fff;
    outline: none;
    padding: 5px 10px;
    font-size: 16px;
    color: #333;
    resize: none;
}
.sign_box {
    display: block;
    padding: 0 18px;
    width: 100%;
}
.sign_box td {
    width: 260px;
    height: 224px;
    border: 1px solid #BDBDBD;
    position: relative;
}
.sign_title, .sign_date {
    font-size: 16px;
    line-height: 20px;
    color: #333;
}
.sign_title {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 9;
}
.sign_date {
    position: absolute;
    right: -14px;
    bottom: 12px;
    z-index: 9;
    letter-spacing: 28px;
}
.application_btn_box {
    padding: 0 18px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.application_btn_box input {
    display: block;
    width: 140px;
    height: 44px;
    background: #34B4F4;
    border: none;
    outline: none;
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
    box-shadow:0px 2px 6px 0px rgba(0,0,0,0.3);
}
.exportbtn{
        display: block;
    width: 140px;
    height: 44px;
    background: #34B4F4;
    border: none;
    outline: none;
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    line-height: 44px;
    text-align: center;
}
.exportbtn:hover{
    color: #ffffff;
    text-decoration:none;
}
.dividing_relative {
    position: relative;
}
.dividing_absolute {
    position: absolute;
    top: 0;
    right: 18px;
    z-index: 5;
    display: flex;
    justify-content: flex-start;
}
.dividing_form_edit {
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
}
.dividing_form_edit:first-child {
    margin-right: 20px;
}
.dividing_form_edit img {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.dividing_form_edit span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}
.InAudit_box {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
.InAudit_box img {
    display: block;
    width: 84px;
    height: 84px;
    margin-right: 30px;
}
.InAudit_box span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    padding-top: 30px;
}
/*申请声明*/
.write_border {
    border: 1px solid #BDBDBD;
    padding: 12px;
    position: relative;
}
.write_textarea_noborder {
    display: block;
    width: 100%;
    height: 112px;
    border: none;
    background: #fff;
    outline: none;
    padding: 5px 10px;
    font-size: 16px;
    color: #333;
    resize: none;
}
.statement_bottom {
    width: 100%;
    padding: 0 12px;
    position: absolute;
    left: 0;
    bottom: 12px;
    z-index: 9;
    display: flex;
    justify-content: space-between;
}
.statement_text {
    font-size: 16px;
    line-height: 20px;
    color: #333;
}
.statement_date {
    letter-spacing: 28px;
}
/*04.25修改*/
.add_list {
    position: relative;
    /*border-bottom: 1px solid #ccc;*/
    margin-bottom: 40px !important;
}
.add_list:last-child {
    /*border-bottom: none;*/
    margin-bottom: 0 !important;
}
.edit_add {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    position: absolute;
    top: 8px;
    right: -20px;
    z-index: 5;
    cursor: pointer;
}
.edit_add:hover {
    font-weight: 800;
    color: #34B4F4;
}
.edit_del {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    position: absolute;
    top: 38px;
    right: -20px;
    z-index: 5;
    cursor: pointer;
}
.edit_del:hover {
    font-weight: 800;
    color: #f44;
}
/*日期选择器隐藏左侧按钮*/
.c-datepicker-picker__sidebar {
    display: none !important;
}
.c-datepicker-picker [slot=sidebar]+.c-datepicker-picker__body, .c-datepicker-picker__sidebar+.c-datepicker-picker__body {
    margin-left: 0 !important;
}
/*支付确认*/
.scan_box {
    padding: 50px 0;
}
.scan_img {
    display: block;
    width: 240px;
    margin: 0 auto;
}
.scanning_prompt {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    text-align: center;
    margin-top: 10px;
}
.confirm_title {
    font-size: 30px;
    line-height: 30px;
    color: #4599DF;
    font-weight: 800;
    text-align: center;
    margin-bottom: 8px;
}
.payment_prompt {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    text-align: center;
}
.transaction_info {
    width: 240px;
    margin: 0 auto;
    /*display: flex;
    justify-content: center;*/
    margin-top: 50px;
    margin-bottom: 25px;
}
.transaction_num, .transaction_amount {
    font-size: 18px;
    line-height: 28px;
    color: #666;
    padding: 0 15px;
}
.transaction_num span {
    color: #333;
    font-weight: 500;
}
.transaction_amount span {
    color: #f44;
    font-weight: 800;
}

/**/
.forgetPassword_input {
    height: 32px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 14px;
    color: #333;
    padding: 0 10px;
}
.input-focus {
    height: 32px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 14px;
    color: #333;
    padding: 0 10px;
}
.forgetPassword_text {
    width: 100px;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    font-weight: 500;
    text-align: right;
    margin-right: 12px;
}
.forgetPassword_btn {
    display: block;
    width: 120px;
    height: 36px;
    border: none;
    outline: none;
    background: #34B4F4;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
.getCode_btn {
    /*display: block;*/
    height: 32px;
    border: 1px solid #34B4F4;
    border-radius: 2px;
    padding: 0 10px;
    background: #fff;
    margin-left: 10px;
    color: #34B4F4;
    font-weight: 500;
}
/*选择登录身份*/
.select_member_btn {
    display: block;
    width: 120px;
    height: 36px;
    border: none;
    outline: none;
    background: #34B4F4;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    margin: 0 auto;
    margin-top: 40px;
}
.select_member_box {
    width: 100%;
    padding-top: 50px;
    display: flex;
    justify-content: center; 
}
.select_list {
    cursor: pointer;
    margin: 0 50px;
}
.sl_radio[type="radio"] + label::before {
    display: none;
}
.sl_radio[type="radio"] + label::after {
    content: "\a0"; /*不换行空格*/
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #E5E5E5;
    background-color: #F2F2F2;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}
.sl_radio[type="radio"]:checked + label::after {
    margin: 0 auto;
    border-color: #34B4F4;
    background-color: #34B4F4;
    background-clip: content-box;
    padding: 2px;
}
.sl_radio[type="radio"] {
    display: none;
}
.sl_img {
    display: block;
    width: 48px;
    margin: 0 auto;
    cursor: pointer;
}
.sl_text {
    font-size: 16px;
    line-height: 20px;
    color: #666;
    text-align: center;
    padding: 12px 16px;
    cursor: pointer;
}






















