@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:16px;
	color:#000;
}

@media (max-width: 380px) {
	body{ font-size:14px; }
}

@media (max-width: 325px) {
	body{ font-size:12px; }
}

@media (min-width: 760px) {
	body{ font-size:28px; }
}

a{
	color:#000;
}

a:hover{
	text-decoration: none;
	color: #c00 !important;
}

img{
	display:block;
	max-width: 100%;
	max-height: 100%;
}

a,input,textarea{
	outline: none;
}

table{
	font-size: 1em;
}

p,li{
	overflow: hidden;
}

.photo{
	position: relative;
}

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

.fw a:hover{
	color: #dfdfdf !important;
}

.abs{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 1;
}

.abs0{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
}

.abs i,.abs0 i{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

#page{
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#header{
	position: relative;
}

#header .bg{
	position: relative;
	overflow: hidden;
}

#header .bg img{
	width: 100%;
	margin-top: -10.8vw;
}

#header .top{
	height: 1.7em;
	position: absolute;
	width: 92.6%;
	left: 3.7%;
	top: 0.6em;
}

#header .top .back{
	position: absolute;
	left: 0px;
	bottom: 0.39em; 
	width: 0.5em;
	height: 0.92em;
	background: url("images/back.png") no-repeat left center;
	background-size: contain;
}

#header .top .share{
	position: absolute;
	right: 0px;
	bottom: 0.33em; 
	width: 1.04em;
	height: 1.04em;
	background: url("images/share.png") no-repeat right center;
	background-size: contain;
}

#header .cover1{
	position: absolute;
	width: 88.6%;
	height: 1.4em;
	bottom: 0px;
	left: 5.7%;
	background:rgba(255,255,255,0.25);
}

#header .cover2{
	position: absolute;
	width: 95.2%;
	height: 0.8em;
	bottom: 0px;
	left: 2.4%;
	background:rgba(255,255,255,0.75);
}

#attention{
	text-align: center;
	margin-top: -2.3em;
	position: relative;
	z-index: 2;
	transform: translateZ(2em);
}

#attention .circle{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 3.2em;
	height: 3.2em;
	border-radius: 50%;
	cursor: pointer;
}

#attention .circle .icon{
	position: absolute;
	top: 0.6em;
	width: 100%;
	left: 0%;
	height: 0.85em;
	background: url("images/att1.png") no-repeat center center;
	background-size: auto 100%;
}

#attention.on .circle .icon{
	background-image: url("images/att2.png");
}

#attention .circle p{
	position: absolute;
	width: 100%;
	left: 0%;
	bottom: 0.8em;
	line-height: 1.2em;
	font-size: 0.8em;
}

#attention .circle .t2{
	display: none;
}

#attention.on .circle .t1{
	display: none;
}

#attention.on .circle .t2{
	display: block;
}

#attention h4{
	font-weight: normal;
	font-size: 0.7em;
	line-height: 1.2em;
	margin-top: 0.5em;
}

.list{
	margin: 0px 3.6%;
}

.list li{
	position: relative;
	margin-top: 1.6em;
	background: linear-gradient(to right, #fff, #f5f5f5, #f5f5f5, #f5f5f5, #f5f5f5);
	border-radius: 0.7em 0.2em 0.7em 0.2em;
	overflow: visible;
}

.list .photo{
	float: left;
	width: 8.9em;
	height: 5.2em;
	border-radius: 0.7em 0.2em 0.7em 0.2em;
	overflow: hidden;
	margin-top: -0.42em;
}

.list .photo img{
	width: 100%;
	height: 100%;
}

.list .text{
	float: right;
	width: calc(100% - 10.6em);
	padding: 0.6em 0.85em 0.6em 0.85em;
}

.list .text h4{
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.2em;
	height: 3.6em;
	text-align: justify;
}

.list .text p{
	line-height: 1.2em;
	margin-top: 0.4em;
	color: #999ca1;
}

.list .text p i{
	font-style: normal;
	font-size: 0.7em;
	margin-right: 1em;
}

.list .style2{
	background: #f5f5f5;
	border-radius: 0.2em 0.2em 0.7em 0.2em;
}

.list .style2 .text{
	float: none;
	width: auto;
}

.list .style2 .text h4{
	height: auto;
}

.list .video{
	border-radius: 0.2em;
	overflow: hidden;
	position: relative;
}

.list .video img{
	width: 100%;
	height: 100%;
}

.list .video .time{
	position: absolute;
	left: 0.9em;
	bottom: 0.8em;
	color: #fff;
	background: rgba(0,0,0,0.6);
	padding: 0px 0.4em;
	height: 1.3em;
	line-height: 1.3em;
	font-size: 0.8em;
}

.list .video .play{
	position: absolute;
	right: 0.7em;
	bottom: 0.4em;
	width: 1.85em;
	height: 1.85em;
	background: url("images/play.png");
	background-size: 100% 100%;
}

#nav{
	height: 5.4em;
	/*margin: 1.2em 3.6% 0px 3.6%;*/
	border-radius: 0.88em 0.88em 0em 0em;
	overflow: hidden;
	position: relative;
}

#nav .border{
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(100% - 0.4em);
	height: calc(100% - 0.2em);
	border: 0.2em solid rgba(255,255,255,0.3);
	border-bottom: none;
	border-radius: 0.88em 0.88em 0em 0em;
}

#nav ul{
	margin: 1.1em 0.2em 0em 0.2em;
	overflow-x: scroll;
	white-space: nowrap;
	scrollbar-width: none;
	-webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 90%, transparent);
	mask-image: linear-gradient(to right, transparent, black 5%, black 90%, transparent);
}

#nav ul{
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#nav ul::-webkit-scrollbar {
	display: none;
}

#nav ul li{
	display: inline-block;
	margin: 0px 0.7em;
	height: 1.7em;
	line-height: 1.7em;
	position: relative;
	overflow: visible;
}

#nav ul li a{
	position: relative;
	z-index: 2;
	transform: translateZ(2em);
}

#nav ul li,#nav ul li a{
	color: rgba(0,0,0,0.75);
}

#nav ul .on,#nav ul .on a{
	color: rgba(0,0,0,1);
}

#nav ul .on{
	font-weight: bold;
}

#nav ul .on em{
	position: absolute;
	right: -0.3em;
	top: 0em;
	width: 0.45em;
	height: 0.45em;
	border-radius: 50%;
	border: 0.2em solid #fff;
}

.loading{
	text-align: center;
	padding: 20px 0;
	color: #999;
}

.loading i{
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #ddd;
	border-top-color: #30bafc;
	border-radius: 50%;
	margin-right: 10px;
	animation: spin 0.8s linear infinite;
}

@keyframes spin{
	to{ transform: rotate(360deg); }
}
