
.width100{
	width:100%;
	clear: both;
	margin: 0 auto;
}

/*清除浮动*/
.clr{
	/*height: 0;*/
	clear: both;
}
/*浮动*/
.float_lf{
	float: left;
}
.float_rg{
	float: right;
}
[v-cloak] {
	display: none;
}
/*布局样式start*/
/*=============主体内容区域样式start==================*/
/*主题内容样式start*/
.main-register-wrapper{
	display: none;
}
.register-mask{
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.2);
	left: 0;
	top:0;
}
.main-register-inner{
	width: 720px;
	background-color: #ffffff;
	box-shadow: 2px 2px 18px 0px 
		rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	position:fixed;
	/* top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background: cyan; */
	left: 50%;
	top: 50%;
	transform:translateX(-50%) translateY(-50%) ;
	z-index: 9999;
	padding-bottom:27px;
}
.main-register-inner .inform-tit{
	background: url(../images/reg-top-bg.png) no-repeat;
	border-radius: 20px 20px 0 0;
	position: relative;
}
.main-register-inner .inform-tit h2{
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height:80px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-left: 38px;
}
.main-register-inner .inform-tit a{
	width: 34px;
	height: 33px;
	position: fixed;
	right: 10px;
	top: 10px;
	background: url(../images/reg-icon3.png) no-repeat;
}
.main-register-inner .doc-reg-text{
	width: 679px;
	margin:0 auto;
	padding-top: 28px;
	/* background: cyan; */
}

.main-register-inner .doc-reg-text ul li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}
.main-register-inner .doc-reg-text ul li.marginbt0{
	margin-bottom: 0;
}
.main-register-inner .doc-reg-text ul li.book-num{
	justify-content: center;
	line-height: 40px;
	color: #666;
}
.main-register-inner .doc-reg-text ul li h3{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
	width: 108px;
}
.main-register-inner .doc-reg-text ul li h3.doc-name{
	/* width: 200px; */
}
.main-register-inner .doc-reg-text ul li h3.doc-name span{
	margin-left: 10px;
	color: #20a7f6;
	
}
.main-register-inner .doc-reg-text ul li input,.main-register-inner .doc-reg-text ul li h4{
	outline: none;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	height: 40px;
	line-height: 38px;
	padding-left: 15px;
	/* width: 200px; */
	width: 185px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	/* color: #333333; */
	color: #20a7f6;
	cursor: pointer;
	box-sizing: border-box;
}
.main-register-inner .doc-reg-text ul li h4{
	color: #999;
}
.main-register-inner .doc-reg-text ul li h4.select-list-hos{
	color: #20a7f6;
}
.main-register-inner .id-Card{
	/* width: 230px!important; */
	width: 250px!important;
}
.main-register-wrapper .doc-left{
	margin-left: 10px;
}
.main-register-inner .doc-reg-text ul li b{
	font-weight: normal;
}
.main-register-inner .doc-reg-text ul li .select-more3 b:nth-child(2){
	padding: 0 5px;
}
.main-register-inner .doc-reg-text ul li h4{
	/* position: relative; */
	background: url(../images/reg-icon1.png) no-repeat 215px center;
	width:250px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.main-register-inner .doc-reg-text ul li h4.onBg{
	background-image: url(../images/reg-icon5.png)!important;
}
.main-register-inner .doc-reg-text ul li h4.onBg1{
	color: #20a7f6;
}
.main-register-inner .doc-reg-text ul li:nth-child(3),.main-register-inner .doc-reg-text ul li:nth-child(4){
	position: relative;
}
.main-register-inner .doc-reg-text ul li dl.select-lists{
	position: absolute;
	width: 200px;
	left: 107px;
    top: 41px;
	z-index: 99;
	background-color: #ffffff;
	border-radius: 0px 0px 5px 5px;
	border: solid 1px #cccccc;
	/* border-top: 0; */
	display: none;
}
.main-register-inner .doc-reg-text ul li dl.keshi-lists{
	/* left: 499px; */
	left:109px;
	width: 185px;
}
.main-register-inner .doc-reg-text ul li dl.hos-lists{
	width: 250px;
}
.main-register-inner .doc-reg-text ul li dl.date-lists{
    width: 250px;
}
.main-register-inner .doc-reg-text ul li dl.doc-lists{
	left: initial;
	right: 0;
}
.main-register-inner .doc-reg-text ul li dl.select-lists dd{
	height: 40px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	line-height: 40px;
	padding-left: 10px;
	cursor: pointer;
}
.main-register-inner .doc-reg-text .onColor{
	background: #20a7f6;
	color: #fff!important;
}

.main-register-inner .doc-reg-text ul li>div{
	display: flex;
	position: relative;
}
.main-register-inner .doc-reg-text ul li.select-list h4,.main-register-inner .doc-reg-text ul li h4.select-more2{
	width: 250px;
	background-position: 215px center;
	box-sizing: border-box;
}
.main-register-inner .doc-reg-text ul li h4.select-more1{
	width: 185px;
	background-position: 156px center;
    padding-right: 25px;
    overflow: hidden;
}
.main-register-inner .doc-reg-text ul li h4.select-list-hos{
	background: none!important;
	width: 185px;
}
.main-register-inner .doc-reg-text ul li h4.select-more2{
	width: 250px;
	background-position:215px center;
	padding-right: 25px;
	overflow: hidden;
}
.main-register-inner .doc-reg-text ul li span.rem-num{
	display: inline-block;
	line-height: 40px;
	/* padding-left: 16px; */
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	margin-right: 5px;
	/* color: #20a7f6; */
	color: #666;
	display: none;
}
/* .main-register-inner .doc-reg-text ul li:nth-child(4){
	margin-bottom: 8px;
} */
.main-register-inner .doc-reg-text ul li.select-list2{
	display: none;
	max-height: 250px;
	overflow-y: scroll;
}
.main-register-inner .doc-reg-text ul li.select-list2 dl{
	width: 100%;
	background-color: #efefef;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.main-register-inner .doc-reg-text ul li.select-list2 dd{
	text-align: center;
	color: #333333;
	line-height: 32px;
	font-size: 18px;
	width: 60px;
	margin-left: 29px;
	cursor: pointer;
}
.main-register-inner .doc-reg-text ul li.select-list2 dd:nth-child(7n-6){
	margin-left: 0;
}
.main-register-inner .doc-reg-text ul li.select-list2 dd.on-color1{
	color: #fff;
	background-color: #20a7f6;
	border-radius: 5px;
	
}
.main-register-inner .doc-reg-text ul li h5{
	width: 108px;
	line-height: 40px;
	background: url(../images/reg-icon4.png) no-repeat;
	text-align: center;
	font-style:italic;
	font-size: 22px;
	color: #65547c;
	font-weight: bold;
	letter-spacing: 2px;
	cursor: pointer;
}
.main-register-inner .doc-reg-text ul li.sub-valid{
	/* justify-content: flex-start; */
}
.main-register-inner .doc-reg-text ul li #code-text{
	width: 250px;
}
.main-register-inner .doc-reg-text ul li:last-child h3{
	width: 200px;
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	background-color: #20a7f6;
	border-radius: 5px;
	cursor: pointer;
	margin:0 auto;
}
.inform-fot p,.inform-fot p a{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	text-align: center;
}
.tip-inof{
	position: fixed;
	background: rgba(0,0,0,0.7);
	line-height:20px;
	width:200px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	left: 50%;
	top: 50%;
	margin-left: -99px;
	margin-top: -20px;
	padding: 20px;
	z-index: 9999;
	display: none;
}
.tip-inof h3{
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height:20px;
}
.tip-inof p{
	display: none;
	width: 25px;
    height: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
	background: url(../images/reg-icon3.png) no-repeat;
	background-size: 100%;
}
.main-register-inner .book-suc-text1{
	width: 586px;
	padding-top: 52px;
	margin:0 auto;
	display: none;
}
.main-register-inner .book-suc-text1 .book-suc-wrapper{
	display: flex;
}
.main-register-inner .book-suc-text1 .book-ic{
	width: 176px;
	background: url(../images/reg-icon6_03.png) no-repeat center 30px;
	padding-top: 119px;

}
.main-register-inner .book-suc-text1 .book-ic h3{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #20a7f6;
	text-align: center;
}
.main-register-inner .book-suc-text1 .book-list{
	margin-left: 43px;
}
.main-register-inner .book-suc-text1 .book-list li{
	width: 338px;
	line-height:43px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.main-register-inner .book-suc-text1 .book-list li span{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #333333;
}
.main-register-inner .book-suc-text1 .book-list li span:last-child{
	color: #999999;
}
.main-register-inner .book-suc-text1 .link-btn a{
	display: block;
	width: 200px;
	background-color: #20a7f6;
	border-radius: 20px;
	margin:0 auto;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	margin:53px auto 34px;
}
/* 加载动图 */
.loading-img{
	width: 100%;
	background: url(../images/loding-img.gif) no-repeat center;
	height: 54px;
	display:none!important;
}
.loading-img.onshow{
	display: block!important;
}
/* 预约表end */
/* 带st必先选城市 */
.city-cover-bg{
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 9999;
	background: rgba(0,0,0,0.7);
	display: none;
	top: 0;
	left: 0;
}
.city-selt-wrapper{

}
.city-selt-wrapper{
	position: fixed;
    z-index: 99999;
    width: 800px;
    height: 600px;
	left: 50%;
	top: 50%;
	transform:translateX(-50%) translateY(-50%) ;
	display: none;
	overflow: scroll;
	background: #fff;
	border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
}
.city-selt-wrapper h2{
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.city-selt-wrapper .list{
	width: 800px!important;
    height: 600px!important;
}
.city-selt-wrapper h3{
	padding: 0 18px;
    font-weight: bold;
    font-size: 16px;
    background: #e6e6e6;
    border-bottom: 1px solid #eee;
    line-height: 35px;
}
.city-selt-wrapper h3.city-title{
	display: inline-block;
    color: #ccc;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 5px;
    margin-left: 5px;
}
.city-selt-wrapper dl{
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}
.city-selt-wrapper dd{
	cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding:0 18px;
    text-align: left;
}
.city-selt-wrapper dd.on{
	color: #fff;
	background: #459fe8;
}
.info-btn-chat{
	cursor: pointer;
}
/*主题内容样式end*/


