.box-wrap {
    margin-top: 20px;
    width: 1180px;
    margin: 0 auto;
}
.ui-title {
    margin-bottom: 20px;
    text-align: center;
    color: #333;
    font-size: 30px;
    font-family: "Microsoft YaHei";
}
.ui-content {
    position: relative;
    padding: 40px;
    background-color: #fff;
}
.ui-step {
    width: 900px;
    margin: 20px auto 100px;
}
.clearfix {
    zoom: 1;
}
.ui-step .current {
    background-color: #17ade0;
}
.ui-step .first-step {
    width: 180px;
}
.ui-step li {
    position: relative;
    float: left;
    height: 1px;
    background-color: #dde0e2;
    width: 200px;
}
.ui-step .step-tips {
    position: absolute;
    top: -24px;
    width: 180px;
    text-align: center;
}
.ui-step .first-step .step-tips, .ui-step .second-step .step-tips, .ui-step .third-step .step-tips {
    right: -66px;
}
.ui-step .second-step {
    width: 195px;
}
.ui-step .third-step {
    width: 195px;
}
.ui-step .fourth-step {
    width: 330px;
}
.ui-step .fourth-step .step-tips {
    right: 66px;
}
.ui-step .current .ico-number {
    background-position: 0 -58px;
}
.ui-step .ico-number {
    background: url(http://pic.c-ctrip.com/ebooking/web/un_base.png) no-repeat;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 28px;
    font-family: "Simsun";
    display: inline-block;
}
.ui-step .text-name {
     height: 44px;
     line-height: 22px;
     color: #666;
     font-size: 14px;
     font-family: "Microsoft YaHei";
     overflow: hidden;
     word-wrap: break-word;
     display: inline-block;
     width: 100%;
 }
.ui-step .step-tips {
    position: absolute;
    top: -24px;
    width: 180px;
    text-align: center;
}
.ui-step .current .text-name {
    color: #09c;
}
.sec-form-item {
    zoom: 1;
    position: relative;
    margin-bottom: 30px;
}
.sec-form-item .form-label {
     float: left;
     display: inline;
     width: 300px;
     line-height: 34px;
     text-align: right;
     font-size: 18px;
     font-family: "Microsoft YaHei";
     overflow: hidden;
 }
.sec-form-item .form-field {
    margin-left: 320px;
}
.sec-form-item .input-text {
    display: inline-block;
    width: 238px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    padding: 4px;
    border: 1px solid #ccc;
}
.sec-form-item .ui-msg {
    display: inline-block;
    padding: 2px 5px;
    color: #666;
    border: 1px solid #d6c197;
    background-color: #fffcd8;
}
.sec-form-item .ui-msg .ico-warn {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    vertical-align: middle;
    background-position: -75px 0;
    overflow: hidden;
}
label {
    cursor: default;
}
.sec-form-item .input-captcha {
    width: 100px;
}
.sec-form-tool {
    padding-left: 320px;
}
a.d-btn {
    height: 26px;
    line-height: 26px;
}
.d-btn-level1 {
    background-color: #1badda;
    /* background: linear-gradient(#1fb8e6 0%, 30%, #1badda 100%); */
    color: #fff;
}
.d-btn {
    display: inline-block;
    height: 28px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #1badda;
    background-color: #1badda;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    overflow: visible;
    cursor: pointer;
}
a {
    color: #1badda;
    text-decoration: none;
}
.reset-password {
    position: relative;
    float: left;
    width: 160px;
    height: 90px;
    margin: 0 20px;
    padding: 20px 20px 20px 70px;
    cursor: pointer;
    color: #333;
    border: 4px solid #efefef;
    overflow: hidden;
}
.reset-password .ico-mobile {
    position: absolute;
    top: 25px;
    left: 30px;
    width: 20px;
    height: 33px;
    background: url(http://pic.c-ctrip.com/ebooking/web/un_base.png) no-repeat;
    background-position: -46px -250px;
    overflow: hidden;
}
.reset-password .reset-title {
    font-size: 26px;
    font-family: "Microsoft YaHei";
    display: block;
    margin-bottom: 5px;
}
.reset-password .reset-info {
    display: block;
    margin-bottom: 5px;
    color: #666;
}
.sec-reset {
    width: 320px;
    margin: 0 auto;
    padding: 50px 0 100px;
}
.sec-succeed {
    width: 400px;
    margin: 0 auto;
    padding: 100px 0;
    overflow: hidden;
}
.sec-succeed .ico-succeed {
    float: left;
    display: inline-block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    background: url(http://pic.c-ctrip.com/ebooking/web/un_base.png) no-repeat;
    background-position: -75px -147px;
}
.sec-succeed .succeed-info {
    margin-left: 60px;
}
.d-24 {
    font-size: 24px;
}
.sec-form-item .captcha {
    width: 60px;
    height: 25px;
    vertical-align: middle;
}
.phoneshowspan{
    font-size: 18px;
    font-family: "Microsoft YaHei";
    overflow: hidden;
}