@charset "utf-8";

html {
    -webkit-tap-highlight-color: transparent;
    font-size: 50px;
    min-width: 320px;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    color: #282828;
    font-size: .26rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    /* IOS禁止微信调整字体大小 */
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

ol,
ul {
    list-style: none;
}

img {
    width: 100%;
    border: 0;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-weight: 400;
}

table {
    border-collapse: collapse;
}

input,
select,
textarea,
button {
    outline: none;
    border: none;
    background: none;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

textarea {
    resize: none;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

::-moz-placeholder {
    color: #8d8d8d;
}

:-moz-placeholder {
    color: #8d8d8d;
}

::-webkit-input-placeholder {
    color: #8d8d8d;
}

:-ms-input-placeholder {
    color: #8d8d8d;
}

input[disabled] {
    opacity: 1
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*navBar*/
#haveNavBar {
    width: 100%;
    height: 45px;
}

#navBar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 750px;
    height: 45px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 9000;
}

#navBar p {
    font-size: 16px;
    color: #000;
    font-weight: 460
}

#navBar .goBack {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
}

#navBar .goBack:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    border: 2px solid #333;
    border-right: none;
    border-bottom: none;
    transform: rotate(-45deg);
}

#navBar:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #8d8d8d;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

/*loading*/
#overlay1 {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9900;
    opacity: 0;
}

.loadCon {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 2rem;
    height: 2rem;
    margin: -1rem 0 0 -1rem;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: .1rem;
}

.loadCon span {
    display: block;
    margin-top: .2rem;
    text-align: center;
    color: #fff;
    font-size: .28rem;
}

.loadingsimg {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    margin-top: .3rem;
}

.laod {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

/*tipBox*/
#tipBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 10000;
}

#tipBox .tipBoxCon {
    position: fixed;
    top: 50%;
    max-width: 60%;
    padding: 15px 45px;
    text-align: center;
    color: #2293ff;
    font-size: 16px;
    font-weight: bold;
    background-color: #ffffff;
    border-radius: 3px;
}

.lightBox {
    display: none;
    position: fixed;
    z-index: 9901
}

.lightBox1 {
    display: none;
    position: fixed;
    z-index: 9901
}

#overlay {
    display: none;
    position: fixed;
    _position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9900;
}

/*消息弹框*/
#messageBox {
    top: 45%;
    left: 50%;
    width: 5.4rem;
    margin-left: -2.7rem;
    background-color: #ffffff;
    border-radius: .1rem;
}

#messageBox .con {
    padding: 25px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 1.6
}

#messageBox .btn {
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}

#messageBox .btnCon a {
    float: left;
    width: 50%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}

/*边框样式*/
.hasBorderBottom,
.hasBorderTop,
.hasBorder,
.hasBorderRaduis,
.hasBorderLeft {
    position: relative;
}

.hasBorderBottom:before,
.hasBorderTop:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.hasBorderBottom:before {
    bottom: 0;
}

.hasBorderTop:before {
    top: 0;
}

.hasBorder:before,
.hasBorderRaduis:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border: 1px solid #dcdcdc;
    transform-origin: 0 0;
    transform: scale(0.5, 0.5);
    box-sizing: border-box;
    z-index: 1
}

.hasBorderRaduis {
    border-radius: .1rem;
}

.hasBorderRaduis:before {
    border-radius: .2rem;
}

.hasBorderLeft:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #dcdcdc;
    -webkit-transform: scaleX(0.5);
    -moz-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -o-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

/*消息提示框*/
.pop-toastbg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    opacity: 0;
    z-index: 999999;
    top: 0;
    left: 0;
}

.pop-toast {
    position: fixed;
    width: auto;
    min-width: 3.7rem;
    max-width: 6.5rem;
    padding: .2rem;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #ccc;
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 1000000;
}

.pop-toast .toast-tip {
    font-size: 16px;
    color: #fff;
}

.misk {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    z-index: 101;
}

/* 手机弹窗样式覆盖 */
.login-container{
    padding: 20px 20px !important;
}
.login {
    padding-bottom: 0.1rem !important;
}

.fu-title{
    margin-top: 0px !important;
}
.inputbtns, .inputbtns1 {
    height: 44px !important;
    line-height: 44px !important;
    border-radius: 0.35rem !important;
    margin-top: 16px !important;
}
/* .bottonBtn .inputbtns1 {
    height: 0.7rem !important;
    line-height: 0.7rem !important;
    border-radius: 0.35rem !important;
    margin-top: 0.14rem !important;
} */
.login-inputboxtop,.login-inputboxbot {
    height: 44px !important;
    border-radius: 0.39rem !important;
    margin-top: 10px !important;
}

.inputtip {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    line-height: 0.24rem;
}

#telinput,#passinput {
    text-indent: 0.3em;
}

.fadein {
    animation: fadein .4s;
    -webkit-animation: fadein .4s;
}
@keyframes fadein {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}
@-webkit-keyframes fadein {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

/* 优惠券弹窗样式 */
.couponlistcon{
    display: inline-block;
}
.couponbox{
    background: #fff !important;
}

/* 乐e付还款弹窗提醒 */
.heitou{width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 100;background: #000000;opacity: 0.6;}
.leftips{
    position: absolute;
    padding: 0.6rem 0.4rem;
    top: 50%;
    left: 50%;
    z-index: 1002;
    transform: translate(-50%,-50%);
    width: 5.4rem;
    background: #FFFFFF;
    border-radius: 10px;
}
.leftips-body{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.leftips-title{
    font-size: 17px;
    font-weight: 500;
    color: #333333;
}
.leftips-img{
    margin-top: 20px;
    height: 150px;
    width: 150px;
}
.leftips-mark{
    margin-top: 30px;
    background: #EFF7FF;
    border-radius: 10px;
    width: 90%;
    padding: 8px 5px;
    font-size: 13px;
    color: #666666;
    line-height: 22px;
    opacity: 0.8;
}
.leftips-mark>div>span:first-child{
    display: inline-block;
    color:rgb(187, 187, 187);
    font-size: 13px;
    border: 1px solid rgb(187, 187, 187);
    line-height: 13px;
    padding: 0 3px;
    border-radius: 8px;
    transform:scale(0.9,0.9);
    margin: 0 4px;
    margin-left: 4px;
}
.leftips-mark>div>span:last-child{
    color:#3392FD;
}
.leftips-btn{
    width: 90%;
    height: 44px;
    background: #3392FD;
    border-radius: 22px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    margin-top: 20px;
    padding: 0 5px;
}