.main, .main .input-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

a, b, body, button, dd, div, dl, dt, em, footer, h1, h2, h3, h4, header, html, i, img, input, li, ol, p, select, span, strong, textarea, ul {
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    background-repeat: no-repeat;
    -webkit-tap-highlight-color: transparent
}

body {
    line-height: 1;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
    overflow-x: hidden;
    /*-webkit-user-select: none;*/
    /*user-select: none;*/
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

li, ol, ul {
    list-style: none
}

a {
    text-decoration: none
}

b, em, i, strong {
    font-style: normal;
    font-weight: 400
}

button, input, textarea {
    background: 0 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

button {
    border: none
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #d1cece
}

.button-positive-lg, .button-positive-md, .button-positive-sm {
    display: block;
    margin: 0 10px;
    text-align: center;
    color: #fff;
    background-color: #6bd379
}

input, select, textarea {
    resize: none;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

.button-positive-lg {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.button-positive-md {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    -webkit-border-radius: 12.5px;
    border-radius: 12.5px
}

.button-positive-sm {
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px
}

.button-primary-lg, .button-primary-md, .button-primary-sm {
    display: block;
    margin: 0 10px;
    text-align: center;
    color: #fff;
    background-color: #f2a670
}

.button-primary-lg {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.button-primary-md {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    -webkit-border-radius: 12.5px;
    border-radius: 12.5px
}

.button-primary-sm {
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px
}

.button-negative-lg, .button-negative-md, .button-negative-sm {
    background-color: #f27070;
    display: block;
    margin: 0 10px;
    color: #fff;
    text-align: center
}

.button-negative-lg {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.button-negative-md {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    -webkit-border-radius: 12.5px;
    border-radius: 12.5px
}

.button-negative-sm {
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px
}

.button-disabled {
    display: block;
    margin: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #e2e2e2
}

.hide {
    display: none
}

.hide-force {
    display: none !important
}

.orange {
    color: #f2a670
}

.red {
    color: red
}

.gray {
    color: #777
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.error-tip, .info-tip, .warn-tip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    line-height: 15px;
    background: #f27070;
    z-index: 1000
}

.info-tip {
    background: rgba(139, 201, 114, .9)
}

.loading {
    display: none
}

.loading .loading-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100
}

.loading .loading-img, .loading .loading-img-tran {
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin: -16px;
    z-index: 101;
    position: fixed
}

.open-in-browser-dialog .mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 100
}

.open-in-browser-dialog .content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background: #fff;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    line-height: 30px;
    font-size: 18px;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000
}

.open-in-browser-dialog .content .line .text {
    margin-right: 10px
}

.open-in-browser-dialog .content .line .dot {
    display: inline-block;
    background-color: #000;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 4px;
    vertical-align: middle
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.main .button-container .query:disabled, .main .button-container .receive:disabled {
    opacity: .5
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

body, html {
    position: relative;
    margin: 0;
    width: 100%
}

/*.other-activity {*/
/*    background-image: url(//static.yximgs.com/udata/pkg/userGrowth-FE-Mobile/operator-register-banner.png)*/
/*}*/

.jiangsu-mobile {
    background-image: url(//static.yximgs.com/udata/pkg/userGrowth-FE-Mobile/operator-register-banner-jiangsu.png)
}

.main {
    width: 100%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-color: #f14e3d;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.main .loader {
    position: fixed;
    z-index: 10002;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5)
}

.main .loader .loader-img {
    width: 40px;
    height: 40px;
    background: url(//static.yximgs.com/udata/pkg/userGrowth-FE-Mobile/loading-1.png) no-repeat;
    -webkit-animation: loader 1s infinite steps(12);
    animation: loader 1s infinite steps(12);
    overflow: hidden
}

@-webkit-keyframes loader {
    to {
        background-position: -480px 0
    }
}

@keyframes loader {
    to {
        background-position: -480px 0
    }
}

.main .hidden {
    display: none
}

.main .hidden .share-sample {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px
}

.main .place-holder {
    height: 1.7066666666666668rem
}

.main .input-container {
    margin-top: 1.813333333333333rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.main .input {
    width: 13.76rem;
    height: 2.4rem;
    -webkit-border-radius: 1.2rem;
    border-radius: 1.2rem;
    line-height: 1.12rem;
    padding-left: 1.2266666666666666rem;
    background-color: #FFF;
    color: #443B3B;
    font-size: .8533333333333334rem
}

.main .input::-webkit-input-placeholder {
    color: #D2AB9A;
    font-size: .7466666666666667rem;
    line-height: 1.12rem
}

.main .sms-code {
    margin-top: 1.0666666666666667rem
}

.main .clear-phone {
    position: absolute;
    left: 12.96rem;
    top: .8rem;
    width: .8rem;
    height: .8rem;
    background-image: url(//static.yximgs.com/udata/pkg/userGrowth-FE-Mobile/operator-phone-del.png);
    -webkit-background-size: 100% 100%;
    background-size: 100%
}

.main .request-code {
    position: absolute;
    left: 10.026666666666667rem;
    top: 4.1066666666666665rem;
    line-height: 1.12rem;
    font-size: .7466666666666667rem;
    color: #F16F20;
    outline: 0
}

.main .request-code:disabled {
    color: #D2AB9A
}

.main .button-container {
    margin-top: 1.28rem;
    width: 14.986666666666666rem;
    height: 2.506666666666667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.main .button-container .receive {
    width: 15.533333333333333rem;
    height: 2.506666666666667rem;
    -webkit-border-radius: 1.2533333333333334rem;
    border-radius: 1.2533333333333334rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF2BE), to(#FFA91F));
    background-image: -webkit-linear-gradient(top, #FFF2BE 0, #FFA91F 100%);
    background-image: linear-gradient(-180deg, #FFF2BE 0, #FFA91F 100%);
    -webkit-box-shadow: 0 6px 12px 0 rgba(137, 0, 0, .16);
    box-shadow: 0 6px 12px 0 rgba(137, 0, 0, .16);
    font-size: 1.0133333333333334rem;
    color: #D82E26;
    letter-spacing: 0;
    outline: 0
}

.main .button-container .query {
    width: 5.6rem;
    height: 2.506666666666667rem;
    border: 1px solid #FFE198;
    -webkit-border-radius: 1.2533333333333334rem;
    border-radius: 1.2533333333333334rem;
    font-size: .8rem;
    color: #FFE198;
    outline: 0
}

.main .rule-container {
    margin-top: 2.24rem;
    width: 100%
}

.main .rule-container .header {
    margin: 0 auto;
    /*width: 9.12rem;*/
    height: .8533333333333334rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.main .rule-container .header .title {
    font-size: .8533333333333334rem;
    color: #FFD0C1;
    text-align: center
}

.main .rule-container .header .left, .main .rule-container .header .right {
    width: 5.4rem;
    border: .5px solid #FFD0C1
}

.main .rule-container .rules {
    margin-top: 1.1733333333333333rem;
    margin-bottom: 2.6666666666666665rem;
    margin-left: 2.2933333333333334rem;
    width: 15.253333333333334rem
}

.main .rule-container .rules li {
    margin-left: .8rem;
    margin-bottom: .7466666666666667rem;
    list-style: decimal;
    color: #FFD0C1;
    font-size: .7466666666666667rem;
    line-height: 1.3333333333333333rem
}

.dialog .dialog-content-hd {
    height: 1.3866666666666667rem;
    padding: 0
}

.dialog .dialog-content-hd .dialog-btn-close {
    display: block;
    top: .4266666666666667rem;
    left: .4266666666666667rem;
    height: .96rem;
    width: .96rem;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    background-color: transparent
}

.dialog .dialog-content-hd .dialog-btn-close:after, .dialog .dialog-content-hd .dialog-btn-close:before {
    content: "";
    display: block;
    width: .96rem;
    height: .08rem;
    background-color: #ABABAB;
    position: absolute;
    top: .4266666666666667rem;
    right: 0
}

.dialog .dialog-content-ft {
    height: 3.7866666666666666rem;
    width: 12.373333333333333rem;
    margin: 0 auto
}

.dialog .dialog-content-ft .dialog-btn-confirm {
    width: 12.373333333333333rem;
    height: 2.1333333333333333rem;
    -webkit-border-radius: 1.0666666666666667rem;
    border-radius: 1.0666666666666667rem;
    line-height: 2.1333333333333333rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFAC35), to(#FF6A29));
    background-image: -webkit-linear-gradient(top, #FFAC35 0, #FF6A29 100%);
    background-image: linear-gradient(-180deg, #FFAC35 0, #FF6A29 100%);
    -webkit-box-shadow: 0 6px 12px 0 rgba(154, 54, 0, .3);
    box-shadow: 0 6px 12px 0 rgba(154, 54, 0, .3);
    font-size: .8rem;
    color: #FFF
}

.dialog .dialog-content-ft .dialog-btn-confirm:first-child, .dialog .dialog-content-ft .dialog-btn-confirm:last-child {
    -webkit-border-bottom-left-radius: 1.0666666666666667rem;
    border-bottom-left-radius: 1.0666666666666667rem;
    -webkit-border-bottom-right-radius: 1.0666666666666667rem;
    border-bottom-right-radius: 1.0666666666666667rem
}

.dialog .dialog-content-ft:after {
    border: 0
}

.msg-dialog .dialog-content {
    width: 14.933333333333334rem;
    height: 10.933333333333334rem
}

.msg-dialog .dialog-content-bd {
    margin: 2.1333333333333333rem 1.3333333333333333rem 0;
    height: 5.013333333333334rem;
    font-size: .8rem;
    line-height: 1.12rem;
    text-align: left
}

.msg-dialog .dialog-content-bd .label {
    color: #7F7979
}

.msg-dialog .dialog-content-bd .content {
    color: #443B3B;
    font-weight: 600
}

.msg-dialog .dialog-content-bd .status {
    margin-top: .8rem
}

.success-dialog .dialog-content {
    width: 14.933333333333334rem;
    height: 16.8rem
}

.success-dialog .dialog-content-bd {
    margin: 1.44rem 0 0;
    height: 11.626666666666667rem
}

.success-dialog .dialog-content-bd .img {
    width: 7.1466666666666665rem;
    height: 4.906666666666666rem;
    margin: 0 auto;
    background-image: url(//static.yximgs.com/udata/pkg/userGrowth-FE-Mobile/operator_success_popup.png);
    -webkit-background-size: 100% 100%;
    background-size: 100%
}

.success-dialog .dialog-content-bd .title {
    margin-top: 1.12rem;
    font-size: 1.0133333333333334rem;
    font-weight: 500;
    line-height: 1.0133333333333334rem;
    color: #443B3B
}

.success-dialog .dialog-content-bd .content {
    margin: 1.12rem auto 0;
    width: 11.306666666666667rem;
    font-size: .7466666666666667rem;
    font-weight: 400;
    line-height: 1.1733333333333333rem;
    color: #443B3B
}