﻿
.sidebar-right {
    position: fixed;
    overflow: hidden;
    z-index: 99;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 180px;
    background: #000;
}

    .sidebar-right .sidebar-hide-scroll-right a {
        display: inline-block;
        color: #fff;
        font-size: 0.78rem;
        margin-top: 1.71rem;
    }

.sidebar-hide-scroll-right {
    width: 180px;
    background: #333;
    overflow: scroll!important;
    overflow-x: hidden!important;
    -webkit-overflow-scroll: touch!important;
    height: 100%;
    text-align: center;
}

.sidebar-right-logo {
    padding-top: 20px;
}

    .sidebar-right-logo > img {
        width: 1.46rem;
        margin-right: 0.4rem;
    }

.logo-right-headline {
    font-style: normal;
    color: #e7e7e7;
    /*float: left;*/
    font-size: 0.875rem;
    width: 96px;
}

.clear {
    clear: both;
}

.sidebar-header-decoration {
    background-color: #333;
    height: 2px;
    margin-top: 18px;
    width: 180px;
    margin-bottom: 15px;
}

.close-right-sidebar {
    display: none;
}

.main_long {
    margin-top: 3.3rem;
}
/*--------------弹出框------------------*/

.backcs {
    background: #333333;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0.6;
}

.bakconte {
    background: #fff;
    position: fixed;
    top: 50%;
    right: 50%;
    z-index: 1001;
    width: 30rem;
    height: 14.8rem;
    text-align: center;
    margin-right: -15rem;
    margin-top: -7.4rem;
}


    .bakconte p {
        padding: 4.25rem 0rem 2.75rem 0rem;
        font-size: 1.5rem;
    }

        .bakconte p:hover {
            cursor: text !important;
        }

.newbcs {
    width: 40%;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.newb {
    /*padding: .5rem 1rem;*/
    padding: .5rem 1.5rem;
    background: #4395FF;
    color: #fff;
    /*border-radius: 5px;*/
}

    .newb:hover {
        cursor: pointer;
    }

.nb {
    background: #dddddd;
    color: #666666;
}

.close_t {
    background: #f5f5f5;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -15rem;
    margin-top: -7.4rem;
}

    .close_t > img {
        width: 100%;
        height: 100%;
    }


@media only screen and (max-width: 768px) {
    .bakconte {
        background: #fff;
        position: fixed;
        top: 50%;
        right: 75.5%;
        z-index: 1001;
        width: 80%;
        height: 10rem;
        text-align: center;
        margin-right: -15rem;
        margin-top: -7.4rem;
    }

        .bakconte p {
            padding: 2rem 0rem 2.75rem 0rem;
            font-size: 1rem;
        }

    .newbcs {
        width: 45%;
        margin: 0 auto;
        padding-bottom: 1rem;
    }

    .newb {
        /*padding: .5rem 1rem;*/
        padding: 0.5rem 1rem;
        background: #4395FF;
        color: #fff;
        /*border-radius: 5px;*/
    }

    .nb {
        background: #dddddd;
        color: #666666;
    }

    .close_t {
        background: #f5f5f5;
        width: 1.5rem;
        height: 1.5rem;
        position: absolute;
        top: 74%;
        right: 82%;
        margin-right: -15rem;
        margin-top: -7.4rem;
    }

        .close_t > img {
            width: 100%;
            height: 100%;
        }
}

.like-wzbtntop em {
    cursor: pointer;
    /* opacity: 0.5; */
    background: url(../images/img_d_like01.png) 0px 0px no-repeat;
    width: 42px;
    height: 38px;
    top: 0px;
    left: 0px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    /* transition: all 0.4s ease-in; */
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    display: none;
}

.like-wzbtntop .wzlikebtn {
    display: inline-block;
    transform: translate(60px, -30px);
    opacity: 0;
    -webkit-transform: translate(60px, -30px);
    -moz-transform: translate(60px, -30px);
}

.de_content p {
    text-indent: 0px !important;
}

textarea {
    padding: 0.5rem;
}


.de_content .content-box *,.de_content .zhuanzai span{
    word-break: break-all;
}
