@charset "utf-8";

html,
body {
	background: #121125;
	font-family: "Microsoft YaHei", "宋体";
	color: #000;
	font-size: 0.6rem;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling:touch;
}

.errorTooltip {
	font-size: 0.6rem;
	position: absolute;
	z-index: 999;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.8);
	width: 80%;
	left: 10%;
	box-sizing: border-box;
	color: #fff;
	padding: 10px;
	text-align: center;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
	transform-origin: bottom;
	-webkit-transform-origin: bottom;
}

.errorTooltipShow {
	transform: scale(1);
	-webkit-transform: scale(1);
}

#container {
	background-size: 100% 100%;
	max-width: 750px;
	margin: 0 auto;
	overflow: auto;
}

#container .con {
	width: 84%;
	margin: 0 auto;
}

#container .con h2 {
	font-size: .34rem;
	color: #376ecf;
	font-weight: bold;
}

#container .con p {
	font-size: .3rem;
	color: #333;
	margin: .3rem auto;
}

header img {
	width: 100%;
}

.logo {
	background: #211D3D;
	height: 1rem;
	width: 100%;
	text-align: center;
	line-height: 1rem;
	padding-top: 0.2rem;
}

.logo img {
	width: 35%;
	margin: 0 auto;
}
.banner{
	width: 100%;
}
.banenr {
	width: 100%;
	background: url(../images/banner.png) no-repeat center top;
	background-size: 100%;
	padding-top: 4.6rem;
}

.wxts{
	width: 80%;
	margin: 0 auto;
	background: #222144;
	padding: 0.2rem;
	color: #fff;
	font-size: 0.24rem;
	line-height: 150%;
}
.wxts b{
	width: 0.22rem;
	height: 0.26rem;
	float: left;
	margin-right: 0.2rem;
}
.wxts b img{
	width: 100%;
}


.ewm {
	width: 38%;
	margin: .56rem auto;
}

.search {
	width: 90%;
	margin: 0 auto 0.6rem;
	padding: 0.05rem;
}

.txt {
	width: 70%;
	height: 0.75rem;
	line-height: 0.75rem;
	padding-left: .2rem;
	background: #eeeeee;
}

.btn {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background-size: 100%;
	color: #fff;
	-webkit-appearance: none;
	width: 100%;
}
.btn img{
	width: 100%;
}

.shaoma {
	width: 100%;
	margin: .2rem auto 0;
	background:linear-gradient(180deg,rgba(16,17,37,1) 0%,rgba(33,29,61,1) 100%);
	padding-bottom: .4rem;
}

.shaoma .tit {
	width: 90%;
	margin: 0 auto;
}

.shaoma .tit .tit_con {
	border-bottom: 1px solid #e3e3e3;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: .3rem;
	font-weight: 600;
	line-height: .35rem;
	margin-bottom: .4rem;
	color: #fff;
}

.shaoma .tit .tit_con b {
	width: 0.09rem;
	height: .35rem;
	background: #376ecf;
	display: inline-block;
	margin-right: .2rem;
}

.sys {
	width: 84%;
	margin: 0 auto .2rem;
	padding-bottom: .47rem;
	font-size: 0.26rem;
	color: #fff;
	height: 0.78rem;
}
.sys img{
	width: 100%;
}

.shuma {
	width: 100%;
	margin: .2rem auto 0;
	background: linear-gradient(180deg,rgba(16,17,37,1) 0%,rgba(33,29,61,1) 100%);
	padding-bottom: .4rem;
}

.shuma .tit {
	width: 90%;
	margin: 0 auto;
}

.shuma .tit .tit_con {
	border-bottom: 1px solid #e3e3e3;
	padding-top: .3rem;
	padding-bottom: 10px;
	font-size: .3rem;
	font-weight: 600;
	line-height: .35rem;
	margin-bottom: .4rem;
	color: #fff;
}

.shuma .tit .tit_con b {
	width: .09rem;
	height: .35rem;
	background: #376ecf;
	display: inline-block;
	margin-right: .2rem;
	float: left;
}

.search {
	width: 84%;
	margin: 0 auto;
	border-radius: 8px;
}

.txt {
	width: 100%;
	border-radius: 8px;
	height: .8rem;
	line-height: .8rem;
	padding-left: .2rem;
	font-size: .3rem;
	margin-bottom: .2rem;
	background: none;
	border: 1px solid #e3e3e3;
	color: #fff;
}

.btn {
	width: 100%;
}

.fangwei {
	width: 100%;
	margin: .3rem auto 0;
	background: linear-gradient(180deg,rgba(16,17,37,1) 0%,rgba(33,29,61,1) 100%);
	padding-bottom: .4rem;
}

.fangwei .tit {
	width: 90%;
	margin: 0 auto;
}

.fangwei .tit .tit_con {
	border-bottom: 1px solid #e3e3e3;
	padding-top: .3rem;
	padding-bottom: 10px;
	font-size: .3rem;
	font-weight: 600;
	line-height: .35rem;
	margin-bottom: .4rem;
	color: #fff;
}

.fangwei .tit .tit_con b {
	width: .09rem;
	height: .35rem;
	background: #376ecf;
	display: inline-block;
	margin-right: .2rem;
	float: left;
}

.result {
	width: 84%;
	margin: 0 auto;
	padding: .26rem;
	border: 1px solid #e3e3e3;
	border-radius: .1rem;
	font-size: .24rem;
	line-height: .38rem;
	color: #fff;
}

.codetype{
	width: 84%;
	font-size: 0.26rem;
	font-weight: bold;
	margin: .2rem auto;
	color: #fff;
	line-height: 150%;
}
.codetype:before{
	width: 0.35rem;
	height: 0.35rem;
	content: '';
	background: url(../images/gth.png) no-repeat left center;
	margin-right: 0.1rem;
	display: inline-block;
	background-size: 100%;
	float: left;
	margin-top: .03rem;
}

.flex_c_c_col{
	display: flex;
	flex-direction: column;
	display: -webkit-flex; 
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.flex_c_c_row{
	display: flex;
	flex-direction: row;
    display: -webkit-flex; 
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
