/*活动页面*/
.yel{
	background: #fee05e;
}
.yel .banner img{
	width: 76%;
	margin: 0 auto;
}

.yel .package_list{
	width: 92%;
	background: #fff;
	border-radius: 4px;
	margin: 0 auto;
	font-size: 0.13rem;
	box-shadow: 1px 3px 5px 2px rgba(0, 0, 0, 0.07);
}

.yel .package_list .tittle{
    border-bottom: 1px #ffa300 dashed;
    color: #ff8100;
    font-size: 0.15rem;
    padding: 12px 0px;
    width: 92%;
    margin: 0 auto;
}

.yel .package_list .content:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.yel .package_list .content{
	width: 92%;
    margin: 10px auto;
    padding: 6px 0;
    border: 1px #ffdf52 solid;
    background: #fffdf5;
    color: #fe7700;
    line-height: 2;
}
.yel .package_list .content .left{
	float: left;
	margin-left: 10px;
}

.yel .package_list .content .right{
	float: right;
	margin-right: 10px;
}
    
.yel .package_list .bottom{
	background: none;
	border-bottom: 0;
	border-left: 0;
	border-top: 1px #FE7700 dashed;
	border-right: 0;
	color: #2A2E64;
}
.yel .dashed{
	width: 80%;
    height: 28px;
    margin: 0 auto;
    border-left: 1px #ff8100 dashed;
    border-right: 1px #ff8100 dashed;
}
 
.yel .package_list .del{
	width: 92%;
    margin: 6px auto;
    line-height: 2;
    color: #2a2e64;
    border: 0;
}
.yel .buy{
	width: 50%;
    margin: 0 25%;
    border: 0;
    background: #fff;
    height: 40px;
    border-radius: 4px;
    position: relative;
    top: 10px;
}
.yel .buy span{
	background: #d81e06;
    color: #fff;
    padding: 4px;
    margin-left: 10px;
    border-radius: 4px;
}
 .yel .sp_del{
 	background: #FFFFFF;
 	font-size: 0.12rem;
 	line-height: 2;
 	color: #838383;
 	padding: 2px 0;
 }   
 .yel .sp_del li{
 	padding: 0 4%;
 }
 

/*套餐列表*/
.tc_list{
	background: #FFF;
	/*padding:0 15px;*/
}
.tc_list li{
    border-bottom: 8px #e7e7e7 solid;
    padding: 15px 15px 10px 15px;
	line-height: 2.2;
	position: relative;
}
.tc_list li:last-child{
	border-bottom: 0;
}

.tc_list li:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.tc_list li .left{
	float: left;
}

.tc_list li .center{
	float: left;
}
.tc_list li .center .s1{
	font-size: .17rem;
	line-height: 1.6;
	font-weight: 400;
}

.tc_list li .center .s2{	
	color: #8a8a8a;
}
.tc_list li .center .s2 .shu{	
	margin: 0 6px;
}
.tc_list li .center .s2 .red{	
	color: #e46262;
}

.tc_list li .left img{
	width: 80px;
	margin-right: 10px;
        border-radius: 6px;
}
.tc_list li .right{
	float: right;
	text-align: center;
	color: #777777;
	margin-top: 12px;
}
.tc_list li .right img{
	width: 30px;
}
/*推广列表*/
.navbar {
    z-index: 500;
    width: 100%;
    border-bottom: 1px #eee solid;
    background: #fff;
}
.navbar__item.bar__item_on {
    border-bottom: 3px #626262 solid;
    background: #fff;
    color: #626262;
}
.navbar__item {
    position: relative;
    padding: 13px 0;
    text-align: center;
    font-size: 0.15rem;
    width: 50%;
    float: left;
    background: #fff;
    color: #727272;
}
.kong {
    width: 100%;
    height: 8px;
    background: #efefef;
    clear: both;
}


.tc_list .s4{
    position: absolute;
    right: 15px;
    top: 18px;
    padding: 0 4px;
    font-size: 0.12rem;
    line-height: 1.8;
}
.tc_list .wei{
    background: #ffd161;
}
.tc_list .yi{
    background: #13b5b1;
}
	
/*.phone{
    border-top: 1px #eee solid;
    float: left;
    width: 74%;
    margin-top: 10px;
    margin-left: 90px;
}*/
/*.phone span{
	margin-top: 4px;
	display: inline-block;
	color: #8a8a8a;
	font-size: 0.15rem;
}*/
.phone .call{
        width: 22px;
    position: absolute;
    right: 15px;
    top: 72px;
    /*width: 22px;
    float: right;
    margin-top: 10px;
    border-left: 1px #eee solid;
    padding: 0 20px*/
}

/*弹框*/
.choose{
    background: #FFF;
    width: 64%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.28);
    margin: 50% auto;
    border-radius: 4px;			    
    font-size: 0.15rem;
    position: relative;
}

.choose .tittle{
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px #e8e8e8 solid;
}
.choose ul{
	padding: 0 15px;
}
.choose li{
	padding:15px;
	border-bottom: 1px #efefef solid;
}
.choose li:last-child{
	border: 0;
}
.choose .cha{
	position: absolute;
    width: 16px;
    top: 15px;
    right: 15px;
}