        * {
            margin: 0;
            padding: 0;
            color: #333;
            font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu
        }
        
        html {
            font-size: 16px
        }
        
        body {
            -webkit-text-size-adjust: none;
        }
        
        a {
            text-decoration: none;
        }
        
        li {
            list-style: none;
        }
        
        i {
            font-style: normal;
        }
        
        .zoom1 {
            zoom: 1;
        }
        
        .posre {
            position: relative;
        }
        
        .posab {
            position: absolute;
        }
        
        .posfix {
            position: fixed;
        }
        
        .left-5 {
            left: -5px;
        }
        
        .left0 {
            left: 0;
        }
        
        .left20p {
            left: 20%;
        }
        
        .left30p {
            left: 30%;
        }
        
        .top20p {
            top: 20%;
        }
        
        .top30p {
            top: 30%;
        }
        
        .left10 {
            left: 10px;
        }
        
        .left100 {
            left: 100px;
        }
        
        .right100 {
            right: 100px;
        }
        
        .top0 {
            top: 0;
        }
        
        .top20 {
            top: 20px;
        }
        
        .top90 {
            top: 90px;
        }
        
        .bottom-10 {
            bottom: -10px;
        }
        
        .top-22 {
            top: -22px;
        }
        
        .top-35 {
            top: -35px;
        }
        
        .bottom0 {
            bottom: 0px;
        }
        
        .bottom40 {
            bottom: 40px;
        }
        
        .bottom100 {
            bottom: 100px;
        }
        
        .bottom-45 {
            bottom: -45px;
        }
        
        .bottom20 {
            bottom: 20px;
        }
        
        .top80 {
            top: 80px;
        }
        
        .bottom200 {
            bottom: 200px;
        }
        
        .hauto {
            height: auto;
        }
        
        .w100p {
            width: 100%;
        }
        
        .w180 {
            width: 180px;
        }
        
        .w105 {
            width: 105px;
        }
        
        .h105 {
            height: 105px;
        }
        
        .h100p {
            height: 100%;
        }
        
        .h320 {
            height: 320px;
        }
        
        .w100 {
            width: 100px;
        }
        
        .w175 {
            width: 175px;
        }
        
        .w155 {
            width: 155px;
        }
        
        .minw960 {
            min-width: 960px;
        }
        
        .maxw960 {
            max-width: 960px;
        }
        
        .w1200 {
            width: 1200px;
        }
        
        .h2 {
            height: 3px;
        }
        
        .h20 {
            height: 20px;
        }
        
        .h22 {
            height: 22px;
        }
        
        .h30 {
            height: 30px;
        }
        
        .h38 {
            height: 38px;
        }
        
        .h340 {
            height: 340px;
        }
        
        .h40 {
            height: 40px;
        }
        
        .h420 {
            height: 420px;
        }
        
        .h450 {
            height: 450px;
        }
        
        .h50 {
            height: 50px;
        }
        
        .h50p {
            height: 50%;
        }
        
        .h85p {
            height: 85%;
        }
        
        .h80p {
            height: 80%;
        }
        
        .h500 {
            height: 500px;
        }
        
        .h60 {
            height: 60px;
        }
        
        .h600 {
            height: 600px;
        }
        
        .h80 {
            height: 80px;
        }
        
        .hauto {
            height: auto;
        }
        
        .h100 {
            height: 100px;
        }
        
        .lh30 {
            line-height: 30px;
        }
        
        .lh50 {
            line-height: 50px;
        }
        
        .lh60 {
            line-height: 60px;
        }
        
        .lh100 {
            line-height: 100px;
        }
        
        .lh14 {
            line-height: 14px;
        }
        
        .zindex-1 {
            z-index: -1;
        }
        
        .disinblock {
            display: inline-block;
        }
        
        .disflex {
            display: flex;
        }
        
        .disnone {
            display: none;
        }
        
        .align {
            align-items: center;
        }
        
        .mauto {
            margin: 0 auto;
        }
        
        .mt10 {
            margin-top: 10px;
        }
        
        .mt18 {
            margin-top: 18px;
        }
        
        .mb8 {
            margin-bottom: 8px;
        }
        
        .mb10 {
            margin-bottom: 10px;
        }
        
        .mr-2 {
            margin-right: -2px;
        }
        
        .mr10 {
            margin-right: 10px;
        }
        
        .mr80 {
            margin-right: 80px;
        }
        
        .mr18 {
            margin-right: 18px;
        }
        
        .mr20 {
            margin-right: 20px;
        }
        
        .ml5 {
            margin-left: 5px;
        }
        
        .ml6 {
            margin-left: 6px;
        }
        
        .ml10 {
            margin-left: 10px;
        }
        
        .ml-1 {
            margin-left: -1px;
        }
        
        .ml-10 {
            margin-left: -10px;
        }
        
        .ml-16 {
            margin-left: -16px;
        }
        
        .box {
            box-sizing: border-box;
        }
        
        .ml18 {
            margin-left: 18px;
        }
        
        .ml20 {
            margin-left: 20px;
        }
        
        .textc {
            text-align: center;
        }
        
        .c1076 {
            color: #1076FF;
        }
        
        .c62d {
            color: #62D78C;
        }
        
        .cfff {
            color: #fff;
        }
        
        .c349 {
            color: #3491f9;
        }
        
        .c3f8 {
            color: #3F8DF7;
        }
        
        .c0c1 {
            color: #c0c1c3;
        }
        
        .ced05 {
            color: #ed05d4;
        }
        
        .c16d {
            color: #16d58f;
        }
        
        .cb8b8 {
            color: #b8b8b8;
        }
        
        .c666 {
            color: #666;
        }
        
        .bg4c9b {
            background-color: #4C9BF7;
        }
        
        .bg333 {
            background-color: #333;
        }
        
        .bgdf5 {
            background-color: #dfd5da;
        }
        
        .bgebf {
            background-color: #EBF2FD;
        }
        
        .bgfff {
            background: #fff;
        }
        
        .bgf4f5 {
            background: #f4f5fb;
        }
        
        .bgf9 {
            background: #f6f4f3;
        }
        
        .cb2b2 {
            color: #b2b2b2;
        }
        
        .bgb2b {
            background: #b2b2b2 !important;
        }
        
        .bg2f3 {
            background-color: #2f3238;
        }
        
        .bg1f8 {
            background-color: #1f82f6;
        }
        
        .c1f8 {
            color: #1f82f6;
        }
        
        .c45a {
            color: #45affb;
        }
        
        .hov:hover {
            color: #1f82f6;
        }
        
        .bge8f {
            background-color: #e8f2fe;
        }
        
        .border1f8 {
            border: 1px solid #1f82f6;
        }
        
        .bor61a {
            border: 1px solid #61a6ff;
        }
        
        .bg000 {
            background: #000;
        }
        
        .fs0 {
            font-size: 0
        }
        
        .fs8 {
            font-size: 8px;
            -webkit-text-size-adjust: none;
        }
        
        .fs40 {
            font-size: 40px
        }
        
        .fs42 {
            font-size: 42px
        }
        
        .fs12 {
            font-size: 12px;
        }
        
        .fs30 {
            font-size: 30px;
        }
        
        .fs36 {
            font-size: 36px;
        }
        
        .fs38 {
            font-size: 38px;
        }
        
        .fs14 {
            font-size: 14px;
        }
        
        .border666 {
            border-bottom: 1px solid #666;
        }
        
        .borderno {
            border: none;
        }
        /*@font-face {
    font-family: "PingFang-SC-Bold";
    src: url('https://one-stand.oss-cn-shanghai.aliyuncs.com/yimai_photos/user/PF.ttf');
}
page{font-family: PingFang-SC-Bold}*/
        
        button::after {
            border: none;
        }
        
        .backgfff {
            background: #fff;
        }
        
        .border2 {
            border-bottom: 1px solid #666;
        }
        
        .border2t {
            border-top: 1px solid #e2e2e2;
        }
        
        .border2r {
            border-right: 1px solid #e2e2e2;
        }
        
        .border2l {
            border-left: 1px solid #e2e2e2;
        }
        
        .border2e {
            border: 1px solid #e2e2e2;
        }
        
        .overflow {
            overflow: hidden
        }
        
        .bg999 {
            background-color: #999;
        }
        
        .bg38 {
            background: #383838
        }
        
        .bga8 {
            background: #A8A8A8
        }
        
        .bgf4 {
            background: #f4f4f4
        }
        
        .bgbf {
            background: #BFBFBF
        }
        
        .bgf5f6 {
            background: #F5F5F6
        }
        
        .bgfff {
            background: #fff
        }
        
        .bgblue {
            background: #1aac19
        }
        
        .bg_line_blue {
            background: #1aac19;
        }
        
        .bg_line_orange {
            background: linear-gradient(to right, #FE7563, #FD634E);
        }
        
        .bg_line_yellow {
            background: linear-gradient(to right, #FCAD3D, #FFA133);
        }
        
        .bgffa {
            background: #FFA133;
        }
        
        .bg_line_38 {
            background: linear-gradient(to bottom, #181818, #383838);
        }
        
        .bggray_5 {
            background: rgba(0, 0, 0, .5)
        }
        
        .bggreen {
            background: #08BF62
        }
        
        .filter_gray {
            filter: grayscale(100%)
        }
        
        .cpurple {
            color: #2A0F45
        }
        
        .c38 {
            color: #383838
        }
        
        .c333 {
            color: #333
        }
        
        .c000 {
            color: #000
        }
        
        .c666 {
            color: #666
        }
        
        .c68 {
            color: #686868
        }
        
        .ca8 {
            color: #A8A8A8
        }
        
        .cfff {
            color: #fff
        }
        
        .c43d {
            color: #43dbd7;
        }
        
        .bg43d {
            background: #43dbd7;
        }
        
        .cff01 {
            color: #ff0101;
        }
        
        .c78 {
            color: #787878
        }
        
        .c80 {
            color: #808080
        }
        
        .ce8 {
            color: #E8E8E8
        }
        
        .cdeepblue {
            color: #566C84
        }
        
        .bgf351 {
            background: #f3514a;
        }
        
        .cblue_2 {
            color: #63729E
        }
        
        .cblue {
            color: #1aac19
        }
        
        .cyellow {
            color: #FFA133
        }
        
        .corange {
            color: #FD634E
        }
        
        .cdeeporange {
            color: #FF5D47
        }
        
        .bgfff {
            background: #fff
        }
        
        .ba8 {
            border: 1px solid #A8A8A8
        }
        
        .borderfff {
            border: 1px solid #fff
        }
        
        .borderlfff {
            border-left: 1px solid #fff
        }
        
        .baee {
            border: 1px solid #EDEDED
        }
        
        .baee5 {
            border: 0.5px solid #EDEDED
        }
        
        .bfff_left {
            border-left: 1px solid #fff
        }
        
        .baee_left {
            border-left: 1px solid #EDEDED
        }
        
        .baee_right {
            border-right: 1px solid #EDEDED
        }
        
        .bdash_a8 {
            border: 1px dashed #A8A8A8
        }
        
        .bdc_10 {
            border: 10px solid #DCDCDC
        }
        
        .byellow {
            border: 1px solid #FFA133;
        }
        
        .borange {
            border: 1px solid #FD634E
        }
        
        .bblue {
            border: 1px solid #1aac19
        }
        
        .be8 {
            border: 1px solid #E8E8E8
        }
        
        .bf5f6 {
            border: 1px solid #f5f5f6
        }
        
        .bte8 {
            border-top: 1px solid #E8E8E8
        }
        
        .bbf5f6 {
            border-bottom: 1px solid #F5F5F6
        }
        
        .bbF2F3F4 {
            border-bottom: 1px solid #F2F3F4
        }
        
        .bbe8 {
            border-bottom: 1px solid #E8E8E8
        }
        
        .br14 {
            border-radius: 14px;
        }
        
        .brt8 {
            border-radius: 8px 8px 0 0;
        }
        
        .brb8 {
            border-radius: 0 0 8px 8px;
        }
        
        .br50 {
            border-radius: 50%;
        }
        
        .br20 {
            border-radius: 20px;
        }
        
        .bbblue_2 {
            border-bottom: 2px solid #1aac19
        }
        
        .bradius_left {
            border-radius: 50px 0px 0px 50px;
        }
        
        .bradius2 {
            border-radius: 2px;
        }
        
        .bradius3 {
            border-radius: 3px;
        }
        .huanhang{
            white-space:normal;
            word-break:break-all;
        }
        .bradius5 {
            border-radius: 5px;
        }
        
        .bradius8r {
            border-radius: 8px 8px 0px 0px;
        }
        
        .bradius8l {
            border-radius: 0px 0px 8px 8px;
        }
        
        .bradius4 {
            border-radius: 4px;
        }
        
        .bradius8 {
            border-radius: 8px;
        }
        
        .bradius10 {
            border-radius: 10px;
        }
        
        .bradius15 {
            border-radius: 15px;
        }
        
        .bradius17 {
            border-radius: 17px;
        }
        
        .bradius20 {
            border-radius: 20px;
        }
        
        .bradius25 {
            border-radius: 25px;
        }
        
        .bradius30 {
            border-radius: 30px;
        }
        
        .bradius50 {
            border-radius: 50px;
        }
        
        .bradius50p {
            border-radius: 50%;
        }
        
        .bra_left_15 {
            border-radius: 15px 0 0 15px
        }
        
        .bra_top_15 {
            border-radius: 20px 20px 0px 0px
        }
        
        .bra_bot_15 {
            border-radius: 0px 0px 20px 20px
        }
        
        .overflow {
            overflow: hidden;
        }
        
        .timg2 {
            width: 15px;
            height: 15px;
            display: block;
            float: left;
            margin-right: 5px;
            margin-top: 16px
        }
        
        .floatl {
            float: left;
        }
        
        .floatr {
            float: right;
        }
        
        .shadow_gray {
            box-shadow: 0 0 25px rgba(56, 56, 56, 0.05);
        }
        
        .fs10 {
            font-size: 10px
        }
        
        .fs11 {
            font-size: 11px
        }
        
        .fs12 {
            font-size: 12px
        }
        
        .fs13 {
            font-size: 13px;
        }
        
        .fs14 {
            font-size: 14px;
        }
        
        .fs15 {
            font-size: 15px;
        }
        
        .fs16 {
            font-size: 16px;
        }
        
        .fs18 {
            font-size: 18px
        }
        
        .fs20 {
            font-size: 20px;
        }
        
        .fs26 {
            font-size: 26px;
        }
        
        .fs22 {
            font-size: 22px;
        }
        
        .fs24 {
            font-size: 24px;
        }
        
        .fs25 {
            font-size: 25px;
        }
        
        .lh0 {
            line-height: normal;
        }
        
        .lh15 {
            line-height: 15px;
        }
        
        .lh16 {
            line-height: 16px;
        }
        
        .lh18 {
            line-height: 18px;
        }
        
        .lh20 {
            line-height: 20px;
        }
        
        .lh26 {
            line-height: 26px;
        }
        
        .lh28 {
            line-height: 28px;
        }
        
        .lh22 {
            line-height: 22px;
        }
        
        .lh24 {
            line-height: 24px;
        }
        
        .lh25 {
            line-height: 25px;
        }
        
        .lh27 {
            line-height: 27px;
        }
        
        .lh30 {
            line-height: 30px;
        }
        
        .lh35 {
            line-height: 35px;
        }
        
        .lh32 {
            line-height: 32px;
        }
        
        .lh34 {
            line-height: 34px;
        }
        
        .lh39 {
            line-height: 39px;
        }
        
        .lh40 {
            line-height: 40px;
        }
        
        .lh42 {
            line-height: 42px;
        }
        
        .lh43 {
            line-height: 43px;
        }
        
        .lh44 {
            line-height: 44px;
        }
        
        .lh45 {
            line-height: 45px;
        }
        
        .lh47 {
            line-height: 47px;
        }
        
        .h47 {
            height: 47px;
        }
        
        .lh49 {
            line-height: 49px;
        }
        
        .lh50 {
            line-height: 50px;
        }
        
        .lh60 {
            line-height: 60px;
        }
        
        .lh70 {
            line-height: 70px;
        }
        
        .fbold {
            font-weight: bold
        }
        
        .textc {
            text-align: center
        }
        
        .textl {
            text-align: left
        }
        
        .textr {
            text-align: right
        }
        
        .p0 {
            padding: 0
        }
        
        .pd6 {
            padding: 6px
        }
        
        .pd8 {
            padding: 8px
        }
        
        .pd15 {
            padding: 15px
        }
        
        .pt3 {
            padding-top: 3px;
        }
        
        .pt4 {
            padding-top: 4px;
        }
        
        .pt5 {
            padding-top: 5px;
        }
        
        .pt50 {
            padding-top: 50px;
        }
        
        .pt60 {
            padding-top: 60px;
        }
        
        .pt6 {
            padding-top: 6px;
        }
        
        .pt7 {
            padding-top: 7px;
        }
        
        .pt8 {
            padding-top: 8px;
        }
        
        .pt9 {
            padding-top: 9px;
        }
        
        .pt10 {
            padding-top: 10px;
        }
        
        .pt11 {
            padding-top: 11px;
        }
        
        .pt12 {
            padding-top: 12px;
        }
        
        .pt13 {
            padding-top: 13px;
        }
        
        .pt14 {
            padding-top: 14px;
        }
        
        .pt15 {
            padding-top: 15px;
        }
        
        .pt16 {
            padding-top: 16px
        }
        
        .pt17 {
            padding-top: 17px;
        }
        
        .pt18 {
            padding-top: 18px;
        }
        
        .pt2 {
            padding-top: 2px;
        }
        
        .pt20 {
            padding-top: 20px;
        }
        
        .pt21 {
            padding-top: 21px;
        }
        
        .pt22 {
            padding-top: 22px;
        }
        
        .pt23 {
            padding-top: 23px;
        }
        
        .pt24 {
            padding-top: 24px;
        }
        
        .pb24 {
            padding-bottom: 24px;
        }
        
        .pt25 {
            padding-top: 25px;
        }
        
        .pt26 {
            padding-top: 26px;
        }
        
        .pt30 {
            padding-top: 30px;
        }
        
        .pt35 {
            padding-top: 35px;
        }
        
        .pt32 {
            padding-top: 32px;
        }
        
        .pt33 {
            padding-top: 33px;
        }
        
        .pt40 {
            padding-top: 40px;
        }
        
        .pt41 {
            padding-top: 41px;
        }
        
        .pt44 {
            padding-top: 44px;
        }
        
        .pt46 {
            padding-top: 46px;
        }
        
        .pt47 {
            padding-top: 47px;
        }
        
        .pt57 {
            padding-top: 57px;
        }
        
        .pt80 {
            padding-top: 80px;
        }
        
        .pt90 {
            padding-top: 90px;
        }
        
        .pt123 {
            padding-top: 123px;
        }
        
        .pt196 {
            padding-top: 196px;
        }
        
        .pt204 {
            padding-top: 204px;
        }
        
        .pt264 {
            padding-top: 264px;
        }
        
        .pt283 {
            padding-top: 283px;
        }
        
        .pl0 {
            padding-left: 0;
        }
        
        .pl3 {
            padding-left: 3px;
        }
        
        .pl6 {
            padding-left: 6px;
        }
        
        .pl80 {
            padding-left: 80px;
        }
        
        .pl7 {
            padding-left: 7px;
        }
        
        .pl8 {
            padding-left: 8px;
        }
        
        .pl9 {
            padding-left: 9px;
        }
        
        .pl10 {
            padding-left: 10px;
        }
        
        .pl11 {
            padding-left: 11px;
        }
        
        .pl12 {
            padding-left: 12px;
        }
        
        .pl14 {
            padding-left: 14px;
        }
        
        .pl15 {
            padding-left: 15px;
        }
        
        .pl16 {
            padding-left: 16px;
        }
        
        .pl20 {
            padding-left: 20px;
        }
        
        .pl21 {
            padding-left: 21px;
        }
        
        .pl22 {
            padding-left: 22px;
        }
        
        .pl25 {
            padding-left: 25px;
        }
        
        .pl30 {
            padding-left: 30px;
        }
        
        .pr30 {
            padding-right: 30px;
        }
        
        .pr38 {
            padding-right: 38px;
        }
        
        .pl33 {
            padding-left: 33px;
        }
        
        .pl34 {
            padding-left: 34px;
        }
        
        .pl35 {
            padding-left: 35px;
        }
        
        .pl38 {
            padding-left: 38px;
        }
        
        .pl40 {
            padding-left: 40px;
        }
        
        .pl45 {
            padding-left: 45px;
        }
        
        .pl60 {
            padding-left: 60px;
        }
        
        .pl64 {
            padding-left: 64px;
        }
        
        .pl4 {
            padding-left: 4px;
        }
        
        .pl5 {
            padding-left: 5px;
        }
        
        .pl59 {
            padding-left: 59px;
        }
        
        .pr0 {
            padding-right: 0
        }
        
        .pr2 {
            padding-right: 2px;
        }
        
        .pl3 {
            padding-right: 3px;
        }
        
        .pr6 {
            padding-right: 6px;
        }
        
        .pr80 {
            padding-right: 80px;
        }
        
        .pr7 {
            padding-right: 7px;
        }
        
        .pr8 {
            padding-right: 8px;
        }
        
        .pr10 {
            padding-right: 10px;
        }
        
        .pr11 {
            padding-right: 11px;
        }
        
        .pr12 {
            padding-right: 12px;
        }
        
        .more {
            background: rgba(108, 208, 109, 0.1);
        }
        
        .pr13 {
            padding-right: 13px;
        }
        
        .pr14 {
            padding-right: 14px;
        }
        
        .pr15 {
            padding-right: 15px;
        }
        
        .pr16 {
            padding-right: 16px;
        }
        
        .pr17 {
            padding-right: 17px;
        }
        
        .pr18 {
            padding-right: 18px;
        }
        
        .pr20 {
            padding-right: 20px;
        }
        
        .pr21 {
            padding-right: 21px;
        }
        
        .pr22 {
            padding-right: 22px;
        }
        
        .pr23 {
            padding-right: 23px;
        }
        
        .pr24 {
            padding-right: 24px;
        }
        
        .pr25 {
            padding-right: 25px;
        }
        
        .pr26 {
            padding-right: 26px;
        }
        
        .pr28 {
            padding-right: 28px;
        }
        
        .pr27 {
            padding-right: 27px;
        }
        
        .pr35 {
            padding-right: 35px;
        }
        
        .pr4 {
            padding-right: 4px;
        }
        
        .pr45 {
            padding-right: 45px;
        }
        
        .pr42 {
            padding-right: 42px;
        }
        
        .pr5 {
            padding-right: 5px;
        }
        
        .pr50 {
            padding-right: 50px;
        }
        
        .pb2 {
            padding-bottom: 2px;
        }
        
        .pb26 {
            padding-bottom: 26px;
        }
        
        .pb3 {
            padding-bottom: 3px;
        }
        
        .pb30 {
            padding-bottom: 30px;
        }
        
        .pb5 {
            padding-bottom: 5px;
        }
        
        .pb6 {
            padding-bottom: 6px;
        }
        
        .pb7 {
            padding-bottom: 7px;
        }
        
        .pb8 {
            padding-bottom: 8px;
        }
        
        .pb9 {
            padding-bottom: 9px;
        }
        
        .pb10 {
            padding-bottom: 10px;
        }
        
        .pb11 {
            padding-bottom: 11px;
        }
        
        .pb12 {
            padding-bottom: 12px;
        }
        
        .pb90 {
            padding-bottom: 90px;
        }
        
        .pb13 {
            padding-bottom: 13px;
        }
        
        .pb14 {
            padding-bottom: 14px;
        }
        
        .pb15 {
            padding-bottom: 15px;
        }
        
        .pb16 {
            padding-bottom: 16px;
        }
        
        .pb18 {
            padding-bottom: 18px;
        }
        
        .pb19 {
            padding-bottom: 19px;
        }
        
        .pb20 {
            padding-bottom: 20px;
        }
        
        .pb21 {
            padding-bottom: 21px;
        }
        
        .pb23 {
            padding-bottom: 23px;
        }
        
        .pb25 {
            padding-bottom: 25px;
        }
        
        .pb27 {
            padding-bottom: 27px;
        }
        
        .pb28 {
            padding-bottom: 28px;
        }
        
        .pb32 {
            padding-bottom: 32px;
        }
        
        .pb36 {
            padding-bottom: 36px;
        }
        
        .pb40 {
            padding-bottom: 40px;
        }
        
        .pb42 {
            padding-bottom: 42px;
        }
        
        .pb4 {
            padding-bottom: 4px;
        }
        
        .pb50 {
            padding-bottom: 50px;
        }
        
        .pb70 {
            padding-bottom: 70px;
        }
        
        .pb55 {
            padding-bottom: 55px;
        }
        
        .mauto {
            margin: auto
        }
        
        .mt-4 {
            margin-top: -4px;
        }
        
        .mt-15 {
            margin-top: -15px;
        }
        
        .mt-18 {
            margin-top: -18px
        }
        
        .mt4 {
            margin-top: 4px;
        }
        
        .mt5 {
            margin-top: 5px;
        }
        
        .mt32 {
            margin-top: 32px;
        }
        
        .mt36 {
            margin-top: 36px;
        }
        
        .mt38 {
            margin-top: 38px;
        }
        
        .mt100 {
            margin-top: 100px;
        }
        
        .mt50 {
            margin-top: 50px;
        }
        
        .mt60 {
            margin-top: 50px;
        }
        
        .mt8 {
            margin-top: 8px;
        }
        
        .mt10 {
            margin-top: 10px;
        }
        
        .mt11 {
            margin-top: 11px;
        }
        
        .mt12 {
            margin-top: 12px;
        }
        
        .mt14 {
            margin-top: 14px;
        }
        
        .mt15 {
            margin-top: 15px;
        }
        
        .mt20 {
            margin-top: 20px;
        }
        
        .mt24 {
            margin-top: 24px;
        }
        
        .mt25 {
            margin-top: 25px;
        }
        
        .mt28 {
            margin-top: 28px;
        }
        
        .mt40 {
            margin-top: 40px;
        }
        
        .mt80 {
            margin-top: 80px;
        }
        
        .mr3 {
            margin-right: 3px;
        }
        
        .mt30 {
            margin-top: 30px;
        }
        
        .mt35 {
            margin-top: 35px;
        }
        
        .mr38 {
            margin-right: 38px;
        }
        
        .mr40 {
            margin-right: 40px;
        }
        
        .mr48 {
            margin-right: 48px;
        }
        
        .ml40 {
            margin-left: 40px;
        }
        
        .ml48 {
            margin-left: 48px;
        }
        
        .mr4 {
            margin-right: 4px;
        }
        
        .pr40 {
            padding-right: 40px;
        }
        
        .mr5 {
            margin-right: 5px;
        }
        
        .mr6 {
            margin-right: 6px;
        }
        
        .mr7 {
            margin-right: 7px;
        }
        
        .mr70 {
            margin-right: 70px;
        }
        
        .mr8 {
            margin-right: 8px;
        }
        
        .mr10 {
            margin-right: 10px;
        }
        
        .mr11 {
            margin-right: 11px;
        }
        
        .mr12 {
            margin-right: 12px;
        }
        
        .mr13 {
            margin-right: 13px;
        }
        
        .mr15 {
            margin-right: 15px;
        }
        
        .ml4 {
            margin-left: 4px;
        }
        
        .ml8 {
            margin-left: 8px;
        }
        
        .ml12 {
            margin-left: 12px;
        }
        
        .ml15 {
            margin-left: 15px;
        }
        
        .ml36 {
            margin-left: 36px;
        }
        
        .ml38 {
            margin-left: 38px;
        }
        
        .ml64 {
            margin-left: 64px;
        }
        
        .mr16 {
            margin-right: 16px;
        }
        
        .mr17 {
            margin-right: 17px;
        }
        
        .mr20 {
            margin-right: 20px;
        }
        
        .mr2 {
            margin-right: 2px;
        }
        
        .ml2 {
            margin-left: 2px;
        }
        
        .mr23 {
            margin-right: 23px;
        }
        
        .mb4 {
            margin-bottom: 4px;
        }
        
        .mb40 {
            margin-bottom: 40px;
        }
        
        .mb5 {
            margin-bottom: 5px;
        }
        
        .mb50 {
            margin-bottom: 40px;
        }
        
        .mb7 {
            margin-bottom: 7px;
        }
        
        .mb10 {
            margin-bottom: 10px;
        }
        
        .mb11 {
            margin-bottom: 11px;
        }
        
        .mb12 {
            margin-bottom: 12px;
        }
        
        .mb15 {
            margin-bottom: 15px;
        }
        
        .mb16 {
            margin-bottom: 16px;
        }
        
        .mb20 {
            margin-bottom: 20px;
        }
        
        .mb25 {
            margin-bottom: 25px;
        }
        
        .mb30 {
            margin-bottom: 30px
        }
        
        .mb44 {
            margin-bottom: 44px;
        }
        
        .ml10 {
            margin-left: 10px;
        }
        
        .ml13 {
            margin-left: 13px;
        }
        
        .ml16 {
            margin-left: 16px;
        }
        
        .borderbox {
            box-sizing: border-box
        }
        
        .contentbox {
            box-sizing: content-box
        }
        
        .disweb {
            display: -webkit-box;
        }
        
        .disflex {
            display: flex
        }
        
        .disblock {
            display: block
        }
        
        .disinblock {
            display: inline-block
        }
        
        .posre {
            position: relative
        }
        
        .posab {
            position: absolute
        }
        
        .posfix {
            position: fixed
        }
        
        .zindex-1 {
            z-index: -1
        }
        
        .zindex1 {
            z-index: 1
        }
        
        .zindex2 {
            z-index: 2
        }
        
        .zindex999 {
            z-index: 999
        }
        
        .zindex9999 {
            z-index: 9999
        }
        
        .top0 {
            top: 0;
        }
        
        .top10 {
            top: 10px;
        }
        
        .top100 {
            top: 100px;
        }
        
        .top2 {
            top: 2px;
        }
        
        .top_2 {
            top: -2px;
        }
        
        .top_3 {
            top: -3px;
        }
        
        .top_28 {
            top: -28px;
        }
        
        .top3 {
            top: 3px;
        }
        
        .top4 {
            top: 4px;
        }
        
        .top45 {
            top: 45px;
        }
        
        .top5 {
            top: 5px
        }
        
        .top6 {
            top: 6px;
        }
        
        .top70 {
            top: 70px;
        }
        
        .top8 {
            top: 8px;
        }
        
        .top12 {
            top: 12px;
        }
        
        .top20 {
            top: 20px;
        }
        
        .top22 {
            top: 22px;
        }
        
        .top50 {
            top: 50px;
        }
        
        .top_24 {
            top: -24px;
        }
        
        .left0 {
            left: 0
        }
        
        .left6 {
            left: 6px
        }
        
        .left8 {
            left: 0
        }
        
        .right0 {
            right: 0
        }
        
        .right2 {
            right: 2px;
        }
        
        .right6 {
            right: 6px;
        }
        
        .right8 {
            right: 8px;
        }
        
        .right5 {
            right: 5px;
        }
        
        .right11 {
            right: 11px;
        }
        
        .right20 {
            right: 20px;
        }
        
        .bottom0 {
            bottom: 0
        }
        
        .bottom1 {
            bottom: 1px;
        }
        
        .bottom10 {
            bottom: 10px;
        }
        
        .bottom15 {
            bottom: 15px;
        }
        
        .bottom2 {
            bottom: 2px;
        }
        
        .bottom24 {
            bottom: 24px;
        }
        
        .bottom30 {
            bottom: 30px;
        }
        
        .bottom48 {
            bottom: 48px;
        }
        
        .bottom60 {
            bottom: 60px;
        }
        
        .bottom74 {
            bottom: 74px;
        }
        
        .bottom110 {
            bottom: 110px;
        }
        
        .jsbet {
            justify-content: space-between
        }
        
        .jscen {
            justify-content: center
        }
        
        .flex-end {
            justify-content: flex-end
        }
        
        .jsaround {
            justify-content: space-around
        }
        
        .align-cen {
            align-items: center
        }
        
        .wrap {
            flex-wrap: wrap
        }
        
        .row-reverse {
            flex-direction: row-reverse
        }
        
        .column-reverse {
            flex-flow: column-reverse
        }
        
        .flex1 {
            flex: 1
        }
        
        .overhidden {
            overflow: hidden
        }
        
        .overflow-y {
            overflow-y: scroll;
        }
        
        .w0 {
            width: 0
        }
        
        .w7 {
            width: 7px;
        }
        
        .w10 {
            width: 10px;
        }
        
        .w12 {
            width: 12px;
        }
        
        .w13 {
            width: 12px;
        }
        
        .w14 {
            width: 14px;
        }
        
        .w140 {
            width: 140px;
        }
        
        .w148 {
            width: 148px;
        }
        
        .w15 {
            width: 15px;
        }
        
        .w14p {
            width: 14%;
        }
        
        .w15p {
            width: 15%;
        }
        
        .w16 {
            width: 16px;
        }
        
        .w1666p {
            width: 16%;
        }
        
        .w16p {
            width: 16%;
        }
        
        .w18 {
            width: 18px;
        }
        
        .w18p {
            width: 18%;
        }
        
        .w20 {
            width: 20px;
        }
        
        .w210 {
            width: 210px;
        }
        
        .w23 {
            width: 23px;
        }
        
        .w24 {
            width: 24px;
        }
        
        .w240 {
            width: 240px;
        }
        
        .w25 {
            width: 25px;
        }
        
        .w25p {
            width: 25%;
        }
        
        .w26p {
            width: 26%;
        }
        
        .w26 {
            width: 26px;
        }
        
        .w260 {
            width: 260px;
        }
        
        .w264 {
            width: 264px;
        }
        
        .w27 {
            width: 27px;
        }
        
        .w28 {
            width: 28px;
        }
        
        .w29 {
            width: 29px;
        }
        
        .w3 {
            width: 3px;
        }
        
        .w30 {
            width: 30px;
        }
        
        .w35 {
            width: 35px;
        }
        
        .w300 {
            width: 300px;
        }
        
        .w350 {
            width: 350px;
        }
        
        .w32 {
            width: 32px;
        }
        
        .w32p {
            width: 32%;
        }
        
        .w30p {
            width: 30%;
        }
        
        .w33p {
            width: 33%;
        }
        
        .w35p {
            width: 35%;
        }
        
        .w3333p {
            width: 33.333%;
        }
        
        .w33 {
            width: 33px;
        }
        
        .w34 {
            width: 34px;
        }
        
        .w340 {
            width: 340px;
        }
        
        .w36 {
            width: 36px;
        }
        
        .w360 {
            width: 360px;
        }
        
        .w40 {
            width: 40px;
        }
        
        .w400 {
            width: 400px;
        }
        
        .w780 {
            width: 780px;
        }
        
        .w800 {
            width: 800px;
        }
        
        .w266 {
            width: 266px;
        }
        
        .w47p {
            width: 47%;
        }
        
        .w39p {
            width: 39%;
        }
        
        .w40p {
            width: 40%;
        }
        
        .w42 {
            width: 42px;
        }
        
        .w46 {
            width: 46px;
        }
        
        .w46p {
            width: 46%;
        }
        
        .h46 {
            height: 46px;
        }
        
        .h48 {
            height: 48px;
        }
        
        .w52 {
            width: 52px;
        }
        
        .w50 {
            width: 50px;
        }
        
        .w450 {
            width: 450px;
        }
        
        .w500 {
            width: 500px;
        }
        
        .w57 {
            width: 57px;
        }
        
        .w58 {
            width: 58px;
        }
        
        .w56p {
            width: 56%;
        }
        
        .w58p {
            width: 58%;
        }
        
        .w59 {
            width: 59px;
        }
        
        .w67 {
            width: 67px;
        }
        
        .w60 {
            width: 60px;
        }
        
        .w62 {
            width: 62px;
        }
        
        .w62p {
            width: 64%;
        }
        
        .w64 {
            width: 64px;
        }
        
        .w66 {
            width: 66px;
        }
        
        .w68p {
            width: 68%;
        }
        
        .w68 {
            width: 68px;
        }
        
        .w65 {
            width: 65px;
        }
        
        .w65p {
            width: 65%;
        }
        
        .w70 {
            width: 70px;
        }
        
        .w700 {
            width: 700px;
        }
        
        .w69p {
            width: 69%;
        }
        
        .w70p {
            width: 70%;
        }
        
        .w74 {
            width: 74px;
        }
        
        .w76 {
            width: 76px;
        }
        
        .w78 {
            width: 78px;
        }
        
        .w78p {
            width: 78%;
        }
        
        .w90 {
            width: 90px;
        }
        
        .w900 {
            width: 900px;
        }
        
        .w9999 {
            width: 99%;
        }
        
        .w95 {
            width: 95px;
        }
        
        .w95p {
            width: 95%;
        }
        
        .w96 {
            width: 96px;
        }
        
        .w93 {
            width: 93px;
        }
        
        .w100 {
            width: 100px;
        }
        
        .w1000 {
            width: 1000px;
        }
        
        .w940 {
            width: 940px;
        }
        
        .w104 {
            width: 104px;
        }
        
        .w110 {
            width: 110px;
        }
        
        .h110 {
            height: 110px;
        }
        
        .w146 {
            width: 146px;
        }
        
        .w160 {
            width: 160px;
        }
        
        .w165 {
            width: 165px;
        }
        
        .w168 {
            width: 168px;
        }
        
        .w170 {
            width: 170px;
        }
        
        .w178 {
            width: 178px;
        }
        
        .w182 {
            width: 182px;
        }
        
        .w200 {
            width: 200px;
        }
        
        .w206 {
            width: 206px;
        }
        
        .w22 {
            width: 22px;
        }
        
        .w220 {
            width: 220px;
        }
        
        .w224 {
            width: 224px;
        }
        
        .w225 {
            width: 225px;
        }
        
        .w22p {
            width: 22%;
        }
        
        .w23p {
            width: 23%;
        }
        
        .w250 {
            width: 250px;
        }
        
        .w267 {
            width: 267px;
        }
        
        .w270 {
            width: 270px;
        }
        
        .w274 {
            width: 274px;
        }
        
        .w290 {
            width: 290px;
        }
        
        .w308 {
            width: 308px;
        }
        
        .w310 {
            width: 310px;
        }
        
        .w326 {
            width: 326px;
        }
        
        .w10p {
            width: 10%
        }
        
        .w12p {
            width: 12%
        }
        
        .w19p {
            width: 19.5%
        }
        
        .w20p {
            width: 20%
        }
        
        .w44p {
            width: 44%
        }
        
        .w50p {
            width: 50%
        }
        
        .w60p {
            width: 60%
        }
        
        .w75p {
            width: 75%
        }
        
        .w72p {
            width: 72%
        }
        
        .w75p {
            width: 75%
        }
        
        .w80p {
            width: 80%
        }
        
        .w84 {
            width: 84px
        }
        
        .w85p {
            width: 85%
        }
        
        .w80p {
            width: 80%
        }
        
        .w88p {
            width: 88%
        }
        
        .w54 {
            width: 54px
        }
        
        .w55 {
            width: 55px
        }
        
        .w55p {
            width: 55%
        }
        
        .w90p {
            width: 90%
        }
        
        .w45 {
            width: 45px
        }
        
        .w45p {
            width: 45%
        }
        
        .w42p {
            width: 42%
        }
        
        .w48p {
            width: 48%
        }
        
        .w48_5p {
            width: 48.5%
        }
        
        .w92p {
            width: 92%
        }
        
        .w100p {
            width: 100%
        }
        
        .minh100 {
            min-height: 100px;
        }
        
        .minh16 {
            min-height: 16px;
        }
        
        .minh160 {
            min-height: 160px;
        }
        
        .minh150 {
            min-height: 150px;
        }
        
        .minh210 {
            min-height: 210px;
        }
        
        .minh120 {
            min-height: 120px;
        }
        
        .minh130 {
            min-height: 130px;
        }
        
        .minh230 {
            min-height: 230px;
        }
        
        .minh270 {
            min-height: 270px;
        }
        
        .minh180 {
            min-height: 180px;
        }
        
        .minh30 {
            min-height: 30px;
        }
        
        .minh300 {
            min-height: 300px;
        }
        
        .minh80 {
            min-height: 80px;
        }
        
        .minh330 {
            min-height: 330px;
        }
        
        .minh215 {
            min-height: 215px;
        }
        
        .minh120 {
            min-height: 120px;
        }
        
        .minh123 {
            min-height: 123px;
        }
        
        .minh170 {
            min-height: 170px;
        }
        
        .minh200 {
            min-height: 200px;
        }
        
        .minh400 {
            min-height: 400px;
        }
        
        .h400 {
            height: 400px;
        }
        
        .minh480 {
            min-height: 480px;
        }
        
        .minh117p {
            min-height: 117%
        }
        
        .h0 {
            height: 0;
        }
        
        .h1 {
            height: 1px;
        }
        
        .h16 {
            height: 16px;
        }
        
        .h4 {
            height: 4px;
        }
        
        .h5 {
            height: 5px;
        }
        
        .h10 {
            height: 10px;
        }
        
        .h12 {
            height: 12px;
        }
        
        .h13 {
            height: 13px;
        }
        
        .h14 {
            height: 14px;
        }
        
        .h15 {
            height: 15px;
        }
        
        .h16 {
            height: 16px;
        }
        
        .h17 {
            height: 17px;
        }
        
        .h18 {
            height: 18px;
        }
        
        .h19 {
            height: 19px;
        }
        
        .h188 {
            height: 188px;
        }
        
        .h190 {
            height: 190px;
        }
        
        .h20 {
            height: 20px;
        }
        
        .h26 {
            height: 26px;
        }
        
        .h260 {
            height: 260px;
        }
        
        .h27 {
            height: 27px;
        }
        
        .h28 {
            height: 28px;
        }
        
        .h280 {
            height: 280px;
        }
        
        .h29 {
            height: 29px;
        }
        
        .h32 {
            height: 32px;
        }
        
        .h33 {
            height: 33px;
        }
        
        .h35 {
            height: 35px;
        }
        
        .h36 {
            height: 36px;
        }
        
        .h370 {
            height: 370px;
        }
        
        .h22 {
            height: 22px;
        }
        
        .h24 {
            height: 24px;
        }
        
        .h25 {
            height: 25px;
        }
        
        .h30 {
            height: 30px;
        }
        
        .h39 {
            height: 39px;
        }
        
        .h40 {
            height: 40px;
        }
        
        .h34 {
            height: 34px;
        }
        
        .h44 {
            height: 44px;
        }
        
        .h440 {
            height: 440px;
        }
        
        .h42 {
            height: 42px;
        }
        
        .h120 {
            height: 120px;
        }
        
        .maxh120 {
            max-height: 120px;
        }
        
        .maxh135 {
            height: 135px;
        }
        
        .maxh300 {
            max-height: 300px;
        }
        
        .h300 {
            height: 300px;
        }
        
        .maxh250 {
            max-height: 250px;
        }
        
        .minh40 {
            min-height: 40px;
        }
        
        .h160 {
            height: 160px;
        }
        
        .minh170 {
            min-height: 170px;
        }
        
        .h180 {
            height: 180px;
        }
        
        .w43 {
            width: 43px;
        }
        
        .w44 {
            width: 44px;
        }
        
        .h50 {
            height: 50px;
        }
        
        .h58 {
            height: 58px;
        }
        
        .h59 {
            height: 59px;
        }
        
        .h60 {
            height: 60px;
        }
        
        .h67 {
            height: 67px;
        }
        
        .h8 {
            height: 8px;
        }
        
        .h85 {
            height: 85px;
        }
        
        .h68 {
            height: 68px;
        }
        
        .h65 {
            height: 65px;
        }
        
        .h66 {
            height: 66px;
        }
        
        .h70 {
            height: 70px;
        }
        
        .h76 {
            height: 76px;
        }
        
        .h78 {
            height: 78px;
        }
        
        .h79 {
            height: 79px;
        }
        
        .h90 {
            height: 90px;
        }
        
        .h90p {
            height: 90%;
        }
        
        .h93 {
            height: 93px;
        }
        
        .h99 {
            height: 99px;
        }
        
        .h100 {
            height: 100px;
        }
        
        .h119 {
            height: 119px;
        }
        
        .h168 {
            height: 168px;
        }
        
        .h170 {
            height: 170px;
        }
        
        .h195 {
            height: 195px;
        }
        
        .h200 {
            height: 200px;
        }
        
        .h201 {
            height: 201px;
        }
        
        .h211 {
            height: 211px;
        }
        
        .h21 {
            height: 21px;
        }
        
        .h213 {
            height: 213px;
        }
        
        .h214 {
            height: 214px;
        }
        
        .h231 {
            height: 231px;
        }
        
        .h241 {
            height: 241px;
        }
        
        .h250 {
            height: 250px;
        }
        
        .h270 {
            height: 270px;
        }
        
        .h290 {
            height: 290px;
        }
        
        .h310 {
            height: 310px;
        }
        
        .h308 {
            height: 308px;
        }
        
        .h375 {
            height: 375px;
        }
        
        .h52 {
            height: 52px;
        }
        
        .h520 {
            height: 520px;
        }
        
        .h550 {
            height: 550px;
        }
        
        .h533 {
            height: 533px;
        }
        
        .h100p {
            height: 100%
        }
        
        .h65p {
            height: 65%
        }
        
        .over_1 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }
        
        .over_2 {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        
        .over_3 {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }
        
        .line-through {
            text-decoration: line-through;
        }
        
        .trans2 {
            transition: .2s
        }
        
        .point_two {
            position: relative;
        }
        
        .point_two::before,
        .point_two::after {
            content: '';
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #566C84;
            top: 9px;
        }
        
        .point_two::before {
            left: 10px;
        }
        
        .point_two::after {
            right: 10px;
        }
        
        .fix_bottom {
            position: fixed;
            left: 0;
            bottom: 0;
            width: 100%;
            z-index: 99;
        }
        
        .fix_top {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 99;
        }
        /*卡片样式*/
        
        .top_card {
            border-radius: 10px;
        }
        
        .top_tag {
            display: inline-block;
            border-top-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }
        /*checkBox*/
        
        .checkBox input {
            width: 0;
            height: 0;
            opacity: 0;
            position: relative;
            left: -9999px;
        }
        
        .before_line_3 {
            position: relative;
        }
        
        .before_line_3::before {
            position: absolute;
            content: '';
            width: 3px;
            height: 10px;
            background: #1aac19;
            left: -9px;
            top: 0;
            bottom: 0;
            margin: auto;
        }
        
        .add_img {
            position: relative;
        }
        
        .add_img::before,
        .add_img::after {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            content: '';
        }
        
        .add_img::before {
            width: 35px;
            height: 0;
            border-bottom: 1px dashed #A8A8A8;
        }
        
        .add_img::after {
            height: 35px;
            width: 0;
            border-left: 1px dashed #A8A8A8;
        }
        
        .add_white::before,
        .add_white::after {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            background: #fff;
            content: '';
        }
        
        .add_white::before {
            width: 20px;
            height: 1px;
        }
        
        .add_white::after {
            width: 1px;
            height: 20px;
        }
        
        .pimg35 {
            display: block;
            width: 340px;
            margin: 0 auto 15px;
            border-radius: 5px;
        }
        
        .fff {
            color: #fff;
        }
        
        .headerbox2,
        .head2 {
            width: 100%;
            /* height: 44px; */
            background: #fff;
            position: fixed;
            top: 0px;
            z-index: 99999999;
            /* padding-top: 20px; */
        }
        
        .headerpox2 {
            width: 100%;
            height: 40px;
            position: relative;
            overflow: hidden;
        }
        
        .left23 {
            position: absolute;
            left: 0;
            z-index: 999;
        }
        
        .peobox {
            width: auto;
            margin-left: 15px;
            padding: 4px 5px;
            overflow: hidden;
            border: 1px solid #e8e8e8;
            border-radius: 20px;
            margin-top: 5px;
        }
        
        .peoimg {
            width: 24px;
            height: 24px;
            display: block;
            overflow: hidden;
            border-radius: 50%;
            float: left;
            margin-right: 3px;
        }
        
        .word-break-all {
            word-break: break-all;
        }
        
        .alit {
            display: flex;
            align-items: center;
        }
        
        .cf399 {
            color: #F3993E;
        }
        
        .c787 {
            color: #787f83;
        }
        
        .cffb {
            color: #ffb347;
        }
        
        .ced4 {
            color: #ed4605;
        }
        
        .cff0 {
            color: #ff0000;
        }
        
        .bgfcf8 {
            background-color: #FCF8F9;
        }
        
        .bg399 {
            background: #F3993E;
        }
        
        .bgeaf {
            background: #eaf4fe;
        }
        
        .bgf5 {
            background-color: #f5f5f5;
        }
        
        .bgf6fa {
            background: #f6faff;
        }
        
        .bg396 {
            background-color: #3963FF;
        }
        
        .vertop {
            vertical-align: top
        }
        
        .vermid {
            vertical-align: middle;
        }
        
        .verbot {
            vertical-align: bottom
        }
        
        .bg5EC {
            background: #5ECF89
        }
        
        .c5ec {
            color: #5ECF89
        }
        
        .borc5e {
            border: 1px solid #5ECF89;
        }
        
        .cF45 {
            color: #F4514A
        }
        
        .c999 {
            color: #999
        }
        
        .bgf0fc {
            background-color: #F0FCFA;
        }
        
        .bff {
            border-left: 1px solid #666;
        }
        
        .bff2 {
            border-left: 2px solid #666;
        }
        
        .brr {
            border-right: 1px solid #666;
        }
        
        .brr2 {
            border-right: 1px solid #e5e5e5;
        }
        
        .bre5 {
            border: 1px solid #e5e5e5;
        }
        
        .overflow {
            overflow: hidden;
        }
        /* 弹窗开始 */
        
        .modalMask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            background: #000;
            opacity: 1;
            overflow: hidden;
            z-index: 9000;
            color: #fff;
        }
        
        .contentTip {
            text-align: center;
            font-size: 36px;
            color: #333333;
        }
        
        .teleStyle {
            background: #ffffff;
            border: 1px solid #979797;
            border-radius: 6px;
            line-height: 50px;
            height: 50px;
            box-sizing: border-box;
            padding-left: 12px;
            width: 460px;
            font-size: 28px;
            /*color: rgba(0,0,0,0.25);*/
            margin-top: 30px;
        }
        
        .modalFooter {
            box-sizing: border-box;
            display: flex;
            flex-direction: row;
            height: 100px;
            border-top: 1px solid #e5e5e5;
            font-size: 32px;
            line-height: 100px;
        }
        
        .btnCancel {
            width: 50%;
            font-size: 32px;
            color: #333;
            text-align: center;
            border-right: 1px solid #e5e5e5;
        }
        
        .btnConfirm {
            font-size: 16px;
            width: 50%;
            text-align: center;
        }
        
        .pa3 {
            padding: 3px;
        }
        
        .baeebot {
            border-bottom: 1px solid #EDEDED
        }
        
        .baeetop {
            border-top: 1px solid #EDEDED
        }
        
        .borderD8 {
            border: 1px solid #D8D8D8;
        }
        
        .bgd8 {
            background: #D8D8D8;
        }
        
        .bgF3 {
            background: #F3F3F3;
        }
        
        .bgED {
            background: #EDEDED;
        }
        
        .ce14 {
            color: #E14299
        }
        
        .info2 {
            word-break: break-all;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }
        
        .info {
            overflow: hidden;
            word-break: keep-all;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        
        .white {
            white-space: nowrap;
        }
        
        .bgf6 {
            background: #F6F6F6;
        }
        
        .bgeef {
            background: #EEFAF3
        }
        
        .bot11 {
            bottom: 11px;
        }
        
        .right25 {
            right: 25px;
        }
        
        .bgBox {
            background-image: linear-gradient(to right, #C34CDD, #E14299);
        }
        
        .bge34 {
            background: #C34CDD;
        }
        
        .bge14 {
            background: #E14299;
        }
        
        .bgccc {
            background: #ccc;
        }
        
        .bgfcf9 {
            background-color: #FCF9FC;
        }
        
        .bgdff5 {
            background: #dff5e7;
        }
        
        .bg1072 {
            background-color: #1072Fc;
        }
        
        .bgfbb5 {
            background-color: #FBB503;
        }
        
        .ccccc {
            color: #ccc;
        }
        
        .bordercc {
            border: 1px solid #ccc;
        }
        
        .borderleft {
            border-left: 1px solid #EDEDED;
        }
        
        .bg6cd {
            background: #6CD06d;
        }
        
        .list_txt {
            width: 100%;
            position: relative;
        }
        
        .list_txt li {
            display: inline-block;
            color: #5ECF89;
            margin-right: 9px;
            padding: 5px 0;
            font-size: 11px;
            text-align: center;
            border-radius: 25px;
            /* border: 1px solid #5ECF89; */
            margin-top: 4px;
            min-width: 64px;
            /* max-width: 72px; */
            background: #EEFAF3;
        }
        
        .cfff50 {
            color: #fff;
        }
        
        .opacity5 {
            opacity: 0.5
        }
        
        .testTitle {
            border-bottom: 1px solid #EDEDED;
            border-top: 1px solid #EDEDED
        }
        
        .Actselect {
            box-shadow: 0px 5px 6px 3px #888888;
        }
        
        .cff8 {
            color: #FF8400;
            padding: 2px 6px;
        }
        
        .bgcff {
            background: #fff2e5;
        }
        
        .bgfsf9 {
            background-color: #f5f9ff;
        }
        
        .cursor {
            cursor: pointer
        }
        
        .mt45 {
            margin-top: 45px;
        }
        
        .mt13 {
            margin-top: 13px;
        }
        
        .mt16 {
            margin-top: 16px;
        }
        
        .transition {
            transition: opacity .5s;
        }
        
        .active {
            color: #1f82f6;
            font-weight: 600;
            border-bottom: 2px solid #1f82f6;
            padding-bottom: 14px;
        }
        
        .box-shadow {
            -moz-box-shadow: 0px 0px 5px 5px #e2e2e2;
            /* 老的 Firefox */
            box-shadow: 0px 0px 5px 5px #e2e2e2;
        }
        
        .box-shadow2 {
            -moz-box-shadow: 0px 0px 2px 2px #e2e2e2;
            /* 老的 Firefox */
            box-shadow: 0px 0px 2px 2px #e2e2e2;
        }
        
        .box-shadow22 {
            -moz-box-shadow: 0px 0px 4px 4px #e2e2e2;
            /* 老的 Firefox */
            box-shadow: 0px 0px 4px 4px #e2e2e2;
        }
        
        .boxshow3 {
            -moz-box-shadow: 0px 0px 3px 3px #f0f6ff;
            /* 老的 Firefox */
            box-shadow: 0px 0px 3px 3px #f0f6ff;
        }
        
        .word2 {
            word-break: break-all;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }
        
        .textindent_5 {
            text-indent: 0.5rem
        }
        
        .textindent {
            text-indent: 1rem
        }
        
        .textindent2 {
            text-indent: 2rem
        }
        
        .textindent1-3 {
            text-indent: 1.3rem
        }
        
        .textindent1-5 {
            text-indent: 1.5rem
        }
        
        .textindent3 {
            text-indent: 3rem
        }
        /*播放按钮设置成宽高一致，圆形，居中*/
        
        .vjs-custom-skin {
            border-radius: 15px;
            overflow: hidden;
        }
        
        .vjs-custom-skin>.video-js .vjs-big-play-button {
            background-color: rgba(0, 0, 0, 0.45);
            width: 100%;
            outline: none;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            border: none;
        }
        
        .vjs-custom-skin>.video-js .vjs-poster {
            /* vertical-align: middle; */
            background-repeat: no-repeat;
            background-position: 100%;
            background-size: contain;
            background-color: #000000;
            cursor: pointer;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            /* background-attachment: fixed; */
            background-position: center 0;
            background-size: cover;
            /* min-height: 100vh; */
            border-radius: 15px;
        }

        
        .vjs-custom-skin>.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
            display: table;
            content: "";
            clear: both;
        }
        /*进度条背景轨道*/
        
        .video-js .vjs-slider {
            border-radius: 1em;
        }
        /*进度条进度*/
        
        .vjs-custom-skin>.video-js .vjs-play-progress,
        .vjs-custom-skin>.video-js .vjs-volume-level {
            border-radius: 1em;
        }
        /*鼠标进入播放器后，播放按钮颜色会变*/
        
        .video-js:hover .vjs-big-play-button,
        .vjs-custom-skin>.video-js .vjs-big-play-button:active,
        .vjs-custom-skin>.video-js .vjs-big-play-button:focus {
            background-color: rgba(0, 0, 0, 0.4) !important;
        }
        /*control bar*/
        
        .video-js .vjs-control-bar {
            background-color: rgba(0, 0, 0, 0.2) !important;
        }
        /*点击按钮时不显示蓝色边框*/
        
        .video-js .vjs-control-bar button {
            outline: none;
        }
        
        .outline {
            outline: none;
        }
        
        .border-bottom1,
        .border-bottomfff {
            font-weight: 600;
        }
        
        .border-bottom1:before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translate(-50%, -50%);
            top: auto;
            bottom: -10px;
            right: auto;
            height: 4px;
            width: 20px;
            background-color: #1f82f6;
        }
        
        .border-bottom2:before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translate(-50%, -50%);
            top: auto;
            bottom: -14px;
            right: auto;
            height: 4px;
            width: 20px;
            background-color: #1f82f6;
        }
        
        .border-bottomfff:before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translate(-50%, -50%);
            top: auto;
            bottom: -14px;
            right: auto;
            height: 4px;
            width: 20px;
            background-color: #fff;
        }
        /*control bar*/
        
        .aa .video-js .vjs-control-bar {
            background-color: #999 !important;
        }
        
        .oblique {
            font-style: oblique;
        }
        
        .flexc {
            flex-direction: row;
            /*这里可以不写，flex布局默认方向横向即row*/
            justify-content: center;
            align-items: center;
        }
        
        .display_flex {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }
        
        .justify-content_flex-justify {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
        }
        
        .row1_txtc {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        
        .imgauto {
            width: 100%;
            height: 100%;
            max-width: 100%;
            max-height: 100%;
        }
        
        .fade-enter,
        .fade-leave-active {
            opacity: 0;
        }
        
        .fade-enter-active,
        .fade-leave-active {
            transition: opacity 0.5s;
        }
        /* 滚动条 */
        
        .gundong::-webkit-scrollbar {
            /*滚动条整体样式*/
            width: 4px;
            /*高宽分别对应横竖滚动条的尺寸*/
            height: 4px;
        }
        
        .gundong::-webkit-scrollbar-thumb {
            /*滚动条里面小方块*/
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
            background: rgba(0, 0, 0, 0.2);
        }
        
        .gundong::-webkit-scrollbar-track {
            /*滚动条里面轨道*/
            -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
            border-radius: 0;
            background: rgba(0, 0, 0, 0.1);
        }
        
        .show:hover {
            color: #1f82f6;
            transform: scale(1.1);
            transition: all 0.3s;
        }
        
        .showimg:hover {
            transform: scale(1.3);
            transition: all 0.3s;
        }
        
        .plus-icon-enter-active {
            transition: opacity 2s;
        }
        
        .plus-icon-enter,
        .fade-leave-to {
            opacity: 0;
        }
        
        .top240 {
            top: 240px;
        }
        
        .left15p {
            left: 15%;
        }
        
        .top145 {
            top: 145px;
        }
        
        .left45p {
            left: 45%;
        }
        
        .top395 {
            top: 395px;
        }
        
        .left55p {
            left: 55%;
        }
        
        .top500 {
            top: 500px;
        }
        
        .top50p {
            top: 50%;
        }
        
        .left70 {
            left: 70%;
        }
        
        .top100 {
            top: 100px;
        }
        
        .left68p {
            left: 68%;
        }
        
        .fb600 {
            font-weight: 600;
        }
        
        .pt34 {
            padding-top: 34px;
        }
        
        .borderradiusr {
            border-radius: 0 50px 0 0;
        }
        
        .bgrgba {
            background-color: rgba(0, 0, 0, 0.5);
        }
        
        input {
            outline: none;
            -webkit-appearance: none;
            /*去除系统默认的样式*/
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            /* 点击高亮的颜色*/
        }
        
        input {
            outline: none;
            -webkit-appearance: none;
            /*去除系统默认的样式*/
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            /* 点击高亮的颜色*/
        }
        
        input {
            appearance: button;
            -moz-appearance: button;
            /* Firefox */
            -webkit-appearance: button;
            /* Safari 和 Chrome */
        }
        
