@charset "utf-8";
/* CSS Document */

.qcertificate_body_color{ background:url(../images/icon-qcertificate-bg.png) no-repeat; background-size:cover;}
.qcertificate{ width:100%; min-height:100vh; background: rgba(255, 255, 255, 0.70); backdrop-filter: blur(10px); display:flex;flex-direction: column;}
.qcertificate_box{ flex:1; width:1280px; height:100vh; margin:0 auto; padding:80px 0; display: flex; flex-direction: column; justify-content: space-between; box-sizing:border-box;}
.qcertificate_head{ display:flex; align-items:center;}
.qcertificate_logo{ height:80px; overflow:hidden;}
.qcertificate_logo img{ height:80px; display:block;}
.qcertificate_title{ padding:30px 0; display:flex; align-items:center; justify-content:center;}
.qcertificate_title_h2{ width:450px; height:60px; background:url(../images/icon-qcertificate-title.png) no-repeat center center; background-size:100% 100%;}
.qcertificate_main{}
.qcertificate_screen{ position:relative; z-index:9; display:flex; align-items:flex-start; flex-wrap:wrap; padding:20px 20px; width:100%; box-sizing:border-box; background: rgba(255, 255, 255, 0.40); border: 1px solid #FFF; border-radius: 30px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04); backdrop-filter: blur(80px);}
.qcertificate_screen_row{ display:flex; align-items:center; padding:10px;}
.qcertificate_screen_name{ margin-right:16px; font-size: 15px; color: #131B26; font-weight: 600;}
.qcertificate_screen_name .xingred{ color: #FF5533; font-style: initial; font-weight:400;}
.qcertificate_screen_input{ padding: 0px 20px; width: 260px; height: 48px; background: #FFFFFF; border:0 none; font-size: 15px; color: #131B26; border-radius: 99px; box-sizing:border-box;}
.qcertificate_screen_select{ min-width:260px; height:48px;}
.qcertificate_screen_select .chosen-container{ width:260px !important;}
.qcertificate_screen_select .chosen-container-single .chosen-single{ padding:0 0 0 20px; height:48px; line-height:48px; border:0 none; font-size: 15px; color: #131B26; border-radius: 99px;}
.qcertificate_screen_select .chosen-container-single .chosen-single div{ width:32px;}
.qcertificate_screen_select .chosen-container-single .chosen-single span{ padding-right:42px;}
.qcertificate_screen_query{ padding: 0 12px; min-width: 48px; height: 48px; line-height:48px; background: linear-gradient(180deg, #39F 0%, #05F 100%); font-size: 16px; color: #FFFFFF; font-weight: 600; border-radius: 99px; text-align:center;}
.qcertificate_tips{ display:flex; align-items:center; justify-content:center; margin-top:30px;}
.qcertificate_tips_text{ line-height:2; font-size: 14px; color: #181E33; }
.qcertificate_table_back{ margin-top:30px; padding:10px 20px 20px; border: 1px solid #FFF; background: rgba(255, 255, 255, 0.40); border-radius: 30px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04); backdrop-filter: blur(80px);}
.qcertificate_table{}
.qcertificate_table table{ table-layout:fixed;}
.qcertificate_table th{ padding:0 30px; height:44px; line-height:44px; font-size:15px; color:#646873; font-weight:400; text-align:left;}
.qcertificate_table td{ padding:0 30px; height:44px; line-height:44px; font-size:15px; color:#131B26; font-weight:400; text-align:left;}
.qcertificate_table td a{ color:#3399FF;}
.qcertificate_table_head{}
.qcertificate_table_body{ padding:14px 0; background:#ffffff; border-radius:16px;}
.qcertificate_table_niceScroll{ height:176px; overflow:hidden;}
.qcertificate_zanwu{ display:flex; align-items:center; justify-content:center;flex-direction: column; height:248px; line-height:24px; font-size:16px; color:#8A8B99;}
.qcertificate_zanwu:before{ content:''; display:block; width:160px; height:134px; background:url(../images/icon-qcertificate-zanwu.png) no-repeat; background-size:100% 100%;}


