.notice, .login {
    position: fixed;
    z-index: 999999999999999999999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation-duration: 0.25s;
    background-color: rgba(0, 0, 0, 0.5);
}

.notice .inner, .login .inner {
    width: 43%;
    bottom: auto;
    top: 30%;
    padding: 32px 64px;
    background-color: white;
    animation-duration: 0.15s;
}

.notice .inner .popclose, .login .inner .popclose {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 10px;
    top: -40px;
}

.notice .inner .title-box h1, .login .inner .title-box h1 {
    font-size: 36px;
}

.notice .inner .inputbox, .login .inner .inputbox {
    margin-top: 48px;
    position: relative;
}

.notice .inner .inputbox strong, .login .inner .inputbox strong {
    color: red;
    padding-right: 4px;
}

.notice .inner .inputbox h1, .login .inner .inputbox h1 {
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-bottom: 16px;
}

.notice .inner .inputbox .rightlabel, .login .inner .inputbox .rightlabel {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #666666;
    display: block;
    padding-bottom: 2px;
    border-bottom: 1px solid #666666;
}

.notice .inner .inputbox .text, .login .inner .inputbox .text {
    width: 100%;
    height: 48px;
    background: white;
    border-radius: 6px;
    font-size: 16px;
    border: 1px solid #d2d2d2;
}

.notice .inner .inputbox p, .login .inner .inputbox p {
    height: 22px;
    font-size: 14px;
    color: red;
    font-weight: 400;
    line-height: 22px;
    margin-top: 12px;
    display: none;
}

.notice .inner .btn, .login .inner .btn {
    width: 60%;
    height: 60px;
    line-height: 60px;
    background: #f0ab00;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin: 50px auto 0;
}

.notice .inner .btn-group, .login .inner .btn-group {
    width: 100%;
}

.notice .inner .btn-group .btn, .login .inner .btn-group .btn {
    float: left;
    width: 48%;
    margin-right: 20px;
}

.notice .inner .btn-group .btn:last-of-type, .login .inner .btn-group .btn:last-of-type {
    background: transparent;
    color: #f0ab00;
    border: 2px solid #f0ab00;
    line-height: 58px;
    margin-right: 0;
}

.notice .inner .btns, .login .inner .btns {
    display: none;
}

.notice .inner {
    height: 550px;
    top: 0;
    bottom: 0;
    width: 52%;
}

.notice .inner .inner-i {
    overflow-y: auto;
    height: 100%;
}

.notice .inner .list {
    margin-top: 32px;
}

.notice .inner .item {
    width: 100%;
    padding: 19px 0;
}

.notice .inner .item .icon {
    width: 52px;
    height: 52px;
    margin-right: 16px;
    background: url(/src/imgs/msgcoffe.png) no-repeat;
    background-size: 100%;
}

.notice .inner .item .icon-coffe {
    background: url(/src/imgs/msgcoffe.png) no-repeat;
    background-size: 100%;
}

.notice .inner .item .icon-book {
    background: url(/src/imgs/msgbook.png) no-repeat;
    background-size: 100%;
}

.notice .inner .item .icon-head {
    background: url(/src/imgs/msghead.png) no-repeat;
    background-size: 100%;
}

.notice .inner .item .info {
    width: 88%;
}

.notice .inner .item .info .t {
    margin-bottom: 12px;
}

.notice .inner .item .info .title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 2px;
}

.notice .inner .item .info .time {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    letter-spacing: 1px;
    margin-left: 4px;
    display: block;
}

.notice .inner .item .info .text {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
}

/* override */
.login .inner .inputbox {
    margin-top: 8px;
}
.login .inner .inputbox h1 {
    margin-bottom: 8px;
}
.notice .inner .btn, .login .inner .btn {
    margin: 16px auto 0;
}
.notice .inner .btns, .login .inner .btns {
    display: block;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
input[type="number"]{
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ccc;
    -moz-appearance:textfield;
}

.header .nav-wapper .nav-inner .left a {
    position: relative;
}
.header .nav-wapper .nav-inner .left a .float {
    width: 432px;
    display: none;
    position: absolute;
    left: 0;
    top: 78px;
}

.header .nav-wapper .nav-inner .left a .float ul {
    width: 50%;
    height: 100%;
    float: left;
    background-color: black;
}

.header .nav-wapper .nav-inner .left a .float ul li {
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

.header .nav-wapper .nav-inner .left a .float ul li:hover {
    background: #303030;
}

.header .nav-wapper .nav-inner .left a .float .f1 {
    display: block;
}

.header .nav-wapper .nav-inner .left a .float .f2 {
    display: block;
}

.header .nav-wapper .nav-inner .sub-forum-menu:hover .float {
    display: block !important;
}

.lds-dual-ring {
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    position: relative;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 13px;
    height: 13px;
    margin: 4px;
    border-radius: 50%;
    border: 3px solid white;
    border-color: white transparent white transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.todo-item-login {
    cursor: pointer;
}