html,
body {
    margin: 0;
    padding: 0;
}

.wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-image: url(../image/lgback.png);
    background-size: 100% 100%;
}

.box {
    width: 1200px;
    margin: auto;
}

.header {
    width: 100%;
    margin: 2% auto 3%;
}

.logInBox {
    width: 100%;
    /* height: 600px; */
    background-image: url(../image/bg_2.png);
    background-size: 110% 110%;
    background-position: -30px -30px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: 0px 2px 10px 0px #484848; 
}

.logLeft {
    width: 56%;
    margin: 0 10% 25% 5%;
}

.logLeft>div:nth-child(1) {
    font-family: 'YouSheBiaoTiHei';
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.logLeft>div:nth-child(2) {
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #FFFFFF;
}

.line div {
    height: 30px;
}

.logRight {
    width: 25%;
    height: 80%;
    margin-right: 10%;
}

.logRight>div:nth-of-type(1) {
    opacity: 0.9;
    font-weight: bolder;
    font-size: 28px;
    color: #000000;
    margin: 130px 0 25px;
}

.layui-input-block>input {
    margin-bottom: 20px;
}

input[type="checkbox"]:checked {
    background: #CB0200;
    color: white;
}

input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #ccc;
    color: white;
    border-radius: 2px;
    margin-right: 5px;
}

input[type="checkbox"]:after {
    content: ' ';
    position: relative;
    left: 40%;
    top: 20%;
    width: 15%;
    height: 40%;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(50deg);
    display: none;
}

input[type="checkbox"]:checked:after {
    display: block;
}

.pag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.pag>div {
    display: flex;
    align-items: center;
}

.pag>a {
    cursor: pointer;
}

.pag>a:hover {
    color: #CB0200;
    transition: 0.7s;
}

.footer {
    width: 1200px;
    margin: 35px auto 0;
    text-align: center;
    opacity: 0.65;
    font-size: 12px;
    color: #000000;
}

.logRightLing {
    width: 25%;
    height: 99%;
    margin-right: 10%;
}

.logRightLing>div:nth-of-type(1) {
    opacity: 0.9;
    font-weight: bolder;
    font-size: 28px;
    color: #000000;
    margin: 0px 0 -5px;
}

.backe {
    width: 122%;
    margin: 0 auto 7px;
    text-align: center;
    color: #CB0200;
    cursor: pointer;
}

.sub {
    width: 100%;
    outline: none;
    border: none;
    color: #FFFFFF;
    background-color: #CB0200;
    text-align: center;
    padding: 12px 0;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

#dis>input{
    width: 70%;
}

#dis>img{
    width: 28%;
    height: 30px;
}
.bot {
    width: 730px;
    margin: auto;
    color: #FFFFFF;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}