/*
* @Author: xin
* @Date:   2021-09-06 08:25:37
* @Last Modified by:   xin
* @Last Modified time: 2021-11-05 13:00:09
*/
.page-item.active a{
    z-index: 3;
    color: #fff;
    background-color: #BE2D21;
    border-color: #BE2D21;
}
.page-item a {
	position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #BE2D21;
    font-size: 16px;
    font-weight: 400;
    color: #BE2D21;
}
.page-item.active .page-link{
	background-color: #BE2D21;
	border-color: #BE2D21;
}
.page-link:hover{
	background-color: #BE2D21;
    border-color: #BE2D21;
    color: #ffffff;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
img{
	object-fit: cover;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
.page .top{
	position: relative;
	background:#ffffff;
}
.page .main_header{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	max-width: 1200px;
	margin:auto;
	padding-bottom: 15px;
}
.main_header_left{
	width: 40%;
	position: relative;
}
.main_header_left_btn{
 position: relative;
 color:#474747;
 margin: 28px 15px 0 0;
 font-size: 20px;
 font-weight: 400;
 line-height: 36px;
 min-width: 80px;
 text-align: center;
}
.main_header_left_btn:after{
	content: "";
	margin: auto;
	border-bottom: 3px solid #BE2D21; 
	position: absolute;
	bottom: -15px;
	left: 0;
}
.page .main_header .main_header_left .selected:after{
	width: 100%;
}
.main_header_left_btn:hover:after{
	color: #000000;
	text-decoration: none;
	width: 100%;
}
.main_header_logo {
    width: 15%;
    text-align: center;
    padding-top: 15px;
    cursor: pointer;
    margin-bottom: 8px;
}
.main_header_right{
	width: 33.33%;
	text-align: right;
}
.main_header_right_phone, .main_header_right_search{
	margin-right: 20px;
	position: relative;
}
.main_header_right_search{
	display: flex;
	align-items: center;
	border:1px solid;
	border-radius: 25px;
	padding:5px 10px;
}
.main_header_right_search input{
	border:0;
	outline: none;
	padding:0 5px;
}
.main_header_right_phone_code{
	position: absolute;
	top: 40px;
	left: -40px;
	z-index: 99;
	display: none;
}
.main_header_right_phone_code img{
	width: 110px;
	height: auto;
}
.main_header_right_upload{
	width: 110px;
	height: 30px;
	background: #BE2D21;
	border-radius: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	justify-content: center;
}
.main_header_right_upload:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.main_header_right_upload span{
	margin-left:6px;
}
/**/
.mobile-nav{
	padding:0px 15px;

}
.mobile-nav-content{
	padding: 17px 0;
	border-bottom:1px solid #EDEDED;
	display: flex;
	align-items: center;
}
.mobile-nav-content-logo img{
	max-width: 90px;
}
.mobile-nav-content-search{
	width: 190px;
	height: 25px;
	background: #F4F6F9;
	border-radius: 23px;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:5px;

}
.mobile-nav-content-search input{
	border:0;
	background:#F4F6F9;
	width: 150px;
	outline: none;
}
.mobile-nav-content-search img{
	max-width: 12px;
}
.mobile-nav-content-btn{
	flex-grow:1;
	text-align: right;
}
.mobile-nav-content-btn img{
	max-width: 20px;
}
@media (min-width:960px) {
	.mobile-nav{
		display: none;
	}
	.mobile_view{
		display: none;
	}
}
@media (max-width:960px) {
	.top{
		display: none;
	}
	.mobile_view{
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
		background:rgba(255,255,255,.98);
		z-index: 999;
		top: 0;
	}
	.mobile_view_close{
		height: 20%;
		padding: 30px 35px;
		z-index: 999;
		position: relative;
	}
	.mobile_view_close .close{
		font-size: 3rem;
	}
	.mobile_view_btns{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	.mobile_view_btns a{
		font-size: 20px;
		font-weight: bold;
		margin: 20px;
		color: #1B385D;
	}
}

