<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    width: 100%;
    height: 100%;
}

.pc-reg #provice,
.pc-reg #city {
    height: 40px;
    line-height: 40px;
    width: 300px;
    padding-left: 20px;
    font-size: 18px;
    background-color: #d1dcee;
    border-radius: 5px;
    margin-left: 10px;
}

.Mobile-register #provice,
.Mobile-register #city {
    height: 30px;
    line-height: 30px;
    width: 220px;
    padding-left: 20px;
    font-size: 18px;
    background-color: #d1dcee;
    border-radius: 5px;
    margin-left: 10px;
}

.home,
.pc-login {
    width: 1024px;
    height: 768px;
    margin: 0 auto;
    position: relative;
}

.home .cont {
    width: 100%;
    height: 100%;
    background: url('../images/home_back.png')no-repeat;
    background-size: 100%;
}

.home .btn {
    width: 600px;
    height: auto;
    position: absolute;
    top: 550px;
    left: 50%;
    margin-left: -300px;
}

.home .btn img {
    width: 250px;
    cursor: pointer;
}

.pc-login .cont {
    width: 100%;
    height: 100%;
    background: url('../images/pc_login_back.png')no-repeat;
    background-size: 100%;
}

.pc-login .main {
    position: absolute;
    top: 320px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
}

.pc-login .main div {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.pc-login .main div input {
    height: 40px;
    line-height: 40px;
    width: 280px;
    padding-left: 20px;
    font-size: 18px;
    background-color: #d1dcee;
    border-radius: 5px;
    margin-left: 10px;
}

.pc-login .btn-img {
    position: absolute;
    width: 260px;
    left: 50%;
    top: 540px;
    margin-left: -130px;
}

.pc-login .btn-img img {
    width: 100%;
}

.pc-schedule {
    width: 1024px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.pc-schedule .cont {
    width: 100%;
}

.pc-schedule .cont img {
    width: 100%;
}

.pc-schedule .btn-img {
    width: 240px;
    position: absolute;
    left: 50%;
    bottom: 120px;
    margin-left: -120px;
}

.Mobile-index {
    width: 100%;
    height: 100%;
    position: relative;
}

.Mobile-index .cont {
    width: 100%;
    height: 100%;
    background: url('../images/mobile_index.png')no-repeat;
    background-size: 100%;
}

.Mobile-index .btn {
    position: absolute;
    width: 200px;
    height: 160px;
    top: 360px;
    left: 50%;
    margin-left: -100px;
}

.Mobile-index .btn img {
    width: 200px;
    margin-top: 20px;
}

.Mobile-index p {
    color: #fff;
    font-size: 14px;
    position: absolute;
    width: 200px;
    top: 520px;
    left: 50%;
    margin-left: -100px;
}

.Mobile-register {
    width: 100%;
    height: 100%;
    position: relative;
}

.Mobile-register .cont {
    width: 100%;
    height: 100%;
    background: url('../images/mobile_reg.png')no-repeat;
    background-size: 100%;
}

.Mobile-register .main {
    position: absolute;
    top: 190px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    height: 270px;
}

.Mobile-register .main div {
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.Mobile-register .main div input {
    height: 30px;
    line-height: 30px;
    width: 200px;
    padding-left: 20px;
    font-size: 18px;
    background-color: #d1dcee;
    border-radius: 5px;
    margin-left: 10px;
}

.Mobile-register .btn {
    width: 220px;
    height: auto;
    position: absolute;
    top: 500px;
    left: 50%;
    margin-left: -110px;
}

.mobile-schedule {
    width: 100%;
}

.mobile-schedule .cont {
    position: relative;
}

.mobile-schedule .btn-img {
    position: absolute;
    bottom: 30px;
    width: 150px;
    left: 50%;
    margin-left: -75px;
}

.pc-reg .main {
    width: 860px;
    margin-left: -430px;
}

.pc-reg .main div {
    width: 50%;
    float: left;
}</pre></body></html>