*{
    margin: 0;
    padding: 0;
}
html,body {
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
    width: 100%;
    height: 100%;
}
.wp {
    width: 1200px;
    margin: 0 auto;
    /*height: 600px;*/
    margin-top: 50px;
}
.main {
    width: 880px;
    margin: 0 auto;
   height: 500px;
}
.descText > div{
    float: left;
}
.desc {
    text-align: center;
    font-size: 12px;
    color: #999999;
}
.allWay ul > li {
    list-style: none;
    float: left;
}
.chooseWay {
    width: 265px;
    text-align: right;
    font-size: 16px;
    color: #353535;
    font-weight: bold;
}

.allWay {
    margin-top:2px;
    margin-left: 20px;
    font-size: 13px;
    height: 21px;
    line-height: 21px;
    color: #353535;
}
.allWay ul li {
    margin-right: 10px;
}
.allWay ul li.otherLine{
    color:#6f6f6f;
}
.allWay ul li.active {
    color:#19ac9e;
}
.allWay ul li:not(.otherLine){
    cursor: pointer;
}
.splitLine {
    border-bottom: 1px dashed #d5d5d5; 
    margin-top: 20px;
}
.content > div {
    width: 880px;
    height: 300px;
}
.content {
    margin-top: 30px;
}
.content > div.hideClass {
    display: none;
}
.header {
    width: 300px;
    margin-left: 285px;
}
.header-content {
    width: 248px;
    margin-left: 30px;
    font-size: 28px;
    color: #d5d5d5;

}
.header-content span.active {
    color: #19ac9e;
}
.header-line {
    display: inline-block;
    border-bottom: 1px solid #d5d5d5;
    width: 157px;
    position: relative;
    top: -10px;
}
.posiA {
    position: relative;
}
.descSpan {
    position: absolute;
    left: -7px;
    font-size: 13px;
    width: 52px;
    color: #353535;
    bottom: -20px;
}
.group-lable {
    width: 265px;
    text-align: right;
    font-size: 13px;
    color: #353535;
}
.group {
    height: 34px;
    line-height: 34px;
}
.group > div {
    float: left;
}
.content-main {
    margin-top: 50px;
}
.group-input {
    width: 300px;
    margin-left: 20px;
}
.group-question{
    margin-left: 20px;
}
.group-input input {
    width: 300px;
    font-size: 13px;
    color: #999999;
    width: 100%;
    height: 34px;
    padding: 1px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    background-image: none;
    font-family: inherit;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-sizing: border-box;
}
.group-input input:focus {
    border-color: #25dac9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}
.btn:hover {
    background-color: #45c9bc;
    border: none;
}
.btn {
    width: 300px;
    height: 32px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: none;
    -webkit-appearance: button;
    text-transform: none;
    margin: 0;
    box-sizing: border-box;
    background-color: #19ac9e !important;
    border: none;
    color:#fff;
    margin-left: 20px;
    margin-top: 20px;
}
.btn:active {
    background-color: #0d9386 !important;
    border: none;
    outline: none;
}
.btn:focus {
    background-color: #0d9386 !important;
    border: none;
    outline: none;
}
label {
    position: relative;
}
label span {
    position: absolute;
    left: -12px;
    font-size: 19px;
    top: 5px;
    color: red;
}
.mt-10 {
    margin-top: 10px;
}
.phoneText{
    width: 65px;
    left: -15px;
}
.group-input input.yzm {
    width: 178px;
}
.btnCss {
    margin-left: 7px;
    width: 110px;
    height: 34px;
    background-color: #e5e5e5;
    border: none;
    color:#353535;
    margin-top: 0px;
}
.btnCss:hover {
    background-color: #f1f1f1;
    color:#353535;
}
.btnCss:active {
    background-color: #d5d5d5;
    color:#353535;
}
.btnCss:disabled {
    background-color: #d5d5d5;
    color:#353535;
}
.btnCss:focus {
    background-color: #d5d5d5;
    color:#353535;
    border: none;
    outline: none;
}

.group-input input.wd-148 {
    width: 148px;
}
.changePic {
    position: absolute;
    cursor: pointer;
    left: 260px;
    top: 2px;
    font-size: 12px;
    color: #353535;
}
.pic {
    width: 90px;
    height: 30px;
    position: absolute;
    left: 159px;
    top: 3px;
}
.wd-53 {
    width: 53px;
}
.phoneTextS {
    width: 78px;
    left: -22px;
}
.ft-13 {
    font-size: 13px;
}
.login {
    position: relative;
    width: 880px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 13px;
}
.login a {
    float: right;
    text-decoration: none;
    color: #19ac9e;

}
.SecretInTips {
    margin-left: 285px;
    margin-top: 30px;
    font-size: 12px;
    color:red;
    position: relative;
}

.SecretInTips span.xing{
    font-size: 19px;
    position: absolute;
    top: 1px;
    left: -3px;
}
.SecretInTips span.Problems{
    margin-left: 10px;
}

.password-ok {
    text-align: center;
    font-size: 30px;
    color: #45c9bc;
    display: none;
    margin-top: 60px;
}

/*国际化*/
#phoneUpPasBtn{
    display: block;
    margin: 30px auto;
}
.dian-update{
    top: -5px;
}