html {
    color: #333;
    background: #fff;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-user-select: none;
    user-select: none
}

html,
body {
    position: relative;
    /* height: 100%;
	min-height: 100% */
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 "San Francisco", "Helvetica Neue", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft Yahei", "微软雅黑", Tahoma, Helvetica, Arial, sans-serif, STHeiti;
    -webkit-font-smoothing: antialiased
}

input,
select,
textarea {
    font-size: 100%
}

input,
button,
select,
textarea {
    outline: none;
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: inherit
}

fieldset,
img {
    border: 0
}

iframe {
    display: block
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500
}

q:before,
q:after {
    content: ''
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

a {
    color: #29a9df;
    cursor: pointer
}

    a:hover {
        text-decoration: none
    }

a,
img {
    -webkit-touch-callout: none
}

a,
input,
* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important
}

ins,
a {
    text-decoration: none
}

input::-ms-clear {
    display: none
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none
}

input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.txtl {
    text-align: left
}

.txtr {
    text-align: right
}

.txtc {
    text-align: center
}

.fl {
    float: left
}

.fr {
    float: right
}

.hide {
    display: none
}

.show {
    display: block
}

.v-hidden {
    visibility: hidden
}

.v-visible {
    visibility: visible
}

.ellipsis,
.com-formbox .formbox-txt,
.prjd-loan-info-row li,
.trends-box > a p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: " "
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    display: block;
    visibility: hidden
}

/* pay */
html, body {
    background: #efefef;
}

.line-h {
    height: 0.36rem;
}

.wallet-box {
    width: 9.22rem;
    height: 3.5rem;
    background: url(../img/bg_01.png) no-repeat center top;
    background-size: 100%;
    margin: 0 auto;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.6rem;
}

    .wallet-box h3 {
        font-size: 0.4rem;
    }

    .wallet-box span {
        font-size: 0.56rem;
    }

    .wallet-box .content {
        padding: 1rem 0;
    }

/* money */
.wallet-money {
    padding: 0.44rem 0;
}

    .wallet-money .title {
        background: #FFFFFF;
        line-height: 1.3rem;
        font-size: 0.4rem;
        padding-left: 0.4rem;
    }

    .wallet-money ul {
        lex;
        padding: 0.2rem;
        display: block;
    }

    .wallet-money .com-box li {
        width: 2.7rem;
        margin: 0.15rem;
        display: inline-block;
        height: 1.35rem;
        background: #FFFFFF;
        border-radius: 0.2rem;
        text-align: center;
        line-height: 0.5rem;
        padding: 0.15rem 0;
        color: #999;
        box-shadow: 0 7px 12px rgba(0,0,0,.12);
    }

        .wallet-money .com-box li.active {
            background: #ef6c93;
            color: #fff;
        }

            .wallet-money .com-box li.active span {
                color: #fff;
            }

        .wallet-money .com-box li span {
            font-size: 0.45rem;
            font-weight: bold;
            color: #a69acb;
        }

        .wallet-money .com-box li p {
            font-size: 0.32rem;
        }

/* pay */
.pay-apple, .pay-google {
    background: url(../img/icon_apple.png) no-repeat 0.4rem center #FFFFFF;
    height: 1.46rem;
    padding: 0 0.4rem;
    background-size: 0.57rem 0.67rem;
    line-height: 1.46rem;
    text-indent: 0.8rem;
    margin-bottom: 0.4rem;
    font-size: 0.4rem;
}

.pay-google {
    background: url(../img/icon_google.png) no-repeat 0.4rem center #FFFFFF;
    background-size: 0.57rem 0.57rem;
}

.pay-box span a {
    width: 0.36rem;
    height: 0.36rem;
    display: inline-block;
    background: #FFFFFF;
    border: solid 2px #ef6c93;
    border-radius: 1rem;
    vertical-align: middle;
    margin-top: 0.5rem;
}

.pay-apple.active span a, .pay-google.active span a {
    background: url(../img/ico1.png) no-repeat left center;
    background-size: 100%;
    border: none;
    width: 0.45rem;
    height: 0.45rem;
}

.price-btn {
    text-align: center;
    padding: 0.5rem 0 1rem 0;
}

    .price-btn a {
        background: url(../img/btn.png) no-repeat left top;
        display: inline-block;
        width: 7.33rem;
        height: 1.33rem;
        background-size: 100%;
        margin: 0 auto;
        line-height: 1.33rem;
        font-size: 0.4rem;
        color: #FFFFFF;
    }

/* tips */
.tips {
    width: 4rem;
    height: 4rem;
    text-align: center;
    margin: 0 auto;
    padding-top: 0.2rem;
    font-size: 0.5rem;
    font-weight: bold;
}

    .tips img {
        width: 2rem;
        height: 2rem;
    }

.mask_layer {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,.4);
    color: #849195;
}

.mask_login {
    width: 90%;
    height: 376px;
    border: 4px solid #ccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 101;
    padding-top: 80px;
    background-clip: padding-box;
}

.mask_account {
    padding: 0 30px 0 30px;
    width: 230px;
    height: 386px;
}

    .mask_account p {
        text-align: center;
    }

    .mask_account h2 {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 68px;
        font-size: 40px;
        font-weight: normal;
        color: #546064;
        text-align: center;
    }

    .mask_account input {
        margin-top: 21px;
        width: 100%;
    }

    .mask_account p {
        color: red;
        line-height: 30px;
        padding-left: 10px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
    }
.itemipt label {
    float: left;
}

.mask_account .itemipt > label {
    width: 23%;
    display: inline-block;
    margin-top: 36px;
    font-weight: bold;
    font-size: 16px;
}

.mask_account .itemipt > input {
    width: 70%;
    border-bottom: none;
    font-size: 16px;
}

.mask_account .itemipt {
    border-bottom: solid 1px #b9b9b9;
}

.box_button {
    font-size: 36px;
    padding: 20px 0;
    height: auto;
    line-height: 52px;
}

.quit {
    position: absolute;
    top: 20px;
    right: 20px;
}

.mask_login_left {
    padding-left: 94px;
    padding-right: 94px;
    border-right: 1px solid #00D8C9;
}

.mask_login_right {
    padding-right: 70px;
    width: 166px;
}

    .mask_login_right img {
        width: 160px;
    }

.quit {
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.quit {
    background-image: url(/PayNow/img/sprite_icon.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
    background-position: -15px -393px;
    cursor: pointer;
}

.tel_code {
    position: relative;
    height: 38px;
}

.mask_login_left {
    width: 277px;
}

    .mask_login_left h2 {
        margin-top: 0;
        margin-bottom: 20px;
        width: 270px;
        line-height: 28px;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
    }

.tel_code ul {
    height: 270px;
    position: absolute;
    z-index: 10;
    top: 39px;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    width: 274px;
    max-height: 270px;
    line-height: 30px;
    background-color: #fff;
    overflow-y: auto;
    list-style: none;
    border: 1px solid #E8EDEE;
    border-top: none;
    cursor: pointer;
}

    .tel_code ul li {
        float: none;
        padding-left: 10px;
    }

        .tel_code ul li:hover {
            background-color: #E8EDEE;
        }

input, .tel_code p {
    line-height: 27px;
    border-bottom: 1px solid #E8EDEE;
    height: 50px;
    padding-left: 10px;
    color: #849195;
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 28px;
}

form input {
}

.tel_code p {
    display: block;
    cursor: pointer;
}

.tel {
    margin-top: 10px;
}

    .tel input {
        width: 100%;
    }

.round_button {
    display: block;
    width: 264px;
    line-height: 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #ff6699;
    border-radius: 18px;
    cursor: pointer;
    margin-top: 28px;
}
.dn {
    display: none !important;
}