body{
    padding: 0;
    margin: 0;
}
header{
    width:100%;
    /*overflow:hidden;*/
}
.person-background{
    width:100%;
}
.person-box{
    /*overflow:hidden;*/
    width:100%;
    background:#fff;
    box-sizing:border-box;
    position:relative
}
.person-avatar{
    border-radius:50%;
    position:absolute;
}
.person-name{
    color:#000;
}
.master-level{
    color:#fff;
    background:#AD936B;
    display:inline-block;
    text-align:center;
}
.person-relation span{
    display:inline-block;
    color:#333;
}
.person-subordinate{
    color:#333;
}
.master-number span{
    color:#999;
    display:inline-block;
    background-position:left center;
    background-repeat:no-repeat;
}
.master-number .master-readings{
    background-image:url('../images/user/master/readings.png');
}
.master-number .master-thumb-up{
    background-image:url('../images/v2-theme/news/thumb-up.png')
}
.master-number .master-thumb-uped{
    background-image:url('../images/v2-theme/news/thumb-uped.png')
}
.master-attention{
    float:right;
    height:100%;
}
.person-container{
    overflow:hidden;
    width:100%;
}
/*ä¸»ä½“*/
.master-table{
    width:100%;
    display:flex;
}
.master-table div{
    flex:1;
    box-sizing:border-box;
    text-align:center;
    border:solid 1px #ddd;
    background:#eee;
    color:#333;
    cursor:pointer;
    margin-bottom: 0px;
}
.master-table .table-current{
    border:0;
    background:#fff;

}
.time-box{
    width:100%;
    background:#fff;
    box-sizing:border-box;
    padding:0 2%;
    overflow:hidden;
}
.time-item{
    overflow:hidden;
}
.time-left{
    float:left;
    width:15%;
}
.time-left img{
    display:block;
    margin:0 auto;
}
.time-right{
    width:85%;
    float:left;
    box-sizing:border-box;
    border-left:solid 1px #AD936B;
}
.time-right h2{
    color:#AD936B;
}
.time-right .circle{
    position: absolute;
    top: 50%;
    background:#AD936B;
    border-radius:50%;
}
.time-right p{
    color:#333;
    margin: 0
}
.time-right img{
    width:100%;
}
.master-location{
    color:#999;
}
.master-time-reward{
    cursor:pointer;
}
.master-voice{
    display:block;
    box-sizing:border-box;
    position:relative;
    overflow:hidden;
    background:#F3F3F3;
}
.voice-play{
    position:absolute;
    top:50%;
}
.voice-avatar{
    float:left;
}
.voice-message{
    float:left;
}
.master-voice .voice-author{
    color:#999;
}
.say-box{
    width:100%;
    background:#eee;
    display:none;
}
.say-item{
    background:#fff;
    width:100%;
    box-sizing:border-box;
    padding:0 2%;
    display:block;
}
.say-header{
    overflow:hidden;
}
.sayer{
    float:left;
    color:#333333;
}
.sayer-level{
    float:left;
    color:#fff;
    text-align:center;
}
.master{
    background:#AD936B;
}
.buddhist{
    background:#C0C0C0;
}
.say-time{
    float:right;
    color:#999
}
.say-master-reward{
    float:right;
    background:#E1544A;
    color:#FFE696;
    text-align:center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:0;
    outline:none;
    cursor:pointer;
    color:#FFE696;
}
.master-name{
    color:#AD936B;
}
.master-right{
    float:right;
}
.article,.activity{
    background:#fff;
    overflow:hidden;
}
.recommend-item{
    overflow:hidden;
}
.recommend-article-title{
    color:#333;
}
.recommend-article-operation{
    color:#999;
}
.recommend-article-reading{
    background:url('../images/user/master/readings.png');
}
.recommend-article-time{
    background:url('../images/user/master/time.png');
}
.more{
    color: #ad936b;
    text-align: center;
    border-top: solid 1px #ddd;
    cursor: pointer;
}
.say-header1{
    border-top:dashed 1px #ddd;
    margin:10px 0; 
}
@media screen and (min-width: 1200px){
    .main{
        width:1200px;
        margin:0 auto;
        margin-bottom:20px;
    }
    .person-background{
        max-height:400px;
    }
    .person-box{
        padding-left:205px;
        height:130px;
    }
    .person-avatar{
        width:165px;
        height:165px;
        left:20px;
        top:-46px;
        z-index:2;
    }
    .person-message{
        padding-top:5px;
    }
    .person-name{
        font-size:26px;
        line-height:25px;
        padding: 20px 0;
    }
    .master-level{
        width:41px;
        line-height:20px;
        font-size:16px;
        border-radius:3px;
        /*margin-top:10px;*/
        margin-left:10px;
        position:relative;
        top:-4px;
    }
    .person-relation span{
        font-size:18px;
        line-height:24px;
        margin-right:10px;
    }
    .person-subordinate{
        font-size:18px;
        line-height:28px;
    }
    .master-number span{
        padding:0px 30px 0px 25px;
        line-height:24px;
        font-size:18px;
        background-size:18px;
    }
    .master-attention{
        margin-right:2%;
    }
    .master-attention div,.master-attention a{
        width:100px;
        height:38px;
        line-height:38px;
        border:solid 1px #AD936B;
        font-size:16px;
        text-align:center;
        border-radius:8px;
        cursor:pointer
    }
    .is-attention{
        margin-top:10px;
        color:#AD936B
    }
    .pc-go-temple{
        display:block;
        margin-top:25px;
        background:#AD936B;
        color:#fff;
    }
    .mobile-go-temple{
        display:none;
    }
    .master-container{
        margin-top:20px;
    }
    /*ä¸»ä½“*/
    .master-left{
        width:840px;
        margin-bottom:0;
        float:left;
    }
    .master-right{
        width:340px;
    }
    .master-table div{
        font-size:20px;
        line-height:48px;
    }
    .time-left .master-time-avatar{
        width:60px;
        height:60px;
        border-radius:50%;
        margin-top:10px;
        margin-bottom:10px;
    }
    .master-time-reward{
        width:60px;
        height:30px;
    }
    .time-right{
        padding-top:18px;
        min-height:120px;
        padding-left:20px;
    }
    .time-right h2{
        line-height:42px;
        font-size:18px;
        position:relative;
    }
    .time-right p{
        font-size:18px;
        line-height:28px;
         margin: 0
    }
    .time-right img{
        /*margin:5px 0;*/
    }
    .time-right .circle{
        margin:0;
        width: 8px;
        height:8px;
        margin-top: -4px;
        left: -25px;
    }
    .master-location{
        font-size:16px;
        line-height:42px;
        padding-left:18px;
        margin-bottom:15px;
        background-size:13px 16px;
        background-repeat:no-repeat;
        background-position:left center;
        background-image:url('../images/user/master/location.png');
    }
    .master-voice{
        padding:5px 10px;
        box-sizing:border-box;
    }
    .master-voice .voice-play{
        width:30px;
        height:30px;
        margin-top:-15px;
        left:25px;
    }
    .master-voice .voice-avatar{
        width:60px;
        height:60px;
        margin-right:5px;
    }
    .master-voice .voice-name{
        font-size:18px;
        line-height:36px;
    }
    .master-voice .voice-author{
       font-size:16px;
        line-height:24px;
    }
    .say-item{
        margin-bottom:10px;
        padding-bottom:15px;
    }
    .say-header{
       padding-top:10px;
    }
    .sayer-avatar{
        float:left;
        width:60px;
        height:60px;
        border-radius:50%;
    }
    .sayer{
        font-size:20px;
        line-height:60px;
        margin:0 10px;
    }
    .sayer-level{
        border-radius: 3px;
        line-height: 21px;
        font-size: 14px;
        padding: 0 5px;
        margin-top: 19px;
    }
    .say-time{
        line-height:60px;
    }
    .say-question{
        color:#999;
        line-height:27px;
        font-size:18px;
    }
    .say-answer{
        color:#333;
        line-height:27px;
        font-size:18px;
    }
    .say-master-reward{
        width: 48px;
        line-height: 28px;
        font-size: 16px;
        border-radius: 10px;
        margin-top: 15px;
    }
    a.say-master-reward:hover{
        color:#FFE696;
    }
    .master-right{
        width:340px;
        overflow:hidden;
        display:block;
    }
    .master-card{
        background:#fff;
        width:100%;
        box-sizing:border-box;
        padding:10px 7%;
        margin-bottom:10px;
        overflow:hidden;
    }
    .master-card img{
        width:136px;
        height:40px;
        float:left;
        cursor:pointer;
    }
    .card-group{
        margin-right:20px;
    }
    .master-introduction{
        width:100%;
        background:#fff;
        box-sizing:border-box;
        padding:5px 5%;
    }
    .item-model h2{
        color:#333;
        font-size:20px;
        line-height:42px;
        border-bottom:solid 1px #ddd;
        margin-bottom:10px;
    }
    .master-introduction p{
        color:#999;
        line-height:27px;
        font-size:16px;
    }
    .article,.activity{
        margin-top:10px;
        box-sizing:border-box;
        padding:0 4%;
        padding-top:5px;
    }
    .recommend-item{
        padding-bottom:10px;
    }
    .recommended-articles{
        margin-top:10px;
    }
    .recommend-title{
        font-size: 20px;
        line-height: 40px;
        padding-bottom:10px;
    }
    .find-more-article{
        margin-right:60px;
        display:block;
        font-size:14px;
    }
    .article-p{
        width:100px;
        height:72px;
        margin-right:10px;
    }
    .recommend-article-title{
        font-size:16px;
        line-height:24px;
        height:48px;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
    }
    .recommend-article-detail{
        width:192px;
    }
    .recommend-article-operation{
        line-height:24px;
        font-size:16px;
    }
    .recommend-article-operation span{
        /*background:none;*/
        background-repeat:no-repeat;
        background-position:left center;
        background-size:17px;
        padding-left:24px;ss
    }
    .recommend-article-from{
        display:none;
    }
    .recommend-article-time{
        float:left;
    }
    .more{
        margin-top: 5px;
        font-size: 16px;
        line-height: 42px;
    }
    .mobile-master-introduction,.mobile-master-card{
        display:none;
    }
    /*å›žå¤ä¸­çš„è¯­éŸ³*/
    .voice-box{
        height:40px;
        line-height:40px;
        width:245px;
        background:url('../images/voice-bk.svg') no-repeat center center;
        background-size:cover;
        color:#fff;
        cursor:pointer;
        position:relative;
    }
    .show-voice-word{
        cursor:pointer;
        position:absolute;
        line-height:40px;
        top:0;
        right:-70px;
        font-size:16px;
        color:#999;
    }
    .voice-box span{
        float:left;
    }
    .voice-progress-bar{
        position:absolute;
        z-index:2;
        width:40px;
        height:40px;
        right:245px;
        top:0;
        background: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255, 255, 255, 0.5));
    }
    .voice-trumpet,.voice-progress{
        width:15%;
        height:40px;
        font-size:16px;
    }
    .voice-trumpet{
        background-image:url(../images/dadeshuo/special/trumpet3.png);
        background-repeat:no-repeat;
        background-position:right center;
        background-size:16px 21px;
    }
    .voice-trumpet-move{
         animation: trumpet 2s infinite;
    }
    @keyframes trumpet{
        0%{background-image:url(../images/dadeshuo/special/trumpet1.png);}
        33%{background-image:url(../images/dadeshuo/special/trumpet2.png);}
        67%{background-image:url(../images/dadeshuo/special/trumpet3.png);}
        100%{background-image:url(../images/dadeshuo/special/trumpet1.png);}
    }
    .voice-state{
        width:70%;
        text-align:center;
        font-size:20px;
    }
    .voice-content{
        margin-top:10px;
        font-size:16px;
        line-height:24px;
        color:#333;
        display:none;
    }
    .voice-content-detail{
        display:none;
    }
    .voice-content-statement{
        line-height:28px;
        font-size:14px;
        color:#999;
        display:none;
    }
    .changing{
        display:block;
    }
    .voice-content-statement img{
        display:inline-block;
        vertical-align: middle;
        width:15px;
    }
    /*æ–°å¢žåœ¨åˆ—è¡¨ä¸­çš„å›žç­”å’Œé—®é¢˜æœ‰å›¾ç‰‡çš„æƒ…å†µçš„æ ·å¼*/
    .question-img-box{
        overflow:hidden;
        margin:5px 0;
    }
    .question-img-box div{
        float:left;
        margin-right:15px;
        width:100px;
        height:100px;
    }
    .question-img-box div img{
        width:100px;
        height:100px;
    }
}

@media screen and (max-width: 1199px){
    .v2-banner,.v2-top,.v3-footer{
        display: none;
    }

    .main{
        width:100%;
    }
    .person-box{
        padding-left:1.2rem;
        height:1rem;
        position:relative;
    }
    .person-background{
        max-height:1.8rem;
    }
    .person-avatar{
        width:0.9rem;
        height:0.9rem;
        left:0.15rem;
        top:-0.3rem;
        z-index:2;
    }
    .person-message{
        /*padding-top:0.5rem;*/
    }
    .person-name{
        font-size:0.18rem;
        /*line-height:0.32rem;*/
        padding-top:0.05rem;
    }
    .master-level{
        width: 0.25rem;
        line-height: 0.16rem;
        font-size: 0.1rem;
        border-radius: 0.03rem;
        /* margin-top: 0.03rem; */
        margin-left: 0.05rem;
        position: relative;
        top: -0.02rem;
    }
    .person-relation span{
        font-size:0.12rem;
        line-height:0.2rem;
        /*float:left;*/
    }
    .person-subordinate{
        font-size:0.12rem;
        line-height:0.2rem;
    }
    .master-number{
        height:0.24rem;
        margin-top:0.05rem;
        position:relative;
        top:-0.05rem;
    }
    .master-number span{
        padding:0 0.2rem 0 0.2rem;
        line-height:0.24rem;
        font-size:0.12rem;
        background-size:0.12rem;
    }
    .master-attention{
        margin-right:3%;
    }
    .is-attention, .mobile-go-temple{
        width:0.6rem;
        height:0.21rem;
        line-height:0.19rem;
        border:solid 1px #AD936B;
        font-size:0.12rem;
        text-align:center;
        border-radius:0.05rem;
        cursor:pointer
    }
    .is-attention{
        margin-top:0.1rem;
        color:#AD936B
    }
    .pc-go-temple{
        display:none;
    }
    .mobile-go-temple{
        display:block;
        background:#AD936B;
        color:#fff;
        position:absolute;
        left:0.3rem;
        top:0.7rem;
    }
    .person-container{
        margin-top:0.1rem;
    }
    .person-left{
        width:100%;
        margin-bottom:0.6rem;
    }
    /*ä¸»ä½“*/
    .master-left{
        width:100%;
        margin-bottom:0;
        float:left;
        box-sizing:border-box;
    }
    .master-table div{
        font-size:0.14rem;
        line-height:0.36rem;
    }
    .time-left .master-time-avatar{
        width:0.4rem;
        height:0.4rem;
        border-radius:50%;
        margin-top:0.1rem;
        margin-bottom:0.1rem;
    }
    .master-time-reward{
        width:0.4rem;
        height:0.2rem;
    }
    .time-right{
        padding-top:0.12rem;
        min-height:0.9rem;
        padding-left:0.15rem;
    }
    .time-right h2{
        line-height:0.32rem;
        font-size:0.14rem;
        position:relative;
    }
    .time-right p{
        font-size:0.14rem;
        line-height:0.21rem;
         margin: 0
    }
    .time-right img{
        /*margin:5px 0;*/
    }
    .time-right .circle{
        margin:0;
        width:0.08rem;
        height:0.08rem;
        margin-top:-0.04rem;
        left: -0.2rem;
    }
    .master-location{
        font-size: 0.12rem;
        line-height: 0.32rem;
        padding-left: 0.12rem;
        background-size: 0.08rem 0.1rem;
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url(../images/user/master/location.png)
    }
    .master-voice{
        padding:0.05rem 0.1rem;
        box-sizing:border-box;
    }
    .master-voice .voice-play{
        width:0.2rem;
        height:0.2rem;
        margin-top:-0.1rem;
        left:0.2rem;
    }
    .master-voice .voice-avatar{
        width:0.4rem;
        height:0.4rem;
        margin-right:0.05rem;
        margin-top:0.05rem;
    }
    .master-voice .voice-name{
        font-size:0.14rem;
        line-height:0.28rem;
        width: 2.22rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .master-voice .voice-author{
        font-size:0.12rem;
        line-height:0.24rem;
    }
    .say-item{
        margin-bottom:0.1rem;
        padding-bottom:0.1rem;
    }
    .say-header{
        padding-top:0.1rem;
    }
    .sayer-avatar{
        float:left;
        width:0.4rem;
        height:0.4rem;
        border-radius:50%;
    }
    .sayer{
        font-size:0.14rem;
        line-height:0.4rem;
        margin:0 0.05rem;
    }
    .sayer-level{
        border-radius: 0.03rem;
        line-height: 0.16rem;
        font-size: 0.1rem;
        padding: 0;
        width:0.24rem;
        margin-top: 0.12rem;
    }
    .say-time{
        line-height:0.4rem;
        font-size:0.12rem;
    }
    .say-question{
        color:#999;
        line-height:0.21rem;
        font-size:0.14rem;
    }
    .say-answer{
        color:#333;
        line-height:0.21rem;
        font-size:0.14rem;
    }
    .say-master-reward{
        width:0.5rem;
        line-height:0.2rem;
        font-size:0.12rem;
        border-radius:0.05rem;
        margin-top:0.1rem;
    }
    .master-right{
        display:none;
    }
    .mobile-master-introduction{
        width:100%;
        box-sizing:border-box;
        background:#fff;
        padding:0 3%;
        margin-bottom:0.1rem;
    }
    .mobile-master-introduction h2{
        color:#333;
        font-size:0.16rem;
        line-height:0.32rem;
    }
    .mobile-master-introduction p{
        color:#999;
        font-size:0.14rem;
        line-height:0.21rem;
    }
    .mobile-master-card{
        width:100%;
        box-sizing:border-box;
        padding:0.1rem 2%;
        background:#fff;
        margin-bottom:0.1rem;
        overflow:hidden;
    }
    .mobile-master-card img{
        width:1.76rem;
        height:0.36rem;
    }
    .introduction-box{
        height:0.42rem;
        overflow:hidden;
    }
    .card-more{
        width:100%;
        height:0.2rem;
    }
    .card-more img{
        width:0.13rem;
        height:0.08rem;
        display:block;
        margin:0 auto;
        position:relative;
        top:0.06rem;
    }
    /*å›žå¤ä¸­çš„è¯­éŸ³*/
    .voice-box{
        height:0.4rem;
        line-height:0.4rem;
        width:2.1rem;
        background:url('../images/voice-bk.svg') no-repeat center center;
        background-size:contain;
        color:#fff;
        cursor:pointer;
        position:relative;
    }
    .show-voice-word{
        cursor:pointer;
        position:absolute;
        line-height:0.4rem;
        top:0;
        right:-0.7rem;
        font-size:0.16rem;
        color:#999;
    }
    .voice-box span{
        float:left;
    }
    .voice-progress-bar{
        position:absolute;
        z-index:2;
        width:0.4rem;
        height:0.4rem;
        right:2.1rem;
        top:0;
        background: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255, 255, 255, 0.5));
    }

    .voice-trumpet,.voice-progress{
        width:15%;
        height:0.4rem;
        font-size:0.14rem;
    }
    .voice-trumpet{
        background-image:url(../images/dadeshuo/special/trumpet3.png);
        background-repeat:no-repeat;
        background-position:right center;
        background-size:0.16rem 0.21rem;
    }
    .voice-trumpet-move{
        animation: trumpet 2s infinite;
    }
    @keyframes trumpet{
        0%{background-image:url(../images/dadeshuo/special/trumpet1.png);}
        33%{background-image:url(../../images/dadeshuo/special/trumpet2.png);}
        67%{background-image:url(../images/dadeshuo/special/trumpet3.png);}
        100%{background-image:url(../images/dadeshuo/special/trumpet1.png);}
    }
    .voice-state{
        width:70%;
        text-align:center;
        font-size:0.16rem;
    }
    .voice-content{
        margin-top:10px;
        font-size:0.16rem;
        line-height:0.24rem;
        color:#333;
        display:none;
    }
    .voice-content-detail{
        display:none;
    }
    .voice-content-statement{
        line-height:0.24rem;
        font-size:0.12rem;
        color:#999;
        display:none;
    }
    .changing{
        display:block;
    }
    .voice-content-statement img{
        display:inline-block;
        vertical-align: middle;
        width:0.15rem;
    }
    /*æ–°å¢žåœ¨åˆ—è¡¨ä¸­çš„å›žç­”å’Œé—®é¢˜æœ‰å›¾ç‰‡çš„æƒ…å†µçš„æ ·å¼*/
    .question-img-box{
        overflow:hidden;
        margin:0.05rem 0;
    }
    .question-img-box div{
        float:left;
        width:20%;
    }
    .question-img-box div img{
        width:0.6rem;
        height:0.6rem;
        margin:0 auto;
    }
}


/*master-promotion-item*/

.master-promotion{
  margin-top: 44px;
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #efefef;
}

.master-promotion-item{
  float: left;
  text-align: center;
}

.master-promotion-item img{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin: auto;
}

.master-promotion-item-a{
  
}

.master-promotion-item-title{
  font-size: 12px;
}

