/*游戏审核页面*/
html,body{height: 100%;}
body{
	background-color: #fff;
	font-family:"微软雅黑";
}
.wraper{
	position: relative;
	width: 996px;
	margin: 0 auto;
}
/*导航*/
.nav{
	width: 100%;
	background: #222;
	filter: alpha(Opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.95;
	z-index: 2;
}
.nav .logo{
	font-size: 24px;	
}
.nav .logo a{
	color: #fb544f;
}
.nav .logo:hover{
	background: #333;	
}
.nav li{
	float: left;
	height: 60px;
	line-height: 60px;	
	font-size: 16px;
}
.nav li:hover,
.nav .on{
	background-color: #fb544f;
}
.nav a{
	display: inline-block;
	height: inherit;
	padding: 0 15px;
	color: #fff;
}
.nav .login-text{
	float: right;
	color: #fff;
}
.nav .login-text:hover,
.nav .login-portrait:hover{
	background: transparent;
}
/*底部*/
.footer{
	background-color: #e8edf1;
	text-align: center;
	font-size: 12px;
}
.footer p{
	padding-top: 12px;
	color: #666;
}
.footer a{
	color: #333;
}
/*首页内容*/
.navSearch_0123{
	position: relative;
	}
.banner-wraper{
	width: 100%;
}
.banner-wraper .swiper-button-prev{
	left: 100px;
}
.banner-wraper .swiper-button-next{
	right: 100px;
}
.banner{
	width: 644px;
	height: 430px;
	margin-top: 20px;
	overflow: hidden;
}
.banner img{
	width: inherit;
	height: inherit;
}
/*登录注册*/
.login-portrait{float: right !important;}
.login-portrait .btn-avip{color: #d4ac57;}
.login-box{
	position: relative;
	width: 100%;
	height: 100%;
}
.login-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.login-content{
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	width: 400px;
	height: 300px;
	padding: 10px 20px 20px;
	margin-top: -150px;
	margin-left: -200px;
	background: #fff;
	background: rgba(255,255,255,.7);
}
.login-content .tips{
	display: block;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #000;
	font-size: 14px;
}
.register-content{
	height: 470px;
	margin-top: -235px;
}
.login-form-label{
	display: block;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.login-form-input{
	box-sizing: border-box;
	width: 100%;
	height: 46px;
	padding: 0 10px;
	border: 1px solid #333;
}
.login-content .three{
	width: 60%;
}
.login-content img{
	width: 133px;
	height: 44px;
	border: 1px solid #333;
}
.login-content .login-btn{
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	margin-top: 20px;
	text-align: center;
	background-color: #fb544f;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.login-content .register-btn{
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	margin-top: 20px;
	text-align: center;
	background-color: #017eb8;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
/*注册协议*/
.xieyi-box h3{	
	padding: 20px 0;
	text-align: center;
    color: #007722;
    font-size: 18px;
}
.xieyi-box p,
.xieyi-box td{
	line-height: 34px;
	font-size: 14px;
}
.content h3{
	padding: 30px 0 20px;
	font-size: 16px;
}
.content li{
	float: left;
	width: 488px;
	margin: 0 20px 20px 0;
}
.content li a{
	display: block;
	width: 488px;
}
.content li.two{
	margin: 0;
}
.content .pic{
	width: 488px;
}
.content .pic img{
	width: inherit;
}
.content .text{
	height: 100px;
}
.content .text h4{
	padding-top: 10px;
	font-size: 14px;
	color: #333;
}
.content .text p{
	padding-top: 10px;
	line-height: 24px;
	font-size: 12px;
	color: #666;
}
.content .download-box a{
	display: block;
	width: 200px;
    height: 46px;
    line-height: 46px;
    margin: 20px auto;
    text-align: center;
    background-color: #017eb8;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
/*客服中心*/
.customer-box{
	margin-top: 20px;
}
.customer-content h3{	
	line-height: 30px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 18px;
	color: #666;
}
.customer-content h4{
    line-height: 48px;
    color: #df4218;
    font-weight: normal;
    font-size: 16px;
}
.customer-content p{
	line-height: 34px;
	font-size: 14px;
}
/*充值中心*/
.recharge-box h3{
	padding-bottom: 20px;
	font-size: 16px;
}
.recharge-box .login-content{
	height: auto;
}
.money-box{
	box-sizing: border-box;
	width: 644px;
	height: 342px;
	margin-top: 20px;
	padding: 20px;
	background-color: #e8edf1;
}
.money-box h3{
	padding-bottom: 30px;
	font-size: 16px;
}
.money-box li{
	float: left;
	width: 52px;
    height: 33px;
    line-height: 33px;
    margin: 0 15px 15px 0;   
    background: #fff;
    border: 1px solid #d4d4d4;
    text-align: center;
    color: #666;
    font-size: 14px;      
    cursor: pointer;   
}
.money-box li.last{
	width: 146px;
	border: none;
}
.money-box li.countdown-second{
	width: 100px;
}
.money-box .li_je{
	display: block;
    border: 1px solid #ff6c00;
    color: #ff6c00;
}
.money-box .pay_r_czje_txt{
	box-sizing: border-box;
	width: 100px;
	height: 33px;
    line-height: 33px;
    padding: 0 5px 0 5px;    
    color: #aeaeae;
}
.money-box label {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    vertical-align: top;
    padding-left: 10px;
    color: #ff6c00;
}
.recharge-box table{
	width: 100%;
}
.recharge-box tr{
	display: block;
	padding: 20px 0;
}
.recharge-box td{
	float: left;
	display: block;
	width: 25%;
}
.recharge-box td input{
	float: left;
	margin: 10px;
}
.recharge-box td img{
	float: left;
	width: 150px;
}
.recharge-box .login-btn{
	display: block;
	width: 300px;
	height: 46px;
	margin: 20px auto;
	background-color: #fb544f;
	color: #fff;
	cursor: pointer;
}
.recharge-box .remind-box{
	padding: 20px 0;
}
.recharge-box .remind-box h3{
	padding-bottom: 20px;
	font-size: 16px;
}
.recharge-box .remind-box p{
	line-height: 34px;
	font-size: 14px;
}
.recharge-box .remind-box p.last{
	color: #fb544f;
}
/*家长监护工程*/
.parents-box{
	margin: 20px 0;
}
.parents-left{
	width: 700px;
}
.parents-right{
	width: 274px;
	margin-left: 20px;
}
.parents-list{
	border: 1px solid #ddd;
	border-bottom: none;
}
.parents-list p{
	float: left;
	width: 231px;
	line-height: 46px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}
.parents-list p.first{
	width: 234px;
	border-left: none;
}
.parents-list p.on{
	border-bottom: none;
	color: #fb544f;
}	
/*.parents-list p:hover,
.parents-list p.on{
	border-left: 3px solid #fb544f;
	color: #fb544f;
}*/
.parents-content{
	width: 700px;
}
.parents-content ul{
	border: 1px solid #ddd;
	border-top: none;
}
.parents-content li{
	position: relative;
	display: none;
	padding: 10px 20px;
}
.parents-content .col{
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.parents-content a{
	color: #fb544f;
}
.parents-content h4{
	padding-bottom: 20px;
	color: #fb544f;
	font-size: 16px;
}
.parents-content p{
	line-height: 34px;
	font-size: 14px;
}
.parents-content .btn-box a,
.parents-right .btn-box a{
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	margin: 20px auto 0;
	text-align: center;
	border-radius: 4px;
	background-color: #fb544f;
	color: #fff;
	font-size: 14px;
}
.parents-right{
	border: 1px solid #ddd;
	border-top: none;
}
.parents-right .service{
	border-top: 1px solid #ddd;
	margin-bottom: 20px;
}
.parents-right .service h3,
.parents-right .problem h3{
	padding-left: 10px;
	line-height: 36px;
	border-bottom: 1px solid #ddd;
	background-color: #f1f1f1;
	font-size: 14px;
}
.parents-right .service p{
	padding-left: 10px;
	padding-top: 10px;
	font-size: 14px;
}
.parents-right .service a{
	color: #999;
}
.parents-right .service span,
.parents-right .service a:hover{
	color: #fb544f;
}
.parents-right .problem{
	border-top: 1px solid #ddd;
}
.parents-right .problem p{
	padding: 5px;
	line-height: 24px;
}
.parents-right .problem .Answer{
	color: #999;
}
/*音乐列表*/
.music-box li{
	padding: 20px 0;
	border-bottom: 1px solid #f1f1f1;
}
.music-box li:hover{
	background-color: #f1f1f1;
}
.music-box .title{
	height: 30px;
    line-height: 30px;	
    margin-top: 20px;
    padding-left: 12px;
    color: #D43724;
    border-left: 4px solid #D43724;    
    font-size: 16px;   
}
.music-box a{
	display: block;
}
.music-box .pic{
	width: 80px;
	height: 80px;
	padding-right: 20px;
}
.music-box .pic img{
	width: 80px;
	height: 80px;
}
.music-text{
	width: 890px;
}
.music-text .text{
	width: 800px;
}
.music-text h3{
	font-size: 16px;
	color: #333;
}
.music-text p{
	height: 16px;
	margin-top: 10px;
	font-size: 14px;
	color: #999;
}
.music-text .btn-play{
	line-height: 40px;
	margin-top: 15px;
}
/*音乐详情*/
.musicXq{
	margin-top: 20px;
}
.musicXq img{
	width: inherit;
	height: inherit;
}
.musicXq-header{
	-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}
.musicXq-header .pic{
	width: 150px;
	height: 150px;
	margin-right: 30px;
}
.musicXq-header .text h3{
	font-size: 20px;
	font-style: normal;
}
.musicXq-header .text p{
	margin-top: 10px;
	font-size: 16px;
	color: #999;
}
.musicXq-header .btn-play{
	position: relative;
	width: 100px;
	height: 36px;
	line-height: 36px;
	margin-top: 10px;
	text-align: center;
	background: #fb544f;
	background-size: 26px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.musicXq-header .btn-play img{
	
}
.musicXq-content h3{
	margin: 20px 0;
	font-size: 16px;
}
.musicXq-content pre{
	font-size: 14px;
}
.musicXq-footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #333;
	z-index: 2;
}
.musicXq-footer .pic{
	width: 36px;
	height: 36px;
	margin-top: 6px;
	border: 1px solid #999;
}
/*音乐播放进度控制*/
.musicXq-footer .content-box{
    position: relative;
    width: 860px;
    height: 50px;
    color: #eee;
    padding: 0 10px;
}
.musicXq-footer .play-box{
	width: 36px;
	height: 36px;
	margin: 7px 20px 0;
	background: url(../images/piano_game_play.png) no-repeat;
	background-size: contain;
	cursor: pointer;
}
.musicXq-footer .icon-bofang{
	background: url(../images/piano_game_zanting.png) no-repeat;
	background-size: contain;
}
.musicXq-footer .slider-bar{	
    height:8px;
    width: 100%;
    background-color: #6d6d6d;
    border-radius: 4px;
}
.musicXq-footer .slider-progress{
    position: relative;
    height: 100%;
    width: 0;
    background-color: #ff7471;
    border-radius: 4px;
}
.musicXq-footer .slider-dot-control{
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 100%;
    background-color: #ff7471;
    border: 6px solid #fff;
    top: 50%;
    margin-top: -9px;
    margin-left: -9px;
    cursor: pointer;
}
.musicXq-footer .center-box{   
    margin: 22px 100px 0 0;
}
.musicXq-footer .content-box .time-box{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
}

@media only screen and (max-width : 600px) { 
	.nav,.footer{display: none;}
	.wraper{width: 100%;}
} 
/*首页标题*/
.md_title{position: relative;}
.md_title .btn-box{position: absolute; top: 112px; right: 0;}
.md_title .btn-box a{display:block; width: 136px; height: 28px; line-height: 28px; border: 1px solid #cc3333; text-align: center; color: #CC3333; font-size: 14px;} 
.md_title h3{padding: 40px 0 30px; font-weight: normal; text-align: center; color: #cc3333; font-size: 32px;}
.md_title .opt{height: 30px; text-align: center; font-size: 15px;}
.content_color a{display: inline-block; margin: 0 15px;}
.md_title .opt b{ margin: 0 6px; color: #B4B4B4;}
.md_title .opt a:hover{ color: #c93e2f;}
/*首页曲谱列表*/
.musicImgList{overflow: hidden; clear: both;}
.musicImgList li{width: 183px; float: left; margin: 0 20px 20px 0;}
.musicImgList li.last{margin-right: 0;}
.musicImgList li .musicImgCon{width: 183px; height: 183px; overflow: hidden;}
.musicImgList li .musicImgCon img{width: 183px; height: 183px; -webkit-transition:All .2s ease-in-out; -moz-transition:All .2s ease-in-out; -o-transition:All .2s ease-in-out;transition:All .2s ease-in-out; }
.musicImgList li .musicImgCon:hover img{-webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1); -ms-transform:scale(1.1); transform:scale(1.1); }
.musicImgList li .musicImgCon .text{ width: 150px; position: absolute; bottom: 0;left: 0; height: 43px;}
.musicImgList li .musicImgCon .textNoName{ height: 25px;}
.musicImgList li .musicImgCon .text h3{ font-size: 14px; line-height: 20px; overflow: hidden; height: 20px; text-overflow: ellipsis; white-space: nowrap; color: #fff;word-wrap: normal; text-indent: 10px; font-weight: normal;}
.musicImgList li .musicImgCon .text h3 a{ color: #fff;}
.musicImgList li .musicImgCon .text p{ font-size: 12px; line-height: 20px; overflow: hidden; height: 20px; text-overflow: ellipsis; white-space: nowrap; color: #a0a0a0;word-wrap: normal; text-indent: 10px;}

.musicText h3{padding-top: 15px; overflow:hidden;text-overflow:ellipsis; white-space: nowrap; font-weight:normal; font-size: 16px; color: #333;}
.musicText p{padding-top: 5px; overflow:hidden;text-overflow:ellipsis; white-space: nowrap; font-size: 14px; color: #999;}
/*谱库*/
.music-title{height: 60px; line-height: 60px; margin: 20px 0;}
.music-title a{float: left; width: 48%; margin-left: 1%; border: 1px solid #ddd; text-align: center; font-size: 16px;}
.music-title a:hover,
.music-title a.on{border: 1px solid #fb544f; color: #fb544f;}
.music-list .l-img{float: left; width: 80px; height: 80px;}
.music-list .l-img img{width: 80px; height: 80px;}
.music-list .r-text{float: left; padding-left: 20px;}
.music-list li{padding: 20px 0; border-bottom: 1px solid #f1f1f1;}
.music-list li a{display: block; width: 100%; height: 80px;}
.music-list li:hover{background: #f1f1f1;}
.music-list h3{float: left; color: #000; font-size: 16px;}
.music-list .r-text img{float: left; width: 26px; padding-top: 3px; padding-left: 5px;}
.music-list p{margin-top: 15px; color: #888; font-size: 15px;}
.music-list span{margin-right: 20px;}
.page{margin: 30px 0; line-height: 30px; text-align: center; font-size: 16px;}
.page a{display: inline-block; margin: 0 5px; padding: 0 10px; border: 1px solid transparent; text-align: center;}
.page a:hover{border: 1px solid #d53a32;}
.page .active{border: 1px solid transparent; background: #d53a32; color: #fff;}
/*乐谱详情*/
.musicXq-box{padding: 30px; background: #fff;}
.musicXq-box h1{font-size: 20px;}
.musicXq-box span{margin-right: 10px; font-size: 14px;}
.musicXq-img{position: relative;}
.musicXq-img .img{width: 200px; height: 200px;}
.musicXq-img .vip{position: absolute; left: 0; top: 0; width: 60px; height: 60px;}
.musicXq-info{width: 740px; margin-left: 20px;}
.musicXq-info .num{margin-top: 10px;}
.musicXq-download{width: 711px; margin: 20px 0;}
.musicXq-text{margin-top: 10px; line-height: 24px; font-size: 15px;}
.musicXq-flash-box{position: relative; width: 711px; height: 848px;}
.musicXq-flash {position: relative; width: 711px; height: 848px; margin-top: 20px; background: url(../images/flash-bj.png) no-repeat;}
.musicXq-flash .flash-box{width: 672px; height: 670px; padding: 127px 0 0 20px; overflow: hidden;}
.musicXq-flash .flash-btn{position: absolute; left: 50%; top: 50%; margin-left: -50px; margin-top: -50px; cursor: pointer;}
.musicGuitarXq-flash{position: relative;}
.musicGuitarXq-flash .no-vip{position: absolute; top: 40px; left: 0; width: 724px; height: 1110px; cursor: pointer; z-index: 1;}
.popup-upgrade{display: none; width: 400px; text-align: center;}
.popup-upgrade p{padding: 30px 0; color: #999; font-size: 16px;}
.popup-upgrade a{display: block; width: 300px; height: 46px; margin: 0 auto; line-height: 46px; border-radius: 5px;
background: #dd4445; color: #fff; font-size: 16px;}
/****VIP弹窗*****/
.popup-price{display: none; padding: 20px 0; width: 462px; background-color: #fff; text-align: center;}
.popup-price .main{position: relative;}
.popup-price .main img,.popup-success img{position: absolute; top: 15px; right: 15px;}
.popup-price .main p{padding:30px 0 10px; font-size: 18px; color: #999;}
.popup-price .main h3{font-size: 28px; color: #F86E64;}
.popup-price .img-left,
.popup-price .img-right{width: 170px; margin-left:40px; border: 1px solid #ccc;}
.popup-price .img{padding: 10px;}
.popup-price .text{padding: 0 10px 10px;}
.popup-price .text img{display: block; width: 36px; float: left; }
.popup-price .text p{width: 96px; padding-left: 10px; text-align: left; color: #999; font-size: 13px;}
/*******VIP页面*********/
.wraper{width: 1024px; margin: 0 auto;}
.vip-title{height:70px; margin-bottom: 20px; line-height: 70px; background-color: #fff; text-align: center; font-size: 18px; color: #555;}
.vip-title i{position: relative;}
.vip-title i:before,.vip-title i:after{position: absolute; top: 0; width:30px; height: 20px; content: "";}
.vip-title i:before{left: -40px; background: url(/static/mobile/img/vip-pinjia-bj_03.png) no-repeat; }
.vip-title i:after{right: -40px; background: url(/static/mobile/img/vip-pinjia-bj_03.png) no-repeat;}
.vip-wraper{width: 730px; background-color: #f1f1f1;}
.vip-wraper-right{width: 274px;}
.vip-header{position: relative; background-color: #ff6964; overflow: hidden; text-align: center;}
.vip-header .countdown{ position: absolute; top: 37%; right: 0; width:50%; text-align: left; color: #fff; font-size: 16px;}
.vip-header .num{margin-top: 10px; font-size: 14px;}
.vip-header .time{margin-top: 10px; font-size: 14px;}
.vip-header .time span{display: inline-block; margin: 0 5px; width: 26px; height: 26px; border: 1px solid #d26442; text-align: center; line-height: 26px;}
.vip-header .progress-bar{margin-right: 10%; margin-top: 16px; overflow: hidden; width: 90%; height: 14px; border: 2px solid #d26442; border-radius: 14px; background-color: #ee8c6d;}
.vip-header .bar-active{width: 30%; height: 14px; background-color: #c44012;}
.vip-header img{display: block; width: 100%;}
.vip-toux{padding: 16px; background-color: #fff; color: #555;}
.vip-toux .img{float: left; width: 80px;}
.vip-toux .img img{width: 60px; border-radius: 50%; border: 1px solid #ccc;}
.vip-toux .main h4{padding-top: 6px; font-size: 18px; font-weight: normal;}
.vip-toux .main h5{color: #F86E64; font-size: 20px; line-height: 60px; font-weight: normal;}
.vip-toux .main span{display:block; padding-top: 6px; color: #999; font-size: 14px; }

.vip-header .success-text{position: absolute; bottom: 40px; width: 100%; text-align: center; color: #fff; font-size: 16px;}
.vip-header .success-text span{font-size: 18px;}
.vip-success-text{background-color: #fff; font-size: 16px;}
.vip-success-text p{width:600px; line-height: 30px; font-size:15px; color: #999;}
.vip-success-text em{display: inline-block; width: 30px; height: 30px; margin: 0 30px; line-height: 30px; border-radius: 50%; background-color: #F86E64; text-align: center; color: #fff;}
.vip-success-text li{padding: 16px 0;}

.vip-title,
.vip-toux,
.vip-bottom-text,
.vip-list,
.vip-praise{-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1); -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);}
.vip-list h3,.vip-praise h3,.vip-praise .main h4,.vip-buy h3,.vip-bottom-text h3,.vip-bottom-text h4{font-weight: normal;}

/***vip价格****/
.vip-buy{background-color: #fff;}
.vip-buy h3{float: left;  padding-left: 50px; width:240px; font-size: 16px; color: #555; line-height: 80px;}
.vip-buy .yongjiu{background: url(http://www.tan8.com/static/mobile/img/vip-pic-bj_01.png?1) 0 20px no-repeat; background-size: 34px;}
.vip-buy .yongjiu i{display: inline-block; width: 80px; line-height: 24px; margin-left: 5px; border-radius: 12px; text-align: center; background-color:#dd4445; color: #fff; font-size: 12px;}
.vip-buy .year{background: url(http://www.tan8.com/static/mobile/img/vip-pic-bj_02.png?1) 0 20px no-repeat; background-size: 34px;}
.vip-buy .price{position: relative; width: 110px;}
.vip-buy .mouth{background: url(http://www.tan8.com/static/mobile/img/vip-pic-bj_03.png?1) 0 20px no-repeat; background-size: 34px;}
.vip-buy .price-no{line-height: 80px; color: #D2322D; font-size: 24px; font-weight: bold;}
.vip-buy .price-no i{position: absolute; top: 3px; right: 0; text-decoration: line-through; color: #999; font-size: 12px; font-weight: normal;}
.vip-buy .buy-num{position: absolute; bottom: 3px; left: 4px; font-size: 12px; color: #999;}
.vip-buy .mouth-pic{margin-top: 18px; color: #555; font-size: 16px; }
.vip-buy .btn-box{position: relative; width: 100px; height: 80px; text-align: center;}
.vip-buy .btn-box p{position: absolute; bottom: 3px; width: 100px; color: #999;}
.vip-buy a{display: block; margin-top: 25px; width: 100px; line-height: 30px; background-color: #D2322D; text-align: center; border-radius: 15px; color: #fff; font-size: 16px;}
.vip-buy .btn-year a{width: 98px; line-height: 28px; background: transparent; border: 1px solid #D2322D; color: #D2322D;}
.vip-buy li{overflow: hidden; height:80px; padding: 0 16px; border-bottom: 1px solid #f1f1f1}
.vip-buy li.first{background: #fee8e8;}
.vip-buy li:after{content: ""; clear: both; display: block;}

 
/*****vip特权列表*****/
.vip-list{text-align: left; margin-top:20px; padding: 0 16px; background-color: #fff; font-size: 14px; color: #555;}
.vip-list li{padding: 20px 0; border-bottom: 1px solid #f1f1f1;}
.vip-list li:after{content: ""; display: block; clear: both; height: 0; line-height: 0;}
.vip-list .top{padding: 20px 0; border-bottom: 1px solid #f1f1f1;}
.vip-list .top img{width: 200px; margin: 0 auto;}
.vip-list .img{width: 100px; text-align: center;}
.vip-list .img img{width: 50%;}
.vip-list p{color: #999; padding-top: 10px;}
.vip-list .more{padding: 20px 0;}
.vip-list .more a{display: block; width: 120px; height: 30px; font-size: 14px; color: #D2322D; margin: 0 auto; border: 1px solid #D2322D; border-radius: 15px; text-align: center; line-height: 30px;}

/*****用户评价******/
.vip-praise{padding:0 16px; background-color: #fff; color: #555; font-size: 14px;}
.vip-praise h3{padding: 14px 0; border-bottom: 1px solid #f1f1f1;} 
.vip-praise .img{width: 30%;}
.vip-praise img{border-radius: 50%; width: 70%; border: 1px solid #ccc;}
.vip-praise li{padding: 20px 0; border-bottom: 1px solid #f1f1f1;}
.vip-praise .main span{display:block; padding-top: 8px; color: #999; font-size: 12px; }
.vip-praise p{padding-bottom: 10px; line-height: 24px; color: #999; overflow: hidden;}
/***请联系客服****/
.vip-bottom-text{padding: 20px; line-height: 24px; color: #777; text-align: center; font-size: 14px; background-color: #fff;}
.vip-bottom-text a{display: block; margin: 20px auto; width: 140px; line-height: 30px; color: #555; border: 1px solid #999; border-radius: 30px;}