html,
body {
    background: #248efb;
}

img {
    display: block;
}
.top-content{
	background:url(../img/ottbanli/banner.png) no-repeat;
	background-size:100%;
}
.banner {
    width: 7.5rem;
    height: 7.4rem;
    margin: 0 auto;
}

.banner>img {
    width: 7.5rem;
    height: 7.4rem;
}


/* 业务办理开始 */

.business_transaction {
    width: 7.1rem;
    margin: 0 auto;
    background: linear-gradient(270deg,#cee4ff, #e1effd);
    border-radius: 0.16rem;
    padding-bottom: 0.4rem;
    box-sizing: border-box;
}

.bt_login_box {
    height: 0.93rem;
    /* border-bottom: 0.02rem solid #E5C075; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.55rem 0 0.4rem;
    box-sizing: border-box;
}

.bt_login_left {
    display: flex;
    align-items: center;
}

.user_icon {
    width: 0.4rem;
    height: 0.4rem;
}

.user_info {
    margin-left: 0.12rem;
    height: 0.27rem;
    font-size: 0.28rem;
    line-height: 0.27rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    color: #384868;
}
.bt_list_box{
	width: 6.7rem;
	min-height: 4rem;
	background: #ffffff;
	border-radius: 0.3rem;
	margin:0 auto;
}
.bt_login_right {
    display: flex;
    align-items: center;
}

.qh_info {
    height: 0.25rem;
    font-size: 0.26rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    color: #384868;
    line-height: 0.28rem;
}

.qh_icon {
    width: 0.28rem;
    height: 0.28rem;
    margin-left: 0.07rem;
}

.red_xjb {
    width: 1.24rem;
    height: 0.44rem;
    background: url(../img/ottbanli/chaozhi_icon.png) no-repeat;
	background-size:100%;
    font-size: 0.26rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #ba5e0d;
    line-height: 0.44rem;
	padding-left:0.5rem;
	box-sizing: border-box;
}

.business_list {
    padding: 0 0.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0.19rem auto 0.33rem;
}

.business_list>li {
    width: 3.05rem;
    height: 1.5rem;
}
.business_list>li img{
	width: 100%;
	display: block;
}
.business_list_left {
    /*width: 1.86rem;*/
}

.business_list_right {
    display: flex;
    align-items: center;
}

.bt_icon {
    width: 0.91rem;
    height: 0.7rem;
}

.business_list_title {
    height: 0.29rem;
    font-size: 0.3rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    line-height: 0.29rem;
    padding-top: 0.2rem;
    box-sizing: content-box;
    color: #643900;
}

.business_list_info {
    width: 1.86rem;
    height: 0.53rem;
    font-size: 0.24rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    line-height: 0.28rem;
    margin-top: 0.07rem;
    color: #AF833D;
}


/* 奇偶数行样式 */


/* .business_list>li:nth-child(odd) {
    background: #F8F5FF;
}

.business_list>li:nth-child(even) {
    background: #FDF6F3;
}

.business_list>li:nth-child(odd) .business_list_title {
    color: #A96CFF;
}

.business_list>li:nth-child(even) .business_list_title {
    color: #FF5F52;
} */

.hot_number_box {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 6.3rem;
	height: 0.46rem;
	background: #e8f3ff;
	border-radius: 0.23rem;
	margin: 0 auto;
}

.hot_fire_icon {
    width: 0.22rem;
    height: 0.24rem;
}

.hot_number {
    margin-left: 0.17rem;
    height: 0.25rem;
    font-size: 0.24rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #5c6c8d;
    line-height: 0.25rem;
}
.hot_number_red{
    /* color: #FF452D; */
}

.business_item_list {
    margin-top: 0.3rem;
    padding: 0 0.2rem 0.14rem;
    box-sizing: border-box;
}

.business_item_list>li {
    display: flex;
    /* align-items: center; */
    margin-bottom: 0.16rem;
}

.bil_left {
    width: 1.28rem;
    height: 0.42rem;
    background: linear-gradient(90deg,#3290ff, #54c2fb);
    border-radius: 0.08rem;
    font-size: 0.24rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    color: #ffffff;
    line-height: 0.42rem;
    text-align: center;
}

.bil_right {
    margin-left: 0.1rem;
    min-height: 0.27rem;
    font-size: 0.24rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #384868;
    line-height: 0.32rem;
}

.yw_inp,.box_inp {
    margin-left: 0.35rem;
    width: 0.3rem;
    height: 0.3rem;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}


/* 初始状态 */

.business_item_list input[type=checkbox] {
    width: 0.3rem;
    height: 0.3rem;
    background-image: url("../img/ottbanli/yw_checkedno.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    color: transparent;
    border-color: transparent;
}


/* 选中 */

.business_item_list input[type=checkbox]:checked {
    width: 0.3rem;
    height: 0.3rem;
    background-image: url("../img/ottbanli/yw_checked.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.tj_vip_box {
    margin-top: 0.2rem;
	width: 6.7rem;
	background: #ffffff;
	border-radius: 0.3rem;
	margin:0.2rem auto 0;
	padding-bottom:0.3rem;
}

.tj_red_jiao {
    width: 2.28rem;
    height: 0.44rem;
    background: url(../img/ottbanli/tj_jiao_bg.png) no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
}

.zan_icon {
    width: 0.2rem;
    height: 0.29rem;
    margin-left: 0.19rem;
    margin-right: 0.09rem;
}

.tj_jiao_info {
    height: 0.23rem;
    font-size: 0.24rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    color: #7A4B00;
    line-height: 0.25rem;
}

.vip_type_list {
    padding: 0.2rem 0.2rem;
    box-sizing: border-box;
}

.vip_type_list>li {
    margin-bottom: 0.16rem;
}

.vip_type_list>li:last-child {
    margin-bottom: 0;
}
.vip_type_list>li.act{
	background: linear-gradient(90deg,#d9edff, #f7fbff);
}
.vip_type_list>li.act .coninfo{
	display: block;
}
.vip_type_list>li{
	min-height: 0.77rem;
	width: 6.3rem;
	background: linear-gradient(90deg,#d9edff, #f7fbff);
	border-radius: 0.2rem;
	padding:0.24rem 0 0.23rem;
	box-sizing: border-box;
}
.type_box {
    display: flex;
    /* align-items: center; */
    font-size: 0.26rem;
    color: #666666;
	padding-left:0.2rem;
}

.gold_vip {
    width: 0.33rem;
    height: 0.31rem;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.gold_title {
    margin-left: 0.14rem;
    /* height: 0.25rem; */
    font-size: 0.28rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    color: #003aff;
    line-height: 0.23rem;
	width: 91%;
	line-height: 0.32rem;
	/* -webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; */
	display: flex;
	justify-content: space-between;
}
.gold_title font{
	float: left;
	/* width:63%; */
}
input[type=checkbox] {
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.type_box span.orange{
	/* width: 33%; */
	float: right;
	font-size: 0.28rem;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: right;
	color: #fa2a3f;
	line-height: 0.3rem;
	margin-right:0.14rem;
	margin-top:0.03rem;
	white-space: nowrap;
	margin-left: 0.2rem;
}
.coninfo{
	font-size: 0.24rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	color: #384868;
	line-height: 0.32rem;
	padding: 0 0.22rem 0 0.6rem;
	display: none;
	margin-top:0.15rem;
	
}

/* 初始状态 */

.type_box input[type=checkbox] {
    width: 0.26rem;
    height: 0.26rem;
    background-image: url("../img/ottbanli/vip_checkedno.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    color:transparent;
    border-color:transparent;
	pointer-events: none;
	margin-top:0.02rem;
}


/* 选中 */

.type_box input[type=checkbox]:checked {
    width: 0.26rem;
	height: 0.26rem;
    background-image: url("../img/ottbanli/vip_checked.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.vip_info {
    margin-left: 0.63rem;
    margin-top: 0.04rem;
    display: flex;
    align-items: center;
    height: 0.27rem;
    font-size: 0.26rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    color: #666666;
    line-height: 0.27rem;
    white-space: nowrap;
}

.orange {
    color: #EC542E;
}

.give {
    width: 0.36rem;
    height: 0.36rem;
    background: #FEE6B6;
    border: 0.02rem solid #EC542E;
    border-radius: 0.04rem;
    font-size: 0.26rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #EC542E;
    line-height: 0.36rem;
    text-align: center;
    margin: 0 0.05rem;
}

.list_img,
.list_img2 {
    width: 6.25rem;
    margin: 0.13rem auto 0;
}

.list_img>img,
.list_img2>img {
    width: 6.25rem;
}

.open_btn {
    width: 7rem;
    min-height: 1.2rem;
    margin: 0.48rem auto 0;
    background: url(../img/ottbanli/open_btn.png) no-repeat;
	background-size:100%;
    border-radius: 0.6rem;
    overflow: hidden;
	padding-bottom: 0.1rem;
	box-sizing: border-box;
}

.lj_kt {
    height: 0.35rem;
    font-size: 0.32rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Bold;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.32rem;
    text-shadow: 0rem 0.02rem 0.01rem #0030ce; 
    text-align: center;
    margin-top: 0.15rem;
}

.open_info {
    min-height: 0.26rem;
    font-size: 0.2rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.24rem;
    text-shadow: 0 0.03rem 0.02rem rgba(223, 112, 44, 0.4);
    margin-top: 0.05rem;
    text-align: center;
	padding:0 0.4rem;
}


/* 业务办理结束 */


/* 爱家tv介绍开始 */

.aj_tv_introduce {
    width: 7.2rem;
    margin: 0.2rem auto 0;
    padding-bottom: 0.59rem;
    background: #FFFFFF;
    border-radius: 0.2rem;
    overflow: hidden;
    box-sizing: border-box;
}

.ajtv_intro_title {
    height: 0.38rem;
    font-size: 0.4rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    color: #212121;
    line-height: 0.46rem;
    margin-top: 0.5rem;
    text-align: center;
}

.introduce_table {
    width: 6.7rem;
    height: 3.44rem;
    margin: 0.36rem auto 0;
}

.introduce_table>img {
    width: 6.7rem;
    height: 3.44rem;
}

.introduce_table>table {
    width: 6.7rem;
    margin: 0 auto;
    background-color: #79C2EB;
    text-align: center;
}

.introduce_table>table>thead td {
    background-color: #79C2EB;
    height: 0.9rem;
    font-size: 0.24rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.3rem;
    border: 0.02rem solid #82CCD7;
    box-sizing: border-box;
}

.introduce_table>table>tbody td {
    border: 0.02rem solid #82CCD7;
    background-color: #ffffff;
    height: 0.87rem;
    font-size: 0.24rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    color: #333333;
    line-height: 0.36rem;
    padding: 0.12rem 0;
    box-sizing: border-box;
}

.intro_content {
    width: 6.63rem;
    margin: 0.29rem auto 0;
}

.intro_content_info {
    font-size: 0.26rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 500;
    color: #666666;
    line-height: 0.46rem;
}

.intro_content_title {
    color: #333333;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
}


/* 爱家tv介绍结束 */


/* 产品卖点开始 */

.selling_point_box {
    width: 7.2rem;
    margin: 0.2rem auto 0.69rem;
    background: #FFFFFF;
    border-radius: 0.2rem;
    padding-bottom: 0.23rem;
    box-sizing: border-box;
    overflow: hidden;
}

.selling_point_title {
    height: 0.38rem;
    margin-top: 0.4rem;
    margin-left: 0.31rem;
    font-size: 0.4rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    color: #212121;
    text-align: left;
    line-height: 0.38rem;
}

.sell_point_img1 {
    width: 6.29rem;
    height: 3.18rem;
    margin: 0.38rem auto 0.36rem;
}

.sell_point_img2 {
    width: 6.29rem;
    height: 1.16rem;
    margin: 0 auto;
}

.eight_type {
    margin-top: 0.64rem;
    margin-bottom: 0.55rem;
}

.eight_type_title {
    height: 0.35rem;
    font-size: 0.36rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    color: #212121;
    line-height: 0.35rem;
    text-align: center;
}

.eight_img {
    width: 6.95rem;
    height: 5.13rem;
    margin: 0.52rem auto 0;
}

.sp_img {
    width: 7.2rem;
    margin: 0 auto;
}


/* 产品卖点结束 */


/* 情况2 */

.my_aj_tv {
    width: 6.9rem;
    min-height: 1.9rem;
    margin: 0.16rem auto;
    background: #FFDDA8;
    border-radius: 0.2rem;
    position: relative;
    padding: 0.05rem 0.33rem 0 0.33rem;
    box-sizing: border-box;
    overflow: hidden;
}

.tv_hy {
    margin-top: 0.28rem;
}

.yi_open_jiao {
    position: absolute;
    right: 0;
    top: 0;
    width: 1rem;
    height: 0.4rem;
    background: #F08E92;
    border-radius: 0 0.2rem 0 0.2rem;
    font-size: 0.24rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
    text-align: center;
}

.tv_icon {
    width: 1.5rem;
    height: 1.23rem;
    position: absolute;
    top: 0.76rem;
    right: -0.23rem;
}

.aj_tv_title {
    height: 0.29rem;
    font-size: 0.3rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    color: #5F3B02;
    line-height: 0.29rem;
    margin-bottom: 0.22rem;
}

.aj_tv_info {
    font-size: 0.24rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    color: #A9854A;
    line-height: 0.36rem;
    position: relative;
}
.vip_tab_box{
    width: 7.2rem;
    overflow: hidden;
}
.vip_tab {
    flex: 1;
    overflow-x: auto;
	overflow-y: hidden;
    padding: 0 0.15rem 0.2rem;
    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: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.vip_tab::-webkit-scrollbar {
    display: none;
}
.vip_tab_list {
    /* width: 3.4rem; */
    height: 0.54rem;
    /*width: 1.7rem;*/
    border: 1px solid #bb8000;
    border-radius: 0.06rem;
    font-size: 0.3rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    color: #bb8000;
    line-height: 0.54rem;
    text-align: center;
    /* padding:0 0.2rem; */
    white-space: nowrap;
    /*margin:0 0.1rem;*/
    margin: 0 0.2rem 0.2rem 0;
    padding: 0 0.1rem;
}
.vip_tab_list:first-child{
    margin-left:0;
}
.vip_tab_list:last-child{
    margin-right:0;
}
.vtl_active {
	/*width: 1.72rem;*/
	height: 0.63rem;
    background: url('../img/ottbanli/tb-checked-icon.png');
    background-size: 100% 100%;
    position: relative;
	border:none;
}

.vtl_active:after {
    content: '';
	display: inline-block;
	width: 0.22rem;
	height: 0.07rem;
	position: absolute;
	/* bottom: -0.3rem; */
	top: 0.62rem;
	left: 50%;
	margin-left: -0.122rem;
	background: url(../img/ottbanli/arrow_icon.png) no-repeat;
	background-size:100%;
}

.vip_content_box {
    /* width: 6.7rem; */
    /* margin: 0.09rem auto 0; */
}

.tab_cont {
    padding-left: 0.29rem;
    margin-bottom: 0.33rem;
    box-sizing: border-box;
}

.tab_cont_title {
    height: 0.27rem;
    font-size: 0.28rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    color: #5F3B02;
    line-height: 0.27rem;
}

.tab_cont_flex {
    display: flex;
    align-items: center;
    margin-top: 0.18rem;
}

.tab_yh_red {
    width: 0.66rem;
    height: 0.36rem;
    background: #FEF7F4;
    border: 0.02rem solid #EC542E;
    border-radius: 0.04rem;
    margin-right: 0.09rem;
    font-size: 0.26rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    color: #EC542E;
    line-height: 0.36rem;
    text-align: center;
}

.tab_cont_info {
    height: 0.25rem;
    font-size: 0.24rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    color: #A9854A;
    line-height: 0.25rem;
}

.tab_img {
    width: 6.25rem;
    margin: 0 auto;
}

.tv_hy_bottom {
    width: 6.25rem;
    height: 0.74rem;
    margin: 0.26rem auto 0.44rem;
}


/* 未装宽带提示弹窗 */

.alert-box-mask {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    position: fixed;
    z-index: 9;
    background: rgba(0, 0, 0, 0.6);
}

.change-user-alert {
    top: 50%;
    left: 50%;
    width: 6rem;
    min-height: 3.6rem;
    background: #fff;
    position: fixed;
    padding: 0rem 0rem 0.52rem;
    -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%);
    box-sizing: border-box;
	border-radius: 0.4rem 0.4rem 0.3rem 0.3rem;
}

.change-user-title {
    color: #333;
    font-size: 0.36rem;
	width: 6rem;
	height: 1.09rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 500;
    text-align: center;
	background:url(../img/ottbanli/remind_title.png) no-repeat;
	background-size:100%;
}

.change-user-con {
    color: #666;
    font-size: 0.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 0.44rem;
    text-align: left;
    padding: 0.36rem 0.4rem 0.26rem;
}

.change-user-btns {
    text-align: center;
    margin: 0.26rem 0 0;
}

.change-user-btns span {
    width: 2.3rem;
    height: 0.7rem;
    line-height: 0.7rem;
    display: inline-block;
    text-align: center;
    font-size: 0.32rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #003aff;
    border-radius: 0.35rem;
    margin: 0 0.15rem;
	background: #dbeeff;
}

.change-user-btns span.blue-btn {
    color: #fff;
    background: linear-gradient(270deg,#80cffa 5%, #003aff);
}


/* 20210117添加成功弹窗 */

.success-img img {
    width: 1.6rem;
    /* height: 1.6rem; */
    display: block;
    margin: 0.3rem auto 0rem;
}

.text-center {
    text-align: center;
}

.hybl-text {
    font-size: 0.28rem;
}


/* 添加赠费 */

.special-li {
    margin-top: 0.25rem;
}

.special-li .bil_right {
    color: #f00;
}

.special-li .bil_right i {
    color: #bbb;
    margin-left: 0.08rem;
}

.decor-line {
    text-decoration: line-through;
}

.bil_left.share-left {
    background: transparent;
}

.bil_left.share-left i {
	color: #fff;
	width: 0.5rem;
	margin: 0 auto;
	background: #f00;
	display: inline-block;
	border-radius: 0.06rem;
}


/* 20210201 */

.check-intor {
    width: 1.32rem;
    height: 0.36rem;
    border: 0.01rem solid rgba(164,177,205,0.60);
    border-radius: 0.19rem;
    font-size: 0.22rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: rgba(56,72,104,0.6);
    line-height: 0.36rem;
	margin-left:0.16rem;
	padding-left:0.16rem;
	box-sizing: border-box;
    /* line-height: 26px; */
	background: url(../img/ottbanli/right_icon.png) right 0.07rem no-repeat;
	background-size:0.2rem;
	display: inline-block;
}

.remind-ykq-alert {
    width: 6rem;
    border-radius: 0.2rem;
    padding: 0 0 0.5rem;
    top: 50%;
    left: 50%;
    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%);
    box-sizing: border-box;
}

.title-content {
    padding: 0.1rem 0.4rem;
}

.title-content h3 {
    font-size: 0.32rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: bold;
    text-align: left;
    color: #333333;
    line-height: 0.32rem;
    padding: 0.1rem 0;
}

.title-content p {
    font-size: 0.3rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 0.42rem;
    padding: 0.04rem 0;
}

.remind-ykq-btn {
    width: 5.2rem;
    height: 0.74rem;
    background: linear-gradient(270deg,#80cffa 5%, #003aff);
    border-radius: 0.12rem;
    font-size: 0.32rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 0.74rem;
    margin: 0.28rem auto 0;
}

.remind-ykq-img img {
    width: 6rem;
    height: 2.78rem;
    display: block;
    margin: 0 auto;
}

.remind-ykq_box {
    margin-top: -0.02rem;
    background-color: #ffffff;
    padding-bottom: 0.5rem;
    border-radius: 0 0 0.16rem 0.16rem;
    box-sizing: border-box;
}


/* 新版css */

.new_introduce {
    margin-top: 0.4rem;
}
.introduce-box{
	width: 7.1rem;
	padding-bottom:0.2rem;
	background: linear-gradient(270deg,#cee4ff, #e1effd);
	border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
	margin:0.2rem auto 0;
}
.new_intro_title {
    width:7.1rem;
    height: 1.18rem;
}

.new_introduce_table {
    width: 7.14rem;
    /*height: 4.13rem;*/
    margin: 0.22rem auto 0;
}
.table-box{
	width: 6.7rem;
	background: #ffffff;
	border-radius: 0.3rem;
	margin:-0.15rem auto 0; 
	overflow: hidden;
	box-shadow: 0rem -0.02rem 0rem rgba(21,108,243,0.50); 
	position: relative;
}
.table-box th{
	height: 0.6rem;
	background: #c7e5ff;
	font-size: 0.28rem;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: center;
	color: #013bff;
	line-height: 0.4rem;
	border-right: 0.01rem solid #afd3ff;
}
.table-box td{
	height: 1.09rem;
	font-size: 0.24rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #384868;
	line-height: 0.32rem;
	border-right: 0.01rem solid #afd3ff;
	border-bottom: 0.01rem solid #afd3ff;
	padding:0 0.12rem;
}
.table-box th:last-child{
	border-right:none;
}
.table-box tr:last-child{
	border-bottom:none;
}
.table-box td:last-child{
	border-right:none;
}
.new_intro_content {
    margin: 0.2rem auto 0;
	width: 6.7rem;
	background: #ffffff;
	border-radius: 0.3rem;
	padding:0.2rem 0.2rem 0.01rem;
	box-sizing: border-box;
}

.new_intro_content_info {
	font-size: 0.24rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: justify;
	color: #384868;
	line-height: 0.32rem;
	margin-bottom:0.24rem;new_intro_content_info
}
.new_intro_content_info p{
	margin-bottom:0.14rem;
	padding:0 0.1rem;
}
.new_intro_content_info p:last-child{
	margin-bottom:0;
}
.new_intro_content_title {
	width: 1.4rem;
	height: 0.46rem;
	background: linear-gradient(90deg,#fee2da, #fee2da);
	border-radius: 0.08rem;
	font-size: 0.28rem;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: center;
	color: #fa2a3f;
	line-height: 0.46rem;
	margin-bottom:0.14rem;
	display: block;
}

.new_sp_img {
    width: 7.1rem;
    margin: 0.2rem auto 0;
}

.new_sp_img2 {
    width: 7.1rem;
    margin: 0.2rem auto 0;
}
.busi-license{
	color: #fff;
}

/* 系统公告-弹窗 */

.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(../../kdzq/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.22rem;
    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 {
    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 {
    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;
}
.alert-box-tb{
    width: 7.5rem;
    background: linear-gradient(180deg,#cfe5ff, #ffffff 58%);
    border-radius: 0.4rem 0.4rem 0rem 0rem;
    position: fixed;
    bottom: 0;
	z-index: 10;
}
.tb-title{
    height: 1.16rem;
    font-size: 0.38rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #092868;
    line-height: 1.16rem;
}
.classify-font{
    margin-bottom: 0.2rem;
	font-size: 0.3rem;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #384868;
	line-height: 0.3rem;
}
.tb-content{
    padding: 0.3rem;
	width: 6.9rem;
	height: 7.22rem;
	background: #ffffff;
	border-radius: 0.3rem;
	margin:0 auto;
}
.tb-classify-wrap div{
    /*width: 1.7rem;*/
    height: 0.52rem;
    border: 1px solid #003AFF;
    border-radius: 0.06rem;
    font-size: 0.28rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #1653ff;
    line-height: 0.5rem;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    padding: 0 0.1rem;
}
.flex {
    display: flex;
    /* flex-direction: row; */
}
.tb-classify-choose>div{
    width: 6.30rem;
    box-sizing: border-box;
    padding: 0.3rem 0.19rem 0.2rem;
    margin-bottom: 0.2rem;
	background: linear-gradient(90deg,#d9edff, #f7fbff);
	border-radius: 0.2rem;
}
.tb-classify-choose>div.active{
    background: linear-gradient(90deg,#d9edff, #f7fbff);
}
.tb-classify-choose>div.active .tb-classify-descript{
	display: block;
}
.vip-checked-img{
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.15rem;
	background: url(../img/ottbanli/vip_checkedno.png) no-repeat;
	background-size: 100%;
	flex-shrink: 0;
	margin-top: 0.04rem;
}
.tb-classify-choose>div.active .vip-checked-img{
	background: url(../img/ottbanli/vip_checked.png) no-repeat;
	background-size: 100%;
	margin-top:0.02rem;
}
.tb-classify-name{
	font-size: 0.28rem;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #003aff;
	line-height: 0.32rem;
}
.tb-classify-bl{
    font-size: 0.26rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #834d00;
    line-height: 0.26rem;
}
.tb-classify-bl .flex{
	/* width: 67%; */
}

.tb-classify-price{
	/* width: 32%; */
    color: #fa2a3f;
    text-align: right;
	line-height: 0.28rem;
	white-space: nowrap;
	margin-left:0.16rem;
}
.flex-between{
    display: flex;
    justify-content: space-between;
}
.tb-classify-descript{
    font-size: 0.22rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #384868;
    line-height: 0.3rem;
    margin-top: 0.13rem;
    padding: 0 0.22rem 0 0.4rem;
	display: none;
}
.has-checked{
    width: 5.79rem;
    height: 1.18rem;
    font-size: 0.24rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #384868;
    line-height: 0.33rem;
    padding-left: 0.4rem;
    display: flex;
    box-sizing: border-box;
}
.tb-checked{
	background: linear-gradient(297deg,#86c0fd 1%, #d0e9ff 35%, #e6f4ff 64%, #e1f1ff 77%, #daeeff 83%);
	position: relative;
}
.has-checked span{
    display: inline-block;
}
.has-checked span:nth-child(1){
    margin-top: 0.47rem;
}
.has-checked span:nth-child(2){
    margin-top: 0.25rem;
}
.has-checked span:nth-child(2) font{
    color: #fa2a3f;
    margin-top: 0.04rem;
}
.bt-sure{
    width: 1.86rem;
    height: 0.85rem;
    background: url(../img/ottbanli/definded_btn.png) no-repeat;
	background-size:100%;
    font-size: 0.32rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 0.85rem;
    text-shadow: 0rem 0.02rem 0.01rem #0030ce; 
	top:0.16rem;
	right:0.57rem;
	position: absolute;
}
.tb-classify-wrap div.active{
    /*width: 1.7rem;*/
    height: 0.52rem;
    background: url('../img/ottbanli/tb-checked-icon.png');
    background-size: 100% 100%;
    border: 0;
	position: relative;
	color: #fff;
}
.tb-classify-wrap div.active:after {
    content: '';
	display: inline-block;
	width: 0.25rem;
	height: 0.08rem;
	position: absolute;
	/* bottom: -0.3rem; */
	top: 0.52rem;
	left: 50%;
	margin-left: -0.11rem;
	background: url(../img/ottbanli/arrow_icon.png) no-repeat;
	background-size:100%;
}
.tb-classify-choose{
    max-height: 4rem;
    overflow-y: auto;
}
.check-more-vip{
	text-align: center;
}
.check-more-vip span{
	font-size: 0.24rem;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: right;
	color: #384868;
	line-height: 0.37rem;
	position: relative;
	padding-right:0.26rem;
	display: inline-block;
}
.check-more-vip span::after{
	content: '';
	width:0.24rem;
	height:0.24rem;
	position: absolute;
	right:0;
	top:0.07rem;
	display: block;
	background:url(../img/ottbanli/down_icon.png) no-repeat;
	background-size:100%;
}
.verify-btn {
    width: 90%;
    height: 0.94rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 0.47rem;
    border: 0.02rem solid rgba(0, 154, 241, 1);
    margin: 0.2rem auto 0.4rem;
    line-height: 0.94rem;
}

.verify-img {
    width: 0.36rem;
    height: 0.36rem;
    margin: 0.29rem 0.12rem 0 0.42rem;
    vertical-align: middle;
}

.verity-input {
    border: 0;
    position: relative;
    top: 0.22rem;
    height: 0.5rem;
    width: 2.45rem;
    background: transparent;
}

.font28-400 {
    font-size: 0.28rem;
    font-weight: 400;
}

.get-verity {
    color: rgba(0, 154, 241, 1);
    margin-right: 0.2rem;
}

input[type=text],
input[type=button],
input[type=submit],
input[type=file],
button {
    -webkit-appearance: none!important;
    border: none;
    outline: none;
}

.aui-cell-che {
    padding-left: .3rem;
}

.aui-well-check {
    background: url(../img/kuang.png) no-repeat;
    background-size: 100%;
    border: .02rem solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    top: -0.02rem;
    bottom: 0;
    left: 0rem;
    height: .3rem;
    width: .3rem;
    vertical-align: middle;
    outline: none;
    border-radius: 50%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.aui-well-check:checked {
    background: url(../img/have-read.png) no-repeat;
    background-size: 100%;
}

.aui-well-check span {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

.link_agree {
    color: #009AF1;
}

.link_agree a {
    color: #009AF1!important;
    text-decoration: underline!important;
}

.yewushouli {
    margin: .24rem auto;
    width: 5.4rem;
}

.yewushouli .yewu_title {
    width: 5.4rem;
    height: .54rem;
    background: #ebf7fe;
    border-radius: .16rem .16rem 0px 0px;
    font-size: .3rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #009af1;
    line-height: .54rem;
    margin-bottom: .02rem;
}

.yewu_cont {
    width: 5.4rem;
    min-height: 2.44rem;
    background: #ebf7fe;
    border-radius: 0px 0px .16rem .16rem;
    padding-top: .28rem;
	padding-bottom:0.28rem;
}

.yewu_cont li {
    display: flex;
    justify-content: space-between;
    padding: 0 .24rem;
    margin-bottom: .28rem;
}
.yewu_cont li:last-child{
	margin-bottom: 0rem;
}
.yewu_cont li .yewu_left {
	width: 22%;
    font-size: .26rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #212121;
    line-height: .26rem;
}

.yewu_cont li .yewu_right {
	max-width: 78%;
    font-size: .26rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: right;
    color: #212121;
    line-height: .26rem;
}

.detail {
    color: #009af1!important;
}

.anniu {
    display: flex;
    padding: 0 .3rem;
}

.anniu div {
    width: 2.6rem;
    height: .72rem;
    border-radius: .4rem;
    font-size: .32rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #003aff;
    line-height: .7rem;
	background: #dbeeff;
}

.anniu div.anniu_right {
    color: #fff!important;
    background: linear-gradient(270deg,#80cffa 5%, #003aff) !important;
    margin-left: .2rem;
	font-size: 0.22rem;
	line-height: 0.3rem;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
input[type=button],
input[type=tel],
input[type=checkbox],
button {
    -webkit-appearance: none!important;
     outline: none!important;
}
.bil-box{
	position:relative;
}
.bil-box span{
	color: #F2563D;
	position: absolute;
	right:0.1rem;
	bottom:-0.04rem;
	font-size: 0.26rem;
}
/* 机顶盒选择 */
.settop-remind-mask{
	top: 0;
	bottom: 0;
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.settop-remind-box{
	width: 100%;
	/* height: 15.68rem; */
	background: #ffffff;
	position: fixed;
	bottom: 0;
	border-radius: 0.4rem 0.4rem 0 0;
	padding-bottom:0rem;
	background: linear-gradient(180deg,#cfe5ff, #ffffff 58%);
}
.settop-remind-box h3{
	font-size: 0.34rem;
	text-align: center;
	margin: 0.47rem 0;
	font-weight: bold;
	color:#092868;
}
.settop-list{
	width: 6.9rem;
	max-height: 3.81rem;
	background: #ffffff;
	border-radius: 0.3rem;
	padding-top:0.3rem;
	margin:0 auto;
	overflow-y: auto;
}
.settop-list h4{
	font-size: 0.28rem;
	padding-left: 0.3rem;
	font-weight: bold;
	color:#384868;
}
.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: 6.3rem;
	height: 0.77rem;
	/* border: 1px solid #ff4414; */
	font-size: 0.28rem;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #003AFF;
	margin: 0 0 0.2rem;
	padding: 0 0.3rem 0 0.3rem;
	box-sizing: border-box;
	line-height: 0.3rem;
	align-items: center;
	display: flex;
	background: linear-gradient(90deg,#d9edff, #f7fbff);
	border-radius: 0.2rem;
}
.settop-list li.act{
	color:#fff;
	background: linear-gradient(270deg,#80cffa 5%, #003aff);
}
.defind-btn{
	background: #EC5E5D;
	color: #ffffff;
	font-size: 0.36rem;
	text-align: center;
	width: 100%;
	height: 1.2rem;
	/* margin: 0 auto; */
	display: block;
	padding-top:0.16rem;
	background: linear-gradient(297deg,#86c0fd 1%, #d0e9ff 35%, #e6f4ff 64%, #e1f1ff 77%, #daeeff 83%);
}
.defind-btn span{
	width: 6.36rem;
	height: 0.85rem;
	background:url(../img/ottbanli/open_btn1.png) no-repeat;
	background-size:100%;
	display: block;
	margin:0 auto;
	line-height:0.85rem;
}
.reminder{
    font-size: 0.24rem;
    margin-top: 0.1rem;
    line-height: .4rem;
    color: rgba(250,42,63,0.8);
    font-weight: 500;
}


/*************************/
.install_time{
    top: 25%;
    left: 0.74rem;
    width: 6.02rem;
    z-index: 10;
    position: fixed;
    background: url(../../dianshihuiyuan/img/xqbj.png) no-repeat;
    background-size: 100%;
    border-radius: 0.12rem;
}

.install_title{
    font-size: 0.32rem;
    font-family: SourceHanSansCN;
    font-weight: 600;
    line-height: 0.32rem;
    text-align: center;
    margin-top: 2.2rem;
    margin-bottom: 0.5rem;
}
.sm-label{
    margin-left: 0.15rem;
    color: #009af1;
    width: 1.48rem;
    height: 0.5rem;
    line-height: 0.52rem;
    display: inline-block;
    font-size: 0.26rem;
    background: #dff3ff;
    text-align: center;
    position: relative;
    border-radius: 0.06rem;
    border: 1px solid #009af1;
}
.time-li-box font{
    top: -0.35rem;
    color: #ff4512;
    width: 2rem;
    height: 0.32rem;
    line-height: 0.32rem;
    border: 2px solid #fff;
    background: #ffe1d9;
    font-size: 0.2rem;
    padding: 0 0.1rem;
    border-radius: 0.18rem 0.18rem 0.18rem 0;
    position: absolute;
}
.time-li-box i{
    float: right;
    color: #009af1;
    height: 0.42rem;
    font-size: 0.24rem;
    padding-right: 0.2rem;
    margin-top: 0.1rem;
    background: url(../../kdxz/img/more_right_icon.png) center right no-repeat;
    background-size: 0.12rem;
}

.install_time input[type="checkbox"]:checked + label {
    border: 1px solid #009af1;
}
.install_time input[type="checkbox"]:checked + label:after {
    content: "";
    width: 0.35rem;
    height: 0.35rem;
    display: inline-block;
    bottom: -1px;
    right: -1px;
    position: absolute;
    background: url(../../kdxz/img/tick_icon.png) no-repeat;
    background-size: 0.35rem;
}
.back-time-area {
    display: inline-block;
}
.sm-label.other-style {
    float: right;
    margin-top: 0.35rem;
}
/* 时间选择器 */
.rolldate-container .rolldate-panel {
    height: 7rem !important;
    border-radius: 0.2rem 0.2rem 0 0;
}
.rolldate-container .rolldate-content {
    margin: 0;
    padding: 0.3rem 0;
    background: #fbfbfb;
}
.rolldate-container header {
    border: none !important;
}
.rolldate-container header {
    font-size: 0.36rem !important;
    text-align: left;
    line-height: 0.4rem !important;
    padding: 0.4rem 0 0rem 0rem;
}
.rolldate-container header p {
    color: #666666;
    font-size: 0.28rem;
}

.rolldate-container .rolldate-dim {
    height: 81px !important;
}
.rolldate-container .rolldate-center {
    height: 0.72rem;
    background: #fff;
    bottom: 84px;
    width: 100%;
    position: absolute;
    text-align: left !important;
}
.rolldate-container .rolldate-center span {
    display: inline-block;
    line-height: 0.85rem;
    text-align: left;
    color: #212121;
    font-size: 0.21rem;
}
.rolldate-container .rolldate-center span:first-child {
    margin-left: 19%;
}
.rolldate-container .rolldate-center span:nth-child(4n-2) {
    margin-left: 18%;
}
.rolldate-container .rolldate-center span:nth-child(4n-1) {
    margin-left: 22%;
}
.rolldate-container .rolldate-center span:nth-child(4n) {
    margin-left: 21%;
}
.define-btn.rolldate-confirm {
    width: 6.1rem;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    color: #fff;
    font-size: 0.3rem;
    background: #009af1;
    border-radius: 0.45rem;
    margin: 0.7rem auto;
    outline: none;
}
.rolldate-container .rolldate-wrapper li.active {
    position: relative;
}
.rolldate-container .rolldate-wrapper li {
    position: relative;
}

/* 20201019 时间插件 */
.rolldate-container .rolldate-wrapper>div#rolldate-month,.rolldate-container .rolldate-wrapper>div#rolldate-day{
    width:15%
}
.rolldate-container .rolldate-wrapper>div#rolldate-hour{
    width:45%;
}
.rolldate-container header h1{
    text-align: center;
    font-size: 0.36rem;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    color: #212121;
}
.rolldate-container .rolldate-dim.mask-bottom{
    background: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,.8)),to(hsla(0,0%,100%,.4)));
    background: -webkit-linear-gradient(bottom,hsla(0,0%,100%,.8),hsla(0,0%,100%,.4));
    background: -o-linear-gradient(bottom,hsla(0,0%,100%,.8),hsla(0,0%,100%,.4));
    background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.4)));
    background: -webkit-linear-gradient(bottom, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.4));
    background: -o-linear-gradient(bottom, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.4));
    background: linear-gradient(0deg,hsla(0,0%,100%,.8),hsla(0,0%,100%,.4));
}


.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;
}