@CHARSET "UTF-8";
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0; 
}

input[type="number"]{-moz-appearance:textfield;}

.eva_body{
	background-color:#f9f9f9;
	padding-bottom:6rem;
}
.eva_box{
	width:100%;
	margin:0 auto;
	background-color:#fff;
}

.eva_h{
	width:100%;
	height:50px;
	line-height:50px;
	font-size:14px;
	color:#999;
}

.eva_h a{
	color:#2e8cf7;
}

.eva_bk{
	background-color:#fff;
}
.bk_h{
	height:5rem;
	line-height:5rem;
	border-bottom:1px solid #ebebeb;
	text-align:center;
	font-size:1.8rem;
	color:#ffffff;
	background-color:#1a78d6;
}

.bk_c{
	padding:1rem 0;
}

.bk_c li{
	display: flex;
	width:30%;
	height:5rem;
	float:left;
	text-align:center;
	font-size:1.2rem;
	color:#979799;
	border:1px solid #e3e3e3;
	border-radius:6px;
	cursor:pointer;
	margin-left:2.5%;
	margin-bottom:2rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	align-items: center; /* 垂直居中 */
	justify-content: center; /* 水平居中 */
	padding:0.5rem 1rem;
}

.liselected{
	background:url(/img/eva/eva_ok.png)no-repeat right bottom;
	background-size:16px 14px;
	border:1px solid #1780f6 !important;
	color: #1780f6 !important;
}
.bk_f{
	border-top:1px solid #ebebeb;
	background-color:#f9f9f9;
	height:150px;
	line-height:120px;
	text-align:center;
}

.price_btn{
	display:inline-block;
	color:#fe8932;
	text-align:center;
	font-size:2rem;
	position: absolute;
	right:2rem;
	top:2rem;
}
.price_btn2{
	display:inline-block;
	width:100px;
	height:40px;
	line-height:40px;
	border:1px solid #f98a0c;
	color:#f98a0c;
	text-align:center;
	font-size:20px;
	cursor:pointer;
	margin:20px 12.5px;
	position: absolute;
	right:180px;
	bottom:25px;
}
.next_btn{
	display:block;
	width:80%;
	height:4rem;
	line-height:4rem;
	background:#2e8cf7;
	border:1px solid #2e8cf7;
	color:#fff;
	text-align:center;
	font-size:16px;
	cursor:pointer;
	margin:20px auto;
}
.next_btn:link{
	color:#fff;
	background:#2e8cf7;
}
.next_btn2{
	display:inline-block;
	height:40px;
	line-height:40px;
	border:1px solid #f98a0c;
	color:#fff;
	text-align:right;
	cursor:pointer;
	margin:20px 12.5px;
	background:url(/img/eva/eva_wx.png)no-repeat 25px center;
	background-color:#f98a0c;
	position: absolute;
	right:40px;
	bottom:25px;
	width:115px;
	padding-right:25px;
}
.goback_btn{
	display:block;
	width:80%;
	height:40px;
	line-height:40px;
	border:1px solid #2e8cf7;
	color:#2e8cf7;
	text-align:center;
	font-size:16px;
	cursor:pointer;
	margin:20px auto;
	background-color:#fff;
}

.shui{
	text-align:left;
	width:100%;
	height:6rem;
	line-height:6rem;
	background-color:#fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.comDiv{
	width:100%;height:auto;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box; padding:2rem;
}

.shui label{
	display:inline-block;
	text-align:right;
	font-size:1.6rem;
	color:#333333;
	width:auto;
	vertical-align:middle;
}

.shui .w{
	width:16rem;
	text-align:left;
	margin-left:1rem;
}

.xbtn{
	display:inline-block;
	border:1px solid #c2c2c2;
	width:35px;
	height:35px;
	line-height:35px;
	background:#f9f9f9;
	cursor:pointer;
	margin-left:-6px;
	font-size:18px;
	text-align:center;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	vertical-align:top;
	border-top:0;
	border-bottom:0;
}

.add{
	border-right:0;
	background:url(/img/eva/eva_add.png)no-repeat center center !important;
	background-size:11px !important;
}

.sub{
	background:url(/img/eva/eva_sub.png)no-repeat center center !important;
	background-size:11px !important;
}

.xinput{
	display:inline-block;
	width:191px;
	height:35px;
	line-height:35px;
	border:1px solid #c2c2c2;
	padding-left:10px;
	vertical-align:middle;
}


.shui input{
	padding-left:1rem;
	vertical-align:middle;
	font-size:1.6rem;
	line-height:3rem;
	height:3rem;
	outline:none;
	width:15rem;
}
.pk_box{
	width:95%;
	height:auto;
	background-color:#fff;
	text-align:left;
	position:relative;
	-moz-box-sizing: border-box;  /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box; /*W3C标准(IE9+，Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
	margin-left:2.5%
}

.pk_h{
	padding:2rem 2rem 0 2rem;
}
.pk_box h3{
	font-size:2rem;
}

.pk_box .p_h{
	margin-top:10px;
	color:#666;
	font-size:1.4rem;
	vertical-align:middle;
}

.hr{
	border:none;
	width:100%;
	float:left;
	border-top:1px solid #cccccc;
	margin:0 auto;
	margin-top:1rem;
}
.ctr{
	text-align:center;
}
.clear{
	clear:both;
}

.pk_box .p_f{
	font-size:1.2rem;
	line-height:2.5rem;
	color:#999;
}
.pk_btn{
	position: absolute;
	top:10rem;
	right:2rem;
	bottom:3rem;
	width:10rem;
	border-radius:4px;
	font-size:1.6rem;
	height:4rem !important;
	line-height:4rem !important;
}
.price{
	position: absolute;
	right:100px;
	top:30px;
	color:#333;
}

.more_btn{
	display:none;
	padding:1rem 2rem 0 2rem;

}
.pk_up_down{
	height:4rem;
	width:100%;
	background:url(/img/eva/eva_down.png)no-repeat center center;
	background-size:2rem 0.9rem;
}
.icon{
	display:inline-block;
	width:3rem;
	height:2rem;
	background:url(/img/eva/eva_icon.png)no-repeat center center;
	background-size:1.5rem 1.5rem;
	position:relative;
	top:0.5rem;
}
.price span{
	font-size:24px;
	color:#ff6600;
	margin:0 10px;
}

.gd_add{
	display:inline-block;
	height:6rem;
	width:100%;
	text-align:center;
	line-height:6rem;
	color:#1a78d6;
	font-size:1.8rem;
	text-align:center;
	cursor:pointer;
	position:relative;
}

.gd_add_img{
	display:inline-block;
	width:6rem;
	height:6rem;
	background:url(/img/eva/eva_gdadd.png)no-repeat center center;
	background-size:3rem 3rem;
	vertical-align:top;
}

.eva_zm{
	background:url("/img/eva/eva_zm.png")no-repeat center center;
	border:1px solid red;
}

.eva_fm{
	background:url("/img/eva/eva_fm.png")no-repeat center center;
}

.eva_yz{
	background:url("/img/eva/eva_yz.png")no-repeat center center;
	width:9rem !important;
	height:14rem !important;
}

.gd_item{
	width:100%;
	padding:1rem 2rem;
	-moz-box-sizing: border-box;  /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
}

.gd_item label{
	display:inline-block;
	width:9rem;
	font-size:1.6rem;
	color:#333333;
	text-align:left;
	height:3.5rem;
	line-height:3.5rem;
	vertical-align:middle;
}
.input_w{
	border-bottom:1px solid #eaeaea;
	padding:0 2rem;
	height:5rem !important;
	line-height:5rem !important;
	font-size:1.4rem;
}

.input_w input{
	display:inline-block;
	height:3.5rem;
	line-height:3.5rem;
	outline:none;
	width:60%;
	margin:0;
	padding:0;
font-size:1.6rem;
	border:0;
}


.gd_btn{
	display:inline-block;
	width:18rem;
	height:4.2rem;
	line-height:4.2rem;
	border:1px solid #bababa;
	color:#333333;	
	cursor:pointer;
	text-align:left;
	margin-right:3rem;
	font-size:1.6rem;
	border-radius:4px;
	padding-left:1rem;
	position: relative;
}
.gd_btn:before{
	content:"";
	width:6rem;
	height:4.2rem;
	border-left:1px solid #bababa;
	position: absolute;
	right:0;
	top:0;
}

.gd_btn:after{
	content:"";
	width: 0;
	height: 0;
	border-top: 1.2rem solid #bfbfbf;
	border-right: 0.7rem solid transparent;
	border-left: 0.7rem solid transparent;
	position: absolute;
	right:2.5rem;
	top:1.7rem;
}	

.img_box{
	display:inline-block;
	width:auto;
	vertical-align:middle;
	height:auto;
	text-align:left;
	padding:1rem 0;
	background-color:#fafafa;
	-moz-box-sizing: border-box;  /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box; /*W3C标准(IE9+，Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
}

.img_btn{
	display:inline-block;
	width:7.5rem;
	height:6rem;
	text-align:center;
	padding-top:1rem;
	margin:0 auto;
	vertical-align:top;
	border:1px dashed #eaeaea;
	padding:1rem 2rem;
	position:relative;
}

.delicon{
	display:none;
	width:20px;
	height:20px;
	background:url(/img/close1.png)no-repeat center center;
	background-size:100%;
	position:absolute;
	right:-10px;
	top:-10px;
	cursor:pointer;
	z-index:1003;
}
.img_btn img{
	position:absolute;
	left:0;
	top:0;
	z-index:1002;
}

.imgshow{
    width:11.5rem;
	height:8rem;
}

.imgshow2{
    width:13rem;
	height:16rem;
}
.img_btn p{
	font-size:1.4rem;
	color:#cccccc;
	margin-top:4.5rem;
}

.gd_sfz{
	display:inline-block;
	border:1px solid #cacaca;
	width:45%;
	height:80px;
	margin-left:10px;
	margin-top:15px;
}

.gd_p{
	font-size:12px;
	color:#aeaeae;
	margin-top:10px;
}

.gd_selected{
	color:#2e8cf7;
	border:1px solid #2e8cf7;
}


.bn{
	width:120px;
	margin-right:10px;
}

.bn input{
	width:100px;
}

.gd_f{
	border-top:1px solid #eaeaea;
}

.gd_img_btn{
	position: absolute;
    left: 0;
    top: 0;
	font-size: 0;
	opacity: 0;
    filter: alpha(opacity=0);	
    cursor: pointer;
	width:11.5rem;
	height:8rem;
}

.gd_box{
	display:inline-block;
	max-width:310px;
	height:auto;
	border:1px solid #eaeaea;
	padding:10px;
}

.gd_box .gd_add{
	width:100%;
}

.gd_table{
	width:100%;
}
.gd_table tr{
	width:100%;
	height:5rem;
	line-height:5rem;
}
.gd_table td{
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	height:5rem;
	line-height:5rem;
	color:#333;
	background-color:#fff;
	font-size:1.4rem;
}

.del_gd{
	display:inline-block;
	width:5rem;
	height:5rem;
	background:url(/img/eva/del_gd.png)no-repeat center center;
	background-size:2rem 2rem;
	vertical-align:middle;
	
}
.sinput{
	display:inline-block;
	width:200px;
	height:35px;
	line-height:35px;
	border:1px solid #999;
	padding-left:10px;
}

.sinput input{
	width:90%;
}

.ts{
	width:100%;
	text-align:left;
	height:5rem;
	font-size:1.6rem;
	color:#333333;
	padding-left:2rem;
	-moz-box-sizing: border-box;  /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box; /*W3C标准(IE9+，Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
}

.fast_input{
	display:inline-block;
	font-size:1.4rem;
	color:#999;
	height:3rem;
	line-height:3rem;
	padding:0 1rem;
	background-color:#fafafa;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #cccccc;
}


/*eva7*/
.swidth{
	width:77%;
	text-align:left;
	margin-left:150px;
}

.radio_btn{
	display:inline-block;
	height:3rem;
	line-height:3rem;
	font-size:1.4rem;
	padding:0 1rem;
	border-radius:6px;
	background-color:#f3f3f3;
	color:#999;
	cursor:pointer;
	margin-left:1rem;
}
.radio_selected{
	background-color:#3a8ef7;
	color:#fff;
}
.border_none{
	border:0;
}

.comNm{
	background:#ffffff;
	text-align:center;
	font-size:1.8rem;
	font-weight:500;
	width:90%;
	margin:0 auto;
	-moz-box-shadow:0px 5px 11px #aeaeae; -webkit-box-shadow:0px 5px 11px #aeaeae; box-shadow:0px 5px 11px #aeaeae;
	border-radius:6px;
	position: relative;
	margin-bottom:7rem;
}

.sl1:after{
	position: absolute;
    left: 2rem;
    top: -1rem;
    border-bottom: 1rem solid #3a8ef7;
    border-right: 1rem solid transparent;
	border-left: 1rem solid transparent;
    content: "";
}

.sl2:after{
	position: absolute;
    left: 12rem;
    top: -1rem;
    border-bottom: 1rem solid #3a8ef7;
    border-right: 1rem solid transparent;
	border-left: 1rem solid transparent;
    content: "";
}

.sl3:after{
	position: absolute;
    left: 28rem;
    top: -1rem;
    border-bottom: 1rem solid #3a8ef7;
    border-right: 1rem solid transparent;
	border-left: 1rem solid transparent;
    content: "";
}

.comNm h3{
	width:100%;
	height:4rem;
	line-height:4rem;
	font-size:1.6rem;
	color:#fff;
	background-color:#3a8ef7;
	border-radius:6px 6px 0 0;
}

.area{
	width:95%;
	border:1px solid #eaeaea;
	height:auto;
	margin-left:2.5%;;
	min-height:20rem;
	outline:none;
	padding:1rem 2rem;
	-moz-box-sizing: border-box;  /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
	background-color:#f9f9f9;
}

.areap{
	display:inline-block;
	line-height:5rem;
	font-size:1.4rem;
	color:#0577f1;
	cursor:pointer;
	margin-left:1rem;

}

.btnp{
	display:inline-block;
	line-height:5rem;
	font-size:1.4rem;
	color:#0577f1;
	cursor:pointer;
	margin-left:40%;
}

.eva_upd{
	vertical-align:top;
	display:inline-block;
	width:5rem;
	height:5rem;
	background:url(/img/eva/eva_upd.png)no-repeat center center;
	background-size:2rem 2rem;
	cursor:pointer;
}
.eva_del{
	width:30px;
	background:url(/img/eva/eva_del.png)no-repeat center center;
	cursor:pointer;
	background-size:10px 14px;
}

.gd_del{
	float:right;width:0;height:5rem;line-height:5rem;color:#fff;background-color:red;text-align:center;font-size:1.4rem
}
.display{
	display:none;
}

.gd_row{
	height:5rem;
	line-height:5rem;
	width:100%;
	background-color:#fff;
	border-top:1px solid #eaeaea;
}

.gd_row label{
	display:inline-block;
	width:auto;
	height:5rem;
	line-height:5rem;
	font-size:#333;
	font-size:1.4rem;
}

/*qsb.css*/
.qsb_header_box{
	width:100%;
	height:auto;
	background:url(/img/eva/eva_banner.png)no-repeat center center;
	background-size:100%;
	text-align:center;
	padding-top:1.5rem;
}
.qsb_header_box h3{
	font-size:2.5rem;
	color:#333;
	margin-bottom:1rem;
}
.qsb_header_box p{
	font-size:1.6rem;
	color:#333;
	line-height:2rem;
}

.qsb_header_box a{
	display:inline-block;
	width:13rem;
	text-align:center;
	height:4rem;
	line-height:4rem;
	background-color:#4b8ce8;
	color:#fff;
	-webkit-border-radius:5rem;
	border-radius:5rem;
	font-size:1.6rem;
	margin-top:2rem;
	margin-bottom:2rem;
	cursor:pointer;
}
.qsb{
	text-align:center;
	margin-top:1rem;
}
.qsb h3{
	display:inline-block;
	font-size:2.5rem;
	color:#333;
	width:100%;
	margin-top:2rem;
}

.qsb .divhr{
	display:inline-block;
	border:0;
	border-top:4px solid #1a78d6;
	width:4rem;
	margin:0 auto;
}

.qsb p{
	font-size:1.2rem;
	color:#666;
	margin-top:1rem;
}

.bluehr{
	height:1px;
	border:0;
	border-top:3px solid #2e88ff !important;
	width:78px !important;
	margin-top:17px;
}
.qsb table{
	border-collapse:collapse;
	width:95%;
	margin:2rem 2.5%;
	font-size:1.2rem;
}

.qsb td{
	border:1px solid #ececec;
	height:4rem;
	line-height:4rem;
	color:#333;
}

.qsb th{
	border:1px solid #ececec;
	height:7rem;
	line-height:7rem;
	font-weight:500;
	color:#333;
	text-align:center;
}

.qsb tr:nth-child(4n+1){
	background:#fafbfc;
}

.qsb tr:nth-child(4n+4){
	background:#fafbfc;
}

.qsb_more{
	color:#2e88ff;
	margin:0 auto 3rem;
	width:10rem;
	background:url(/img/eva/eva_go.png)no-repeat right center;
	background-size:0.5rem 1rem;
	cursor:pointer;
	font-size:1.4rem;
}
.x {
    position: relative;
}
.x:before {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    border-bottom: 7rem solid #eaeaea;
    border-right: 18rem solid transparent;
    content: "";
}
.x:after {
    position: absolute;
    left: 0;
    right: 1px;
    top: 1px;
    bottom: 0;
    border-bottom: 6.9rem solid #fafbfc;
    border-right: 17.9rem solid transparent;
    content: "";
}

.lbl{
	position: absolute;
	z-index:1001;
	left:5rem;
	top:1.5rem;
}
.lbr{
	position: absolute;
	z-index:1001;
	right:2rem;
	top:0;
}

.qsb_btn{
	display:inline-block;
	width:13rem;
	height:4rem;
	line-height:4rem;
	background-color:#2e88ff;
	color:#fff;
	font-size:1.6rem;
	text-align:center;
	-webkit-border-radius:5rem;
	border-radius:5rem;
	cursor:pointer;
	margin-bottom:3rem;
}

.qsb_btn_f{
	display:inline-block;
	width:18rem;
	height:4rem;
	line-height:4rem;
	border:1px solid #2e88ff;
	color:#2e88ff;
	font-size:1.6rem;
	text-align:center;
	-webkit-border-radius:5rem;
	border-radius:5rem;
	margin-left:2rem;
	cursor:pointer;
	margin-bottom:3rem;
}

.qsn_bk{
	width:100%;
	height:auto;
	color:#fff;
	background:url(/img/eva/eva_bk.jpg)no-repeat right top #4b8ce8;
	background-size:70%;
	text-align:left;
	margin-top:1rem;
}

.qsb_box_bk{
	padding-top:60px;
}

.box_h3{
	display:inline-block;
	font-size:1.8rem;
	margin:3rem 2rem;
}

.box_f{
	display:block;
	background:url(/img/eva/eva_box.png)no-repeat center center;
	background-size:100%;
	width:15rem;
	height:16rem;
	text-align:left;
	font-size:1.6rem;
	margin:0 2rem;
	padding:1rem 1.5rem;
}

.box_f p{
	font-size:1.4rem;
	color:#fff;
}
.use_bf{
	background:url(/img/eva/eva_k.png)no-repeat left center;
	background-size:3rem;
	width:8rem;
	height:4rem;
	line-height:4rem;
	margin:0 2rem;
	font-size:1.8rem;
	padding-left:5rem;
	margin-top:5rem;
}

.use_af{
	background:url(/img/eva/eva_x.png)no-repeat left center;
	background-size:3rem;
	width:8rem;
	height:4rem;
	line-height:4rem;
	margin:0 2rem;
	margin-top:3rem;
	font-size:1.8rem;
	padding-left:5rem;
}

.use_p{
	font-size:1.4rem;
	line-height:2rem;
	color:#fff !important;
	margin:0 2rem;
}

.use_btn_a{
	display:inline-block;
	width:13rem;
	height:4rem;
	line-height:4rem;
	background:#2e88ff;
	color:#fff;
	font-size:1.6rem;
	text-align:center;
	-webkit-border-radius:5rem;
	border-radius:5rem;
	cursor:pointer;
}

.use_btn_b{
	display:inline-block;
	width:13rem;
	height:4rem;
	line-height:4rem;
	border:1px solid #2e88ff;
	color:#2e88ff;
	font-size:1.6rem;
	text-align:center;
	-webkit-border-radius:5rem;
	border-radius:5rem;
	margin-left:2rem;
	cursor:pointer;
}

.use_btn{
	width:100%;
	text-align:center;
	margin-top:4rem;
	background-color:#fff;
	padding-top:2rem;
	padding-bottom:2rem;
}

.gd-info{
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	overflow-y:auto; 
}
.qsb_h{
	width:100%;
	height:5rem;
	line-height:5rem;
	font-size:1.8rem;
	background-color:#1a78d6;
	text-align:center;
	color:#fff;
}