/*公用的 通配所有的标签和伪类*/


input {
	border-radius: 0;
	/*去除苹果手机圆角*/
}

input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #a0a0a0;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #a0a0a0;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #a0a0a0;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #a0a0a0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}


/*清除浮动*/

.clearfix::before,
.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both;
}

/*弹窗*/
.zg_ky_tab {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999999;
	display: none;
}

.zg_pop {
	position: absolute;
	left: 50%;
	top: 20%;
	margin-left: -2rem;
	width: 4rem;
	background: #ffffff;
	border-radius: 10px;
}

.close {
	width: 0.3rem;
	position: absolute;
	right: 0;
	top: -0.4rem;
	cursor: pointer;
}

.zg_ky_login {
	padding: 0.2rem;
}

.zg_ky_list {
	position: relative;
	width: 100%;
	height: 0.7rem;
	line-height: 0.7rem;
	border-radius: 5px;
	background: #ffffff;
	display: flex;
	align-items: center;
}

.zg_ky_list span {
	width: 1rem;
	display: inline-block;
	font-size: 0.2rem;
	color: #333333;
	text-align: right;
	overflow: hidden;
}

.zg_ky_list input {
	padding: 0 0.1rem;
	flex: 1;
	height: 0.4rem;
	font-size: 0.15rem;
	color: #333333;
	border-radius: 5px;
	background: #ffffff;
	border: 1px solid #cccccc;
}

.zg_ky_list input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #DDDDDD;
}

.zg_ky_list input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #DDDDDD;
}

.zg_ky_list input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #DDDDDD;
}

.zg_ky_list input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #DDDDDD;
}

.zg_ky_list .input-text {
	width: 200px;
}

.zg_ky_list .zg_ky_btn1 {
	margin: 0 auto;
	padding: 0 0.5rem;
	height: 0.5rem;
	color: #fff;
	background: #e60012;
	cursor: pointer;
	line-height: 0.4rem;
	text-align: center;
	border: none;
	font-size: 0.2rem;
	font-family: "microsoft yahei";
}

.zg_yam {
	font-size: 0.18rem;
	margin-left: 0.2rem;
	color: #ff9c00;
}

.zg_yam:hover {
	text-decoration: none;
}

.zg_link {
	display: flex;
	display: -webkit-flex;
}

.zg_link li {
	flex: 1;
	text-align: center;
	font-size: 0;
}

.zg_link li span {
	white-space: nowrap;
	width: 50%;
	display: inline-block;
	font-size: 0.23rem;
	color: #333333;
	line-height: 0.5rem;
	height: 0.5rem;
}

.zg_link li.active span {
	border-bottom: 2px solid #fb6d3a;
	color: #fb6d3a;
	font-weight: bold;
	cursor: pointer;
}

.zg_display {
	display: none;
}

.zg_ky_list select {
	padding: 0 0.1rem;
	flex: 1;
	height: 0.4rem;
	font-size: 0.15rem;
	color: #333333;
	border-radius: 5px;
	background: #ffffff;
	border: 1px solid #cccccc;
}

.zg_ky_list option {
	font-size: 0.18rem;
	line-height: 0.4rem;
}

.zg_user a {
	display: block;
	padding-left: 0.3rem;
	width: 0.22rem;
	height: 0.22rem;
	line-height: 0.22rem;
	background: url(../images/tx.png) no-repeat left center;
	background-size: 0.22rem 0.22rem;
}

/*登陆*/
.zg_dl {
	position: fixed;
	right: 20px;
	top: 10px;
	display: inline-block;
	z-index: 999999;
}

.zg_dl a {
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
}

.zg_dl a:hover {
	color: #e00;
	text-decoration: underline;
}

.zg_dl span {
	color: #ffffff;
}

.zg_img_xia {
	position: fixed;
	right: 50px;
	bottom: 150px;
	width: 50px;
	z-index: 999999;
}

.zg_img_xia img {
	width: 100%;
}

.look {
	display: block;
}

.zg_user {
	right: 83px;
	display: none;
}

.zg_user a {
	display: block;
	padding-left: 29px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	background: url(../images/tx.png) no-repeat left center;
	background-size: 22px 22px;
}

.bottom {
	height: 55px;
	background: #eee;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999999;
}

.bottom a {
	float: left;
	width: 25%;
	line-height: 55px;
	font-size: 24px;
	color: #b4b0b0;
	text-align: center;
	background: #fff;
	border-right: solid 4px #eee;
	box-sizing: border-box;
	position: relative;
}

.bottom a:last-child {
	border-right: 0;
}

.bottom a em {
	display: inline-block;
	width: 36px;
	height: 55px;
	vertical-align: middle;
	margin-right: 12px;
}

.bottom a em.ioc01 {
	background: url(../images/ioc03.png) no-repeat center;
}

.bottom a em.ioc02 {
	background: url(../images/ioc04.png) no-repeat center;
}

.bottom a em.ioc03 {
	background: url(../images/ioc02.png) no-repeat center;
}

.bottom a em.ioc04 {
	background: url(../images/ioc01.png) no-repeat center;
}

.bottom a span {
	position: absolute;
	width: 8px;
	height: 14px;
	top: 0;
	display: none;
}

.bottom a.on,
.bottom a:hover {
	background: #f95b1c;
	color: #fff;
	border-right: 0;
}

.bottom a.on span,.bottom a:hover span {
	display: block;
}

.bottom a.on em.ioc01,.bottom a:hover em.ioc01 {
	background: url(../images/ioc03H.png) no-repeat center;
}

.bottom a.on em.ioc02,.bottom a:hover em.ioc02 {
	background: url(../images/ioc04H.png) no-repeat center;
}

.bottom a.on em.ioc03,.bottom a:hover em.ioc03 {
	background: url(../images/ioc02H.png) no-repeat center;
}

.bottom a.on em.ioc04,.bottom a:hover em.ioc04 {
	background: url(../images/ioc01H.png) no-repeat center;
}

@media screen and (max-width:900px) {
	.zg_bj {
		bottom: 1.2rem;
	}

	.bottom,
	.bottom a {
		height: 1.2rem;
	}

	.bottom a {
		line-height: .5rem;
		font-size: .26rem;
		border-right: solid .04rem #eee;
	}

	.bottom a em {
		display: block;
		width: 100%;
		height: .6rem;
		margin-right: 0;
	}

	.bottom a em.ioc01,
	.bottom a.on em.ioc01,
	.bottom a:hover em.ioc01,
	.bottom a em.ioc02,
	.bottom a.on em.ioc02,
	.bottom a:hover em.ioc02,
	.bottom a em.ioc03,
	.bottom a.on em.ioc03,
	.bottom a:hover em.ioc03,
	.bottom a em.ioc04,
	.bottom a.on em.ioc04,
	.bottom a:hover em.ioc04 {
		background-size: auto .4rem;
	}

	.popbox {
		width: 6rem;
		height: 6.4rem;
		border-radius: .15rem;
		font-size: .32rem;
		line-height: .4rem;
		margin: -3.2rem 0 0 -3rem;
	}

	.popbox_tit {
		height: 1.1rem;
		padding-top: .3rem;
		border-top-left-radius: .15rem;
		border-top-right-radius: .15rem;
		background-size: .8rem;
	}

	.formbox {
		width: 84%;
	}

	.formbox select {
		padding-right: .2rem;
		width: 96%;
		height: .8rem;
		line-height: .8rem;
		background-size: .15rem;
	}

	.formbox .ipt {
		height: .8rem;
		line-height: .8rem;
	}

	.formbox li {
		padding-top: .1rem;
		height: .8rem;
	}

	.yzm_img {
		top: .15rem;
		width: 40%;
	}

	.formbox input.yzm {
		width: 50%;
	}

	#getyzm {
		font-size: .2rem;
		width: 100%;
		height: .6rem;
		border-radius: .1rem;
		line-height: .6rem;
	}

	#daojishi {
		top: .15rem;
		font-size: .2rem;
		line-height: .6rem;
	}

	.order_btn {
		height: .8rem;
		line-height: .8rem;
		margin-top: .2rem;
		font-size: .3rem;
	}
}


/* zg_ky_list */
.reg_tc {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999999;
	display: none;
}

.tc {
	width: 300px;
	height: 350px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -175px;
	margin-left: -150px;
	background: #fff;
	z-index: 999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	padding: 100px 20px;
	box-sizing: border-box;
}

.tc p {
	text-align: center;
	color: #000;
	font-size: 20px;
	margin-bottom: 40px;
}

.tc a {
	width: 95%;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	background: red;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
}

.tc a:hover {
	text-decoration: none;
}

.policy_label {
    display: block;
    cursor: pointer;
    line-height: 0.2rem;
    font-size: 0.14rem;
}

.policy_label input {
	height: 0.14rem;
	width: 0.14rem;
}

.policy_label span a {
	color: #1579D7;
}

.policy_label span a:hover {
	text-decoration: underline;
}