﻿@charset "utf-8";
body, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, select, textarea, button, th, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight:normal;}
ul, dl, ol { list-style: none; }
img, fieldset, input[type="submit"] { border: 0 none; }
img { display: inline-block; overflow: hidden; vertical-align: top; }
em { font-style: normal; }
table { border-collapse: collapse; border-spacing: 0; }
button, input[type="button"] { cursor: pointer; border: 0 none; }
menu { margin: 0; padding: 0; }
input[type="number"] { -webkit-user-select: text; }
a, button, input, img { -webkit-touch-callout: none; }
input, select, textarea { outline: none; }
.clearfix:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0; font-size:0; }
.clearfix { display:inline-block; zoom:1; }
html[xmlns] .clearfix { display:block; }
* html .clearfix { zoom:1; }
html, body { height: 100%; }
a { text-decoration: none;}
html { font-size:62.5%; overflow-x:hidden;}
body { font-family: Helvetica,STHeiti,Droid Sans Fallback; font-size: 1.1rem; line-height:1.5; color:#b13b02; height:100%;/* background:#fff;*/ background-size:100%; -webkit-user-select: none; -webkit-text-size-adjust: none!important; -webkit-overflow-scrolling:touch;/*流畅滚动*/}
.wrap{ width:100%; height:100%; position: relative;}

.left{
	float:left;
}
.right{
	float:right;
}

.clear:after{
	content:'';
	display: block;
	clear:both;
}
.wrap img{
	width: 100%;
}
.window{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: absolute;
	
	
}
.details_c {
    width: 72%;
    height: 18rem;
    border-radius: 1rem;
    background: #fff;
    margin: 0 auto;
    margin-top: 60%;
    box-shadow: inset 0px 0px 30px #ffdde4;
}
.details_c ul{
	height: 70%;
	margin-top: 1rem;
	margin-left: 1rem;
}
.details_c ul li{
	color: #333;
	font-size: 1.2rem;
}
.details_c ul li img{
	width: 1rem;
	height: 1rem;
	margin-top:.2rem ;
}
.details_c ul .gao{
	color: #333;
	font-size: 1.2rem;
	margin-top: .1rem;
}
.switch{
	width: 100%;
	height: 23%;
	border-top: .1rem solid #c7c5c5;
}
.switch_1{
	width: 50%;
	height: 100%;
	border-right: .1rem solid #c7c5c5 ;
}
.switch_1 a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 3.5rem;
	color: #000000;
	
}
.switch_2{
	width: 49%;
	height: 100%;
}
.switch_2 a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 3.5rem;
	color: #ff5677;
	
}





@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2) {

}