@charset "utf-8";
h1,h2,h3,h4,h5,h6,div,ul,li,ol,span,strong,body,em,b,p,dl,dt,dd,table,th,td,tr,input,a{padding:0;margin:0;font-size:12px;font-family: "Microsoft YaHei","微软雅黑";}em{font-style:normal}img{border:0}ul,li{list-style:none}a{text-decoration:none;color:#333333;outline:0}a:hover{text-decoration:none}
a{transition: all 0.5s;color:#005980;}
html,body{height:100%;background-color: #f7f7f7;background-image: linear-gradient(120deg, #f7f7f7, #ececec);}
a:hover{color:#009fda;}
body{
    color:#40485b;
}
.logo{
    text-align: center;
    padding-bottom:30px;
}
.user-wd{
    width:800px;
    margin:0 auto;
}
.user-top-bg{
    background-color: #159957;background-image: linear-gradient(120deg, #155799, #159957);
    -webkit-box-shadow: 0px 2px 3px rgb(26 26 26 / 30%);
    box-shadow: 0px 2px 3px rgb(26 26 26 / 30%);
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
.login-box{
    width:500px;
    position: absolute;
    top:50%;
    left:50%;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
}
.ts{
    transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.login-bg{
    background:#fff;
    -webkit-box-shadow: 0px 20px 80px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 20px 80px 0px rgb(0 0 0 / 30%);
    padding: 64px 70px 48px;
}
.right{
    float: right;
}
.login-box .title b{
    font-size:26px;
}
.login-box .title span{
    margin-top:12px;
}
.form .text{
    width:100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #dfe3e9;
    color: rgba(0,0,0,0.8);
    padding:12px 15px;
    box-sizing: border-box;
}
.form{
    padding-top:30px;
}
.form .text:focus{
    border-color: rgba(254,115,0,0.5);
}
.form .line{
    padding-bottom:20px;
}
.form .line::after{
    padding:0;
}
.form .pwd{
    text-align: center;
}
.form .pwd a{
    font-size:14px;
}
.form .msg{
    background: #fff0f0;
    border-color: #dbb1b1;
    color: #d95c5c;
    border-radius: 0em 3px 3px 0em;
    -webkit-box-shadow: 2px 0em 0em 0em #d95c5c inset;
    box-shadow: 2px 0em 0em 0em #d95c5c inset;
}
.form .line span{
    display: block;
    color:#d95c5c;
    padding-top:3px;
}
.form .sub{
    width:100%;
    font-size: 18px;
    line-height: 22px;
    padding: 8px 26px;
    font-weight: 500;
    color: #fff;
    background: #fe7300;
    -webkit-box-shadow: 0px 0em 0px 0px rgb(39 41 43 / 15%) inset;
    box-shadow: 0px 0em 0px 0px rgb(39 41 43 / 15%);
    text-shadow: none;
    border:none;
    cursor: pointer;
}
.form .sub:hover{
    opacity: 0.8;
}
.form .result-on{
    -webkit-box-shadow: 0px 0px 0px 1px #e0b4b4 inset, 0px 0px 0px 0px rgb(0 0 0 / 0%);
    box-shadow: 0px 0px 0px 1px #e0b4b4 inset, 0px 0px 0px 0px rgb(0 0 0 / 0%);
    background-color: #FFF6F6;
    color: #9F3A38;
    border-radius: 3px;
    padding:15px;
    margin-bottom:20px;
    font-size:14px;
}
.login-box .other{
    padding-top:30px;
}
.login-box .other fieldset{
    border: 0;
    border-top: 1px solid #e0e0e0;
    color: #bbb;
    font-size: 15px;
}
.login-box .other .icon {
    text-align: center;
    padding-top: 30px;
}
.login-box .other a{
    background: url(../images/login-icon.png) no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px;
}
.login-box .other a.wx{
    background-position-x: -93px;
}
.login-box .other a.alipay{
    background-position-x: -62px;
}
.login-box .other a.weibo{
    background-position-x: -31px;
}

.user-nav {
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
}
.user-nav a {
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
}
.user-nav a:hover{
    color:#fe8a30;
}

.user-search{
    position: relative;
    margin-right:30px;
}
.user-search .text{
    outline: none;
    background:#fff;
    border:none;
    height:30px;
    line-height:30px;
    font-size:14px;
    width:200px;
    padding:0 5px;
    border-radius: 3px;
    padding-right:40px;
    transition: all 0.3s;
}
.user-search button{
    font-size:16px;
    background:#eee;
    color:#666;
    border:none;
    height:26px;
    line-height:26px;
    position: absolute;
    right:2px;
    top:2px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s;
    padding: 1px 6px;
}
.user-search-on button{
    background:#fe8a30;
    color:#fff;
}
.user-search-on .text{
    width:260px;
}
.user-top {
    padding: 20px 0;
}

.user-login a{
    display:inline-block;
    color:#ffd5b4;
    font-size:14px;
    transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    border-radius: 2px;
    margin-top: 5px;
}
.user-login a:hover{
    color:#fff;
}

.user-login .to-home{
    margin-right: 10px;
}
.user-login a i{
    margin-right: 5px;
    font-size: 20px;
    vertical-align: bottom;
}
#mymsg{
    background:rgba(0,0,0,0.5);
    color:#fff;
    padding:10px 15px;
    position: fixed;
    top:20%;
    left:50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
}


.user-box{
    margin-top:20px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #e5e4e4;
}

.user-menu,.user-content{
    box-sizing: border-box;
}
.user-menu{
    width:160px;
}
.user-content{
    width:638px;
    border-left: 1px solid #e5e4e4;
    min-height: 600px;
    padding:20px;
}

.user-menu li a{
    height: 50px;
    line-height: 50px;
    color: #8590a6;
    font-size: 16px;
    text-align: center;
    display: block;
}
.user-menu li a i{
    font-size:20px;
    margin-right: 5px;
    vertical-align: bottom;
}
.user-menu li a:hover{
    background: #f5f6f8;
    color: #444444;
}
.user-menu li a.on{
    background:#fdf1e7;
    color:#ff6f00;
}
.user-info{
    position: relative;
    padding:15px 0;
}
.user-info .pic img{
    height:60px;
    width:60px;
    border-radius: 30px;
}
.user-info .txt{
    position: absolute;
    left:80px;
    top:25px;
    font-size:16px;
}
.user-info .txt i{
    font-size:18px;
    color:#999;
    margin-right:8px;
}
.user-form h1{
    font-size:16px;
    font-weight: bold;
}
.layui-form-label{
    width:30% !important;
}
.user-form .layui-form-label,.user-form .layui-word-aux a{
    font-size:14px !important;
}
.user-form h1{
    padding:30px 0;
}
.user-form .layui-input-block{
    margin-left:35%;
}

.user-news li{
    color:#999;
    line-height: 30px;
}
.user-news ul{
}
.user-news li a{
    font-size:14px;
}
.user-news li i.icon-ashbin{
    font-size:16px;
    margin-right:10px;
    cursor: pointer;
    vertical-align: bottom;
}
.user-news li i.icon-ashbin:hover{
    color:#f60;
}
.user-page{
    padding:20px 0;
    text-align: center;
}
.user-page *{
    font-size:14px;
    margin:0 5px;
}
.user-page .active{
    display: inline-block;
    background:#005980;
    color:#fff;
    padding:2px 7px;
    border-radius: 2px;
}
.user-page font.disabled{
    color:#999;
}

.user-book .layui-textarea{
    width:100%;
    box-sizing: border-box;
    padding:10px;
    font-size:14px;
    line-height:24px;
    height:200px;
}












