/* 初始化样式 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: couriernew, courier, monospace;
}

small {
	font-size: 12px;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}


/* 头部 */

body {
	min-width: 1200px;
	font-family: "Microsoft YaHei";
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 54px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 30px 0px rgba(38, 38, 38, 0.1);
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	z-index: 999;
}

.header-main {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.logo {
	float: left;
	width: 106px;
	height: 54px;
}

.logo img {
	width: 117px;
	height: 40px;
	margin-top: 5px;
}

.header-list {
	float: right;
	/* margin-right: 140px; */
}

.header-list ul {
	font-size: 14px;
	line-height: 54px;
}

.header-list ul li {
	float: left;
	/*margin: 0px 10px;*/
	color: #666666;
	/*padding: 0 5px;*/
	cursor: pointer;
}

.select a{
	color: #fd8e14!important;
}

.select .line{
	width: 50px;
	height: 2px;
	background: #fd8e14;
	margin-left: 20px;
	margin-top: -2px;
}

.ch,
.en {
	position: absolute;
	right: 0px;
	top: 20px;
	width: 62px;
	height: 20px;
	border: 1px solid rgba(102, 102, 102, 1);
	border-radius: 10px;
}

.ch .lang-left {
	width: 50%;
	height: 20px;
	line-height: 20px;
	background: rgba(102, 102, 102, 1);
	border-radius: 9px 0px 0px 9px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	float: left;
	cursor: pointer;
}

.ch .lang-right {
	width: 50%;
	height: 20px;
	line-height: 20px;
	background: rgba(255, 255, 255, 1);
	border-radius: 0px 9px 9px 0px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	float: left;
	cursor: pointer;
}

.en .lang-left {
	width: 50%;
	height: 20px;
	line-height: 20px;
	background: rgba(255, 255, 255, 1);
	border-radius: 9px 0px 0px 9px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	float: left;
	cursor: pointer;
}

.en .lang-right {
	width: 50%;
	height: 20px;
	line-height: 20px;
	background: rgba(102, 102, 102, 1);
	border-radius: 0px 9px 9px 0px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	float: left;
	cursor: pointer;
}


/* 尾部 */

.footer {
	width: 100%;
	height: 220px;
}

.footer-main {
	position: relative;
	width: 1200px;
	/*height: 200px;*/
	margin: 0 auto;
}

.footer-list {
	width: 850px;
	margin-top: 80px;
	height: 100%;
}

.footer-list-li {
	float: left;
	width: 33%;
}

.li-title {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.li-mall-title {
	margin-top: 30px;
	font-size: 14px;
	color: #999999;
}

.li-mall-titles {
	margin-top: 16px;
	font-size: 14px;
	color: #999999;
}

.footer-bottom {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #18194E;
	font-size: 14px;
	text-align: center;
	color: #999999;
}

.code {
	width: 100px;
	height: 120px;
	position: absolute;
	right: 0px;
	top: 10px;
	text-align: center;
}

.code div {
	font-size: 16px;
	color: #333333;
	margin-top: 6px;
}


/* menu */

.menu {
	height: 54px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-left: auto;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu ul li {
	/* width and height of the menu items */
	width: 100px;
	float: left;
	overflow: hidden;
	position: relative;
	line-height: 54px;
	text-align: center;
}

.menu ul li a {
	/* must be postioned relative*/
	position: relative;
	display: block;
	width: 100px;
	height: 54px;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}

.menu ul li a span {
	/* all layers will be absolute positioned */
	position: absolute;
	left: 0;
	width: 90px;
}

.menu ul li a span.out {
	top: 0px;
}

.menu ul li a span.over,
.menu ul li a span.bg {
	/* hide */
	top: -54px;
}


/** 2nd example **/

#menu2 ul li a {
	color: #666666;
}

#menu2 ul li a span.over {
	color: #FFFFFF;
	/*background-color: #333333;*/
	/*background-color: #666666;*/
	background: #fd8e14;
}



.hide {
	display: none !important;
}

.no-data {
	position: absolute;
	top: 150px;
	z-index: 12;
	color: #a9a8b7;
}

.mui-bar-nav.mui-bar .mui-icon {
	margin-right: -10px;
	margin-left: -10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #000000;
}


/*等待动画*/

.loading-container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: transparent;
}

.loader {
	width: 80px;
	height: 84px;
	background: #000000;
	opacity: 0.6;
	border-radius: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
}

@-webkit-keyframes line-spin-fade-loader {
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}

@keyframes line-spin-fade-loader {
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}

.line-spin-fade-loader {
	position: relative;
}

.line-spin-fade-loader>div:nth-child(1) {
	top: 14px;
	left: 0;
	-webkit-animation: line-spin-fade-loader 1.2s 0.12s infinite ease-in-out;
	animation: line-spin-fade-loader 1.2s 0.12s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(2) {
	top: 10px;
	left: 11px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: line-spin-fade-loader 1.2s 0.24s infinite ease-in-out;
	animation: line-spin-fade-loader 1.2s 0.24s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(3) {
	top: 0;
	left: 14px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-animation: line-spin-fade-loader 1.2s 0.36s infinite ease-in-out;
	animation: line-spin-fade-loader 1.2s 0.36s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(4) {
	top: -10px;
	left: 11px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: line-spin-fade-loader 1.2s 0.48s infinite ease-in-out;
	animation: line-spin-fade-loader 1.2s 0.48s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(5) {
	top: -14px;
	left: 0;
	-webkit-animation: line-spin-fade-loader 1.2s 0.6s infinite ease-in-out;
	animation: line-spin-fade-loader 1.2s 0.6s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(6) {
	top: -10px;
	left: -11px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: line-spin-fade-loader 1.2s 0.72s infinite ease-in-out;
	animation: line-spin-fade-loader 1.2s 0.72s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(7) {
	top: 0;
	left: -14px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-animation: line-spin-fade-loader 1.2s 0.84s infinite ease-in-out;
	animation: line-spin-fade-loader 1.2s 0.84s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(8) {
	top: 10px;
	left: -11px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: line-spin-fade-loader 1.2s 0.96s infinite ease-in-out;
	animation: line-spin-fade-loader 1.2s 0.96s infinite ease-in-out;
}

.line-spin-fade-loader>div {
	background-color: #ffffff;
	width: 4px;
	height: 20px;
	border-radius: 2px;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	width: 3px;
	height: 10px;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
	.top_of_form {
		width: 100%;
		font-size: 1.62rem;
		color: #333333;
		font-weight: bold;
		text-align: center;
		position: fixed;
		height: 100px;
		z-index: 999;
		margin: 0 auto;
		left: 0;
		right: 0;
		box-sizing: border-box;
		margin-top: 44px;
		background: #FFFFFF;
		top: -44px;
	}
	.top-title {
		padding-top: 44px;
	}
	.top_of_form .image {
		position: absolute;
		max-width: 10px;
		max-height: 14px;
		left: 1rem;
		top: 5.25rem;
	}
	.top_of_form .image_1 {
		width: 15px;
		height: 15px;
		position: absolute;
		left: 1rem;
		top: 5.25rem;
	}
	.top_of_form img {
		width: 10px;
		height: 17px;
		position: absolute;
		left: 1rem;
		top: 5.25rem;
	}
	.content-box {
		padding-top: 100px;
		width: 100%;
		background: rgba(255, 255, 255, 1);
	}
	.top_of_form .prev-back {
		width: 10px;
		height: 17px;
		position: absolute;
		left: 1rem;
		top: 5.25rem;
	}
	/* X系列适配   */
	.mui-bar {
		position: fixed;
		z-index: 10;
		right: 0;
		left: 0;
		height: 88px !important;
		padding-right: 14px;
		padding-left: 14px;
		border-bottom: 0;
		background-color: #FFFFFF;
		-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, .85);
		box-shadow: 0 0 0px rgba(0, 0, 0, .85);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.mui-bar-nav~.mui-content {
		padding-top: 88px;
	}
	.header-back img {
		width: 10px;
		height: 17px;
		margin-top: 56px;
	}
	.mui-bar .mui-title {
		right: 40px;
		left: 40px;
		display: inline-block;
		overflow: hidden;
		width: auto;
		margin: 0;
		text-overflow: ellipsis;
		margin-top: 44px;
	}
}


@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
	.top_of_form {
		width: 100%;
		font-size: 1.62rem;
		color: #333333;
		font-weight: bold;
		text-align: center;
		position: fixed;
		height: 100px;
		z-index: 999;
		margin: 0 auto;
		left: 0;
		right: 0;
		box-sizing: border-box;
		margin-top: 44px;
		background: #FFFFFF;
		top: -44px;
	}
	.top-title {
		padding-top: 44px;
	}
	.top_of_form .image {
		position: absolute;
		max-width: 10px;
		max-height: 14px;
		left: 1rem;
		top: 5.25rem;
	}
	.top_of_form .image_1 {
		width: 15px;
		height: 15px;
		position: absolute;
		left: 1rem;
		top: 5.25rem;
	}
	.top_of_form img {
		width: 10px;
		height: 17px;
		position: absolute;
		left: 1rem;
		top: 5.25rem;
	}
	.content-box {
		padding-top: 100px;
		width: 100%;
		background: rgba(255, 255, 255, 1);
	}
	.top_of_form .prev-back {
		width: 10px;
		height: 17px;
		position: absolute;
		left: 1rem;
		top: 5.25rem;
	}
	/* Xr系列适配   */
	.mui-bar {
		position: fixed;
		z-index: 10;
		right: 0;
		left: 0;
		height: 94px !important;
		padding-right: 14px;
		padding-left: 14px;
		border-bottom: 0;
		background-color: #FFFFFF;
		-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, .85);
		box-shadow: 0 0 0px rgba(0, 0, 0, .85);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.mui-bar-nav~.mui-content {
		padding-top: 94px;
	}
	.header-back img {
		width: 10px;
		height: 17px;
		margin-top: 62px;
	}
	.mui-bar .mui-title {
		right: 40px;
		left: 40px;
		display: inline-block;
		overflow: hidden;
		width: auto;
		margin: 0;
		text-overflow: ellipsis;
		margin-top: 50px;
	}
}
.dp{
	background: url(../img/icon_passport.png) no-repeat !important;
	background-size: 101px 101px !important;
}
.yy{
	background: url(../img/icon_yy.png) no-repeat !important;
	background-size: 101px 101px !important;
}
.hz{
	background: url(../img/icon_hz.png) no-repeat !important;
	background-size: 101px 101px !important;
}