html,
body,
div,
span,
p,
h1,
h2,
h3,
input,
ul,
li {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-size: 0.36rem;
    font-family: PingFangSC-Regular, PingFang SC;
    width: 100%;
    color: #000;
    background-color: #f8f8f8;
    outline: none;
    -webkit-user-select: none;
    -weblit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    /*padding-top: constant(safe-area-inset-top);*/
    /*padding-left: constant(safe-area-inset-left);*/
    /*padding-right: constant(safe-area-inset-right);*/
    /*padding-bottom: constant(safe-area-inset-bottom);*/
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
a {
    text-decoration: none;
    color: #fff;
}
img {
    border: none;
    width: 100%;
    display: block;
}
ul,
li {
    list-style: none;
}
*::-webkit-input-placeholder {
    color: #ddd;
}
input,
select,
textarea,
button {
    outline: none;
    border: 0;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
}
.clearfix:after {
    display: block;
    clear: both;
    content: '';
    visibility: hidden;
    height: 0;
}
.b-b:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ddd;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.bold {
    font-weight: bold;
}
/* 文字单行显示省略 */
.ellipses {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.ellipses-two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .b-b {
        border: 0;
    }
    .b-b {
        background-repeat: repeat-x;
        background-size: 100% 1px;
        background-position: left bottom;
        background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.5, transparent),
            color-stop(0.5, #ddd),
            to(#ddd)
        );
    }
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.container {
    width: 100%;
    margin: 0 auto;
}
.aly-message {
    position: fixed;
    padding: 0.2rem 0.3rem;
    /*width: 5.2rem;*/
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-color: rgba(51, 51, 51, 0.8);
    color: #fff;
    border-radius: 4px;
    font-size: 0.36rem;
    text-align: center;
    opacity: 0;
    z-index: 100;
    line-height: 1.3;
    pointer-events: none;
}
.aly-message.show {
    animation: myshow 3s;
    -webkit-animation: myshow 3s;
}
@keyframes myshow {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes myshow {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.wx-share {
    /*display: none;*/
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../../common/images/wxshare.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    z-index: 99;
}
.mask {
    display: none;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.mask > .dialog {
    box-sizing: border-box;
    position: absolute;
    left: 0.6rem;
    right: 0.6rem;
    top: 30%;
    color: #fff;
    background-color: #4d87e2;
    /*background: url("../images/dialogs-bg1.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    padding: 0.95rem 0.74rem;
    border-radius: 0.2rem;
}

.mask > .dialog > .ipt {
    display: flex;
    position: relative;
    width: 100%;
    background: #fff;
    /*border: 1px solid #F4737F;*/
    border-radius: 0.12rem;
    align-items: center;
    height: 1.22rem;
    margin-top: 0.3rem;
}
.mask > .dialog > .ipt > input {
    border: 0;
    font-size: 0.42rem;
    display: block;
    height: 100%;
    color: #4c4c4c;
    padding: 0 0.3rem;
    flex-grow: 1;
    border-radius: 0.12rem;
}
.mask > .dialog > .ipt .code {
    position: absolute;
    top: 0;
    right: 0.32rem;
    font-size: 0.42rem;
    color: #4d87e2;
    line-height: 1.22rem;
    border: 0;
    background: transparent;
}
.mask > .dialog > .submit-btn {
    width: 100%;
    height: 1.16rem;
    line-height: 1.16rem;
    text-align: center;
    background: #fff;
    border: 0;
    font-size: 0.42rem;
    color: #4d87e2;
    border-radius: 0.58rem;
    display: block;
    margin: 0.53rem auto 0 auto;
}

.mask > .dialog > .login-title {
    display: none;
    text-align: center;
    font-size: 0.46rem;
    margin-bottom: 0.6rem;
}

.mask .close-dialog {
    display: block;
    width: 0.52rem;
    height: 0.52rem;
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    cursor: pointer;
}
.mask .close-dialog1 {
    display: block;
    width: 0.82rem;
    height: 0.82rem;
    position: absolute;
    /* top: 6.8rem; */
    right: 4.3rem;
    bottom: -1.04rem;
}
.mask .alert-pop {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4rem;
    margin-top: -2.25rem;
    width: 8rem;
    height: 4.5rem;
    background: #fff;
    border-radius: 0.4rem;
}
.mask .alert-pop .txt {
    padding: 1rem 0.6rem;
    color: #999;
    font-size: 0.36rem;
    line-height: 0.6rem;
    border-bottom: 1px solid #ddd;
}
.mask .alert-pop .btn {
    height: 1.3rem;
}
.mask .alert-pop .btn span,
.mask .alert-pop .btn a {
    display: inline-block;
    width: 49%;
    height: 100%;
    text-align: center;
    line-height: 1.3rem;
    font-size: 0.4rem;
}
.mask .alert-pop .btn a {
    color: #409eff;
    border-left: 1px solid #ddd;
}
/*dialog 提示框*/
.aly-dialog {
    position: fixed;
    z-index: 5000;
    top: 50%;
    left: 1rem;
    right: 1rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #fff;
    text-align: center;
    border-radius: 0.24rem;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    max-height: 90%;
    outline: 0;
}
.aly-dialog .aly-dialog__hd {
    padding: 0.9rem 0.68rem 0.45rem;
    font-weight: bold;
    font-size: 0.48rem;
}
.aly-dialog .aly-dialog__bd {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.9rem 0.68rem 0 0.68rem;
    margin-bottom: 0.9rem;
    font-size: 0.48rem;
    line-height: 1.4;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    color: rgba(0, 0, 0, 0.5);
}
.aly-dialog .aly-dialog__ft {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.aly-dialog .aly-dialog__ft::after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.aly-dialog .aly-dialog__btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: block;
    line-height: 1.41176471;
    padding: 16px 0;
    font-size: 0.48rem;
    color: #576b95;
    font-weight: 700;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    overflow: hidden;
}
.aly-dialog .aly-dialog__btn:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.aly-dialog .aly-dialog__btn_default {
    color: rgba(0, 0, 0, 0.9);
}

@font-face {
    font-family: 'MyCustomFont';
    src: url('http://qnvideo.anlaiye.com.cn/1a5cd668cd33490c9a76dbe007b3e727.ttf');
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 10% auto;
    z-index: 99;
}
