* {
    -webkit-tap-highlight-color: transparent;
}

body iframe {
    display: none;
}

a,
body,
html {
    color: #333;
    position: relative;
    height: 100%;
    position: relative;
}

body,
dd,
dl,
form,
p {
    margin: 0;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    margin: 0
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

a {
    text-decoration: none
}

a img {
    border: 0;
    vertical-align: middle
}

input,
textarea {
    margin: 0;
    padding: 0;
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.fr {
    float: right
}

.fl {
    float: left
}

.hide {
    display: none;
}

.yahei {
    font-family: arial, Hiragino Sans GB, Microsoft Yahei, 微软雅黑, 宋体, 宋体, Tahoma, Arial, Helvetica, STHeiti;
}

.color_999 {
    color: #999;
}

input {
    outline: none;
}

body {
    background: #ffffff;
}

.red {
    color: #e4393c;
}

.bg_white {
    background: #fff!important;
}

.box {
    position: relative;
    width: 100%;
    background: #f4f4f4;
    box-sizing: border-box;
}

.box.active {
    height: 100%;
}

.footer_pd {
    padding-bottom: 1rem;
}

.head_pd {
    padding-top: 0.88rem;
}

.pt0 {
    padding-bottom: 0px!important;
}

.clf60 {
    color: #f60;
    font-weight: 600;
}

.bgT {
    background: transparent!important;
}

.time_cl {
    color: #999!important;
}


/*移动端清空input自带样式*/

input[type=button],
input[type=text],
input[type=password] {
    -webkit-appearance: none;
    outline: none
}


/*没有数据图片样式*/

.none {
    width: 3rem!important;
    margin: 0rem auto 0.5rem auto!important;
    padding-top: 1.4rem!important;
    display: block;
}


/*头部*/

.head_box {
    height: 0.88rem;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    background: #fff;
}

.head_left {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.88rem;
    width: 0.88rem;
    z-index: 4;
    background: url('../img/left.png') center center no-repeat;
    background-size: 0.35rem 0.35rem;
    cursor: pointer;
}

.head_title {
    width: 100%;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.34rem;
    border-bottom: 1px solid #f4f4f4;
}

.head_right {
    position: absolute;
    top: 0;
    right: 0.3rem;
    z-index: 4;
    line-height: 0.88rem;
    font-size: 0.3rem;
    color: #f60;
}


/*小文字提示框*/

.hiht_black {
    text-align: center;
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    padding: 0.18rem 0.4rem;
    border-radius: 0.1rem;
    color: #fff;
    font-size: 0.24rem;
    max-width: 80%;
}


/*选择提示框*/

.motal_select {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 12;
}

.black_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.modal_select_content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-70%);
    -webkit-transform: translateX(-50%) translateY(-70%);
    z-index: 14;
    height: 2.5rem;
    width: 5rem;
    background: #fff;
    border-radius: 0.15rem;
}

.modal_select_title {
    font-size: 0.26rem;
    line-height: 0.3rem;
    text-align: center;
    width: 100%;
    margin-top: 0.5rem;
}

.modal_select_msg {
    width: 100%;
    font-size: 0.24rem;
    line-height: 0.27rem;
    text-align: center;
    color: #7b7bb3;
    margin-top: 0.3rem;
}

.modal_select_btn_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.78rem;
    border-top: 1px solid #dcdcdc;
    overflow: hidden;
}

.modal_select_btn_false {
    float: left;
    border-right: 1px solid #dcdcdc;
    line-height: 0.78rem;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
    font-size: 0.27rem;
}

.modal_select_btn_true {
    width: 50%;
    float: left;
    box-sizing: border-box;
    font-size: 0.27rem;
    text-align: center;
    color: #f60;
    line-height: 0.78rem;
}

.swiper-container {
    height: 100%;
}

.init-loading {
    font-size: 0.26rem;
    line-height: 1rem;
    text-align: center;
    /*color:#f40;*/
    color: #666;
    display: none;
}

.loadtip {
    font-size: 0.26rem;
    line-height: 1rem;
    text-align: center;
    color: #666;
    display: none;
}


/*加载中*/

.loading_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.loading_box img {
    width: 1rem;
    height: 1rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.loading_content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.loading_list {
    float: left;
    overflow: hidden;
    width: 0.5rem;
    height: 0.5rem;
    text-align: center;
    font-size: 0;
    position: relative;
}

.loading_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    margin-right: 0.1rem;
    height: 0.2rem;
    width: 0.2rem;
    border-radius: 50%;
    background: #aaa;
    animation: myfirst 1.5s;
    -moz-animation: myfirst 1.5s;
    /* Firefox */
    -webkit-animation: myfirst 1.5s;
    /* Safari 和 Chrome */
    -o-animation: myfirst 1.5s;
    /* Opera */
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.loading_list:nth-child(2) .loading_div {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
}

.loading_list:nth-child(3) .loading_div {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
}

@keyframes myfirst {
    50% {
        width: 0.4rem;
        height: 0.4rem
    }
    100% {
        width: 0.2rem;
        height: 0.2rem
    }
}

@-moz-keyframes myfirst {
    50% {
        width: 0.4rem;
        height: 0.4rem
    }
    100% {
        width: 0.2rem;
        height: 0.2rem
    }
}

@-webkit-keyframes myfirst {
    50% {
        width: 0.4rem;
        height: 0.4rem
    }
    100% {
        width: 0.2rem;
        height: 0.2rem
    }
}

@-o-keyframes myfirst {
    50% {
        width: 0.4rem;
        height: 0.4rem
    }
    100% {
        width: 0.2rem;
        height: 0.2rem
    }
}


/*数字虚拟键盘模态框样式*/

.num_keyboard_model {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4.5rem;
    width: 100%;
    z-index: 1000000;
    background: #d0d3d9;
    padding: 0.1rem 0.1rem 0 0.1rem;
    box-sizing: border-box;
    overflow: hidden;
    font-family: "Microsoft YaHei", Helvetica, STHeiTi, "Helvetica Neue", "微软雅黑", SimSun, sans-serif;
}

.num_keyboard_model span {
    width: calc((100% - 0.2rem)/3);
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
    float: left;
    height: 0.9rem;
    line-height: 0.86rem;
    border-bottom: 0.04rem solid #898b90;
    box-sizing: border-box;
    background: #fff;
    font-size: 0.4rem;
    text-align: center;
    font-weight: 900;
    border-radius: 0.07rem;
}

.num_keyboard_model span:nth-child(3n) {
    margin-right: 0;
}

.num_keyboard_model .keyboard_btn_style {
    background: #d0d3d9;
    border-bottom: 0.04rem solid #d0d3d9;
    font-weight: 400;
}

.num_keyboard_model_close {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.3rem;
    text-align: center;
    font-weight: 900;
}

.empty {
    height: 50px;
}