*{
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
}
body {
    font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;
    color: #333;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    /*-webkit-tap-highlight-color: rgba(255,255,255,0);*/
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: none;

}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
    overflow: hidden;
}
.hidden {
    display: none;
}
a {
    text-decoration: none;
}
.lp-main {
    width: 320px;
    margin: 0 auto;
}
.header {
    background: #4d4398;
    height: 45px;
    display: -webkit-box;
}
.header .logo {
    background: url("../images/lufax-logo.png") 20px 0 no-repeat;
    width:196px;
    height: 45px;
    background-size: 176px 45px;
    display: -webkit-box;
}
.header p {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    color: #fff;
    font-size: 12px;
    margin: 0 0 0 10px;
}
article {
    padding: 0 15px;
    margin: 0 0 10px;

}
article p {
    font-size: 14px;
    margin: 0 0 5px;
    line-height: 25px;
}
.points-info p:first-child {
   border-bottom: 1px dashed #dedede;
    padding: 0 0 10px;
}
.coins {
    color: #ea5504;
    font-size: 18px;
}
.sub-title {
    color: #4d4398;
    font-weight: bold;
}
.anyidai-info {
    padding-bottom:40px;
}
.anyidai-info .sub-info {
    color: #999;
    margin: 0 0 10px;
    display: block;
}
.register-btn {
    background: #000;
    opacity: .5;
    height: 45px;
    position: fixed;
    bottom: 0;
    width: 320px;
}
.btn {
    background: #ea5404;
    color: #fff;
    text-align: center;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 290px;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
}
.btn-reg {
    z-index: 1;
    position: fixed;
    bottom: 2px;
    margin: 0 0 0 15px;
}
/*.btn:hover {*/
    /*background: #ffff00*/
/*}*/
/*.reg*/
.reg-wrap {
    margin: 10px 0 0 0;
    padding: 0 10px;
}
.steps {
    background: #f3ab3a;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
    padding: 0 0 0 12px;
    position: relative;
    margin-bottom: 15px;
}
.steps .steps-num {
    color: #ea5504;
    font-weight: bold;
}
.steps b {
    border-color: #f3ab3a transparent transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -17px;
    font-size: 0;
    height: 0;
    left: 12px;
    line-height: 0;
    position: absolute;
    width: 0;
}
.steps.disabled {
    background: #ddd;
}
.steps.disabled .steps-num {
    color: #fff;
}
.steps.disabled b {
    border-color: #ddd transparent transparent;
}
.input-wrap {
    margin: 0 0 10px 0;
    position: relative;
}
.input-wrap.form-success .icon {
    display: inline-block;
}
.input-wrap .icon {
    display: none;
    width: 15px;
    height: 15px;
    position: absolute;
    background:url("../images/form-icon.png") no-repeat right 0;
    background-size: 353px 340px;
    right: 10px;
    top: 15px;
}
.input-code .icon {
    right: 152px;
}
.input-wrap input {
    height: 44px;
    line-height: 44px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 268px;
    font-size: 14px;
    box-shadow: none;
    padding: 0 0 0 30px;
    background: #f6f6f6 url("../images/form-icon.png") no-repeat 0 0;
    background-size: 353px 340px;
}
.input-wrap input:focus {
    height: 42px;
    line-height: 42px;
    border: 2px solid #a6a1cb;
    width: 266px;
    outline:none
}
.input-wrap.form-error input {
    height: 42px;
    line-height: 42px;
    border: 2px solid #ff0000;
    width: 266px;
    outline:none
}
.input-wrap input.userName {
    background-position: -292px -23px;
}
.input-wrap input.userName:focus {
    background-position: -253px -62px;
}
.input-wrap input.comPassword,
.input-wrap input.password {
    background-position: -212px -107px;
}
.input-wrap input.comPassword:focus,
.input-wrap input.password:focus {
    background-position: -176px -144px;
}
.input-wrap input.mobile {
    background-position: -131px -183px;
}
.input-wrap input.mobile:focus {
    background-position: -88px -224px;
}
.input-wrap input.otpNum,
.input-wrap input.validNum {
    background-position: -43px -267px;
}
.input-wrap input.otpNum:focus,
.input-wrap input.validNum:focus {
    background-position: 8px -309px;
}
.input-code input {
    width: 128px;
}
.input-code.form-error input,
.input-code input:focus {
    width: 126px;
}

#validateImg {
    float: right;
}
.radio-wrap {
    margin: 10px 0;
}
.radio-wrap input {
    border: 2px solid #f6731e;
    vertical-align: middle;
    -webkit-appearance:checkbox;
    /*background: #fff;*/
}
.radio-wrap label {
    font-size: 12px;
    color: #999;
    vertical-align: middle;
}
.btn-confirm,
.btn-next {
    width: 100%;
    margin-bottom: 10px;
}
.intro-header {
    background: #4d4398;
    color: #fff;
    border-left: 6px solid #1d2088;
    height: 45px;
    display: -webkit-box;
    -webkit-box-align: center;
    padding: 0 0 0 10px;
    position: relative;
}
.intro-header b {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../images/intro-header-arrow.jpg") no-repeat 0 0;
    background-size: 20px 20px;
    top: 12px;
    right: 18px;
    -moz-transition: -moz-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
}
.intro-header.on b {
    -moz-transform: rotate(90deg);
    -moz-transform-origin: 50% 50%;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    -o-transform: rotate(90deg);
    -o-transform-origin: 50% 50%;
    transform: rotate(90deg);
    transform-origin: 50% 50%;
}
.intro-body {
    margin-bottom:0 ;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
    background: #fdf6df;
}
.otpNum {
    vertical-align: middle;
}
.countdown {
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ddd;
    border-radius: 4px;
    color: #fff;
    float: right;
    display: inline-block;
    margin: 3px 0 0 0;
}
.change-phone-num {
    text-align: right;
    color: #666;
    margin: 0 0 10px 0;
    padding: 0 5px 0 0;
}
.change-phone-num a.phone-num {
    color: #ea5504;
}
.countdown-tips {
    background: #fdf6df;
    position: relative;
    display: inline-blcok;
    padding: 5px 10px;
    font-size: 14px;
    color: #ccc;
    float: right;
    margin-top: 10px;
}
.countdown-tips b {
    border-color: transparent transparent #fdf6df;
    border-style: solid;
    border-width: 10px;
    top: -20px;
    font-size: 0;
    height: 0;
    right: 50px;
    line-height: 0;
    position: absolute;
    width: 0;
}
/*success-wrap*/
.success-wrap {
    margin: 10px 0 0 0;
    padding: 0 10px;
}
.success-header {
    text-align: center;
    border-bottom: 1px dashed #dedede;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.success-icon {
    background: url("../images/success-icon.png") no-repeat 0 0;
    display: inline-block;
    background-size: 148px 64px;
}
.success-icon.success {
    width: 57px;
    height: 55px;
}
.success-header p {
    font-size: 24px;
    color: #106f00;
}
.next-flows p {
    margin: 0 0 10px 0;
}
.flows-list {
    margin: 0 0 10px 0;
}
.flows-list li {
    float: left;
    background: #fdf6df;
    border: 1px solid #f3ab3a;
    list-style: none;
    font-size: 16px;
    color: #f3ab3a;
    height: 37px;
    line-height: 37px;
    padding: 0 16px;
    position: relative;
    margin-left: -4px;
    border-radius: 3px;
}
.flows-list li b {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #fdf6df;
    border: 1px solid #f3ab3a;
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    right: -3px;
    top: 12px;
    z-index: 2;
}
.flows-info {
    font-size: 14px;
    color: #989898;
}
.success-btns a {
    display: inline-block;
    width: 159px;
    height: 80px;
    background: #4d4398;
    float: left;
    margin-bottom:1px;
    text-align: center;
}
.success-btns a:first-child {
    margin: 0 1px 0 0;
}
.success-btns a:last-child {
    margin: 0 0 0 1px;
}
.success-btns .header-title {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin: 10px 0 5px 0;
}
.success-btns .service-phone .header-title {
    margin-bottom:0 ;
}

.success-btns .vision {
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
}
.success-icon.ios,
.success-icon.android,
.success-icon.phone,
.success-icon.pc {
    background-position: -99px -34px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.success-icon.android {
    background-position: -119px 1px;
}
.success-icon.phone {
    background-position: -61px 1px;
}
.success-icon.pc {
    background-position: -61px -29px;
}
.intro-place,
.service-time {
    font-size: 12px;
    color: #999;
}
.intro-place {
    padding: 0 10px;
    line-height: 22px;
    margin-top: 10px;
}
.error-place {
    padding: 0 10px;
    font-size: 12px;
    color: #ff0000;
    margin-top: 10px;
}
.add-to-screen {
    width:223px;
    height: 106px;
    background: #000;
    opacity: .5;
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -111px;
}
.add-to-screen b {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -10px;
    font-size: 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    line-height: 0;
    position: fixed;
    width: 0;
}
.add-screen-body {
    width:217px;
    height: 88px;
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -111px;
    padding: 18px 0 0 6px;
}
.lufax-icon {
    background: url("../images/lufax-icon.png") 0 0 no-repeat;
    background-size: 72px 72px;
    width: 72px;
    height: 72px;
    display: inline-block;
    float: left;
}
.close-icon {
    background: url("../images/close-icon.png") 0 0 no-repeat;
    background-size: 19px 19px;
    width: 19px;
    height: 19px;
    display: inline-block;
    float: right;
    margin: -14px 5px 0 0;
}
.screen-icon {
    background: url("../images/screen-icon.png") 0 0 no-repeat;
    background-size: 19px 26px;
    width: 19px;
    height: 26px;
    display: inline-block;
    vertical-align: text-bottom;
}
.add-screen-body span {
    color: #fff;
    font-size: 14px;
    float: left;
    margin: 0 0 0 5px;
    line-height: 26px;
}