/*公共样式===start===*/
*{
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
input,textarea{
    -moz-outline-color:#6194f1 ;
    outline-color: #6194f1;
}
textarea{
    white-space: pre;
    overflow-wrap: normal;
    resize:none;
}
ul, ol, li{
    list-style: none;
}

a{
    text-decoration: none;
}
a:hover{
    font-weight: bolder;
    text-decoration: underline;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tr, th, td, i {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #333;
    font-size: 14px;
}

html,body{
    width: 100%;
    height: 100%;
}
.bodyBox{
    width: 100%;
    height: 100%;
}
body{
    line-height: 1.4;
    color: rgb(51, 51, 51);
    font-family: 微软雅黑, Arial, Helvetica, sans-serif;
    background-color: #fff;
}

.clear{
    clear: both;
}

a:hover{
    text-decoration: underline;
    font-weight: bolder;
}

table th{
    font-weight: bold;
}
/*公共样式===end===*/




/*电脑适配*/
@media screen and (min-width: 800px){
    .logoImageBox{
        font-size: 26px;
        background-size: 28px;
        text-indent: 40px;
    }
    .normalInput{
        width: 200px;
    }
    .topSearchBox .normalInput{
        width: 50%;
        margin: 0;
    }

    .navBox ul li a{
        padding: 6px 10px;
    }
    .navBox ul, .activeLi a{
        height: 35px;
    }
}

/*手机适配*/
@media screen and (max-width: 800px){
    .logoImageBox{
        font-size: 20px;
        background-size: 28px;
        text-indent: 40px;
    }
    .navBox ul li a{
        padding: 5px 10px;
    }
    .navBox ul, .activeLi a{
        height: 30px;
    }
}

.headerBox{
    height: 30px;
    line-height: 30px;
    width: 100%;
    background: #363636;
    padding: 0 10px;
}

.logoBox{
    float: left;
}

.logoA, .loginA, .registerA{
    color: #ccc;
}

.loginA{
    margin-right: 5px;
}

.loginBox{
    float: right;
}
.mainBox{
    max-width: 800px;
    margin: auto;
}

.topSearchBox{
    text-align: right;
}

.normalInput{
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.normalA{
    background: #20a53a;
    color: #ffffff;
    padding: 5px 8px;
    height: 30px;
    display: inline-block;
}

.logoImageBigBox{
    padding: 10px 0;
    overflow: auto;
}

.navBox{
    padding-top: 5px;
    background: #f3f2f3;
    overflow: auto;
}

.navBox ul{
    border-bottom: 1px solid #ccc;
}

.navBox ul li{
    float: left;
    color: #fff;

}

.navBox ul li a{
    display: block;
    color: #007bff;
}

.activeLi{
}

.activeLi a{
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-color: transparent;
    border-radius: 4px 4px 0 0;
}

.tagBox{
}

.tagBox a{
    color: #666;
    margin-top: 5px;
    margin-left: 10px;
    display: inline-block;
}

.tagBox .activeTagA{
    border-bottom: 2px solid #428bca;
    color: #428bca;
}

.friendTitleBox{
    font-weight: bold;
    padding: 5px;
}

.friendContentBox{
    padding-top: 5px;
}

.friendContentBox a{
    color: #0c6ad4;
    margin-left: 10px;
}

.friendBox{
    padding-top: 20px;
}

.interval10{
    height: 10px;
    clear: both;
}

.interval15{
    height: 15px;
    clear: both;
}
.interval20{
    height: 20px;
    clear: both;
}

#copyRightBox{
    width: 100%;
    text-align: center;
    clear: both;
    margin: 20px 0;
    padding: 5px;
    font-size: 13px;
    color: #666;
}
#copyRightBox a {
    color: #666;
    font-size: 13px;
}

.imgHeadRed{
    border-left: 6px solid #20a53a;
}

.imgHeadLeft{
    text-indent: 5px;
}

.imgHeadLeft span{
    color: #20a53a;
}

.imgHeadBox{
    padding: 5px 0;
}


.calTitleBox{
    text-align: center;
    color: #212529;
    font-size: 20px;
    padding: 10px 0;
}
.calBottomButtonBox{
    text-align: center;
    padding: 10px 0;
}

.calBottomButtonBox .normalA{
    margin-left: 20px;
    padding: 6px 15px;
    font-size: 15px;
    height: auto;
}

.clear{
    color: #ffffff;
    background-color: #e2b112;
}

._404Box h1, ._404Box h1 a{
    color: #009a61;
    font-size: 28px;
    text-align: center;
}

.danweiSpan{
    font-size: 16px;
}

.bottomTipsDiv{
    color:#da19ca;
    display: none;
    text-align: center;
}

#divMainImgBox{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999999;
    background: rgba(0, 0, 0,0.8);
    overflow: auto;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -moz-box-align: center;
    -moz-box-pack: center;
    -o-box-align: center;
    -o-box-pack: center;
    -ms-box-align: center;
    -ms-box-pack: center;
    box-align: center;
    box-pack: center;
    cursor: zoom-out;
}