body,html{
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: 'microsoft yahei';
}
img{
	user-select: none!important;
}
.nb-icon-wrap.nb-icon-base.nb-icon-skin-0.nb-icon-icon{
	top:130px !important;
}
/*header*/
.top-nav{
	border-bottom: 1px solid rgba(255,255,255,0.11);
}
.block-center{
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.block-center-between{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.head-content.top-nav-block{
	height: 36px;
}
.head-content.top-nav-block.block-center-between>div{
	cursor: pointer;
	color: rgba(255,255,255,0.6);
	font-size: 12px
}
header{
	width: 100%;
	background: rgba(0, 0, 0, 0.23);
	position: fixed;
	z-index: 999;
	/*height: 60px;*/
}
header .head-content{
	width: 1203px;
	height: 65px;
	margin: 0 auto;
	/*overflow: hidden;*/
}
header .head-content .logo-box{
	width: 154px;
	height: 45px;
	float: left;
	/*margin-top: 7.5px;*/
	overflow: hidden;
	
}
header .head-content .logo-box .logo{
	/*width: 48px;*/
	/*height: 40px;*/

}
header .head-content .logo-box .shop-info{
	display: inline-block;
	width: 95px;
	vertical-align: middle;
	color: #FFFFFF;
	text-align: center;
}
header .head-content .logo-box .shop-info .shop-name-cn{
	font-size: 17px;
	font-weight: bold;
}
header .head-content .logo-box .shop-info .shop-name-en{
	font-size: 14px;
}
header .head-content .menu{
	margin-left: 96px;
	float: left;
}
header .head-content .menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	/*overflow: hidden;*/
}
header .head-content .menu ul li{
	float: left;
	line-height: 75px;
	margin-right: 37px;
	position: relative;
}
header .head-content .menu ul li a{
	color: #FFFFFF;
	display: block;
    text-decoration: none!important;
	-webkit-transition: 0.4s 0.2s;
	-moz-transition: 0.4s 0.2s;
	-ms-transition: 0.4s 0.2s;
	transition: 0.4s 0.2s;
}
header .head-content .menu ul li .menu-active-border{
	width: 20px;
	height: 2px;
	background: #fff;
	margin: -20px auto 0 auto;
	-webkit-transition: 0.4s 0.2s;
	-moz-transition: 0.4s 0.2s;
	-ms-transition: 0.4s 0.2s;
	transition: 0.4s 0.2s;
}
header .head-content .menu ul li:hover a{
	color: #0fadf2;
}
header .head-content .menu ul li:hover .menu-active-border{
	background: #0fadf2;
}
header .head-content .menu ul li a.active{
	color: #0fadf2;
}
header .head-content .menu ul li .second{
	position: absolute;
	left: -15px;
    top: 76px;
	line-height: 35px;
	opacity: 0;
	-webkit-transition: .2s .1s;
	-moz-transition: .2s .1s;
	-ms-transition: .2s .1s;
	transition: .2s .1s;
	background: rgba(0, 0, 0, 0.23);;
	width: 90px;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
header .head-content .menu ul li .second .second-link{
	display: block;
    text-align: center;
	/*margin-right: 20px;*/
}
header .head-content .menu ul li .second .second-link a{
	-webkit-transition: 0.6s 0.2s;
	-moz-transition: 0.6s 0.2s;
	-ms-transition: 0.6s 0.2s;
	transition: 0.6s 0.2s;
	color: #FFFFFF;
}
header .head-content .menu ul li .second .second-link a span{
	margin:0 3px;
	font-size: 16px;
}
header .head-content .menu ul li .second .second-link a:hover{
	-webkit-transform:none;
	/*letter-spacing: 1px;*/
	color: #0fadf2;
}
header .head-content .menu ul li:hover .second{
	opacity: 1;
	/*top: 60px;*/
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}


a:hover{
	text-decoration: none;
}
header .action-box a{
	display: inline-block;
	width: 58px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #FFFFFF;
	border-radius: 15px;
}
header .action-box a.login{
	background: #FFFFFF;
	color: #303030;
	margin-right: 10px;
}
header .action-box a.reg{
	color: #FFFFFF;
}

.footer{
	background: #0a1633;
	
}
.footer .content{
    padding: 50px 0;
    width: 1136px;
    margin: 0 auto;
	
}
.footer-flex-block {
    width: 100%;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer .content .footer-logo{
	height: 212px;
	border-right: 1px solid #282831;
	width: 263px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.footer .content .footer-logo img{
	display: block;
	margin-top: 72px;
	/*width: 48px;*/
	
}
.footer .content .footer-info{
	width: 720px;
	/*height: 212px;*/
	display: inline-block;
	vertical-align: middle;
	color: #e4e4e4;
	padding-left: 58px;
}
.footer .content .footer-qrcode{
	width: 143px;
	height: 139px;
	display: inline-block;
	vertical-align: middle;
}
.footer .content .footer-qrcode p {
    color: #e4e4e4;
    text-align: center;
    margin-top: 10px;
}
.footer .content .footer-qrcode img{
	display: block;
	width: 100%;
}
.copyright{
	text-align: center;
	color: #e4e4e4;
	background: #071025;
	padding: 10px 0;
}

/*客服*/
.kefu{
	position: fixed;
	bottom: 5%;
	right: 10px;
	z-index: 9999;
	background: rgba(0,0,0,0.7);
	width: 60px;
	border-radius: 7px 0 0 7px;
}
.kefu .kefu-box{
	cursor: pointer;
}
.kefu .kefu-box.qq{
	/*background: #3ab5fb;*/
	padding: 10px 10px 0 10px;
	border-bottom:1px solid #fff ;
}
.kefu .kefu-box.qq a:hover{
	direction: none;
}
.kefu .kefu-box.wx{
	/*background: #35d28a;*/
	padding: 10px 10px 0 10px;
	position: relative;
	border-bottom:1px solid #fff ;
}
.kefu .kefu-box.wx:hover .wx-qrcode{
	display: block;
}
.kefu .kefu-box.wx .wx-qrcode{
	position: absolute;
	right: 86px;
	top:-56px;
	border: 1px solid #35d28a;
	padding: 10px;
	background: #FFFFFF;
	display: none;
}
.kefu .kefu-box.top{
	/*background: #66a7ff;*/
	padding: 20px 20px 20px 20px;
}
.kefu .kefu-box img{
	display: block;
	margin: 0 auto;
	width: 25px;
}
.kefu .kefu-box .kefu-name{
	color: #FFFFFF;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
}

.shanghu{
	width: 121px;
	height: 250px;
	position: fixed;
	left: 20px;
	top: 40%;
	z-index: 999;
	background: #FFFFFF;
	border-radius: 121px 121px 0 0;
	box-shadow: 0 0 20px 0 rgba(6, 24, 134, 0.11);
}
.shanghu .shanghu-head{
	overflow: hidden;
	font-size: 16px;
	/*background: #7dcdf5;*/
	/*padding: 3px;*/
	/*position: relative;*/
}
.shanghu .shanghu-head .shanghu-close{
	position: absolute;
	right: -10px;
	color: #333;
	top: 2px;
	cursor: pointer;
	font-weight: bold;
}
.shanghu .shanghu-body img{
	display: block;
	margin: 20px auto 10px auto;
}
.shanghu .shanghu-body .free-phone{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.shanghu .shanghu-body .phone-img{
	width: 14px;
	height: 14px;
	background-image: url("../img/small-app/phone.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-right: 5px;
}
.shanghu .shanghu-body .free{
	text-align: center;
	color: #616168;
	font-weight: bold;
}
.shanghu .shanghu-body .time{
	font-size: 14px;
	text-align: center;
	color: #616168;
	padding: 5px 0 10px 0;
}
.shanghu .shanghu-body .shanghu-phone{
	text-align: center;
	font-size: 13px;
	color: #17161b ;
	font-weight: bold;
}
.shanghu .shanghu-foot{
	text-align: center;
	padding: 5px 0;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}
.shanghu .shanghu-foot .qq-chat{
	font-size: 13px;
	display: inline-block;
	padding: 5px 25px;
	cursor: pointer;
	color: #fff;
	background: -webkit-linear-gradient(#383fff, #4680fe);
	background: -o-linear-gradient(#383fff, #4680fe);
	background: -moz-linear-gradient(#383fff, #4680fe);
	background: linear-gradient(#383fff, #4680fe);
	
}












