* {
    margin: 0px;
    padding: 0px;
    /*font-family: "PingFang SC", "Microsoft Yahei", Arial;*/
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", 'Microsoft YaHei', "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /*color: #3F3F3F;*/
}

input, select, textarea {
    outline: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #333333;
    outline: none;
}

textarea:focus {
    border: #66CC00 1px solid;
}

:focus {
    outline: none;
}

a img {
    border: 0px;
}

ul, li {
    list-style: none;
}

.cl-show {
    display: block !important;
}

.cl-cb {
    clear: both;
}

.hide {
    display: none !important;
}

.length-lock {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;*/
    /*height: 48px;*/
    overflow: hidden;
}

.length-lock-line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.load_box {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: rgba(255, 255, 255, 1);
}

.load_box2 {
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10010;
    background: rgba(255, 255, 255, .8);
}

.l_one, .l_two, .l_three {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #dedede;
    animation: myani .5s infinite;
    -webkit-animation: myani .5s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    position: absolute;
    top: 30%;
    left: calc(50% - 9px);
}

.l_one {
    margin-left: -25px;
}

.l_two {
    animation-delay: .16s;
    -webkit-animation-delay: .16s;
}

.l_three {
    margin-left: 25px;
    animation-delay: .32s;
    -webkit-animation-delay: .32s;
}

@keyframes myani {
    from {
        transform: scale(.1, .1);
    }
    to {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes myani {
    from {
        transform: scale(.1, .1);
    }
    to {
        transform: scale(1, 1);
    }
}

.toast-bar {
    width: auto;
    height: auto;
    position: fixed;
    z-index: 17998990;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: rgba(0, 0, 0, .7);
    border-radius: 4px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 40px;
}

.img-caption {
    font-size: 14px;
    margin: 0 auto;
    line-height: 20px;
    padding: 10px;
    display: block;
    box-sizing: border-box;
    background: #dedede;
    text-align: center;
    max-width: 100% !important;
}

.tag-red {
    background: #BC1C1C;
}

.tag-green {
    background: #2EA3B6;
}

.tag-blue {
    background: #4166C1;
}

.tag-yellow {
    background: #DCAC5E;
}

.fs-42 {
    font-size: 2.625rem;
}

.fs-32 {
    font-size: 2rem;
}

.fs-24 {
    font-size: 1.5rem;
}

.fs-20 {
    font-size: 1.25rem;
}

.fs-16 {
    font-size: 1rem;
}

.fs-14 {
    font-size: .875rem;
}

.fs-12 {
    font-size: .75rem;
}

.conf-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 17998999;
    background: rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.conf-box {
    width: auto;
    height: auto;
    background: #FFf;
    border-radius: 10px;
    padding: 0px 0px 30px 0px;
    z-index: 9999;
}

.conf-btn-tit {
    font-size: 20px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0 0 0 20px;
    background: #F7F7F7;
    height: 50px;
}

.conf-btn-body {
    padding: 0 40px;
    box-sizing: border-box;
    width: 100%;
}

.conf-btn-close {
    width: 24px;
    height: 24px;
    background: url("../image/close.png") no-repeat center center;
    float: right;
    margin-top: 13px;
    margin-right: 13px;
}

.conf-btn-txt {
    height: auto;
    width: 400px;
    box-sizing: border-box;
    margin: 36px 0;
    font-size: 16px;
    line-height: 20px;
}

.conf-btn-box {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 36px;
}

.conf-btn-box a:hover {
    text-decoration: none;
}

.conf-btn {
    width: 115px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 5px 0 0;
    background: #EDBE2B;
    color: #fff;
    border-radius: 2px;
    font-size: 18px;
    border: #EDBE2B 1px solid;
}

.conf-btn2 {
    background: #E8E8E8;
    color: #666;
    border: #E8E8E8 1px solid;
    margin: 0 0 0 5px;
}

.conf-btn:hover {
    color: #fff;
}

.conf-btn2:hover {
    color: #666;
}

.config-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 17998999;
    background: rgba(0, 0, 0, .7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.config-box {
    width: auto;
    height: auto;
    background: #FFf;
    border-radius: 2px;
    padding: 0px 0px 30px 0px;
    z-index: 9999;
}

.config-btn-tit {
    font-size: 20px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
    padding: 0 0 0 20px;
    background: #F7F7F7;
    height: 50px;
}

.config-btn-body {
    padding: 0 40px;
    box-sizing: border-box;
    width: 100%;
}

.config-btn-close {
    width: 24px;
    height: 24px;
    background: url("../../../images/close.png") no-repeat center center;
    float: right;
    margin-top: 13px;
    margin-right: 13px;
}

.config-btn-txt {
    height: auto;
    width: 300px;
    box-sizing: border-box;
    margin: 36px 0;
    font-size: 16px;
    line-height: 20px;
}

.config-btn-box {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 36px;
}

.config-btn-box a:hover {
    text-decoration: none;
}

.config-btn {
    width: 115px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 5px 0 0;
    background: #F96033;
    color: #fff;
    border-radius: 2px;
    font-size: 18px;
    border: #F96033 1px solid;
}

.config-btn2 {
    background: #E8E8E8;
    color: #666;
    border: #E8E8E8 1px solid;
    margin: 0 0 0 5px;
}

.config-btn:hover {
    color: #fff;
}

.config-btn2:hover {
    color: #666;
}


