html{
	font-size: 20px;
}
.g-main-top img{
	width:100%;
}
.g-main-bottom{
	margin: 0 .75rem;
	padding: .75rem;
	box-shadow: 0 0 1rem rgba(43,118,118,.4);
	border-radius: .75rem;
	position: relative;
	top: -2.75rem;
	z-index: 22;
	background: #fff;
}
.g-main-bottom h2{
	font-size:1rem;
	line-height: 1.3rem;
	padding-bottom: .75rem;
	font-weight: bold;
}
.g-main-bottom ul li{
	line-height: 2.4rem;
	width: 100%;
}
.g-main-bottom ul li em,
.g-main-bottom ul li div.g-city em,
.g-main-bottom ul li div.g-city span{
	font-size: .8rem;
	font-weight: bold;
	display: inline-block;
	height: 2.4rem;
	line-height: 2.4rem;
	vertical-align: top;
}
.g-main-bottom ul li div.g-city em{
	width: 5rem;
}
.g-main-bottom ul li div.g-city em::before,
.g-main-bottom ul li.f-stroke em:before,
.g-main-bottom ul li.f-prompt em:before{
	display: inline-block;
	content: "";
	width: .8rem;
	height: 2.4rem;
	vertical-align: top;
	background: url(../img/icon_outset.png) center no-repeat;
	background-size: 95% auto;
	margin-right: 5px;
}
.g-main-bottom ul li div.g-city span{
	display: inline-block;
	width: calc(50% - 3.25rem);
	text-align: center;
}
.g-main-bottom ul li div.g-city-arrivals,
.g-main-bottom ul li div.g-city-start,
.g-main-bottom ul li.f-stroke{
	border-bottom: 1px solid #eee;
}
.g-main-bottom ul li div.g-city-arrivals em::before{
	background: url(../img/icon_end.png) center no-repeat;
	background-size: 95% auto;
}
.g-main-bottom ul li div.g-city span{
	margin-right: .75rem;
	display: inline-block;
	font-weight: normal;
}
.g-main-bottom ul li div.g-city span::after{
	display: inline-block;
	content: "";
	width: .6rem;
	height: 2.4rem;
	vertical-align: top;
	background: url(../img/icon_arrow_bottom.png) center no-repeat;
	background-size: 95% auto;
	margin: 0 .25rem 0 0;
	float: right;
}
.g-main-bottom ul li .u-stroke{
	color: #999;
}
.g-main-bottom ul li.f-stroke em:before{
	background: url(../img/icon_position.png) center no-repeat;
	background-size: 95% auto;
}
.g-main-bottom ul li.f-prompt em:before{
	background: url(../img/icon_risk2.png) center no-repeat;
	background-size: 95% auto;
}
.g-main-bottom ul li.f-prompt-hot em:before{
	background: url(../img/icon_risk.png) center no-repeat;
	background-size: 95% auto;
}
.g-main-bottom ul li.f-prompt div.f-prompt-txt{
	/* display: none; */
	padding: .4rem;
	background: #f2f2f2;
	line-height: 1rem;
	border-radius: .2rem;
	text-align: justify;
}
.f-prompt-txt span{
	color: #3aaa08;
	margin: 0 .25rem;
}
.f-prompt-txt span.red{
	color: #f00;
}
.g-main-bottom ul li.f-prompt div.f-prompt-txt b{
	color: #f00;
	display: inline-block;
	line-height: 1.5rem;
	vertical-align: top;
}
.g-main-bottom ul li.f-policy{
	margin-bottom: .5rem;
}
.g-main-bottom ul li.f-policy em:before{
	background: url(../img/icon_policy.png) center no-repeat;
	background-size: 95% auto;
}
.g-main-bottom ul li.f-policy a.f-more{
	display: none;
	background: #ffb600;
	height: 2.1rem;
	line-height: 2.1rem;
	text-align: center;
	color: #fff;
	font-size: .9rem;
	border-radius: .2rem;
	margin-top: .75rem;
}
.g-main-bottom ul li.f-policy ul,
.g-main-bottom ul li.f-policy button{
	display: none;
}
.g-main-bottom ul li.f-policy2 ul,
.g-main-bottom ul li.f-policy2 button{
	display: block;
}
.g-main-bottom ul li.f-policy2 .f-prompt-txt,
.g-main-bottom ul li.f-policy2 a.f-more{
	display: none;
}
.g-main-bottom ul li.f-policy2 ul{
	position: relative;
	margin-left: 1.5rem;
}
.g-main-bottom ul li.f-policy2 ul.f-policy-list::after{
	display: inline-block;
	content: "";
	width: 2px;
	height: calc(100% - 1.5rem);
	background: #e2e2e2;
	position: absolute;
	top: .75rem;
	left: 0;
}
.g-main-bottom ul li.f-policy2 ul li{
	position: relative;
	line-height: 1.5rem;
	padding-left: .75rem;
	margin-bottom: .75rem;
	text-align: justify;
}
.g-main-bottom ul li.f-policy2 ul li a{
	display: block;
	max-height: 4.5rem;
	overflow: hidden;
	position: relative;
}
.g-main-bottom ul li.f-policy2 ul li a span{
	display: inline-block;
	color: #ffb600;
	position: absolute;
	bottom: 0;
	right: 0;
}
.g-main-bottom ul li.f-policy2 ul li a span.u-static-position{
	position: static;
}
.g-main-bottom ul li.f-policy button{
	display: none;
}
.g-main-bottom ul li.f-policy button.u-more{
	display: none;
	background: none;
	line-height: 2rem;
	height: 2rem;
	width: 100%;
	text-align: center;
	border: none;
	margin-top: .75rem;
	color: #ffb600;
	font-size: 1rem;
}
.g-main-bottom ul li.f-policy2 button.u-more{
	display: block;
}
.g-main-bottom ul li.f-policy2 button.u-more::after{
	display: inline-block;
	content: "";
	width: .9rem;
	height: 1rem;
	vertical-align: top;
	background: url(../img/icon_back2.png) center no-repeat;
	background-size: 95% auto;
	margin-left: .25rem;
}
.g-main-bottom ul li.f-policy2 ul li::after{
	display: inline-block;
	content: "";
	width: .5rem;
	height: .5rem;
	background: #17ad10;
	position: absolute;
	top: .5rem;
	left: -.2rem;
	z-index: 22;
	border-radius: 50%;
}
.g-main-bottom ul li.f-policy2 ul li span::before{
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	content: "";
	vertical-align: top;
    background-image: -moz-linear-gradient( 0deg, rgba(255,255,255,0) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgba(255,255,255,0) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 0deg, rgba(255,255,255,0) 0%, rgb(255,255,255) 100%);
}
.g-main-bottom ul li.f-policy2 ul li a span.u-static-position::before{
	display: none;
}
.g-main-bottom ul li.f-policy2 ul li span::after{
	display: inline-block;
	content: "查看全文";
	background: #fff;
}


/* 选择地区 */
.iphone{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index: 100;
	display: none;
}
.browser{
	height: 50%;
	position: absolute;
	width: 100%;
	background: #fff;
	bottom: 0;
	top: 100%;
}
header{
	position: relative;
	border-bottom: 1px solid #eee;
}
header h3{
	text-align: center;
	font-size: 1.2rem;
	line-height: 4rem;
}
header .close{
	display: block;
	position: absolute;
	right: .75rem;
	top: 0;
	width: 1.2rem;
	height: 4rem;
	background: url(../img/close-area.png) center no-repeat;
	background-size: 95%;
}
.express-area-box{
	height: 100%;
}
.areaBox{
	height: calc(100% - 8rem);
	overflow: auto;
}

.area-list{
	
}
.area-list li{
	line-height: 3rem;
	padding: 0 .75rem;
	border-bottom: 1px solid #e2e2e2;
}



.g-content h1{
	height: 4.5rem;
	line-height: 4.5rem;
	font-size: 1.5rem;
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
}
.g-content .f-content{
	text-align: justify;
	padding: .9rem;
	line-height: 1.8rem;
	font-size: 1rem;
}
.g-content .f-content p{
	margin: .75rem 0;
}

.g-main-bottom ul li.tishi-box h3{
			font-size: .8rem;
			font-weight: bold;
			margin-bottom: .5rem;
			color: #f00;
		}
		.g-main-bottom ul li.tishi-box{
			background: #e2e2e2;
			padding: .5rem;
			text-align: justify;
			line-height: 1rem;
			font-size: .7rem;
		}
		.f-down-btn{
			display: block;
			background: #ffb600;
			color: #fff;
			font-size: .7rem;
			text-align: center;
			margin-top: .5rem;
			padding: .25rem 0;
		}

@media screen and (max-width : 1000px){
	html{
		font-size: 18px;
	}
}
@media screen and (min-width : 1000px){
	body{
		width: 800px;
		margin: 0 auto;
	}
}