* {
    margin: 0;
    padding: 0;
}
li {list-style: none;}
body {
    background: #0c0d11;
    color: #ebe9e9;
}
img {
    border: none;
}
.main1 {
    background: #0d0c0a url("../images/main.jpg") center 0  no-repeat;
    width: 100%;
    height: 100%;
}
.containt1 {
    width: 1444px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.layui-layer {
    color: #000;
}

#filter {
    width: 100%;
    height: 100%;
    background-color: black;
    position: fixed;
    left: 0;
    top: 0;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    z-index: 11;
    display: none;
}
.modal-box {
    position: absolute;
    width: 413px;
    background: #fff;
    display: none;
    padding-bottom: 30px;
    padding-top: 35px;
    z-index: 12;
    font-size: 16px;
    background: url(../images/login-bg.png) no-repeat;
    background-size: contain;
    height: 276px;
}
#libao-box {
    width: 1000px;
    height: 550px;
    background: url(../images/libao-bg.png?v=2) no-repeat;
    background-size: contain;
}
.top-tabs {
    position: absolute;
    top: 0;
}
.reg-tit {
    text-align: center;
    font-size: 22px;
}
.input-box {
    padding: 10px 5px;
}
.input-label {
    width: 110px;
    display: inline-block;
    text-align: right;
}
.input-input {
    width: 200px;
    color: #000;
}
#login-box input, #reg-box input, #reset-box input, #order-box input, .order-box input, #question-box input {
    padding: 10px 5px;
    border: 1px solid #ccc;
    background: #fff;
}
.submit-btn {
    background: url(../images/login-btn-bg.png);
    border: none;
    color: #fff;
    width: 106px;
    height: 38px;
    margin-left: 110px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.close-modal-btn {
    color: #333;
    width: 106px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.submit-btn img {
    margin-top: 5px;
}
.text-block {
    padding: 0 5px;
    text-align: center;
}
.go-reg {
    color: #fff29d;
}
.payway {
    padding: 8px 5px;
    color: #000;
    background: #fff;
}
.pay-btn {
    display: inline-block;
    position: absolute;
    width: 95px;
    height: 50px;
    left: 770px;
    top: 30px;
}
.libao-btn {
    display: inline-block;
    position: absolute;
    width: 150px;
    height: 50px;
    left: 940px;
    top: 30px;
}
.login-btn {
    display: inline-block;
    position: absolute;
    width: 95px;
    height: 50px;
    left: 1160px;
    top: 30px;
}
.reg-btn {
    display: inline-block;
    position: absolute;
    width: 95px;
    height: 50px;
    left: 1310px;
    top: 30px;
}
.libao-message {
    width: 960px;
    height: 390px;
    position: absolute;
    top: 133px;
    left: 35px;
    overflow: auto;
}
.libao-message li {
    height: 50px;
    line-height: 50px;
    margin-bottom: 6px;
}
.libao-message li span {
    background: #736c62;
    border: 1px solid #ccc;
}
.libao-item-name {
    display: inline-block;
    width: 275px;
    text-align: center;
    margin-right: 2px;
}
.libao-item-desc {
    display: inline-block;
    width: 305px;
    text-align: center;
}
.libao-item-create-time {
    display: inline-block;
    width: 168px;
    text-align: center;
}
.libao-item-cz {
    display: inline-block;
    width: 167px;
    text-align: center;
}
.dui-btn {
    background: #f9c244;
    color: #71280c;
    padding: 7px 20px;
    text-decoration: none;
}
.libao-close {
    position: absolute;
    right: 0;
    top: 20px;
    width: 40px;
    height: 30px;
}
.content {
    position: absolute;
    width: 100%;
    top: 430px;
}
.left-box {
    width: 548px;
    position: relative;
    z-index: 9;
}
.right-box {
    position: absolute;
    left: 538px;
    top: 20px;
}
.lunbo-tag {
    display: inline-block;
    width: 548px;
    height: 141px;
    background: url('../images/banner-tag-n.png');
    margin-bottom: 15px;
    cursor: pointer;
}
.lunbo-tag-n {
    display: inline-block;
    width: 484px;
    height: 106px;
    background: url('../images/banner-tag-n.png');
    margin-left: 30px;
    margin-bottom: 22px;
}
.lunbo-item {
    width: 460px;
    height: 90px;
    position: absolute;
    top: 29px;
    left: 40px;
    border-radius: 5px;
    object-fit: cover;
}
.banner-img {
    border-radius: 5px;
}
.right-box img {
    width: 100%;
}
.menu-box {
    position: absolute;
    left: 690px;
    top: 8px;
}
.login-info {
    position: absolute;
    top: 40px;
    left: 1115px;
    width: 330px;
    font-size: 18px;
}
.login-info a {
    color: #1e9fff;
    text-decoration: none;
}
.null-btn {
    width: 100%;
}
.lunbo-cont {
    display: none;
}
.lunbo-cont-active {
    display: block;
}