@charset "utf-8";
/* Css Document */

/* 通用 */
.self-talking-wrap{
    width: 100%;
    height: calc(100vh - 70px);
    background: url(../images/bg-self-talking-wrap.png) no-repeat center center / 100% 100%;
}
.self-talking-wrap img,
.self-talking-music-box img,
.send-opinion-wrap img,
.same-popup-box img{
    display: block;
    width: 100%;
    height: auto;
}

.self-talking-box,
.self-talking-left,
.self-talking-right{
    height: 100%;
}
/* 左侧 */
.self-talking-left{
    float: left;
    width: 28.02%;
    height: 100%;
    position: relative;
}
.self-talking-left-inner{
    width: 100%;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}


.self-talking-left-top-title,
.self-talking-left-top-text{
    width: 100%;
}
.self-talking-left-top-title{
    /* padding-top: 12%; */
    margin-bottom: 7.5%;
}
.self-talking-left-top-title-img{
    width: 73.42%;
    margin: 0 auto;
}
.self-talking-left-top-text{
    margin-bottom: 9%;
}
.self-talking-left-top-text-img{
    width: 66.17%;
    margin: 0 auto;
}
.self-talking-left-bottom{
    width: 100%;
}
.self-talking-left-bottom-inner{
    width: 66.35%;
    margin: 0 auto;
}
.self-talking-left-bottom-small-title{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #313131;
    position: relative;
    margin-bottom: 5.5%;
}
.self-talking-left-bottom-small-title:before,
.self-talking-left-bottom-small-title:after{
    content: "";
    display: block;
    width: 20%;
    height: 1px;
    background: #eb6877;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.self-talking-left-bottom-small-title:before{
    left: 0;
}
.self-talking-left-bottom-small-title:after{
    right: 0;
}
.self-talking-left-bottom-tab-title{
    float: left;
    text-align: center;
    /* padding: 0 15%; */
    line-height: 2.1;
    font-size: 18px;
    color: #313131;
    border: 1px solid #313131;
    border-radius: 20px;
    margin-bottom: 5%;
    cursor: pointer;
}
.self-talking-left-bottom-tab-title:first-child,
.self-talking-left-bottom-tab-title:nth-child(4){
    width: 41%;
}
.self-talking-left-bottom-tab-title:nth-child(2),
.self-talking-left-bottom-tab-title:nth-child(3){
    width: 50%;
}
.self-talking-left-bottom-tab-title:first-child,
.self-talking-left-bottom-tab-title:nth-child(3){
    margin-right: 6.5%;
}
.self-talking-left-bottom-tab-title:last-child{
    width: 97.5%;
}
.self-talking-left-bottom-tab-title.active{
    background: #313131;
    color: #fff;
}

/* 右侧 */
.self-talking-right{
    float: right;
    width: 71.98%;
}
.self-talking-right-default{
    width: 100%;
    height: 100%;
}
.self-talking-same-swiper{
    /* width: 96%; */
    /* margin-left: 0; */
    padding-right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
.self-talking-same-content-box{
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
}
.self-talking-same-content-box-inner{
    width: 100%;
    background: url(../images/bg-self-talking-same-content-box.png) no-repeat center center / 100% 100%;
    padding-bottom: 4px;
}
.self-talking-same-content-top,
.self-talking-same-content-top-inner{
    width: 100%;
}
.self-talking-same-content-top{
    width: calc(100% - 8px);
    margin: 0 auto 4%;
}
.self-talking-same-content-text-img{
    width: 85.83%;
}
.self-talking-same-content-text-img.popup-btn{
    cursor: pointer;
}

.self-talking-same-content-bottom{
    width: calc(100% - 8px);
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}
.self-talking-same-content-bottom-inner{
    width: 91.66%;
    margin: 0 auto;
    padding-top: 3%;
}
.self-talking-same-content-person-img{
    padding: 10% 0;
}
.self-talking-same-content-share-like{
    width: 100%;
    padding-bottom: 4%;
}
.self-talking-same-content-like,
.self-talking-same-content-comment,
.self-talking-same-content-share{
    float: right;
}
.self-talking-same-content-like{
    width: 5%;
    cursor: pointer;
}
.self-talking-same-content-comment{
    width: 5%;
    margin-right: 6%;
    cursor: pointer;
}
.self-talking-same-content-share{
    width: 7.2%;
    margin-right: 6%;
    position: relative;
}
.self-talking-same-content-like-illustrate{
    width: 817%;
    position: absolute;
    top: -480%;
    right: -95%;
    display: none;
}
.self-talking-same-content-share:hover .self-talking-same-content-like-illustrate{
    display: block;
}

.self-talking-same-next,
.self-talking-same-prev{
    width: 4.26%;
    height: 59px;
/*     margin: 0;
    top: 65%; */
    transform: translateY(-50%);
}
.self-talking-same-next{
    background: url(../images/btn-next.png) no-repeat center center / 100% auto;
}
.self-talking-same-prev{
    background: url(../images/btn-prev.png) no-repeat center center / 100% auto;
}

.self-talking-right-tab-content-box{
    width: 100%;
    height: 100%;
    display: none;
}
.self-talking-right-tab-content{
    width: 100%;
    height: 100%;
}


/* 音乐播放 */
.self-talking-music-box{
    width: 5.2%;
    height: 100px;
    /* background: url(../images/bg-sound-box.png) no-repeat center center / 100% 100%; */
    position: fixed;
    top: 70px;
    right: 0;
    z-index: 1;
}
.self-talking-music-box audio{
    display: none;
}
.self-talking-music{
    width: 90%;
    /* height: 40px; */
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}



/* 意见 */
.send-opinion-wrap{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 125;
    display: none;
}
.send-opinion-box {
    width: 34%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.opinion-close {
    width: 16px;
    padding: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}
.send-opinion-box-inner {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}
.opinion-title {
    line-height: 1.5;
    font-size: 14px;
    color: #e60021;
    margin-bottom: 15px;
}
.opinion-cont {
    width: calc(100% - 4px);
    height: 80px;
    border: 1px solid rgba(0,0,0,.8);
    margin-bottom: 15px;
}
.opinion-cont textarea {
    width: 98%;
    height: 90%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.opinion-submit input[type="button"] {
    display: block;
    width: 20%;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
    background: #e60021;
    line-height: 2;
    text-align: center;
    color: rgba(255,255,255,.8);
    cursor: pointer;
}



/* 弹窗 */
.same-popup-box{
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 125;
    display: none;
}
.same-popup-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.same-popup-close{
    width: 20px;
    position: absolute;
    top: 5%;
    right: 2%;
    cursor: pointer;
    z-index: 1;
}
.same-popup-content{
    width: 100%;
    height: 100%;
    padding: 5% 0;
    box-sizing: border-box;
    position: relative;
}
.same-popup-content-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.culture-popup-box1 .same-popup-content-inner{
    /* width: 90%; */
    /* height: 100%; */
    /* position: static; */
    /* margin: 0 auto; */
    /* padding-right: 30px; */
}
.culture-popup-box1 .same-popup-close,
.culture-popup-box5 .same-popup-close{
    top: 3%;
}

.culture-popup-box1 .same-popup-inner{
    width: 62.39%;
    height: 70.51%;
    background: url(../images/popup/bg-popup-box.png) no-repeat center center / 100% 100%;
}
.culture-popup-box1 .same-popup-content-inner{
    width: 86.31%;
}
.culture-popup-box2 .same-popup-inner{
    width: 41.04%;
    height: 37.86%;
    background: url(../images/popup/bg-popup-box2.png) no-repeat center center / 100% 100%;
}
.culture-popup-box2 .same-popup-content-inner{
    width: 73.22%;
}
.culture-popup-box4 .same-popup-inner{
    width: 38.95%;
    height: 31.33%;
    background: url(../images/popup/bg-popup-box4.png) no-repeat center center / 100% 100%;
}
.culture-popup-box4 .same-popup-content-inner{
    width: 77.54%;
}
.culture-popup-box5 .same-popup-inner{
    width: 44.6875%;
    height: 43.30%;
    background: url(../images/popup/bg-popup-box5.png) no-repeat center center / 100% 100%;
}
.culture-popup-box5 .same-popup-content-inner{
    width: 80.65%;
}
.culture-popup-box6 .same-popup-inner{
    width: 44.6875%;
    height: 35.69%;
    background: url(../images/popup/bg-popup-box6.png) no-repeat center center / 100% 100%;
}
.culture-popup-box6 .same-popup-content-inner{
    width: 76.45%;
}

.safety-popup-box3 .same-popup-inner{
    width: 45.72%;
    height: 31.33%;
    background: url(../images/popup/bg-popup-box10.png) no-repeat center center / 100% 100%;
}
.safety-popup-box3 .same-popup-content-inner{
    width: 74.71%;
}
.safety-popup-box5 .same-popup-inner{
    width: 50.41%;
    height: 31.33%;
    background: url(../images/popup/bg-popup-box12.png) no-repeat center center / 100% 100%;
}
.safety-popup-box5 .same-popup-content-inner{
    width: 78.71%;
}
.safety-popup-box6 .same-popup-inner{
    width: 57.1875%;
    height: 35.69%;
    background: url(../images/popup/bg-popup-box13.png) no-repeat center center / 100% 100%;
}
.safety-popup-box6 .same-popup-content-inner{
    width: 79.96%;
}
.safety-popup-box8 .same-popup-inner{
    width: 49.89%;
    height: 34.60%;
    background: url(../images/popup/bg-popup-box15.png) no-repeat center center / 100% 100%;
}
.safety-popup-box8 .same-popup-content-inner{
    width: 78.81%;
}




@media screen and (min-width:1921px){
    .self-talking-same-next{
        background: url(../images/btn-next.png) no-repeat center center / auto 100%;
    }
    .self-talking-same-prev{
        background: url(../images/btn-prev.png) no-repeat center center / auto 100%;
    }
    
}
@media screen and (max-width:1680px){
    .self-talking-left-bottom-small-title{
        font-size: 12px;
    }
    .self-talking-left-bottom-small-title:before, .self-talking-left-bottom-small-title:after{
        width: 15%;
    }
    .self-talking-left-bottom-tab-title{
        font-size: 12px;
    }
    .self-talking-left-bottom-tab-title:last-child{
        /* width: 68%; */
    }

    .self-talking-same-content-box-inner{
        padding-bottom: 2px;
    }
    .self-talking-same-content-bottom{
        width: calc(100% - 6px);
    }



    .self-talking-music-box{
        height: 70px;
    }

    @media screen and (max-width:1280px){
        .self-talking-left-bottom-tab-title{
            /* padding: 0 14%; */
        }
    }
}











