/*
* @Author: xin
* @Date:   2021-09-06 08:25:37
* @Last Modified by:   xin
* @Last Modified time: 2021-09-22 22:20:10
*/
.page-item.active a{
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.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 #dee2e6;
    font-size: 16px;
    font-weight: 400;
    color: #1B385D;
    border: 1px solid #0D1A53;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
img{
	object-fit: cover;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
.page .top{
	position: relative;
	border-bottom: 1px solid #A3A4A4;
	background:#ffffff;
}
.page .main_header{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin:auto;
}
.main_header_left{
	width: 33.33%;
	position: relative;
}
.main_header_left_btn{
	position: relative;
	color:#000000;
	margin: 28px 15px 0 0;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
.main_header_left_btn:after{
	content: "";
	margin: auto;
	border-bottom: 3px solid #1B385D; 
	position: absolute;
	bottom: 0;
	left: 25%;
}
.page .main_header .main_header_left .selected:after{
	width: 50%;
}
.main_header_left_btn:hover:after{
	color: #000000;
	text-decoration: none;
	width: 50%;
}
.main_header_logo{
	width: 33.33%;
	text-align: center;
	padding:15px 0;
	cursor: pointer;
}
.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: #1B385D;
	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;
	}
}

