@charset "utf-8";

.cjm-input-wrap:after,.cjm-verificationCode:after {
    content: '';
    clear: both
}

.cjm-btn,a {
    text-decoration: none
}

* {
    -webkit-tap-highlight-color: rgba(255,0,0,0);
    font-family: '微软雅黑',tahoma,arial,'Hiragino Sans GB',"\5b8b\4f53",sans-serif;
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

body {
    min-height: 100%;
    position: relative;
    height: auto
}

img {
    vertical-align: bottom
}

a,input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

input {
    border: 0
}

.cjm-alert,.cjm-confirm {
    border-radius: .1875rem;
    margin-left: -4.21875rem;
    overflow: hidden
}

.cjm-alert-button,.cjm-confirm-button {
    border-top: 1px solid #ccc;
    text-align: center
}

li,ul {
    list-style: none
}

.cjm-alert {
    width: 8.4375rem;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -2.1875rem;
    z-index: 100
}

.cjm-alert-bg,.cjm-message {
    top: 0;
    left: 0;
    position: fixed
}

.cjm-alert-bg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 99
}

.cjm-alert-txt {
    color: #666;
    background: #fff;
    padding: .78125rem;
    text-align: center;
    font-size: .5rem
}

.cjm-alert-button {
    height: 1.40625rem;
    line-height: 1.40625rem;
    font-size: .5rem;
    background-color: #fff;
    color: #009FF2
}

.cjm-message {
    right: 0;
    z-index: 101;
    background: rgba(0,0,0,.6);
    color: #fff;
    line-height: .9375rem;
    padding: .234375rem .46875rem;
    text-align: center;
    font-size: .46875rem;
    display: none
}

.cjm-confirm {
    width: 8.4375rem;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100
}

.cjm-confirm-bg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99
}

.cjm-confirm-txt {
    color: #666;
    background: #fff;
    padding: .78125rem;
    text-align: center;
    font-size: .5rem
}

.cjm-confirm-button {
    height: 1.40625rem;
    line-height: 1.40625rem;
    font-size: .5rem;
    background-color: #fff;
    color: #009FF2
}

.cjm-confirm-button a {
    float: left;
    width: 50%;
    text-align: center;
    box-sizing: border-box
}

.cjm-confirm-button-cancel {
    border-right: 1px solid #ccc
}

.cjm-input {
    width: 100%;
    height: 1.15625rem;
    line-height: .78125rem;
    border: 1px solid #ddd;
    border-radius: .125rem;
    box-sizing: border-box;
    overflow: hidden;
    padding: .1875rem .3125rem;
    background: #eee;
    color: #666;
    font-size: .46875rem
}

.cjm-input::-webkit-input-placeholder {
    color: #666
}

.cjm-input:-ms-input-placeholder {
    color: #666
}

.cjm-input::placeholder {
    color: #666
}

.cjm-input-clearBtn-wrap {
    position: relative
}

.cjm-input-clearBtn {
    width: 1.15625rem;
    height: 1.15625rem;
    position: absolute;
    right: 0;
    top: 0;

    background-size: .578125rem .578125rem;
    display: none;
    z-index: 50
}

.cjm-input-wrap:after {
    display: block
}

.cjm-input-left {
    display: none
}

.cjm-code-guide-wrap {
    position: absolute;
    display: none;
    right: .78125rem;
    top: -2.8125rem;
    width: 2.8125rem;
    height: 3.125rem;
    z-index: 100;

    background-size: 100% 100%;
    text-align: center
}

.cjm-code-guide {
    width: 2.8125rem;
    height: 3.125rem;
    display: block;
    background: url(../images/code-guide.gif) no-repeat;
    background-size: 100% 100%
}

.cjm-verificationCode:after {
    display: block
}

.cjm-verificationCode-input {
    width: 65%;
    float: left
}

.cjm-verificationCode-img {
    margin-left: 5%;
    width: 30%;
    float: left;
    height: 1.15625rem;
    border-radius: .125rem;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: .03125rem 0;
    background: #fff
}

.cjm-btn,.cjm-footer {
    width: 100%;
    text-align: center
}

.cjm-verificationCode-img img {
    display: block;
    height: 100%;
    margin: 0 auto;
    background: #fff
}

.cjm-btn {
    height: 1.15625rem;
    line-height: 1.15625rem;
    display: block;
    color: #fff;
    background: #FF7E2F;
    border: none;
    border-radius: .125rem;
    font-size: .53125rem
}

.cjm-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: .3125rem;
    padding-bottom: .390625rem;
    color: #ccc
}

.cjm-footer a {
    color: #ccc;
    font-size: inherit
}

.cjm-footer-holder {
    height: 1.5625rem
}