/*顶部小导航*/
#info-header .infoh-top {
    height: 30px;
    line-height: 30px;
    background-color: #f2f2f2;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
#info-header .infoh-top .logo {
    height: 22px;
}
#info-header .infoh-top .logo img {
    height: 100%;
}
#info-header .infoh-top .nav>li>a {
    padding: 0 5px;
}
#info-header .infoh-top .infoh-top-nav .iconfont {
    padding: 0 2px;
}
#info-header .nav .news .reddot {
    position: absolute;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: red;
}
#info-header .infoh-top-nav .nav-stacked {
    position: absolute;
    right: 0;
    border: 1px solid #dedede;
    z-index: 10;
    display: none;
}
#info-header .infoh-top-nav .nav-stacked li {
    width: 80px;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
}
#info-header .infoh-top-nav .nav-stacked>li li {
    margin-top: 0;
}
#info-header .infoh-top-nav .nav-stacked {
    position: absolute;
    right: 0;
    border: 1px solid #dedede;
    z-index: 10;
    display: none;
}
#info-header .infoh-top-nav .nav-stacked .exit {
    border-top: 1px solid #dedede;
}
.rule-item .rule-list{
    margin-left: 1.5em;
    text-indent: -1.5em;
    line-height: 24px;
}
.rule-item .rule-list dt{
    font-weight: normal;
}
.rule-item .rule-list dd{
    text-indent: 0;
}
/*顶部小导航结束*/
/*活动公共盒子*/
.no-record{
    color: #ff6600;
    padding-left: 20px;
    margin-top: 10px;
    font-size: 16px;
}
.disclose-title{
    display: inline-block;
    width: 140px;
    color: #ff6600;
    font-size: 18px;
    padding: 10px 0;
    background: #faf04a;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;

}
.disclose-content{
    background: #fdf6d5;
    padding: 10px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 10px;
}
/* 登录部分 */
.common-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    display: none;
}

.login-wrap {
    display: none;
}

#login {
    position: fixed;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    width: 600px;;
    height: 450px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    margin-top: -225px;
    font-size: 16px;
    z-index: 1001;
}

#login .login-title {
    height: 40px;
    background-color: #e5e5e5;
    color: #333;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 30px;
    position: relative;
}

#login .login-title .close-btn {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

#login .login-title .close-btn .iconfont {
    color: #929292;
    font-size: 18px;
    font-weight: bold;
}

#login .row-centered {
    text-align: center;
}

#login .col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}

#login .col-centered .form-group {
    position: relative;
}

#login .control-label {
    font-weight: 400;
}

#login .col-centered .err-tip {
    position: absolute;
    right: -110px;
    top: 10px;
    font-size: 12px;
    color: red;
    float: right;
    width: 100px;
    text-align: left;
    display: none;
}

#login .checkbox {
    font-size: 12px;
}

#login .checkbox label {
    line-height: 20px;
}

#login .checkbox label a {
    color: #17acf6;
    text-decoration: underline;
}

#login .btn-gray {
    float: right;
    margin-right: 15px;
}
#login .keep-time{
    font-size: 12px;
    color: red;
    line-height: 20px;
}

#login .btn-reister {
    background-color: #17acf6;
    color: #fff;
    font-size: 16px;
}

#login .form-group .rests a {
    color: #04ae0f;
    text-decoration: underline;
}

#login .form-group .rests .iconfont {
    color: #04ae0f;
    font-size: 30px;
    margin-right: 3px;
    vertical-align: sub;
}
#login .form-group .bind-wechattip{
    font-size: 14px;
}
#login .form-group .bind-wechattip .iconfont{
    color: #ff6600;
    vertical-align: middle;
}
#login .input-group-addon .iconfont {
    font-size: 20px;
}

#login .form-group .forget-pass {
    font-size: 14px;
    text-decoration: underline;
    color: #333;
}

#login .form-group .register {
    font-size: 14px;
    text-decoration: underline;
    color: #333;
}
/*登录结束*/
/*移动端*/
@media (max-width: 768px) {
    .disclose-content{
        padding: 10px;
    }
    .activity{
        padding: 0 10px;
    }
}