body {
    background: url("../images/g.png") repeat-x;
}

input {
    height: 62px;
}

.radio-pretty.checked > span:before {
    color: #f88600;
}

.radio-pretty span:before {
    margin-right: 2px;
    vertical-align: -4px;
    font-size: 20px;
    color: #bdbdbd;
    margin-left: -2px;
}

.smsCodeBtn{
    width: 150px;
    height: 62px;
    color: #fff;
    background-color: #f78d22;
    border: 0px;
    border-radius: 3px;
}

.content {
    background-color: #fff;
    margin: 10px auto;
    overflow: auto;
    width: 800px;
    border: 1px solid #ddd;
    font-size: 24px;
    color: rgba(66, 87, 84, 0.82);
}

.am-tabs-nav {
    font-weight: bold;
}

.am-form-field {
    background-color: #fff;
    margin: auto;
    display: block;
    float: left;
    padding-left: 50px;
}

.logo {
    margin: 10px auto;
    width: 1000px;
}

.right {
    background-image: url("../images/right.png");
    height: 20px;
    width: 20px;
    float: left;
    background-repeat: no-repeat;
    margin-left: -50px;
    margin-top: 12px;
}

.left1 {
    position: absolute;
    background-image: url("../images/phone.png");
    height: 25px;
    width: 30px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-top: 20px;
    left: 21px
}

.left2 {
    position: absolute;
    background-image: url("../images/massage.png");
    height: 25px;
    width: 30px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-top: 20px;
    left: 21px
}

.left3 {
    position: absolute;
    background-image: url("../images/passworld.png");
    height: 25px;
    width: 30px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-top: 20px;
    left: 21px
}

.left4 {
    position: absolute;
    background-image: url("../images/sj.png");
    height: 25px;
    width: 30px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-top: 20px;
    left: 21px
}

.left5 {
    position: absolute;
    background-image: url("../images/email_add.png");
    height: 25px;
    width: 30px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-top: 20px;
    left: 21px
}

.error {
    border: 1px solid #ff4c4c;
}

.error-tips {
    font-size: 12px;
    color: #ff4c4c;
    background-color: #fff;
}

.hide {
    display: none !important;
}