﻿

body {
    margin: 0px;
    width: 100%;
    text-align: center;
    color: #444444;
    font-family: 'Microsoft YaHei Light','Microsoft YaHei';
    font-size: 17px;
    background-color: #000000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s; /* Safari */

    scroll-behavior: smooth;

}

    body ::selection {
        color: #FFFFFF;
        background-color: #2a80bc;
    }

    body ::-moz-selection {
        color: #FFFFFF;
        background-color: #2a80bc;
    }



div {
    margin: 0px auto;
    overflow: hidden;
    font-family: 'Microsoft YaHei Light','Microsoft YaHei';
}


img {
    border-width: 0px;
    font-family: 'Microsoft YaHei Light','Microsoft YaHei';
}


input, select, button {
    font-size: 12px;
    height: 30px;
    width: 65px;
    font-family: 'Microsoft YaHei Light','Microsoft YaHei';
    font-weight: 700;
    color: #2a2a2a;
    border: 1px solid #808080;
    background-color: #FFFFFF;
    border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s; /* Safari */
    cursor: pointer;
}

    input:hover, select:hover, button:hover {
        border-color: #000000;
        box-shadow: #000000 1px 1px 6px;
    }



#yinbi-xiayiye {
    width: 150px;
    height: 100%;
    margin-top: -116px;
    margin-right: 8px;
    display: none;
    cursor: pointer;
}

    #yinbi-xiayiye img {
        margin-top: 13px;
        margin-bottom: 13px;
    }

#yinbi-xiayiye2 {
    width: 150px;
    height: 100%;
    margin-top: -116px;
    margin-left: 8px;
    display: none;
    cursor: pointer;
}

    #yinbi-xiayiye2 img {
        margin-top: 13px;
        margin-bottom: 13px;
    }




/******隐藏的层*********************/
.yincang_div {
    clear: both;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-image: url("../Image/touming.png");
    width: 0px;
    height: 0px;
    overflow: hidden;
    transition: all 0.8s;
    -webkit-transition: all 0.8s; /* Safari */
}





    .yincang_div div {
        background-color: #FFFFFF;
        width: 600px;
        margin-top: 50px;
        padding: 50px;
        text-align: left;
        line-height: 58px;
        border-top: 10px solid #2a80bc;
    }

        .yincang_div div strong {
            font-size: 36px;
            text-align: center;
            line-height: 100px;
            margin-top: -35px;
            display: block;
            width: 100%;
        }

        .yincang_div div button {
            width: 190px;
            font-size: 19px;
            font-family: SimHei;
            height: 40px;
            margin-top: 20px;
            margin-bottom: 15px;
        }



        .yincang_div div input {
            width: 260px;
        }

        .yincang_div div a:first-child {
            font-size: 30px;
            font-family: SimHei;
            font-weight: 700;
            display: block;
            text-align: right;
            margin-top: -50px;
            margin-right: -30px;
        }









/******眼睛*********************/
.yanjing12 {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0px;
    top: 0px;
}

    .yanjing12 img {
        max-width: 32px;
    }



/******显示提示信息*********************/
.s_3 {
    position: absolute;
    z-index: 9100;
    min-width: 15px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-image: url("../Image/touming.png");
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 5px;
    display: none;
}

    .s_3 label {
        color: #ffffff;
        font-size: 14px;
        cursor: pointer;
        overflow: hidden;
        word-break: break-all;
    }



/*作者推荐*/

.zztj {
    display: block;
    position: absolute;
    color: #a0a0a0;
    font-weight: 700;
    width: 70px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    transform: rotate(-45deg);
    margin-top: -92px;
    margin-left: -26px;
    border-bottom: 15px solid #808080;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}


/*通知*/

#tongzhi {
    display: block;
    max-width: 100%;
    position: fixed;
    z-index: 10000;
    width: 50px;
    height: 50px;
    right: 5px;
    top: 10px;
    background-color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    padding: 2px;
    text-align: center;
    line-height: 50px;
    border: 8px solid #2a80bc;
    border-radius: 50px;
    border-bottom: 5px double #2a80bc;
    border-top: 5px double #2a80bc;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; /* Safari */
    cursor: pointer;
}




    #tongzhi a {
        color: #444444;
        text-decoration: none;
        font-size: 17px;
        font-family: 'Microsoft YaHei Light','Microsoft YaHei';
        cursor: default;
    }


        #tongzhi a:hover {
            color: none;
        }



    #tongzhi marquee {
        max-width: 500px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s; /* Safari */
        border-radius: 14px;
        margin-top: 0;
        background-color: #2a80bc;
        color: #FFFFFF;
    }



    #tongzhi div {
        font-size: 18px;
        width: 500px;
        text-align: left;
        line-height: 50px;
        display: block;
        margin: 0 auto;
        height: 500px;
        overflow-y: scroll;
    }


        #tongzhi div a {
            display: block;
            width: 95%;
            font-weight: 400;
            background-color: #f0f0f0;
            padding: 10px;
            border-radius: 8px;
            margin-top: 15px;
            word-break: break-all;
            line-height: 150%;
        }


#shuodianshenme {
    width: 380px;
    font-weight: 700;
    color: #a0a0a0;
    font-size: 18px;
    margin-left: 0px;
}

#shuodianshenme2 {
    width: 80px;
    font-weight: 700;
    color: #a0a0a0;
    font-size: 18px;
    margin-left: 0px;
}




#tongzhi a img {
    height: 250px;
}



#tongzhi u {
    font-weight: 700;
    cursor: pointer;
}

#sc1111 {
    transition: all 0.3s;
    -webkit-transition: all 0.3s; /* Safari */
    font-weight: 700;
}

    #sc1111:hover {
        color: #2a80bc;
    }





/***************自定义颜色********************************/
#zidingyiyanse {
    z-index: 10080;
    background: url('/Image/102.png');
    max-width: 100%;
    display: none;
    position: absolute;
    width: auto;
    height: auto;
    left: 100px;
    top: 100px;
    border: 1px solid #a0a0a0;
    padding: 20px;
    text-align: center;
    line-height: 38px;
}


    #zidingyiyanse a {
        cursor: pointer;
    }

    #zidingyiyanse select {
        width: 60px;
    }



/***************自定义滚动********************************/
#zidingyigundong {
    z-index: 10090;
    display: none;
    position: fixed;
    width: 550px;
    height: 30px;
    right: -265px;
    top: 235px;
    border: none;
    padding: 20px;
    text-align: center;
    overflow: hidden;
    transform: rotate(-90deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s; /* Safari */
}
    #zidingyigundong:hover {
        background-color:#2a80bc;
    }

    #zidingyigundong b {
        color:#f0f0f0;
        cursor: pointer;   
        transition: all 0.3s;
    -webkit-transition: all 0.3s; /* Safari */
       font-size:15px;

    }
    #zidingyigundong b:hover {

       text-shadow:1px 2px 2px #000000;
       font-size:28px;

    }

    #zidingyigundong input {
        cursor: pointer; 
        width:500px;
        height:30px;
    }



/***********************************************/
a {
    color: #444444;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    font-family: 'Microsoft YaHei Light','Microsoft YaHei';
    transition: color 0.5s;
    -webkit-transition: color 0.5s; /* Safari */
    cursor: pointer;
}


    a:hover {
        color: #2a80bc;
    }


.scrollme {
    display: none;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 20000;
    text-align: right;
}

    .scrollme img {
        width: 200px;
        height: 600px;
    }

    .scrollme a {
        font-size: 30px;
        font-weight: 700;
        font-family: SimHei;
        text-align: right;
    }




/***********************************************/


.xiazai11 {
    height: 490px;
    margin-top: 10px;
}

    .xiazai11 img {
        box-shadow: #a0a0a0 0px 0px 20px;
    }









/******ID号登陆*********************/


.div_log_jianru {
    font-weight: 700;
    background-color: #f0f0f0;
    border-radius: 20px;
    margin: 42px;
    padding-bottom: 22px;
    padding-top: 22px;
    border: 1px solid #a0a0a0;
}



    .div_log_jianru button {
        width: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0px;
        font-size: 17px;
        font-family: 'Microsoft YaHei';
        color: #505050;
        border-color: #a0a0a0;
        border-radius: 50px;
    }


        .div_log_jianru button:hover {
            color: #FFFFFF;
            border-color: #2a80bc;
            background-color: #2a80bc;
        }

    .div_log_jianru input {
        height: 40px;
        font-family: SimHei;
        font-size: 18px;
        border-radius: 40px;
        padding-left: 20px;
        padding-right: 20px;
        border-color: #a0a0a0;
    }


.div_log_zhuceshengji {
    font-weight: 700;
    background-color: #f0f0f0;
    border-radius: 20px;
    margin: 42px;
    padding-bottom: 22px;
    padding-top: 22px;
    border: 1px solid #a0a0a0;
}

    .div_log_zhuceshengji a {
        font-size: 18px;
        transition: font-size 0.4s,color 0.4s;
        -webkit-transition: font-size 0.4s,color 0.4s; /* Safari */
    }


        .div_log_zhuceshengji a:hover {
            font-size: 22px;
        }

    .div_log_zhuceshengji img {
        border-radius: 20px;
    }




.wenjian-11 {
    font-size: 19px;
    text-align: left;
    height: auto;
    font-weight: 700;
    background-color: #f0f0f0;
    border-radius: 20px;
    margin: 42px;
    padding: 42px;
    border: 1px solid #a0a0a0;
}

    .wenjian-11 input {
        border-radius: 40px;
        height: 40px;
        border-color: #a0a0a0;
        padding-left: 20px;
        padding-right: 20px;
    }



    .wenjian-11 div {
        height: auto;
        line-height: 60px;
    }

        .wenjian-11 div div {
            font-weight: 400;
        }

            .wenjian-11 div div i {
                font-weight: 400;
                font-size: 17px;
            }

    .wenjian-11 span {
        font-size: 28px;
        font-weight: 700;
        display: block;
        margin: 0 auto;
        height: 80px;
        line-height: 84px;
        font-family: 'Microsoft YaHei';
    }




    .wenjian-11 div p {
        font-size: 18px;
        font-weight: 400;
        display: block;
        width: 150px;
        float: left;
        height: 30px;
    }


/************教程提前缓存图片***************/

.tiqianhuancun111 {
    display: block;
    position: absolute;
    top: -10000px;
}


/********菜单覆盖层*******************/

#fugai11 {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: -100000px;
    z-index: 9998;
}


/********答题卡*******************/

#datika {
    width: 120px;
    height: 900px;
    background-color: #FFFFFF;
    z-index: 90991;
    position: absolute;
    text-align: center;
    top: 88px;
    right: 10px;
    border-radius: 10px;
    box-shadow: #a0a0a0 0px 0px 5px;
    line-height: 40px;
    font-weight: 700;
    font-size: 17px;
    opacity: 0.88;
    transition: right 0.4s;
    -webkit-transition: right 0.4s; /* Safari */
}


    #datika h1 {
        display: block;
        margin-top: 45px;
        margin-bottom: 15px;
    }

    #datika input {
        text-align: center;
    }

/********便签*******************/

#bianqian {
    width: 120px;
    height: 900px;
    background-color: #000000;
    z-index: 90991;
    position: absolute;
    text-align: center;
    top: 88px;
    left: -119px;
    border-radius: 10px;
    box-shadow: none;
    line-height: 40px;
    font-weight: 700;
    font-size: 17px;
    opacity: 0.88;
    transition: left 0.4s,background-color 0.4s;
    -webkit-transition: left 0.4s,background-color 0.4s; /* Safari */
}


    #bianqian h1 {
        display: block;
        margin-top: 45px;
        margin-bottom: 15px;
    }

    #bianqian textarea {
        text-align: left;
        height: 700px;
        width: 88px;
        border-radius: 5px;
    }


/***************************/




.yincang_daohang {
    display: block;
    overflow: hidden;
    height: 0px;
    border: none;
    transition: height 0.4s;
    -webkit-transition: height 0.4s; /* Safari */
    background-color: #2a2a2a;
}


/***************************/
#denglu888 {
    display: block;
    position: absolute;
    left: 0px;
    top: -120px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s; /* Safari */
    width: 100%;
    height: 96px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #808080;
    min-width: 1096px;
}

    #denglu888 input {
        width: 130px;
        border-radius: 10px;
        text-align: center;
    }


    #denglu888 h3 {
        color: #000000;
        display: block;
        right: 5px;
        top: 8px;
        line-height: 26px;
        font-size: 26px;
        width: 50px;
        height: 50px;
        position: absolute;
        cursor: pointer;
        margin: 0px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s; /* Safari */
    }

        #denglu888 h3:hover {
            font-size: 38px;
        }



/***********************************************/

#fangdadada {
    position: fixed;
    width: 30px;
    left: 0px;
    top: 0px;
    box-shadow: none;
    display: block;
    opacity: 0.66;
}


    #fangdadada:hover {
        width: 380px; 
        opacity: 1;

    }

#fangda-n {
    position: fixed;
    top: 7px;
    left:40px;
    box-shadow: none;
    display: block;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s; 
    z-index:10000;
    color:#2a80bc;
}

#fangdadada:hover + #fangda-n {
    opacity: 1;
    left: 0px;
    color: #FFFFFF;
    left: 390px;
    text-shadow: #000000 0px 0px 2px;
}


#dayinyouji {
    margin: 15px auto 0 auto;
    font-size: 20px;
    font-weight: 700;
    width: 200px;
    height: 38px;
    text-align: center;
    color: #2a2a2a;
    display: block;
    border: 2px solid #505050;
    line-height: 38px;
    border-radius: 10px;
    background-color: #FFFFFF;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#dayinyouji:hover{

    background-color:#2a80bc;
    color:#FFFFFF;

}

