/*css reset*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}
html,body,p{ padding: 0; margin: 0; font-family: Helvetica, Arial, sans-serif; font-size: 12px;line-height: 1;}
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;padding: 0;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select {vertical-align: middle;padding: 0;border: 0 none;}
img, iframe {border: none; text-decoration:none;}
img{vertical-align: top;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0;}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #999;
}
/*css common*/
.f-left {float: left;}
.f-right {float: right;}
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
.chinese{
	font-family: "PingFang SC Regular";
}
.ta-c{
	text-align: center;
}
html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;font-size: 16px;height: 100%;width: 100%;}
body{
	 font-size: 62.5%;
	 height: 100%;
	 width: 100%;
	 overflow: hidden;
}
.page{
	background-color: #f6f6f6;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.page.left{
	left: -100%;
}
.page.right{
	left: 100%;
}
.header{
	padding: 0 4%;
	height: 2.75rem;
	line-height: 2.75rem;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	box-shadow: inset 0 -1px 0 0 #ddd;
}
.header p{
	font-size: 1.125rem;
	color: #222;
	text-align: center;
}
.header a{
	line-height: 1;
}
.header .back img{
	height: 1.14375rem;
}
.header .kefu img{
	height: 1.1rem;
	display: none;
}
.page .content{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	background-color: #fff;
	padding: 0 4% 4.625rem;
}
.page.type1 .content{
	top: 3.1875rem;
}
.page.type2 .content{
	top: 2.75rem;
	padding-left: 0;
	padding-right: 0;
}
.page.map .content{
	top: 2.75rem;
	padding: 0;
}
.page .content .container{
	height: 100%;
	width: 100%;
	overflow-y: auto;
}
.page .content .button{
	display: block;
	width: 92%;
	position: absolute;
	left: 4%;
	bottom: 0.9375rem;
	height: 2.75rem;
	line-height: 2.75rem;
	text-align: center;
	color: #fff;
	font-size: 1.25rem;
	border-radius: 0.25rem;
	overflow: hidden;
	background-color: #ddd;
}
.page .content .button.active{
	background-color: #309fea;
}
.page .content .input-box{
	height: 3.75rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	border-bottom: 1px solid #eaeaea;
}
.page .content .input-box .label{
	padding-right: 0.9375rem;
	margin-right: 0.9375rem;
	background-repeat: no-repeat;
	background-size: 1px 1.5rem;
	background-image: url(../images/line_ver_ea.png);
	background-position: right center;
}

.inputLabel{
	margin: auto;
}

.w25p{
	width: 25%;
}

.h44rem{
	height: 4.4rem !important;
}

.verifybtn{
	width: 30%;
    height: 4.2rem;
    font-family: PingFangSC-Regular;
    font-size: .7rem;
    color: #309FEA;
    text-align: center;
    line-height: 4.2rem;
    margin: auto;
    border: none;
    background-color: transparent;
}

.errorInfo {
    padding: 1rem 0;
    height: 1rem;
    line-height: 1rem;
    color: red;
    display: none;
}

.page .content .input-box .label p{
	font-size: 0.9375rem;
	color: #222;
	padding: 0.125rem 0;
}
.page .content .input-box .label p.chinese{
	font-size: 0.75rem;
	color: #999;
}
.page .content .input-box .input{
	width: 100%;
	font-size: 0.9375rem;
	color: #222;
	margin-right: 1.125rem;
	height: 1.5rem;
	line-height: 1.5rem;
}
.page .content .input-box .input .placeholder{
	color: #999;
}
.page .content .input-box .clearnum{
	height: 1.125rem;
	position: absolute;
	right: 0;	
	top: 50%;
	margin-top: -0.5625rem;
	display: none;
}
.page .content .input-box .clearnum.active{
	display: block;
}
.page .content .input-box .clearnum img{
	height: 100%;
}
.page .content .input-box .tri{
	height: 0.875rem;
	position: absolute;
	right: 0;	
	top: 50%;
	margin-top: -0.4375rem;
}
.page .content .input-box .tri img{
	height: 100%;
}
.page .content .text-box{
	padding-top: 1.25rem;
}
.page .content .text-box p{
	font-size: 0.75rem;
	line-height: 1.5;
	color: #3f3f3f;
	margin-bottom: 0.625rem;
}
.page .content .text-box p.chinese{
	color: #999;
	/* //margin-bottom: 0.625rem; */
}

.page .content .text-box p:last-child{
	margin-bottom: 0;
}

.page .cover{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.page .cover.active{
	top: 0;
}
.page .cover .closecover{
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	display: block;
}
.page .cover .container{
	background-color: #fff;
	height: 75%;
	width: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
}
.page.appointmentinput .cover .container{
	height: 47%;
}
.page .cover .container.active{
	bottom: 0;
}
.page .cover .container .title{
	padding: 0 4%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: flex-start;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: flex-start;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: flex-start;
	position: relative;
}
.page .cover .container .title p{
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 0.875rem;
	color: #555;
	border-bottom: 1px solid #309fea;
}
.page .cover .container .title .close{
	height: 0.9375rem;
	position: absolute;
	right: 4%;
	top: 50%;
	margin-top: -0.46875rem;
}
.page .cover .container .title .close img{
	height: 100%;
}
.page .cover .container .title .map{
	font-size: 0;
	margin-left: 1.5rem;
}
.page .cover .container .title .map img{
	width: 1.125rem;
	vertical-align: middle;
	margin-right: 0.25rem;
}
.page .cover .container .title .map span{
	font-size: 0.625rem;
	vertical-align: middle;
	color: #6f88a0;
}
.page .cover .container .country-box{
	position: absolute;
	left: 0;
	top: 2.5rem;
	bottom: 0;
	margin: auto;
	width: 100%;
	overflow-y: auto;
}
.page .cover .container .country-box h5{
	background-color: #f6f6f6;
	height: 1.875rem;
	line-height: 1.875rem;
	font-size: 0.875rem;
	color: #999;
	font-weight: normal;
	padding: 0 4%;
}
.page .cover .container .country-box p{
	margin: 0 4%;
	padding: 0.75rem 0;
	border-bottom: 1px solid #eaeaea;
	font-size: 0.9375rem;
	color: #222;
}
.page .cover .container .country-box p:last-child{
	border-bottom: 0 none;
}
.page .cover .container .country-box p span{
	font-size: 0.75rem;
	color: #999;
	margin-left: 0.625rem;
}
.page .cover .confirm-box{
	display: none;
	background-color: #fff;
	border-radius: 0.375rem;
	overflow: hidden;
	width: 74%;
	position: absolute;
	top: 50%;
	left: 13%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.page .cover .confirm-box.active{
	display: block;
}
.page .cover .confirm-box .button-box{
	border-top: 1px solid #eaeaea;
	font-size: 0;
}
.page .cover .confirm-box .button-box a{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: center;
	line-height: 2.75rem;
	height: 2.75rem;
	font-size: 0.9375rem;
}
.page .cover .confirm-box .button-box a.cancel{
	color: #999;
	border-right: 1px solid #eaeaea;
}
.page .cover .confirm-box .button-box a.confirm{
	color: #369fea;
}
.page .cover .confirm-box .text{
	padding: 1.75rem 1.5rem;
}
.page .cover .confirm-box .text h5{
	font-size: 1rem;
	height: 1.3125rem;
	line-height: 1.3125rem;
	color: #222;
	text-align: center;
	margin-bottom: 0.5rem;
	font-weight: normal;
}
.page .cover .confirm-box .text p{
	font-size: 0.875rem;
	line-height: 1.3125rem;
	color: #222;
}
/*国家确认*/
.page.nationconfirm .content .input-box .input{
	margin-right: 0;
	position: relative;
	z-index: 1;
}
.page.nationconfirm .content .input-box .input span{
	color: #999;
	font-size: 0.75rem;
	margin-left: 0.625rem;
}
.page.nationconfirm .content .text-box{
	margin-bottom: 1.875rem;
}
.page.nationconfirm .content .container .process{
	background-repeat: no-repeat;
	background-image: url(../images/line_ver_999.png);
	background-size: 1px 100%;
	background-position: 0.9375rem 0%;
}
.page.nationconfirm .content .container .process li{
	position: relative;
	margin-bottom: 2rem;
	padding-left: 2.9375rem;
}
.page.nationconfirm .content .container .process li:last-child{
	margin-bottom: 0;
}
.page.nationconfirm .content .container .process li .num{
	position: absolute;
	left: 0;
	top: 0;
	padding: 0.25rem 0;
	background-color: #fff;
}
.page.nationconfirm .content .container .process li .num p{
	width: 1.875rem;
	height: 1.875rem;
	font-size: 0.875rem;
	color: #999;
	border-radius: 50%;
	border: 1px solid #999;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: center;
}
.page.nationconfirm .content .container .process li .text{
	padding-top: 0.5rem;
}
.page.nationconfirm .content .container .process li .text p{
	font-size: 0.875rem;
	color: #222;
}
.page.nationconfirm .content .container .process li .text p.chinese{
	font-size: 0.75rem;
	color: #555;
	margin-top: 0.3125rem;
}
/*预约填写页面*/
.page.appointmentinput .content .container .title{
	background-color: #f6f6f6;
	padding: 0 4%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: flex-start;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: flex-start;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: flex-start;
	height: 2.1875rem;
}
.page.appointmentinput .content .container .title p{
	font-size: 0.875rem;
	color: #999;
}
.page.appointmentinput .content .container .title .nearby{
	display: block;
	border: 1px solid #6f88a0;;
	height: 1.3125rem;
	line-height: 1.25rem;
	text-align: center;
	width: 3.875rem;
	border-radius: 0.625rem;
	margin-left: 0.9375rem;
	font-size: 0;
}
.page.appointmentinput .content .container .title .nearby span{
	font-size: 0.625rem;
	color: #6f88a0;
	vertical-align: middle;
}
.page.appointmentinput .content .container .title .nearby img{
	vertical-align: middle;
	width: 0.5625rem;
	margin-right: 0.25rem;
}
.page.appointmentinput .content .container .input-box{
	margin: 0 4%;
	position: relative;
}
.page.appointmentinput .content .container .input-box .label p{
	min-width: 4.375rem;
	white-space: nowrap;
}
.page.appointmentinput .content .container .input-box .tri{
	position: absolute;
	right: 0;
	top: 50%;
	height: 0.875rem;
	margin-top: -0.4375rem;
}
/*地图页面*/
.page.map #map{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	background-image: url(../images/fakemap.jpg);
}
.page.map .department-box{
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	padding: 1.5rem 4%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.page.map .department-box.active{
	bottom: 0;
}
.page.map .department-box li{
	margin-bottom: 0.6875rem;
}
.page.map .department-box li:last-child{
	margin-bottom: 0;
}
.page.map .department-box p{
	font-size: 0.9375rem;
	color: #222;
	margin-bottom: 0.3125rem;
}
.page.map .department-box p:last-child{
	font-size: 0.75rem;
	color: #999;
	margin-bottom: 0;
}
/*预约状态页面*/
.page.appointmentstatus .content .title{
	background-color: #f6f6f6;
	height: 3.125rem;
	line-height: 3.125rem;
	margin: 0 -0.9375rem;
	padding: 0 4%;
}
.page.appointmentstatus .content .title img{
	width: 1.125rem;
	vertical-align: middle;
}
.page.appointmentstatus .content .title p{
	font-size: 0.9375rem;
	line-height: 1;
	color: #222;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.625rem;
}
.page.appointmentstatus .content .container{
	padding: 0 4%;
}
.page.appointmentstatus .content .container ul{
	padding-top: 1.25rem;
}
.page.appointmentstatus .content .container ul li{
	position: relative;
	padding-bottom: 0.9375rem;
	padding-left: 1.5625rem;
	background-repeat: no-repeat;
	background-size: 1px 100%;
	background-position: 0.46875rem 0;
	background-image: url(../images/line_ver_999.png);
}
.page.appointmentstatus .content .container ul li.active{
	background-image: url(../images/line_ver_blue.png);
}
.page.appointmentstatus .content .container ul li:last-child{
	background-image: none;
}
.page.appointmentstatus .content .container ul li .circle{
	position: absolute;
	left: 0;
	top: -0.3125rem;
	padding: 0.3125rem 0;
}
.page.appointmentstatus .content .container ul li.active .circle{
	background-color: #fff;
}
.page.appointmentstatus .content .container ul li .circle > div{
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	padding: 0.21875rem;
	background-color: #fff;
}
.page.appointmentstatus .content .container ul li.active .circle > div{
	background-color: #d6ecfb;
}
.page.appointmentstatus .content .container ul li .circle > div > div{
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #999;
}
.page.appointmentstatus .content .container ul li.active .circle > div > div{
	background-color: #309fea;
	border: 0 none;
}
.page.appointmentstatus .content .container ul li h5{
	font-weight: normal;
	font-size: 0.9375rem;
	color: #999;
	display: none;
	position: relative;
}
.page.appointmentstatus .content .container ul li h5.unfinished{
	display: block;
}
.page.appointmentstatus .content .container ul li h5 .chinese{
	font-size: 0.75rem;
	margin-left: 0.5625rem;
}
.page.appointmentstatus .content .container ul li.active h5{
	color: #222;
	display: block;
}
.page.appointmentstatus .content .container ul li.active h5.unfinished{
	display: none;
}
.page.appointmentstatus .content .container ul li.active h5 .chinese{
	color: #555;
}
.page.appointmentstatus .content .container ul li h5 img{
	width: 0.875rem;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.125rem;
}
.page.appointmentstatus .content .container ul li.slideup h5 img{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.page.appointmentstatus .content .container ul li .detail-box{
	margin-top: 0.625rem;
	border: 1px solid #979797;
	width: 92.1875%;
	font-size: 0;
	display: none;
}
.page.appointmentstatus .content .container ul li.active .detail-box{
	display: block;
}
.page.appointmentstatus .content .container ul li.active.slideup .detail-box{
	display: none;
}
.page.appointmentstatus .content .container ul li .detail-box p{
	display: inline-block;
	vertical-align: top;
	width: 42%;
	margin: 4%;
	font-size: 0.75rem;
	color: #555;
}
.page.appointmentstatus .content .container ul li .detail-box p .chinese{
	color: #999;
	margin-left: 1em;
}
.page.appointmentstatus .content .container ul li .open-new{
	display: none;
	margin-left: 3.875rem;
	margin-top: 1.5rem;
	border: 1px solid #309fea;
	border-radius: 0.125rem;
	width: 10.625rem;
	text-align: center;
	height: 2.1875rem;
	line-height: 2.125rem;
	font-size: 0.875rem;
	color: #309fea;
}
.page.appointmentstatus .content .container ul li.active .open-new{
	display: block;
}
.page.appointmentstatus .content .container ul li.active.slideup .open-new{
	display: none;
}
.page.appointmentstatus .content .container .text-box{
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 1.6875rem 0 0.9375rem;
	text-align: center;
}
.page.appointmentstatus .content .container .text-box .text{
	height: 8.6rem;
	overflow: hidden;
}
.page.appointmentstatus .content .container .text-box.active .text{
	height: 30.875rem;
}
.page.appointmentstatus .content .container .text-box p{
	font-size: 0.75rem;
	color: #3f3f3f;
	line-height: 1.125rem;
	margin-bottom: 0.9375rem;
	text-align: left;
}
.page.appointmentstatus .content .container .text-box p b{
	color: #222;
}
.page.appointmentstatus .content .container .text-box p span{
	color: #252525;
}
.page.appointmentstatus .content .container .text-box p.chinese{
	color: #999;
	margin-bottom: 1.25rem;
}
.page.appointmentstatus .content .container .text-box .certification{
	font-size: 0.75rem;
	color: #309fea;
	margin-bottom: 0.9375rem;
	display: block;
	text-align: left;
}
.page.appointmentstatus .content .container .text-box .slidebtn{
	margin: 0 auto;
	text-align: center;
}
.page.appointmentstatus .content .container .text-box .slidebtn.up,.page.appointmentstatus .content .container .text-box.active .slidebtn.down{
	display: none;
}
.page.appointmentstatus .content .container .text-box.active .slidebtn.up,.page.appointmentstatus .content .container .text-box .slidebtn.down{
	display: inline-block;
}
.page.appointmentstatus .content .container .text-box .slidebtn span{
	font-size: 0.75rem;
	color: #309fea;
	vertical-align: middle;
}
.page.appointmentstatus .content .container .text-box .slidebtn img{
	width: 0.875rem;
	margin-left: 0.375rem;
	vertical-align: middle;
}
.page.appointmentstatus .content .container .follow-box{
	padding: 1.25rem 0 1.875rem;
}
.page.appointmentstatus .content .container .follow-box p{
	font-size: 0.75rem;
	color: #555;
	line-height: 1.125rem;
	margin-bottom: 0.5rem;
}
.page.appointmentstatus .content .container .follow-box .btn-follow{
	display: block;
	margin: 1.25rem auto 0;
	font-size: 0.9375rem;
	color: #309fea;
	text-align: center;
	width: 6.25rem;
	border:1px solid #309fea;
	border-radius: 0.25rem;
	line-height: 1.875rem;
	height: 1.9375rem;
}
.will_dis{
	display: block;
}
#layui-laydate1{
	width: 100%;
	height: auto;
	left: 0 !important;
	bottom: 0;
	top:inherit !important;
}
#layui-laydate1 .layui-laydate-main{
	width: 100%;
}
#layui-laydate1 table{
	width: 100%;
}
.will_branch,
.will_date{
	font-style: normal;
}
.imgCodeDiv{
	float:right;
	margin:0 auto;
	width:100px;
	height:40px;
	overflow:hidden;
}
.imgCodeDiv a{
	display:block;
	width:80%;
	margin:5px 0 0 18px;
}
.imgCodeDiv a img{
	/* width:100%; */
}

.input-l{
	float:left;
	width: 14rem;
	font-size: 0.75rem;
	color: #222;
	height: 40px;
	line-height: 1rem;
	border-bottom: 1px solid #eaeaea;
}
/* .input-l::-webkit-input-placeholder{ */
    /* color:#3f3f3f; */
/* } */
/* Mozilla Firefox 19+ */
/* .input-l::-moz-placeholder{    */
    /* color:#3f3f3f; */
/* } */
 /* Mozilla Firefox 4 to 18 */
/* .input-l:-moz-placeholder{    */
    /* color:#3f3f3f; */
/* } */
 /* Internet Explorer 10-11 */ 
/* .input-l:-ms-input-placeholder{ */
    /* color:#3f3f3f; */
/* } */