/* 首页样式 */
.myApp {
	min-width: 1200px;
	/*height: 100%;*/
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.pub-head>div {
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.pub-head .pub-head-login {
	font-size: 14px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}

.pub-head .pub-head-login:hover {
	color: #009dff;
	cursor: pointer;
}

.app-navbar {
	height: 50px;
	background-color: rgba(121, 121, 121, 0.5);
}

.app-navbar-ul {
	text-align: left;
}
.app-navbar-ul>li,
.app-navbar-ul a {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 50px;
}

.app-navbar-ul>li.active {
	background: #fff;
	color: #009dff;
}

.app-navbar-ul>li.active a {
	color: #009dff;
}

.app-container {
	height: 100%;
}

/* .swiper_container {
	height: 410px;
} */
.swiper-item {
	height: 405px !important;
}

.region-contanier {
	background-image: url(../img/region.564189fe.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	padding-bottom: 30px;
}

.region-tips {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 50px;
}

.region-tips>div:first-child {
	color: #ececec;
	font-size: 30px;
	font-weight: 700;
}

.region-tips>div:nth-child(2) {
	color: #222;
	font-size: 36px;
	font-weight: 400;
	margin-top: -45px;
	position: relative;
}

.region-tips>div:nth-child(3) {
	color: #999;
	font-size: 13px;
	margin-top: 16px;
}

.region-total {
	background-color: #fff;
	box-shadow: 0 5px 16px 0 rgb(0 0 0 / 20%);
	display: flex;
}

.region-total .total-item {
	width: 25%;
	padding: 32px 0 32px 10px;
}

.region-total>div>div:first-child {
	color: #333;
	font-size: 34px;
	font-weight: 700;
}

.region-total>div>div:first-child>span {
	font-size: 17px;
	margin-left: 4px;
	margin-top: 13px;
	vertical-align: top;
	display: inline-block;
}

.region-total>div>div:nth-child(2) {
	color: #999;
	margin-top: 15px;
	font-size: 14px;
}

.region-total .cut-off {
	border-left: 1px solid #d8d8d8;
	font-size: 0;
	height: 50px;
	position: relative;
	top: 50px;
}

.region-img img {
	cursor: pointer;
}

.guarantee-header {
	height: 40px;
	background-color: #d7e0fd;
	display: flex;
	color: #546DFD;
	font-size: 16px;
	font-weight: 500;
	ont-family: 'SimHei';
	line-height: 40px;
	border-radius: 20px;
}

.guarantee-list .div_1 {
	width: 48%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-align: center;
}

.guarantee-list .div_2 {
	width: 20%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-align: center;
}

.guarantee-list .div_3 {
	width: 10%;
	text-align: center;
}

.guarantee-list .div_4 {
	width: 14%;
	text-align: center;
}

.guarantee-list {
	padding-bottom: 30px;
}

.guarantee-list li {
	display: flex;
	justify-content: space-between;
	padding: 15px 5px;
	font-weight: 500;
	align-items: center;
	font-size: 15px;
	border-bottom: 1px solid #dadee1;
}
.guarantee-list li>div:nth-child(1){
	text-align: left;
}
.apply-btn {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 80px;
	padding: 0 5px;
	border-radius: 20px;
	color: #fff;
	background-color: #7F97FB;
}


/* 底部css样式 */
.app-footer {
	font-size: 14px;
	font-weight: 400;
	background-color: rgba(2, 5, 74, .8);
	color: #fff;
	/*	position: fixed;*/
	/*bottom: 0;*/
	/*width: 100%;*/
}

.app-footer .footer-top {
	height: 230px;
	display: flex;
}

.app-footer .footer-left {
	width: 40%;
	text-align: left;
}

.app-footer .cut-off {
	border-left: 3px solid #fff;
	font-size: 0;
	height: 130px;
	position: relative;
	top: 50px;
	margin-right: 100px;
}

.app-footer .footer-right {
	width: 50%;
	text-align: left;
}

.app-footer h3 {
	padding: 5px;
	font-size: 18px;
	font-weight: 700;
	margin: 24px 0 10px 0;
}

.app-footer .footer-left .link {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.app-footer .footer-left .link a {
	width: 40%;
	color: #fff;
	margin-top: 10px;
}

.app-footer .footer-right>div {
	margin-top: 10px;
}

.app-footer .footer-bottom {
	width: 80%;
	margin: 0 auto;
	min-width: 1200px;
	height: 55px;
	border-top: 1px solid #fff;
	text-align: center;
	line-height: 55px;
	font-size: 16px;
}
.table_box #bootstrap-table .btn{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 80px;
	padding: 0 5px;
	border-radius: 20px;
	color: #fff;
	background-color: #7F97FB;
}
.table_box .bootstrap-table .fixed-table-container .table thead th{
	text-align: center!important;
	height: 45px;
	background-color: #d7e0fd;
	color: #546DFD;
	font-size: 17px;
	font-family: Microsoft YaHei,serif;
	height: 40px;
	border-bottom: #ff0000!important;
}
.bootstrap-table .fixed-table-container .table td{
	font-size: 15px!important;
	font-family: Microsoft YaHei,serif;
	height: 60px;
}

.table_box .bootstrap-table .fixed-table-container .table th:nth-child(1){
	border-top-left-radius: 20px!important;
	border-bottom-left-radius: 20px!important;
}

.table_box .bootstrap-table .fixed-table-container .table th:nth-child(6){
	border-top-right-radius: 20px!important;
	border-bottom-right-radius: 20px!important;
}