@charset "utf-8";

* {font-family: sans-serif, Arial;}
.btn_breathe{-webkit-animation:btn_breathe linear infinite 1.5s;}
@-webkit-keyframes btn_breathe{
	0%{-webkit-transform:scale(1.02);}
	50%{-webkit-transform:scale(0.95);}
	100%{-webkit-transform:scale(1.02);}
}

.tele_sim_bflow{width:100%;max-width:30rem;margin:0 auto;position: relative;}
.tele_sim_bflow .bg_full{position: fixed;top:0;right:0;bottom:0;left:0;background-image: linear-gradient(0deg,#cdf1fb,#6dc2ed);z-index:-1;}
.tele_sim_bflow .banner{margin-bottom: -6.2rem;}

.tele_sim_bflow .pro_chose{margin:0 0.66rem;position: relative;}

.tele_sim_bflow .pro_chose .opera{position: absolute;width:100%;top:-2.4rem;left:0;display: flex;justify-content: space-between;align-items: center;padding:0 0.45rem;}
.tele_sim_bflow .pro_chose .opera .city,
.tele_sim_bflow .pro_chose .opera .rule{height:1.54rem;line-height:1.54rem;color:#26386d;font-size:0.92rem;font-weight:bold;background-color: #fff;padding:0 0.6rem;border-radius: 100rem;}
.tele_sim_bflow .pro_chose .opera .city:after{
	content:"";
	width:0.87rem;height:0.87rem;
	background-image: url(../images/down.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: inline-block;vertical-align: middle;
	margin-left:0.2rem;position: relative;top:-1px;
}
.tele_sim_bflow .pro_chose .opera .rule::before{
	content:"";
	width:0.87rem;height:0.87rem;
	background-image: url(../images/remind.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: inline-block;vertical-align: middle;
	margin-right:0.2rem;position: relative;top:-1px;
}

.tele_sim_bflow .btn{margin:1rem 1.23rem;position: relative;}
.tele_sim_bflow .btn p{color:#fff;font-size:1.23rem;font-weight:bold;position: absolute;width:100%;height:100%;display:flex;justify-content: center;align-items: center;top:0;left:0;}
.tele_sim_bflow .btn p::after{
	content:"";
	width:1.05rem;height:1.05rem;
	background-image: url(../images/right.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: inline-block;vertical-align: middle;
	margin-left:0.2rem;position: relative;
}

.tele_sim_bflow .ban_bot{margin:1.5rem 0.66rem 2rem;position: relative;}

.ex-description-box {
	display: none;
	position: fixed;
	background: #e6e6e6;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 3;
	text-align: center;
}

.ex-description-title {
	color: #3d4245;
	font-size: 1.08em;
	position: relative;
	margin-bottom: 4%;
}

.ex-description-title:before {
	content: '';
	position: absolute;
	width: 10%;
	height: 1px;
	background: #c3c3c3;
	left: 22.5%;
	top: 50%;
}

.ex-description-title:after {
	content: '';
	position: absolute;
	width: 10%;
	height: 1px;
	background: #c3c3c3;
	right: 22.5%;
	top: 50%;
}

.ex-description-contains {
	padding: 0 9.1%;
	text-align: left;
	color: #949494;
	font-size: .868em;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.ex-description-btn {
	display: block;
	width: 10%;
	position: absolute;
	bottom: 8%;
	left: 0;
	right: 0;
	margin: auto;
}

.ex-description-btn>img {
	width: 100%;
}

.ex-description-contains>dl {
	margin-bottom: 7%;
}

.ex-description-contains-rightlop {
	text-align: right;
}