* {
    margin: 0;
    padding: 0;
}

html,
body,
#pc,
#mobile {
    height: 100%;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

#pc {
    background: #373D41;
}

a {
    text-decoration: none;
    color: #73777A;
    font-size: 14px;
}

li {
    list-style: none;
}

.tabbar {
    position: relative;
    min-width: 700px;
    width: 100%;
    height: 120px;
    border-bottom: 5px solid rgba(255, 191, 175, 0.3);
    color: #000;
    box-sizing: border-box;
    line-height: 120px;
    font-size: 30px;
    font-weight: bolder;
}

#logo {
    width: 200px;
    height: 28px;
    position: absolute;
    top: 10px;
    left: 15px;
}

.contain {
    width: 100%;
    height: 100%;
    /* margin-top: -120px; */
    background: url("./bg.png") no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 150px 0 118px;
    text-align: center;
}



.login-wrap {
    max-width: 1400px;
    min-width: 500px;
    width: 100%;
    margin: auto;
    /* background-color: rgb(209, 28, 28); */
    position: relative;
    height: 780px;
}

.login-head {
    height: 100px;
    margin-left: 48.5%;
    width: 800px;
    /* background-color: #fff; */

}

.img1 {
    height: 80px;
    width: 80px;
}

.img2 {
    margin-left: 30px;
    height: 60px;
    width: 600px;
}

.loginbox {
    box-shadow: 3px 5px 3px rgba(21, 31, 38, .2);
    position: absolute;
    height: 400px;
    margin-left: 60%;
    margin-top: 1%;
    width: 500px;
    border-radius: 8px;
    background-color: rgba(32, 79, 140, 0.7);
}

.lgtext {
    float: left;
    padding-top: 40px;
    margin-left: -80px;
    height: 80px;
    color: #fff;
    font-size: 30px;
    width: 500px;
}

.lgname {
    border-radius: 10px;
    float: left;
    height: 70px;
    width: 500px;
}

.lgname:focus {
    border: 0;
}

.lgpwd {
    float: left;
    height: 100px;
    width: 500px
}

.lgbutton {
    float: left;
    height: 100px;
    width: 500px;
}

.lgname>input {
    padding-left: 20px;
    font-size: 17px;
    width: 300px;
    height: 35px;
    border-radius: 8px;
    border: 2px solid #cccccc;
    color: #000000;
}

.lgpwd>input {
    padding-left: 20px;
    color: #000000;
    font-size: 17px;
    width: 300px;
    height: 35px;
    border: 2px solid #cccccc;
    border-radius: 8px;
}


.lgbutton>input {
    cursor: pointer;
    width: 320px;
    border-radius: 8px;
    border: 2px solid #2987ef;
    height: 35px;
    color: #fff;
    background-color: #2987ef;
    font-weight: bolder;
}

.lgbutton>input:focus {
    border: 2px solid #2304cf;
}

input {
    outline: none;
}

input:focus {
    border: 2px solid #8b05f8;
}

.copyright-wrap {
    background: rgba(21, 31, 38, .2);
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #42525b;
}

.copyright {
    color: #73777a;
    font-size: 14px;
    line-height: 43px;
    padding: 0 60px;
}

.copyright .big a {
    font-size: 14px;
    color: #9b9ea0;
    margin-right: 35px;
    transition: color .3s;
}

.copyright .big a:hover {
    color: #00C1DE;
}

.link-wrap {
    padding-top: 32px;
    box-sizing: border-box;
}

.link-item {
    display: inline-block;
    font-size: 14px;
    color: #73777a;
    margin-right: 10px;
    margin-top: 10px;
    transition: color .3s;
}
@media screen and (max-height: 900px) {
    .contain {
        overflow-y: auto;
        overflow-x: auto;
    }

    .copyright-wrap {
        bottom: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .copyright-wrap {
        bottom: 20px;
    }
}