/*专题正文样式*/
.domPC {
    display: block;
}

.domMobile {
    display: none;
}

.banner {
    background: url("//www.news.cn/world/new/ej/images/sike_haoBanner_v2.jpg") 50% 0 no-repeat;
    height: 350px;
}

.nav {
    width: 100%;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.nav .sklogo {
    padding: 5px 15px 5px;
    float: left;
}

.nav .sklogo img {
    height: 40px;
    width: auto;
}

.navList li {
    float: left;
    line-height: 50px;
    font-size: 18px;
    padding: 0 20px;
    color: #fff;
}

.navList li a {
    color: #fff;
}

.user-main {
    margin-top: -350px;
    width: auto;
    overflow: hidden;
    text-align: center;
}

.user-main .title {
    font-size: 48px;
    line-height: 1.2em;
    margin-bottom: 50px;
    color: #fff;
    width: 900px;
    margin: 125px auto 0;
    min-height: 115px;
}

.user-pic {
    width: 100%;
    height: auto;
    margin: 40px auto 0;

}

.urimg {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    box-shadow: 0 2px 2px rgba(200, 200, 200, 0.3);
    border: 5px solid rgba(255, 255, 255, 0.4);
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    /* overflow: hidden; */
}

.user-pic a img {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border-radius: 50%;
}

.vip_tx {
    position: absolute;
    bottom: 0;
    margin-left: 80px;
    display: block;
    width: 30px;
}

.user-pic .vip_tx img {
    width: 30px;
    height: 30px;
    border: none;
    margin: 0 auto;
}

.user-name {
    text-align: center;
    margin: 5px 0 0px;
    font-size: 28px;
    line-height: 34px;
    color: #333;
    float: none;
    font-weight: normal;
}

.user-text {
    font-weight: normal;
    text-align: center;
    line-height: 28px;
    float: none;
    padding: 0 1em;
    font-size: 16px;
    color: #555;
}

.main {
    width: 840px;
    margin: 30px auto 0;
}

.main-time {
    text-align: right;
    font-size: 14px;
    margin-bottom: 10px;
}

#detail p {
    font-size: 18px;
    line-height: 36px;
    color: #666;
    text-align: justify;
    margin-bottom: 20px;
}

#detail p .video {
    max-width: 840px !important;
}

#detail p .video video {
    max-width: 840px !important;
}

#detail img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.main .share {
    margin-top: 20px;
    height: 60px;
}

.main .share .wx {
    float: left;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    overflow: hidden;
    background: url("//www.news.cn/sikepro/static/btn_wx.jpg");
    background-size: 100% 100%;
    border: 1px #7ecde8 solid;
    border-radius: 50%;
    margin-right: 10px;
}

.main .share .wx:hover {
    background-image: url("//www.news.cn/sikepro/static/btn_wxhover.jpg");
    border: 1px #27b900 solid;
}

.main .share .wb {
    float: left;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    overflow: hidden;
    background: url("//www.news.cn/sikepro/static/btn_wb.jpg");
    background-size: 100% 100%;
    border: 1px #7ecde8 solid;
    border-radius: 50%;
    margin-right: 10px;
}

.main .share .wb:hover {
    background-image: url("//www.news.cn/sikepro/static/btn_wbhover.jpg");
    border: 1px #d9170e solid;
}

.main .share-right {
    position: relative;
}

.main .share-right .wxEwm {
    position: absolute;
    left: 20px;
    bottom: 50px;
    width: 130px;
    height: 130px;
    border: 5px solid #348CEC;
    display: none;
}

.navbar-con {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 19;
    background: #fff;
    width: 100%;
    height: 100%;
}

.navbar-con.active {
    display: block;
}

@media screen and (max-width: 767px) {
    .domPC {
        display: none;
    }

    .domMobile {
        display: block;
    }

    .main {
        width: 94%;
        margin: 20px auto 0;
    }

    .main p {
        margin: 10px 0;
    }

    .main p img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    #detail p .video{
        width: 100% !important;
        height: auto!important;
    }
    .media-box{
        min-height: auto!important;
    }
    .player-container{
        height: auto!important;
    }
    .player-container .dhy-video{
        position: static!important;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        background-color: #eee;
        border-color: #fff;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

    .navbar-toggle.active {
        position: fixed;
        z-index: 20;
        right: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #888;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 4px;
    }

    .navbar-toggle.active .icon-bar:nth-of-type(1) {
        -moz-animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
        -webkit-animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
        animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
    }

    .navbar-toggle.active .icon-bar:nth-of-type(2) {
        -moz-animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
        -webkit-animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
        animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
    }

    .navbar-toggle.active .icon-bar:nth-of-type(3) {
        -moz-animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
        -webkit-animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
        animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
    }

    .navbar-toggle.active .icon-bar:nth-of-type(1) {
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(6px) rotate(45deg);
        -webkit-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg);
    }

    .navbar-toggle.active .icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-toggle.active .icon-bar:nth-of-type(3) {
        -moz-transform: translateY(-6px) rotate(-45deg);
        -ms-transform: translateY(-6px) rotate(-45deg);
        -webkit-transform: translateY(-6px) rotate(-45deg);
        transform: translateY(-6px) rotate(-45deg);
    }

    .navbar-con {
        padding-top: 80px;
    }

    .navbar-con ul {
        margin-bottom: 40px;
        overflow: hidden;
    }

    .navbar-con li {
        width: 50%;
        float: left;
        text-align: center;
    }

    .user-main .title {
        font-size: 34px;
        line-height: 1.2em;
        margin-bottom: 50px;
        color: #fff;
        width: 94%;
        margin: 125px auto 0;
        min-height: 115px;
    }

}
