.bg {
    position: absolute;
    width: 100%;
    height: 99.5%;
    padding: 0;
}
.qj{
    width: 100%;
    height: 100%;
}
.logo{
    position: absolute;
    top: 0;
    left: 1%;
    cursor: pointer;
}
.title {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 20%;
    right: 20%;
    color: #ffffff;
    font-size: 55px;
    font-weight: bold;
}
.course{
    position: absolute;
    top: 55%;
    left: 40%;
    right: 40%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}
.course-text{
    cursor: pointer;
    transition: all ease 0.5s;
}
.course-text:hover{
    color: #ffba00;
}
.btn-box{
    position: absolute;
    top: 70%;
    left: 30%;
    right: 30%;
    text-align: center;
}
.btn1{
    display: inline-block;
    width: 130px;
    height: 44px;
    border: 1px solid #ffffff;
    line-height: 44px;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    transition: all ease 0.5s;
    margin-right: 20px;
}
.btn1:hover{
    background: #ffffff;
    color: #000000;
}
.btn2{
    display: inline-block;
    width: 130px;
    height: 44px;
    line-height: 44px;
    background: #ffba00;
    color: #232932;
    border-radius: 4px;
    border: 1px solid #FFBA00;
    font-weight: bold;
    cursor: pointer;
    transition: all ease 0.5s;
    margin-left: 20px;
}
.btn2:hover{
    background-color: #ecac00;
    color: #232932;
    border: 1px solid #ecac00;
}
.login-bg {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}
.login-box{
    position: fixed;
    top: 20%;
    bottom:30%;
    left: 30%;
    right: 30%;
    width: 802px;
    height: 517px;
    background: #ffffff;
    border-radius: 10px 10px 10px 10px;
    display: flex;
}
.login-img{
    border-radius:10px 0 0 10px
}
.close-box{
    border-radius:0 10px 0 0;
    width: 512px;
    height: 45px;
    background: #f6f6f6;
    border-bottom: 1px solid #ebeaea;
}
.close{
    margin-left: 470px;
    background: url(../image/close.png);
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.login-text{
    width: 512px;
    text-align: center;
    padding: 20px 0;
    color: #000000;
    font-size: 25px;
    font-weight: bold;
}
.id-input{
    width: 322px;
    height: 52px;
    background: #e8f0fe;
    padding: 0 0 0 34px;
    margin-left: 78px;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: .1rem;
}
.trouble{
    padding-top: 10px;
    width: 355px;
    margin-left: 80px;
    text-align: right;
    color: #0066ff;
    font-size: 12px;
    cursor: pointer;
}
.login-btn{
    width: 355px;
    height: 50px;
    background: #36a803;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 80px;
    border-radius: 2px;
    cursor: pointer;
}
.other-title{
    width: 355px;
    text-align: center;
    margin-left: 80px;
    margin-top: 10px;
    color: #999999;
    font-size: 12px;
}
.other-box{
    width: 255px;
    margin-left: 130px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.wx{
    display: block;
    width: 58px;
    height: 57px;
    cursor: pointer;
    background: url(../image/newpop.png) -166px -10px;
}
.wx:hover{
    background: url(../image/newpop.png) -166px -87px;
}
.qq{
    display: block;
    width: 58px;
    height: 57px;
    cursor: pointer;
    background: url(../image/newpop.png) -10px -10px;
}
.qq:hover{
    background: url(../image/newpop.png) -88px -10px;
}
.phone{
    display: block;
    width: 58px;
    height: 57px;
    cursor: pointer;
    background: url(../image/newpop.png) -10px -87px;
}
.phone:hover{
    background: url(../image/newpop.png) -88px -87px;
}