body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif !important;
}
*{
	padding:0;
	margin:0;
	box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}
a{
	cursor: pointer;
}
.container_box {
	width: 100%;
	height: auto;
}
li{
	list-style:none;
}
.cur{
	cursor: pointer;
}
.xq-clearfix:after,
.clearfix:after {
	/* #ifndef APP-NVUE */
	content: '';
	/* #endif */
	display: table;
	clear: both
}
.xq-white{color:#fff;}
.xq-flex{display:flex;}
.xq-rows{display:flex; flex-direction:row;}
.xq-columns{display:flex; flex-direction:column;}
.xq-wrap{display:flex;  flex-direction:row; flex-wrap:wrap;}
.xq-nowrap{display:flex; flex-direction:row; flex-wrap:nowrap;}
.xq-flex-between{display:flex; flex-direction:row; justify-content:space-between;}
.xq-flex-around{display:flex; flex-direction:row; justify-content:space-around;}
.xq-flex-center{display:flex; flex-direction:row; justify-content:center;}
.xq-flex-end{display:flex; flex-direction:row; justify-content:flex-end;}
.xq-flex-cbetween{display:flex; flex-direction:row; justify-content:space-between;align-items:center;}
.xq-flex-vtop{align-items:flex-start;}
.xq-flex-vcenter{align-items:center;}
.xq-flex-vbottom{align-items:flex-end;}
.xq-no-scale{flex-shrink:0;}
.xq-flex1{flex:1;}
.xq-flex-v1{display:flex; flex-direction:column; flex:1;}
.xq-ellipsis{overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}/* 溢出省略 */ 

.logo{width:240px;height:62px;}
.w80{
	max-width:1440px;
    width:90%;
	margin:auto;
}



/* 底部 */
.botfooter{
	height:450px;
	width:100%;
	margin-top:150px;
	background: #3D3EFD;
}
.botfooter .w80{
	padding:60px 0;
}

.botel{
font-size: 18px;
color:#fff;
margin-bottom:15px;
}
.botlink a{
	display:block;
	line-height:40px;
	color:#fff;
	font-size:16px;
	text-decoration:none;
}
.botlink a:hover{
	color:#fff;
	text-decoration:none;
}
.footer_right ul li{
    float: left;
	margin-right:7px;
}
.footer_right ul li img{
    width:25px;
    height:25px;
}
.botbuy{
	width:210px;
	height:60px;
	background:#fff;
	border-radius: 30px;
	text-align:center;
	font-size:20px;
	color: #3D3EFD;
	line-height:60px;
	margin-bottom:25px;
}
.botlogo{
	width:208px;
	display:block;
}
.copyright{
	width:100%;
	border-top:1px solid #fff;
	text-align:center;
	line-height:50px;
	color:#fff;	
}

::-webkit-scrollbar{
	width:2px;
	height:10px;
  }
  ::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background:#999;
  }
  ::-webkit-scrollbar-track {
	background: none;
  }
  @media screen and (max-width: 575.98px) {
	.botfooter{
		margin-top:20px !important;
		height:auto!important;
	}
	.botlink{
		padding-left:30px;
	}
	.botfooter .w80{
		padding:30px 0 !important;
	}
	.botfooter .col-md-3{
		padding-left:30px;
	}
	.cookiediv{
		display:none!important;
	}
  }