﻿html,
body {
	margin: 0;
	padding: 0;
	background-color: #ECECEC;
	
    font-family: "Microsoft YaHei", "微软雅黑";
	overflow-x:hidden;

}
*{margin:0px 0px;padding:0px 0px;}
.p16{font-size:0.7rem}
.p18{font-size:1rem}

ul,
li {
	list-style: none;
	margin: 0;
}

img {
	width: 100%;
	height: auto;
}

.topImg {
	width: 100%;
	position: relative;
}

.topImg>img {
	display: block;
}

.fwNumber {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 2rem;
	height: 2rem;
	font-size: 24px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
	font-weight: 100;
}

#main {
	padding-bottom: 40px;
}

ul.nav {
	width: 100%;
	padding: 24px 0;
	font-size: 14px;
}

.nav li {
	width: 25%;
}

.nav li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #0894ec;
	background-color: transparent;
	text-decoration: none;
	-webkit-tap-highlight-color:transparent
}

.p34 {
	font-size: 40px!important;
}

.blue {
	color: #63beee;
}

.red {
	color: #e56c71;
}

.green {
	color: #3fc7a3;
}

.orange {
	color: #e99e22;
}

.nav span {
	display: block;
	color: #656565;
	line-height: 24px;
}

.back_white {
	background-color: #fff;
}

.flex {
	display: flex;
}

.center {
	text-align: center;
}

.pro_detail {
	width: 100%;
	/*margin-top: 12px;*/
	padding-top: 15px;
}

.detail_tit h2 {
	border-left: 5px solid #63beee;
	margin: 0 4vw;
	line-height: 30px;
	padding-left: 5px;
	font-size: 20px;
	font-weight: 400;
}

.detail_list {
	margin: 10px 10px 0 10px;
	width: 94%;
	font-size: 15px;
	padding-left: 0;
}

.detail_list li {
	justify-content: space-between;
	line-height: 24px;
	padding: 5px 0;
}

.pro_label {
	display: block;
	width: 15%;
	height: 24px;
	color: #bcbcbc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.pro_cont {
	display: block;
	width: 80%;
	color: #656565;
}

.bottom {
	background: rgb(105, 156, 238);
	color: #ffffff;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	height: 60px;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	width:100%;	
	
}

.mask {
	display: none;
	position: fixed;
	z-index: 9998;
	height:100vh;
	width:100vw;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .75);
}

.search_result {
	display: none;
	position: fixed;
	z-index: 10000;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tips_tit {
	position: relative;
	width: 100%;
	height: 50px;
	background: #eee;
	border-radius: 10px 10px 0 0;
}

.tips_tit_txt {
	width: 100%;
	line-height: 50px;
	text-align: center;
	color: #454545;
	font-weight: 100;
	font-size: 20px;
}

.tip_close {
	position: absolute;
	right: 11px;
	top: 12px;
	font-size: 18px;
	color: #d4d4d4;
	border: 5px solid transparent;
}

.tips_content {
	padding: 10px 25px;
	font-size: 16px;
	background-color: #fff;
	/*height: 200px;*/
	max-height: 200px;
	margin-bottom: 50px;
	line-height: 26px;
	overflow-y: auto;
}

.tips_btn {
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #d4d4d4;
	font-size: 18px;
	color: #01af4f;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #ddd;
	background-color: #fff;
	text-align: center;
	border-radius: 0 0 10px 10px;
}

.expect {
	display: none;
	width: 50%;
	padding:0 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #ddd;
	background-color: #fff;
	font-size: 14px;
	line-height: 45px;
	color: #454545;
	z-index: 10000;
}

.expect>div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.expect img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.custel2 {
	display: none;
	position: fixed;
	z-index: 10;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.custel {
	display: none;
	position: fixed;
	z-index: 10;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.custel_content {
	font-size: 16px;
	background-color: #fff;
	margin-bottom: 50px;
	padding: 5px 20px;
	display: flex;
	justify-content: space-between;
	height: 44px;
	line-height: 44px;
}
.custel_content2{
	font-size: 16px;
	background-color: #fff;
	margin-bottom: 50px;
	padding: 5px 20px;
}
.custel_content>div:nth-child(1) {
	color: #999;
}

.custel_content>a {
	color: #1a1a7b;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.custel_content2{
	color:#bbb;
}
.custel_content2 input{
	height:28px;
	line-height: 28px;
	width:100%;
	border:1px solid #bbb!important;
	margin-top:5px;
	outline: none;
}
.tips_btns{
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #d4d4d4;
	font-size: 18px;
	color: #01af4f;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #ddd;
	background-color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	border-radius: 0 0 10px 10px;
}
.tips_btns>div{
	width:50%;
}
.tips_btns>div:nth-child(1){
	color:#bbb;
	border-right: 1px solid #ddd;

}

/*#customized{position: absolute;right: 5px;top: 5px;z-index: 999999;width: 46px;height: 46px;transform: rotate(0deg); text-align: center;line-height: 46px;background: rgba(0,0,0,0.6);border-radius: 50%;}*/
 #customized{position: absolute;right: 1px;top: 5px;z-index: 10001;width: 120px;height: 50px;  text-align: center;line-height: 50px;}
#customized i{font-size: 1.2rem;color: #ccc;}
/*弹出框*/
.tips_wrap{width: 100vw;height: 100vh;/*background: rgba(0,0,0,0.8);*/position: absolute;left: 0;top:0;z-index: 9999;}
#oTip,#rTip{width: 90%;min-height: 12rem;background: #fff;border-radius: 1rem;-webkit-border-radius: 1rem;-moz-border-radius: 1rem;
    position: absolute;left: 5%;top:50%;margin-top: -10rem;overflow: hidden;}

.result_txt{padding:1.0rem 1rem 10.5rem 1rem;line-height: 1.5rem;word-break: break-all;overflow: auto;max-height: 20rem;}

.tips_tit{position: relative;width: 100%;/*height: 2.5rem;*/background: #eee;}
.tips_tit_txt{width: 100%;line-height: 2.5rem;text-align: center;}
.tips_wrap .tip_close{position: absolute;right: 0.8rem;top:0.3rem;font-size: 1rem;color: #999;border:5px solid transparent;}
.tips_cont{padding: 0.6rem 1rem;position: relative;}
.tips_label{display: block;color: #bababa;line-height: 2.4rem;}
.tips_input{width: 100%;padding: 0.3rem 0;border: 0 none;border: 1px solid #d4d4d4;box-sizing: border-box;}
.tips_btn{position: absolute;left: 0;bottom: 0;overflow: hidden;width: 100%;border-top:1px solid #d4d4d4;}
.tips_btn a{float: left;box-sizing:border-box;width: 50%;height: 2rem;line-height: 2rem;text-align: center;color: #bfbfbf;border-right: 1px solid #d4d4d4;}
.tips_btn .tips_y{color: #01af4f;border: 0 none;}
.tips_btn .tips_x{color: #01af4f;}
.result_txt p{ margin: 0.3rem 0;}


.link_wrap{position: absolute;left: 0;top:0;width: 100%;height: 100vh;background: rgba(0,0,0,0.8);z-index: 9000;}
#linkUs{background: #fff;width: 80vw;position: absolute;left: 10vw;top:50%;min-height: 8rem;margin-top: -7.5rem;border-radius: 1rem;-webkit-border-radius: 1rem;-moz-border-radius: 1rem;overflow: hidden;}
.link_tit{background: #eeeeee;}
.link_list{padding: .5rem 1rem;}
.link_list>div{line-height: 1.5rem;justify-content: space-between;}
.link_list a{color:#1a1a7b;}
.link_list a[href="javascript:;"]{color:#454545;}
.link_box label{color: #999;width: 6rem;}
.close_rel{position: absolute;display: block;width: 100%;color: #01af4f;line-height: 5rem;text-align: center;left: 0;bottom: 0;box-sizing: border-box;border-top: 1px solid #d4d4d4;} 
 a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}/*  这是解决点击阴影问题  */

#prizeUs{width: 90%;min-height: 8rem;background: #fff;border-radius: 1rem;-webkit-border-radius: 1rem;-moz-border-radius: 1rem;
    position: absolute;left: 5%;top:50%;margin-top: -10rem;overflow: hidden;}
#medalUs{min-height: 8rem;border-radius: 1rem;-webkit-border-radius: 1rem;-moz-border-radius: 1rem;
    position: absolute;top:40%;margin-top: -10rem;overflow: hidden;}
#medal_cont .medal_span{width: 5.5%;height: 6%;top: 49.1%; font-size:0.8rem;font-weight:bold;position: absolute;text-align: center;color: #fff;transform: scale(1, 1.5); }
.displayyes{display: block}
.displayon{display: none;}
