html,
body {
    width: 100%;
    height: 100%;
}

.Mobile-register #provice,
.Mobile-register #city {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    margin-left: 10px;
    border: none;
    background-color: #91caf4;
    width: 200px;
    padding-left: 20px;
    box-sizing: content-box;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: #fff;
    outline: 0;
}

.home,
.pc-login {
    width: 1024px;
    height: 768px;
    margin: 0 auto;
    position: relative;
}

.pc-login .cont {
    width: 100%;
    height: 100%;
    background: url('../images/pc_login_back.png')no-repeat;
    background-size: 100%;
}

.Mobile-register .main {
    margin: 0 auto;
    margin-top: 20px;
}

.Mobile-register .main div {
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.Mobile-register .main div span {
    font-size: 16px;
    color: #1f3f9d;
}

.Mobile-register .main div input {
    height: 35px;
    line-height: 35px;
    width: 200px;
    padding-left: 20px;
    font-size: 18px;
    border-radius: 3px;
    margin-left: 10px;
    background-color: #91caf4;
}

.Mobile-register .btn {
    width: 220px;
    height: auto;
    margin: 0 auto;
    transform: translateX(20px)
}