html,
body {
    width: 100%;
    height: 100%;
}

.pc-reg #provice,
.pc-reg #city {
    height: 40px;
    line-height: 40px;
    width: 260px;
    padding-left: 20px;
    font-size: 18px;
    border-radius: 5px;
    margin-left: 10px;
    border: none;
    color: #818181;
}

.Mobile-register #provice,
.Mobile-register #city {
    height: 30px;
    line-height: 30px;
    width: 220px;
    padding-left: 20px;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 10px;
    border: none;
    color: #818181;
}

.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/home_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: #afa8a8;
    font-size: 20px;
    margin-bottom: 30px;
}

.pc-login .main div input {
    height: 40px;
    line-height: 40px;
    width: 240px;
    padding-left: 20px;
    font-size: 18px;
    border-radius: 5px;
    margin-left: 2px;
}

.pc-login .btn-img {
    position: absolute;
    width: 260px;
    left: 50%;
    top: 540px;
    margin-left: -130px;
    cursor: pointer;
}

.pc-login .btn-img1 {
    position: absolute;
    width: 260px;
    left: 50%;
    top: 460px;
    margin-left: -130px;
}

.pc-login .btn-p {
    position: absolute;
    width: 260px;
    left: 50%;
    top: 510px;
    margin-left: -130px;
    color: #818181;
    font-size: 14px;
}

.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: 110px;
    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: 215px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    height: 270px;
}

.Mobile-register .main div {
    height: 30px;
    line-height: 30px;
    color: #958f8f;
    font-size: 18px;
    margin-bottom: 20px;
}

.Mobile-register .main div input {
    height: 30px;
    line-height: 30px;
    width: 200px;
    padding-left: 20px;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 10px;
}

.Mobile-register .btn {
    width: 220px;
    height: auto;
    position: absolute;
    top: 520px;
    left: 50%;
    margin-left: -110px;
}

.Mobile-login .btn {
    width: 220px;
    height: auto;
    position: absolute;
    top: 435px;
    left: 50%;
    margin-left: -110px;
}

.Mobile-register .btn-p {
    width: 220px;
    height: auto;
    position: absolute;
    top: 405px;
    left: 50%;
    margin-left: -110px;
    font-size: 14px;
    color: #818181;
}

.Mobile-login .clear1 {
    width: 220px;
    height: auto;
    position: absolute;
    top: 360px;
    left: 50%;
    margin-left: -110px;
}

.mobile-schedule {
    width: 100%;
}

.mobile-schedule .cont {
    position: relative;
}

.mobile-schedule .btn-img {
    position: absolute;
    bottom: 100px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    height: 35px;
    line-height: 35px;
}

.pc-reg .main {
    width: 860px;
    margin-left: -430px;
}

.pc-reg .main div {
    width: 50%;
    float: left;
}