/*by:zhangmin*/


/*登录*/

.login_change .normaltab {
	color: #999999;
}

.login_change .hovertab {
	color: #02b3d5;
}

.dis {
	display: block;
}

.undis {
	display: none;
}

.login_top {
	width: 100%;
	font-size: 0.8rem;
	line-height: 2.25rem;
	height: 2.25rem;
	color: #55555;
	text-align: center;
}

.login_top .h-left i,
.login_top .h-right i {
	color: white;
}

.login_body {
	width: 100%;
	height: 100vh;
	background: url(../images/login_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.login_logo {
	width: 100%;
}

.login_logo img {
	    width: 54%;
    margin: 1rem 23% 1rem 23%;
}

.login {
	width: 90%;
	padding: 0 5%;
}

.login dd {
	width: 100%;
	overflow: hidden;
	line-height: 2rem;
	color: white;
	margin-top: 0.5rem;
	font-size: 0.7rem;
}

.login dd label {
	width: 23%;
	float: left;
}

.login dd input {
	text-indent: 0.4rem;
	width: 76%;
	float: left;
	border: none;
	border-radius: 0.2rem;
	line-height: 2rem;
}

.login dd label input {
	width: 1rem;
	float: left;
	border: none;
	background: white;
	border-radius: 0.2rem;
	line-height: 2rem;
	margin-top: 0.6rem;
}

.login dd button {
	width: 100%;
	border-radius: 0.2rem;
	line-height: 2rem;
	background: #02b3d5;
	border: none;
	color: white;
	font-size: 0.85rem;
}

.login span {
	display: block;
	width: 60%;
	float: right;
	text-align: right;
}

.login span a {
	color: white;
}

.margin_little {
	margin-top: 0.15rem !important;
}

.margin_big {
	margin-top: 0.5rem !important;
}
.margin_two button{
	width: 45% !important;
    margin-left: 5%;
    float: left;
    margin-bottom: 1rem;
	
}
.code a {
	width: 30%;
	display: block;
	float: left;
	margin-left: 5%;
	height: 2rem;
	border-radius: 0.2rem;
	background: white;
}
.getcode{
	background:#02b3d5 !important;	
	text-align: center;
}
.code input {
	width: 40% !important;
	display: block;
	float: left;
}
.third_party{
	width: 50%;
    margin: 2.3rem 20% 0 20%;
    overflow: hidden;
}
.third_party a{
	display: block;
	 
	width: 40%;
	font-size: 2.3rem;
	text-align: center;
	margin:auto
}
.third_party span{
	 float: right;
	font-size: 1.3rem;
}
.third_party_mid{
	margin:0 5%;
}

/*注册*/
.rigister_logo {
    width: 100%;
}

.rigister_logo img {
    width: 40%;
    margin: 6rem auto 1rem auto;
    display: block;
}
.register_top {
	width: 100%;
	font-size: 0.8rem;
	line-height: 2.25rem;
	height: 2.25rem;
	color: #55555;
	text-align: center;
	background: white;
	border-bottom: 1px #e5e5e5 solid;
}

.register .h-left i {
	color: #999999;
}

.register h5 {
	text-align: center;
}

.rigister_logo i {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 7rem;
	margin: 5rem 0 0.1rem 0;
}
.login_weixin{
	width: 100%;
	margin-top:3rem;
	line-height: 2rem;
	text-align: center;
	color: white;
}

/*找回密码*/

.password {
	width: 90%;
	padding: 1rem 5% 0 5%;
}

.password dd {
	width: 100%;
	overflow: hidden;
	line-height: 2rem;
	color: #fff;
	margin-top: 0.6rem;
	font-size: 0.7rem;
}

.password dd label {
	width: 23%;
	float: left;
}

.password dd input {
	text-indent: 0.4rem;
	width: 76%;
	float: left;
	border: none;
	border-radius: 0.2rem;
	line-height: 2rem;
	background: #f2f2f2;
	-webkit-box-shadow:none
}
.password .code #mobile{
	width:40% !important;
}
.password .code .getcode{
	width: 30% !important;
	margin-left: 1rem;
	color:white;
}

.password dd label input {
	width: 1rem;
	float: left;
	border: none;
	background: white;
	border-radius: 0.2rem;
	line-height: 2rem;
	margin-top: 0.78rem;
}

.password dd button {
	width: 100%;
	border-radius: 0.2rem;
	line-height: 2rem;
	background: #02b3d5;
	border: none;
	color: white;
	font-size: 0.7rem;
}

.password span {
	display: block;
	width: 60%;
	float: right;
	text-align: right;
}

.password span a {
	color: white;
}


/*申请入驻*/

.s_apply dl {
	font-weight: bold;
	line-height: 2rem;
}

.s_apply dl dd {
	font-weight: normal;
	line-height: 1.4rem;
}

.s_apply .choose_container .rute_btn{
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	background: #02b3d5;
	margin: 0 2% 0 2%;
	border: none;
	color: #fff;
	font-size: 0.7rem;
	border-radius: .15rem;
	float: right;
	cursor: pointer;
}
.msg_rute_btn{
	display: inline-block;
	width: 60%;
	line-height: 1.6rem;
	background: #02b3d5;
	color: #fff!important;
	margin: .2rem 0;
}
.msg_rute_btn:link{
	color: white;
}
.s_apply .choose_container{
	width: 96%;
    position: fixed;
    bottom: 0;
    background: white;
    padding: .5rem 4%;
    border-top: 1px solid #eee;
    left: 0;
}
.s_apply .choose_container a{
	font-size: .75rem;
	display: inline-block;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	color: #02b3d5;
}
.btn_view {
	background: none !important;
	border: 1px #02b3d5 solid !important;
	color: #02b3d5 !important;
}


/*入驻协议*/

.s_apply_agreement dl {
	font-weight: bold;
	line-height: 2rem;
	text-align: center;
	font-size: 0.8rem;
	padding-bottom: 2rem;
}

.s_apply_agreement dl dd {
	margin-bottom: 0.8rem;
	text-indent: 1rem;
	text-align: left;
	font-size: 0.75rem;
	font-weight: normal;
	line-height: 1.4rem;
}


/*入驻表单*/

.formbox {
	width: 100%;
	background: white;
	border-bottom: 1px #e5e5e5 solid;
}

.flow_steps {
	overflow: hidden;
}

.flow_steps li {
	float: left;
	line-height: 2rem;
	width: 33.33%;
	font-size: 0.8rem;
	text-align: center;
}

.flow_steps li.done {
	background-color: #1ac5a3;
	color: white;
}

.flow_steps li.current_prev {
	background-color: #1ac5a3;
	color: white;
}

.flow_steps li.current {
	color: #fff;
	background-color: #02b3d5;
}

.flow_steps li#qzfs.current,
.flow_steps li.last {
	background-image: none;
}

.formcon {
	padding: 10px 0;
	border-top: solid 1px #ddd;
}

.formcon table {
	margin: 0;
	width: 100%;
}

.table_title {
	line-height: 0.7rem;
	font-weight: bold;
	color: #02b3d5;
	border-left: 3px #02b3d5 solid;
	margin: 1rem 0 0.5rem 0.6rem;
	text-indent: 0.4rem;
	font-size: 0.8rem;
	display: block;
}

.formcon table tr {
	width: 100%;
	line-height: 2rem;
}

.formcon table .input {
	display: block;
	width: 100%;
	margin-left: 0.6rem;
}

.formcon table .label {
	display: block;
	width: 98%;
	margin-left: 0.6rem;
}

.formcon table td input {
	width: 95%;
	border: 1px solid #e5e5e5;
	line-height: 1rem;
	text-indent: 0.2rem;
	padding: 0.75rem 0;
}

.formcon table td select {
	width: 95%;
	border: 1px solid #e5e5e5;
	line-height: 2rem;
	text-indent: 0.2rem;
	font-size: 0.75rem;
	-webkit-appearance: listbox;
	outline: none;
	background: white;
	margin-bottom: .5rem;
	height: 2.4rem;
}

.formcon .input button {
	width: 46%;
	background: #02b3d5;
	line-height: 2rem;
	text-indent: 0.2rem;
	border: none;
	border-radius: .2rem;
	color: white;
	margin-top: 0.5rem;
}

.formcon .input .prebtn {
	background: white;
	border: 1px solid #02b3d5;
	color: #02b3d5;
}

.s_apply p {
	padding: 0.5rem;
	text-indent: 1rem;
}

.s_apply a {
	font-size: 1rem;
	display: block;
	float: left;
	width: 36%;
	border: 1px solid #e5e5e5;
	border-radius: 0.4rem;
	margin: 7% 6% 2% 32%;
	text-align: center;
	line-height: 2rem;
}

.s_apply span {
	padding-left: 0.3rem;
	font-size: 0.75rem;
	line-height: 2rem;
}
.common_style{
	display: inline-block;
}
.company_style{
	display: inline-block;
}
.common_style i{
	font-size: 0.95rem;
    margin: 0.76rem 0.5rem 0 .5rem;
    display: block;
    line-height: 0.5rem;
    float: left;
}
.company_style i{
	font-size: 0.95rem;
    margin: 0.76rem 0.5rem 0 .5rem;
    display: block;
    line-height: 0.5rem;
    float: left;
}
.s_apply_btn {
	width: 80%;
    margin: 0rem 10%;
    overflow: hidden;
}

.s_apply_btn a {
	display: block;
	text-align: center;
	float: left;
	width: 37%;
	font-size: .75rem;
	line-height: 2rem;
	background: #02b3d5;
	color: #fff;
	border: none;
	border-radius: 0.3rem;
	margin-left: 6%;
}

.s_apply_btn_border {
	background: none !important;
	border: 1px solid #02b3d5 !important;
	color: #02b3d5 !important;
}
	.s_apply_step{
			background: white;
			padding: 1rem;
		}
		.s_apply_step dd{
			font-weight: bold;
			font-size: 0.8rem;
			padding: 0.4rem 0;
		}
		
		.s_apply_step dd span{
			display: block;
			float: left;
			background: #02b3d5;
			color: white;
			border-radius: 50%;
			width: 1rem;
			height: 1rem;
			font-size: 0.7rem;
			line-height:1.2rem;
			text-align: center;
			margin-right: 0.4rem;			
		}
		.s_apply_step dt{
		    color: #808080;
			border-left: 1px dashed #cccccc;
			margin-left: 0.5rem;
			line-height: 2rem;
			padding-left: 0.5rem;
			clear: left;
		}
		
		.s_apply_step dt i{
			vertical-align: middle;	
			color: #ccc;		
		}
.pre_title {
    line-height: 0.7rem;
    font-weight: bold;
    color: #02b3d5;
    border-left: 3px #02b3d5 solid;
    margin: 1rem 0.6rem ;
    text-indent: 0.4rem;
    font-size: 0.8rem;
    display: block;
}
.pre_tit{
	font-weight: bold;
	line-height: 1.2rem;
}
.content{
	line-height: 1.2rem;
}

/*上传缴费凭证*/
.uploader {
	position: relative;
	width: 100%;
	margin: 0.5rem auto;
	border-top: 1px #02b3d5 dashed;
	border-bottom: 1px #02b3d5 dashed;
	border-radius: 4px;
	background: white;
}

.license {
	display: block;
	width: 100%;
	height: 6rem;
	border-radius: 4px;
	padding: 1rem 0;
	text-align: center;
	background: white;
}

.license .preview {
	margin: 0 auto;
}

.license i {
	color: #02b3d5;
}

.license p {
	line-height: 1.3rem;
	width: 90%;
	margin: .5rem auto;
}

.uploader input {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0;
}
.apply_container dl dt{
	line-height: 1.8rem;
}
.apply_container dl dt span{
	display: inline-block;
	text-indent: .5rem;
}
