@charset "utf-8";

/* CSS Document */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
}

html {
    /*font-size:62.5%;*/
    min-height: 100%;
}

*::after,
*::before {
    box-sizing: border-box;
}


body {
    font-size: .26rem;
    background: #e4ebef;
    line-height: .4rem;
}

ul,
li,
p,
a {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

a {
    color: #5b5b5b;
    outline: medium none;
}

img {
    vertical-align: middle;
    border: none;
}

img {
    width: 100%;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.text-center {
    text-align: center;
}

.clearfix::before,
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


.color-yellow {
    color: #fb7b4e !important;
}

.img {
    width: 100%;
    vertical-align: middle;
}
.color-red {color:#f13b5b !important;}
.color-blue {color:#0078ff !important;}
.color-gray {color:#666 !important;}
.pull-left {float:left !important;}
.pull-right {float:right !important;}
.margin-bottom-sm {margin-bottom:.3rem;}
.padding-top-sm {padding-top:.3rem !important;}
.padding-sm {padding:.3rem !important;}
.btn-gray {background:#eee !important;color:#666 !important;}
[v-cloak] {display: none;}

.main-box {position: relative;  max-width: 750px;  margin:auto;}
.ewm-img {position: absolute;left:50%;top:4.55rem;width: 3.5rem; height: 3.5rem; transform: translate(-50%);z-index: 9;}
.bottom-text {position: absolute;left:50%;top:10.3rem;width: 6rem;  transform: translate(-50%);z-index: 9;}
.bottom-row {background:#0078ff;margin-top:.2rem;border-radius: .1rem;color:#fff;padding:.1rem .2rem;display: flex;align-items: center;}
.bottom-row span {width: .3rem;height: .3rem;display: flex;align-items: center;justify-content: center;background:#cce4ff;color:#333;border-radius: 50%;font-size:.24rem;margin-right:.1rem;}


/*弹窗*/
.popup .popup-bg {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 1000;filter: alpha(opacity=80);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);}
.popup .popup-info{position: fixed; top:50%;left:50%;width:80%; z-index: 1001;transform:translate(-50%,-50%);}
.popup-content {position:relative;width:100%; padding:.3rem; margin:auto;background:linear-gradient(to bottom,#ffeddf,#fff,#fff);border-radius: .3rem;}
.popup-title {font-size:.32rem;color:#333;text-align: center;padding-bottom:.3rem;margin-bottom:.3rem;color:#333;    font-weight:700;border-bottom:solid 1px #ddd;}
.popup-text {color:#666;font-size:.28rem;}
.close-btn {position: absolute; display: block; right:0; top: -.8rem; width:.6rem;height: .6rem; text-align: center;}
.close-btn2 {position: absolute; display: block;width:.6rem;height: .6rem;left:50%;margin-left:-.3rem;bottom:-.9rem;}
.popup-btn {display:block;margin:.3rem 1rem 0; text-align: center;background:linear-gradient(to bottom,#fba52b,#eb4b12);font-size:.32rem;border-radius:.5rem;color:#fff;padding:.2rem 0;}
