@charset "utf-8";
body,html{
	background:#f6f6f6;
    padding-bottom:env(safe-area-inset-bottom);
}
.kdzq-container{
	padding-bottom:1.25rem;
}
/* 轮播 */
.swiper-pagination-bullet {
    width: .2rem;
    height: .06rem;
    background: #fff;
    opacity: 0.33;
    border-radius: 2px;
}
.swiper-pagination-bullet-active {
    width: .3rem;
    height: .06rem;
    background: #fff;
    opacity: 1;
    border-radius: .03rem;
}
.banner-box{
	padding:0.17rem 0 0.25rem;
	background:#fff;
	transform:translate3d(0,0,0);
	overflow:hidden;
}
.swiper-container .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px,0,0);
}
.banner-box img{
	width:6.9rem;
	display: block;
	margin:0 auto;
	border-radius:0.15rem;
}
.icon-list-box{
	background:#fff;
	padding:0.48rem 0.3rem 0.14rem;
}
.icon-list-box .icon-list{
	height:auto;
	overflow: hidden;
}
.icon-list-box .icon-list .icon-li{
	float:left;
	width:20%;
	margin-bottom:0.48rem;
}
.icon-list-box .icon-list .icon-li img{
	width:0.56rem;
	display: block;
	margin:0 auto;
}
.icon-list-box .icon-list .icon-li p{
	font-size:0.24rem;
	text-align: center;
}

/* 基础信息 */
.info-show-box{
	margin:0.4rem 0.3rem;
	background:#fff;
	border-radius: 0.16rem;
	box-shadow: 0px 0px 0.2rem rgba(0,0,0,0.06);
}
.info-show-box .user-info-box{
	height:1rem;
	padding:0 0.25rem;
	border-bottom: 1px solid #E6E6E6;
	display: none;
}
.info-show-box .user-info-box img{
	float:left;
	width:0.42rem;
	display: block;
	margin-top:0.3rem;
}
.user-info-text{
	float:left;
	font-size:0.28rem;
	line-height:1rem;
	padding-left:0.14rem;
}
.change-number{
	float:right;
	font-size:0.24rem;
	line-height:1rem;
	padding-right:0.3rem;
	background: url(../img/right_icon.png) right center no-repeat;
	background-size:0.2rem;
}
.install-info-box p.top-title{
	font-size:0.26rem;
	/* padding:0.28rem 0 0; */
	text-align: center;
}
.install-info-box{
	padding:0rem 0.26rem 0.26rem;
}
.install-info-title{
	color:#FD733D;
	font-size:0.32rem;
	text-align: center;
	padding:0.1rem 0 0;
}
.handle-info{
	color:#A7A7A7;
	text-align: right;
	font-size:0.24rem;
}

.handle-info span{
	display: inline-block;
	padding:0.1rem 0 0 0.25rem;
	background:url(../img/kdzq_fire.png) left center no-repeat;
	background-size:0.2rem;
}
.handle-info span i{
	color:#FF3616;
}
/* .info-list-box .info-li-box span{
	width: 82%;
} */
	
.info-list-box .info-li-box span,.info-list-box .info-li-box i{
	float: left;
	font-size:0.24rem;
	display: block;
	min-width:0.7rem;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}
.info-list-box .info-li-box span{
	width:70%;
}
.info-list-box .info-li-box:last-child i{
	/* min-width:0.4rem; */
}
.info-li-box .check-label{
	float: right;
	width:0.28rem;
	height:0.28rem;
	/* margin-top:0.05rem; */
	border-radius: 0.05rem;
	border:1px solid #CACACA;
	display: inline-block;
	position: relative;
}
.info-li-box input[type=checkbox]:checked +.check-label:after{
	content: '';
	width:0.28rem;
	height:0.28rem;
	position: absolute;
	display: block;
	background:url(../img/checked_icon.png) center center no-repeat;
	background-size:0.18rem;
}
.info-li-box input[type=checkbox]:checked +.check-label{
	border:1px solid #25BCFC;
}
.info-li-box input[type=radio]:checked +.check-label:after{
	content: '';
	width:0.28rem;
	height:0.28rem;
	position: absolute;
    border-radius: 50%;
	display: block;
	background:url(../img/checked_icon.png) center center no-repeat;
	background-size:0.18rem;
}
.info-li-box input[type=radio]:checked +.check-label{
	border:1px solid #25BCFC;
}
.info-li-box .check-label.unevent{
	pointer-events: none;
}
.info-list-box .info-li-box i{
	color:#009af1;
	height:0.4rem;
	line-height: 0.4rem;
	background:#dcf3ff;
	border-radius: 0.05rem;
	margin:0 0.14rem;
	text-align: center;
	padding: 0 0.05rem;
}
.info-list-box .info-li-box i.red-bg{
	color:#fff;
	background:#FF4512;
	font-size:0.24rem;
	/* margin-left:0.3rem;
	margin-right:0.29rem; */
}
.info-list-box .info-li-box{
	height:auto;
	overflow: hidden;
	/* height:0.4rem; */
	line-height:0.4rem;
	/* margin:0.1rem 0; */
	margin-bottom:0.2rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	 -webkit-box-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-orient: vertical;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	flex-shrink:0;
}
.get-more-detail{
	text-align: center;
	background:url(../img/dashed_line.png) left center no-repeat;
	background-size:100%;
	margin: 0.26rem -0.26rem 0;
}
.get-more-detail span{
	color:#25BCFC;
	background:#fff;
	display: inline-block;
	padding:0 0.1rem;
	font-size:0.24rem;
	text-decoration: underline;
}
.lg-btn-style{
	color:#fff;
	width:5.2rem;
	height:0.8rem;
	line-height:0.8rem;
	text-align: center;
	font-size:0.3rem;
	background:#009AF1;
	margin:0.5rem auto 0.2rem;
	border-radius: 0.4rem;
}
.lg-btn-style.add-mask-icon{
	position: relative;
}
.lg-btn-style.add-mask-icon .red-mask{
	top:-0.3rem;
	right:0.4rem;
	width:1.42rem;
	height:0.47rem;
	display: block;
	font-size:0.24rem;
	line-height:0.35rem;
	position: absolute;
	background:url(../img/mask_icon_red.png) no-repeat;
	background-size:100%;
}
.expenses-title{
	color:#212121;
	font-size:0.4rem;
	font-weight: bold;
	margin:0 -0.26rem;
	border-bottom:1px solid #e6e6e6;
	padding:0 0.26rem 0.32rem;
}
#kd_tisu .expenses-title,#qj_wifi .expenses-title,#iptv_banli .expenses-title{
	border-bottom:none;
	padding:0.4rem 0.26rem 0;
}
.expenses-extitle{
	color:#666666;
	width:4.26rem;
	height:0.4rem;
	line-height:0.4rem;
	text-align: center;
	background:#F3F3F3;
	margin:0.28rem auto 0.05rem;
	font-size:0.24rem;
	border-radius: 0.2rem;
}
.info-li-box span font{
	color:#f86565;
}
.expenses-extitle i{
	color:#f86565;
}
.info-li-box span font.bias-line{
	/* color:#333; */
	position: relative;
}
.info-li-box span font.black-bias-line{
	color:#333;
	position: relative;
}
.info-li-box span .add-more-right{
	padding-right:0.25rem;
	background:url(../img/more_red_icon.png) center right no-repeat;
	background-size:0.2rem;
}
.bias-line.black-bias-line:after{
	width:0.8rem;
}
.bias-line:after{
	content:"";
	position:absolute;
	left: 0.16rem;
	top: -0.15rem;
	width:1rem;
	height:0.3rem;
	box-sizing:border-box;
	border-bottom:1px solid #f86565;
	transform-origin:bottom center;
	transform:rotateZ(-6deg) scale(1.414);
	animation:slash 5s infinite ease;
}
.sm-btn-style{
	color:#fff;
	width: 5.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
	background:#009AF1;
	text-align: center;
	/* line-height:0.5rem; */
	margin:0.4rem auto 0.2rem;
	border-radius:0.4rem ;
	font-size:0.34rem;
}
/* tab切换 */
.tab-show-box{
	/* height:0.9rem; */
	margin-top:0.35rem;
	position: relative;
}
/* .tab-show-box:after{
	content:'';
	width:108.5%;
	height:0.07rem;
	display: block;
	position: absolute;
	bottom:0;
	left:-0.26rem;
	right:-0.26rem;
	background:url(../img/line_sub_icon.png) left bottom no-repeat;
	background-size:100%;
} */
.tab-show-box .tabli-box{
	color:#999999;
	/* float:left; */
	/* width:2rem; */
	min-width: 1.5rem;
	padding:0.06rem 0.12rem;
	text-align: center;
	font-size:0.28rem;
	/* height:0.52rem; */
	/* line-height:0.52rem; */
	background:#f2f2f2;
	margin:0 0.1rem;
	border-radius: 0.1rem;
	position: relative;
}
.tab-show-box .tabli-box:first-child{
	margin-left:0;
}
.tab-show-box .tabli-box:last-child{
	margin-right:0;
}
.tab-show-box .tabli-box.active{
	color:#fff;
	position: relative;
	background:#009AF1;
}
.tab-show-box .tabli-box.active:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid #009AF1;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left:-8px;
}
.more-expenses-btn{
	color:#999999;
	width:2.3rem;
	height:0.5rem;
	font-size:0.24rem;
	background:#FAFAFA;
	text-align: center;
	line-height:0.5rem;
	margin:0 auto 0.3rem;
	border-radius: 0.25rem;
	border:1px solid #eee;
}
.more-expenses-btn span{
	display: inline-block;
	background:url(../img/down_icon.png) top 0.2rem right no-repeat;
	background-size:0.2rem;
	padding-right:0.3rem;
}
.more-expenses-btn span.up{
	background:url(../img/up_icon.png) top 0.2rem right no-repeat;
	background-size:0.2rem;
}
.kdds-handle-adv img{
	width:100%;
	display: block;
	margin:0.37rem 0;
}

.double-btn-style{
	width:5.2rem;
	height:0.8rem;
	background:#1ca6f2;
	border-radius: 0.4rem;
	margin:0 auto;
	overflow: hidden;
}
.double-btn-style span{
	color:#fff;
	width:50%;
	height:0.8rem;
	float: left;
	text-align: center;
	display: inline-block;
	position: relative;
	line-height:0.8rem;
}
.double-btn-style span:first-child{
	padding-left:0.2rem;
}
.double-btn-style span:last-child{
	float: right;
	width:45%;
	background:#009af1;
	/* -webkit-transform:perspective(0.5em)scale(1.1,1.3) rotateX(5deg); */
	/* -webkit-transform-origin:bottom ; */
}
.double-btn-style span:last-child i{
	position:absolute;
	display: block;
    width: 100%;
	padding-right:0.4rem;
	box-sizing: border-box;
}
.double-btn-style span:last-child:before{
	content: '';
	position: absolute;
	top: 0;
	left: -0.2rem;
	right: 0;
	bottom: 0;
	background:#009af1;
	border: 1px solid #009af1;
	border-bottom: none;
	border-radius: 0 0.5rem 1rem 0;
	/* transform:perspective(0.5em) scale(1.1,1.3) rotateX(3deg);
	-webkit-transform:perspective(0.5em) scale(1.1,1.3) rotateX(3deg);
	-moz-transform:perspective(0.5em) scale(1.1,1.3) rotateX(3deg); */
	transform:perspective(0.5em)scale(1.1,1.3) rotateX(3deg);
	-webkit-transform:perspective(0.5em)scale(1.1,1.3) rotateX(3deg);
	-moz-transform:perspective(0.5em)scale(1.1,1.3) rotateX(3deg);
	/* z-index: -1;    */
	-webkit-transform-origin:bottom ;
    -moz-transform-origin:bottom ;
}

/* 电视会员业务包 */
.tvip-list-box{
	height:auto;
	overflow: hidden;
	padding-bottom: 0.2rem;
}
.tvip-list-box .tvip-li-box{
	float: left;
	padding:0 0.07rem;
	margin-top:0.4rem;
}
.tvip-list-box .tvip-li-box .tvip-li-area img{
	width:100%;
}
.tvip-list-box .tvip-li-box .tvip-li-area{
	overflow: hidden;
	border-radius: 0.08rem;
	padding-bottom:0.2rem;
	box-shadow: 0px 0px 0.2rem rgba(0,0,0,0.06);
}
.tvip-list-box .tvip-li-box .ljbl-btn{
	color:#009AF1;
	width:1.48rem;
	height:0.42rem;
	font-size:0.24rem;
	text-align: center;
	border:1px solid #009AF1;
	line-height:0.44rem;
	margin:0.26rem auto 0;
	border-radius: 0.06rem;
}
.tvip-list-box .tvip-li-box .tvip-li-area h3,.tvip-list-box .tvip-li-box .tvip-li-area h5{
	text-align: center;
}
.tvip-list-box .tvip-li-box .tvip-li-area h3{
	color:#212121;
	font-weight: bold;
	font-size:0.28rem;
	margin-top:0.1rem;
}
.tvip-list-box .tvip-li-box .tvip-li-area h5{
	color:#666;
	font-size:0.24rem;
}
/* 底部导航 */
.bottom-nav-box{
	width:100%;
	height:1.26rem;
	/* overflow: hidden; */
	background:#fff;
	position: fixed;
	bottom:0;
	z-index:100;
	border-top: 0.01rem solid #EBEBEB;
}
.bottom-nav-box .bottom-nav-list{
	height: 1.26rem;
	display: -webkit-flex; /* Safari */
    display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content:space-between;
	-webkit-justify-content:space-between ;
	align-items:center ;
	-webkit-align-items: center;
	/* padding: 0 0.29rem; */
}
.bottom-nav-box .bottom-nav-list .bottom-nav-li{
	/* float: left; */
	flex:1;
}
.bottom-nav-box .bottom-nav-list .bottom-nav-li.ajtv-li img{
	width:0.88rem;
	margin-top: -0.46rem;
}
.bottom-nav-box .bottom-nav-list img{
	width:0.4rem;
	display: block;
	margin:0 auto;
}
.bottom-nav-box .bottom-nav-list p{
	color:#8a8a8a;
	font-size:0.2rem;
	text-align: center;
  margin-top: 0.1rem;
}
.bottom-nav-box .bottom-nav-list p.active{
	color:#009af1;
}

/* 宽带介绍 */
.kdds-intro-adv{
	padding:0.27rem 0.14rem;
}
.kdds-intro-adv img{
	width:100%;
	display: block;
}
.kdzq-intro-table{
	margin-top:0.27rem;
}
.kdzq-intro-table table{
	width:100%;
	color:#666;
	font-size:0.24rem;
	text-align: center;
	border-collapse: separate;
    border-spacing: 0px;
	border-top: 1px solid #009AF1;
	border-right:1px solid #009AF1;
}
.kdzq-intro-table th{
	color:#fff;
	font-weight: normal;
	font-size:0.24rem;
	background:#75D1FA;
	line-height:0.25rem;
	padding:0.1rem 0;
	border-left:1px solid #009AF1;
	border-bottom: 1px solid #009AF1;
}
.kdzq-intro-table td{
	padding:0.1rem 0;
	line-height:0.28rem;
	border-left:1px solid #009AF1;
	border-bottom: 1px solid #009AF1;
}

.detail-mask{
	width:100%;
	top:0;
	bottom:0;
	z-index: 3;
	position: fixed;
	background:rgba(0,0,0,0.6);
}
.detail-box{
	width:100%;
	bottom:0;
	position: fixed;
	min-height:3rem;
	background:#fff;
	border-radius:0.2rem 0.2rem 0 0;
}
.detail-box h3{
	padding:0.5rem 0 0.3rem;
	text-align: center;
	font-size: 0.4rem;
	font-weight: bold;
	border-bottom:1px solid #eee;
}
.detail-content{
	padding:0.2rem 0rem;
	height: 7.2rem;
    overflow: auto;
}
.close-icon-btn{
	width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    background: url(../img/close_right_icon.png) no-repeat;
    background-size: 0.3rem;
}

.tab-show-area{
	overflow-x: auto;
	position: relative;
	padding-bottom: 0.35rem;
	/* border-bottom:1px solid #eee; */
	/* background:url(../img/line_sub_icon.png) left bottom no-repeat;
	background-size:100%; */
}
.tab-show-area::-webkit-scrollbar{
	display: none;
}
.tab-show-box {
    width: 100%;
    /* height: 0.9rem; */
    margin-top: 0.43rem;
    position: relative;
    /* display: table; */
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	 -webkit-box-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: flex-start;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-box-orient: vertical;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.intro-adv {
	padding: 0rem 0.3rem;
    margin: 0.2rem auto;
}
.table-img {
    margin: 0 auto;
}
.intro-adv img{
	width:6.9rem;
}
.table-img img{
	width:6.7rem;
}
.table-img img,.intro-adv img{
	display: block;
	margin:0 auto;
}
.stakes-text {
    color: #666;
    padding: 0.28rem 0;
    font-size: 0.24rem;
}

.adv-img-box{
	padding:0.2rem 0.2rem 0;
}
.adv-img-box img{
	width:100%;
	display: block;
}

.blue-text{
	color:#009AF1;
}
.info-li-box span small{
	float:left;
	width: 92%;
	font-size:0.24rem;
	line-height: 0.4rem;
}
.info-li-box span small span{
	word-break: break-all;
    white-space: nowrap;
}
.info-list-box .info-li-box span b{
	height: auto;
    overflow: hidden;
    display: block;
	font-weight: normal;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	 -webkit-box-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-orient: vertical;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	flex-shrink:0;
}
/*.info-list-box .info-li-box span b:first-child{
	margin-bottom:0.1rem;
}
 #xufei .info-list-box .info-li-box span{
	width:78%;
} */
.double-fenbtn-style{
	margin:0.5rem 0 0.2rem;
}
.double-fenbtn-style span{
	width:3rem;
	height: 0.7rem;
	color:#fff;
	line-height:0.7rem;
	text-align: center;
	font-size: 0.32rem;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	display: inline-block;
	border-radius:0.35rem;
	background:#009AF1;
}
/*between flex 无换行*/
.flex-between{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	 -webkit-box-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
    justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-orient: vertical;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
/*between flex 换行*/
.flex-between-wrap{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.install-info-box.xztj-show{
	padding-top:0;
}
.intro-mask{
	width: 0.6rem;
	height: 0.26rem;
	top: -0.15rem;
    right: -0.1rem;
	font-size: 0.2rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	line-height: 0.26rem;
	background: #ff4512;
	border-radius: 0.12rem 0.13rem 0.13rem 0;
	position: absolute;
}
.info-li-box .check-label.event-none{
	pointer-events: none;
}

.table-img table{
	width: 6.9rem;
	margin: 0 auto;
	font-size: 0.22rem;
	background-color: #93C4FF;
	text-align: center;
	border-collapse: inherit;
}

.table-img table>thead td{
	background-color: #3681DA;
	height: 0.7rem;
	color: #ffffff;
	line-height: 0.3rem;
    padding: 0.2rem 0;
}
.table-img table>tbody td{
	background-color: #ffffff;
	height: 0.6rem;
}

.table-img table>tfoot{
	background: #FFFFFF;
	text-align: left;
}
.wxts-text{
	font-size: 0.23rem;
	margin-top: 0.24rem;
	padding: 0 0.3rem;
	margin-bottom: 1.2rem;
}
.wxts-text p{
	margin-bottom: 0.15rem;
    line-height: 0.35rem;
}
#moreShowNo1 .info-list-box .info-li-box span,#expMoreShow .info-list-box .info-li-box span,#moreShowNo2 .info-list-box .info-li-box span,#loginIntro .info-list-box .info-li-box span,#xinzhuang .info-list-box .info-li-box span{
	width:82%;
}

/* #wuxufei .info-list-box .info-li-box span{
	width:70%;
} */

/* 添加同伴会员部分-20200917 */
.intro-tbshow{
	margin-top:0.6rem;
}
.intro-tbshow h1{
	font-size: 0.28rem;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #ff4512;
	line-height: 0.5rem;
	padding-left:0.62rem;
	background:url(../img/recommend-title-s.png) no-repeat;
	background-size:2.6rem;
}
.intro-tbshow-list{
	margin-top:0.16rem;
}
.intro-tbshow-list li{
	display: table;
	padding:0.16rem 0.31rem 0.2rem;
}
.intro-tbshow-list li .intro-tbshow-libox{
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}
.intro-tbshow-list li .tbshow-left{
	width:0.51rem;
}
.intro-tbshow-list li .tbshow-center{
	width:4.5rem;
}
.intro-tbshow-list li .intro-tbshow-libox label{
	display: block;
	width:0.28rem;
	height:0.28rem;
	background:url(../img/uncheck_icon.png) no-repeat;
	background-size:100%;
}
.intro-tbshow-list li .intro-tbshow-libox label.checked{
	background:url(../img/check_icon.png) no-repeat;
	background-size:100%;
}
.intro-tbshow-list li .tbshow-center h4{
	font-size: 0.26rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	color: #212121;
	line-height: 0.26rem;
}
.intro-tbshow-list li .tbshow-center p{
	padding-top:0.16rem;
	font-size: 0.26rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	line-height: 0.26rem;
}
.intro-tbshow-list li .tbshow-center p span{
	color: #ff4512;
}
.intro-tbshow-list li .tbshow-center p i{
	font-size: 0.24rem;
	color: #666666;
	text-decoration: line-through;
	margin-left:0.12rem;
}
.intro-tbshow-list li .tbshow-right{
	width:1.2rem;
	font-size: 0.24rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: right;
	color: #009af1;
	line-height: 0.24rem;
}

/* 同办详情 */
.tbremind-alert-box{
	left:50%;
	top:50%;
	width:6rem;
	position: fixed;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.tbremind-alert-box .tbremind-alert-top{
	height:2.7rem;
	background:url(../img/detail_alert_top.png) no-repeat;
	background-size:100%;
}
.tbremind-alert-content{
	background:#fff;
	margin-top:-1px;
	padding:0.1rem 0.39rem 0.58rem;
	border-radius: 0 0 0.16rem 0.16rem;
}
.tbremind-alert-content h3{
	font-size: 0.32rem;
    font-weight: 600;
    line-height: 0.32rem;
	margin-bottom:0.25rem;
}
.tbremind-alert-con{
	padding-bottom:0.4rem;
}
.tbremind-alert-con.show-content{
	height:1.9rem;
	overflow-y:auto ;
	padding-bottom:0;
	margin-bottom:0.4rem;
}
.tbremind-alert-con h4{
	font-size: 0.3rem;
    line-height: 0.3rem;
    font-weight: 500;
}
.tbremind-alert-con span{
	color:#FF4512;
	font-size: 0.3rem;
}
.tbremind-alert-con i{
	color:#999;
	font-size: 0.28rem;
	margin-left:0.25rem;
}
.tbremind-alert-con p{
	font-size: 0.24rem;
	font-weight: 400;
	color: #999999;
	line-height:0.4rem;
}
.iknow-btn{
	width: 5.2rem;
	height: 0.74rem;
	background: #009AF1;
	border-radius: 0.16rem;
	font-size: 0.3rem;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height:0.74rem;
}


/*2020.10.26新增办理电视角标*/
.tablist-area .angleWrap,
.info-list-box .angleWrap{     /*11.18*/
	/*padding-top: .12rem;*/
	overflow: inherit;
	position: relative;
	height: .4rem;
	box-sizing: border-box;
}
.tablist-area .angleWrap+li,
.info-list-box .angleWrap+li{
	width: 100%;
}
.tablist-area .angleWrap .angle,
.info-list-box .angleWrap .angle{
	position: absolute;
	top: -.5rem;   /*11.18*/
	right: .6rem;
	height: .42rem;
	background: #fff0e8;
	border-radius: .08rem;
	line-height: .42rem;
	padding: 0 .19rem;
	color: #ff4512;
	font-weight: 400;
	font-size: .24rem;
}
.tablist-area .angleWrap .angle::after,
.info-list-box .angleWrap .angle::after{
	content: '';
	width:0;
	display:block;
	border-width:.12rem;
	border-style:solid;
	border-color:#fff0e8 transparent transparent transparent;
	margin: 0 auto;
}
.angleTV{
	height: .7rem;
	background: #fff0e8;
	border-radius: .08rem;
	padding: 0 .20rem;
	color: #fe4b1a;
	font-weight: 400;
	font-size: .24rem;
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 0.2rem;
}
.angleTV .red-bg {
	width: .4rem;
	height: .4rem;
	background: #ff4512;
	color: #ffffff;
	border-radius: .08rem;
	margin-right: .2rem;
	text-align: center;
	line-height: .4rem;
}
.angleTV::after {
	content: '';
	width: 0;
	display: block;
	border-width: .12rem;
	border-style: solid;
	border-color: #fff0e8 transparent transparent transparent;
	position: absolute;
	top: -12px;
	transform: rotate(180deg);
	left: .4rem;
}

/* 疫情期间-弹窗 */
.yqalert-box-mask{
	top:0;
	left:0;
	bottom:0;
	width:100%;
	position: fixed;
	z-index: 9;
	background:rgba(0,0,0,0.6);
}
.yqchange-user-alert{
	top:50%;
	left:50%;
	width:6rem;
	min-height:1rem;
	background:#fff url(../img/yq_remind_bg.png) top center no-repeat;
	background-size:100%;
	position: fixed;
	border-radius:0.16rem;
	padding:0.6rem 0rem;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.yqchange-user-title{
	color:#1D1D1D;
	font-size:0.36rem;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:bold;
	text-align: center;
}
.yqchange-user-con{
	color:#666;
	font-size:0.27rem;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	line-height:0.4rem;
	/* text-align: center; */
	padding:0.28rem 0.4rem 0.4rem;
	text-indent: 0.44rem;
}
.yqchange-user-btns{
	text-align: center;
	/* margin:0.26rem 0 0; */
}
.yqchange-user-btns span,.yqchange-user-btns a{
	width:5rem;
	height:0.7rem;
	line-height:0.7rem;
	display: inline-block;
	text-align: center;
	font-size:0.36rem;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:#009AF1;
	border-radius:0.35rem;
	border:1px solid #009AF1;
	margin:0 0.1rem;
}
.yqchange-user-btns span.blue-btn,.yqchange-user-btns a.blue-btn{
	color:#fff;
	background:#3C9AF2;
}
.yqzd-user{
	display: none;
}
.decor-line{
	color:#bbb;
	margin-left:0.08rem;
	text-decoration: line-through;
}
.red-text{
	color:#f00 !important;
}
/* 定位提速 */
.yqchange-dwts-alert{
	top: 50%;
	left: 50%;
	width:5.86rem;
	position: fixed;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.yqchange-dwts-alert .yqalert-content{
	width:5.86rem;
	height:6.36rem;
	background:url(../img/dwts_alert_bg.png) no-repeat;
	background-size:100%;
	text-align: center;
	padding-top:2.7rem;
	box-sizing: border-box;
}
.yqalert-box-close{
	width:0.8rem;
	height:0.8rem;
	margin:0.2rem auto 0;
	background:url(../img/dwts_close.png) no-repeat;
	background-size:100%;
}
.yqalert-content h3,.yqalert-content p{
	font-size: 0.24rem;
	font-family: PingFang;
	font-weight: 400;
	color: #333333;
	line-height: 0.38rem;
}
.yqalert-content p{
	padding-top:0.1rem;
}
.yqalert-content h1{
	font-size: 0.6rem;
	/* font-family: PingFang SC; */
	font-weight: bold;
	color: #FE1E00;
	line-height: 0.6rem;
}
.yqalert-content h2{
	font-size: 0.3rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FE1E00;
	line-height: 0.63rem;
	padding-top:0.07rem;
}
.dwts-btn{
	width: 2rem;
	height: 0.74rem;
	display: block;
	margin:0.5rem 2.05rem 0;
}

/* 小区搜索结果 */
.xiaoqu_tanchuang_cover{
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	display: none;
	background: #000 none repeat scroll 0% 0%;
}
.xiaoqu_tanchuang {
		position: fixed;
    width: 100%;
    height:30%;
    overflow-y: scroll;
    /*padding: 0.15rem 0;*/
    background-color: #fff;
    bottom: 0;
    left: 0;
    z-index: 99;
	border-radius:0.16rem 0.16rem 0 0;
}
.xiaoqu_tanchuang_title{
	font-size: 0.36rem;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: center;
	color: #212121;
	line-height: 0.36rem;
	padding:0.4rem 0 0.2rem;
}

.xiaoqu_tanchuang ul li {
	padding: 0.3rem 0;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	margin:0 0.4rem;
}
.xiaoqu_tanchuang_close{
	top:0.3rem;
	right:0.3rem;
	width:0.3rem;
	height:0.3rem;
	display: block;
	position: absolute;
	background:url(../img/xiaoqu_tanchuang_close.png) no-repeat;
	background-size:100%;
}
.xiaoqu_tanchuang ul li:last-child {
	border-bottom: none;
}
.xiaoqu_name {
	float: left;
    color: #212121;
    font-size: 0.3rem;
	font-weight: bold;
}
.xiaoqu_tanchuang ul li p {
    width: 87%;
	float: left;
	color: #999;
	font-size: 0.22rem;
}

.go {
	color: #009af1;
    float: right;
	margin-top: -0.2rem;
}

.go img {
	width: 0.3rem;
	height: 0.3rem;
}

.select_active {
    background-color: #ffffff;
}
.wu_info {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.wu_info_img {
    width: 40%;
    margin: 0 auto;
    margin-top: 0.6rem;
    margin-bottom: 0.3rem;
}

.wu_info p {
    color: #626262;
    font-size: 0.21rem;
    text-align: center;
    line-height: 2;
}

.zaici_button {
    background-color: #1499da;
    color: #ffffff;
    font-size: 0.23rem;
    padding: 0.1rem 0;
    width: 2rem;
    margin: 0 auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    border-radius: 0.1rem;
}

.close {
    position: absolute;
    top: 0.15rem;
    right: 0.2rem;
}

.close img {
	width: 0.6rem;
	height: 0.6rem;
}
/* 预约结果提示弹窗 */
.ykq-remind{
	left:50%;
	top: 50%;
	width: 6rem;
	z-index: 1000;
	position: fixed;
	display: none;
	border-radius: 0.2rem;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.remind-top-box{
	height:3rem;
	padding-top:0.34rem;
	background:url(../img/yuyue_remind_icon.png) no-repeat;
	background-size:100%;
	box-sizing: border-box;
}
.ykq-remind .alert-content{
	height:auto;
	padding-top: 0.22rem;
}
.ykq-remind .alert-content .ykq-img{
	width:2rem;
	display: block;
	margin:0 auto 0.7rem;
}
.ykq-remind .alert-content .prices{
	color:#333;
}
.ykq-remind .alert-content .introduce{
	font-size: 0.3rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: justify;
	color: #333333;
	line-height: 0.42rem;
}
.introduce-area{
	padding:0 0.4rem;
	border-radius:0 0 0.2rem 0.2rem;
	background: #fff;
	font-size: 0.3rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: justify;
	color: #333333;
	line-height: 0.42rem;
	padding-bottom: 0.5rem;
	margin-top:-1px;
}
.introduce-area .introduce-red{
	font-size: 0.28rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: justify;
	color: #ff0000;
	line-height: 0.44rem;
	margin-top:0.2rem;
}
.btnkonw {
  width: 5.2rem;
  height: 0.74rem;
  background: rgba(0, 154, 241, 1);
  border-radius: 0.16rem;
  text-align: center;
  font-size: 0.3rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 0.74rem;
  margin-top:0.5rem;
}

/* 添加赠费提示 */
.zengfei-remind-text{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height:0.42rem;
	font-size: 0.22rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	color: #ff4512;
	line-height: normal;
	background: #fff0e8 url(../img/warning_icon.png) center left 0.18rem no-repeat;
	background-size: 0.24rem;
	padding-left: 0.52rem;
	border-radius: 0.18rem;
	margin: 0.16rem 0;
	display: none;
}
/* 抵消198提速1000M */
.dxts-alert-content{
	width:5.7rem;
	min-height:7.58rem;
	margin:0 auto;
	background: url(../img/ts_remind_bg.png)  no-repeat;
	background-size: 100%;
}
.dxts-close{
	width:0.3rem;
	height:0.3rem;
	position: absolute;
	right:0.47rem;
	top:0.25rem;
	background:url(../img/ts_remind_close.png) no-repeat;
	background-size:100%;
}
.dxts-top{
	padding-top:0.72rem;
}
.dxts-top img{
	width:2.68rem;
	display: block;
	margin:0 auto 0.2rem;
}
.dxts-top p{
	font-size: 0.38rem;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: center;
	color: #212121;
	line-height: 0.53rem;
}
.dxts-center{
	padding-top:0.98rem;
}
.dxts-center h5{
	font-size: 0.3rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #212121;
	line-height: 0.5rem;
}
.dxts-center h6{
	font-size: 0.42rem;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: center;
	color: #212121;
	line-height: 0.59rem;
}
.dxts-bottom{
	margin-top:0.27rem;
	background:#fff;
	border-radius: 0.3rem;
}
.dxts-bottom img{
	width:2.45rem;
	margin:0 auto;
	display: block;
}

/* 动画 */
.animation-big{
	animation: showAn 1s infinite ease ;
	-moz-animation: showAn 1s infinite ease ;	
	-webkit-animation: showAn 1s infinite ease ;	
	-o-animation: showAn 1s infinite ease ;
}
@keyframes showAn{
	0%{
		transform: scale(1);
		-moz-transform: scale(1);/* Firefox */                
		-webkit-transform: scale(1);/* Safari和Chrome */
		-ms-transform:scale(1);/* IE 9 */
		-o-transform: scale(1);/* Opera */
	}
	50%{
		transform: scale(0.9);
		-moz-transform: scale(0.9);/* Firefox */                
		-webkit-transform: scale(0.9);/* Safari和Chrome */
		-ms-transform:scale(0.9);/* IE 9 */
		-o-transform: scale(0.9);/* Opera */
	}
	100%{
		transform: scale(1);
		-moz-transform: scale(1);/* Firefox */                
		-webkit-transform: scale(1);/* Safari和Chrome */
		-ms-transform:scale(1);/* IE 9 */
		-o-transform: scale(1);/* Opera */
	}
}

@-moz-keyframes showAn /* Firefox */
{
	0%{
		transform: scale(1);
		-moz-transform: scale(1);/* Firefox */                
		-webkit-transform: scale(1);/* Safari和Chrome */
		-ms-transform:scale(1);/* IE 9 */
		-o-transform: scale(1);/* Opera */
	}
	50%{
		transform: scale(0.9);
		-moz-transform: scale(0.9);/* Firefox */                
		-webkit-transform: scale(0.9);/* Safari和Chrome */
		-ms-transform:scale(0.9);/* IE 9 */
		-o-transform: scale(0.9);/* Opera */
	}
	100%{
		transform: scale(1);
		-moz-transform: scale(1);/* Firefox */                
		-webkit-transform: scale(1);/* Safari和Chrome */
		-ms-transform:scale(1);/* IE 9 */
		-o-transform: scale(1);/* Opera */
	}
}

@-webkit-keyframes showAn /* Safari 和 Chrome */
{
	0%{
		transform: scale(1);
		-moz-transform: scale(1);/* Firefox */                
		-webkit-transform: scale(1);/* Safari和Chrome */
		-ms-transform:scale(1);/* IE 9 */
		-o-transform: scale(1);/* Opera */
	}
	50%{
		transform: scale(0.9);
		-moz-transform: scale(0.9);/* Firefox */                
		-webkit-transform: scale(0.9);/* Safari和Chrome */
		-ms-transform:scale(0.9);/* IE 9 */
		-o-transform: scale(0.9);/* Opera */
	}
	100%{
		transform: scale(1);
		-moz-transform: scale(1);/* Firefox */                
		-webkit-transform: scale(1);/* Safari和Chrome */
		-ms-transform:scale(1);/* IE 9 */
		-o-transform: scale(1);/* Opera */
	}
}

@-o-keyframes showAn /* Opera */
{
	0%{
		transform: scale(1);
		-moz-transform: scale(1);/* Firefox */                
		-webkit-transform: scale(1);/* Safari和Chrome */
		-ms-transform:scale(1);/* IE 9 */
		-o-transform: scale(1);/* Opera */
	}
	50%{
		transform: scale(0.9);
		-moz-transform: scale(0.9);/* Firefox */                
		-webkit-transform: scale(0.9);/* Safari和Chrome */
		-ms-transform:scale(0.9);/* IE 9 */
		-o-transform: scale(0.9);/* Opera */
	}
	100%{
		transform: scale(1);
		-moz-transform: scale(1);/* Firefox */                
		-webkit-transform: scale(1);/* Safari和Chrome */
		-ms-transform:scale(1);/* IE 9 */
		-o-transform: scale(1);/* Opera */
	}
}


.txtips{
    width: 5.9rem;
    /* height: .8rem; */
    background: rgba(255,106,89,0.10);
    border-radius: .16rem;
    font-size: .24rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #FF4512;
    line-height: .32rem;
    margin: .1rem .1rem 0;
    padding: .1rem .2rem;
	position: relative;
}
.tipicon{
    width: .24rem;
    height: .24rem;
    margin-right: .08rem;
}
.txtips::before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 0.13rem solid transparent;
	border-bottom: 0.1rem solid rgba(255,106,89,0.10);
	position: absolute;
	left:0.4rem;
	top:-0.24rem;
}
/* 20210615宽带浏览商机调整为预约商机 */
.yysj-remind{
	left:50%;
	top: 50%;
	width: 6rem;
	z-index: 1000;
	position: fixed;
	border-radius: 0.2rem;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.kdremind-mask{
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* display: none; */
	background: rgba(0,0,0,0.6);
}
.yysj-alert-content{
	width:100%;
}
.remind-imglg img{
	width:100%;
}
.remind-bnts-box{
	width:100%;
	bottom:0.7rem;
	position: absolute;
	text-align: center;
}
.remind-bnts-box span{
	width:2.5rem;
	height:0.74rem;
	border-radius: 0.4rem;
	display: inline-block;
	margin:0 0.1rem;
}
.remind-imglg{
	position: relative;
}

/* 20210726 */
.xftitle-top{
	width:6.9rem;
	margin-left:-0.26rem;
	height:0.96rem;
	background:url(../img/title_bg_block.png) no-repeat;
	background-size:100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-orient: vertical;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding:0 0.1rem 0 0.3rem;
	box-sizing: border-box;
}
.xftitle-top-left img{
	display: block;
	width:1.44rem;
}
.xftitle-top-right img{
	float: left;
	width:0.28rem;
	display: block;
	margin-right:0.08rem;
}
.xftitle-top-right span{
	float: left;
	font-size: 0.28rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #009af1;
	line-height: 0.28rem;
	margin-right:0.2rem;
}
.install-info-box.xufei-area,.install-info-box.wuxufei-area{
	padding-top:0;
}
.install-info-box.xufei-area .info-list-box .info-li-box i,.install-info-box.wuxufei-area .info-list-box .info-li-box i{
	width:1.6rem;
	box-sizing: border-box;
}
.get-more-detail-yuyue{
	text-align: center;
	background:url(../img/dashed_line.png) left center no-repeat;
	background-size:100%;
	margin: 0.26rem 0 0;
}
.get-more-detail-yuyue span{
	color:#25BCFC;
	background:#fff;
	display: inline-block;
	padding:0 0.1rem;
	font-size:0.24rem;
	text-decoration: underline;
}
.icon-remind-text p{
	text-align: center;
	color:#fe8634;
	margin-top:0.2rem;
}

/* 20210824支持员工办理 */
.empty-kdzf img{
	width:3.2rem;
	display: block;
	margin:0.5rem auto 0rem;
}
.empty-kdzf p{
	color:#999;
	font-size:0.3rem;
	text-align: center;
}

/* 一分钱角标 */
.mark-icon{
	right:0.05rem;
	top:0rem;
	background: #f00;
	color: #fff;
	font-size: 0.1rem;
	position: absolute;
	line-height:0.24rem;
	border-radius: 0 0.12rem 0 0.12rem;
	padding:0 0.06rem;
}
.icon-list li{
	position: relative;
}
.employee-remind img{
	width:100%;
	display: block;
}
.qj_wifi{
	padding: 0.17rem 0 0.25rem;
	background: #fff;
	transform: translate3d(0,0,0);
	overflow: hidden;
}
.qj_wifi .swiper-slide img{
	width: 6.4rem;
	display: block;
	margin:0 auto;
	border-radius: 0.15rem;
}
.wifi-banner{
	border-radius: 0.15rem;
	overflow: hidden;
	padding:0;
}
.wifi-banner img{
	width:100%;
}
.install-info-box.qj-wifi{
	padding:0.17rem 0.26rem;
}
.qj-wifi .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom:5px;
}
.xztj-show .yuyue-area-top{
	margin-left:-0.26rem;
	margin-right:-0.26rem;
}
.all-year-type ul{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: flex-start;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-box-orient: vertical;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.all-year-type ul li{
	font-size:0.26rem;
	min-width: 1.2rem;
	padding: 0rem 0.02rem;
	border:1px solid #009AF1;
	margin: 0 0.16rem;
	text-align: center;
	border-radius: 0.06rem;
	color:#009af1;
	line-height:0.36rem;
}
.all-year-type ul li.act{
	background: #dcf3ff;
}
.all-year-type ul li:first-child {
    margin-left: 0;
}

/* 20220901 */
/* 添加装维工程师区域 */
.zwshow-area{
	width:6.3rem;
	/*height:2.14rem;*/
	background: linear-gradient(270deg,#f7fcff, #e8f6ff);
	/* border: 1px solid #cbecff; */
	border-radius: 0.16rem;
	margin:0.2rem auto 0;
	padding:0.2rem 0 0;
	box-sizing: border-box;
}
.zwshow-area h3{
	font-size: 0.26rem;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #333333;
	line-height: 0.26rem;
    padding-left:0.24rem;
}
.zwcontent{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top:0.3rem;
    padding:0 0.24rem;
}
.zwcontent img{
	width: 0.9rem;
	height:0.9rem;
	display: block;
    margin: 0 auto;
}
.right-content{
	width: 3.7rem;
	margin-left:0.3rem;
}
.zwcontent p{
	font-size: 0.22rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	color: #666666;
	line-height: 0.22rem;
	margin-top:0.16rem;
}
.zwcontent p b{
	color:#333;
}
.zwcontent p{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.zwcontent p font{
    display: flex;
}
.zwcontent p font i{
	width: 0.24rem;
	height: 0.24rem;
	background:url(../img/star_e.png) no-repeat;
	background-size:100%;
	margin-right:0.1rem;
}
.zwcontent p font i.fill{
	background:url(../img/star_f.png) no-repeat;
	background-size:100%;
}
.zwcontent h4{
	font-size: 0.26rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
	line-height: 0.38rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.zwcontent h4 font{
	margin-left:0.16rem;
}
.zwcontent h4 a{
	width:0.38rem;
	height:0.38rem;
	background:url(../img/zwphone.png) no-repeat;
	background-size:100%;
	display: inline-block;
	margin-left:0.34rem;
}
.left-content{
    width:1.6rem;
}
.bottom-star{
    width: 100%;
    height: 0.54rem;
    background: #dde9f7;
    font-size: 0.26rem;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: center;
    color: rgba(50,90,118,1);
    line-height: 0.54rem;
    letter-spacing: 0.04rem;
    position: relative;
    margin-top: 0.24rem;
}
.bottom-star::before,.bottom-star::after{
    content:'';
    width: 1.35rem;
    height: 0.01rem;
    opacity: 0.4;
    top:0.27rem;
    border-bottom: 0.01rem dashed #325a76;
    position: absolute;
}
.bottom-star::before{
    left:0.24rem;
}
.bottom-star::after{
    right:0.24rem;
}


/* 机顶盒选择 */
.settop-remind-mask{
	top: 0;
	bottom: 0;
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 10;
}
.settop-remind-box{
	width: 100%;
	/* height: 15.68rem; */
	background: #ffffff;
	position: fixed;
	bottom: 1.26rem;
	border-radius: 0.15rem 0.15rem 0 0;
	padding-bottom:0.3rem;
}
.settop-remind-box h3{
	font-size: 0.34rem;
	text-align: center;
	margin: 0.47rem 0;
	font-weight: bold;
}
.settop-list h4{
	margin-top: 0.14rem;
	font-size: 0.28rem;
	padding-left: 0.3rem;
	font-weight: bold;
}
.settop-list ul{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding:0.2rem 0.3rem;
}
.settop-list li{
	/*width: 2.2rem;*/
	width: 3.2rem;
	height: 0.9rem;
	border: 1px solid rgba(37, 188, 252, 1);
	border-radius: 0.15rem;
	color: rgba(37, 188, 252, 1);
	font-size: 0.24rem;
	text-align: center;
	margin: 0 0 0.2rem;
	margin-right: 0.15rem;
	padding: 0 0.05rem;
	box-sizing: border-box;
	line-height: 0.3rem;
	align-items: center;
	display: flex;
	justify-content: center;
}
.settop-list li.act{
	color:#fff;
	background: rgba(37, 188, 252, 1);
}
.defind-btn{
	background: rgba(0, 154, 241, 1);
	color: #ffffff;
	font-size: 0.36rem;
	text-align: center;
	line-height: 0.94rem;
	width: 6.9rem;
	border-radius: 0.5rem;
	/* margin: 0 auto; */
	display: block;
	margin: 0.2rem auto 0.2rem;
}
.reminder{
	font-size: 0.24rem;
	line-height: .4rem;
	color: red;
	font-weight: 500;
	padding: 0 0.3rem;
}
/* 专属客服 */
.kf-float-area{
    width: 7.02rem;
    height: 1rem;
    background: rgb(24, 26, 31,0.6);
    border-radius: 0.5rem;
    backdrop-filter: blur(0.1rem);
    position: fixed;
    left:50%;
    bottom:1.5rem;
    transform: translateX(-50%);
	z-index: 9;
}
.kf-close{
    width: 0.28rem;
    height: 0.28rem;
    background: url(../img/kf_close.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left:0;
    top:-0.1rem;
}
.kf-float-box{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kf-float-box img{
    width: 0.76rem;
    display: block;
}
.kf-float-box span{
    width: 4.1rem;
    height: 0.28rem;
    font-size: 0.25rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    text-align: center;
    color: #ffffff;
    line-height: 0.28rem;
    padding-left:0.16rem;
    box-sizing: border-box;
}
.kf-float-box i{
    width: 1.97rem;
    height: 0.52rem;
    background: url(../img/yyzskf.png) no-repeat;
    background-size: 100%;
}


/* tab切换 */
.tab-show-box-two {
	width: 100%;
	/* height: 0.9rem; */
	margin-top: 0.43rem;
	position: relative;
	/* display: table; */
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: flex-start;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-box-orient: vertical;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.tab-show-box-two .tabli-box{
	width: 50%;
	margin: 0.2rem 0.1rem;
	height: .7rem;
	align-content: center;
	color:#999999;
	min-width: 1.5rem;
	padding:0.06rem 0.12rem;
	text-align: center;
	font-size:0.28rem;
	background:#f2f2f2;
	border-radius: 0.1rem;
	position: relative;
	line-height: 0.7rem;
}
.tab-show-box-two .tabli-box.active{
	color:#fff;
	position: relative;
	background:#009AF1;
}
.tab-show-box-two .tabli-box.active:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid #009AF1;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left:-8px;
}

.intro-mask-two{
	height: 0.26rem;
	top: -0.15rem;
	right: -0.1rem;
	font-size: 0.2rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	line-height: 0.26rem;
	background: #ff4512;
	border-radius: 0.12rem 0.13rem 0.13rem 0;
	position: absolute;
	padding: 0 0.1rem;
}
.reservation_mc,.love_family_mc{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    box-sizing: border-box;
    display: none;
    z-index: 101;
}
.reservation_tc{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 6.37rem;
height: 7.03rem;
background: url(../img/tcbg.png) no-repeat;
background-size: 100%;
text-align: center;
padding-top: 3.45rem;
box-sizing: border-box;
}
.reservation_tc h4 {
    font-size: .36rem;
    font-family: PingFang SC, PingFang SC-Semibold;
    font-weight: 700;
    text-align: center;
    color: #326dd2;
    line-height: .54rem;
    padding: 0 .83rem;
}
.yyzskf_btn{
    margin: .27rem auto .2rem;
    width: 3.5rem;
height: .88rem;
}
.refuse_btn{
    font-size: .28rem;
font-family: PingFang SC, PingFang SC-Regular;
font-weight: Regular;
text-align: center;
color: #333333;
line-height: .4rem;
}
.yy_close{
    width: .76rem;
height: .76rem;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: -0.76rem;
}
.love_family_tc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6.9rem;
}
.love_family_top{
        width: 6.9rem;
        height: 2.57rem;
        background: url(../img/loveTcbg.png) no-repeat;
        background-size: 100%;
        padding-top: 2.04rem;
        box-sizing: border-box;
}
.love_family_top h4{
    text-align: center;
    font-size: .38rem;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: center;
	color: #000000;
	line-height: .53rem;
}
.love_family_bot{
    width: 6.9rem;
	background: #fff;
	border-radius: 0 0 .32rem .32rem;
	padding: .18rem .4rem .58rem;
	margin-top: -1px;
	box-sizing: border-box;
}
.love_family_cont {
    font-size: .3rem;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: Regular;
	text-align: left;
	color: #666666;
	line-height: .48rem;
	text-indent: 2em;
}
.love_family_cont i{
     color: #FF0000;
}
.love_family_btn{
    width: 3.2rem;
	height: .9rem;
	background: #418ce2;
	border-radius: .45rem;
	font-size: .36rem;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	line-height: .9rem;
	letter-spacing: .06rem;
	margin: .46rem auto 0;
}
.love_close{
    width: .54rem;
    height: .55rem;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
}

.remind-ggfloat{
	position:static;
	padding: 0.2rem 0 0.2rem;
	background:rgba(255,72,23,0.1);
	background-size:0.26rem;
}
.remind-ggfloat .scroll{

}
.remind-ggfloat .scroll li{
	color:#FF4513;
	min-width:14rem;
	font-size:0.24rem;
	padding-right:0.5rem;
}
.draw-prize-box{
	/*width:5.7rem;*/
	/*margin:0rem 0 0 0.66rem;*/
	/*padding-top:0.2rem;*/
	min-height:0.29rem;
}