body {
    font-size: 14px;
    font-family: PingFang SC, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
    color: #333;
}

html,
body {
    min-height: 100%;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.content-box ul li, .content-box ol li {
    list-style: inherit;
}

.content-box ul, .content-box ol {
    padding: revert;
    margin: revert;
}

a,
button {
}

a {
    color: #409eff;
}

.t-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.red-btn {
    background: rgba(33, 145, 249, 1);
}

.red-btn:hover {
    color: rgba(33, 145, 249, 1);
}

.red-btn:hover:before,
.red-btn:hover:after {
    background: rgba(33, 145, 249, 1);
}

.info-btn {
    background: #909399;
}

.info-btn:hover {
    color: #909399;
}

.info-btn:hover:before,
.info-btn:hover:after {
    background: #909399;
}

.brown-btn {
    background: #b89e76;
}

.brown-btn:hover {
    color: #b89e76;
}

.brown-btn:hover:before,
.brown-btn:hover:after {
    background: #b89e76;
}

.pan-btn {
    font-size: 12px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    outline: none;
    transition: 600ms ease all;
    position: relative;
    display: inline-block;
}

.pan-btn:hover {
    background: #fff;
    cursor: pointer;
}

.pan-btn:hover:before,
.pan-btn:hover:after {
    width: 100%;
    transition: 600ms ease all;
}

.pan-btn:before,
.pan-btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    transition: 400ms ease all;
}

.pan-btn::after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}

.pan-btn.btn-100 {
    width: 100%;
}

#app {
    height: auto;
    min-height: 100%;
}

#app .app-wrapper {
    height: auto;
    width: 100%;
    min-height: 100%;
    padding-bottom: 160px;
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto;
}

#app .app-wrapper .main {
    width: 100%;
    background: #f7f7f7;
}

#app .app-wrapper .main.white {
    background: #fff;
}

#app .app-wrapper .main .main-wrapper {
    width: 1200px;
    margin: 0 auto;
}

#app .app-wrapper .main .main-wrapper .breadcrumb {
    padding: 15px 0 20px 0;
    font-size: 15px;
}

#app .app-wrapper .main .main-wrapper .breadcrumb li {
    display: inline-block;
    color: #4b4b4b;
}

#app .app-wrapper .main .main-wrapper .breadcrumb li i {
    color: #141414;
}

#app .app-wrapper .main .main-wrapper .breadcrumb li a {
    color: #141414;
    transition: 0.35s;
}

#app .app-wrapper .main .main-wrapper .breadcrumb li a:hover {
    color: #a42f1e;
}

#app .right-fixed {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 150px;
}

#app .right-fixed li {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #cacaca;
    margin-bottom: 1px;
    cursor: pointer;
    transition: all 0.4s;
}

#app .right-fixed li:hover {
    background-position: 0 50px;
}

#app .right-fixed li:hover .tip span {
    top: 0;
}

#app .right-fixed li:hover .app-logo,
#app .right-fixed li:hover .weixin-logo,
#app .right-fixed li:hover .wap-logo {
    display: block;
}

#app .right-fixed li .tip {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#app .right-fixed li .tip span {
    position: absolute;
    left: 0;
    top: -100%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: #e22323;
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding: 5px 10px;
    transition: top 0.4s;
}

#app .right-fixed .robot {
    background: #cacaca url("../images/right-fiexd/icon_machine.png") 10px 10px no-repeat;
}

#app .right-fixed .robot:hover {
    background-position: 10px 60px;
}

#app .right-fixed .app {
    background: url("../images/right-fiexd/app.jpg") 0 0 no-repeat;
}

#app .right-fixed .weixin {
    background: url("../images/right-fiexd/weixin.jpg") 0 0 no-repeat;
}

#app .right-fixed .wap {
    background: url("../images/right-fiexd/mobile.jpg") 0 0 no-repeat;
}

#app .right-fixed .back-top {
    background: url("../images/right-fiexd/top.jpg") 0 0 no-repeat;
}

#app .right-fixed .back-top:hover {
    background-position: 0 0;
}

#app .right-fixed .back-top:hover .tip span {
    display: block;
}

#app .right-fixed .back-top .tip span {
    display: none;
}

#app .right-fixed .app-logo,
#app .right-fixed .weixin-logo,
#app .right-fixed .wap-logo {
    width: 162px;
    display: none;
    position: absolute;
    bottom: 0;
    left: -162px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.table-box {
    padding: 20px 0;
}

.table-box .table thead > tr > th,
.table-box .table tbody > tr > td {
    padding: 8px;
    line-height: 1.4;
    text-align: center;
}

.table-box .table thead tr th {
    font-weight: 700;
}

.table-box .table thead.no-blod tr th {
    font-weight: normal;
}

.table-box .table.table-bordered {
    border: 1px solid #ddd;
}

table thead {
    background-color: #efd1d1;
    color: #333;
}

table thead.no-bg {
    background-color: transparent;
}

.clear-fix:after {
    content: '';
    clear: both;
    height: 0;
}

[v-cloak] {
    display: none;
}


.fix-flow {
    margin-right: 0;
    width: 64px;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 106px;
    z-index: 999;
    background: #0781cc;
    border-top: 0 solid #0781cc;
    border-radius: 30px;
    padding: 10px 0 20px;
}

.fix-flow a.item {
    margin-top: 15px;
    text-align: center;
    width: 100%;
    display: block;
    cursor: pointer;
}
.fix-flow a.item img {
    margin: 0 auto;
}
.fix-flow label {
    width: 100%;
    line-height: 19px;
    overflow: hidden;
    font-size: 12px;
    color: #dfe9f5;
    display: block;
    background-position: center 8px;
    background-repeat: no-repeat;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.wx-qr {
    padding: 0px;
    background: #fff;
    text-align: center;
    position: absolute;
    right: 64px;
    top: 0;
    display: none;
}
.wx-icon:hover + .wx-qr {
    display: block;
}
.xcx-qr {
    padding: 0px;
    background: #fff;
    text-align: center;
    position: absolute;
    right: 64px;
    top: 120px;
    display: none;
}
.xcx-icon:hover + .xcx-qr {
    display: block;
}
.emblem {
    display: inline-block;
    vertical-align: top;
    width: 85px;
    height: 85px;
    background: url(/resources/images/emblem.png) no-repeat;
    background-size: 100%;
}

.banner-logo{
    position: relative;
    animation: bannerText 7s infinite;
    animation-timing-function: ease-in-out;
    margin-top:26px;

}
@keyframes bannerText{
    0%{
        opacity: 0;
        left:-100px;
        width: 390px;
        height: 67px;
    }
    10%{
        opacity: 0;
        left:-100px;
        width: 390px;
        height: 67px;
    }
    50%{
        opacity: 100%;
        left:0;
        width: 390px;
        height: 67px;
    }
    75%{
        opacity: 100%;
        left:0;
        width: 390px;
        height: 67px;
        top:0;
    }
    100%{
        opacity: 0;
        top: -50px;
        left:-50px;
        width: 150%;
        height: 150%;
    }
}