@font-face {
    font-family: 'lobsterregular';
    src: url('/css/features/2017/font/lobster-regular.eot');
    src: url('/css/features/2017//css/features/2017/font/lobster-regular.eot') format('embedded-opentype'),
         url('/css/features/2017/font/lobster-regular.ttf') format('truetype'),
         url('/css/features/2017//css/features/2017/font/lobster-regular.woff2') format('woff2'),
         url('/css/features/2017/font/lobster-regular.woff') format('woff'),
         url('/css/features/2017/font/lobster-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
html,body{
	min-width: 1300px;
	height: 100%;
	font-family: Arial, "Microsoft YaHei", "Î¢ÈíÑÅºÚ", STXihei, "»ªÎÄÏ¸ºÚ", serif;
	color: #fff;
	*font-family: "microsoft yahei";
}
html{
	overflow: hidden;
}
a{
	text-decoration: none;
	display: inline-block;
}
img{
	border: none;
	vertical-align: top;
}
ul,li{
	list-style-type: none;
}
::-webkit-scrollbar-track-piece {
	background-color:#f5f5f5;
	border-left:1px solid #d2d2d2;
}
::-webkit-scrollbar {
	width: 13px;
	height: 13px;
}
::-webkit-scrollbar-thumb {
	background-color: #c2c2c2;
	background-clip: padding-box;
	border: 1px solid #979797;
	min-height: 28px;
}
::-webkit-scrollbar-thumb:hover {
	border: 1px solid #636363;
	background-color: #929292;
}
.clear::after{
	content: "";
	display: block;
	clear: both;
}
.clear{
	zoom: 1;
}
.mob{
	display: none;
}
.bg{
	background: #0a052c;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.bgWrap{
	position: relative;
	overflow: hidden;
}
.ani-bg{
	-webkit-animation: ani-bg 150s linear infinite;
	-moz-animation: ani-bg 150s linear infinite;
	animation: ani-bg 150s linear infinite;
}
.ani-stop{
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	animation-play-state: paused;
}
.masking{
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
.masking-black{
	background: rgba(0,0,0,.75);
}
.bgList{
	width: 100%;
	height: 0;
	padding-top: 52%;
}
.bg1{
	background: url(/css/features/2017/img/bg1.png) center no-repeat;
	background-size: 100% 100%;
}
.bg2{
	background: url(/css/features/2017/img/bg2.png) center no-repeat;
	background-size: 100% 100%;
}
.bg3{
	background: url(/css/features/2017/img/bg3.png) center no-repeat;
	background-size: 100% 100%;
}
.bg4{
	background: url(/css/features/2017/img/bg4.png) center no-repeat;
	background-size: 100% 100%;
}
.bg5{
	background: url(/css/features/2017/img/bg5.png) center no-repeat;
	background-size: 100% 100%;
}
.bg6{
	background: url(/css/features/2017/img/bg6.png) center no-repeat;
	background-size: 100% 100%;
}
@-webkit-keyframes ani-bg{
	from{
		-webkit-transform: translateY(0);
	}
	to{
		/*-webkit-transform: translateY(-85.7%);*/
		-webkit-transform: translateY( -webkit-calc(-600% / 7) );
	}
}
@-moz-keyframes ani-bg{
	from{
		-moz-transform: translateY(0);
	}
	to{
		-moz-transform: translateY( -moz-calc(-600% / 7) );
	}
}
@keyframes ani-bg{
	from{
		transform: translateY(0);
	}
	to{
		transform: translateY(-85.7%);
		transform: translateY( calc(-600% / 7) );
	}
}
.main{
	height: 100%;
	position: relative;
	z-index: 10;
	overflow-y: auto;
}
.main_list{
	height: 100%;
	min-height: 600px;
	position: relative;
}
.main_list h1{
	width: 406px;
	height: 255px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin-top: -20px;
}
.main_list h1 img{
	width: 100%;
}
/*1*/
.title-en{
	width: 20px;
	height: 304px;
	background: url(/css/features/2017/img/TravelDailyChinaSpecialFeature2017-s.png) top left no-repeat;
	position: absolute;
	top: 80px;
	right: 80px;
	z-index: 19;
	border-right: 1px #fe337f solid;
	padding-right: 5px;
}
.t-nav{
	width: 36px;
	position: absolute;
	left: 82px;
	bottom: 45px;
	z-index: 19;
}
.t-nav-list{
	font-size: 18px;
	line-height: 26px;
	color: #fe337f;
	margin-bottom: 30px;
	padding-left: 6px;
	cursor: pointer;
	position: relative;
	writing-mode: vertical-lr;
	letter-spacing: 4px;
}
.t-nav-list::before{
	width: 1px;
	height: -webkit-calc(100% - 4px);
	height: -moz-calc(100% - 4px);
	height: calc(100% - 4px);
	background: #fe337f;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.t-nav-list:hover{
	color: #fff;
}
.t-nav-list:hover::before{
	background: #fff;
}
.t-next{
	width: 30px;
	height: 30px;
	border-left: 2px #fe337f solid;
	border-bottom: 2px #fe337f solid;
	cursor: pointer;
	position: absolute;
	left: 50%;
	bottom: 80px;
	z-index: 19;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.t-next:hover{
	border-color: #fff;
}
.share{
	position: absolute;
	right: 80px;
	bottom: 80px;
	z-index: 20;
}
.share-txt{
	width: 65px;
	font-size: 16px;
	line-height: 40px;
	color: #fe337f;
	float: left;
}
.share-icon{
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 5px;
	cursor: pointer;
	position: relative;
}
.share-icon a{
	width: 100%;
	height: 100%;
	display: block;
}
.i-wx{
	background: url(/css/features/2017/img/share-icon.png) 0px 0px no-repeat;
}
.i-wb{
	background: url(/css/features/2017/img/share-icon.png) -40px 0px no-repeat;
}
.i-yj{
	background: url(/css/features/2017/img/share-icon.png) -80px 0px no-repeat;
}
.wxImg{
	width: 120px;
	padding: 0 10px 16px;
	position: absolute;
	bottom: 22px;
	left: -46px;
	z-index: 10;
	display: none;
}
.wxImg img{
	width: 100%;
}
.i-wx:hover{
	background: url(/css/features/2017/img/share-icon.png) 0px -43px no-repeat;
}
.i-wb:hover{
	background: url(/css/features/2017/img/share-icon.png) -40px -43px no-repeat;
}
.i-yj:hover{
	background: url(/css/features/2017/img/share-icon.png) -80px -43px no-repeat;
}
.i-wx:hover .wxImg{
	display: block;
}

/*2*/
.nav{
	width: 100%;
	height: 81px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	background: rgba(24,20,53,.9);
}
.navFixed{
	position: fixed;
	z-index: 100;
}
.nav-l{
	width: 81px;
	height: 81px;
	float: left;
	background: url(/css/features/2017/img/chronicle-s.png) #fe337f center no-repeat;
}
.nav-r{
	float: right;
}
.nav-r li{
	width: 160px;
	height: 81px;
	float: left;
	border-left: 1px #423f58 solid;
	font-size: 16px;
	line-height: 81px;
	text-align: center;
	cursor: pointer;
}
.nav-r li.navthis{
	color: #fe337f;
}
.nav-r li:hover{
	color: #fe337f;
}
.foreword{
	width: 780px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 19;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.foreword h2 img{
	width: 110px;
}
.foreword-text{
	margin-top: 60px;
}
.foreword-text p{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 26px;
}
/*3*/
.chronicle{
	width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin-top: 40px;
}
.chronicle-l{
	width: 57px;
	float: left;
}
.chronicle-l img{
	width: 50px;
}
.chronicle-r{
	width: 1014px;
	float: right;
}
.chronicle-list{
	width: 474px;
	height: 148px;
	float: left;
	overflow: hidden;
	margin-right: 32px;
	margin-bottom: 28px;
	background-size: 100% 100%;
}
.chronicle-text{
	width: 100%;
	height: 100%;
	background: rgba(25,25,25,.6);
	padding: 0 12px 0 28px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
}
.chronicle-text em{
	width: 96px;
	font-size: 58px;
	line-height: 78px;
	font-style: normal;
	font-family: 'lobsterregular';
	display: inline-block;
	padding-top: 36px;
}
.chronicle-text em::after{
	content: "";
	width: 2px;
	height: 50px;
	background: #fff;
	display: inline-block;
	margin-left: 18px;
	transform: rotate(20deg);
}
.chronicle-text h3{
	width: -webkit-calc(100% - 110px);
	width: -moz-calc(100% - 110px);
	width: calc(100% - 110px);
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	text-align: left;
	display: inline-block;
	padding-top: 44px;
	vertical-align: top;
}
.cBg1{
	background: url(/css/features/2017/img/c1.jpg) center no-repeat;
}
.cBg2{
	background: url(/css/features/2017/img/c2.jpg) center no-repeat;
}
.cBg3{
	background: url(/css/features/2017/img/c3.jpg) center no-repeat;
}
.cBg4{
	background: url(/css/features/2017/img/c4.jpg) center no-repeat;
}
.cBg5{
	background: url(/css/features/2017/img/c5.jpg) center no-repeat;
}
.cBg6{
	background: url(/css/features/2017/img/c6.jpg) center no-repeat;
}
.cBg7{
	background: url(/css/features/2017/img/c7.jpg) center no-repeat;
}
.cBg8{
	background: url(/css/features/2017/img/c8.jpg) center no-repeat;
}
.cBg9{
	background: url(/css/features/2017/img/c9.jpg) center no-repeat;
}
.cBg10{
	background: url(/css/features/2017/img/c10.jpg) center no-repeat;
}
.cBg11{
	background: url(/css/features/2017/img/c11.jpg) center no-repeat;
}
.cBg12{
	background: url(/css/features/2017/img/c12.jpg) center no-repeat;
}
.cBg13{
	background: url(/css/features/2017/img/c13.jpg) center no-repeat;
}
.cBg14{
	background: url(/css/features/2017/img/c14.jpg) center no-repeat;
}
.cBg15{
	background: url(/css/features/2017/img/c15.jpg) center no-repeat;
}
.cBg16{
	background: url(/css/features/2017/img/c16.jpg) center no-repeat;
}
.chrOne .chronicle-l{
	float: right;
	margin-right: 50px;
}
.chrOne .chronicle-r{
	float: left;
}
.chrTwo .chronicle-l{
	margin-left: 50px;
}
.chronicle-text:hover{
	background: #e51b67;
}

/*5*/
.vista{
	width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.vista-r{
	width: 220px;
	float: right;
	text-align: center;
}
.vista-r img{
	width: 50px;
}
.vista-l{
	float: left;
	width: 980px;
}
.vista-lImg{
	width: 100%;
	display: block;
}
.vista-cont{
	margin-top: 20px;
}
.vista-list{
	width: 319px;
	height: 70px;
	float: left;
	margin-right: 11px;
	position: relative;
	cursor: pointer;
}
.vista-list:nth-last-child(1){
	margin-right: 0;
}
.vista-question{
	width: 100%;
	height: 100%;
	text-align: center;
	display: -webkit-box;
	padding: 0 20px;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}
.vista-question p{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.vista-question p span{
	font-weight: normal;
}
.vBg1{
	background: #d53f49;
}
.vBg2{
	background: #c51824;
}
.vBg3{
	background: #951e26;
}
.vista-particulars{
	width: 100%;
	height: 100%;
	padding-top: 7px;
	background: #939292;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	display: none;
}
.vista-particulars p{
	font-size: 18px;
	line-height: 30px;
}
.vista-particulars span{
	width: 105px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	margin: 0 auto;
	text-align: center;
	display: block;
}
.vista-particulars span i{
	font-style: normal;
	font-family: simsun;
}
.vista-list:hover .vista-particulars{
	display: block;
}
.copy{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 80px;
	z-index: 19;
}
.copy-l{
	width: 280px;
	float: left;
	margin-left: 82px;
}
.copy-l img{
	width: 105px;
	display: block;
	margin-bottom: 12px;
}
.copy-l p{
	font-size: 14px;
	line-height: 16px;
}
.copy-r{
	width: 540px;
	height: 17px;
	float: right;
	margin-right: 82px;
	background: url(/css/features/2017/img/TravelDailyChinaSpecialFeature2017-h.png) center no-repeat;
	margin-top: 56px;
}

/*box*/
#box{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	overflow-y: auto;
	display: none;
}
.box-left{
	width: 183px;
	height: 120px;
	background: url(/css/features/2017/img/chronicle-x.png) center no-repeat;
	background-size: 100% auto;
	position: fixed;
	top: 92px;
	left: 81px;
	z-index: 1000;
}
.box-close{
	width: 36px;
	height: 36px;
	cursor: pointer;
	position: fixed;
	top: 92px;
	right: 50%;
	margin-right: -570px;
	z-index: 1000;
}
.box-close::before,.box-close::after{
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
}
.box-close::before{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.box-close::after{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.box-wrap{
	width: 780px;
	margin: 0 auto;
	padding-top: 150px;
}
.box-top{}
.box-top h2{
	font-size: 24px;
	line-height: 30px;
	color: #fe337f;
	margin-bottom: 25px;
}
.box-top p{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 40px;
}
.box-question{
	padding: 18px 50px 30px;
	border: 2px #fe337f solid;
	border-image-source: url(/css/features/2017/img/border.png);
	border-image-slice: 2 65 14 2;
	border-image-width: auto;
	border-image-outset: 0;
	border-image-repeat: repeat;
	margin-bottom: 30px;
}
.box-question::before{
	content: "";
	width: 56px;
	height: 44px;
	float: left;
	background: url(/css/features/2017/img/question-r.png) center no-repeat;
}
.box-question h2{
	width: 600px;
	font-size: 22px;
	line-height: 28px;
	color: #fe337f;
	float: left;
	padding-top: 5px;
	margin-left: 20px;
}
.icon-comment{
	margin: 40px auto 20px;
	background: url(/css/features/2017/img/icon-comment.png) left center no-repeat;
	padding-left: 45px;
	font-size: 18px;
	line-height: 26px;
	color: #fe337f;
}
.box-comment{
	margin: 10px auto 125px;
	border-top: 1px #474747 solid;
	
}
.comment-list{
	padding: 26px 0 36px;
	border-bottom: 1px #474747 solid;
}
.comment-l{
	width: 80px;
	height: 80px;
	float: left;
	border-radius: 100%;
	overflow: hidden;
}
.comment-l img{
	width: 100%;
	height: 100%;
}
.comment-r{
	width: 675px;
	float: left;
	margin-left: 20px;
	padding-top: 5px;
}
.comment-r h3{
	font-size: 20px;
	line-height: 34px;
}
.comment-r p{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 24px;
}
.comment-title{
	margin-bottom: 10px;
}
.comment-title span{
	color: #d0d0d0;
	font-size: 16px;
	line-height: 36px;
	margin-right: 10px;
}
.box-vista{
	margin-top: 55px;
	margin-bottom: 100px;
}
.boxVista-list{
	border: 2px #fff solid;
	padding: 18px 24px 18px 38px;
	margin-bottom: 30px;
	cursor: pointer;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.boxVista-list:hover{
	background: #fe337f;
	border-color: #fe337f;
}
.boxVista-list p{
	width: 530px;
	font-size: 18px;
	line-height: 26px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px;
}
.boxVista-list::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 56px;
	height: 44px;
	background: url(/css/features/2017/img/question-w.png) center no-repeat;
}
.boxVista-list::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 48px;
	height: 22px;
	background: url(/css/features/2017/img/tab-vista.png) center no-repeat;
}
.box-bottom{
	text-align: center;
	margin-bottom: 100px;
}
.box-bottom i{
	width: 540px;
	height: 17px;
	background: url(/css/features/2017/img/TravelDailyChinaSpecialFeature2017-h.png) center no-repeat;
	margin-right: 80px;
	display: inline-block;
}

@media screen and (min-width: 640px) and (max-width: 1700px) {
	.foreword h2 img{
		width: 100px;
	}
	.chronicle{
		width: 1000px;
	}
	.chronicle-r{
		width: 840px;
	}
	.chronicle-l img{
		width: 44px;
	}
	.chronicle-list{
		width: 400px;
		height: 124px;
		background-size: 100% auto;
		margin-right: 16px;
		margin-bottom: 16px;
	}
	.chronicle-text em{
		padding-top: 24px;
	}
	.chronicle-text h3{
		padding-top: 32px;
	}
	.vista{
		width: 1000px;
	}
	.vista-l{
		width: 810px;
	}
	.vista-r{
		width: 170px;
	}
	.vista-r img{
		width: 35px;
	}
	.vista-list{
		width: 262px;
	}
	.copy{
		bottom: 30px;
	}
	.copy-r,.box-bottom i{
		width: 420px;
		background-size: 100% auto;
	}
}
@media screen and (min-width: 640px) and (max-width: 1400px) {
	.main_list h1{
		width: 345px;
		height: 224px;
	}
	.t-nav{
		bottom: 20px;
	}
	.share{
		bottom: 50px;
	}
	.foreword,.chronicle{
		margin-top: 40px;
	}
	.foreword h2 img{
		width: 90px;
	}
	.foreword-text{
		margin-top: 40px;
	}
	.foreword-text p{
		font-size: 15px;
		margin-bottom: 16px;
	}
	.chronicle{
		width: 890px;
	}
	.chronicle-r{
		width: 740px;
	}
	.chronicle-l img{
		width: 48px;
	}
	.chronicle-list{
		width: 350px;
		height: 109px;
	}
	.chronicle-text em{
		width: 86px;
		padding-top: 20px;
		font-size: 50px;
	}
	.chronicle-text em::after{
		height: 40px;
	}
	.chronicle-text h3{
		padding-top: 27px;
		font-size: 16px;
	}
	.vista{
		width: 890px;
	}
	.vista-l{
		width: 700px;
	}
	.vista-list{
		width: 226px;
	}
	.vista-question p{
		font-size: 16px;
		line-height: 20px;
	}
	.vista-particulars p{
		font-size: 16px;
	}
	.copy-r,.box-bottom i{
		width: 420px;
		background-size: 100% auto;
	}
}
@media screen and (max-width: 640px){
	::-webkit-scrollbar{
		width: 0;
	}
	html, body{
		min-width: 320px;
	}
	.pc{
		display: none;
	}
	.mob{
		display: block;
	}
	.t-next{
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.bgList{
		padding-top: 100vh;
	}
	.bg1{
		background: url(/css/features/2017/img/m-bg1.png) center no-repeat;
		background-size: auto 100%;
	}
	.bg2{
		background: url(/css/features/2017/img/m-bg2.png) center no-repeat;
		background-size: auto 100%;
	}
	.bg3{
		background: url(/css/features/2017/img/m-bg3.png) center no-repeat;
		background-size: auto 100%;
	}
	.bg4{
		background: url(/css/features/2017/img/m-bg4.png) center no-repeat;
		background-size: auto 100%;
	}
	.bg5{
		background: url(/css/features/2017/img/m-bg5.png) center no-repeat;
		background-size: auto 100%;
	}
	.bg6{
		background: url(/css/features/2017/img/m-bg6.png) center no-repeat;
		background-size: auto 100%;
	}
	.main_list{
		height: auto;
		min-height: 100px;
	}
	.mOne{
		height: 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-pack: center;
	}
	.td-logo{
		width: 106px;
		height: 50px;
		background: url(/css/features/2017/img/logo-traveldaily.png) center no-repeat;
		margin: 0 auto 40px;
		background-size: 100%;
		margin-top: -15%;
		-webkit-transform: translateY(-55px);
		transform: translateY(-55px);
	}
	.main_list h1,.foreword,.chronicle,.vista{
		height: auto;
		margin: 0 auto;
		position: static;
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
	}
	.main_list h1{
		width: 53%;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}
	.t-nav{
		display: none;
	}
	.title-en{
		width: 12px;
		height: 220px;
		top: 60px;
		right: 20px;
		background-size: auto 100%;
	}
	.share{
		display: none;
	}
	.nav{
		height: 44px;
	}
	.nav-l{
		width: 44px;
		height: 44px;
		background-size: 30px;
	}
	.nav-r{
		width: -webkit-calc(100% - 44px);
		width: calc(100% - 44px);
		display: -webkit-box;
		-webkit-box-orient: horizontal;
	}
	.nav-r li{
		height: 44px;
		font-size: 12px;
		line-height: 44px;
		float: none;
		-webkit-box-flex: 1;
	}
	.foreword{
		padding-top: 80px;
		width: 84%;
	}
	.foreword h2{
		text-align: center;
	}
	.foreword h2 img{
		width: 60px;
	}
	.foreword-text{
		margin-top: 20px;
	}
	.foreword-text p{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.mThree{
		margin-top: 60px;
	}
	.chronicle{
		width: 92%;
	}
	.chronicle-l{
		display: none;
	}
	.chronicle-l img.mob{
		width: 90px;
		display: inline-block;
		margin-bottom: 20px;
	}
	.chrOne .chronicle-l{
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	.chronicle-r{
		width: 100%;
		float: none;
	}
	.chronicle-list{
		width: 100%;
		height: 0;
		padding-top: 31%;
		margin-right: 0;
		margin-bottom: 20px;
		position: relative;
		float: none;
		overflow: hidden;
		background-size: 100% 100%;
	}
	.chronicle-text{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-pack: center;
	}
	.chronicle-text em{
		padding-top: 0;
		width: 60px;
		font-size: 40px;
		line-height: 42px;
	}
	.chronicle-text em::after{
		height: 30px;
		margin-left: 10px;
	}
	.chronicle-text h3{
		width: -webkit-calc(100% - 80px);
		width: calc(100% - 80px);
		padding-top: 0;
		font-size: 15px;
		line-height: 20px;
	}
	.mFive{
		margin-top: 60px;
	}
	.vista{
		width: 92%;
	}
	.vista-r{
		width: 100%;
		float: none;
	}
	.vista-r img.mob{
		width: 180px;
		display: inline-block;
	}
	.vista-l{
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	.vista-list{
		width: 100%;
		height: 46px;
		margin-right: 0;
		margin-bottom: 12px;
	}
	.vista-question p{
		font-size: 16px;
	}
	.vista-list:hover .vista-particulars{
		display: none;
	}
	.vista-question{
		padding: 0 40px 0 20px;
	}
	.vista-question::after{
		content: "";
		width: 16px;
		height: 16px;
		border-right: 1px #fff solid;
		border-bottom: 1px #fff solid;
		position: absolute;
		top: 50%;
		right: 16px;
		z-index: 10;
		margin-top: -8px;
		transform: rotate(-45deg);
	}
	.copy{
		position: static;
		padding-bottom: 30px;
	}
	.copy-l{
		width: 100%;
		float: none;
		text-align: center;
		margin-left: 0;
		margin-top: 30px;
	}
	.copy-l img{
		width: 90px;
		display: inline-block;
	}
	.copy-l p{
		font-size: 12px;
	}
	.copy-r{
		width: 80%;
		margin: 25px auto 0;
		float: none;
		background-size: 100%;
	}
	/*box*/
	.box-left{
		display: none;
	}
	.box-close{
		margin-right: 0;
		right: 30px;
		top: 30px;
	}
	.box-logo{
		width: 120px;
		height: 56px;
		background: url(/css/features/2017/img/logo-traveldaily.png) center no-repeat;
		background-size: 100%;
		margin-bottom: 25px;
	}
	.box-wrap{
		width: 90%;
		padding-top: 45px;
	}
	.box-top h2{
		font-size: 20px;
	}
	.box-top p{
		font-size: 14px;
		line-height: 24px;
	}
	.box-comment{
		margin-bottom: 40px;
	}
	.icon-comment{
		font-size: 16px
	}
	.comment-list{
		padding: 25px 0 10px;
	}
	.comment-l{
		width: 70px;
		height: 70px;
		margin-right: 18px;
	}
	.comment-r{
		width: 100%;
		float: none;
		margin: 0;
	}
	.comment-r h3{
		font-size: 18px;
		line-height: 30px;
		float: left;
		width: -webkit-calc(100% - 90px);
		width: calc(100% - 90px);
	}
	.comment-title{
		margin-top: 10px;
		float: left;
		width: -webkit-calc(100% - 90px);
		width: calc(100% - 90px);
		margin-bottom: 12px;
	}
	.comment-title span{
		font-size: 14px;
		line-height: 18px;
	}
	.comment-r p{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.box-bottom{
		width: 80%;
		margin: 0 auto 60px;
	}
	.box-bottom i{
		width: 100%;
		background-size: 100%;
		margin: 0;
	}
	.box-question{
		padding: 18px 15px 30px;
	}
	.box-question::before{
		width: 34px;
		height: 30px;
		background-size: 100%;
	}
	.box-question h2{
		font-size: 18px;
		width: -webkit-calc(100% - 64px);
		width: calc(100% - 64px);
		padding-top: 0;
		margin-left: 12px;
	}
	.box-vista{
		margin-top: 0;
		margin-bottom: 40px;
	}
	.boxVista-list{
		padding: 18px 15px;
	}
	.boxVista-list::before{
		width: 34px;
		height: 30px;
		background-size: 100%;
	}
	.boxVista-list::after{
		display: none;
	}
	.boxVista-list p{
		margin: 0 0 0 15px;
		width: -webkit-calc(100% - 64px);
		font-size: 16px;
		line-height: 24px;
	}
	.navFixed,.box-close{
		position: sticky;
	}
}
