html,body {
    font-family: 'Microsoft Yahei',"微软雅黑";
}
*{
	margin: 0;
}
ul,li{
	list-style: none;
}
header{
	background:#fff;
	box-shadow: 0px 0px 12px #dbd9d9;
	/*box-shadow: 1px 1.732px 5px 0px lightgrey;*/
	margin-bottom:5px;
}
a{
	text-decoration:none !important;
}
.home-adver{
	position: relative;
}
.hd-advclose{
	display: inline-block;
	width:26px;
	height: 26px;
	float: right;
	background: url('/static/img/close.png') no-repeat;
	cursor: pointer;
}
/*.header-nav-ct a:link,a:visited,a:hover,a:active{
 	text-decoration: none;
 	color: #000;
}*/
.header-top{
	background:#333333;
	line-height: 42px;
	color: #fff;
}
.hd-tw-l1{
	font-size: 14px;
	padding-left: 1%;
}
.hd-tw-l2{
	font-size: 12px;
}
.hd-tw-l2 a{
	color: #fff;
}
.hd-tw-l2 a:link,.hd-tw-l2 a:visited,.hd-tw-l2 a:hover,.hd-tw-l2 a:active{
	color: #fff;
}
.hd-t-wrap{
	width: 100%;
	margin:0 auto;
	display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.header-top .abs{
	float: left;
	/*display: inline-block;*/
}
.header-top .abs2{
	float: right;
	/*display: inline-block;*/
}
.header-nav{
	width: 100%;
	margin: 0 auto;
	/*height: 80px;*/
	display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.header-logo{
	line-height: 80px;
}
.header-logo1{
	/*display: none;*/
}
.header-search{
	width:100%;
	margin-bottom: 10px;
}
.header-{
	/*display: none;*/
	width: 690px;
}
.search-type{
	display: inline-block;
	text-align: center;
	border-radius: 4px 4px 0 0;
	line-height: 22px;
	width: 70px;
	font-size: 12px;
	cursor: pointer;
}
.add-search-type{
	background-image: -moz-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%);
	color: #fff;
}
.add-search-select{
	font-size: 14px;
	line-height:37px;
	width:2rem;
	padding-right: 15px;
	border-top:1px solid rgb(153, 170, 191);
	background-image: -moz-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%);
	color: #fff;
}

.add-search-select2{
	padding-left:10px;
	font-size: 14px;
	line-height:37px;
	width:80px;
	border-top:1px dotted rgb(153, 170, 191);
	background-image: -moz-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%);

	color: #fff;
}
.choose {
    position: absolute;
    top: 164px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #19908a;
    z-index:9;
}
.iconfont {
    width: 20px;
    height: 20px;
    padding-top: 3px;
    float: right;
    position: absolute;
}
.iconfont img{
	margin-left: 5px;
    width: 20px;
    height: 20px;
    border: 1px white dotted;
}
@media screen and (max-width: 768px) {
   .header-nav1{
	flex-wrap: wrap;
	justify-content:center;
	width:100%;
	padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (min-width: 768px) {
  .header-nav1{
	flex-wrap: wrap;
	justify-content:center;
	width:100%;
	padding-left: 20%;
    padding-right: 20%;
  }
}
.search-box {
    width: 60%;
    height: 42px;
    padding-left: 10px;
    margin-left: 5px;
    margin-right: -5px;
    padding-top: 2px;
    border-radius: 10px 0px 0px 10px;
    border: 2px solid #19908a;
    justify-content: center;
}
.h-search-btn{
	cursor: pointer;
	border: none;
	width: 98px;
	line-height: 41px;
	height: 41px;
	color: #fff;
	font-size:18px;
	background-image: -moz-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%);
    border-radius:0 4px 4px 0;
}
.h-search-exchange{
	display: inline-block;
	width: 110px;
	text-align: center;
	height: 41px;
	line-height: 41px;
	color: #fff;
	font-size:18px;
	margin-left: 10px;
	background-image: -moz-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%);	
	border-radius:4px;
	padding-left: 20px;
}
.hot-keyword span{
	margin-right: 20px;
	cursor: pointer;
}
.keyword-btn:hover{
	color:#1d4198;
}
.header-tab{
	padding: 20px 0;
	display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.header-tab-h{
	padding: 20px 0;
	width: 100%;
	display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.header-h-a{
	cursor: pointer;
	width: 138px;
	text-align: center;
	font-size: 16px;
	line-height: 42px;
	font-weight: 600;
	color:#19908a;
	margin-right:20px;
	border-radius: 4px;
	position: relative;
}
.header-h-a:hover{
	background-image: -moz-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%);
	color: white;
	height:45px;
	/*border-radius:4px 4px 0 0;*/
}
.header-a{
	cursor: pointer;
	padding:0 20px;
	margin-left:10px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 4px;
	position: relative;
}
.header-a:hover{
	background-image: -moz-linear-gradient( 0deg, rgb(70,116,255) 0%, rgb(21,99,197) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(70,116,255) 0%, rgb(21,99,197) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(70,116,255) 0%, rgb(21,99,197) 100%);
	color: white;
}
.header-nav-ct{
	width: 1200px;
	height: 41px;
	margin: 0 auto;
	line-height:41px;
	color: white;
	font-size: 14px;
}
.header-a:visited{
	color: white;
}
.header-a:link{
	color: white;
}
.header-a:focus{
	outline: none;
}

.nav-tit-li>div{
	display: none;
	width:100%;
	line-height:42px;
	position: absolute;
	z-index:222;
	left: 0;
	text-align:center;
	background:#4674ff;
}
.nav-tit-li a{
	width: 100%;
	color: #fff !important;
	background-image: -moz-linear-gradient( 0deg, rgb(70,116,255) 0%, rgb(21,99,197) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(70,116,255) 0%, rgb(21,99,197) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(70,116,255) 0%, rgb(21,99,197) 100%);
	border-top: 1px solid rgba(0,0,0,0.102);
	display:block;
}
.nav-tit-li a:hover{
	background:#2888ff;
}
.header-nav>div>.addnow{
	background-image: -moz-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(25, 144, 138) 0%, rgb(25, 144, 138) 100%);
	color: white;
	height:45px;
}
.header-nav>div>a:last-of-type(1){
	padding: 0;
}
.head-center{
	float: right;
	/*width: 220px;*/
    height: 42px;
    position: relative;
    padding: 0;
    z-index: 222;
    margin: 0;
}
.login-out{
	display: -webkit-box; 
    display: -moz-box; 
    display:-webkit-flex;
    display: -ms-flexbox;
    display:flex;
	font-size: 14px;
	text-align: right;
}
.partition{
	margin:0 8px;
}
.login-out div{
	text-align: center;
	cursor: pointer;
}
.login{
	display: none;
}
/*.login0{
	background:#1855b7;
}
.login1{
	background:#be8d30;
}
.login2{
	background:#445c99;
}
.login3{
	background:#03a39d;
}
.login4{
	background:#ff3d00;
}*/
.login>div{
	cursor: pointer;
	position: relative;
	vertical-align:top;
}
.login .div-vip{
	cursor: pointer;
	position: relative;
	vertical-align:top;
}
.login-info-warp{
	display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/*.login .vip0{
	background:#1855b7;
    padding:0 8px;
    vertical-align:top;
    height: 41px;
    position: relative;
}
.login .vip1{
	background-image: -moz-linear-gradient( 102deg, rgb(190,141,48) 0%, rgb(214,170,86) 100%);
    background-image: -webkit-linear-gradient( 102deg, rgb(190,141,48) 0%, rgb(214,170,86) 100%);
    background-image: -ms-linear-gradient( 102deg, rgb(190,141,48) 0%, rgb(214,170,86) 100%);
    padding:0 8px;
    vertical-align:top;
    height: 41px;
    position: relative;
}
.login .vip2{
	background-image: -moz-linear-gradient( -79deg, rgb(133,156,214) 0%, rgba(61,86,149,0.70196) 100%, rgba(61,86,149,0.70196) 100%);
    background-image: -webkit-linear-gradient( -79deg, rgb(133,156,214) 0%, rgba(61,86,149,0.70196) 100%, rgba(61,86,149,0.70196) 100%);
    background-image: -ms-linear-gradient( -79deg, rgb(133,156,214) 0%, rgba(61,86,149,0.70196) 100%, rgba(61,86,149,0.70196) 100%);
    padding:0 8px;
    vertical-align:top;
    height: 41px;
    position: relative;
}
.login .vip3{
	background-image: -moz-linear-gradient( -79deg, rgb(19,227,220) 0%, rgb(3,163,157) 100%);
	background-image: -webkit-linear-gradient( -79deg, rgb(19,227,220) 0%, rgb(3,163,157) 100%);
	background-image: -ms-linear-gradient( -79deg, rgb(19,227,220) 0%, rgb(3,163,157) 100%);
    padding:0 8px;
    vertical-align:top;
    height: 41px;
    position: relative;
}
.login .vip4{
	background-image: -moz-linear-gradient( -79deg, rgb(255,123,0) 0%, rgba(255,60,0,0.70196) 100%, rgba(255,60,0,0.70196) 100%);
    background-image: -webkit-linear-gradient( -79deg, rgb(255,123,0) 0%, rgba(255,60,0,0.70196) 100%, rgba(255,60,0,0.70196) 100%);
    background-image: -ms-linear-gradient( -79deg, rgb(255,123,0) 0%, rgba(255,60,0,0.70196) 100%, rgba(255,60,0,0.70196) 100%);
    padding:0 8px;
    vertical-align:top;
    height: 41px;
    position: relative;
}*/
.login div img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.5s;
}
.username{
	display: inline-block;
	margin-left: 28px;
	font-size: 14px;
	width: 78px;
	text-align: center;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pull-down a{
	display:block;
	font-size:12px;
	width: 100%;
	line-height: 33px;
	height: 33px;
	color: white;
	background: #333333;
	text-align: center;
}
.pull-down span{
	display:block;
	font-size:12px;
	width: 100%;
	line-height: 33px;
	height: 33px;
	color: white;
	background: #333333;
	text-align: center;
}
.pull-down a:link{
	color: white;
}
.pull-down a:visited{
	color: white;
}
.pull-down a:hover{
	background:#fff;
	color: #000;
}
.pull-down span:hover{
	background:#fff;
	color: #000;
}
/*.pull-down .vip0-a:hover{
	background: #144798;
	color: white;
}
.pull-down .vip1-a:hover{
	background: #9e7528;
	color: white;
}
.pull-down .vip2-a:hover{
	background: #394c7f;
	color: white;
}
.pull-down .vip3-a:hover{
	background: rgba(0,0,0,0.169);
	color: white;
}
.pull-down .vip4-a:hover{
	background: rgba(0,0,0,0.169);
	color: white;
}*/
.pull-down{
	padding-bottom: 8px;
	display: none;
	background: #333333;
	box-shadow: 0 0 15px #232323;
}
.warrant{
	position: relative;
}
.warrant span{
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 21px;
	width: 17px;
	height: 17px;
	line-height: 17px;
	border-radius: 50%;
	background: #fff;
	color: #000;
}
.warrant .vip0-color{
	color: #000;
}
.warrant .vip1-color{
	color: #cc6e36;
}
.about-us{
	font-size: 12px;
	position: relative;
	text-align: center;
}
.about-us-b{
	position: absolute;
	display: none;
	top:42px;
	left:-42px;
	box-shadow: 0 0 15px #232323;
}
.about-us-b a{
	width:137px;
	display: block;
    font-size: 12px;
    line-height:33px;
    height:33px;
    color: white;
    background: #333333;
}
.about-us-b a:hover{
	background:#fff;
	color: #000;
}
.about-us:hover .about-us-b{
	display: block;
}

.header-title{
	border-left:1px solid #D6D6D6;margin-left:40px;padding-left:10px;
	display: inline-block;
	height: 18px;
	font-family: MicrosoftYaHei;
	font-size: 17px;
	line-height: 18px;
	color: #656565;
}
.header-nav2{
	width: 1200px;
	margin: 0 auto;
}
#app{
	width: 90%;
    margin: auto;
}
.vip_bottom{
	width: 250px;
    bottom: 0;
    height: 50px;
    margin-top: 95%;
    border: 4px solid gray;
    margin-left: 1%;
    margin-right: 1%;
}