*{font-family: 'Source Han Sans CN Regular','Microsoft Yahei','Arial Black';}
body{margin: 0px;padding:0px;}
input{outline: none;}
button{outline: none;}
hr{border:none;height: 1px;}
input, select,div,button{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.full_box{height: 100%;width: 100%;}
.son_center{display: flex;justify-content: center;align-items: center;}
.son_between{display: flex;justify-content: space-between;align-items: center;}
.son_around{display: flex;justify-content: space-around;align-items: center;}
.son_flex_column{flex-direction:column; }
.son_flex_row{flex-direction:row; }
.auto_width{width: auto!important;}
.half_width{width: 50%!important;}
.full_width{width: 100%!important;}
.full_size{width: 100%;height: 100%;}
.vertical_top{vertical-align:top!important;}
.vertical_middle{vertical-align: middle!important;}
.clear_fix:before{content:"";display:table;}

.overflow_ellipsis{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.overflow_ellipsis_l_2{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}

.flex_center{display: flex;justify-content: center;align-items: center;}
.flex_center_start{display: flex;justify-content: center;align-items: flex-start;}
.flex_center_end{display: flex;justify-content: center;align-items: flex-end;}
.flex_start_center{display: flex;justify-content: flex-start;align-items: center;}
.flex_end_center{display: flex;justify-content: flex-end;align-items: center;}
.flex_between{display: flex;justify-content: space-between;align-items: center;}
.flex_between_end{display: flex;justify-content: space-between;align-items: center;}
.flex_warp{flex-wrap: wrap;}
.flex_column{flex-direction: column;}

.padding_none{padding: 0px!important;}
.min_width_1000{min-width: 1000px;}
.hr_color_1{background-color: #EBEFF5;}
.font_color_white{color: #FFF} .font_color_black{color: #000}.font_color1{color: #4D6180} .font_color2{color:#8F9DB3;}
.bg_color1{background-color: #F5F7FA} .bg_color2{background-color: #fff} .bg_color3{background-color: #3CBA78}
.margin-top_20{margin-top:20px;} .margin-top_0{margin-top:0px!important;}
.margin-bottom_40{margin-bottom:40px;}
.margin_left_32{margin-left: 32px!important;}
.margin_right_12{margin-right: 12px!important;}
.margin_right_32{margin-right: 32px!important;}
.margin_right_16{margin-right: 16px!important;}
.padding_top_0{padding-top:0px!important;}
.font_size_0{font-size: 0px;}
.font_weight_600{font-weight: 600;}  .font_weight_550{font-weight: 550;}  .font_weight_500{font-weight: 500;}
.font_size_12{font-size: 12px;} .font_size_14{font-size: 14px;}  .font_size_16{font-size: 16px;}  .font_size_18{font-size: 18px;}  .font_size_20{font-size: 20px;}
.img{width: 100%;height: 100%;}
.user_select{user-select: none;}
.float_left{float: left!important;}
.float_right{float: right!important;}
.cursor_pointer{cursor: pointer!important;}
.cursor_not_allowed{cursor: not-allowed!important;}
.clear_fix:before{content:"";display:table;}
.display_none{display: none;}
.display_block{display: block;}
.position_absolute{position: absolute}
.navigation_bg_color1{background-color: #25995C}
.navigation_color1{color: #25995C}
.navigation_color2{color: #20324D}
.left_close{left:0px;}
.right_close{right:0px;}
.text_center{text-align: center;}
.modal_box{position: fixed;top:0px;left:0px;height: calc(100vh);width: 100%;z-index:300;}
.modal_box .modal_bg{position: fixed;left: 0px;top:0px;width: 100%;height: calc(100vh);background-color: #999999;opacity: 0.3;}
.modal_box .modal_content{background-color: #FFF;border-radius: 6px;width: 600px;min-height: 300px;position: relative;margin-top: calc((100vh - 500px) / 2);}
.modal_box .modal_content .modal_exit{height: 24px;width:24px;position: absolute;top:16px;right: 16px;}
.modal_box .modal_alert_content{background-color: #FFF;border-radius: 6px;width: 300px;position: relative;margin: 0 auto;margin-top: 10%;z-index:1000;padding-bottom: 30px;padding-top:30px;}
.modal_box .modal_alert_content .title{height: 44px;line-height: 24px;width: 76%;margin: 0 auto;text-align: center;font-size: 16px;font-family: "Source Han Sans CN Bold";font-weight: 600;color: #060E1A;}
.modal_box .modal_alert_content .content_text{font-size: 14px;line-height: 28px;width: calc(100% - 64px);color: #060E1A;font-family: "Source Han Sans CN Regular";letter-spacing: 1px;margin: 0 auto;}
.modal_box .modal_alert_content .button{font-size: 14px;width: 150px;height: 40px;border-radius:100px;line-height: 40px;background-color: #3CBA78;color: #FFF;margin:0 auto;margin-top: 30px;letter-spacing: 1px;}
.service_style .b{font-weight: 600;}
.service_style .line{font-weight: 600;text-decoration: underline;}
.service_style{width: 70%;margin: 0 auto;margin-top:50px;margin-bottom:50px;}
.service_style p{margin:16px 0px;}
.service_style h1{text-align: center;}
.service_style h2{text-align: center;}
.service_style hr{border: 2px solid;border-left:0px;border-right: 0px;}
.service_style a{text-decoration: none;color:#000;}
.service_style a:hover{text-decoration: underline;color:#000;}
.service_style a:visited{text-decoration: none;color:#000;}
.service_style a:active{text-decoration: none;color:#000;}
.alert_simple_box{z-index: 999999;position: fixed;color: #FFF}
.alert_simple_box_bg{background: #000000;border-radius: 8px;opacity: 0.6008;position: absolute;top:0px;left:0px;}
.alert_simple_box .alert_simple_text_box{font-size: 16px;line-height: 24px;position: relative;text-align: center;padding:14px 24px;}
.alert_simple_box .alert_simple_img{height: 24px;width: 24px;position: absolute;top:15px;left:24px;}
.control_box{background-color: #FFF;border-radius: 8px;width: 100%;min-height: 50px;padding-top:32px;padding-bottom:32px;}
.control_box .control_title{margin-left:40px;height: 28px;position: relative;}
.control_box .control_title img{height: 24px;width:24px;margin-right: 8px;margin-top: 3px;float: left}
.control_box .control_title div{height: 28px;line-height: 28px;float: left;font-size: 20px;font-weight: 600;}
.control_box .control_content{position: relative;margin-left:40px;margin-top: 32px;width: calc(100% - 80px);}
.control_box .control_content .content_line{position: relative;width: 100%;padding-top:12px;padding-bottom: 12px;box-sizing: border-box;}
.control_box .control_content .content_line .label{position: relative;display:inline-block;vertical-align:middle;min-width:126px;margin-right:24px;font-size: 14px;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #4D6180;line-height: 18px;}
.control_box .control_content .content_line .un_set{position: relative;display:inline-block;vertical-align:middle;font-size: 14px;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #8F9DB3;line-height: 18px;}
.control_box .control_content .content_line .span{position: relative;display:inline-block;vertical-align:middle;font-size: 14px;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #060E1A;line-height: 18px;}
.control_box .control_content .content_line .select{position: absolute;color:#4D6180;height: 32px;border-radius: 4px;border: 1px solid #8F9DB3;font-size:14px;text-indent:12px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background: url("/center/image/select_jt_tips.png") no-repeat scroll calc(100% - 12px) center transparent;background-size: 12px 12px;}
.control_box .control_content .content_line .select option{text-indent:12px;}
.control_box .control_content .content_line .div{position: absolute;height: 32px;line-height:32px;border-radius: 4px;border: 1px solid #8F9DB3;font-size:14px;color: #4D6180;text-align: center;}
.control_box .no_info_box{height: 80px;position: absolute;left:0px;top:0px;}
.control_box .no_info_box .img{height: 80px;width: 80px;position: absolute;left:0px;top:0px;}
.control_box .no_info_box .text{height: 80px;min-width:100px;line-height: 80px;position: absolute;left:100px;top:0px;color: #8F9DB3;font-size: 12px;}
.control_box .no_info_button_box{position: absolute;height: 80px;top:0px;right: 0px;width: 120px;line-height: 80px;}
.control_box .no_info_button_box button{width: 120px;height: 40px;border-radius: 20px;border: none;background-color: #3CBA78;color: #FFF;}
.image_cut_box{width: 660px;height:528px;position: fixed;left: calc((100% - 660px) / 2);top:calc((100% - 528px)/2);background-color: #FFF;border-radius: 8px; user-select: none;}
.image_cut_box .image_cut_box_exit{width: 24px;height: 24px;position: absolute;right: 32px;top:19px;background: url('/center/image/cut_exit_tips.png') no-repeat center center;background-size: 100% 100%;z-index: 99}
.image_cut_box .image_cut_box_title{width: 100%;text-align: center;height: 24px;position: absolute;top:32px;left:0px;color: #20324D;font-size: 20px;line-height: 24px;}
.image_cut_box .image_cut_box_confirm{width: 300px;height: 48px;background: #F2BE42;border-radius: 4px;position: absolute;bottom: 40px;left:180px;font-size: 16px;color: #FFF;line-height: 48px;text-align: center;}
.image_cut_box .image_select_box{width: 320px;height: 320px;background: #EBEFF5;position: absolute;top:88px;left:40px;}
.image_cut_box .image_select_box .select_button{width: 182px;height: 48px;background: #3CBA78;border-radius: 24px;position: absolute;top:136px;left:69px;color: #FFFFFF;font-size: 16px;line-height: 48px;text-align: center; }
.image_cut_box .image_select_box .upload_file_name{width: 182px;height: 30px;border-radius: 24px;position: absolute;top:100px;left:69px;color: #000;font-size: 16px;line-height: 30px;text-align: center;   overflow: hidden;white-space: nowrap;text-overflow: ellipsis;  }
.image_cut_box .image_select_box .upload_file_rate{width: 182px;height: 20px;background: #bcbcbc;border-radius: 10px;position: absolute;top:150px;left:69px; overflow: hidden; }
.image_cut_box .image_select_box .upload_file_rate>div{position: relative;height: 100%;border-radius: 10px;background: #3CBA78;width: 0%;transition:  all 0.5s;}
.image_cut_box .image_select_box .image_tips{width: 100%;text-align: center;height: 20px;font-size: 14px;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #4D6180;line-height: 20px;position: absolute;top:204px;left:0px;}

.image_cut_box .image_cut_box{width: 320px;height: 320px;background: #EBEFF5;position: absolute;top:88px;left:40px;text-align: center;}
.image_cut_box .image_cut_box .cut_screen{position: absolute;border:  1px solid #FFF;box-sizing: border-box;padding:5px;}
.image_cut_box .image_cut_box .cut_screen_click_area{position: relative;width: 100%;height: 100%;}
.image_cut_box .image_cut_box .cut_screen .point{width: 8px;height:8px;border-radius: 4px;position: absolute;background: #F24678;cursor: pointer;}
.image_cut_box .image_cut_box .cut_screen .point_left_top{left:-4px;top:-4px;}
.image_cut_box .image_cut_box .cut_screen .point_right_top{right:-4px;top:-4px;}
.image_cut_box .image_cut_box .cut_screen .point_left_bottom{left:-4px;bottom:-4px;}
.image_cut_box .image_cut_box .cut_screen .point_right_bottom{right:-4px;bottom:-4px;}
.image_cut_box .image_cut_box .cut_img{max-height:320px;max-width:320px;position: absolute;top:0px;left:0px;}

.g_loading_l{position: absolute;top: 0px;left:0px;width:100%;height:100%;z-index: 99;display: flex;justify-content: center;align-items: center;}
.g_loading_l>img{height: 64px;width: 64px;}
.g_loading_g{position: absolute;top: 0px;left:0px;width:100%;height:100%;z-index: 99;display: flex;justify-content: center;align-items: center;}
.g_loading_g>img{height: 48px;width: 48px;}
.g_loading_n{position: absolute;top: 0px;left:0px;width:100%;height:100%;z-index: 99;display: flex;justify-content: center;align-items: center;}
.g_loading_n>img{height: 36px;width: 36px;}
.g_loading_s{position: absolute;top: 0px;left:0px;width:100%;height:100%;z-index: 99;display: flex;justify-content: center;align-items: center;}
.g_loading_s>img{height: 24px;width: 24px;}

.image_cut_box .preview_box{width: 240px;height: 320px;background: #EBEFF5;position: absolute;top:88px;right: 40px;}
.image_cut_box .preview_box .title{height: 22px;font-size: 16px;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #20324D;line-height: 22px;position: absolute;top:20px;left:0px;width: 100%;text-align: center;}
.image_cut_box .preview_box .image{width: 220px;height: 168px;position: absolute;left:10px;top:66px;text-align: center;}
.image_cut_box .preview_box .image img{max-width: 100%;max-height: 100%;}
.image_cut_box .preview_box .tips{font-size: 14px;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #4D6180;line-height: 20px;width: 100%;text-align: center;height: 40px;position: absolute;bottom:32px;left:0px;}
.navigation_bar_box{position: fixed;top:0px;left:0px;height: 78px;width: 100%;box-shadow: 0 2px 4px rgba(211, 218, 230, 0.5);z-index:103;background-color: #FFF}
.navigation_bar_box .logo_img_box{position: absolute;width: 174px;height: 66px;top:6px;left: 32px;}
.navigation_bar_box .logo_img_box img{width: 100%;height: 100%;}
.navigation_bar_box .navigation_box{width: 405px;margin: 0 auto;height: 78px;}
.navigation_bar_box .navigation_box>div{float: left;width: 134px;height: 100%;font-size: 16px;line-height: 78px;text-align: center;}
.navigation_bar_box .login_box{position: absolute;right: 142px;top:0px;height: 100%;line-height: 78px;width: 70px;text-align: center;cursor: pointer;color: #4A4A4A;font-size: 14px;}
.navigation_bar_box .register_box{position: absolute;right: 34px;top:0px;width: 90px;height: 100%;line-height: 78px;text-align: center;}
.navigation_bar_box .register_box>button{background-color: #3CBA78;color: #FFF;font-size: 14px;width: 90px;height: 36px;border: none;border-radius: 8px;}
.navigation_bar_box .user_box{position: absolute;right: 186px;top:0px;height: 100%;line-height: 78px;text-align: center;cursor: pointer;color: #4A4A4A;font-size: 14px;}
.navigation_bar_box .jump_to_center_box{position: absolute;right: 34px;top:0px;width: 111px;height: 100%;line-height: 78px;text-align: center;}
.navigation_bar_box .jump_to_center_box>button{background-color: #3CBA78;color: #FFF;font-size: 14px;width: 111px;height: 36px;border: none;border-radius: 8px;}
.navigation_bar_box .improve_user_info{width: 269px;background: #FFFFFF;box-shadow: 0px 0px 6px 0px rgba(211, 218, 230, 0.5);border-radius: 4px;position: fixed;right: 32px;top:72px;z-index: 105}
.navigation_bar_box .improve_user_info .user_info_box{width: 100%;height: 54px;line-height: 54px;color: #20324D;font-size: 16px;letter-spacing: 0.44px;position: relative;border-bottom: 1px solid #EBEFF5;}
.navigation_bar_box .improve_user_info .user_info_box>span{height:16px;line-height:16px;color: #20324D;font-size: 16px;letter-spacing: 0.44px;position: absolute;top:19px;left:20px;}
.navigation_bar_box .improve_user_info .user_info_box>button{width: 86px;height: 26px;border-radius: 13px;border: 1px solid #3CBA78;position: absolute;right: 14px;top:14px;background-color: #FFF;color: #3CBA78}
.navigation_bar_box .improve_user_info .exit_box{width: 100%;height: 38px;color: #8F9DB3;font-size: 14px;letter-spacing: 0.44px;position: relative;}
.navigation_bar_box .improve_user_info .exit_box>img{height: 20px;width: 20px;position: absolute;left:92px;top:9px;}
.navigation_bar_box .improve_user_info .exit_box>span{line-height: 14px;position: absolute;top:12px;right: 91px;}
@media screen and (min-width: 1691px) {
    .main_box_out{width: 1690px;margin:0 auto;position: relative;}
    .main_box_in{width: 1450px;margin-left: 120px;position: relative;}
    .footer{width:100%;height: 316px;position: relative;}
    .footer img{width: 120px;height: 120px;}
    .footer .download_img{width: 193px;height: 120px;}
    .footer .top_1{top:47px;}
    .footer .top_2{top:84px;}
    .footer .top_3{top:94px;}
    .footer .bottom_1{bottom:23px;}
    .footer .left_2{left:806px;}
    .footer .left_3{left:899px;}
    .footer .left_4{left:1080px;}
    .footer .box_1{height: 21px;line-height: 21px;font-size: 21px;color: #FFF;}
    .footer .box_2{width: 714px;height: 108px;font-size: 14px;line-height: 21px;color: #FFF;}
    .footer .box_3{width: 1px;height: 91px;background-color: #CCCCCC}
    .footer .box_4{text-align: center;width: 100%;height: 23px;font-weight: 500;letter-spacing: 1px;color: #FFF;font-size: 17px;}
}
@media screen and (min-width: 1441px) AND (max-width: 1690px) {
    .main_box_out{width: 1440px;margin:0 auto;position: relative;}
    .main_box_in{width: 1200px;margin-left: 120px;position: relative;}
    .footer{width:100%;height: 262px;position: relative;}
    .footer img{width: 100px;height: 100px;}
    .footer .download_img{width: 160px;height: 100px;}
    .footer .top_1{top:40px;}
    .footer .top_2{top:78px;}
    .footer .top_3{top:78px;}
    .footer .bottom_1{bottom:20px;}
    .footer .left_2{left:668px;}
    .footer .left_3{left:745px;}
    .footer .left_4{left:895px;}
    .footer .box_1{height: 18px;line-height: 18px;font-size: 18px;color: #FFF;}
    .footer .box_2{width: 592px;height: 90px;font-size: 12px;line-height: 18px;color: #FFF;}
    .footer .box_3{width: 1px;height: 76px;background-color: #CCCCCC}
    .footer .box_4{text-align: center;width: 100%;height: 20px;font-weight: 500;letter-spacing: 1px;;color: #FFF;}
}
@media screen and (max-width: 1440px){
    .main_box_out{width: 1240px;margin:0 auto;position: relative;}
    .main_box_in{width: 1000px;margin-left: 120px;position: relative;}
    .footer{width:100%;height: 218px;position: relative;}
    .footer img{width: 83px;height: 83px;}
    .footer .download_img{width: 133px;height: 83px;}
    .footer .top_1{top:33px;}
    .footer .top_2{top:65px;}
    .footer .top_3{top:65px;}
    .footer .bottom_1{bottom:16px;}
    .footer .left_2{left:556px;}
    .footer .left_3{left:620px;}
    .footer .left_4{left:745px;}
    .footer .box_1{height: 15px;line-height: 15px;font-size: 15px;color: #FFF;}
    .footer .box_2{width: 493px;height: 75px;font-size: 10px;line-height: 15px;color: #FFF;}
    .footer .box_3{width: 1px;height: 63px;background-color: #CCCCCC}
    .footer .box_4{text-align: center;width: 100%;height: 16px;font-weight: 500;letter-spacing: 1px;color: #FFF;font-size: 12px;}
}
.footer_box{width: 100%;background:url("../images/footer_bg.png") no-repeat;background-size: 100% 100%;}
.footer .left_1{left:0px;}
.footer .right_1{right:0px;}
.box_base{background-color: #FFF;border-radius: 8px;padding-top:20px;padding-bottom: 40px;}
.box_base .title{width: calc(100% - 80px);margin:0 auto;height: 28px;position: relative;font-size: 18px;}
.box_base .title .font{height: 28px; position: relative;line-height: 28px;font-size: 20px;}
.box_base .title .img{height: 20px;width: 20px; position: relative;margin-top: 4px;margin-left: 12px;}
.box_base .title .q_font{height: 28px; position: relative;line-height: 28px;font-size: 14px;margin-left: 4px;color: #8F9DB3;}
.box_base .title .all_train{height: 28px; position: relative;line-height: 28px;font-size: 14px;color: #4D6180;margin-right:12px;cursor: pointer;}
.box_base .title .all_train img{position: absolute;width: 8px;height: 16px;right:-12px;top:6px;}
.box_base .box_base_content{width: calc(100% - 80px);margin:0 auto;position: relative;min-height: 180px;}
.all_size_header{width: 100%;height: 78px;position: relative;min-width: 1200px;box-shadow: 0px 2px 4px 0px rgba(211, 218, 230, 0.5);background: #FFFFFF;padding:0px;margin: 0px;}
.all_size_header .header_logo{width: 174px;height: 66px;position: absolute;top:6px;left:2.5%;z-index: 99}
.all_size_header .header_link{width: 405px;height: 78px;position: relative;font-size: 0px;margin:0 auto;}
.all_size_header .header_link .link_block{width: 135px;height: 78px;cursor: pointer;text-align: center;display: inline-block;line-height: 78px;color: #20324D;font-size: 16px;}
.all_size_header .header_user_info{width: 174px;height: 66px;position: absolute;top:6px;left:2.5%;}
.all_size_header .user_box{position: absolute;right: 186px;top:0px;height: 100%;line-height: 78px;text-align: center;color: #4A4A4A;font-size: 14px;user-select: none;}
.all_size_header .jump_to_center_box{position: absolute;right: 34px;top:21px;width: 121px;height: 36px;line-height: 36px;text-align: center;background: #3CBA78;border-radius: 8px;color: #FFF;}
.all_size_guide{width:100%;height: 48px;position: relative;min-width: 1200px;background: #F5F7FA;margin: auto;line-height: 48px;padding-left:120px;}
.all_size_guide>span{color: #4D6180;font-size: 14px;margin-right: 12px;vertical-align: middle;display: inline-block;}
.all_size_guide>img{width: 12px;height: 12px; vertical-align: middle;display: inline-block;margin-right: 12px;}
.all_size_content{width: 100%;min-height: calc(100vh - 118px);position: relative;padding-bottom: 40px;min-width: 1200px;}
.all_size_footer{width: 100%;position: relative;height: 40px;background: #F5F7FA;color: #8F9DB3;line-height: 40px;font-family: PingFangSC-Regular, PingFang SC;text-align: center;font-size: 12px;}
.rotate_loading{animation: img_rotate 1.5s infinite linear;}
@keyframes img_rotate{
    100%{transform: rotate(360deg);}
}
