.top-logo {
	position: relative;
}

.top-logo .logo-text {
	position: absolute;
	top: 64%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: .8rem;
}

.small-cells {
	margin: -1.4rem .8rem 0;
	border-radius: .3rem;
	/* 盒子阴影 */
	-webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0px 15px rgba(0, 0, 0, .15);
	box-shadow: 0 0px 15px rgba(0, 0, 0, .15);

	/* background-image: url(../images/logobg.png);
	background-repeat: no-repeat;
	background-position: 4rem 2.8rem;
	background-size: 20rem 20rem; */
	overflow: visible;
}

.small-cells .head-cell {
	padding: .75rem .7rem;

}

.small-cells .head-cell:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1rem;
	background: url(../img/box-bor00.png) no-repeat left bottom;
	background-size: contain;
}

*.small-cells .head-cell:last-child:after{
	background:url(../img/box-bor00.png) no-repeat left bottom;background-size:contain;
}*
.small-cells .head-cell .text-hd {
	font-size: .65rem;
	color: #425582;
	font-weight: bold;
}

.input-cell {
	border: 1px solid #eee;
	margin: .4rem 0 .4rem;
	border-radius: .3rem;
	padding: .3rem .6rem;
}

.input-cell .weui-input {
	font-size: .6rem;
	display: block;
	line-height: inherit;
	height: auto;
}

.input-cell .sao-box {
	padding-left: .6rem;
	border-left: 1px solid #eee;
}

.input-cell .sao-box img {
	width: .95rem;
}

.small-cells .head-cell .text-tip {
	font-size: .55rem;
	color: #4c5365;
	padding: .1rem 0 .4rem;
}

.list-cell {
	padding-left: 0;
}

.list-cell p.title {
	font-size: .6rem;
	color: #000;
}

.list-cell p.tip {
	font-size: .55rem;
	color: #a1a1a1;
}

.list-cell .img-icon {
	width: 1.3rem;
	display: block;
	margin-right: .4rem;
	position: relative;
	z-index: 2;
}

.list-cell:after {
	content: " ";
	position: absolute;
	left: .6rem;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e5e5e5;
}

.list-cell:first-child:after {
	height: 50%;
	top: 50%;
}

.list-cell:last-child:after {
	height: 50%;
}

.com-cell {
	padding: .55rem .8rem;
}

.content-box .con-title {
	color: #252a36;
	font-size: .65rem;
	font-weight: bold;
}

.text-cells {
	margin-top: 0;
	padding-bottom: .5rem;
}

.text-cells .weui-cell {
	padding: .4rem .8rem;
}

.text-cells .weui-cell .text-tip {
	font-size: .5rem;
	color: #a1a1a1;
	padding-bottom: .1rem;
}

.text-cells .weui-cell .text-com {
	font-size: .65rem;
	color: #252a36;
}

.text-cells .weui-cell .comimg {
	width: .5rem;
	margin-right: .2rem;
	margin-bottom: .1rem;
}

/*js show*/
.showbtn {
	font-size: .65rem;
	color: #425582;
	padding-right: .6rem;
}

.results {
	padding: 1.4rem .6rem;
}

.results h5 {
	font-size: .75rem;
	color: #252a36;
	padding: 1rem 0 .2rem;
}

.results p {
	font-size: .55rem;
	color: #868585;
}

.results img {
	width: 3.3rem;
	animation: imgsize 1s ease-out 0.3s;
	-webkit-animation: imgsize 1s ease-out 0.3s;
	-moz-animation: imgsize 1s ease-out 0.3s;
	-ms-animation: imgsize 1s ease-out 0.3s;
}


@-moz-keyframes imgsize {
	0% {
		-ms-transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
	}

	10% {
		-ms-transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
	}

	60% {
		-ms-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}

	100% {
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@-ms-keyframes imgsize {
	0% {
		-ms-transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
	}

	10% {
		-ms-transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
	}

	60% {
		-ms-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}

	100% {
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@-webkit-keyframes imgsize {
	0% {
		-ms-transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
	}

	10% {
		-ms-transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
	}

	60% {
		-ms-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}

	100% {
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes imgsize {
	0% {
		-ms-transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
	}

	10% {
		-ms-transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
	}

	60% {
		-ms-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}

	100% {
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

.num-flex {
	padding: .6rem 0;
}

.num-flex .weui-flex__item {
	padding: 0 .1rem;
}

.num-flex .num-box {
	text-align: center;
	font-size: .95rem;
	color: #383838;
	/* background: url(../images/num-bg.png) no-repeat;
	background-size: 100% 100%; */
	border: 1px solid #e5e5e5;
	border-radius: .2rem;
	padding: .3rem 0;
	line-height: 1em;
}

.show-cell {
	padding: .3rem 0 .3rem 0rem;
}

.show-cell .timess {
	font-size: .5rem;
	color: #817e7e;
}

.show-cell .ipadd {
	font-size: .5rem;
	color: #817e7e
}

.show-cell .weui-cell__hd {
	text-align: center;
	width: 1.4rem;
	margin-right: .2rem;
}

.show-cell .weui-cell__hd img {
	position: relative;
	width: .8rem;
	z-index: 2;
}

.show-cell:after {
	content: " ";
	position: absolute;
	top: 0;
	left: .7rem;
	border-left: 1px dotted #eee;
	height: 100%;
}

.show-cell:first-child .weui-cell__hd img {
	width: 1.3rem;
}

.show-cell:first-child .timess {
	font-size: .65rem;
	color: #252a36;
}

.show-cell:first-child:after {
	height: 50%;
	top: 50%;
}

.show-cell:last-child:after {
	height: 50%;
}


.tip-cell {
	-webkit-box-align: inherit;
	-webkit-align-items: inherit;
	align-items: inherit;
	padding: .3rem 0;
}

.tip-cell .weui-cell__hd {
	text-align: center;
	width: .6rem;
	margin-right: .2rem;
}

.tip-cell .weui-cell__hd .dians {
	background: #425582;
	position: relative;
	width: 8px;
	height: 8px;
	z-index: 2;
	margin: 20% auto 0;
	border-radius: 50%;
}

.tip-cell .textaa {
	font-size: .5rem;
	color: #817e7e;
}

.tip-cell:after {
	content: " ";
	position: absolute;
	top: 0;
	left: .29rem;
	border-left: 1px dotted #eee;
	height: 100%;
}

.tip-cell:first-child:after {
	height: 80%;
	top: 20%;
}

.tip-cell:last-child:after {
	height: 35%;
}

.number-flex {
	padding: 1.2rem 1rem;
}

.number-flex .weui-flex__item {
	padding: .15rem;

}

.number-flex .weui-flex__item .number {
	padding: .2rem;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	/* 盒子阴影 */
	-webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0px 20px rgba(0, 0, 0, .2);
}

.number-flex .weui-flex__item .number .numb {
	background: #10a3fd;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: .7rem;
}

.btn-flex {
	padding: 0 1.6rem .5rem;
}

.btn-flex .weui-flex__item {
	padding: 0 .35rem;
}

.small-btn.blue {
	background: #4c79cd;
	color: #fff;
	font-size: .6rem;
	border: none;
	/* 盒子阴影 */
	-webkit-box-shadow: 0 0px 8px rgba(21, 97, 238, .5);
	-moz-box-shadow: 0 0px 8px rgba(21, 97, 238, .5);
	box-shadow: 0 0px 8px rgba(21, 97, 238, .5);
}

.small-btn.blue:active {
	background: #3c6ac1;
}

.small-btn.default {
	font-size: .6rem;
	/* 盒子阴影 */
	-webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 0px 15px rgba(0, 0, 0, .08);
	box-shadow: 0 0px 15px rgba(0, 0, 0, .08);
}

.small-btn.default:active {
	background: #f3f2f2;
}

.wei-warp {
	padding: 2.2rem 0;
	margin: 0 1.2rem;
	background: url(../images/weima-bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.wei-warp .wei-box {
	background: url(../images/weixin00.png) no-repeat;
	padding: .8rem;
	width: 5.4rem;
	margin: 0 auto;
	background-size: 100% 100%;
}

.wei-warp .wei-box img {
	width: 5.4rem;
	height: 5.4rem;
}

.logo-img {
	position: absolute;
	top: 14.5%;
	left: 49%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	/*width:13.5%;*/
	width: 7rem;
	height: 7rem;
	border-radius: 50%;

}

.logo-img img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
}

.bottomtips {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.bottomtips .title {
	font-size: .65rem;
	color: black;
	font-weight: bold
}

.bottomtips .desc {
	font-size: .55rem;
	color: #a1a1a1;
}

hr.style-one {
	/*内嵌水平线*/
	width: 80%;
	margin: 0 auto;
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr.style-two {
	/*透明渐变水平线*/
	width: 80%;
	margin: 0 auto;
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.style-three {
	/*渐变*/
	width: 80%;
	margin: 0 auto;
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
}


/***********************************框内内容样式******************************************/
.content1 {
	width: 95%;
	height: 120px;
	border: 1px solid #c9c9c9;
	margin-top: 2.5%;
    margin-left: 2.5%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content_list1 {
	font-size: 14px;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #1A1A1A;
	width: 100%;
}

.content_list1 .content_list_row {
	display: flex;
	flex-flow: row;
	padding: 10px 0;
	margin: 0;
	width: 90%;
	font-size: 12px;
}

/*dl模块*/
.content_list1 .content_list_row .content_list_tit {
	line-height: 25px;
	height: 25px;
	font-weight: bold;
	margin-left: 10%;
}

/*第一行dd模块*/
.content_list1 .content_list_row .content_list_text1 {
	padding-left: 0.7rem;
	line-height: 25px;
	flex: 1;
	font-weight: bold;
	color: #000;
	text-align: left;
	font-size: 38px;
	letter-spacing: 11px;
	/* 设置字体之间的间距 */
}

/*第二行dd模块*/
.content_list1 .content_list_row .content_list_text2 {
	padding-left: 0.6rem;
	line-height: 25px;
	flex: 1;
	font-weight: bold;
	color: #000;
	text-align: left;
	font-size: 36px;
	font-family: 'GuoliTTF';
	letter-spacing: 3px;
	/* 设置字体之间的间距 */
}


.bottom_d {
	position: absolute;
	width: 90%;
	bottom: 50px;
	color: #797979;
	font-size: 12px;
	margin-left: 5%;
}

/***********************************设置ttf文件字体样式******************************************/
@font-face {
	font-family: "GuoliTTF";
	src: url("../fonts/glxk.ttf");
	font-weight: normal;
	font-style: normal;
}