
    #app {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: white;
        font-family: arial, verdana, helvetica, 'PingFang SC', 'HanHei SC', STHeitiSC-Light, Microsoft Yahei, sans-serif;
    }
    
    #app .grey_bg {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
    }
    
    #app .head {
        width: 100%;
        background: #202329;
        box-shadow: 0 1px 8px rgba(0, 0, 0, .06);
        height: 60px !important;
    }
    
   #app .head .head-content {
        width: 1184px;
        display: flex;
        margin: 0 auto;
        line-height: 60px !important;
        justify-content: space-between;
    }
    
    #app .head .head-content .logo {
        margin-right: 30px;
    }
    
    #app .head .head-content .logo a {
        display: inline-block;
        vertical-align: middle;
        width: 125px;
        height: 36px;
        background-size: 110px;
    }
    
    #app .head .head-content .nav a {
        color: white;
        font-size: 18px;
        margin-right: 40px;
        font-weight: 600;
    }
    
    #app .head .head-content .nav a:hover {
        color: #FF6400;
    }
    
    #app .head .head-content .nav a.router-link-exact-active {
        color: #FF6400;
    }
    
    #app .head .head-content .userMsg .rm {
        display: inline-block;
        font-size: 14px;
    }
    
    #app .head .head-content .userMsg .rm a {
        color: white;
        margin: 0 15px;
        font-size: 16px;
    }
    
    #app .head .head-content .userMsg .rm a:hover {
        color: #FF6400;
    }
    
    #app .head .head-content .userMsg .lg-rg {
        display: inline-block;
        font-size: 15px;
        margin-left: 15px;
    }
    
    #app .head .head-content .userMsg .lg-rg a {
        border: 1px solid #FF6400;
        border-radius: 15px;
        padding: 2px 10px;
        color: white;
        margin: 0 5px;
        background: #FF6400;
    }
    
    #app .head .head-content .userMsg .lg-rg a:hover {
        color: #FF6400;
        background: #fff;
        border-color: #fff;
    }
    
    #app .fwhQr {
        background: transparent;
        color: #999;
        font-size: 15px !important;
        font-weight: 500 !important;
        padding: 0px 10px;
    }
    
    #app .fwhQr:hover {
        background: #f8f8f8 !important;
        color: #999 !important;
    }
    
    .tkcodecl {
        position: fixed;
        right: 0;
        bottom: 20%;
        width: 42px;
        cursor: pointer;
        z-index: 9;
    }
    
    .tkcodecl .tkcodecl_li {
        height: 40px;
    }
    
    .tkcodecl .tkcodecl_li .tkcodecl_libox {
        position: relative;
        display: inline-block;
        word-break: keep-all;
        outline: none;
        text-decoration: none;
        left: 0;
        transform: translateX(0);
        padding: 0 10px 0 42px;
        min-width: 42px;
        font-size: 14px;
        line-height: 40px;
        border-radius: 20px 0 0 20px;
        transition: all .2s ease-in;
        background-color: #fff;
        color: #666;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
        cursor: pointer;
    }
    
    .tkcodecl .tkcodecl_li .tkcodecl_libox .tkcodecl_libox_dia {
        position: absolute;
        right: 100%;
        top: 0;
        border-radius: 10px;
        padding: 10px;
        display: none;
        background-color: #fff;
        color: #666;
        transform: translateZ(0);
        transition-delay: .2s;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
        line-height: 0px;
    }
    
    .tkcodecl .tkcodecl_li .tkcodecl_libox .tkcodecl_libox_top {
        transform: translate3d(-14px, -6px, 0);
    }
    
    .tkcodecl .tkcodecl_li .tkcodecl_libox .tkcodecl_libox_middle {
        top: 50%;
        transform: translate3d(-14px, -50%, 0);
    }
    
    .tkcodecl .tkcodecl_li .tkcodecl_libox:hover {
        color: #000;
        left: 42px;
        transform: translateX(-100%);
    }
    
    .tkcodecl .tkcodecl_li .tkcodecl_libox_wx:hover .tkcodecl_libox_top {
        display: block;
    }
    
    .tkcodecl .tkcodecl_li .tkcodecl_libox_phone:hover .tkcodecl_libox_middle {
        display: block;
    }
    
    .tkcodecl .tkcodecl_li img {
        display: inline-block;
    }
    
    .el-dropdown-menu{
        min-width:150px !important;
        display: flex;
        flex-direction: column;
    }
    
    .realClass{
        border-radius:10px;
    }
    .real_box{
        margin-bottom: 20px;
    }
    .real_box img{
        height: 120px;
        margin: 0 auto;
        width: 120px;
    }
    .real_span_box{
        margin-bottom: 30px;
        text-align: center;
    }
    .real_span_box .titla{
        color: #262626;
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
        margin-bottom: 4px;
    }
    .real_span_box .cont{
        color: #666;
        font-size: 14px;
        font-weight: 400;
    }
    
    .real_btn{
        background: #0078ff;
        border-radius: 4px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
        text-align: center;
        width: 160px;
    }
