.none {
    display:none !important;
}
.mg-b-300 {
    margin-bottom:300px;
}
.mg-t-50 {
    margin-top:50px;
}
.only-index-none {
    display: none;
}
.login-layer {
    width: 80px;
    float:left;
}
.user-center {
    min-height: 500px;
    margin: 10px 0px;
    border-radius: 4px;
}
.user-center .user-side {
    float: left;
    width: 160px;
    min-height: 450px;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    color: #333;
}
.user-center .user-side .item {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #00acac;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 2px;
}
.user-side .is-active {
    font-weight: bold;
    color: #fff;
    background: #00acac;
}
.user-content {
    padding: 20px;
    margin-left: 210px;
    min-height: 450px;
    border: solid 1px #ccc;
    border-radius: 10px;
    background: #fff;
}
.user-content .cram {
    color: #888;
}
.user-content .logout {
    text-align: right;
}
.user-content .logout a {
    color: blue;
}
.user-content .payed {
    background: green;
    border-radius: 10px;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
    color: #fff;
    width: 40px;
    display: block;
    text-align: center;
}
.user-content .unPay {
    background: #f5f5f5;
    border-radius: 10px;
    border: solid 1px #ccc;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
    color: #333;
    width: 40px;
    display: block;
    text-align: center;
}
.user-content .download {
    color: #fff;
    cursor: pointer;
    border: solid 1px #00acac;
    padding: 3px 10px 3px 10px;
    border-radius: 3px;
    font-size: 12px;
    background: #00acac;
    width: 50px;
    display: block;
    text-align: center;
}
.user-content .pay {
    color: #fff;
    cursor: pointer;
    border: solid 1px #ff373c;
    padding: 3px 10px 3px 10px;
    border-radius: 3px;
    font-size: 12px;
    background: #ff373c;
    width: 50px;
    display: block;
    text-align: center;
}
.user-content .auth {
    color: #333;
    cursor: pointer;
    border: solid 1px #ccc;
    padding: 3px 10px 3px 10px;
    border-radius: 3px;
    font-size: 12px;
    background: #fff;
    width: 50px;
    display: block;
    margin-top: 5px;
    text-align: center;
}
.user-content .tabs {
    background: #f5f5f5;
    height: 50px;
    padding: 10px;
    margin-top: 10px;
    border-radius: 3px;
}
.user-content .tabs .tab-item {
    float: left;
    border: #ccc solid 1px;
    margin-right: 20px;
    border-radius: 30px;
    line-height: 30px;
    padding: 2px 10px;
    cursor: pointer;
    margin-top: 8px;
    font-weight: bold;
    font-size: 13px;
}
.user-content .tabs .active{
    color: red;
}
.login-container .login-form .logo-lay {
    width: 48%;
    float: left;
    min-height: 460px;
    background-image: url(https://fuint-cn.oss-cn-shenzhen.aliyuncs.com/images/lg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-right: #cccccc 1px solid;
    text-align: center;
    padding-top: 10px;
    line-height: 30px;
    color: #333333;
}
.login-container .login-form .logo-lay .txt {
    padding: 50px;
    font-size: 13px;
    text-align: left;
}
.login-container .login-form .login-lay {
    width: 50%;
    float: left;
    background: #fff;
    min-height: 460px;
    border-radius: 10px;
}
.login-container .layui-form-item .layui-input-inline {
    width: 260px;
    margin-bottom: 10px;
}
.login-container .layui-form-item .layui-input-inline input{
    font-size: 14px;
}