/* Ucenter mode style*/
.guide-lnreg{
    background: url(../../assets/images/bg-pop-small.png) no-repeat top center/100% 100%;
}
.guide-lnreg .close-pop {
    color: #fff;
    float: right;
    right: 0px;
    top: -15px;
    font-size: 30px;
    position: absolute;
    cursor: pointer;
}
.guide-lnreg .close-pop:hover{transform: scale(1.02);}
.guide-msg, .guide-lnreg {
    height: 615px;
    width: 713px;
    position: fixed;
    z-index: 1100;
    /* transform: scale(0.85); */
}
.guide-msg .contents, .guide-lnreg .contents {
    width: 640px;
    height: 540px;
    /* background: #DDD0B8; */
    border-radius: 5px;
    margin: 50px auto 0;
}
.guildtitle {
    width: 100%;
    height: 60px;
    line-height: 100px;
    text-align: center;
    font-size: 36px;
    color: #333;
    font-weight: bold;
}
.guide-msg .contents img {
    display: block;
    width: 370px;
    height: 370px;
    margin: 30px auto 10px;
}
.guildtxt {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.lnregbox {
    width: 580px;
    height: 480px;
    margin: 0 auto;
    display: none;
}
.lnregbox.on {
    display: block;
}
.formtips {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    margin: 10px auto;
    text-align: center;
    overflow: hidden;
}
.formtips.notice {
    height: 38px;
    border: dotted 1px #5f5;
    background: rgb(85, 255, 85, 0.3);
    color: #050
}
.formtips.alert {
    height: 38px;
    border: dotted 1px #f55;
    background: rgb(255, 85, 85, 0.3);
    color: #500
}
.formline1 {
    width: 100%;
    height: 120px;
}
.formline1 input {
    width: 578px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
    color: #000;
    padding: 0 40px;
    margin: 0 auto;
    border: 1px solid #333;
    border-radius: 3px;
    box-sizing: border-box;
}
.formline1 input[readonly] {
    background: #ccc;
    color: #555;
}
.formline2 {
    width: 100%;
    height: 50px;
    font-size: 20px;
}
.formline2 input[type="text"], .formline2 input[type="password"] {
    width: 578px;
    height: 38px;
    line-height: 38px;
    font-size: 28px;
    color: #000;
    padding: 0 40px;
    margin: 4px auto;
    border: 1px solid #333;
    border-radius: 3px;
    box-sizing: border-box;
}
.lnregbtn {
    width: 480px;
    height: 80px;
    line-height: 80px;
    background: #4c0e11;
    color: #fff;
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin: 10px auto;
    border-radius: 6px;
}
.lnreglnk {
    width: 480px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    color: #38a0ff;
    cursor: pointer;
    margin: 30px auto 10px;
    text-decoration: underline;
}
.hidbtn {
    display:none;
}

/* Ucenter mode style end*/
