[v-cloak] {
    display: none !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    color: #000000;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex_v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.flex3 {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.flex_hc {
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex_sb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex_hm {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex_wrap {
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ellipsis1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

button {
    border: 0;
}

/* 图片放大 */
.mui-preview-image.mui-fullscreen {
    position: fixed;
    z-index: 20;
    background-color: #000;
}

.mui-preview-header,
.mui-preview-footer {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
}

.mui-preview-header {
    height: 44px;
    top: 0;
}

.mui-preview-footer {
    height: 50px;
    bottom: 0px;
}

.mui-preview-header .mui-preview-indicator {
    display: block;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin: 15px auto 4;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    font-size: 16px;
}

.mui-preview-image {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.mui-preview-image.mui-preview-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.mui-preview-image.mui-preview-out {
    background: none;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
    display: none;
}

.mui-zoom-scroller {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-backface-visibility: hidden;
}

.mui-zoom {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.mui-slider .mui-slider-group .mui-slider-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
    width: 100%;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
    display: inline-table;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
    display: table-cell;
    vertical-align: middle;
}

.mui-preview-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.mui-preview-loading.mui-active {
    display: block;
}

.mui-preview-loading .mui-spinner-white {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    height: 50px;
    width: 50px;
}

.mui-preview-image img.mui-transitioning {
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

p img {
    max-width: 100%;
    height: auto;
}


/* 通用 按钮样式 */
.make {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .8);
    text-align: center;
    padding-top: 3.5rem;
}

.qrcodediv {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
}

.qrcodediv img {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
}

.mui-popup-inner {
    position: relative;
    padding: 15px;
    border-radius: 13px 13px 0 0;
    background: rgb(244 244 244);
    color: #696969;
}

.mui-popup-buttons {
    background-color: #4798fc !important;
}

.mui-popup-title {
    margin: 0 0 .4rem;
}

.mui-popup-button {
    font-size: 17px;
    line-height: 44px;
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    padding: 0 5px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ffffff;
    background: rgba(255, 255, 255, 0);
    -webkit-box-flex: 1;
}

.mui-popup-button:first-child {
    color: rgb(255 255 255);
}

.mui-toast-container {
    bottom: 50% !important;
}

.smgoback {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.smgoback button {
    width: 50%;
    font-size: .36rem;
    color: #ffffff;
    height: 100%;
    background: linear-gradient(top, #f89413, #fac526);
    background: -webkit-linear-gradient(top, #f89413, #fac526);
    background: -o-linear-gradient(top, #f89413, #fac526);
    background: -mos-linear-gradient(top, #f89413, #fac526);
    background: -moz-linear-gradient(top, #f89413, #fac526);
    background: linear-gradient(top, #f89413, #fac526);
}

.weixin_jsask .cover {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
}

.weixin_jsask .cover iframe {
    display: block;
    margin: 0 auto;
    margin-top: 10%;
    width: 90%;
    height: 90%;
}

.weixin_jsask .closeM {
    position: absolute;
    top: 2%;
    right: 10%;
    font-size: 0.3rem;
    color: #FFFFFF;
}

.weixin_jsask .askm {
    /* display: none; */
    width: 1rem;
    height: 1rem;
    position: fixed;
    right: 0.5rem;
    bottom: 3rem;
    background: url("../images/ask.png") no-repeat center top;
    background-size: 100%;
    z-index: 1000;
}

.noactTimeh4 {
    background-color: #fff;
    width: 5rem;
    margin: 0 auto;
    border-radius: .3rem;
    height: 3rem;
    padding-top: 1rem;
}

.noactTimeh4 h4 {
    color: #3f41a5;
}

.noactTimeh4 h5 {
    margin-top: .4rem;
    color: #d90032;
    padding: 0 .3rem;
    line-height: .4rem;
}

.sidewx img {
    width: 3.5rem;
}

.imgcodelq {
    position: absolute;
    z-index: 2000;
    background: #ffffff;
    width: 7rem;
    padding: 0.4rem;
    box-sizing: border-box;
    border-radius: 0.3rem;
    left: 50%;
    transform: translate(-50%, 3rem);
    display: none;
}

.imgcodelq .middle input {
    margin: 0;
    padding: 0;
    border: 1px solid #bdbdbd;
}

.imgcodelq .middle {
    display: flex;
    justify-content: center;
    align-items: center;

}

.imgcodelq .middle input {
    margin: 0;
    padding: 0 .1rem;
    font-size: .3rem;
    height: 0.9rem;
    line-height: .9rem;
    margin-right: .2rem;
}

.imgcodelq img {
    height: 0.9rem;
}

.imgcodeBtn {
    margin-top: 0.5rem;
    background: #0078bc;
    text-align: center;
    height: 0.92rem;
    line-height: .92rem;
    color: #ffffff;
    border-radius: 0.1rem;
    font-size: .3rem;
}

p.tippx {
    text-indent: 2em;
    font-size: .24rem;
    text-align: left;
    margin: 0;
    padding: 0;
    color: #006fcb;
}

strong.btmp {
    margin-top: .2rem;
    display: block;
    text-align: right;
}