﻿@charset "utf-8";

/* CSS Document*/
html {
	font-size: 10px;
}

* {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none
}

li {
	list-style-type: none;
}

.ft14 {
	font-size: 1.4rem;
}

.ft16 {
	font-size: 1.6rem;
}

.ft18 {
	font-size: 1.8rem;
}


.txtover {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.clear {
	border: none;
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
}

/*清除苹果手机样式*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ddd;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ddd;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ddd;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ddd;
}

input,
button,
select,
textarea {
	outline: none
}

.clear {
	clear: both;
	width: 0;
	height: 0
}

.btbg {
	background: url(../images/bt.jpg) center center no-repeat;
	background-size: cover
}

/*顶部返回菜单*/
.top_nav {
	width: 37.5rem;
	height: 4.5rem;
	margin: auto;
}

.top_nav .tl {
	display: block;
	float: left;
	width: 6rem;
	height: 4.5rem;
}

.top_nav .tl img {
	height: 2.2rem;
	margin: 1.2rem auto auto 1rem;
}

.top_nav .tc {
	display: block;
	float: left;
	width: 25.5rem;
	line-height: 4.5rem;
	text-align: center;
	font-size: 2rem;
	color: #fff
}

.top_nav .tr {
	display: block;
	float: right;
	width: 6rem;
	height: 4.5rem;
	line-height: 4.5rem;
	font-size: 1.8rem;
	color: #c00;
	position: relative;
}

.top_nav .tr .tag {
	display: block;
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 1rem;
	right: 1.6rem;
	background-color: #d00;
	border-radius: 0.5rem;
}

.top_nav .tr img {
	height: 2.5rem;
	margin: 0.8rem auto auto 2rem;
}

.btmline {
	border-bottom: 1px dashed #ffe68e;
}

/*底部导航按钮*/
.nav {
	width: 100%;
	display: block;
	background-image: url("../images/bt_nav.png");
	background-position: center top;
	background-size: 100%;
	height: 7rem;
	bottom: 0;
	position: fixed;
}

.nav .navli {
	width: 20%;
	padding-top: 1.8rem;
	text-align: center;
	font-size: 1.4rem;
	color: #999;
	float: left;
	box-sizing: border-box
}

.nav .navli img {
	width: 2.6rem;
	margin: auto
}

.nav .navlc {
	width: 20%;
	padding-top: 1rem;
	text-align: center;
	font-size: 1.4rem;
	color: #999;
	float: left;
	box-sizing: border-box
}

.nav .navlc img {
	width: 3.4rem;
	margin: auto
}

.btm {
	display: block;
	height: 5.5rem;
	line-height: 3.5rem;
	margin: auto;
	font-size: 1.4rem;
	color: #ccc;
	text-align: center;
	width: 100%;
}

.gay {
	color: #aaa
}

.red {
	color: #f00
}

.blue {
	color: #09f;
}

.green {
	color: #090
}

.yel {
	color: #FFDA63
}

/*截图*/
.cut_div {
	background-color: #c00;
	padding: 0.1rem 0 1.5rem 0;
}

#cut_tishi {
	position: fixed;
	margin: 0;
	z-index: 99999999;
	background-color: #c00;
	color: #FFFCDD;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.6rem;
	text-align: center;
	display: none;
}

/*说明文字弹出窗口*/
.my-skin .layui-layer-btn a {
	background-color: #fff;
	color: #AE0817;
}

.layui-layer-content {
	padding: 0.2rem;
}

.divhide {
	display: none
}

.openwin {
	font-size: 1.5rem;
	color: #666;
	line-height: 200%;
	padding: 0.5rem;
}

.openwin p {
	text-indent: 2em;
	text-align: justify
}

.openwin .title {
	color: #aaa;
	width: 100%;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
}

.openwin .red {
	color: #d00;
}

/*PC端执行下面样式*/
@media screen and (min-width:750px) {
	.ft14 {
		font-size: 14px;
	}

	.ft16 {
		font-size: 16px;
	}

	.ft18 {
		font-size: 18px;
	}

	/*顶部返回菜单*/
	.top_nav {
		width: 750px;
		height: 60px;
		margin: auto;
	}

	.top_nav .tl {
		display: block;
		float: left;
		width: 120px;
		height: 60px;
	}

	.top_nav .tl img {
		height: 30px;
		margin: 15px auto auto 20px;
	}

	.top_nav .tc {
		display: block;
		float: left;
		width: 510px;
		line-height: 60px;
		text-align: center;
		font-size: 24px;
		color: #fff
	}

	.top_nav .tr {
		display: block;
		float: right;
		width: 100px;
		height: 60px;
		line-height: 60px;
		font-size: 20px;
		color: #c00;
		text-align: center;
		position: relative
	}

	.top_nav .tr .tag {
		display: block;
		width: 10px;
		height: 10px;
		position: absolute;
		top: 15px;
		right: 16px;
		background-color: #d00;
		border-radius: 5px;
	}

	.top_nav .tr:hover {
		cursor: pointer
	}

	.top_nav .tr img {
		height: 30px;
		margin: 16px auto auto 40px;
	}

	/*底部导航按钮*/
	.nav {
		width: 750px;
		display: block;
		left: 50%;
		margin-left: -375px;
		background-image: url("../images/bt_nav.png");
		background-position: center top;
		background-size: 100%;
		height: 90px;
		bottom: 0;
		position: fixed;
	}

	.nav .navli {
		width: 20%;
		padding-top: 31px;
		text-align: center;
		font-size: 20px;
		color: #999;
		float: left;
		box-sizing: border-box
	}

	.nav .navli img {
		width: 28px;
		margin: auto
	}

	.nav .navlc {
		width: 20%;
		padding-top: 18px;
		text-align: center;
		font-size: 20px;
		color: #999;
		float: left;
		box-sizing: border-box
	}

	.nav .navlc img {
		width: 42px;
		margin: auto
	}

	.btm {
		display: block;
		height: 68px;
		line-height: 45px;
		margin: auto;
		font-size: 14px;
		color: #ccc;
		text-align: center;
		width: 100%;
	}

	/*说明文字弹出窗口*/
	.layui-layer-content {
		padding: 2px;
	}

	.openwin {
		font-size: 16px;
		color: #666;
		line-height: 200%
	}

	.openwin .title {
		color: #aaa;
		width: 100%;
		font-weight: bold;
		font-size: 24px;
		text-align: center;
	}

	.openwin .red {
		color: #d00;
	}

	/*截图*/
	.cut_div {
		width: 754px;
		background-color: #c00;
		padding: 1px 0 13px 0;
		margin: auto;
	}

	#cut_tishi {
		width: 750px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		text-align: center;
		position: fixed;
		margin: auto;
		z-index: 99999999;
		background-color: #c00;
		color: #FFFCDD;
		left: 0;
		right: 0;
		bottom: 0;
		display: none;
	}
}

@media screen and (min-width:600px) {

	/* .layui-layer-content::-webkit-scrollbar {width:6px;}
.layui-layer-content::-webkit-scrollbar-thumb{background:#ddd;}
.layui-layer-content::-webkit-scrollbar-thumb:hover{background:#AE0817;} */
	.btm {
		display: block;
		height: 68px;
		line-height: 45px;
		margin: auto;
		font-size: 14px;
		color: #ccc;
		text-align: center;
		width: 100%;
	}
}