.AccountManagementTitle{
    width: 80%;
    float: left;
    text-align: center;
}
.updatapwdStyle{
    display: block;
    /*margin-top: 50px;*/
    padding-left: 20%;
}
.phoneStyle{
    float: left;width: 100%;
}
.countStyle{
    margin-top: 10px;
    float: left;
    width: 100%;
}
.customerName,.Harvester,.DetailsAddress {
    width: 60%;
    background: white;
    /*text-align: center;*/
    height: 35px;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    padding-left: 5px;
}
.customerNameInput{
    display: none;
    margin-left: 20px;
    width: 20%;
    color: #E60012;
    font-weight: 600;
    font-size: 16px;
}
.HarvesterInput{
    display: none;
    margin-left: 20px;
    width: 20%;
    color: #E60012;
    font-weight: 600;
    font-size: 16px;
}
.cityInput{
    display: none;
    margin-left: 20px;
    width: 20%;
    color: #E60012;
    font-weight: 600;
    font-size: 16px;
}
.DetailsAddressInput{
    display: none;
    margin-left: 20px;
    width: 20%;
    color: #E60012;
    font-weight: 600;
    font-size: 16px;
}
.newPwd {
    width: 60%;
    background: white;
    /*text-align: center;*/
    height: 35px;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    padding-left: 5px;
}
.verificationCode{
    display: none;
    margin-left: 20px;
    width: 20%;
    color: #E60012;
    font-weight: 600;
    font-size: 16px;
}
.getCodeStyle{
    background: #fff;
    color: red;
    border: 1px solid red;
    border-radius: 5px;
    padding: 5px 15px;
    margin-left: 10px;
}
.btnreg{
    line-height: 0;
    background: #e60012;
    width: 30%;
    height: 50px;
    color: #fff;
    margin-top: 10px;
    border: 1px solid #e666;
    margin-bottom: 20px;
    text-align: center;
    margin-left: 25%;
}

.QRcodeStyle {
    text-align: center;
    margin-left: 40%;
}
.btnreg:hover{
    color: #fff;
}

#hideReg{
    /*display: none;*/
}


._citys {
    width: 360px;
    display: inline-block;
    border: 2px solid #eee;
    position: relative;
    background: #fff;
    overflow: scroll;
    height: 320px;
    z-index: 9999999999;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

._citys span {
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color:#333333;
    border: 1px solid #eee;
}

._citys0 {
    width: 100%;
    height: 40px;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    text-align: left;
    font-style: normal;
    background: #fff;
}

._citys0 li {
    display: inline-block;
    line-height: 40px;
    font-size: 15px;
    width: 80px;
    text-align: center;
    cursor: pointer;
    color: #666;
}

.citySel {
    color: #FA8416 !important;
    background: white;
}

._citys1 {
    width: 100%;
    display: inline-block;
    padding: 5px;
}

._citys1 a {
    width: 68px;
    height: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    font-style: normal;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    margin: 8px;
}

._citys1 a:hover {
    color: #FA8416;
    background: #fff;
}