body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#ffffff; color:#333; font-size:14px; font-family: "Source Han Sans CN", "微软雅黑",'Arial Regular', Verdana, Helvetica, sans-serif; }
td,th,caption { font-size:14px;}
a { color:#333; text-decoration:none; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s;}
a:hover { text-decoration:none; transition: .3s all;-webkit-transition: .3s all;-moz-transition: .3s all;-o-transition: .3s all;}
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px "Source Han Sans CN", "微软雅黑", 'Arial Regular', Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;}
*{
	box-sizing: border-box;
}
a,button{cursor:pointer;}
input,textarea,button{outline: none;}
textarea{resize:none;}

.clearfix:after{clear:both;content:""; display:block; visibility:hidden; height:0;overflow: hidden;}
.fl{float: left;}
.fr{float: right;}
.show{display:block !important;}
.hide{display: none !important;}
.toast {
	position: fixed;
	bottom: 5%;
	left: 50%;
	z-index: 9;
	width: auto;
	white-space: nowrap;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	display: none;
}

.container{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
/* 顶部导航栏 */
.top_t{
	background-color: #333333;
}
.top_t .container{
	padding:0 60px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 48px;
}
.top_t_l{
	font-size: 14px;
	color: #fff;
}
.top_t_r{
	display: flex;
	align-items: center;
	color: #fff;
}
.top_t_r a{
	font-size: 14px;
	color: #fff;
	margin: 0 6px;
}
.top_c{

	padding: 4px 0 21px;
}
.top_c .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: inherit;
}
.logo{
	height: 74px;
}
.search{
	display: flex;
	align-items: center;
	border: 2px solid #E60012;
	height: 44px;
	width: 578px;
}

.search_r{
	height: 100%;
	width: 94px;
	background-color: #E60012;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}
.search_l{
	width: 484px;
	display: flex;
	align-items: center;
	padding: 0 15px;
}
.search_l select{
	height: 24px;
	border: 0;
	width: 108px;
	outline: none;
	border-right: 1px solid #DCDCDC;
	padding-right: 16px;

}
.search_l img{
	height: 14px;
	width: 14px;
	margin: 0 10px 0 15px;
}
.search_l input{
	width: 300px;
	height: 100%;
	border: 0;
	outline: none;
	font-size: 16px;
	background-color: #fff;
}
.top_b{
	border-bottom: 1px solid #F5F5F5;
}
.top_b .container{
	padding: 0 30px;
}
.top_b .nav{
	display: flex;
	align-items: center;
}
.top_b .nav a{
	white-space: nowrap;
	padding: 0 30px 18px;
	margin-right: 20px;
	font-size: 16px;
	color: #999999;
}
.top_b .nav a.on{
	color: #333;
	position: relative;
}
.top_b .nav a.on::after{
	content: '';
	width: 20%;
	height: 2px;
	background: #E60012;
	border-radius: 20px;
	position: absolute;
	bottom: 0;
	left: 40%;
}
.selectBox{
	height: 24px;
	border: 0;
	width: 108px;
	outline: none;
	border-right: 1px solid #DCDCDC;
	padding-right: 16px;
}
.inputCase{
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
select {
	-webkit-appearance: none; /* Webkit 浏览器（例如 Chrome 和 Safari）*/
	-moz-appearance: none; /* Firefox 浏览器 */
	appearance: none; /* 通用属性 */
	padding-right: 20px; /* 增加右内边距，留出空间用于显示自定义的箭头 */
	background: url('arrow.png') no-repeat right center; /* 使用背景图片来替代默认的下箭头 */
}
.inputCase select.imitationSelect{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 0;
	outline: none;
	display: block;
	cursor: default;
	font-size: 16px;
	color: #333;
}
.inputCase img{
	position: absolute;
	right: 0;
	top: 10px;
	height: 8px;
	width: 13px;
	margin: 0;
}
.selectUl{
	background-color: #fff;
	display: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
.selectUl li{
	background-color: #fff;
	height: 36px;
	line-height: 36px;
	list-style: none;
	text-indent: 20px;
	border-bottom: 1px solid #ccc;transition: all .5s ease 0s;

}
.selectUl li:hover{
	background: #ddd;
}
.selectUl li:last-child{
	border-bottom: 0 none;
}

/* footer */
.footer{
	background-color: #2A3139;
}
.foot_nav{
	height: 100px;

}
.foot_nav .container{
	height: 100%;
	border-bottom: 1px solid  #3D3D3D;
	display: flex;
	align-items: center;
	padding:0 48px ;
}
.foot_nav .container a{
	font-size: 16px;
	color: #C1C1C1;
	padding: 0 40px;
}
.foot_c {
	border-bottom: 1px solid #3D3D3D;
}
.foot_c .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px;
}
.foot_c_l .tit{
	font-size: 18px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #C1C1C1;
	margin-bottom: 25px;
}
.foot_c_l  p{
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #C1C1C1;
	line-height: 1.2;
	margin-bottom: 16px;
}
.foot_c_r {
	display: flex;
	align-items: center;

}
.fcr_l{
	margin-right: 26px;
}
.fcr_l p{
	font-size: 16px;
	font-weight: 400;
	color: #C1C1C1;
}
.fcr_l p:nth-child(2){
	font-size: 26px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #DD0011;
}
.fcr_l p:nth-child(2) img{
	height: 25px;
	width: 28px;
	margin-right: 6px;
}
.fcr_r{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fcr_r img{
	height: 116px;
	width: 116px;
	margin-bottom: 21px;
}
.fcr_r span{
	font-size: 14px;
	color: #C1C1C1;
}
.foot_b{
	height: 64px;
}
.foot_b .container{
	text-align: center;
	height: 64px;
	line-height: 64px;
	font-size: 14px;
	color: #C1C1C1;
}

.login_pop {
	display: none;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
}
.login_pop .pop_bg {
	height: 100%;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.5);
}
.login_pop .pop_con {
	width: 800px;
	height: 692px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px 52px 98px;
	position: absolute;
	top: calc((100% - 692px)/2);
	left: calc((100% - 800px)/2);
	display: flex;
	align-items: center;
	flex-direction: column;
}
.login_pop .pop_con .tit {
	font-size: 26px;
	color: #333;
	margin-bottom: 90px;
}
.login_pop .pop_con .row {
	height: 72px;
	width: 100%;
	background-color: rgba(248, 248, 248, 0.72);
	display: flex;
	align-items: center;
	padding: 0 19px;
	margin-bottom: 28px;
}
.login_pop .pop_con .row img {
	height: 36px;
	width: 33px;
	margin-right: 29px;
}
.login_pop .pop_con .row input {
	background-color: rgba(248, 248, 248, 0.72);
	width: 614px;
	border: 0;
	outline: none;
	font-size: 24px;
}
.login_pop .pop_con .btn {
	width: 100%;
	height: 72px;
	background: #E60012;
	cursor: pointer;
	text-align: center;
	line-height: 72px;
	color: #fff;
	font-size: 24px;
	margin-top: 36px;
}
.login_pop .pop_con .link {
	margin-top: auto;
	font-size: 24px;
	color: #999;
}
.login_pop .pop_con .link a {
	color: #E60012;
}
.login_pop .pop_con .cancel {
	position: absolute;
	top: 30px;
	right: 37px;
	height: 19px;
	width: 19px;
}
.register_pop {
	display: none;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
}
.register_pop .pop_bg {
	height: 100%;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.5);
}
.register_pop .pop_con {
	width: 800px;
	height: 692px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px 52px 58px;
	position: absolute;
	top: calc((100% - 692px)/2);
	left: calc((100% - 800px)/2);
	display: flex;
	align-items: center;
	flex-direction: column;
}
.register_pop .pop_con .tit {
	font-size: 26px;
	color: #333;
	margin-bottom: 90px;
}
.register_pop .pop_con .row {
	height: 72px;
	width: 100%;
	background-color: rgba(248, 248, 248, 0.72);
	display: flex;
	align-items: center;
	padding: 0 19px;
	margin-bottom: 28px;
}
.register_pop .pop_con .row img {
	height: 36px;
	width: 33px;
	margin-right: 29px;
}
.register_pop .pop_con .row input {
	background-color: rgba(248, 248, 248, 0.72);
	width: 614px;
	border: 0;
	outline: none;
	font-size: 24px;
}
.register_pop .pop_con .btn {
	width: 100%;
	height: 72px;
	background: #E60012;
	cursor: pointer;
	text-align: center;
	line-height: 72px;
	color: #fff;
	font-size: 24px;
	margin-top: 36px;
}
.register_pop .pop_con .link {
	margin-top: auto;
	font-size: 24px;
	color: #999;
}
.register_pop .pop_con .link a {
	color: #E60012;
}
.register_pop .pop_con .cancel {
	position: absolute;
	top: 30px;
	right: 37px;
	height: 19px;
	width: 19px;
}
.look_pop {
	display: none;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
}
.look_pop .pop_bg {
	height: 100%;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.5);
}
.look_pop .pop_con {
	width: 800px;
	height: 692px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px 50px 98px;
	position: absolute;
	top: calc((100% - 692px)/2);
	left: calc((100% - 800px)/2);
	display: flex;
	align-items: center;
	flex-direction: column;
}
.look_pop .pop_con .tit {
	font-size: 26px;
	color: #333;
	margin-bottom: 90px;
}
.look_pop .pop_con .row {
	height: 72px;
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 28px;
}
.look_pop .pop_con .row .row_l {
	width: 108px;
	text-align: end;
	font-size: 24px;
	color: #333;
	margin-right: 6px;
}
.look_pop .pop_con .row .row_l span {
	color: #E60012;
}
.look_pop .pop_con .row input {
	width: 586px;
	height: 100%;
	border: 0;
	outline: none;
	font-size: 24px;
	background-color: rgba(248, 248, 248, 0.72);
	padding-left: 27px;
}
.look_pop .pop_con .agree {
	width: 100%;
	padding: 0 12px;
	display: flex;
	align-items: center;
	font-size: 22px;
	color: #999;
	margin: 76px 0 30px;
}
.look_pop .pop_con .agree a {
	color: #E60012;
}
.look_pop .pop_con .agree img {
	height: 24px;
	width: 24px;
	margin-right: 17px;
}
.look_pop .pop_con .agree .agrees {
	display: none;
}
.look_pop .pop_con .btn {
	width: 100%;
	height: 72px;
	background: #E60012;
	cursor: pointer;
	text-align: center;
	line-height: 72px;
	color: #fff;
	font-size: 24px;
	margin-top: 36px;
}
.look_pop .pop_con .link {
	margin-top: auto;
	font-size: 24px;
	color: #999;
}
.look_pop .pop_con .link a {
	color: #E60012;
}
.look_pop .pop_con .cancel {
	position: absolute;
	top: 30px;
	right: 37px;
	height: 19px;
	width: 19px;
}
.paginationBox {
	width: 100%;
}
.paginationBox .page {
	width: 100%;
}
.page {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.page ul {
	display: flex;
	padding: 0 30px;
}
.page ul li {
	display: flex;
	margin: 0 5px;
}
.page ul li a {
	border: 1px solid #ccc;
	padding: 3px 11px;
	font-size: 14px;
	color: #555555;
	background-color: #ffffff;
	border-radius: 3px;
}
.page ul li a:hover {
	color: #FFFFFF;
	background-color: #E60012;
}
.page ul li span {
	padding: 3px 11px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #E60012;
	border-radius: 3px;
}
/* .paginationBox {
  width: 100%;
}
.paginationBox .page {
  width: 100%;
}
.ui-pagination-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ui-pagination-container a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 11px;
  border: 1px solid #D4DFD9;
  margin: 0 5px;
  font-size: 14px;
  color: #333;
}
.ui-pagination-container .active {
  background-color: #E60012;
  border: 1px solid #E60012;
  color: #fff;
} */







