/*全局*/

#app {
    font-family: Avenir, Helvetica, Arial, sans-serif, "微软雅黑";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #333;
}

html,
body,
ul,
p,
textarea,
input,
#app {
    margin: 0;
    padding: 0;
}

body {
    background: #f8f8f8;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    transition: all .3s ease;
}

img {
    display: block;
}

textarea {
    outline: none;
}

input {
    border: none;
}

.el-menu--horizontal .el-menu .el-menu-item:hover {
    color: #ff6a04 !important;
    background: #eee !important;
}

.el-menu--horizontal .el-menu .el-menu-item:hover span {
    color: #ff6a04 !important;
}

.el-submenu {
    background: #fcfcfc;
}

#app .banner .el-carousel__container {
    height: 100%;
}

#app .el-loading-mask {
    z-index: 0;
}

.content {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.content-box {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
    padding: 15px 30px 30px;
    margin-top: 30px;
}

.content-left {
    flex: 1;
    min-height: 300px;
    position: relative;
}

.content-right {
    flex: 0 0 28%;
    margin-left: 2%;
    margin-top: 30px;
}

#app .vcode-box .el-form-item__content {
    display: flex;
}

#app .el-dialog__header {
    text-align: center;
}

#app .content-box .el-table .cell {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.content-left .title {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border-left: 8px solid #ff6a04;
    padding: 0px 20px;
    margin: 20px 0;
    position: relative;
}

.content-left .title h2 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 5px;
}


/*广告*/

.advertising-bg {
    width: 100%;
    height: 150px;
    background: #ff6a04;
    position: fixed;
    bottom: 0;
    z-index: 100;
}

.advertising-box {
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.advertising-qrcode {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.advertising-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 160px;
}

.advertising-text span {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 4px;
}

.advertising-text p {
    font-size: 20px;
    color: #eee;
    line-height: 1.5;
}

.advertising-box i {
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 30px;
}

.advertising-phone {
    position: absolute;
    right: 100px;
    bottom: 0;
}


/*文章列表*/

.text {
    min-height: 400px;
    padding-top: 10px;
}

.text a {
    height: 124px;
    display: flex;
    border-top: #eee solid 1px;
    cursor: pointer;
    padding: 10px 0;
}

.text a:first-child {
    border-top: none;
}

.text .img {
    flex: 0 0 20%;
}

.text .img img {
    width: 100%;
    border-radius: 5px;
}

.text .con {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding-left: 15px;
}

.text .con span {
    font-size: 20px;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.text .con p {
    color: #ccc;
}

.text a:hover span {
    color: #ff6a04;
}


/*ContentL*/

#app .content-left .el-menu--horizontal>.el-menu-item {
    height: auto;
    line-height: 40px;
}

.content-left .more {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 20px 0;
}

.content-left .more a {
    color: #ff6a04;
}

.content-left .more:hover a {
    color: #fff;
}

.content-left .el-table th>.cell {
    color: #333;
}

.content-left #main {
    width: 100%;
    height: 400px;
}

.content-left .main {
    width: 100%;
    height: 400px;
    margin-top: 60px;
}

.content-left .watermark {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translatex(-50%);
    width: 296px;
    height: 192px;
    background: url(/Public/home/images/dsb-logo-bg.png);
    background-repeat: no-repeat;
    background-position: -100px -50px;
    z-index: 1;
}

.content-left .el-menu-vertical-demo {
    width: 150px;
    overflow: hidden;
    position: absolute;
    right: 16px;
    z-index: 99;
}

.content-left .el-menu {
    border-right: none;
}

.content-left .el-table {
    width: 100%;
    min-height: 300px;
}

#app .content-left .el-image {
    display: block;
    height: 100%;
}


/*ContentR*/

.content-right .right-box {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
    padding: 30px;
    margin-bottom: 30px;
}

.company-box {
    width: 260px;
}

.company {
    display: flex;
    flex-wrap: wrap;
}

.company .el-link {
    flex: 0 0 25%;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.batch-box {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.batch-box .el-button.is-round {
    font-size: 12px;
    padding: 2px 10px;
}

.content-right .right-box .submit-box {
    margin-top: 20px;
}

.content-right .right-box .right-title span {
    font-size: 18px;
    color: #282828;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 18px;
    margin-bottom: 28px;
    position: relative;
    display: block;
}

.content-right .right-box .right-title span::after {
    content: "";
    background-color: #282828;
    left: 1px;
    width: 50px;
    height: 2px;
    bottom: -2px;
    position: absolute;
    transition: all .3s ease;
}

.content-right .right-box:hover .right-title span::after {
    width: 100px;
}

.content-right .right-title {
    display: flex;
    justify-content: space-between;
}

.content-right .right-title a {
    color: #ccc;
}

.content-right .right-title a:hover {
    color: #ff6a04;
}

#app .content-right .right-title .el-menu-item {
    font-size: 18px;
    color: #282828;
    font-weight: 600;
}

.content-right .right-box .cheked {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.content-right .right-box .el-checkbox__label {
    padding-left: 2px;
}

.content-right .right-box .el-checkbox {
    margin-right: 8px;
}

.content-right .right-box .form {
    display: flex;
}

.content-right .right-box .form .btn {
    color: #ff6a04;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
    border: 1px solid #dcdfe6;
    cursor: pointer;
    transition: all .3s ease;
}

.content-right .right-box .form .btn:hover {
    color: #fff;
    background-color: #ff6a04;
    border-color: #ff6a04;
}

.content-right .right-box .form input {
    flex: 1;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.content-right .platform {
    display: flex;
    flex-wrap: wrap;
}

.content-right .platform li {
    display: flex;
    border: #ccc solid 1px;
    font-size: 12px;
    line-height: 24px;
    padding: 0 5px;
    margin: 0 10px 10px 0;
    cursor: pointer;
    transition: all .3s ease;
}

.content-right .platform li:hover {
    color: #fff;
    background: #ff6a04;
}

.content-right .platform li:hover img {
    filter: grayscale(100%);
}

.content-right .platform li i {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 5px;
}

.wemedia-list {
    display: flex;
    flex-wrap: wrap;
}

.wemedia-list li {
    flex: 0 0 25%;
}

.wemedia-list a {
    display: flex;
    padding: 10px;
}

.wemedia-list .icon {
    width: 40px;
    height: 40px;
    background: url('/Public/home/images/top_jlt14.png') no-repeat;
    overflow: hidden;
    transition: all .3s ease;
}

.we-media a {
    display: inherit;
    margin-top: 10px;
}

.we-media a:first-child {
    margin-top: 0;
}

.we-media a:hover ul li:last-child {
    padding: 0 15px;
}

.we-media a:not(:first-child),
.we-media a:not(:first-child) ul {
    overflow: hidden;
}

.we-media ul {
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
}

.we-media ul li {
    transition: all .3s ease;
}

.we-media ul li:first-child {
    flex: 0 0 40%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.we-media .we-icon {
    display: flex;
    justify-content: space-between;
    color: #606266;
    padding: 10px;
}

.we-media ul li:last-child {
    flex: 0 0 50%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.we-media .wx {
    border: #24db5a solid 1px;
    position: relative;
}

.we-media .wx li:last-child {
    background: #24db5a;
}

.we-media .wx-show {
    width: 100px;
    opacity: 0;
    position: absolute;
    top: -9px;
    right: -100px;
    transition: all .3s ease;
}

.we-media .wx:hover .wx-show {
    opacity: 1;
}

.we-media .xl {
    border: #e50113 solid 1px;
}

.we-media .xl li:last-child {
    background: #e50113;
}

.we-media .xq {
    border: #0061cd solid 1px;
}

.we-media .xq li:last-child {
    background: #0061cd;
}

.we-media .jm {
    border: #df2e1a solid 1px;
}

.we-media .jm li:last-child {
    background: #df2e1a;
}

.we-media .dy {
    border: #fd821b solid 1px;
}

.we-media .dy li:last-child {
    background: #fd821b;
}

.we-media .cf {
    border: #e95504 solid 1px;
}

.we-media .cf li:last-child {
    background: #e95504;
}

.we-media .wy {
    border: #d81e06 solid 1px;
}

.we-media .wy li:last-child {
    background: #d81e06;
}

.we-media .tt {
    border: #ec6919 solid 1px;
}

.we-media .tt li:last-child {
    background: #ec6919;
}

.we-media .qe {
    border: #ffc200 solid 1px;
}

.we-media .qe li:last-child {
    background: #ffc200;
}

.we-media .sg {
    border: #fa4d23 solid 1px;
}

.we-media .sg li:last-child {
    background: #fa4d23;
}

.we-media .sh {
    border: #fdd001 solid 1px;
}

.we-media .sh li:last-child {
    background: #fdd001;
}

.we-media .jr {
    border: #f90000 solid 1px;
}

.we-media .jr li:last-child {
    background: #f90000;
}

.we-media .bj {
    border: #3c58d7 solid 1px;
}

.we-media .bj li:last-child {
    background: #3c58d7;
}

.we-media .kb {
    border: #fc5206 solid 1px;
}

.we-media .kb li:last-child {
    background: #fc5206;
}

.we-media .tx {
    border: #1595d4 solid 1px;
}

.we-media .tx li:last-child {
    background: #1595d4;
}

.we-media .hx {
    border: #e3581f solid 1px;
}

.we-media .hx li:last-child {
    background: #e3581f;
}

.we-media .bjh {
    border: #3552d4 solid 1px;
}

.we-media .bjh li:last-child {
    background: #3552d4;
}


/*专题*/

.project {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.project a {
    flex: 0 0 33.33%;
    cursor: pointer;
    margin-bottom: 20px;
}

.project a .zt-con {
    padding-right: 20px;
}

.project a:nth-child(3n+3) .zt-con {
    padding-right: 0;
}

.project a .zt-banner {
    height: 160px;
    overflow: hidden;
}

.project a .zt-banner img {
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}

.project a p {
    height: 34px;
    font-size: 12px;
    color: #555;
    background: #eee;
    line-height: 18px;
    overflow: hidden;
    padding: 5px;
    transition: all .3s ease;
}

.project a:hover img {
    transform: scale(1.1);
}

.project a:hover p {
    color: #ff6a04;
}


/*Header*/

.top-bg .el-drawer__body {
    overflow: scroll;
}

.top-bg {
    width: 100%;
    background: #fff;
    border-bottom: #eee solid 1px;
    box-shadow: 0px 0px 9.5px 0.5px rgba(49, 87, 163, 0.13);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.top-box {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.top-right {
    flex: 0 0 75%;
    display: flex;
    justify-content: flex-end;
}


/*移动端导航、搜索*/

.move-search {
    display: none;
}


/*logo*/

.logo {
    flex: 0 0 18%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.logo img {
    width: 100%;
}

.top-bg .el-menu.el-menu--horizontal {
    border-bottom: none;
}

.top-bg .el-submenu__title {
    font-size: 18px;
}

.top-bg .el-submenu__icon-arrow {
    font-size: 14px
}

#app .el-menu--collapse .el-menu .el-submenu,
.el-menu--popup {
    min-width: 140px !important;
}

.top-right .nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-right .search {
    flex: 0 0 25%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding-left: 50px;
}

.move-searchBox {
    width: 92%;
    background: #ff6a04;
    position: absolute;
    top: -60px;
    display: flex;
    padding: 5px 4%;
    opacity: 0;
    transition: all .5s ease;
}

.move-searchBox .el-input--prefix .el-input__inner {
    padding-left: 40px;
}

.el-menu--horizontal .el-menu .el-menu-item,
.el-menu--horizontal .el-menu .el-submenu__title {
    padding: 0 10px 0 20px;
}


/*Banner*/

.banner {
    max-width: 1200px;
    margin: 66px auto 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.banner-left {
    flex: 0 0 48%;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner-shadow {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .05) 10%, rgba(0, 0, 0, .85) 100%);
    transition: all .3s ease;
}

.banner a:hover .banner-shadow {
    opacity: .75;
}

.banner-right {
    flex: 0 0 50%;
}

.banner-right .banner-right-pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-right .banner-right-pc a {
    flex: 0 0 48%;
    height: 145px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.banner-right .banner-right-pc a:nth-child(3),
.banner-right .banner-right-pc a:nth-child(4) {
    margin-top: 10px;
}

.banner-right .banner-right-pc a img {
    width: 100%;
    height: 100%;
}


/* .banner-text {
    position: absolute;
    bottom: 10px;
    padding: 0 10px;
} */

.banner-right .banner-right-pc p {
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    line-height: 1.4;
    position: absolute;
    bottom: 10px;
    padding: 0 10px;
}

.banner-right .banner-right-m {
    display: none;
}


/*Suspension*/

.backtop,
.code-box {
    position: fixed;
    right: 80px;
    bottom: 140px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .12);
    cursor: pointer;
    z-index: 100;
    transition: all .3s ease;
}

.backtop {
    bottom: 90px;
}

.code-box {
    display: none;
}

.backtop:hover,
.code-box:hover {
    color: #ff6a04;
}


/*Footer*/

.footer {
    width: 100%;
    background: #222;
    padding: 30px 0 10px 0;
}

.footer-main {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    border-bottom: #313131 solid 1px;
    padding-bottom: 20px;
}

.footer span {
    font-size: 18px;
    font-weight: 500;
    color: #eee;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 20px;
}

.about {
    flex: 0 0 15%;
}

.about-list,
.taiwan-list,
.partner-list {
    display: flex;
    flex-wrap: wrap;
}

.about-list li,
.taiwan-list,
.taiwan-list li {
    flex: 0 0 50%;
    margin-bottom: 10px;
}

.about-list a,
.taiwan-list a {
    font-size: 14px;
    color: #ccc;
    line-height: 28px;
    opacity: .75;
    cursor: pointer;
}

.about-list a:hover,
.taiwan-list a:hover {
    color: #fff;
    opacity: 1;
}

.taiwan {
    flex: 0 0 50%;
}

.taiwan-list li,
.partner-list li {
    flex: 0 0 20%;
}

.partner-list a:hover img {
    opacity: 1;
}

.partner-list li {
    padding: 0 10px 10px 0;
}

.partner-list img {
    width: 100%;
    border-radius: 2px;
    opacity: .5;
    transition: all .3s ease;
}

.qrcode {
    display: flex;
    justify-content: space-between
}

.qrcode div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
}

.qrcode p {
    font-size: 16px;
    color: #eee;
    text-align: center;
}

.qrcode p:last-child {
    font-size: 14px;
}

.qrcode img {
    width: 100px;
    height: 100px;
    margin: 10px 0;
}

.cooperation h1 {
    font-size: 20px;
    color: #888;
}

.cooperation p {
    line-height: 28px
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-bottom li {
    line-height: 50px;
    margin-right: 2px;
}

.footer-bottom a {
    font-size: 12px;
    color: #ccc;
}

#app .cooperation .el-dialog--center .el-dialog__body {
    padding: 20px 40px 30px;
}

#app .footer {
    margin-top: 40px;
}

.main {
    max-width: 1200px;
    margin: auto;
}

#app .bottom2 {
    width: 60%;
}

#app .footer .product_box .bottom_box:nth-child(3) {
    flex: 0 0 25%;
}

#app .footer .product_box .bottom_box:nth-child(4) {
    flex: 0 0 8%;
}

#app .footer .product_box .bottom_box:nth-child(6) {
    flex: 0 0 15%;
}

#app .footer .product_box .bottom_box:nth-child(3) .bottom_logo,
.footer .product_box .bottom_box:nth-child(6) .bottom_logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

#app .footer .product_box .bottom_box:nth-child(3) .bottom_logo li {
    flex: 0 0 33%;
}

#app .footer .product_box .bottom_box:nth-child(6) .bottom_logo li {
    flex: 0 0 50%;
}

#app .footer .product_box .bottom_box:nth-child(3) .bottom_logo li a {
    display: block;
    width: 100%;
    text-align: left;
}


/*report*/

.report-list {
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.report-list li {
    flex: 0 0 50%;
    height: 260px;
    position: relative;
}

.report-list li a {
    width: 90%;
    height: 90%;
    display: block;
    padding: 5%;
}

.report-list li img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.report-con {
    width: 80%;
    height: 170px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 0 26px 0 rgba(0, 0, 0, .16);
    position: absolute;
    right: 0;
    bottom: 30px;
    padding: 0 15px 10px;
    transition: all .3s ease;
}

.report-con .report-title {
    position: relative;
}

.report-con .report-title p {
    width: 40px;
    font-size: 12px;
    color: #fff;
    background: #ff6a04;
    text-align: center;
    line-height: 20px;
    margin-bottom: 30px;
    transition: all .3s ease;
}

.report-con .report-title h1 {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    line-height: 24px;
    margin-top: 4px;
    padding-right: 4px;
    transition: all .3s ease;
}

.report-con .report-time {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
    position: absolute;
    bottom: 15px;
}

.report-con .report-time p {
    font-size: 12px;
    color: #888;
    transition: all .3s ease;
}

.report-list li a:hover {
    background: #eee;
}

.report-list li a:hover .report-con {
    background: #ff6a04;
}

.report-list li a:hover .report-title p {
    color: #ff6a04;
    background: #fff;
}

.report-list li a:hover .report-title h1 {
    color: #fff;
}

.report-list li a:hover .report-time p {
    color: #eee;
}


/*投诉榜*/

.tsb {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e6e6e6;
    margin-top: 15px;
}

.tsb a {
    flex: 0 0 33.33%;
    display: flex;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    transition: all .3s ease;
}

.tsb span {
    width: 30px;
    color: #fff;
    background: #ccc;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
    transition: all .3s ease;
}

.tsb p {
    width: 200px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .3s ease;
}

.tsb a:nth-child(1) span {
    background: crimson;
}

.tsb a:nth-child(1) p {
    color: crimson;
}

.tsb a:nth-child(2) span {
    background: darkorange;
}

.tsb a:nth-child(2) p {
    color: darkorange;
}

.tsb a:nth-child(3) span {
    background: darksalmon;
}

.tsb a:nth-child(3) p {
    color: darksalmon;
}

.tsb a:hover span {
    background: #ff6a04;
}

.tsb a:hover p {
    color: #ff6a04;
}

.noData {
    text-align: center;
    line-height: 30px;
}

.tsb_note {
    margin-top: 10px;
    padding: 10px 0;
}

.tsb_note p {
    color: #888;
    text-align: center;
}


/*移动端*/

.mobile-select,
.mobile-bottom {
    display: none;
}

.mobile-top,
.mobile-bottom {
    background: #f5f7fa;
    display: none;
    position: fixed;
    z-index: 1001;
}

.mobile-top .drawer-left,
.mobile-box .drawer-btn {
    display: none
}

.mobile-box .drawer-btn i {
    font-size: 1.5rem;
    line-height: 40px;
    position: absolute;
    right: 6px;
    transition: all 1s ease;
}

.mobile-box .mobile-top .drawer-up i {
    transform: rotate(180deg);
}

.mobile-box .mobile-top .drawer-down i {
    transform: rotate(0);
}

#app .mobile-box .el-drawer {
    height: 100% !important;
}

#app .mobile-box .el-drawer__body {
    overflow: auto;
    padding: 0 20px 40px;
}

#app .mobile-box .el-drawer__body h1 {
    text-align: center;
    letter-spacing: 2px
}

#app .mobile-box .el-drawer__body h2 {
    font-size: 16px;
    line-height: 46px;
}

#app .mobile-box .el-drawer__body h2 span {
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
    padding-left: 10px;
}

#app .mobile-box .el-drawer__header {
    margin-bottom: 50px;
}

.mobile-box .drawer-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.mobile-box .drawer-list li {
    flex: 0 0 25%;
    display: flex;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 20px;
}

.mobile-box .drawer-list li a {
    flex: 1;
    font-size: 12px;
    color: #333;
    background: #eee;
    border-radius: 1rem;
    line-height: 28px;
}

.mobile-box .cheked {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.mobile-box .el-checkbox__label {
    padding-left: 2px;
}

.mobile-box .el-checkbox {
    margin-right: 0px;
}

.mobile-box .form {
    display: flex;
}

.mobile-box .form .btn {
    border-color: #c6e2ff;
    background-color: #ecf5ff;
    border: 1px solid #dcdfe6;
    cursor: pointer;
    transition: all .3s ease;
}

.mobile-box .form input {
    flex: 1;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.mobile-submit {
    display: none;
}

@media(max-width: 1200px) {
    .advertising-bg {
        height: 100px;
        bottom: 70px;
    }
    .advertising-box {
        width: 100%;
    }
    .advertising-qrcode {
        width: 60px;
        height: 60px;
        left: 10px;
    }
    .advertising-text {
        left: 80px;
    }
    .advertising-text span {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .advertising-text p {
        font-size: 12px;
    }
    .advertising-phone {
        width: 70px;
        right: 30px;
    }
    .advertising-box i {
        font-size: 24px;
        right: 0;
    }
    /*footer*/
    .footer-main {
        display: inherit;
        padding: 0 20px 20px;
    }
    .footer span {
        font-size: 16px;
        text-align: center;
    }
    .about-list,
    .taiwan-list,
    .partner-list {
        justify-content: center;
        margin-bottom: 20px;
    }
    .about-list li,
    .taiwan-list li {
        flex: 0 0 25%;
        text-align: center;
    }
    .about-list a {
        font-size: 12px;
    }
    .qrcode {
        justify-content: space-around;
    }
    .cooperation h1 {
        line-height: 50px;
    }
    #app .footer .product_box .bottom_box:nth-child(5) {
        display: block;
    }
    #app .footer .product_box .bottom_box:nth-child(6) {
        display: none;
    }
}

@media(max-width:868px) {
    .top-box {
        padding: 4px 0;
    }
    .logo {
        padding-left: 10px;
    }
    .top-right {
        padding-right: 10px;
    }
    .content {
        display: initial;
    }
    .content-box {
        padding: 0;
        margin: 0;
    }
    .content-right,
    .el-menu-demo,
    .top-right .search,
    .banner-right .banner-shadow,
    .banner-right a img,
    .mobile-box .right-box .right-title,
    .mobile-box .right-box .submit-box {
        display: none;
    }
    .move-search {
        display: block;
    }
    .logo {
        flex: 0 0 36%;
    }
    .logo img {
        width: 100%;
    }
    .top-right {
        flex: 0;
    }
    .banner {
        display: inherit;
        margin: 90px auto 0;
        padding: 0 10px;
    }
    .banner-left {
        height: 200px;
    }
    .banner-right {
        margin-top: 10px;
    }
    .banner-right .banner-right-pc {
        display: none;
    }
    .banner-right .banner-right-m {
        background: #fff;
        border-radius: 20px;
        border: 1px solid #ebeef5;
        display: flex;
        justify-content: space-between;
    }
    .banner-right .banner-right-m,
    .banner-right .banner-right-m li {
        padding: 0 10px;
    }
    .banner-right .banner-right-m li:first-child {
        width: 60px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    .banner-right .banner-right-m span {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 5px;
    }
    .banner-right .banner-right-m p {
        font-size: 12px;
        color: #fff;
        background: #ff6a04;
        border-radius: 20px;
        letter-spacing: 2px;
    }
    .banner-right .banner-right-m li:last-child {
        flex: 1;
    }
    .banner-right .banner-right-m a {
        height: 40px;
        font-size: .8rem;
        color: #1c1c1c;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    #app .banner-right .banner-right-m .el-carousel--vertical {
        width: 100%;
        height: 70px;
    }
    #app .banner-right .banner-right-m .el-carousel__item {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .content-left {
        padding: 0 10px;
    }
    .content-left .title {
        background: #fafafa;
        border-radius: .2rem;
        box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, .1);
        margin: 10px 0;
    }
    .content-left .title h2 {
        font-size: 16px;
        letter-spacing: normal;
    }
    .content-left .main {
        margin-top: 30px;
    }
    .content-left .tab {
        width: 100%;
        overflow: scroll;
    }
    .content-left .el-table {
        max-width: 200%;
        width: 200%;
    }
    .text a {
        height: 86px;
        padding: 10px 0;
    }
    .text .img {
        flex: 0 0 30%;
    }
    .text .con {
        display: inherit;
        padding: 0 10px;
    }
    .text .con span {
        font-size: .9rem;
        font-weight: 600;
    }
    .project a {
        flex: 0 0 50%;
        margin-bottom: 10px;
    }
    .project a .zt-con {
        padding: 0 2%;
    }
    .project a .zt-banner {
        height: 124px;
        border-radius: 5px;
    }
    .content-left .el-menu-vertical-demo {
        right: 0;
    }
    .code-box,
    .backtop {
        right: 10px;
    }
    .code-box {
        display: flex;
    }
    .report-list li {
        flex: 100%;
        height: 220px;
    }
    .report-list li a {
        width: 100%;
        height: 96%;
        padding: 0;
    }
    .report-con {
        width: 74%;
        height: 150px;
        left: 50%;
        transform: translatex(-50%);
    }
    .report-con .report-title p {
        padding-bottom: 15px;
    }
    .report-con .report-title h1 {
        font-size: 14px;
    }
    .tsb {
        justify-content: space-between;
    }
    .tsb p {
        width: 100px;
        font-size: 14px;
    }
    #app .footer {
        margin-bottom: 60px;
    }
    .company-box {
        width: 100%;
    }
    .company .el-link {
        flex: 0 0 33.33%;
        font-size: 14px;
    }
    /*俱乐部*/
    #app .submit-btn-box .el-button--primary.is-plain {
        display: none;
    }
    /*移动端*/
    .mobile-select,
    .mobile-bottom {
        display: block;
    }
    .mobile-top,
    .mobile-bottom {
        width: 100%;
        display: flex;
    }
    .mobile-top {
        top: 49px;
        background: #fff;
        line-height: 40px;
        overflow: scroll;
        padding-left: 12px;
    }
    .mobile-top li {
        flex: 0 0 25%;
    }
    .mobile-top .current2 {
        color: #ff6a04;
    }
    .mobile-top .drawer-left {
        width: 12px;
        height: 40px;
        background: linear-gradient(-90deg, rgb(255, 255, 255, .9) 15%, rgb(255, 255, 255) 85%);
        display: block;
        position: fixed;
        left: 0;
    }
    .mobile-box .drawer-btn {
        width: 60px;
        height: 40px;
        background: linear-gradient(90deg, rgb(255, 255, 255, .9) 15%, rgb(255, 255, 255) 85%);
        display: block;
        position: fixed;
        right: 0;
    }
    #app .mobile-box .el-drawer__close-btn {
        width: 40px;
        height: 40px;
        position: fixed;
        top: 50px;
        right: 12px;
    }
    #app .mobile-box .el-drawer__close-btn i {
        font-size: 1.5rem;
    }
    .mobile-bottom {
        bottom: 0;
    }
    .mobile-bottom li {
        color: #666;
        text-align: center;
        flex: 1;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 5px 0 25px;
    }
    .mobile-bottom .current {
        color: #ff6a04;
        background: #fff;
    }
    .mobile-bottom li i {
        font-size: 1.6rem;
    }
    .mobile-bottom li p {
        font-size: 1rem;
    }
    .mobile-submit {
        background: rgba(255, 255, 255, .8);
        border-radius: 50%;
        box-shadow: 0px 0px 9.5px 0.5px rgba(49, 87, 163, 0.13);
        text-align: center;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0px;
        left: calc(50% - 24px);
        padding: 6px;
    }
    .mobile-submit i {
        font-size: 20px;
        font-weight: bold;
        color: #ff6a04;
    }
    .mobile-submit p {
        font-size: 12px;
        color: #666;
    }
    #app .el-dialog {
        width: 100% !important;
    }
}