﻿
html {
    background-color: #f0f0f0;
}

body {
    font-family: Helvetica,'Microsoft YaHei',sans-serif;
    font-size: 1em;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    margin: 0px;
    max-width: 1080px;
    margin: 0 auto;
}


    body ::selection {
        color: #ffffff;
        background-color: #000000;
    }


    body ::-moz-selection {
        color: #ffffff;
        background-color: #000000;
    }



a {
    cursor: pointer;
    color: #000000;
    text-decoration: none;
    padding: 5px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.38s;
    -webkit-transition: all 0.38s; /* Safari */
}

    a:hover {
        COLOR: #ffffff;
        background-color: #000000;
        text-decoration: none;
        border-radius: 6px;
    }




div {
    margin: 0 auto;
    overflow: hidden;
    transition: height 0.6s,width 0.6s;
    -webkit-transition: height 0.6s,width 0.6s; /* Safari */
}

img {
    border-width: 0px;
    max-width: 100%;
    height: auto;
}


iframe {
    border: none;
    width: 100%;
    height: 64vw;
    max-height: 670px;
}

audio {
    border-width: 0px;
    width: 100%;
    height: 80px;
}

input,button {
    transition: all 0.38s;
    -webkit-transition: all 0.38s; /* Safari */
}


#tjdzm {
    background-color: #ff2200;
    color: #000000;
    border-radius: 10px;
    width: 10px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: 8px;
    padding-top: 2px;
    top: 8px;
    z-index: 9999;
    font-size: 0.8em;
    text-align: center;
    cursor: pointer;
}

    #tjdzm:hover {
        background-color: #ffffff;
        color: #000000;
    }






.LOGO {
    width: 100%;
    background-color: #000000;
    cursor: pointer;
}



    .LOGO div {
        text-align: center;
        height: 185px;
        color: #ffffff;
        line-height: 185px;
        font-size: 0.88em;
    }

        .LOGO div a {
            color: #f0f0f0;
            padding: 6px;
            display: block;
            cursor: pointer;
        }

            .LOGO div a:hover {
                color: #ffffff;
            }

        .LOGO div span {
            transition: color 0.38s,background-color 0.38s;
            -webkit-transition: color 0.38s,background-color 0.38s; /* Safari */

            border-radius: 3px;
        }

            .LOGO div span:hover {
                color: #000000;
                background-color: #ff2200;
            }


        .LOGO div img {
            margin-top: 45px;
            height: 86px;
            border-radius: 20px;
        }



.lujing {
    width: 100%;
    background-color: #ffffff;
}


    .lujing div {
        padding: 10px;
        text-align: left;
        height: 40px;
        font-size: 0.86em;
        margin-top: 16px;
    }

        .lujing div a {
            font-size: 0.92em;
            height: 16px;
            padding-left: 5px;
            padding-right: 5px;
            display: block;
            line-height: 16px;
            float: left;
            background-color: #ffffff;
            color: #000000;
            border-radius: 16px;
        }

            .lujing div a:hover {
                background-color: #ffffff;
            }

            .lujing div a:nth-child(2n+1) {
                font-size: 0.92em;
                height: 16px;
                padding-left: 18px;
                padding-right: 18px;
                display: block;
                line-height: 18px;
                float: left;
                background-color: #000000;
                color: #ffffff;
            }



                .lujing div a:nth-child(2n+1):hover {
                    color: #ffffff;
                    background-color: #ff2200;
                }




.guanggao {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 2px solid #000000;
}

    .guanggao div {
        text-align: center;
        height: 68px;
        font-size: 1.08em;
        line-height: 68px;
        font-weight: 700;
    }





.daohang {
    width: 100%;
    background-color: #ffffff;
}

    .daohang div {
        text-align: center;
        line-height: 80px;
        font-weight: 700;
        margin-bottom: 20px;
    }



        .daohang div a {
            font-size: 0.98em;
            color: #000000;
            display: block;
            float: left;
            background-color: #ffffff;
            border-radius: 20px;
            line-height: 22px;
            height: 20px;
            margin-top: 10px;
            margin-bottom: 10px;
            margin-left: 10px;
            margin-right: 10px;
            width: 100px;
            border: 2px solid #000000;
        }


            .daohang div a:hover {
                background-color: #ff2200;
                color: #ffffff;
            }





.sousuo {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 3px;
    padding-top: 44px;
}


    .sousuo div {
        text-align: center;
        height: 42px;
        line-height: 100px;
        width: 88%;
        border: 2px solid #000000;
        margin-bottom: 20px;
        margin-top: 0px;
        background-color: #000000;
        border-radius: 42px;
        transition: border-color 0.38s,background-color 0.38s;
        -webkit-transition: border-color 0.38s,background-color 0.38s; /* Safari */
    }

        .sousuo div input:hover {
            background-color: #000000;
            color: #ffffff;
        }



        .sousuo div input {
            display: block;
            float: left;
            border: none;
            font-size: 0.88em;
            font-weight: 700;
            height: 42px;
            width: 75%;
            color: #000000;
            padding-left: 20px;
            transition: color 0.38s,background-color 0.38s;
            -webkit-transition: color 0.38s,background-color 0.38s; /* Safari */
        }


        .sousuo div img {
            display: block;
            float: right;
            border: none;
            margin-top: 5px;
            margin-right: 5%;
            max-width: 20%;
            cursor: pointer;
            transition: margin-top 0.38s;
            -webkit-transition: margin-top 0.38s; /* Safari */
        }


            .sousuo div img:hover {
                margin-top: 8px;
            }


.lianjie {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 22px;
}


    .lianjie img {
        height: 48px;
        width: auto;
        border-radius: 6px;
    }

lianjie div {
    width: 100%;
}

.lianjie div a {
    display: block;
    float: left;
    padding: 0px;
    line-height: normal;
    width: 25%;
    height: 88px;
    text-align: center;
    padding-top: 20px;
}

    .lianjie div a:hover {
        background-color: #000000;
        color: #ffffff;
    }





.neirong {
    width: 100%;
    background-color: #ffffff;
}


    .neirong div:first-child {
        width: 100%;
        background-color: #000000;
        color: #ffffff;
        height: 80px;
        font-size: 1.2em;
        font-weight: 700;
        line-height: 80px;
    }

    .neirong div img {
        height: 24px;
        width: auto;
    }


    .neirong div a {
        display: block;
        width: 100%;
        height: 86px;
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
        text-align: left;
        padding-left: 10px;
        padding-top: 10px;
        color: #000000;
        line-height: 46px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


        .neirong div a:hover {
            border-radius: 0px;
            color: #ffffff;
        }


        .neirong div a span {
            display: block;
            height: 49px;
            text-align: right;
            padding-left: 10px;
            float: right;
            padding-right: 22px;
            color: #000000;
        }

        .neirong div a small {
            color: #808080;
            font-size: 0.78em;
            line-height: 42px;
        }

            .neirong div a small b {
                line-height: 42px;
                padding-right: 10px;
                padding-left: 10px;
                background-color: #000000;
                color: #ffffff;
                border-radius: 7px;
                font-weight: 400;
                padding-top: 2px;
                margin-right: 6px;
            }


        .neirong div a:last-child {
            display: block;
            width: 100%;
            height: 80px;
            line-height: 80px;
            text-align: center;
            padding-left: 0px;
            font-size: 0.92em;
            font-weight: 700;
            font-style: italic;
        }








.chakanzhuti {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 20px;
    color: #000000;
}



    .chakanzhuti h1 {
        font-size: 1.48em;
        font-weight: 700;
        text-align: left;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 8px;
        padding-bottom: 0px;
        color: #000000;
        margin-top: -4px;
    }



    .chakanzhuti h2 {
        font-size: 0.88em;
        font-weight: 400;
        text-align: left;
        line-height: 30px;
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 12px;
        padding-right: 12px;
        color: #808080;
    }


        .chakanzhuti h2 span {
            font-size: 0.88em;
            font-weight: 400;
            margin-right: 8px;
            background-color: #a0a0a0;
            border-radius: 8px;
            text-align: center;
            line-height: 30px;
            padding-top: 5px;
            padding-bottom: 2px;
            padding-left: 12px;
            padding-right: 12px;
            color: #ffffff;
        }


    .chakanzhuti h3 {
        font-size: 1.1em;
        font-weight: 500;
        text-align: left;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 15px;
        line-height: 33px;
    }

        .chakanzhuti h3 i {
            color: #808080;
            line-height: 31px;
            font-size: 0.92em;
        }

        .chakanzhuti h3 img {
            border: 1px dashed #808080;
            min-width: 300px;
            background-image: url("/Image/kongtu.png");
            background-size: 300px;
        }

        .chakanzhuti h3 iframe {
            border: 1px dashed #808080;
        }



        .chakanzhuti h3 a {
            text-decoration: underline;
        }


            .chakanzhuti h3 a:hover {
                text-decoration: none;
            }




    .chakanzhuti input {
        font-size: 1.2em;
        background-color: #f0f0f0;
        border-radius: 20px;
        width: 250px;
        height: 40px;
        cursor: pointer;
        margin: 15px auto;
        border: none;
        color: #000000;
        font-weight: 700;
    }



        .chakanzhuti input:hover {
            background-color: #ff2200;
            color: #ffffff;
        }


    .chakanzhuti audio, .chakanzhuti video {
        border: 1px dashed #808080;
    }

    .chakanzhuti h5 {
        text-align: left;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 30px;
    }

        .chakanzhuti h5 button {
            border: 1px solid #808080;
            border-radius: 25px;
            background-color: #ffffff;
            color: #000000;
            width: 50px;
            height: 25px;
            transition: all 0.38s;
            -webkit-transition: all 0.38s; /* Safari */
            cursor: pointer;
        }

            .chakanzhuti h5 button:hover {
                background-color: #808080;
                color: #ffffff;
            }





.tiaoxianqi {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 30px;
    color: #000000;
    padding-top: 10px;
    text-align: center;
}


    .tiaoxianqi h1 {
        font-size: 1.64em;
        font-weight: 700;
        line-height: 56px;
    }

    .tiaoxianqi div {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }




        .tiaoxianqi div a {
            display: block;
            float: left;
            background-color: #ffffff;
            color: #000000;
            height: 50px;
            line-height: 50px;
            margin: 10px 10px 20px 10px;
            width: 68px;
            text-align: center;
            min-width: 10%;
            padding: 0px;
            border: 1px solid #000000;
            border-radius: 25px;
        }

            .tiaoxianqi div a:hover {
                background-color: #ff2200;
                color: #ffffff;
                border-color: #ff2200;
            }



    .tiaoxianqi span a {
        display: block;
        height: 50px;
        width: 100%;
        line-height: 50px;
        font-weight: 700;
        color: #ff2200;
    }

.tiaoyin-666 {
    width: 95%;
    line-height: 50px;
    padding-left: 0;
    margin: 45px auto;
    text-align: left;
}



.fanye {
    width: 100%;
    background-color: #ffffff;
    height: 32px;
}

    .fanye select {
        height: 100%;
        width: 100%;
    }



.pinglun {
    width: 100%;
}

    .pinglun div {
        width: 100%;
        height: 80px;
        text-align: center;
    }


        .pinglun div input {
            height: 40px;
            line-height: 25px;
            width: 17%;
            margin-left: 2vw;
            margin-right: 2vw;
            font-weight: 700;
            color: #ffffff;
            font-size: 0.78em;
            background-color: #000000;
            border-radius: 20px;
            border: none;
            cursor: pointer;
        }

            .pinglun div input:hover {
                background-color: #ff2200;
            }

#xiazaijitapu {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0;
    margin-bottom: 25px;
}


    #xiazaijitapu a {
        font-weight: 700;
        font-size: 1.28em;
    }



.dabiaoti {
    width: 100%;
    text-align: center;
}

    .dabiaoti h1 {
        text-align: center;
        font-size: 1.8em;
        color: #000000;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
    }





#caidan {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    line-height: 32px;
    color: #ffffff;
    background-color: #000000;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

    #caidan:hover {
        color: #000000;
        background-color: #ff2200;
    }



.caidan2 {
    width: 160px;
    position: absolute;
    z-index: 9000;
    left: -180px;
    top: 0px;
    transition: left 0.38s,background-image 0.38s,width 0.38s;
    -webkit-transition: left 0.38s,background-image 0.38s,width 0.38s; /* Safari */
    min-height: 100%;
}



    .caidan2 div {
        width: 160px;
        margin-left: 0px;
        background-color: #000000;
        padding: 5px;
        border: 1px solid #000000;
        text-align: center;
    }

        .caidan2 div b {
            display: block;
            color: #f0f0f0;
            font-size: 1em;
            margin-top: 30px;
            height: 40px;
            width: 150px;
        }

        .caidan2 div a {
            display: block;
            color: #f0f0f0;
            font-size: 0.88em;
            width: 140px;
            height: 30px;
            border-radius: 6px;
            line-height: 30px;
        }

        .caidan2 div:last-child {
            margin-bottom: 60px;
            border: none;
            border: 1px solid #000000;
        }

            .caidan2 div:last-child a {
                font-size: 1.2em;
            }

        .caidan2 div a:hover {
            background-color: #ff2200;
            color: #000000;
        }


        .caidan2 div:last-child span {
            display: block;
            color: #f0f0f0;
            text-align: center;
            font-size: 0.8em;
            line-height: 28px;
            margin: 0 auto;
            margin-bottom: 50px;
            text-align: center;
            background-color: #000000;
        }





.abc {
    width: 100%;
    background-color: #ffffff;
    padding: 0px;
    position: fixed;
    z-index: 9000;
    bottom: 0px;
    max-width: 1080px;
    border-top: 1px solid #000000;
}


    .abc img {
        height: 25px;
        width: auto;
        border-radius: 3px;
        margin-top: 3px;
    }


    .abc a {
        display: block;
        float: left;
        padding: 0px;
        line-height: normal;
        width: 20%;
        height: 53px;
        text-align: center;
        padding-top: 5px;
        color: #000000;
        font-size: 12px;
        border-radius: 0px;
    }

        .abc a:hover {
            background-color: #000000;
            color: #ffffff;
        }









.bottom {
    width: 100%;
    background-color: #000000;
    cursor: pointer;
    margin-bottom: 68px;
}



    .bottom div {
        text-align: center;
        height: 150px;
        color: #ffffff;
        line-height: 150px;
        font-size: 0.92em;
    }

        .bottom div a {
            color: #f0f0f0;
            padding: 6px;
            display: block;
            cursor: pointer;
        }

            .bottom div a:hover {
                color: #ffffff;
            }




/**转电脑提示**/

#dn {
    display: none;
}

#dn2 {
    display: none;
}


#range11 {
    display: none;
}
#range12 {
    display: none;
}






@media screen and (min-width:1280px) {

    #dn {
        display: block;
        position: absolute;
        top: 62px;
        left: 0px;
        z-index: -10;
        font-weight: 700;
        cursor: pointer;
        text-align: center;
        padding: 0px;
        border: 1px solid #000000;
        border-radius: 5px;
    }

        #dn a {
            font-size: 13px;
            text-align: center;
        }

    #dn2 {
        display: block;
        position: absolute;
        top: 95px;
        left: 0px;
        z-index: -10;
        font-weight: 700;
        cursor: pointer;
        text-align: center;
        padding: 0px;
        border: 1px solid #000000;
        border-radius: 5px;
    }

        #dn2 a {
            font-size: 13px;
            text-align: center;
        }

    #range11 {
        display: block;
        position: absolute;
        top: 110px;
        left: 10px;
        z-index: 10000;
        cursor: pointer;
        text-align: left;
        transform: rotate(90deg);
        transform-origin: bottom left;
        width: 30px;
        transition: all 0.45s;
        -webkit-transition: all 0.45s;
    }
        #range11:hover {
            width: 330px;  
            color:#808080;

        }

        #range11:hover + #range12 {           
            opacity:1;
        }

    #range12 {
        display: block;
        position: absolute;
        top: 132px;
        left: 30px;
        z-index: 10000;
        text-align: left;
        transition: all 0.56s;
        -webkit-transition: all 0.56s;
        opacity:0;
        text-shadow:0px 0px 2px #ffffff; 
    }
}


.tiaosu {
    width: 100%;
}

#j_zidingyi {
    width: 83%;
    height: auto;
}

    #j_zidingyi input {
        width: 65%;
    }


/*提示站点转换*/

#shanghaizhan {
    background-color: #303030;
    width: 160px;
    height: 25px;
    position: absolute;
    top: 3px;
    left: 50px;
    border-radius: 15px;
}

    #shanghaizhan a {
        font-size: 12px;
        line-height: 25px;
        color: #f0f0f0;
        border-radius:2px;
    }

        #shanghaizhan a:hover {
            color: #000000;
            background-color: #f0f0f0;
        }


#free {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 35px;
    color: #a0a0a0;
    animation-duration: 1.5s;
    animation-name: sss;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes sss {
    from {
        color: #a0a0a0;
    }

    to {
        color: #ffffff;
    }
}



#huoquapp {
    border: none;
    width: 96%;
}

    #huoquapp:hover {
        color:#ffffff;
        background-color:#000000;
        

    }

#unlock-- {
    font-size: 20px;
    background-color: #ffff88;
    border-radius: 10px;
    border: 2px solid #000000;
    cursor: pointer;
    color: #000000;
    transition: all 0.38s;
    -webkit-transition: all 0.38s; /* Safari */
    margin-left:5px;
}

    #unlock--:hover {
        color: #ffff88;
        background-color: #000000;
    }

.hide_text{
    display:block;
    padding:30px;
    background-color:#ffff88;
    border-radius:15px;
    word-break:break-all;

}

#content-1{
    word-break:break-all;

}


#yijiesuotab input, #tabunlock {
    background-color: #ffff88;
    border: 2px solid #000000;
    cursor: pointer;
    color: #000000;
}

    #yijiesuotab input:hover, #tabunlock:hover {
        background-color: #000000;
        color: #ffff88;
    }

#tabunlock {
    font-size: 20px;
    background-color: #ffff88;
    border: 2px solid #000000;
    cursor: pointer;
    color: #000000;
    padding:5px 20px;
    border-radius:50px;
    font-weight:700;
    margin-top:12px;
}