*{
    padding: 0;
    margin: 0;
}
html{
    background-image: url("background.jpg");
    background-size: 100% 100%;
    position: relative;
    background-repeat: repeat;
}
html,body{
    min-width: 1024px;
    min-height: 600px;
    font-family: "creatfont",'BfN3oX', 'NSimSun';
}
.TopBanner{
    height: 60px;
    position: relative;
    z-index: 3;
}
.leftLogo{
    float: left;
    left: 20px;
    position: absolute;
    height: 60px;
    box-sizing: border-box;
    padding-top: 10px;
}
.leftLogo a{
    display: inline-block;
}
.RightLogin{
    height: 60px;
    position: absolute;
    right: 20px;
    line-height: 60px;
    display: none;
}
.loginBox,.UserBox{
    display: none;
}
.loginBox div{
    display: inline-block;
    padding: 4px 20px;
    cursor: pointer;
    margin-left: 20px;
    font-size: 14px;
    line-height: 26px;
}
.Logins{
    color: #333;
    border: 1px solid #ccc;
    background: #fff;
}
.Regiser{
    color: #fff;
    background: #F93b00;
    border: 1px solid #F93b00;
}
.UserBox img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 220px;
}
.UserBox a{
    position: absolute;
    width: 80px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    right: 80px;
    top: 20px;
    background: #F93b00;
    color: #fff;
    text-decoration: none;
}
.canterOuter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.centerBox{
    width: 905px;
    height: 600px;
    margin: 185px auto 0;
    background: #fff;
    box-shadow: #666 0 0px 20px -5px;
    position: relative;
    overflow: hidden;
}
.leftShowBox{
    width: 447px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #f4f0e7;
}
.resBox{
    margin: 50px 100px 0;
    height: 280px;
}
.resFormUser {
    margin-top: 70px;
    text-align: center;
    padding: 0 30px;
}

.rfuImg {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    float: left;
}

.rfuName {
    margin-left: 10px;
    position: relative;
    top: 10px;
    font-size: 16px;
    float: left;
    font-weight: bold;
    font-family: 'BjOk0I';
    color: #333;
}
.rfuDate{
    position: relative;
    top: 10px;
    font-size: 16px;
    float: right;
    color: #b2b2b2;
    font-family: 'P7LEJI';
    font-weight: bold;
}
.bookImg{
    text-align: center;
    position: relative;
}
.bookImg img{
    height: 280px;
    box-shadow: 0px 2px 8px 2px #808080;
    border-radius: 2px;
    filter: blur(1px);
}
.rightShow{
    width: 445px;
    margin-left: 455px;
}
.noBookRes{
    text-align: center;
}
.TopImg {
    margin: 50px 100px 0;
    height: 280px;
}

.TopImg img {
    height: 200px;
    border-radius: 2px;
    margin-top: 40px;
}

.MainInfo div {
    margin: 15px auto;
}

.MainName {
    font-size: 24px;
    text-align: center;
    margin-top: 70px;
    font-family: "creatfont",'BjOk0I', 'NSimSun';
    font-weight: bold;
    padding: 0 20px;
    color: #333;
}

.MainInfo img {
    margin-right: 10px;
}

.MainInfo {
    color: #666;
}
.leftRulesShow {
    width: 170px;
    height: 30px;
    position: absolute;
    background: #fea62e;
    z-index: 15;
    transform: rotate(
            -45deg
    );
    left: -56px;
    top: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.qrBox {
    text-align: center;
    width: 200px;
    margin: 90px auto auto auto;
    background: #E7E7E7;
    padding: 20px;
}

.qrImgs {
    width: 200px;
}

.qRtIips {
    text-align: center;
    font-size: 18px;
    padding-top: 50px;
    font-weight: bold;
    font-family: 'BjOk0I';
}

.qRtIips img {
    position: relative;
    top: -2px;
    margin-right: 12px;
    width: 24px;
}
.turnToLogin {
    margin: 50px auto 0;
    width: 350px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #F93B00;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'BjOk0I';
    font-weight: bold;
    border-radius: 6px;
}
.foot_title{
    text-align: center;
    color: #b2b2b2;
    font-size: 16px;
    margin-top: 50px;
    font-family: 'BfN3oX';
}
.comeInTips {
    margin: 130px auto;
    text-align: center;
    font-size: 14px;
    color: #808080;
}
.privateNoRule {
    text-align: center;
    color: #808080;
    padding-top: 90px;
}

.pwdLayers .layui-layer-btn- a {
    float: right;
}

.pwdLayers .layui-layer-btn- {
    height: 40px;
}

.pwdLayers .layui-layer-btn- a.layui-layer-btn0 {
    border-color: #F93b00;
    background-color: #F93b00;
}
.qrCodeBox{
    width: 138px;
    height: 138px;
    position: absolute;
    top: -148px;
    width: 100% ;
    display: none;
}
.qrCodeBox img{
    width: 138px;
    height: 138px;
    box-shadow: #666 0 0px 20px -5px;
    background-color: #FFFFFF;
}
#QRCodeBox {
    width: 300px;
    height: 300px;
    background: #ccc;
    margin: 55px auto;
}
.first{
    position: absolute;
    left: 30px;
    top: -150px;
    font-size: 50px;
    font-weight: bold;
    padding: 2px 5px 5px 5px;
    color: #FFFFFF;
    background: #F93B00;
    border-radius: 10px;
    cursor: pointer;
}