html,
body,
section {
   
}

.ellipsis {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.layui-rate {
    padding: 0 !important;
}

.layui-rate li i.layui-icon {
    color: #F8B526 !important;
    font-size: 12px !important;
    margin-right: 0 !important;
}

.colorED8B24 {
    color: #ED8B24;
}

.yulanBox {
    overflow-x: scroll;
    /*添加横向滚动条*/
    white-space: nowrap;
    /*不换行*/
}

.pinglunBox {
    overflow-x: scroll;
    /*添加横向滚动条*/
    white-space: nowrap;
    /*不换行*/
}

.border181212 {
    border: 1px solid #181212;
}

.bgED8B24 {
    background: #ED8B24;
}

.bg1C1C1E {
    background: #1C1C1E;
}

.bg250D1D {
    background: #250D1D;
}

.w270 {
    width: 270px !important;
}

.h125 {
    height: 125px;
}

.wechat-ios,
.wechat-android {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
}

.wechat-ios img,
.wechat-android img {
    width: 100%;
    height: 100%;
}

.wechat-mask .mask-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
}

.wechat-mask .mask-pop {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 300px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.wechat-mask .copy-url-img {
    display: block;
    width: 100%;
}

.wechat-mask .copy-url {
    position: relative;
    margin: 20px 30px;
    height: 36px;
    line-height: 36px;
    background: #F1F6F9;
    border-radius: 18px;
    overflow: hidden;
}

.wechat-mask .copy-url input {
    padding-left: 20px;
    color: #9A9A99;
}

.wechat-mask .copy-url button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(90deg, rgba(34, 125, 249, 1), rgba(0, 203, 250, 1));
    color: #fff;
    border-radius: 0 18px 18px 0;
}

.wechat-mask {
    z-index: 2;
    position: relative;
    display: block;
}