* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}

div {
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
}

ul,
ol,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #fff;
}

img {
    border: none;
    outline: none;
    display: block;
    width: 100%;
}

input,
select {
    outline: none;
    border: none;
    background: none;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    /*min-height: 100%;*/
    /*  height: 100%;
  overflow: hidden;*/
    user-select: none;
    -webkit-user-select: none;
    background-color: #f6f6f6;
    font-family: 'MicrosoftYaHei', '微软雅黑', 'STHeitiSC';
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
}

.fixed {
    position: fixed;
}

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

#container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.page,
.layer {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.layer {
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

.page .inner,
.layer .inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.nothing {
    width: 100%;
    color: #999;
    font-size: .65rem;
    padding: 6rem 0 1rem !important;
    background: transparent !important;
    text-align: center;
    background: url('../img/kong.png') center center no-repeat;
    background-size: 3rem 3rem;
}

.page-loading-wrap {
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
}

.page-loading-wrap img {
    width: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.toast {
    max-width: 90%;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: .65rem;
    padding: 2% 10px;
    line-height: 145%;
    border-radius: .15rem;
    display: inline-block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: none;
    z-index: 10000;
}

.l-phone form {
    width: 85%;
    padding: .6rem .8rem 1.5rem;
    background: url('../img/border.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.l-phone .row {
    width: 100%;
    height: 1.9rem;
    background-color: #fff;
    margin: .8rem 0 0;
    border-radius: .16em;
    border: 1px solid #f0cd9d;
    overflow: hidden;
    float: left;
}

.l-phone .row input {
    color: #666;
    width: 100%;
    padding-left: .8rem;
    font-size: .6rem;
    height: 1.8rem;
    float: left;
}

.l-phone .row:nth-of-type(2) {
    width: 60%;
}

.l-phone .row-s {
    width: 35%;
    color: #ed2937;
    letter-spacing: 1px;
    background-color: #fff;
    display: inline-block;
    font-size: .6rem;
    line-height: 1.8rem;
    text-align: center;
    box-shadow: 0 0 3px #ccc;
    border-radius: .16rem;
    border: 1px solid #f0cd9d;
    margin: .8rem 0 0;
    float: right;
}

.l-phone .btn-wrap {
    padding-top: 10%;
    clear: both;
    color: #fff;
    text-align: center;
}

.l-phone .btn-wrap span {
    padding: .25rem 1.4rem;
    font-size: .85rem;
    border-radius: .2rem;
    border-bottom: .135rem solid #a20611;
    background-color: #ed2937;
    margin: 0 auto;
}

.float-ele {
    width: 4rem;
    position: fixed;
    top: 50%;
    right: 5%;
    z-index: 100001;
}

.float-ele img {
    width: 100%;
}

[v-cloak] {
    display: none;
}

.more::after,
.icon-back::after {
    border: solid 2px #c8c8cd;
    content: " ";
    top: 50%;
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.more::after {
    border-bottom-width: 0;
    border-left-width: 0;
    right: 20px;
}

.icon-back::after {
    border-top-width: 0;
    border-right-width: 0;
    left: 20px;
}

.back {
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    background-color: #fff;
    text-align: center;
    font-size: .68rem;
    color: #252525;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0 0 4px 1px #eee;
}

.close {
    width: 2rem;
    height: 2rem;
    background: url('../img/close.png') center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 12%;
    top: 20%;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
}

.popbox {
    position: absolute;
    width: 84%;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.d-f {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
}

.d-f-j-s {
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.d-f-j-b {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.d-f-j-a {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.d-f-j-c {
    justify-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
}

.d-f-a-c {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.d-f-a-s {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: flex-start;
}

.d-f-a-e {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: flex-end;
}

.d-f-r {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.d-f-c {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.d-f-w {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-f-j-a-c {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
}

.p-r {
    position: relative;
    z-index: 0;
}

.p-a {
    position: absolute;
}

.f-1 {
    flex: 1;
}


.heartBeat {
    animation: heartBeat 0.8s infinite;
    -webkit-animation: heartBeat 0.8s infinite;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}