@charset "utf-8";
/* CSS Document */
.html {font-size:.625rem;/*10 ÷ 16 × 100% = 62.5%*/}
body{color:#333;font-family:"微软雅黑",tahoma;-webkit-overflow-scrolling:touch;height:100%; min-width:320px;font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif; line-height: 1.6;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight: normal;}
address,cite,dfn,em,var{font-style:normal;}
fieldset,img{border:0; padding:0px; margin:0px;line-height:0;font-size:0;}
button,input,select,textarea{font-size:100%}
table{border-collapse:collapse;border-spacing:0}
input[type=submit],input[type=reset],input[type=button],button{-webkit-appearance:none}
.f_l {float:left;}
.f_r {float:right;}
*{-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0;margin:0;padding:0}
ul,ol{list-style:none;}
img{border:none;max-width:100%;}
a{ text-decoration:none; color:#666;}
/* 圆角效果 */
	.radius5{
	-moz-border-radius: 5px;      /* Gecko browsers */
	-webkit-border-radius: 5px;   /* Webkit browsers */
	border-radius:5px;
	}
	.radius10{
	-moz-border-radius: 10px;      /* Gecko browsers */
	-webkit-border-radius: 10px;   /* Webkit browsers */
	border-radius:10px;
	}
	.radius15{
	-moz-border-radius: 15px;      /* Gecko browsers */
	-webkit-border-radius: 15px;   /* Webkit browsers */
	border-radius:15px;
	}
.flex{ 
	  padding: 0;
	  margin: 0;
	  list-style: none;
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-flex-flow: row wrap;/*自动换行*/
	  /*-webkit-flex-flow: row; 不换行*/
	  justify-content: space-around;
	}
.flex_in{-webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1;box-flex: 1;}
.flex-f-row{ -webkit-flex-flow: row;}
.clearfix:after{content:"."; display:block; height:0; clear:both;visibility:hidden;}
*+html .clearfix{height:1%;}
*,*:before,*:after{box-sizing:border-box;}
.fix:before,.fix:after{ content:""; display:table;}
.fix:after{ clear:both;}
.white_bg {background-color:#fff;margin-top:8px;}
.clear {clear:both;}
/*head*/
.wei_cerificate .Head {background: url(../images/topbg.png);color:#fff;width:100%;text-align: center;position: fixed;height:3rem;line-height: 3rem;}
.Head_Wrap {height:3rem;}
.wei_cerificate .Head a {position: absolute;left:3%;width:24px;top:0.4rem;}
.wei_cerificate .Tips {color:#333;font-size:1rem;background: #fff;padding:0.5rem 5%;margin-bottom:0.25rem;border-bottom:0.3rem solid #f1f1f1;}
.wei_cerificate .Tips span {color:#a40000;display: block;}
.wei_cerificate .cert_form {background: #fff;padding:1rem 0;}
.wei_cerificate .cert_form form {width:85%;margin:0 auto;}
.wei_cerificate .cert_form select {width:100%;padding:0 3%;height:2.125rem;line-height: 2.125rem;}
.cert_form .input_box01 {padding:0 3%;font-size:0.875rem;height:2.125rem;line-height: 2.125rem;width:-moz-calc(100% - 110px);width: -webkit-calc(100% - 110px);width: calc(100% - 110px);border-left:0;border:1px solid #e5e5e5;}
.wei_cerificate .cert_form span {display: block;background: #f1f1f1;width:110px;font-size:0.875rem;float: left;height:2.125rem;line-height: 2.125rem;text-align: center;}
.wei_cerificate .cert_form li {margin-top:0.75rem;}
.wei_cerificate .cert_form .input_box02 {font-size:0.875rem;padding:0 3%;width:-moz-calc(100% - 210px);width: -webkit-calc(100% - 210px);width: calc(100% - 210px);height:2.125rem;vertical-align: middle;margin-right:3%;border-left:0;border:1px solid #e5e5e5}
.wei_cerificate .cert_form .code_img {height:2.125rem;vertical-align: middle;}
.wei_cerificate .bottom_btn {margin:1.5rem 0;text-align:center;}
.wei_cerificate .bottom_btn input{background: #315b96;color:#fff;border:none;font-size:0.875rem;padding:0.5rem 8%;margin:0 3%;}
.pc_ceriricate {display: none;}

.wei_cerificate .Certificate_Infor > div {background: #fff;margin-bottom:0.5rem;padding-bottom:0.5rem;}
.wei_cerificate .Certificate_Infor h3.title {color:1.125rem;color:#315b96;font-weight: bold;text-align:center;padding:0.9rem 0 0.2rem 0;}
.wei_cerificate .Certificate_Infor table {border:1px solid #e5e5e5;width:90%;margin:0.5rem auto;font-size:0.875rem;border-bottom:0;}
.wei_cerificate .Certificate_Infor table th {background: #f1fbff;width:100px;text-align: center;line-height: 150%;border-right:1px solid #e5e5e5;}
.wei_cerificate .Certificate_Infor table th, .wei_cerificate .Certificate_Infor table td {padding:0.4rem 3%;vertical-align: middle;border-bottom:1px solid #e5e5e5;}
.wei_cerificate .Certificate_Infor td a {color: #a40000;text-decoration: underline;}

.btn_return {display: block;margin:0 auto;width:90%;text-align: center;background: #6899e6;color:#fff;padding:0.5rem 0;margin-top:1rem;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;}