/* --main Tab-- */
.main-tab-content{
	width: 100%;
	height: 100px;
}
.main-tab-content li{
	display: inline-block;
	width: 110px;
	height: 50px;
	line-height: 50px;
	margin: 25px 10px;
	font-size: 18px;
	text-align: center;
}
.main-tab-content a{
	font-family: "Microsoft YaHei";
}
.main-tab-content a:hover{
	color: #666;
	text-decoration: none;
}
.main-tab-content li.main-tab-active{
	cursor: pointer;
	border-bottom: 3px solid #0EAD7D;
}
.main-tab-content li.main-tab-active a{
	color: #0EAD7D;
}
/* --// main Tab-- */

/* --comming Soon Content-- */
/*.comming-soon-content{
	width: 1200px;
	margin: 0 auto; 
}
.comming-soon-content img{
	width: 450px;
	height: 221px;
	display: block;
	margin: 180px auto; 
}*/
.comming-soon-wrapper{
	width: 100%;
	padding: 30px 0;
	background-color: #dcefdc; 
	text-align: center;
}
/* --// comming Soon Content-- */

/* --main Head Animate-- */
.main-head-wrapper{
	min-width: 1200px;
	width: 100%;
	height: 220px;
	/*padding-top: 20px;*/
	background-color: #f1f6f1;
}
.main-head-content{
	position: relative;
	width: 1200px;
	height: 100%;
	top: -60px;
	line-height: 255px;
	margin: 0 auto;
}
.main-head{
	clear: both;
}
.main-head span,
.main-head img{
	display: inline-block;
	vertical-align: top;
}
/* --letter-- */
.main-head-letter{
	padding-top: 40px;
	color: #97bf95;
	font-family: "Microsoft YaHei";
	font-size: 18rem;
	font-weight: bold;
	opacity: 0;
	position: absolute;
	top: 120px;
	right: 10px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.main-head:hover .main-head-letter,
.main-head-letter-after
{
	opacity: 1;
	top: 30px;
}
/* --// letter-- */
/* --Chinese-- */
.main-head-chinese{
	color: #5bc11a;
	font-family: "Microsoft YaHei";
	font-size: 2.1rem;
	padding-left: 15px;
	opacity: 0;
	position: relative;
	left: -120px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.main-head:hover .main-head-chinese,
.main-head-chinese-after
{
	left: 0;
	opacity: 1;
}
/* --// Chinese-- */
/* --slash-- */
.main-head-slash-content{
	position: relative;
	width: 170px;
    height: 163px; 
    margin-left: -40px;
    margin-top: 88px;
}
.main-head-slash{
    position: relative;
    width: 170px;
    height: 163px;
    -webkit-transform: scale(.1);
    -ms-transform: scale(.1);
    -o-transform: scale(.1);
    transform: scale(.1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.main-head:hover .main-head-slash,
.main-head-slash-after
 {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
} 
/* --// slash-- */
/* --english-- */
.main-head-english{
	width: 300px;
	height: 32px;
    margin-top: 195px;
	margin-left: -48px;
	position: relative;
    left: 120px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-image: url(../../img/base/eg.png);
    background-repeat:  no-repeat;
}
.main-head-all-test{
	background-position: 0 -32px;
}
.main-head-reward{
	background-position: 0 -257px;
}
.main-head-join-us{
	background-position: 0 -291px;
}
.main-head-faq{
	background-position: 0 -325px;
}
.main-head-announce{
	background-position: 0 -95px;
}
.main-head-ex{
	background-position: 0 -188px;
}
.main-head-rs{
	background-position: 0 -343px;
}
.main-head-rl{
	background-position: 0 -222px;
}
.main-head-gl{
	background-position: 0 -127px;
}
.main-head-sb{
	background-position: 0 0;
}
.main-head-ep{
	background-position: 0 -190px;
}
.main-head:hover .main-head-english,
.main-head-english-after
{
	left: 0;
	opacity: 1;
}
/* --// english-- */

/* --// main Head Animate-- */

/* -- Page -- */
.page{
	/* max-width: 1200px; */
    margin: 0px auto;
    padding: 20px 0;
	text-align: center;
}
.page-inner div a {
	display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    border: 1px solid #0ead7d;
    color: #0ead7d;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
#page-nav a{
	width: 72px;
}
.page-inner div span.current a,
.page-inner div a:hover{
	background-color: #0ead7d;
	color: #fff;
	text-decoration: none;
}
/* -- // Page -- */

/* --no result-- */
.no-reasult{
	width: 529px;
	height: 218px;
	margin: 0px auto; 
	padding: 80px 60px;
	font-size: 14px;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(/static/img/base/pleaseLogin.jpg);
	color: #666;
}
/* --// no result-- */

/*--sel List--*/
.select-label{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-right: 5px;
}
/*.main-gift-head div,*/
.select-list-content{
	position: relative;
	display: inline-block;
	margin-right: 15px;
}
.select-type{
	display: inline-block;
	width: 100px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
}
.select-type::after{
	content: "▼";
	font-size: 14px;
	color: #58646a;
	position: absolute;
	top: 2px;
	right: 8px;
}
.select-type-list{
	display: none;
	position: absolute;
	z-index: 9999;
	/*padding-top: 5px; */
	width: 100px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc; 
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.select-type-list li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	text-align: center;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	cursor: default;
}
.select-type-list li:hover{
	background-color: #f1f6f1;
	color: #000;
}
.search-list-btn{
	/* font-size: 12px;
	padding: 5px 18px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #ace08d; 
	color: #333; */
    font-size: 12px;
    padding: 5px 18px;
    border: none;
    border-radius: 5px;
    background-color: #3479D8;
    color: #fff;
}
.search-list-btn:hover{
	text-decoration: none;
	/* background-color: #a6e97e;
	color: #000; */
	background-color: #5195f3;
}
.search-list-btn:active{
	background-color: #3373cb;
}
/*--// sel List--*/
/* 去除头部动画 */
.main-head-wrapper{
	display: none;
}
/* // */
/* map Head */
.map-head{
	font-size: 15px;
	/* 根节点字号 */
	line-height: 32px;
	color: #333;
	padding-top: 20px;
	box-sizing: border-box;
}
/* //map Head*/


