@charset "utf-8";
@media only screen and (min-width:767px) {
	html,
	body {
		font-size: 100px;
	}
}

@media only screen and (min-width:411px)and (max-width: 767px) {
	html,
	body {
		font-size: 55px;
	}
}

@media only screen and (min-width: 374px) and (max-width: 411px) {
	html,
	body {
		font-size: 50px;
	}
}

@media only screen and (min-width: 321px) and (max-width: 374px) {
	html,
	body {
		font-size: 48px;
	}
}

@media only screen and (max-width: 321px) {
	html,
	body {
		font-size: 45px;
	}
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

* {
	font-family: "微软雅黑";
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: inherit;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	outline: none;
	border-radius: 0;
	word-break: break-all;
	background: transparent;
}

html,
body {
	min-height: 100%;
	background-color: #F7F7F7;
	padding-bottom: 1.2rem;
}

.container {
	padding-top: .9rem;
}

ul,
li,
dl,
dt,
dd,
ol {
	list-style: none;
}

input[type=checkbox] {
	width: .21rem;
	height: .21rem;
	background: url(../img/checkbox.png)no-repeat center;
	background-size: contain;
}

input:checked[type=checkbox] {
	background-image: url(../img/checked.png);
}

textarea {
	resize: none;
}

button {
	outline: none
}

mark {
	background: none;
	color: inherit;
}

i {
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-style: normal;
}

i.back {
	left: .36rem;
	top: .31rem;
	width: .16rem;
	height: .27rem;
	background-image: url(../img/back.png);
}

i.scope {
	left: .16rem;
	top: .14rem;
	width: .3rem;
	height: .3rem;
	background-image: url(../img/scope.png);
}

i.goto {
	right: .25rem;
	top: .34rem;
	width: .09rem;
	height: .18rem;
	background-image: url(../img/goto.png);
}

a {
	color: inherit;
	text-decoration: inherit;
}

a:hover {
	color: #27C963;
}

.submitbtn {
	width: 5.55rem;
	height: 0.9rem;
	line-height: 0.9rem;
	font-size: 0.3rem;
	text-align: center;
}

.opbtn {
	display: flex;
	width: 1.72rem;
	font-size: 0;
	border: 1px solid #c3c3c3;
}

.opbtn .pbtn,
.opbtn .rbtn {
	display: inline-block;
	width: .5rem;
	height: .5rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: transparent;
}

.opbtn .pbtn {
	border-left: 1px solid #c3c3c3;
	background-image: url(../img/pbtn.png);
}

.opbtn .rbtn {
	border-right: 1px solid #c3c3c3;
	background-image: url(../img/rbtn.png);
}

.opbtn input {
	width: .72rem;
	height: .5rem;
	padding: 0 .07rem;
	font-size: .25rem;
	text-align: center;
}

.loading {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
}

.loading img {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 1.2rem;
	height: 1.2rem;
}

.loadgif {
	display: none;
	width: 100%;
}

.loadgif img {
	width: 100%;
}

.button {
	position: absolute;
	left: 0;
	top: 0;
	width: .83rem;
	height: .9rem;
}

header {
	position: relative;
	height: .9rem;
	margin-bottom: .1rem;
	line-height: .9rem;
	font-size: 0.3rem;
	color: #5f5f5f;
	text-align: center;
	background-color: #fff;
}

.bgimg {
	height: 1.66rem;
}

.bgimg img {
	width: 100%;
	height: 1.66rem;
	object-fit: cover;
}


/*页眉*/

.header {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: .9rem;
	padding-left: .1rem;
	padding-right: .35rem;
	line-height: .9rem;
	font-size: 0;
	background-color: #fff;
}

.header .logo {
	font-size: 0;
}

.header .logo img {
	width: 2.68rem;
	object-fit: contain;
	vertical-align: middle;
}

.header .operate .search-icon,
.header .operate .menu-icon {
	width: .34rem;
	height: .34rem;
	object-fit: contain;
	vertical-align: middle;
}

.header .operate .menu-icon {
	margin-left: .46rem;
}


/*页脚*/

footer {
	text-align: center;
	font-size: .12rem;
	color: #7d7d7d;
	padding-bottom: .17rem;
}

.payment {
	padding-top: .38rem;
	padding-bottom: .25rem;
	font-size: 0;
	text-align: center;
	background-color: #E8E8E8;
}

.paybox {
	display: flex;
}

.paybox>div {
	flex: 1;
}

.payment img {
	width: 1.6rem;
	object-fit: contain;
}

.tdcode {
	display: block;
	margin: 0 auto;
	margin-top: .24rem;
	margin-bottom: .13rem;
}

.paytips {
	margin-top: .22rem;
	font-size: .12rem;
	color: #9a9a9a;
}

.paymessage {
	padding: 0 .35rem;
	margin-top: .34rem;
	text-align: left;
}

.firstcount {
	padding-top: .35rem;
	border-top: 1px solid #d5d5d5;
	font-size: .2rem;
	color: #279C63;
}

.firstcount span:first-child {
	display: inline-block;
	min-width: .9rem;
	text-align: right;
	margin-right: .25rem;
}

.elsecount {
	display: flex;
	flex-wrap: wrap;
}

.elsecount span {
	font-size: .16rem;
	color: #595959;
}

.countbox {
	width: 50%;
	margin-top: .27rem;
	font-size: .16rem;
	color: #595959;
}

.cline span:first-child {
	display: inline-block;
	min-width: .9rem;
	text-align: right;
	margin-right: .25rem;
	margin-bottom: .05rem;
}

.exhref {
	display: flex;
	justify-content: center;
	margin-top: .19rem;
	margin-bottom: .14rem;
}

.exhref a {
	display: inline-block;
	height: .12rem;
	line-height: .12rem;
	padding: 0 .05rem;
	border-right: 1px solid #dfdfdf;
	white-space: nowrap;
}

.exhref a:last-child {
	border: none;
}

.sidebar {
	position: fixed;
	z-index: 150;
	top: 60%;
	right: .2rem;
	width: .88rem;
	height: 3.52rem;
	line-height: .88rem;
	font-size: 0;
	text-align: center;
	background-color: #fff;
}
.sidebar a{
	display: block;
	width: .88rem;
	height: .88rem;
	font-size: 0;
}
.sidebar mark {
	position: absolute;
	top: .18rem;
	right: .18rem;
	width: auto;
	height: .2rem;
	line-height: .2rem;
	font-size: .14rem;
	color: red;
	font-weight: bold;
	white-space: nowrap;
}

.sidebar img {
	width: .5rem;
	height: .5rem;
	object-fit: contain;
	vertical-align: middle;
}


/*视图切换*/

.viewtab {
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: 0;
	display: flex;
	width: 100%;
	height: .98rem;
	padding-top: .15rem;
	font-size: 0;
	color: #9A9A9A;
	text-align: center;
	border-top: 1px solid #DFDFDF;
	background-color: #fff;
}

.viewtab a {
	flex: 1;
	color: #9A9A9A;
}

.viewtab img {
	width: .4rem;
	height: .4rem;
	object-fit: contain;
}

.viewtab div {
	margin-top: .05rem;
	font-size: .2rem;
}


/*搜索*/

.search {
	position: fixed;
	z-index: 300;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: #f7f7f7;
}

.search .title {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: .9rem;
	background-color: #fff;
}

.search span {
	margin-left: .32rem;
	margin-right: .36rem;
	line-height: .9rem;
	font-size: .3rem;
	color: #279C63;
}

.search-input {
	position: relative;
	flex: 1;
	font-size: 0;
	margin-left: .85rem;
	margin-top: .18rem;
}

.search-input input {
	width: 100%;
	height: .58rem;
	padding-left: .61rem;
	font-size: .3rem;
	background-color: #ececec;
}

.search-input input::-webkit-input-placeholder {
	color: #b0b0b0;
}


/*菜单*/

.menucover {
	display: none;
	position: fixed;
	z-index: 200;
	top: .9rem;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/*pointer-events: ;*/
}

.menu {
	font-size: .22rem;
	color: #5F5F5F;
	text-align: center;
	background-color: #F7F7F7;
}

.loginresign {
	display: flex;
	height: .78rem;
	line-height: .78rem;
}

.loginresign a {
	flex: 1;
	overflow: hidden;
}

.loginresign mark {
	width: 1px;
	height: .3rem;
	margin-top: .24rem;
	background-color: #DFDFDF
}

.menu .item {
	display: block;
	line-height: .69rem;
	border-top: 1px solid #dfdfdf;
}

.menu .item img {
	width: .22rem;
	height: .27rem;
	margin-right: .12rem;
	object-fit: contain;
	vertical-align: middle;
}

.article_content {
	padding-top: .5rem;
	text-align: center;
	font-size: .3rem;
}

.article_content>div {
	margin-bottom: .2rem;
}

.account {
	font-size: .32rem;
	text-align: center;
	color: #279c63;
}

.article_content dl {
	margin-bottom: .5rem;
}

.article_content dt {
	margin-bottom: .3rem;
	font-size: .32rem;
	color: #279C63;
}

.article_content dd {
	margin: .1rem 0;
	font-size: .3rem;
}

.qq {
	margin-bottom: .3rem;
	font-size: .32rem;
	color: #279C63;
}

/* waiting */
.waiting {
	position: relative;
	z-index: 999;
	/*box-sizing: content-box;*/
}
.waiting-shade, .waiting-main {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.waiting-shade {
	background-color: rgba(0,0,0,0);
	pointer-events: auto;
}
.waiting-main {
	display: table;
	font-family: Helvetica,arial,sans-serif;
	pointer-events: none;
}
.waiting-section {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.waiting-content {
	width: 2.6rem;
	height: 1.6rem;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: .1rem;
	margin: auto;
	color: #fff;
	font-size: .28rem;
	font-weight: 600;
}

.waiting .spinner {
	padding-top: .3rem;
	padding-bottom: .2rem;
	margin: auto;
	width: 1.4rem;
	text-align: center;
}

.waiting .spinner > div {
	width: .26rem;
	height: .26rem;
	background-color: #fff;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.waiting .spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.waiting .spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% {
		  -webkit-transform: scale(1.0);
		  transform: scale(1.0);
	  }
}
