﻿/* 
* @Author: cylin
* @Date:   2016-09-19 14:45:53
* @Last Modified time: 2016-09-23 17:00:48
*/
@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
/* 去除iPhone中默认的input样式 */
input[type="submit"],

input[type="reset"],

input[type="button"],

/*input{-webkit-appearance:none; resize: none;}*/
/* 取消链接高亮  */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, 
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
/* 设置HTML5元素为块 */
article, aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section {
display: block;
}
/* 图片自适应 */
img {
max-width: 100%;
height: auto;
width:auto\9; /* ie8 */
-ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, 
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{margin:0; padding:0; border:none;}
em,i{font-style:normal;}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
a{ text-decoration:none; color:#666; font-family:Microsoft YaHei,Tahoma,Arial,sans-serif;}
a:hover{color:#333; text-decoration:none;}
ul,ol{list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%; font-family: Microsoft YaHei;}
img{ border: none; vertical-align: middle; display:block;}
input{ outline:none;}
button{ outline:none; cursor:pointer;}
body{
    background: #261149;
    overflow-x: hidden;
}

/*头部*/
header{
    width: 100%;
    height: 4.42rem;
}
header img{
    width: 100%;
    height: 100%;
}
/*轮播图*/
.lun_photo{
    width: 100%;
    height: 3.38rem;
    background: url(../images/lunbg.jpg) no-repeat;
    background-size:100%;
}
.slideBox{ 
    width:100%; 
    height:100%;  
    margin:0 auto; 
    position:relative; 
    overflow:hidden;   
}
.slideBox .hd{ 
    width:100%; 
    height:0.6rem;  
    position:absolute; 
    z-index:1; 
    bottom:0; 
    text-align:center;  
    
}
.slideBox .hd ul{ 
    height: 0.16rem;
    position: absolute; 
    /*left:50%;*/
    bottom:0.2rem;
    /*transform:translateX(-50%); *//* 盒子水平居中 */  
    overflow:hidden; 
    right:0.1rem;
}
.slideBox .hd ul li{ 
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%; 
    background:rgba(255,255,255,0.3); 
    float: left;  
    margin: 0 0.08rem;
    line-height: 0.5rem;
    overflow: hidden;
    text-indent: 999em;
}
.slideBox .hd ul .on{ 
    background:#a28e60;  
}
.slideBox .bd{ 
    width: 100%;
    height: 100%;
    position:relative; 
    z-index:0; 
}
.slideBox .bd li{
    position:relative;
}
.slideBox .bd li img{ 
    width:100%;  
    height:auto; 
    display:block; 
}
.slideBox .bd li a{ 
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */ 
}
.slideBox .bd li .tit{ 
    display:block; 
    width:100%;  
    position:absolute; 
    bottom:0; 
    color:#fff;
    height:0.6rem;  
    font-family: "Microsoft Yahei";
    font-size:0.26rem;
    line-height: 0.6rem;
    background: rgba(0,0,0,0.5);
}


.tit{
    width: 100%;
    height: 1.65rem;
    line-height: 1.65rem;
    color:#e7c678;
    font-size: 0.48rem;
    font-family: "Microsoft Yahei";
    padding:0 0.3rem;
    background: url(../images/tit.jpg) no-repeat;
    background-size:100%;
    box-sizing: border-box;
}
.tit span{
    font-size: 0.4rem;
    font-weight: normal;
}
/*笃行者开讲了*/
.zpb_part2{
    font-size: 0;
    padding-bottom: 0.4rem;
}
.kj_list li{
    width: 6.1rem;
    height: 2.8rem;
    margin-bottom: 0.2rem;
    margin-left: 0.3rem;
}
.kj_list li:nth-of-type(2n){
    margin-left: 0;
    margin-right: 0.3rem; 
}
.kj_list li img{
    width: 100%;
    height: auto;
}
.zpb_part2 div:nth-of-type(1){
    padding:0 0.3rem;
    margin-bottom: 0.28rem;
}
.zpb_part2 div:nth-of-type(1) h3{
    /*height: 0.84rem;*/
    line-height: 0.58rem;
    color:#e7c678;
    font-size: 0.4rem;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.zpb_part2 div:nth-of-type(1) p{
    color:#fff;
    font-size: 0.26rem;
    font-family: "Microsoft Yahei";
    line-height: 0.42rem;
}
.zpb_part2 div:nth-of-type(2){
    width: 100%;
    height: 2.8rem;
}
.zpb_part2 div:nth-of-type(2) img{
    width: 100%;
    height: 100%;
}
/*沙龙*/
.zpb_part3{
    width: 100%;
    background: url(../images/slbg.jpg) no-repeat #e2ddeb;
    background-size:100%;
    box-sizing: border-box;
}
.small_tit{
    height: 1.28rem;
    line-height: 1.28rem;
    font-size: 0.4rem;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    color:#3f1b6a;
}
.zpb_part3 .small_tit{
    padding:0 0.3rem;
}
.swiper-container {
    width: 100%;
    height: 2.28rem;
    margin: 20px auto;
    border-bottom: 0.02rem solid #d0ccd8;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 2.15rem;
    height: 1.6rem;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position:relative;
}
.swiper-wrapper .swiper-slide p{
    position:absolute;
    color:#333333;
    font-size: 0.24rem;
    font-family: "Microsoft Yahei";
    padding: 0;
    top: 1.68rem;
    left: 0.8rem;
}
.zpb_part3 p,.zpb_part6 p{
    color:#333333;
    font-size: 0.24rem;
    font-family: "Microsoft Yahei";
    line-height: 0.4rem;
    padding-top: 0.3rem;
}
.zpb_part3 p{
    padding:0.3rem 0.3rem 0;
}
.zpb_part3 p strong{
    color:#bd3b5d;
}
/*高端专访*/
.zpb_part4,.zpb_part5{
    width: 100%;
    padding:0 0.3rem;
    font-size: 0;
    background: #e2ddeb;
    padding-bottom: 0.58rem;
    border-bottom: 0.02rem solid #d0ccd8;
    box-sizing: border-box;
}
.view_box li{
    margin-bottom: 0.3rem;
}
.view_box li div{
    float: left;
    font-family: "Microsoft Yahei";
}
.view_box div:nth-of-type(1){
    width: 1.62rem;
    height: 1.2rem;
    margin-right: 0.3rem;
}
.view_box div:nth-of-type(1) img{
    width: 100%;
    height: 100%;
}
.view_box div:nth-of-type(2){
    width: 3.86rem;
}
.view_box div:nth-of-type(2) span{
    color:#421c6d;
    font-size: 0.34rem;
    display: inline-block;
    /*margin-top: -0.06rem;*/
}
.view_box div:nth-of-type(2) p{
    display: -webkit-box;    
    font-size: 0.28rem;
    line-height: 0.42rem;
    overflow: hidden;        
    text-overflow: ellipsis; 
    -webkit-line-clamp: 2;   
    -webkit-box-orient: vertical;
    margin-top: 0.12rem;
}
.view_box div:nth-of-type(2) p a{
    color:#333333;
    font-size: 0.28rem;
}
.read_more,.back_sy{
    width: 5.78rem;
    height: 0.78rem;
    color:#431c6f;
    font-size: 0.28rem;
    font-family: "Microsoft Yahei";
    text-align: center;
    line-height: 0.78rem ;   
    border:0.02rem solid #431c6f;
    border-radius:0.12rem;
    display:block;
}
.back_sy{
    margin-left: 0.3rem;
}
.read_more:hover{
    color:#fff;
}
/*走进*/
.zpb_part5{
    padding-bottom: 0;
    font-size: 0;
}
.zpb_part5 .view_box{
    margin-bottom: 0.6rem;
}
.review_btn{
    width: 5.8rem;
    height: 1rem;
    color:#fff;
    font-size: 0.4rem;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    text-align: center;
    line-height: 1rem;
    background: url(../images/titbg.png) no-repeat;
    background-size:100%;
    display:block;
    margin-bottom: 0.6rem;
}
.review_btn:hover{
    color:#fff;
}
/*总评榜-往期回顾*/
.zpb_part6{
    width: 100%;
    font-size: 0;
    padding-bottom: 0.2rem;
}
.zpb_part6 .swiper-container{
    border-bottom: 0.02rem solid #4c3a69;
}
.zpb_part6 .swiper-slide p{
    color:#fff;
}
.zpb_part6 p{
    color:#fff;
    padding:0.3rem 0.3rem 0;
}
.zpb_part6 p strong{
    color:#e7c678;
    font-weight: bold;
}
/*合作伙伴*/
.zpb_part7,.zpb_part8{
    width: 100%;
    height:100%;
    font-size: 0;
    padding:0 0.3rem;
    box-sizing: border-box;
}
.zpb_part7{
    background: #e2ddeb;
    padding-bottom: 0.36rem;
}
.partner{
    margin-bottom: 0.32rem;
}
.partner p{
    color:#170e45;
    font-size: 0.28rem;
    margin-bottom: 0.28rem;
	font-family: "Microsoft Yahei";
}
.partner p span{
    color:#666666;
    font-size: 0.24rem;
}
.partner div img{
    width: 100%;
    height: 100%;
}
/*联系事宜*/
.zpb_part8{
    padding: 0.55rem 0.3rem;
    background: #fff;
}
.contact_details{
    margin-bottom: 0.5rem;
}
.contact_details p{
    font-family: "Microsoft Yahei";
}
.contact_details p.top{
    color:#333333;
    font-size: 0.28rem;
    margin-bottom: 0.16rem;
}
.contact_details div p{
    color:#666666;
    font-size: 0.24rem;
    margin-bottom: 0.08rem;
}
.contact_details:last-child{
    margin-bottom: 0;
}
/*底部*/
footer{
    width: 100%;
    height: 1.62rem;
    background: url(../images/foot.jpg) no-repeat;
    background-size:100%;
}

/* 榜单切换 */
.zpb_part1{
    width: 100%;
    font-size: 0.48rem;
    font-family: "Microsoft Yahei";
    padding:0 0.3rem;
    background: url(../images/tit.jpg) no-repeat;
    background-size:100%;
    box-sizing: border-box;
}
.p1_bangdan_list{width:5.8rem; margin:0 auto;}
.p1_bangdan_list .tablist { *zoom: 1;  height:1.18rem; width:5.8rem; background:url(../images/bd_bottom_bg.png) no-repeat bottom; background-size:5.8rem 0.08rem; margin-bottom:0.52rem;}
.p1_bangdan_list .tablist:after { display: table; content:''; clear:both; }
.p1_bangdan_list .tab,.p1_bangdan_list .tab1{ float: left;  }
.p1_bangdan_list .tab_a { display: block;width:1.52rem; margin-right:0.62rem; height:1.18rem; color:#fff;background:none; border-radius:0; line-height:64px; text-align:center; font-weight:bold; font-size:20px;}
.p1_bangdan_list .tab:last-child .tab_a{margin-right:0;}
.p1_bangdan_list .tab_a:hover { text-decoration:none; font-weight:bold; background:url(../images/bd_hover1.png) no-repeat bottom; background-size:1.52rem 0.1rem;}
.p1_bangdan_list .tab_on,.p1_bangdan_list .tab_on:hover { color:#f1cf7c; font-weight:bold;background:url(../images/bd_hover1.png) no-repeat bottom; background-size:1.52rem 0.1rem;}
.p1_bangdan_list .tab_content { min-height:5rem; }
.p1_bangdan_list .tabpanel { }
.p1_bd_bd1 ul{ clear:both; overflow:hidden;}
.p1_bd_bd1 li{background:url(../images/bd.png) no-repeat; background-size:2.75rem 2.1rem; width:2.75rem; height:1.3rem; float:left; font-size:0.34rem; line-height:0.48rem; text-align:center; padding-top:0.8rem; margin-bottom:0.3rem;}
.p1_bd_bd1 li:nth-child(odd){margin-right:0.27rem;}
.p1_bd_bd1 li a{color:#e7c678;}
/* 现场切换 */
.zpb_live .p1_bangdan_list .tablist{margin-bottom:0.3rem;}
.zpb_live .p1_bangdan_list .tab_a { display: block;width:1.45rem; margin-right:0;  height:1.18rem; color:#fff;background:none; border-radius:0; line-height:64px; text-align:center; font-weight:bold; font-size:20px;}
.zpb_live .p1_bangdan_list .tab_a:hover { text-decoration:none; font-weight:bold; background:url(../images/bd_hover2.png) no-repeat bottom; background-size:1.45rem 0.1rem;}
.zpb_live .p1_bangdan_list .tab_on_a,.zpb_live .p1_bangdan_list .tab_on:hover { color:#f1cf7c; font-weight:bold;background:url(../images/bd_hover2.png) no-repeat bottom; background-size:1.45rem 0.1rem;}
.zpb_live .p1_bangdan_list .tab_content { min-height:7.51rem; margin-bottom:0.6rem; }
.pic_list{position:relative; height:7.51rem;}
.pic_list img{position:absolute;}
.pic_list img:nth-child(1){width:5.8rem; height:3.26rem; top:0; left:0;}
.pic_list img:nth-child(2){width:2.26rem; height:4rem; top:3.51rem; left:0;}
.pic_list img:nth-child(3){width:3.34rem; height:1.88rem; top:3.51rem; right:0;}
.pic_list img:nth-child(4){width:3.34rem; height:1.88rem; bottom:0; right:0;}