@charset "UTF-8";

.index-banner {
	background: linear-gradient(to top, #73ccf9, #d2ecff);
	height: 510px;
	width: 100%;
	position: relative;
	top: 0px;
	z-index: 0;
}
.banner_img {
	max-width: 100%;
	width: 100%;
	height: 510px;
}

.swiper-btn {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	bottom: 90px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.swiper-pagination-bullet {
	width: 20px !important;
	height: 20px !important;
	line-height: 20px !important;
	color: #FFFFFF;
	margin-right: 10px;
	font-size: 12px !important;
}
.swiper-pagination-bullet-active {
	background: #FFFFFF !important;
	color: #000000;
	font-size: 12px !important;
}
.btn-img-box {
	display: flex;
	align-items: center;
}
#btn-img {
	width: 30px;
	height: 30px;
	margin: 0px 10px;
	cursor: pointer;
}

.index-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 40px;
}
.index-menu-sub {
	width: 24%;
}
#menu {
	border-radius: 15px;
	cursor: pointer;
	width: 100%;
	transition: all 0.2s linear;
}
#menu:hover {
	transform: scale(1.1);
}
.boutique {
	margin: 40px 0px;
	width: 1200px;
	height: 461px;
}
.boutique-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.boutique-title {
	display: flex;
	align-items: center;
}
.b-titles {
	font-weight: 500;
	font-size: 22px;
	color: #000000;
}

.operator-box {
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.operator {
	background: #F1F1F1;
	border-radius: 3px;
	padding: 5px 10px;
	margin-left: 10px;
	text-align: center;
	cursor: pointer;
}
.oper {
	color: #FFFFFF;
	background: #CB3042;
}
.boutique-more {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.mores {
	cursor: pointer;
}
#more {
	width: 13px;
	height: 13px;
	margin-left: 5px;
}
.boutique-content{
	display: flex;
	margin: 40px 0px;
}
.b-ad {
	flex: 2;
}
.b-ad img{
	border-radius: 10px;
}
.b-phone {
	flex: 8;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.b-phones-box {
	width: 21%;
	height: 96px;
	border: 1px solid #F1F1F1;
	border-radius: 10px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 5px #DDDDDD;
	cursor: pointer !important;
	padding: 10px;
	margin-left: 16px;
	transition: all 0.2s linear;
}
.b-phones-box:hover {
	transform: scale(1.1);
}
.b-city-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 3px;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}
.b-city-name {
	cursor: pointer;
}
.b-oper-yys{
	margin-left: 10px;
	cursor: pointer;
}
.b-city {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.b-ollection {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.b-img {
	width: 40px;
	text-align: right;
	padding-right: 5px;
	cursor: pointer;
}
#heart {
	width: 15px;
	height: 15px;
}
.b-phone-num {
	font-size: 32px;
	font-weight: bold;
	margin-top: 10px;
	cursor: pointer;
}
.b-price-box {
	display: flex;
	align-items: center;
	margin-top: 12px;
	cursor: pointer;
}
.b-price {
	color: #CB3042;
	font-weight: bold;
	cursor: pointer;
}
.b-tariff{
	margin-left: 5px;
	font-size: 14px;
	cursor: pointer;
}

.no-data{
	width: 100%;
	text-align: center;
	margin-top: 80px;
}
#no-datas{
	width: 300px;
	height: auto;
}
.no-data-text{
	color: #999999;
}

.footer-ad {
	width: 1200px;
	margin: 0 auto;
	border-radius: 10px;
}
#footer-ad-img {
	max-width: 100%;
	width: 100%;
	height: 200px;
	border-radius: 10px;
}
.page-floor-box {
	position: fixed;
	left: 12%;
	top: 200px;
	z-index: 12;
}
.page-floor-ui {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #dddddd;
	width: 70px;
	height: 230px;
	padding: 10px;
}
.page-floor-type {
	text-align: center;
	margin-bottom: 28px;
	margin-top: 10px;
	cursor: pointer;
}
.page-floor-type a{
	display: block;
}
.page-floor-type a:hover {
	color: #CB3042;
}
#floor-img{
	width: 26px;
	height: 26px;
}
.page-floor-text {
	font-size: 14px;
	margin-top: 10px;
}

.customize-bank-bg {
	position: fixed;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 99;
}
.customize-bank-ui {
	background: #ffffff;
	width: 800px;
	height: 450px;
	border-radius: 20px;
	position: absolute;
	left: 30%;
	top: 15%;
	display: flex;
}
.customize-bank-img {
	width: 50%;
	background: #F1F1F1;
	border-radius: 20px 0px 0px 20px;
	text-align: center;
}
.bank-ico {
	max-width: 100%;
	width: 100%;
	height: 100%;
	border-radius: 20px 0px 0px 20px;
}
.customize-bank-text-box {
	width: 50%;
	padding: 20px 30px;
}
.bank-close {
	text-align: right;
}
.bank-colse{
	width: 18px;
	height: 18px;
	cursor: pointer;
}
.customize-bank-title {
	text-align: center;
	color: #000000;
	margin-top: 30px;
	padding: 0px 30px;
}
.bank-text-font {
	margin-top: 20px;
	line-height: 26px;
	color: #777777;
	text-align: center;
}
.service-wechat {
	text-align: center;
	margin-top: 40px;
}
.wechat {
	width: 160px;
	height: 160px;
}
.text-remarks {
	margin-top: 5px;
	text-align: center;
	color: #777777;
	font-size: 14px;
}