html,
body {
    width: 100%;
    height: 100%;
}

.Mobile-register #provice,
.Mobile-register #city {
    height: 35px;
    line-height: 35px;
    width: 220px;
    padding-left: 20px;
    font-size: 18px;
    margin-left: 10px;
    background-color: #fce3e8;
    border: none;
}

.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: 15px;
}

.Mobile-register .main div span {
    font-size: 18px;
    color: #140377;
}

.Mobile-register .main div input {
    height: 35px;
    line-height: 35px;
    width: 200px;
    padding-left: 20px;
    font-size: 18px;
    margin-left: 10px;
    background-color: #fce3e8;
    opacity: .8;
}

.Mobile-register .btn {
    width: 200px;
    height: auto!important;
    margin: 0 auto;
}