﻿@charset "utf-8";

.w24 {
    width: 24px;
}

.wb10 {
    width: 10%;
}

.wb15 {
    width: 15%;
}

.wb16 {
    width: 16%;
}

.wb25 {
    width: 25%;
}

.wb30 {
    width: 29%;
}

.wb33 {
    width: 33%;
}

.wb40 {
    width: 42%;
}

.wb50 {
    width: 50%;
}

.w120 {
    width: 120px;
}

.pd0 {
    padding: 0;
}

.pdtb3 {
    padding: 3px 0;
}

.pd515 {
    padding: 5px 15px;
}

.pd020 {
    padding: 0 20px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

.pd13013 {
    padding: 13px 0 0 13px;
}

.pd5 {
    padding: 5px;
}

.pd08 {
    padding: 0 8px;
}

.pd012 {
    padding: 0 12px;
}

.pdt15 {
    padding-top: 15px;
}

.pdt20 {
    padding-top: 20px;
}

.pdl15 {
    padding-left: 15px;
}

.txtindent {
    text-indent: 2em;
}

.pdnav {
    padding: 10px 20px 10px 44px;
}

.pd20 {
    padding: 20px;
}

.pdtrl20 {
    padding: 20px 20px 0 20px;
}

.pd1020 {
    padding: 10px 20px;
}

.pdtl1020 {
    padding: 10px 0 0 20px;
}

.pdr5 {
    padding-right: 5px;
}

.pdr10 {
    padding-right: 10px;
}

.pdl28 {
    padding-left: 28px;
}

.pd411 {
    padding: 4px 11px;
}

.pd5400 {
    padding: 5px 40px 0 0;
}

.pdtd {
    padding: 12px 8px;
}

.mg0 {
    margin: 0;
}

.mg05 {
    margin: 0 5px;
}

.mgr5 {
    margin-right: 5px;
}

.mgl5 {
    margin-left: 5px;
}

.mgl8 {
    margin-left: 8px;
}

.mgl15 {
    margin-left: 15px;
}

.mgl20 {
    margin-left: 20px;
}

.mgt5 {
    margin-top: 5px;
}

.mglr10 {
    margin: 0 10px;
}

.mgrb1220 {
    margin: 0 12px 20px 0;
}

.mg20 {
    margin: 20px;
}

.mglrb1020 {
    margin: 0 10px 20px 10px;
}

.mgb15 {
    margin-bottom: 15px;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgtrl20 {
    margin: 20px 20px 0 20px;
}

.mgtrl2010 {
    margin: 20px 10px 0 10px;
}

.mgtrl105 {
    margin: 10px 5px 0 5px;
}

.mgr10 {
    margin-right: 10px;
}

.mgtrl5 {
    margin: 5px 5px 0 5px;
}

.mgradio {
    margin: -5px 10px 0 0;
}

.border1 {
    border: solid 1px #1890ff;
}

.border2 {
    border: solid 1px #ff6300;
}

.border3 {
    border: solid 1px #009688;
}

.border4 {
    border: dashed 1px #788490;
}

.border5 {
    border: dashed 1px #1890ff;
}

.borderb {
    border-bottom: solid 1px #f0f0f0;
}

.borderinput {
    border: solid 1px #d9d9d9;
}

.borderbox {
    border: solid 1px #eaeaea;
}

.borderR {
    border-radius: 4px;
}

.bdr2 {
    border-radius: 2px;
}

.bordertab {
    border-bottom: solid 1px #f0f0f0;
}

.fblue {
    color: #1890ff;
}

.fblack {
    color: #333;
}

.fgray {
    color: #788490;
}

.fred {
    color: #f00;
}

.fgreen {
    color: #009688;
}

.txtcenter {
    text-align: center;
}

.txtright {
    text-align: right;
}

.minh162 {
    min-height: 162px;
}

.link1 {
    font-size: 14px;
    color: #1890ff;
    font-weight: normal;
    border: solid 1px #1890ff;
    border-radius: 4px;
    padding: 5px 15px;
}

.link2 {
    font-size: 14px;
    color: #ff6300;
    font-weight: normal;
    border-radius: 4px;
    padding: 5px 15px;
    border: solid 1px #ff6300;
}

.link3 {
    font-size: 14px;
    color: #1890ff;
    font-weight: normal;
}

.link3:hover {
    color: #ff6300;
}

table .link3.overbtn,
table .link3.overbtn:hover {
    color: #788490;
}

.link4 {
    font-size: 14px;
    color: #ff6300;
    font-weight: normal;
}

.link5 {
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}

.link6 {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    background: #1890ff;
    border-radius: 4px;
    padding: 0 20px;
}

.link6:hover {
    color: #fff;
    opacity: 0.85;
}

.link7 {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    background: #fff;
    border-radius: 4px;
    padding: 0 20px;
    border: solid 1px #d9d9d9;
}

.link8 {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background: #f00;
    font-size: 12px;
    line-height: 20px;
    border-radius: 4px;
    padding: 0 2px;
}

.link_orange {
    background: #ff6300;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 10px;
}

.link_orange:hover {
    background: #f00;
    color: #fff;
}

.link_blue {
    background: #ff6300;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 10px;
    background: #1890ff;
}

.link_blue:hover {
    color: #fff;
    opacity: 0.85;
}

.tablink {
    cursor: pointer;
    display: inline-block;
    color: #1890ff;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 24px;
    border-bottom: solid 3px #1890ff;
}

.tablinkd {
    cursor: pointer;
    display: inline-block;
    color: #788490;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 24px;
    border-bottom: solid 3px rgba(0, 0, 0, 0);
}

.notlink {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    background: #1890ff;
    border-radius: 4px;
    padding: 0 20px;
    background: #788490;
    cursor: not-allowed;
}

.tdlink1 {
    color: #1890ff;
    text-decoration: none;
    margin-right: 15px;
}

.tdlink1:hover {
    color: #f00;
}

.btn1 {
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #1890ff;
    padding: 0 20px;
    border: solid 1px #1890ff;
    border-radius: 4px;
}

.btn2 {
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #009688;
    padding: 0 20px;
    border: solid 1px #009688;
    border-radius: 4px;
}

.btn3 {
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    background: #fff;
    padding: 0 12px;
    border: solid 1px #d9d9d9;
    border-radius: 4px;
}

.flexLsb {
    display: flex;
    justify-content: space-between;
}

.flexLw {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.flexLsaBl {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flexCc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flexCt {
    display: flex;
    flex-direction: column;
}

.flexCsb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
}

.flexL {
    display: flex;
    justify-content: left;
}

.flexRc {
    display: flex;
    justify-content: center;
}

.warningstyle {
    height: 26px;
    line-height: 26px;
    color: #f00;
}

.disabled {
    cursor: not-allowed;
}

.icon-snapshoot::before {
    font-size: 20px;
    vertical-align: middle;
}

.fs20 {
    font-size: 20px;
}

.codeimg img {
    width: 208px;
    height: 208px;
    margin-right: 10px;
}

.relative {
    position: relative;
}

.positiona {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
}

.positionf {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 8;
    transform: translate(-50%, -50%);
}

.txtellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.checkboxstyle {
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: solid 1px #d9d9d9;
    border-radius: 2px;
    border-collapse: separate;
    transition: all 0.3s;
}

.noan {
    animation: none;
}

.ant15 {
    display: block;
    animation: anshow 0.4s ease-in-out;
    transform: translate(-50%, 0);
}

@keyframes anshow {
    0% {
        transform: translate(-50%, 15px);
    }

    100% {
        transform: translate(-50%, 0);
    }
}

.anre180 {
    display: inline-block;
    animation: anre 0.4s linear;
    transform: rotate(180deg);
}

@keyframes anre {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

.anr10 {
    display: inline-block;
    animation: antr15 0.4s linear;
    transform: translateX(10px);
}

@keyframes antr15 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(10px);
    }
}

.anblow {
    transition: 0.4s all;
    transform: scale(1.05);
}

.anload {
    display: inline-block;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* CSS Document */

* {
    word-wrap: break-word;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    outline: none;
    font-style: normal;
}

html {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 100%;
    /* overflow: hidden; */
    overflow-y: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #d7d7d7;
}

::-webkit-scrollbar-track {
    background: #f2f2f2;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #d7d7d7;
}

::-webkit-scrollbar-track {
    background: #f2f2f2;
}

body,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
table,
tr,
td {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}

body {
    color: #788490;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Microsoft Yahei, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    background: #f4f4f4;
    font-size: 14px;
    margin: 0 auto;
    /* padding-top: 64px; */
    min-height: 100%;
    overflow-x: hidden;
    position: relative;
    /*layui 相对定位*/
}

a {
    color: #788490;
    text-decoration: none;
}

a:hover {
    color: #1890ff;
}

label {
    user-select: none;
}

button {
    cursor: pointer;
}

.yzmImg {
    height: 32px;
    vertical-align: middle;
}

.layui-laydate .layui-this {
    background: #1890ff !important;
}

.loginbg {
    overflow: hidden;
    background: #000;
}

@keyframes rotate {
    0% {
        transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0);
    }

    100% {
        transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);
    }
}

.loginbg .stars {
    transform: perspective(500px);
    transform-style: preserve-3d;
    position: fixed;
    bottom: 0;
    perspective-origin: 50% 100%;
    left: 50%;
    animation: rotate 120s infinite linear;
}

.loginbg .star {
    width: 2px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0 -300px;
    transform: translate3d(0, 0, -300px);
    backface-visibility: hidden;
    opacity: 0.6;
}

.loginbg .loginbox {
    position: fixed;
    top: 46%;
    top: 10%\9;
    left: 50%;
    left: 38%\9;
    z-index: 8;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: 387px;
    height: 570px;
    overflow: hidden;
}

.loginbg .registerbox {
    position: fixed;
    top: 50%;
    top: 10%\9;
    left: 50%;
    left: 50%\9;
    margin-left: -350px\9;
    z-index: 8;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    overflow: hidden;
}

.loginbg .registerbox .input_box,
.loginbg .registerbox .w276 {
    width: 276px;
}

.loginbg .registerbox .w346 {
    width: 346px;
}

.loginbg .registerbox .mgCenter {
    margin: 0 auto;
}

.loginbg .w555 {
    width: 555px;
}

.loginbg .w80 {
    width: 80%;
}

.loginbg .w700 {
    width: 700px;
}

.loginbg h1 {
    margin-bottom: 36px;
    text-align: center;
    height: 45px;
}

.loginbg h1 img {
    max-height: 100%;
}

.loginbg .login_info_box {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}

header {
    position: relative;
    /* position: fixed; */
    z-index: 999999999;
    top: 0;
    left: 0;
    /* width: calc(100% - 20px*2); */
    width: 100%;
    /* min-width: 1327px; */
    min-width: 1400px;
    height: 64px;
    /* background: linear-gradient(to right, rgba(56, 56, 56, 1), rgba(0, 21, 41, 1)); */
    background: #00152a;
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    padding: 0 20px;

    box-sizing: border-box;
}

header .logo {
    /* width: 74%; */
    display: flex;
    justify-content: left;
    overflow: hidden;
    margin-right: 344px;
    flex: 0 1 670px;
}

header .logo h1 {
    width: 218px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header .logo h1 a {
    display: block;
    background: url(../images/logo.svg) no-repeat;
    height: 30px;
    opacity: 1;
}

header .logo h1 a:hover {
    opacity: 0.85;
}

header .logo .console,
header .logo .setInf {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
}

header .logo .console a {
    width: 80px;
    height: 32px;
    line-height: 32px;
    background: #009688;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}

header .logo .setInf a {
    max-width: 80px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}

header .logo .setInf a:hover {
    opacity: 0.85;
}

header .logo .all-product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 8px;
    z-index: 9;
}

header .logo .all-product h2 {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    /* opacity: 0.9; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}

header .logo .all-product h2 span {
    margin-left: 15px;
    font-size: 13px;
}

header .logo .all-product:hover .all-product-box {
    display: block !important;
}

header .logo .all-product:hover h2 {
    opacity: 1;
}

header .logo .all-product:hover h2 span {
    display: inline-block;
    animation: anre 0.4s linear;
    transform: rotate(180deg);
}

header .logo .all-product-box {
    display: none;
    position: fixed;
    left: 83px;
    top: 64px;
    z-index: 8;
    background: #00152a;
    min-width: 1200px;
    padding: 20px;
    box-sizing: border-box;
    min-height: 435px;
    border-radius: 0 0 10px 10px;
}

header .logo .all-product-search {
    position: relative;
    color: #f0f2f5;
}

header .all-product-search .icon-right::before {
    color: #fff;
    padding: 0 8px;
}

#allProductSearch {
    margin-right: 20px;
}

header .logo .all-product-search input {
    box-sizing: border-box;
    height: 44px;
    min-height: 44px;
    border-radius: 4px;
    border: solid 1px #aaa;
    background: none;
    padding: 0 8px;
    width: 630px;
    color: #fff;
}

header .logo .all-product-search input::-webkit-input-placeholder {
    color: #aaa;
}

header .logo .all-product-search input:hover,
header .logo .all-product-search input:focus {
    border-color: #009688;
}

header .logo .all-product-search .common-use {
    display: none;
    box-sizing: border-box;
    max-height: 200px;
    width: 630px;
    background: #fff;
    border: solid 1px #009688;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
    left: 0;
    top: 48px;
    overflow-y: auto;
    transition: all 0.3s;
    border-radius: 4px;
}

header .logo .all-product-search .common-use a {
    display: block;
    line-height: 40px;
    padding: 0 20px;
    color: #555;
}

header .logo .all-product-search .common-use a:hover {
    background: #009688;
    color: #fff;
}

header .logo .all-product-search .common-use::-webkit-scrollbar {
    width: 5px;
}

header .logo .all-product-search .common-use::-webkit-scrollbar-track {
    background-color: #fff;
}

header .logo .all-product-search .common-use::-webkit-scrollbar-thumb {
    background: #f0f2f5;
    border-radius: 10px;
}

header .logo .all-product-search .common-use::-webkit-scrollbar-button {
    height: 0;
}

header .logo .all-product-main {
    display: flex;
    justify-content: space-around;
    color: #333;
}

header .logo .all-product-main div {
    box-sizing: border-box;
    padding-right: 30px;
    flex: 1;
}

header .logo .all-product-main div span::before {
    color: #fff;
    margin-right: 10px;
}

header .logo .all-product-main div label {
    display: inline-block;
    margin-right: 10px;
    vertical-align: inherit;
}

header .logo .all-product-main div label span {
    line-height: 12px;
}

header .logo .all-product-main div label span::before {
    font-size: 12px;
    opacity: 1;
}

header .logo .all-product-main div h3 {
    margin-top: 20px;
    border-bottom: dashed 1px #333;
    padding-bottom: 10px;
    color: #999;
    font-size: 14px;
}

header .logo .all-product-main div h3 span::before {
    color: #999;
    margin-right: 10px;
}

header .logo .all-product-main div h3 a {
    padding-left: 0;
}

header .logo .all-product-main div h3 a:hover {
    background: none;
    color: #1890ff;
}

header .logo .all-product-main div h3 a:hover span::before {
    opacity: 1;
    color: #1890ff;
}

header .logo .all-product-main div a {
    font-family: 'icomoon';
    position: relative;
    display: block;
    line-height: 38px;
    color: #fff;
    padding: 0 8px 0 16px;
    word-break: break-all;
    white-space: nowrap;
}

header .logo .all-product-main div a .icon-hint::before {
    color: #999;
    font-size: 12px;
    opacity: .6;
    margin: 0 0 0 10px;
}

header .logo .all-product-main div a::before {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 38px;
    font-size: 9px;
    padding: 1px 0 0 0;
    color: #fff;
}

header .logo .all-product-main div a:hover {
    background: #08223d;
    color: #0189ff;
}

header .logo .addArrow::after {
    position: absolute;
    left: 600px;
    top: 12px;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/arrows.svg) no-repeat;
    background-size: 16px 16px;
    display: block;
    z-index: 99;
    overflow: hidden;
    transform: rotate(90deg);
}

header .logo .set-header-menu {
    z-index: 8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header .logo .set-header-menu .all-product-box {
    display: none;
}

header .logo .set-header-menu span.icon-zdy::before {
    color: #fff;
    font-size: 24px;
    opacity: 1;
    cursor: pointer;
}

header .logo .set-header-menu span::before {
    opacity: 0.6;
    font-size: 16px;
}

header .logo .set-header-menu .lighttit span::before {
    opacity: 1;
}

header .logo .set-header-menu .all-product-box {
    left: 83px;
}

header .logo .set-header-menu .all-product-box p {
    height: 32px;
    line-height: 32px;
    word-break: break-all;
    white-space: nowrap;
}

header .logo .set-header-menu .lighttit,
header .logo .set-header-menu .lighttxt {
    color: #fff;
}

header .logo .set-header-menu .set-menu-footer {
    text-align: right;
    border-top: solid 1px #788490;
    margin-top: 20px;
    padding-top: 20px;
}

header .logo .set-header-menu .set-menu-footer .set-menu-cancel {
    height: 40px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    background: #fff;
    border: none;
    border-radius: 4px;
    margin: 0 20px;
}

header .logo .set-header-menu .set-menu-footer .set-menu-cancel:hover {
    background: #e6f7ff;
    color: #1890ff;
}

header .logo .set-header-menu .set-menu-footer .set-menu-save {
    height: 40px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    background: #fff;
    border: none;
    border-radius: 4px;
    margin: 0 20px;
    background: #1890ff;
    color: #fff;
}

header .logo .set-header-menu .set-menu-footer .set-menu-save:hover {
    opacity: 0.85;
}

header .menu {
    display: flex;
}

header section {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

header section.seomenu:hover div {
    display: block;
    animation: anshow 0.4s ease-in-out;
    transform: translate(-50%, 0);
}

header .rightbar {
    justify-content: flex-end;
    align-items: center;
    flex: 0 1 386px;
}

header .rightbar a {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    padding: 0 12px;
}

header .rightbar a:hover {
    opacity: 1;
    color: #ffffc0;
}

header .rightbar .user {
    position: relative;
    height: 100%;
    color: #fff;
    z-index: 9;
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header .rightbar .user p {
    display: flex;
    justify-content: left;
    line-height: 25px;
}

header .rightbar .user .user-box {
    display: none;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
    z-index: 99999;
    right: auto;
    left: -5px;
    top: 64px;
    background: #001529;
    width: 120px;
    padding-bottom: 10px;
    line-height: 40px;
    font-size: 14px;
}

header .rightbar .user .user-box a {
    display: block;
    padding: 0 15px;
}

header .rightbar .user .user-box a:hover {
    background: #009688;
}

header .rightbar .user .user-img {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #f0f2f5;
    border-radius: 50%;
    overflow: hidden;
    /* padding: 2px; */
    box-sizing: border-box;
    display: block;
    margin-right: 5px;
}

header .rightbar .user .user-img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    border-radius: 50%;
}

header .rightbar .user:hover .user-box {
    display: block;
}

header .rightbar .user:last-child .user-box {
    left: -20px;
}

header .shortcut {
    display: flex;
    justify-content: left;
}

header .shortcut a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 0 12px;
}

header .shortcut a em {
    display: inline-block;
    max-width: 84px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

header .shortcut a:hover {
    color: #ffffc0;
}

footer {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    font-size: 13px;
    color: #788490;
    height: 40px;
    line-height: 40px;
}

footer p {
    margin: 0 10px;
}

footer a {
    color: #788490;
}

footer a:hover {
    color: #1890ff;
}

nav {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    height: 100%;
    padding-top: 64px;
    /* background: linear-gradient(to bottom, #383838, #001529);  */
    background: #00152a;
    width: 64px;
    user-select: none;
    overflow-x: hidden;
    transition: all 0.3s;
}

nav li {
    cursor: pointer;
}

nav li div {
    position: fixed;
    z-index: -1;
    left: 180px;
    top: -100%;
    height: calc(100% - 64px);
    background: #fff;
    color: #333;
    line-height: 48px;
    width: 180px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    overflow-y: auto;
    transition: all 0.5s;
}

nav li div h4 {
    display: block;
    font-size: 16px;
    border-bottom: dashed 1px #eaeaea;
    padding: 0 20px;
}

nav li div a {
    display: block;
    padding: 0 20px;
}

nav li div a:hover {
    background: #e6f7ff;
}

nav li div::-webkit-scrollbar {
    width: 5px;
}

nav li div::-webkit-scrollbar-track {
    background-color: #f0f2f5;
}

nav li div::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.08);
}

nav li div::-webkit-scrollbar-button {
    height: 0;
}

nav li.active span[class^=icon-]::before {
    color: #1890ff;
}

nav li.active div {
    top: -100%;
    transition: all 0.5s;
}

nav p {
    display: block;
    height: 48px;
    color: #fff;
    line-height: 48px;
    font-size: 14px;
    padding-left: 24px;
    white-space: nowrap;
}

nav p span[class^=icon-]::before {
    font-size: 16px;
    color: #fff;
    margin-right: 24px;
    vertical-align: text-top;
}

nav p:hover {
    background: #063b70;
    color: #fff;
}

nav::-webkit-scrollbar {
    width: 5px;
}

nav:hover {
    transition: all 0.3s;
    width: 180px;
}

nav:hover li.active p {
    background: #fff;
    color: #1890ff;
}

nav:hover li.active p span[class^=icon-]::before {
    color: #1890ff;
}

nav:hover li.active div {
    top: 64px;
    transition: all 0.5s;
}

nav.navigation a {
    display: block;
    height: 48px;
    color: #fff;
    line-height: 48px;
    font-size: 14px;
    padding-left: 24px;
    white-space: nowrap;
}

nav.navigation a span[class^=icon-]::before {
    font-size: 16px;
    color: #fff;
    margin-right: 24px;
    vertical-align: text-top;
}

nav.navigation a:hover {
    background: #009688;
    color: #fff;
}

nav.navigation .active span[class^=icon-]::before {
    color: #ffffc0;
}

nav.navigation:hover {
    width: 224px;
}

nav.navigation:hover .active a {
    color: #ffffc0;
}

.child-menu {
    position: fixed;
    z-index: 9;
    left: 64px;
    top: 64px;
    width: 160px;
    background: #fff;
    overflow-y: auto;
    text-align: center;
}

.child-menu h4 {
    display: block;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    border-bottom: dashed 1px #eaeaea;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.child-menu a {
    display: block;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-size: 12px;
}

.child-menu .active {
    border-right: solid 4px #009688;
    color: #009688;
}

.child-menu a:hover {
    background: #bdf1eb;
}

.child-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.child-menu.keepSide {
    left: 0;
}

.form-item {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    border: 1px solid #e2e2e2;
    position: relative;
    margin: -1px 0 0;
    max-height: 9999px;
    font-size: 14px;
}

.form-item .form-lable {
    width: 29%;
    text-align: right;
    line-height: 32px;
    width: 20%;
    background: #f8f8f8;
    padding: 12px 15px;
    border-right: 1px solid #e2e2e2;
    text-align: right;
    color: #777;
}

.layui-layer-content .form-item .form-lable {
    width: 30%;
}

.form-item .form-handle {
    flex: 1;
    /* padding-left: 15px; */
    padding: 12px;
}

.form-item .form-handle a {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    background: #1890ff;
    border-radius: 4px;
    padding: 0 15px;
}

.form-item .form-handle a span::before {
    color: #fff;
    padding-right: 5px;
}

.form-item .form-handle a:hover {
    opacity: 0.8;
}

.form-item .form-handle a.del {
    background: #f00;
    color: #fff;
    border-color: #f00;
}

.form-item .form-handle a.del:hover {
    opacity: 0.85;
}

.form-item .form-handle input.default {
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    background: #fff;
    border-radius: 4px;
    padding: 0 20px;
    border: solid 1px #d9d9d9;
}

.form-item .form-handle input.default:hover {
    background: #f00;
    border-color: #f00;
    color: #fff;
}

.form-item .form-content {
    width: 42%;
    line-height: 32px;
    padding: 12px;
}

.layui-layer-content .form-item .form-content {
    width: 35%;
}

.layui-layer-content .form-item .form-content.widthAll {
    width: 100%;
}

.form-item .form-content input,
.form-item .form-content textarea,
.form-item .form-content select {
    box-sizing: border-box;
    min-height: 32px;
    width: 100%;
    font-size: 14px;
    transition: all 0.3s;
    background: #fff;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    padding: 4px 11px;
}

.form-item .form-content input:disabled,
.form-item .form-content textarea:disabled,
.form-item .form-content select:disabled {
    cursor: not-allowed;
}

.form-item .form-content input:focus,
.form-item .form-content textarea:focus,
.form-item .form-content select:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
    border-color: #40a9ff;
}

.form-item .form-content input:hover,
.form-item .form-content textarea:hover,
.form-item .form-content select:hover {
    outline: 0;
    border-color: #40a9ff;
}

.form-item .form-content input:disabled:hover,
.form-item .form-content textarea:disabled:hover,
.form-item .form-content select:disabled:hover {
    border: solid 1px #d9d9d9;
}

.form-item .form-content textarea {
    letter-spacing: 0px;
    max-width: 100%;
    line-height: 1.5;
}

.form-item .form-content input::-webkit-input-placeholder,
.form-item .form-content textarea::-webkit-input-placeholder {
    color: #788490;
}

.form-item .form-content input[type="radio"] {
    width: 16px;
    min-height: 16px;
    vertical-align: middle;
    margin: -5px 10px 0 0;
}

.form-item .form-content input[type="checkbox"] {
    width: 16px;
    min-height: 16px;
    vertical-align: middle;
    border: solid 1px #d9d9d9;
    margin: -5px 10px 0 0;
}

.form-item .form-content input[class="upload"] {
    display: none;
}

.form-item .form-content button[class="uploadbtn"] {
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #1890ff;
    padding: 0 20px;
    border: solid 1px #1890ff;
    border-radius: 4px;
}

.form-item .form-content button[class="upload"] {
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #009688;
    padding: 0 20px;
    border: solid 1px #009688;
    border-radius: 4px;
}

.form-item .form-content button[class="uploadbtn"]:hover,
.form-item .form-content button[class="upload"]:hover {
    opacity: 0.85;
}

.form-item .form-content .uploadvideo {
    border: solid 1px #d9d9d9;
    background: #fff;
    text-align: center;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}

.form-item .form-content .uploadvideo span::before {
    font-size: 48px;
}

.form-item .form-content .uploadvideo .uploadvideobtn {
    display: none;
}

.form-item .form-content .uploadvideo .loadingvideo {
    margin: 0 auto;
    color: #1890ff;
}

.form-item .form-content .uploadvideo .loadingvideo span {
    display: inline-block;
    animation: loading 2s linear infinite;
}

.form-item .form-content .uploadvideo .loadingvideo span::before {
    color: #1890ff;
}

.form-item .form-content .uploadvideo .showvideo {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000000;
}

.form-item .form-content .uploadvideo .showvideo video {
    max-width: 100%;
    max-height: 100%;
}

.form-item .form-content .uploadvideo .showvideo a {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 4px;
    top: 4px;
    bottom: auto;
    padding: 0 12px;
    line-height: 24px;
    border-radius: 4px;
    background: #f00;
    color: #fff;
}

.form-item .form-content .uploadvideo .showvideo a:hover {
    opacity: 0.85;
}

.form-item .form-content .tips {
    padding: 3px 0;
    line-height: 24px;
}

.form-item .form-content .tips a {
    display: inline-block;
    color: #1890ff;
}

.form-item .form-content .tips a:hover {
    color: #ff6300;
}

.form-item .form-content input[class="companyPhoto"] {
    width: auto;
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #009688;
    padding: 0 20px;
    border: solid 1px #009688;
    border-radius: 4px;
}

.form-item .form-content input[class="companyPhoto"]:hover {
    opacity: 0.85;
}

.form-item .form-content .warning {
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    color: #f00;
    display: none;
}

.form-item .form-content .layertrade {
    display: none;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
    box-sizing: border-box;
    left: 12px;
    right: auto;
    top: 44px;
    height: 300px;
    background: #fff;
    border: solid 1px #eaeaea;
    width: calc(100% - 24px);
}

.form-item .form-content .layertrade em {
    color: #f00;
}

.form-item .form-content .coomonbtn {
    margin: 10px 0;
}

.form-item .form-content .layertrade .industry-alert {
    border: none;
    height: 267px;
    box-sizing: border-box;
    padding: 20px;
    overflow-y: auto;
}

.form-item .form-content .layertrade .industry-alert label {
    padding-top: 15px;
}

.form-item .form-content .layertrade .nodata {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 267px;
    box-sizing: border-box;
    padding: 20px;
    align-items: center;
}

.form-item .form-content .layertrade .closelayertrade {
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    background: #fff;
    text-align: right;
    padding-right: 5px;
    border: solid 1px #eaeaea;
}

.form-item .form-content .layertrade .closelayertrade a {
    color: #1890ff;
}

.form-item .form-content .layertrade .closelayertrade a:hover {
    color: #ff6300;
}

.form-item .form-content .layui-upload-choose {
    max-width: 148px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.form-item .form-content .uploadphto {
    display: none;
}

.form-item .form-content .uploadimg {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 120px;
    height: 120px;
    background: #fcfcfc;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    border: dashed 1px #788490;
    cursor: pointer;
    color: #788490;
}

.form-item .form-content .uploadimg span::before {
    font-size: 32px;
    color: #788490;
}

.form-item .form-content .uploadimg em {
    width: 29%;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background: #f00;
    font-size: 12px;
    line-height: 20px;
    border-radius: 4px;
    padding: 0 2px;
    margin: 0;
}

.form-item .form-content .uploadimg:hover {
    border: dashed 1px #1890ff;
    background: #fff;
    color: #1890ff;
}

.form-item .form-content .uploadimg:hover span::before {
    color: #1890ff;
}

.btn_save_primary {
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #1890ff;
    padding: 0 20px;
    border: solid 1px #1890ff;
    border-radius: 4px;
    margin: 10px auto;
    display: block;
}

.btn_save_primary_inline {
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #1890ff;
    padding: 0 20px;
    border: solid 1px #1890ff;
    border-radius: 4px;
    margin: 10px;
}

.form-item .form-content .btn-primary {
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #1890ff;
    padding: 0 20px;
    border: solid 1px #1890ff;
    border-radius: 4px;
}

.btn_save_primary_inline:hover,
.btn_save_primary:hover,
.form-item .form-content .btn-primary:hover {
    opacity: 0.85;
}

.form-item .form-content .btn-default {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    background: #fff;
    border-radius: 4px;
    padding: 0 20px;
    border: solid 1px #d9d9d9;
}

.form-item .form-content .btn-default:hover {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    background: #1890ff;
    border-radius: 4px;
    padding: 0 20px;
    opacity: 0.85;
    cursor: pointer;
}

.form-item .form-content .imgup {
    max-width: 100%;
    max-height: 100%;
}

.form-item .form-content .warning.fblue {
    color: #69b5fa;
}

.form-item .form-content .warning.fgray {
    color: #788490;
}

.form-item .form-content article {
    display: flex;
    justify-content: space-between;
}

.form-item .form-content article select:not(:first-child) {
    margin-left: 15px;
}

.form-item .form-content article em {
    margin: 0 10px;
    line-height: 32px;
    color: #788490;
}

.form-item .form-content article input.wb30 {
    width: 29%;
}

.form-item .form-content article.flexL {
    display: flex;
    justify-content: left;
}

.form-item .form-content article.submit {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    /* margin-top: 40px; */
}

.form-item .form-content article.submit input {
    width: auto;
}

.form-item .form-content article.submit input:not(:first-child) {
    margin-left: 15px;
}

.form-item .form-content article.submit a {
    margin-left: 15px;
    box-sizing: border-box;
}

.form-item .form-content article.articleupload {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.form-item .form-content article.articleupload label {
    margin: 0 12px 20px 0;
}

.form-item .form-content article.articleupload .warning {
    width: 120px;
    height: auto;
    line-height: 20px;
    padding-top: 4px;
}

.form-item .form-content article.sex input[type="radio"] {
    margin-right: 5px;
}

.form-item .form-content article.sex label {
    margin-right: 10px;
}

.form-item .form-content .industry select {
    height: 300px;
    padding: 0;
}

.form-item .form-content .industry select option {
    padding: 5px;
    display: block;
}

.form-item .form-content .industry select:not(:last-child) option {
    background: url(../images/arrows.svg) no-repeat right center;
    background-size: 16px;
}

.form-item .form-content .coomonbtn article {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.form-item .form-content .coomonbtn input[type="button"] {
    width: auto;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    background: #1890ff;
    border-radius: 4px;
    padding: 0 20px;
    border: solid 1px #1890ff;
    cursor: pointer;
}

.form-item .form-content .coomonbtn input:not(:first-child) {
    margin-left: 15px;
}

.form-item .form-content .coomonbtn input:hover {
    opacity: 0.8;
}

.form-item .form-content .coomonbtn input.default {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    background: #fff;
    border-radius: 4px;
    padding: 0 20px;
    border: solid 1px #d9d9d9;
}

.form-item .form-content .coomonbtn input.default:hover {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    background: #1890ff;
    border-radius: 4px;
    padding: 0 20px;
    border: solid 1px #1890ff;
}

.form-item .form-content .industry-alert {
    border: solid 1px #d9d9d9;
    padding: 5px;
}

.form-item .form-content .industry-alert label {
    display: block;
    padding: 4px 11px;
}

.form-item .form-content .choice {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.form-item .form-content .choice label {
    padding-right: 40px;
}

.form-item.hide {
    display: none;
}

.layerThicknessState {
    padding-bottom: 20px;
    text-align: center;
}

.form-content.flex1,
.flex1 {
    width: auto;
    flex: 1;
}

.layerthickness {
    display: none;
    padding: 10px;
}

.layerthickness .page-hint {
    margin: 0 0 15px 0;
    padding: 0;
}

.layerthickness .form-item .form-content article {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.layerthickness .form-item .txtbox {
    line-height: 32px;
}

.layerthickness .layerthicknessbtn {
    text-align: center;
    margin: 20px auto;
}

.layerthickness .layerthicknessbtn input {
    margin: 0 10px;
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #1890ff;
    padding: 0 20px;
    border: solid 1px #1890ff;
    border-radius: 4px;
}

.layerthickness .layerthicknessbtn input:hover {
    opacity: 0.85;
}

.layerthickness .layerthicknessbtn input.defaultbtn {
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    background: #fff;
    padding: 0 12px;
    border: solid 1px #d9d9d9;
    border-radius: 4px;
    color: #788490;
}

.layerthickness .layerthicknessbtn input.defaultbtn:hover {
    background: #f00;
    color: #fff;
    border-color: #f00;
}

.layerthickness .layerthicknessbtn input.greenbtn {
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #009688;
    padding: 0 20px;
    border: solid 1px #009688;
    border-radius: 4px;
}

.layerthickness .layerthicknessbtn input.greenbtn:hover {
    opacity: 0.85;
}

.layerthickness .layerthicknesstxt h2 {
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: solid 1px #eaeaea;
    margin-bottom: 10px;
}

.layerthickness .layerthicknesstxt p {
    line-height: 24px;
    color: #788490;
}

input.greenbtn {
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #009688;
    padding: 0 20px;
    border: solid 1px #009688;
    border-radius: 4px;
}

input.greenbtn:hover {
    opacity: 0.85;
}

.statusBar {
    padding: 0 20px;
    padding-bottom: 20px;
    color: #009688;
}

.statusBar p {
    margin-left: 15px;
    line-height: 32px;
}

.statusBar p em {
    color: #1890ff;
}

.statusBar p span {
    color: #009688;
    margin-left: 15px;
}

.statusBar p:not(:first-child) {
    padding: 0 20px;
}

.main {
    box-sizing: border-box;
    margin-left: 175px;
}


.main .breadcrumb-link {
    display: flex;
    /* justify-content: space-between;   */
    justify-content: end;
    justify-content: flex-end;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
}

.main .breadcrumb-link p {
    margin: 20px 20px 0;
}

.main .breadcrumb-link i {
    margin: 0 10px;
    color: #c8d4e0;
}

.main .breadcrumb-link a {
    color: #1890ff;
    margin-right: 15px;
}

.main .breadcrumb-link a:hover {
    opacity: 0.85;
}

.main .breadcrumb-link span::before {
    color: #788490;
    font-size: 20px;
    vertical-align: bottom;
    padding-right: 10px;
}

.main .breadcrumb-link a.link6 {
    color: #fff;
}

.main .breadcrumb-link a.link6:hover {
    opacity: 0.85;
}

.main .breadcrumb-link a.nolink {
    color: #788490;
    cursor: no-drop;
}

.main .main-content {
    margin-bottom: 15px;
    padding: 20px;
    background: #fff;
    border-bottom: solid 1px #f6f6f6;
    /* box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08); */
    /* margin-right: 15px; */
}

.main .required .form-lable::before {
    content: "*";
    display: inline-block;
    color: #f00;
    padding-right: 5px;
}

#form1>section>div.flexLsb,
.tabbox,
#form2>section>div.flexLsb {
    margin-right: 15px;
}

.main .searchbox {
    background: #fff;
    box-sizing:border-box;
    padding:20px 20px 0 20px;
}

.main .tabsbox-tit-right .searchbox {
    border-bottom: 0 none;
}

.main .searchbox .boxtitle {
    font-size: 16px;
    padding: 10px 20px;
    border-bottom: solid 1px #f0f0f0;
}

.main .searchbox .boxtitle a {
    font-size: 14px;
    color: #1890ff;
}

.main .searchbox .boxtitle a:hover {
    color: #ff6300;
}

.main .searchbox section {
    padding: 20px 20px 0 20px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.main .searchbox section article {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 0 20px 20px 0;
}

.main .searchbox section article div:first-child {
    background: #f4f4f4;
    height: 38px;
    border: solid 1px #e6e6e6;
    border-right: none;
    box-sizing: border-box;
    padding: 0 8px;
    color: #333;
    border-radius: 3px 0 0 3px;
    width: 120px;
    line-height: 38px;
    text-align: center;
}

.main .tabsbox-tit-right .searchbox section article div:first-child {
    background: transparent;
    height: 38px;
    border: 0 none;
    box-sizing: border-box;
    padding: 0 8px;
    color: #333;
    border-radius: 0;
    width: fit-content;
    line-height: 38px;
    text-align: center;
}

.main .searchbox section article span {
    line-height: 32px;
}

.main .searchbox section article div {
    line-height: 32px;
}

.main .searchbox section article div input,
.main .searchbox section article div select {
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    height: 38px;
    min-height: 38px;
    min-width: 208px;
    font-size: 14px;
    transition: all 0.3s;
    border-radius: 2px;
    border: solid 1px #e6e6e6;
    padding: 4px 11px;
    border-left: none;
    border-radius: 0 3px 3px 0;
    color: #888;
}

.main .tabsbox-tit-right .searchbox section article div input,
.main .tabsbox-tit-right .searchbox section article div select,
.main .tabsbox-tit-right .searchbox section article select,
.main .searchbox section article select#ddlstate,
.main .searchbox section article select#ddlGroup,
.main .searchbox section article select#ddlchange,
.main .searchbox section article select#ddlAutoStatus,
.main .searchbox section article div input#txtPromotionBudget,
.main .searchbox section article div input#orderNumSearch,
.main .searchbox section article div input#txtEndTime,
.main .searchbox section article div input#txtkeySecondValue,
.main .searchbox section article div input#txtkeyThirdValue {
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    height: 38px;
    min-height: 38px;
    min-width: 208px;
    font-size: 14px;
    transition: all 0.3s;
    border-radius: 2px;
    border: solid 1px #e6e6e6;
    padding: 4px 11px;
    border-radius: 3px;
    color: #888;
}

.main .searchbox section article div input.endTime {
    border-left: solid 1px #e6e6e6;
    border-radius: 3px 0 0 3px;
}

.main .searchbox section article div input:focus,
.main .searchbox section article div select:focus {
    outline: 0;
}

.main .searchbox section article div input:hover,
.main .searchbox section article div select:hover {
    outline: 0;
    /* border-color: #40a9ff; */
}

.main .searchbox section article div input.mw352 {
    min-width: 352px;
}

.main .searchbox section article div span {
    margin: 0 10px;
}

.main .searchbox section.search-result {
    display: none;
    padding-top: 0;
}

.main .searchbox section.search-result .search-keyword {
    font-size: 16px;
    color: #1890ff;
}

.main .searchbox section.search-result .keyword-style {
    margin-left: 15px;
    background: #f0f2f5;
    color: #333;
    padding: 4px 11px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
}

.main .searchbox section.search-result .sell-keyword {
    text-align: center;
    margin-left: 15px;
    color: #788490;
}

.main .searchbox section.search-result .sell-keyword P {
    height: 16px;
    line-height: 16px;
    border: solid 1px #d9d9d9;
    padding: 4px 11px;
    border-radius: 4px;
}

.main .searchbox section.nopadding {
    padding: 0;
}

.main .searchbox .btn-primary {
    cursor: pointer;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: #1890ff;
    padding: 0 20px;
    border: solid 1px #1890ff;
    border-radius: 4px;
}

.main .searchbox .btn-primary:hover {
    opacity: 0.85;
}

.main .searchbox .greenbtn {
    height: 38px;
    line-height: 38px;
}

.main .searchbox .btn-default {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    background: #fff;
    border-radius: 4px;
    padding: 0 20px;
    border: solid 1px #d9d9d9;
}

.main .searchbox .btn-default:hover {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    background: #1890ff;
    border-radius: 4px;
    padding: 0 20px;
    opacity: 0.85;
    cursor: pointer;
}

.main .searchbox.nomargin {
    margin: 0;
}

.main .trdetail {
    display: none;
}

.main .alloperation {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.layui-layer-content .alloperation input,
.main .alloperation input {
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #1890ff;
    padding: 0 20px;
    border: solid 1px #1890ff;
    border-radius: 4px;
    margin: 10px 5px 0 5px;
    padding: 0 8px;
    font-size: 12px;
}

.layui-layer-content .alloperation input:hover,
.main .alloperation input:hover {
    opacity: 0.85;
}

.main .alloperation select {
    box-sizing: border-box;
    height: 32px;
    min-width: 120px;
    font-size: 12px;
    transition: all 0.3s;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    padding: 4px 11px;
    margin: 10px 5px 0 5px;
    color: #888;
}

.main .alloperation select:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
    border-color: #40a9ff;
}

.main .alloperation .checkbox {
    margin: 20px 20px 0 20px;
}

.main .alloperation label {
    margin-left: 8px;
}

.main.hasChildMenu {
    margin-left: 170px;
}

.page-hint {
    position: fixed;
    right: 0px;
    z-index: 99999999;
    top: 50%;
    margin: -23px 0 0 0;
}

.page-hint .hint-box {
    display: flex;
    justify-content: left;
    background: #e6f7ff;
    border: solid 1px #91d5ff;
    padding: 10px 15px;
    border-radius: 50%;
    width: 16px;
    overflow: hidden;
    white-space: nowrap;
    /* transition:  all 0.2s; */
}

.layui-layer .page-hint {
    position: inherit;
    margin: 0;
}

.page-hint .hint-box>div:first-child {
    line-height: 24px;
}

.page-hint .hint-box>div:first-child .icon-hint {
    margin-right: 20px;
}

.page-hint .hint-box>div:not(:first-child) {
    display: none;
}

.page-hint:hover .hint-box {
    border-radius: 2px;
    width: fit-content;
    height: inherit;
}

.layui-layer .page-hint .hint-box {
    border-radius: 2px;
    width: 100%;
    height: inherit;
    box-sizing: border-box;
}

.layui-layer .page-hint .hint-box>div:first-child .icon-hint,
.page-hint:hover .hint-box>div:first-child .icon-hint {
    margin-right: 0;
}

.layui-layer .page-hint .hint-box>div:not(:first-child),
.page-hint:hover .hint-box>div:not(:first-child) {
    display: block;
}

.page-hint .icon-hint::before {
    color: #1890ff;
    margin-right: 10px;
    vertical-align: text-top;
    font-size: 16px;
}

.page-hint p {
    line-height: 24px;
}

.page-hint a {
    font-size: 14px;
    color: #1890ff;
    font-weight: normal;
}

.page-hint a:hover {
    font-size: 14px;
    color: #ff6300;
    font-weight: normal;
}

.page-hint a.link6 {
    margin-left: 15px;
    color: #fff;
}

.page-hint a.link6:hover {
    color: #fff;
    opacity: 0.85;
}

.page-hint a.nolink {
    margin-left: 15px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    background: #1890ff;
    border-radius: 4px;
    padding: 0 20px;
    background: #788490;
    cursor: not-allowed;
    background: #f0f0f0;
    color: #788490;
}

.page-hint a.nolink:hover {
    opacity: 0.85;
}

.main.nomargin {
    margin-left: 0;
}

.index-main {
    padding: 20px;
}

.index-content {
    display: flex;
    justify-content: space-between;
}

.left-main {
    flex: 1;
    overflow: hidden;
}

.left-main #index-user-info {
    display: flex;
    justify-content: space-between;
}

.left-main #index-user-info .index-user-info {
    box-sizing: border-box;
    width: 60%;
    padding-right: 0;
}

.left-main #index-user-info .index-user-info .index-user-status {
    border-right: dashed 1px #eaeaea;
    padding-right: 40px;
}

.left-main #index-user-info .index-integral {
    box-sizing: border-box;
    width: 40%;
    border-top: none;
}

.left-main .backlog a {
    width: 15%;
    margin-bottom: 0;
}

.left-main .oftenbuygoods .swiper-slide div {
    width: 15%;
    margin-bottom: 20px;
}

.left-main .oftenbuygoods .swiper-slide div a {
    width: auto;
    height: 100%;
}

.left-main .oftenbuygoods .swiper-slide div a img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.left-main .index-box .webank .webCon {
    align-items: start;
    padding: 0 20px;
    background: url("../images/webank_1.png") no-repeat center;
    background-size: 100% 100%;
}

.left-main .index-box .webank .webCon .flexCc {
    flex-direction: initial;
}

.left-main .index-box .webank .blueTxt {
    font-size: 46px;
}

.left-main .index-box .webank .fS26 {
    font-size: 26px;
}

.left-main .index-box .webank .fS20 {
    font-size: 36px;
}

.left-main .index-box .webank .webBtn {
    margin: 58px 78px 0;
}

.index-box {
    background: #fff;
    margin-bottom: 16px;
}

.index-box .index-box-tit {
    /* cursor: move; */
    padding: 0 18px;
    display: flex;
    justify-content: space-between;
    height: 43px;
    font-size: 16px;
    border-bottom: solid 1px #eaeaea;
}

.index-box .sort_price {
    /* cursor: move; */
    display: flex;
    justify-content: space-between;
    height: 45px;
    box-sizing: border-box;
    background: #FAFAFA;
    padding: 5px 20px 0;
    font-size: 16px;
    border-bottom: solid 1px #f0f0f0;
}

.index-box .sort_price .swiperBox {
    padding: 0;
    border: 0 none;
    height: 40px;
    font-size: 14px;
}

.index-box .sort_price .swiperBox p.itemTxt {
    background: #EDEDED;
    border-radius: 10px 10px 0px 0px;
    padding: 0 20px;
}

.index-box .sort_price .swiperBox p.itemTxt.active {
    border-bottom: 0;
    background-color: #1890ff;
    color: #fff;
    font-size: 16px;
}

.index-box .sort_price .swiperBox p.itemTxt.active::before {
    display: none;
}

.index-box a.more {
    font-size: 12px;
}

.lineVisitNav {
    column-gap: 20px;
}

.index-box .swiperBox {
    /* cursor: move; */
    padding: 0 18px;
    display: flex;
    justify-content: start;
    height: 43px;
    font-size: 16px;
    border-bottom: solid 1px #eaeaea;
    column-gap: 13px;
}

.index-box .yfb {
    color: #0189ff;
}

.index-box .bottom-data {
    margin-top: 5px;
    font-size: 12px;
}

.index-box .index-box-tit .datetxt {
    color: #788490;
    font-size: 13px;
    margin-left: 20px;
}

.index-box .index-box-tit .welcometxt {
    font-size: 14px;
    color: #555;
}

.index-box .sort_price p,
.index-box .swiperBox p,
.index-box .index-box-tit p {
    line-height: 45px;
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-box .swiperBox p em,
.index-box .index-box-tit p em {
    display: inline-block;
}

.index-box .swiperBox p.itemTxt,
.index-box .index-box-tit p.itemTxt {
    color: #666;
    font-size: 14px;
    transition: all 0.5;
    min-width: 55px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.index-box .swiperBox p.itemTxt.active,
.index-box .index-box-tit p.itemTxt.active {
    color: #0189FF;
    font-size: 16px;
    border-bottom: 2px solid #0189FF;
    position: relative;
    overflow: initial;
}

.index-box .swiperBox p.itemTxt.active::before,
.index-box .index-box-tit p.itemTxt.active::before {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -8px;
    border: 8px solid #0189FF;
    border-color: #0189FF transparent transparent transparent;
    z-index: 10;
}

.index-box .index-box-tit section {
    display: flex;
    justify-content: left;
}

.index-box .growActive {
    opacity: 0;
    font-size: 26px;
    font-weight: 400;
    color: #9D9D9D;
    position: absolute;
    top: -12px;
    right: -30px;
}

.index-box .growActive.show {
    opacity: .8;
    animation: grow 0.8s ease-out forwards;
}

@keyframes grow {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: .8;
    }

    100% {
        transform: translate(-3px, -3px) scale(.4);
        opacity: 0;
    }
}

.index-box .index-box-tit section a.btn1,
.index-box .index-box-tit section a.btn2,
.index-box .index-box-tit section a.btn3 {
    font-size: 14px;
    margin: 9px 0 0 20px;
    transition: all 0.3s;
    height: 28px;
    line-height: 28px;
}

.index-box .index-box-tit section a.btn1:hover,
.index-box .index-box-tit section a.btn2:hover {
    color: #fff;
    opacity: 0.85;
    transition: all 0.3s;
}

.index-box .index-box-tit section a.btn3:hover {
    border-color: #1890ff;
    color: #1890ff;
    transition: all 0.3s;
}

.index-box .index-box-tit section a.link3 {
    line-height: 50px;
    color: #788490;
}

.index-box .index-box-tit section a.link3 span::before {
    color: #788490;
    margin-left: 2px;
}

.index-box .index-box-tit section a.link3:hover {
    color: #1890ff;
}

.index-box .index-box-tit section a.link3:hover span::before {
    color: #1890ff;
}

.index-box .echartsSwiperBox {
    position: relative;
}

.index-box .echartsSwiperBox:hover .swiperNoServer {
    display: block;
}

.index-box .swiperNoServer {
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    background: rgba(0, 0, 0, 0.75) url(../images/index_noserver_people.png) no-repeat right 20px bottom -20px;
    z-index: 2;
    display: none;
}

.index-box .swiperNoServerContent {
    font-size: 14px;
    color: #FEFEFE;
    background: url(../images/index_noserver_say.png) no-repeat top 7px left 20px;
    box-sizing: border-box;
    padding: 20px 20px 0;
    height: 100%;
    width: 68%;
    max-width: 320px;
    text-align: center;
    line-height: 24px;
}

.index-box .swiperNoServerContent>div {
    margin: 20px 0;
}

.index-box .swiperNoServerContent .highTxt {
    color: #FFFF00;
}

.index-box .swiperNoServerContent .swiperNoServerBtn {
    background: #0189FF;
    border-radius: 5px;
    padding: 8px 27px;
    color: #FFFFFF;
}

.index-box .swiperNoServerContent .swiperNoServerBtn:hover {
    opacity: 0.75;
}

.index-box .echartsLegend {
    height: 90px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.index-box .echartsLegend .remark {
    color: #788490
}

.index-box .echartsLegend .echartsDetal {
    padding: 0 0 10px;
}

#dynamic>div:nth-child(4) .echartsLegend .echartsDetal {
    padding: 0;
}

.index-box .echartsLegend .remarkName {
    color: #888
}

.index-box .echartsLegend .remarkNum {
    color: #333
}

.index-box .echartsLegend .remarkNumFontSize {
    font-size: 14px;
}

.index-box .echartsLegend .itemIcon {
    display: inline-block;
    width: 14px;
    height: 10px;
    border-radius: 3px;
    margin-right: 2px;
    background-color: #31B9FF
}

.index-box .echartsLegend .itemIcon.phoneColor {
    background-color: #91CC75
}

.index-box .echartsLegend .itemIcon.consultColor {
    background-color: #FAC858
}

.index-box .echartsLegend .itemIcon.clickColor {
    background-color: #C5D4DC
}

.index-box .echartsLegend .importItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-box .echartsBox {
    height: 250px;
}

.index-box .index-box-company {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.index-box .index-box-company>div {
    display: flex;
    justify-content: left;
}

.index-box .index-box-company>div .company-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
}

.index-box .index-box-company>div .company-logo img {
    width: 150px;
    height: 80px;
}

.index-box .index-box-company>div .company-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-box .index-box-company>div .company-name p {
    color: #788490;
}

.index-box .index-box-company>div .company-name p span::before {
    font-size: 26px;
    vertical-align: middle;
}

.index-box .index-box-company>div .company-name p:first-child {
    color: #788490;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.index-box .index-box-company>div .company-name p:first-child a.forange {
    font-size: 14px;
    color: #ff6300;
    font-weight: normal;
    border-radius: 4px;
    padding: 5px 15px;
    border: solid 1px #ff6300;
    margin-left: 8px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    display: inline-block;
}

.index-box .index-box-company>div .company-name p:first-child a.forange:hover {
    background: #ff6300;
    color: #fff;
}

.index-box .index-box-company>div .company-name p:first-child a.fgreen {
    font-size: 14px;
    color: #ff6300;
    font-weight: normal;
    border-radius: 4px;
    padding: 5px 15px;
    border: solid 1px #ff6300;
    margin-left: 8px;
    color: #009688;
    border-color: #009688;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    display: inline-block;
}

.index-box .index-box-company>div .company-name p:first-child a.fgreen:hover {
    background: #009688;
    color: #fff;
}

.index-box .index-box-company .company-info p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-width: 100px;
    margin: 0 40px;
}

.index-box .index-box-company .company-info p i {
    font-size: 24px;
    color: #ff6300;
}

.index-box .index-box-company .company-info p span:before {
    font-size: 72px;
}

.index-box .index-box-company .company-info p span:hover:before {
    color: #1890ff;
}

.index-box .index-user-info {
    /* cursor: move; */
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}

.index-box .index-user-info .index-user-data {
    display: flex;
    justify-content: left;
}

.index-box .index-user-info .index-user-data div:first-child {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    margin-right: 14px;
}

.index-box .index-user-info .index-user-data div {
    color: #333;
}

.index-box .index-user-info .index-user-data div p {
    line-height: 24px;
}

.index-box .index-user-info .index-user-data div p em {
    font-weight: bold;
}

.index-box .index-user-info .index-user-data div p i {
    color: #788490;
}

.index-box .index-user-info .index-user-data div img {
    border-radius: 50%;
}

.index-box .index-user-info .index-user-status {
    display: flex;
    justify-content: left;
}

.index-box .index-user-info .index-user-status a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 5px;
}

.index-box .index-user-info .index-user-status a span::before {
    font-size: 26px;
    opacity: 0.5;
}

.index-box .index-user-info .index-user-status a span.icon-authentication.plan::before {
    color: #0189ff;
    opacity: .78;
}

.index-box .index-user-info .index-user-status a:hover span.icon-authentication.plan::before {
    opacity: 1;
}

.index-box .index-user-info .index-user-status a span.icon-member.plan::before {
    color: #0189ff;
    opacity: .78;
}

.index-box .index-user-info .index-user-status a:hover span.icon-member.plan::before {
    opacity: 1;
}

.index-box .index-user-info .index-user-status a:hover span::before {
    opacity: 0.78;
}

.index-box .webank {
    /* cursor: move; */
    position: relative;
}

.index-box .webank .webCon {
    min-height: 188px;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 90px 0 80px;
}


/* .index-box .webank .webCon::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 20px;
    bottom: 20px;
    display: inline-block;
    background: url(../images/indexLeft.png) no-repeat;
    width: 44px;
    height: 126px;
} */


/* .index-box .webank .webCon::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    background: url(../images/indexRight.png) no-repeat;
    width: 105px;
    height: 135px;
} */

.index-box .webank span {
    color: #788490;
}

.index-box .webank .blueTxt {
    color: #1890ff;
    font-size: 24px;
}

.index-box .webank .fS20 {
    font-size: 20px;
}

.index-box .webank .webBtn {
    transition: all 0.3s;
    background: url(../images/indexBtn.png) no-repeat;
    color: #fff;
    padding: 10px 0 20px;
    font-size: 16px;
    margin: 20px 40px 0;
    width: 150px;
    text-align: center;
}

.index-box .webank .webBtn:hover {
    transition: all 0.3s;
    opacity: 0.9;
}

.index-box .index-integral {
    padding: 5px 20px 10px 20px;
    display: flex;
    justify-content: center;
    border-top: dashed 1px #ece2cc;
}

.index-box .index-integral a {
    text-align: center;
    font-size: 30px;
    color: #333;
    line-height: 30px;
    width: 50%;
}

.index-box .index-integral a em {
    display: block;
    color: #788490;
    font-size: 13px;
    line-height: 16px;
}

.index-box .index-integral a:hover {
    color: #0189ff;
}

.index-serve-box {
    padding: 20px 20px 0 20px;
    display: flex;
    justify-content: space-between;
}

.index-serve-box li:not(:first-child) {
    margin-left: 20px;
}

.index-serve-box li {
    box-sizing: border-box;
    height: 40px;
    border: solid 1px #eaeaea;
    border-radius: 4px;
    background: #f3f3f3;
    transition: all 0.5s;
}

.index-serve-box li a {
    padding: 0 12px;
    line-height: 40px;
}

.index-serve-box li a span::before {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
    color: #788490;
}

.index-serve-box li a span.icon-xjt::before {
    color: #788490;
    margin-right: 0;
    font-size: 14px;
}

.index-serve-box li:hover {
    border-color: #1890ff;
    transition: all 0.5s;
}

.index-serve-box li:hover span::before {
    color: #1890ff;
}

.index-serve-box .combo-box {
    position: relative;
    z-index: 2;
}

.index-serve-box .combo-box div {
    display: none;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    left: -1px;
    top: 36px;
    width: calc(100% + 2px);
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border: solid 1px #1890ff;
    border-top: solid 1px #fff;
}

.index-serve-box .combo-box div a {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-serve-box .combo-box div a i {
    opacity: 0;
    transform: translateX(-20px);
}

.index-serve-box .combo-box div a em {
    max-width: 75%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-serve-box .combo-box div a.opened,
.index-serve-box .combo-box div a.opened:hover {
    color: #1890ff;
}

.index-serve-box .combo-box div a:hover {
    color: #788490;
    background: #EEFBFF;
}

.index-serve-box .combo-box div a:hover i {
    transition: all 0.5s;
    opacity: 1;
    color: #1890ff;
    transform: translateX(0);
}

.index-serve-box .combo-box:hover div {
    display: block;
}

.index-serve-box .combo-box:hover div a {
    color: #788490;
}

.index-serve-box .combo-box:hover div a.opened {
    color: #1890ff;
}

.index-serve-box .combo-box:hover a {
    color: #1890ff;
}

.index-serve-box .combo-box:hover a span.icon-xjt {
    display: inline-block;
    animation: anre 0.4s linear;
    transform: rotate(180deg);
}

.index-serve-box .combo-box:hover a span.icon-xjt::before {
    color: #1890ff;
}

.index-serve-box:last-child {
    padding-top: 23px;
    padding-bottom: 23px;
}

.ai-diagnose {
    display: block;
    height: 150px;
    background: url(../images/ai-diagnose.jpg) no-repeat center center;
}

#diyUsedfunction {
    display: none;
}

.index_server {
    width: 25%;
    min-width: 454px;
}

.index_process {
    padding: 20px;
    width: 75%;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 148px;
    /* cursor: move; */
}

.index_process .index_process_item {
    display: block;
    overflow: hidden;
    height: 120px;
    transition: all 0.5s;
}

.index_process .index_process_item img {
    width: 100%;
}

.index_process .index_process_txt {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    padding: 010px;
    height: 30px;
}

.index_process .index_process_item.index_people {
    width: 200px;
}

.index_process .index_process_item.index_build {
    width: 160px;
    height: 122px;
}

.index_process .index_process_item.index_promote {
    text-align: center;
    width: 130px;
    height: 160px;
}

.index_process .index_process_item.index_effect {
    width: 214px;
    height: 126px;
}

.index_process .index_process_item:hover {
    height: 168px !important
}

.index_process .index_process_item:hover.index_promote {
    height: 206px !important;
}

.index_process .index_arrow {
    position: relative;
    width: 42px;
    height: 33px;
    overflow: hidden;
}

.index_process .index_arrow_img {
    animation: arrow 2s linear infinite;
    -webkit-animation: arrow 2s linear infinite;
    top: 50%;
    margin-top: -16px;
    left: -42px;
    position: absolute;
    width: 42px;
    height: 33px;
}

.index-box.index_process>div:nth-child(4) .index_arrow_img {
    animation-delay: 0.5s;
    opacity: 0;
}

.index-box.index_process>div:nth-child(6) .index_arrow_img {
    animation-delay: 1s;
    opacity: 0;
}

@keyframes arrow {
    0%, 30% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        left: 42px;
    }
}

.used-function {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
}

.used-function a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.used-function a span {
    transition: all 0.8s;
    margin-bottom: 10px;
    transform: translateY(0);
}

.used-function a span::before {
    font-size: 48px;
    color: #788490;
}

.used-function a:hover span {
    transition: all 0.8s;
    transform: translateY(-10px);
}

.used-function a:hover span::before {
    color: #1890ff;
}

.used-function.diyused {
    flex-wrap: wrap;
    justify-content: left;
}

.used-function.diyused a {
    position: relative;
    padding: 10px;
    width: 100px;
    height: 115px;
    border: solid 1px #eaeaea;
    border-radius: 4px;
    margin: 0 20px 20px 0;
}

.used-function.diyused .icon-badge {
    display: none;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -1px;
    margin-bottom: 0;
    transition: none;
    transform: none;
}

.used-function.diyused .icon-badge::before {
    font-size: 24px;
    color: #1890ff;
}

.used-function.diyused a.choice {
    border-color: #1890ff;
}

.used-function.diyused a.choice .icon-badge {
    display: block;
}

.index-data-box {
    width: 100%;
    min-height: 126px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.index-data-box .visitNum {
    width: 25%;
    margin: 0 auto;
    padding: 10px 20px;
    color: #788490;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.txtBlack {
    color: #333;
}

.txtBlue {
    color: #0189FF;
}

.txtGreen {
    color: #02A721;
}

.txtOrange {
    color: #FF4000;
}

.icon-downtrend,
.icon-uptrend {
    transform: scale(.5);
    display: inline-block;
    width: 14px;
}

.visitNum .txtOrange,
.visitNum .txtGreen,
.serverNum .txtOrange,
.serverNum .txtGreen {
    display: inline-block;
    width: 46px;
    text-align: left;
    padding: 0 2px;
}

.index-box .currentNum {
    position: relative;
    font-size: 34px;
    font-weight: 400;
    margin-right: 10px;
    max-width: 186px;
    white-space: nowrap;
}

.index-box .currentNum .unit {
    font-size: 24px;
    vertical-align: initial;
}

.index-data-box .visitLine {
    width: 75%;
    height: 170px;
}

.index-data-box .serverNum {
    margin: 0 auto;
    padding: 20px;
    color: #788490;
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.index-data-box .visitNum .currentNum,
.index-data-box .serverNum .currentNum {
    text-align: center;
}

.index-data-box .serverNum .currentNum {
    max-width: 95%;
}

.index-data-box .serverNum .noServer {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.index-data-box .serverNum .noServer a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.index-recommend {
    display: flex;
    padding: 8px;
}

.index-recommend div {
    width: 48%;
    display: flex;
    justify-content: left;
}

.index-recommend ul:first-child {
    margin-right: 20px;
}

.index-recommend ul:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
}

.index-recommend img {
    transition: all 0.3s;
}

.index-recommend img:hover {
    transition: 0.4s all;
    transform: scale(1.05);
}

.index-recommend .index-recommend-tit {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 16px;
}

.index-recommend .index-recommend-tit a {
    color: #555;
}

.index-recommend .index-recommend-tit a:hover {
    color: #1890ff;
}

.index-recommend .index-recommend-info {
    margin-top: 16px;
    color: #788490;
}

.index-recommend .fgray {
    min-height: 38px;
}

.backlog {
    padding: 28px 20px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    justify-content: space-around;
}

.backlog a {
    display: block;
    width: 90px;
    height: 66px;
    border: solid 1px #eaeaea;
    text-align: center;
    line-height: 33px;
    color: #1890ff;
}

.backlog a em {
    display: block;
    background: #f3f3f3;
    color: #788490;
}

.backlog a:hover {
    color: #ff6300;
}

.backlog a:hover em {
    color: #788490;
}

.backlog a:nth-child(n+4) {
    margin-bottom: 0;
}

.index-news {
    padding: 20px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.index-news a {
    box-sizing: border-box;
    width: 33.33%;
    cursor: pointer;
    display: block;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 40px;
}

.index-news a em {
    color: #788490;
}

.index-news a:hover em {
    color: #ff6300;
}

#index-attention .index-box-tit {
    display: none;
}

.index-attention {
    /* cursor: move; */
    padding: 2px 20px;
    display: flex;
    justify-content: left;
}

.index-attention dl {
    box-sizing: border-box;
    padding-right: 20px;
    width: 33.33%;
    display: flex;
    justify-content: left;
    overflow: hidden;
}

.index-attention dl.douyincode {
    padding-right: 0;
}

.index-attention dt {
    margin-right: 10px;
}

.index-attention dt img {
    width: 128px;
    height: 128px;
    transition: all 0.3s;
}

.index-attention dt img:hover {
    transition: 0.4s all;
    transform: scale(1.05);
}

.index-attention dd {
    overflow: hidden;
}

.index-attention p {
    line-height: 24px;
    color: #788490;
}

.index-attention p.index-attention-tit {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
    margin-top: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

#numDynamic,
#dynamic {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-shrink: 0;
}

#numDynamic .index-box,
#dynamic .index-box {
    width: calc((100% - 40px) / 3);
}

#numVisitBar {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#numVisitBar .itemPie {
    width: calc((100% - 160px) / 3);
    padding: 20px;
}

#numVisitBar .itemPie .numBox {
    height: 140px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

#numVisitBar .itemPie .pieVisit {
    width: 200px;
}

#numVisitBar .itemPie .numBox .title {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

#numVisitBar .itemPie .numBox .remark {
    font-size: 12px;
    font-weight: 400;
    color: #788490;
    margin: 5px 0;
}

#numVisitBar .converRateBox {
    text-align: center;
    font-size: 12px;
    color: #788490;
    padding: 6px;
}

#numVisitBar .converRateBox .blueT {
    font-size: 20px;
    font-weight: 400;
    color: #40B24F;
}

.oftenbuygoods .swiper-slide {
    box-sizing: border-box;
    padding: 16px 20px 32px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.oftenbuygoods .swiper-slide div {
    margin-bottom: 30px;
}

.oftenbuygoods .swiper-slide a {
    width: 200px;
    height: 294px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
    border: solid 1px #eaeaea;
    padding: 5px;
    transition: all 0.3s;
    transform: translateY(0);
}

.oftenbuygoods .swiper-slide a img {
    width: 180px;
    height: 180px;
}

.oftenbuygoods .swiper-slide a i {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0;
}

.oftenbuygoods .swiper-slide a .redT {
    font-size: 12px;
    font-weight: 400;
    color: #FF6F3F;
    padding: 4px 10px;
    border-radius: 3px;
    background: rgb(255, 194, 173);
    background: rgba(255, 194, 173, 0.33);
}

.oftenbuygoods .swiper-slide a .goodT {
    font-size: 12px;
    font-weight: 400;
    color: #15AAFF;
    padding: 4px 10px;
    border-radius: 3px;
    background: rgb(173, 219, 255);
    background: rgba(173, 219, 255, 0.33);
}

.oftenbuygoods .swiper-slide a em {
    color: #FF4000;
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

.oftenbuygoods .swiper-slide a:hover {
    border-color: #1890ff;
    transition: all 0.3s;
    transform: translateY(-10px);
    box-shadow: 0 0 2px #1890ff;
}

.oftenbuygoods .swiper-pagination-bullet-active {
    /* width: 20px; */
    transition: all 0.3s;
    border-radius: 5px;
}

.oftenbuygoods .swiper-pagination-horizontal {
    /* bottom: 2px !important; */
}

.key_info {
    padding: 2px 2px 16px;
}

.key_info .key_info_tbody ul {
    position: relative;
}

.key_info_tr {
    display: flex;
    height: 35px;
    line-height: 35px;
}

.key_info_tr:hover {
    background-color: #EEF7FF;
}

.key_info_tr .key_info_key {
    width: 40%;
}

.key_info_tr .key_info_detail {
    position: absolute;
    left: 40%;
    background: #fff;
    width: 200px;
    border: 6px solid #1899FF;
    z-index: 3;
    text-align: center;
    top: 0;
    height: 276px;
    display: none;
}

.key_info_tr .key_info_detail .key_info_detail_direct {
    position: absolute;
    border: 8px solid;
    border-color: #1899FF transparent transparent transparent;
    left: -14px;
    transform: rotateZ(-45deg);
    top: 10px;
}

.key_info_tr .key_info_detail .key_info_detail_inf {
    color: #FF4000;
    height: 20px;
}

.key_info_tr .key_info_detail .key_info_detail_btn {
    color: #1899FF;
    padding-bottom: 2px;
    border-bottom: 1px solid;
}

.key_info_tr .key_info_detail .key_info_detail_btn:hover {
    opacity: 0.85;
}

.key_info_tr .key_info_search {
    width: 20%;
}

.key_info_tr .key_info_level {
    width: 20%;
}

.key_info_tr .key_info_visit {
    width: 20%;
}

.key_info_tr .key_info_key,
.key_info_tr .key_info_search,
.key_info_tr .key_info_level,
.key_info_tr .key_info_visit {
    text-align: center;
    padding: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.key_info_thead {
    background: #F3F3F3;
    font-size: 14px;
}

.key_info_thead>div {
    border-right: 1px solid #fff;
}

.key_info_thead>div:last-child {
    border-right: 0 none;
}

.key_info_tbody {
    height: 358px;
    overflow: hidden;
    font-size: 12px;
    color: #666666;
}

.key_info_tbody .key_info_level {
    color: #FF4000
}

.key_info_tbody ul li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #AAAAAA;
}

.recommedSwiper {
    /* cursor: move; */
}

.recommedSwiper .swiper-pagination-recommend {
    position: absolute;
    bottom: 110px !important;
    text-align: right;
    padding: 10px 10px 0 0;
    box-sizing: border-box;
    z-index: 9;
}

.index-ad {
    /* cursor: move; */
    background: #fff;
    margin-bottom: 16px;
}

.index-ad a {
    display: flex;
    justify-content: space-between;
    padding: 18px 20px;
}

.right-bar {
    width: 450px;
    margin-left: 20px;
}

.right-bar .flexLsb {
    flex-direction: column;
}

.right-bar .index-serve-box .flexLsb {
    flex-direction: initial;
}

.right-bar .flexLsb .index_server {
    width: 100%;
    min-width: inherit;
}

.right-bar .flexLsb .index_process {
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
}

.right-bar .flexLsb .index_process .index_process_item:hover {
    height: 125px !important;
}

.right-bar .flexLsb .index_process .index_process_txt {
    -webkit-line-clamp: 4;
    height: 60px;
}

.right-bar .flexLsb .index_process .index_process_item.index_people {
    width: 110px;
    height: 60px;
}

.right-bar .flexLsb .index_process .index_process_item.index_build {
    width: 90px;
    height: 60px;
}

.right-bar .flexLsb .index_process .index_process_item.index_promote {
    width: 76px;
    height: 72px;
}

.right-bar .flexLsb .index_process .index_process_item.index_effect {
    width: 117px;
    height: 62px;
}

.right-bar .flexLsb .index_process .index_arrow img {
    width: 20px;
    height: 14px;
}

.right-bar .index-data-box .visitLine {
    /* padding: 0 10px 0px 20px; */
    width: 100%;
}

.right-bar #visitLineDom,
.right-bar #visitLineDom~div.wb25 {
    width: 100%;
    margin-left: 0;
}

.right-bar .welecomebox .index-box-tit {
    display: block;
    margin-bottom: 30px;
}

.right-bar .welecomebox .index-box-tit em {
    display: inline-block;
    max-width: 198px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: bottom;
}

.right-bar .welecomebox .index-box-tit section {
    justify-content: space-between;
}

.right-bar .welecomebox .index-box-tit section a.btn3 {
    margin: 12px 10px 0 10px;
}

.right-bar .welecomebox .index-serve-box {
    flex-wrap: wrap;
}

.right-bar .welecomebox .index-serve-box li {
    width: 48%;
    margin: 0 0 16px 0;
}

.right-bar .welecomebox .index-serve-box:last-child {
    /* padding: 0 20px; */
}

.right-bar .used-function {
    flex-wrap: wrap;
}

.right-bar .used-function a {
    width: 25%;
}

.right-bar .used-function a:nth-child(-n+4) {
    margin-bottom: 16px;
}

.right-bar .index-data-box {
    flex-wrap: wrap;
}

.right-bar .index-data-box .visitNum {
    box-sizing: border-box;
    width: 100%;
}

.right-bar .index-news a {
    width: 100%;
    padding-right: 0;
}

.right-bar .index-recommend .index-recommend-tit {
    margin-bottom: 10px;
}

.right-bar .index-recommend .index-recommend-info {
    margin-top: 10px;
}

.right-bar #index-attention .index-box-tit {
    display: block;
}

.right-bar .index-attention {
    display: block;
    cursor: default;
}

.right-bar .index-attention dl {
    width: 100%;
    margin-top: 4px;
}

.right-bar .index-attention .index-attention-tit {
    width: auto;
    display: block;
}

.right-bar .index-box .webank .webCon {
    align-items: start;
    padding: 0 20px;
    background: url("../images/webank.png") no-repeat center;
    background-size: 100% 100%;
}

table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    text-align: left;
}

table tr {
    border-bottom: solid 1px #f0f0f0;
}

table tr:hover td {
    background: #fcfcfc;
}

table th {
    font-weight: normal;
    background: #fafafa;
    padding: 12px 8px;
}

table td {
    padding: 12px 8px;
}

table.showborder th,
table.showborder td {
    border: solid 1px #f0f0f0;
}

table.mgb20 {
    margin-bottom: 20px;
}

.tablebox {
    background: #fff;
    padding: 20px;
}

.tablebox table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    text-align: left;
}

.tablebox table table th,
.tablebox table table td {
    border: solid 1px #f0f0f0;
}

.tablebox tr {
    border-bottom: solid 1px #f0f0f0;
}

.tablebox tr:hover td {
    background: #fcfcfc;
}

.tablebox th {
    font-weight: normal;
    background: #f2f2f2;
    padding: 12px 8px;
}

.tablebox td {
    padding: 12px 8px;
}

.tablebox .productinfo {
    display: flex;
    justify-content: left;
}

.tablebox .productinfo img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    vertical-align: bottom;
}

.tablebox .productinfo>div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
}

.tablebox .productinfo>div:last-child span {
    display: block;
    line-height: 20px;
}

.tablebox select {
    box-sizing: border-box;
    min-height: 32px;
    min-width: 120px;
    font-size: 14px;
    transition: all 0.3s;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    padding: 4px 11px;
}

.tablebox select:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
    border-color: #40a9ff;
}

.tablebox .icon-save::before {
    font-size: 24px;
    line-height: 32px;
    margin-left: 5px;
}

.tablebox .icon-save:hover::before {
    color: #1890ff;
}

.tablebox.nopadding {
    padding: 0;
}

.checkbox input[type="checkbox"],
.setcheckbox input[type="checkbox"] {
    display: none;
}

.checkbox span,
.setcheckbox span {
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: solid 1px #d9d9d9;
    border-radius: 2px;
    border-collapse: separate;
    transition: all 0.3s;
}

.checkbox span::before,
.setcheckbox span::before {
    color: #fff;
    font-size: 12px;
}

.checkbox span:hover,
.setcheckbox span:hover {
    border-color: #1890ff;
}

.checked span {
    background: #1890ff;
    border-color: #1890ff;
}

header .checkbox span:hover,
header .setcheckbox span:hover {
    border-color: #009688;
}

header .checked span {
    background: #009688;
    border-color: #009688;
}

.tabletoolbar {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.tabletoolbar button {
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #1890ff;
    padding: 0 20px;
    border: solid 1px #1890ff;
    border-radius: 4px;
    padding: 0 8px;
    margin-right: 15px;
}

.tabletoolbar button span::before {
    color: #fff;
    margin-right: 5px;
    font-size: 16px;
    vertical-align: text-top;
}

.tabletoolbar button:hover {
    opacity: 0.85;
}

.tabletoolbar button.del {
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    background: #fff;
    padding: 0 12px;
    border: solid 1px #d9d9d9;
    border-radius: 4px;
    color: #788490;
}

.tabletoolbar button.del:hover {
    color: #fff;
    background: #f00;
    border-color: #f00;
}

.tabletoolbar label {
    padding-top: 8px;
    margin-right: 10px;
    color: #788490;
}

.tabletoolbar label .checkbox span {
    display: inline-block !important;
    margin-right: 4px;
}

.cardlist {
    padding-top: 10px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.cardlist .photo-item {
    position: relative;
    margin: 0 10px 20px 10px;
    width: 208px;
    height: 272px;
    overflow: hidden;
}

.cardlist .photo-item img {
    max-width: 202px;
    max-height: 202px;
    width: auto;
    height: auto;
}

.cardlist .photo-item a {
    width: 208px;
    height: 208px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.cardlist .photo-item a:hover {
    transition: 0.4s all;
    transform: scale(1.05);
}

.cardlist .photo-item .photoName {
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cardlist .photo-item .photo-handle {
    display: flex;
    justify-content: center;
}

.cardlist .photo-item .photo-handle .checkbox span {
    display: inline-block;
}

.cardlist .photo-item .photo-handle label {
    padding-top: 7px;
    margin-right: 10px;
}

.cardlist .photo-item .photo-handle button {
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #1890ff;
    padding: 0 20px;
    border: solid 1px #1890ff;
    border-radius: 4px;
}

.cardlist .photo-item .photo-handle button:hover {
    opacity: 0.85;
}

.cardlist .photo-item .photo-jh {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
    right: 2px;
    top: 2px;
    display: none;
    cursor: pointer;
}

.cardlist .photo-item .photo-jh::before {
    background: #009688;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #fff;
    line-height: 20px;
}

.cardlist .photo-item dl {
    display: none;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
    right: 2px;
    top: 32px;
}

.cardlist .photo-item dl button {
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #009688;
    padding: 0 20px;
    border: solid 1px #009688;
    border-radius: 4px;
    padding: 0;
    width: 72px;
}

.cardlist .photo-item dl button:hover {
    opacity: 0.85;
}

.cardlist .photo-item dl button.delphoto {
    color: #788490;
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    background: #fff;
    padding: 0 12px;
    border: solid 1px #d9d9d9;
    border-radius: 4px;
}

.cardlist .photo-item dl button.delphoto:hover {
    background: #f00;
    color: #fff;
    border-color: #f00;
}

.cardlist .photo-item dl dd {
    margin-bottom: 10px;
}

.photofile .photo-item a {
    width: 208px;
    height: 208px;
    background: url(../images/photobg.png) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photofile .photo-item a img {
    max-width: 180px;
    max-height: 180px;
    width: auto;
    height: auto;
}

.photofile .newphoto {
    margin: 0 10px 20px 10px;
    width: 208px;
    height: 272px;
    box-sizing: border-box;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.photofile .newphoto button {
    background: #fff;
    border: none;
    text-align: center;
    width: 120px;
    height: 150px;
    color: #1890ff;
}

.photofile .newphoto button img {
    width: 120px;
    height: 120px;
    display: block;
    padding-bottom: 10px;
}

.photofile .newphoto button:hover {
    opacity: 0.85;
}

.photofile .photoName {
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
}

.photofile .photoName input {
    border: none;
    padding: 0 8px;
    width: 100px;
}

.photofile .photoName i {
    cursor: pointer;
    color: #1890ff;
    margin-left: 5px;
}

.photofile .photoName i:hover {
    color: #ff6300;
}

.photofile .photoName .saveName {
    display: none;
}

.photofile .photoName.fileName {
    display: flex;
    justify-content: center;
}

.photofile .photoName.eidt input {
    border: solid 1px #d9d9d9;
    padding: 0 8px;
}

.photofile .photoName.eidt input:hover,
.photofile .photoName.eidt input:focus {
    border-color: #1890ff;
    color: #1890ff;
}

.photofile .photoName.eidt .modify-name,
.photofile .photoName.eidt .delphoto {
    display: none;
}

.photofile .photoName.eidt .saveName {
    display: block;
}

.expense-detail1 {
    font-size: 12px;
    color: #1890ff;
    font-weight: normal;
}

.expense-detail1 span::before {
    color: #1890ff;
    margin-left: 8px;
}

.expense-detail1:hover {
    font-size: 14px;
    color: #ff6300;
    font-weight: normal;
}

.expense-detail1:hover span::before {
    color: #ff6300;
}

table .expense-detail1 {
    font-size: 12px;
    color: #666;
}

table .expense-detail1:hover {
    font-size: 12px;
    color: #666;
}

table .expense-detail1:hover span::before {
    color: #666;
}

.tabsbox {
    margin-right: 15px;
    background: #fff;
}

.nopadding.tabsbox,
.nomargin .tabsbox,
.tabsbox .tablebox,
.tabsbox .tabsbox,
.tabsbox .main-content,
.main-content .tablebox,
.layui-layer-content .tablebox {
    margin-right: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.main-content .tabsbox {
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.tabtit {
    font-size: 16px;
    border-bottom: solid 1px #f0f0f0;
    margin-bottom: 20px;
}

.tabtit a {
    position: relative;
    margin-bottom: -2px;
    cursor: pointer;
    display: inline-block;
    color: #788490;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 24px;
    border-bottom: solid 3px rgba(0, 0, 0, 0);
}

.tabtit a:hover {
    opacity: 0.65;
    cursor: pointer;
    display: inline-block;
    color: #1890ff;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 24px;
    border-bottom: solid 3px #1890ff;
}

.tabtit a.active {
    cursor: pointer;
    display: inline-block;
    color: #1890ff;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 24px;
    border-bottom: solid 3px #1890ff;
}

.tabtit a.subactive {
    display: inline-block;
    color: #1890ff;
    font-size: 16px;
    line-height: 20px;
    border: 0;
    border-left: 3px solid #1890ff;
    padding: 2px 10px;
    margin: 10px 0;
}

.tabtit a.active:hover {
    opacity: 0.85;
}

.tbs {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tbs ul {
    display: flex;
    justify-content: left;
    position: relative;
    margin-bottom: -1px;
}

.tbs li {
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
    padding: 0 12px;
}

.tbs li span {
    color: #1890ff;
}

.tbs li.active {
    border-color: #1890ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tbs li.active a {
    color: #1890ff;
}

.tbs-style1 {
    background: #fff;
    padding: 20px;
}

.tbs-style1 ul {
    display: flex;
    justify-content: left;
}

.tbs-style1 li {
    border: solid 1px #d9d9d9;
    border-radius: 4px 4px 0 0;
    border-bottom-color: #fff;
    padding: 4px 11px;
    margin-right: 5px;
}

.tbs-style1 li.active,
.tbs-style1 li:hover {
    color: #1890ff;
    border-color: #1890ff;
    border-bottom-color: #fff;
}

.tbs-style1 li.active a,
.tbs-style1 li:hover a {
    color: #1890ff;
}

.tbs-style1.nopadding {
    padding: 0;
}

.tbs-style2 li {
    border: solid 1px #d9d9d9;
    line-height: 24px;
    height: 24px;
    margin: 0;
}

.tbs-style2 li:first-child {
    border-radius: 2px 0 0 2px;
}

.tbs-style2 li:last-child {
    border-radius: 0 2px 2px 0;
}

.tbs-style2 li.active,
.tbs-style2 li:hover {
    color: #1890ff;
    border-color: #1890ff;
}

.tbs-style3 {
    margin-top: 5px;
}

.tbs-style3 a {
    display: inlin-block;
    padding: 4px 10px;
    border: solid 1px #eaeaea;
}

.tbs-style3 a.active {
    color: #fff;
    background: #1890ff;
    border-color: #1890ff;
}

.date-box {
    height: 355px;
    display: none;
}

.date-box.show {
    display: block;
}

.savelink {
    vertical-align: middle;
}

.impower {
    margin: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.impower article {
    display: inline-block;
}

.impower input {
    display: none;
}

.impower .uploadimg {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    height: 300px;
    border: solid 1px #d9d9d9;
    color: #788490;
    background: #fcfcfc;
}

.impower .uploadimg span::before {
    font-size: 44px;
}

.impower .uploadimg img {
    width: 100%;
    height: 100%;
}

.impower .uploadimg p {
    margin-top: 20px;
}

.impower .uploadimg em {
    width: 44px;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background: #f00;
    font-size: 12px;
    line-height: 20px;
    border-radius: 4px;
    padding: 0 2px;
    margin: 0;
}

.impower .uploadimg:hover {
    border-color: #1890ff;
    color: #1890ff;
}

.impower .uploadimg:hover span::before {
    color: #1890ff;
}

.impower .impowerlink {
    margin-top: 20px;
}

.impower .impowerlink a {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    background: #1890ff;
    border-radius: 4px;
    padding: 0 20px;
}

.impower .impowerlink a:hover {
    opacity: 0.85;
}

.impower .condition {
    margin-top: 20px;
}

.agreement {
    display: block;
    margin: 40px auto 40px auto;
    width: 460px;
    height: 300px;
    color: #788490;
    overflow-y: auto;
    border: solid 1px #eaeaea;
    padding: 20px;
}

.agreement .agreementtit {
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
}

.agreement p {
    line-height: 1.5;
}

.agreementlink {
    text-align: center;
    padding-bottom: 40px;
}

.agreementlink a {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    background: #1890ff;
    border-radius: 4px;
    padding: 0 20px;
}

.agreementlink a.graylink {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    background: #1890ff;
    border-radius: 4px;
    padding: 0 20px;
    background: #788490;
    cursor: not-allowed;
}

.userinfo {
    display: none;
    margin: 40px auto 40px auto;
    width: 460px;
    padding-bottom: 20px;
    text-align: center;
}

.userinfo input:not([type="button"]) {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    min-height: 32px;
    min-width: 208px;
    font-size: 14px;
    transition: all 0.3s;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    padding: 4px 11px;
}

.userinfo input:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
    border-color: #40a9ff;
}

.userinfo input:hover {
    outline: 0;
    border-color: #40a9ff;
}

.userinfo p {
    padding-bottom: 20px;
}

.userinfo p input[type="button"] {
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #1890ff;
    padding: 0 20px;
    border: solid 1px #1890ff;
    border-radius: 4px;
}

.userinfo p input[type="button"]:hover {
    opacity: 0.85;
}

.userinfo p.verifybox {
    display: flex;
    justify-content: space-between;
}

.userinfo p.verifybox input:last-child {
    margin-left: 15px;
    min-width: 120px;
    width: 120px;
}

#ywtbox a {
    display: inline-block;
    margin: 20px 10px 0 10px;
}

.layui-table-body .layui-none {
    background: url(../images/nodata.svg) no-repeat center 15px;
    background-size: 120px;
    height: 168px;
    padding-top: 118px;
}

.conditionbox {
    margin-bottom: 15px;
    background: #ffffff;
    /* border: solid 1px #ece2cc; */
    padding: 20px;
    text-align: center;
    font-size: 32px;
    margin-right: 15px;
    /* box-shadow: 0 0 8px 0 rgb(0 0 0 / 8%); */
}

.conditionbox.smalltxt {
    font-size: 14px;
    text-align: left;
    color: #cf4906;
}

.conditionbox.smalltxt p {
    padding-left: 2em;
}

.page {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    margin-top: 20px;
    border-top: dashed 1px #e6e6e6;
    padding-top: 15px;
}

.page a {
    padding: 4px 10px;
    border-radius: 4px;
    border: solid 1px #d9d9d9;
    margin: 0 4px;
}

.page a:hover {
    border-color: #1890ff;
}

.page a[disabled="disabled"] {
    background: #fafafa;
    cursor: not-allowed;
    color: #788490;
}

.page a[disabled="disabled"]:hover {
    border: solid 1px #d9d9d9;
    color: #788490;
}

.page .cpb {
    padding: 4px 10px;
    margin: 0 4px;
    border-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0);
    color: #1890ff;
}

.page>div {
    display: flex;
    justify-content: center;
}

.page>div>div:last-child {
    margin-left: 15px;
    color: #788490;
}

.insert-pic {
    width: 645px;
}

.insert-pic .tabs-nav {
    display: flex;
    justify-content: left;
    height: 35px;
    position: relative;
    justify-content: space-between;
    border-bottom: solid 1px #eaeaea;
}

.insert-pic .tabs-nav ul {
    display: flex;
    position: relative;
    bottom: -1px;
}

.insert-pic .tabs-nav li {
    height: 30px;
    line-height: 30px;
    position: relative;
    width: 90px;
    text-align: center;
    box-sizing: border-box;
    margin: 5px 5px 0 5px;
    border-radius: 4px 4px 0 0;
    background: #fafafa;
    border: 1px solid #eaeaea;
    border-bottom-color: #fafafa;
}

.insert-pic .tabs-nav li a {
    color: #788490;
    text-decoration: none;
}

.insert-pic .tabs-nav li.current,
.insert-pic .tabs-nav li:hover {
    border: 1px solid #1890ff;
    border-bottom-color: #fff;
    background: #fff;
    color: #1890ff;
}

.insert-pic .tabs-nav li.current a,
.insert-pic .tabs-nav li:hover a {
    color: #1890ff;
    text-decoration: none;
}

.insert-pic .tabs-nav p {
    margin-right: 10px;
    line-height: 35px;
    color: #788490;
}

.insert-pic .tabs-nav p span {
    font-family: Arial;
    font-weight: bold;
    margin: 0 5px;
    color: #f00;
}

.insert-pic .filter,
.insert-pic .data-ctrl {
    background: none;
    padding-top: 5px;
    height: 38px;
    border-top: 1px solid #fafafa;
    position: relative;
    padding-left: 15px;
}

.insert-pic .filter select,
.insert-pic .data-ctrl select {
    width: 272px;
    margin-top: 8px;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    border: solid 1px #d9d9d9;
    background: #fff;
    outline: none;
}

.insert-pic .filter select:hover,
.insert-pic .data-ctrl select:hover {
    border-color: #1890ff;
    color: #1890ff;
    border-radius: 2px;
}

.insert-pic .tabs-content {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-top: none;
    width: 645px;
    height: 272px;
}

.upload-form select,
.upload-form input {
    width: 272px;
    margin-top: 8px;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    border: solid 1px #d9d9d9;
    background: #fff;
    outline: none;
}

.upload-form select:hover,
.upload-form input:hover {
    border-color: #1890ff;
    color: #1890ff;
    border-radius: 2px;
}

.upload-form table tr td {
    padding: 6px 8px;
}

.upload-form input {
    width: 120px;
    vertical-align: bottom;
    padding: 0 8px;
    margin-right: 5px;
}

.upload-form td:first-child {
    width: 90px;
    text-align: right;
}

.upload-form a {
    color: #1890ff;
}

.album-list {
    padding-top: 15px;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.album-list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 0 4px;
}

.album-list li {
    position: relative;
    margin: 0 0 8px 10px;
    width: 76px;
    height: 76px;
    border: 1px solid #d9d9d9;
    display: inline;
}

.album-list li span {
    display: none;
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 10px;
    background: #1890ff;
    z-index: 1;
    line-height: 20px;
    text-align: center;
}

.album-list li span::before {
    color: #fff;
}

.album-list li:hover {
    border-color: #1890ff;
}

.album-list li.selected {
    border: 1px solid #1890ff;
}

.album-list li.selected span {
    display: block;
}

.album-list li a,
.pic-placeholder div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 74px;
    height: 74px;
    background: #fff;
    overflow: hidden;
}

.album-list li img,
.pic-placeholder li img {
    vertical-align: middle;
}

.pagin .next {
    padding: 4px 11px;
    border: solid 1px #d9d9d9;
    border-radius: 4px;
}

.pagin span {
    margin: 0 5px;
}

.pagin input {
    border: solid 1px #d9d9d9;
    width: 30px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    text-align: center;
}

.pagin input:hover,
.pagin input:focus {
    border-color: #1890ff;
}

.pagin a:last-child {
    height: 24px;
    background: #1890ff;
    border-radius: 4px;
    line-height: 24px;
    display: inline-block;
    color: #fff;
    padding: 0 8px;
}

.pagin a:last-child:hover {
    opacity: 0.85;
}

.ftt {
    padding-top: 10px;
    padding-left: 15px;
    width: 630px;
    background: #fff;
    border: 1px solid #f0f0f0;
    height: 120px;
    border-top: none;
    text-align: center;
}

.ftt ul {
    display: flex;
    justify-content: left;
    width: 100%;
}

.ftt li {
    box-sizing: border-box;
    display: block;
    margin: 0 12px;
    border: solid 1px #eaeaea;
    position: relative;
    overflow: hidden;
    width: 72px;
    height: 72px;
    background: url(../images/photos.svg) no-repeat;
    background-size: 100% 100%;
}

.ftt li:hover {
    border-color: #1890ff;
}

.ftt a {
    position: absolute;
    right: 4px;
    bottom: 4px;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    overflow: hidden;
    line-height: 20px;
    text-align: center;
    background: #f00;
    color: #fff;
}

.ftt input {
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #1890ff;
    padding: 0 20px;
    border: solid 1px #1890ff;
    border-radius: 4px;
}

.ftt input:hover {
    opacity: 0.85;
}

.ftt p {
    padding-bottom: 12px;
}

.ftt ul {
    height: 80px;
}

.cphypp section {
    padding-bottom: 20px;
}

.cphypp .yjpp article {
    display: flex;
    justify-content: left;
}

.cphypp .yjpp article span {
    box-sizing: border-box;
    width: 120px;
    border: solid 1px #d9d9d9;
    border-radius: 4px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #788490;
}

.cphypp article {
    display: flex;
    justify-content: left;
}

.cphypp article input {
    margin-left: 15px;
}

.cphypp article input:hover {
    opacity: 0.85;
}

.cphypp article span {
    box-sizing: border-box;
    width: 120px;
    border: solid 1px #1890ff;
    border-radius: 4px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #1890ff;
}

.cphypp article select {
    margin-left: 15px;
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    height: 32px;
    min-height: 32px;
    min-width: 208px;
    font-size: 14px;
    transition: all 0.3s;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    padding: 4px 11px;
}

.cphypp article select:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
    border-color: #40a9ff;
}

.cphypp article select:hover {
    outline: 0;
    border-color: #40a9ff;
}

.industry-result {
    background: #f0f2f5;
    border: solid 1px #eaeaea;
    padding: 5px;
    overflow-y: auto;
    height: 120px;
}

.industry-result p {
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sct_i_t {
    border: solid 1px #eaeaea;
    padding: 20px;
    border-radius: 4px;
    display: flex;
    justify-content: left;
    position: relative;
}

.sct_i_t_r {
    font-size: 24px;
    color: #788490;
}

.sdt_i_t {
    margin-left: 15px;
    line-height: 32px;
}

.gwb_t_btn {
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    background: #fff;
    padding: 0 12px;
    border: solid 1px #d9d9d9;
    border-radius: 4px;
}

.gwb_t_btn:hover {
    color: #1890ff;
    border-color: #1890ff;
}

.sdt_i_t_info {
    margin-left: 15px;
    line-height: 32px;
    color: #788490;
}

.icon-vip {
    display: inline-block;
    width: 48px;
    height: 24px;
    margin-right: 10px;
    vertical-align: sub;
    background: url(../images/vip.svg) no-repeat;
    background-size: 100%;
}

.sct_i_fs {
    display: flex;
    justify-content: space-between;
}

.sjfx_t {
    border: solid 1px #eaeaea;
    padding: 10px;
    min-width: 300px;
    line-height: 32px;
}

.sjfx_t .limit {
    color: #f00;
    font-size: 32px;
    text-align: center;
    padding: 2px 20px;
}

.sjfx_r {
    flex: 1;
    margin-left: 20px;
}

.sjfx_r ul {
    display: flex;
    justify-content: left;
    padding: 20px 0;
    border: solid 1px #eaeaea;
    height: 100px;
}

.sjfx_r ul li {
    box-sizing: border-box;
    width: 33.33%;
    padding-right: 20px;
    border-right: solid 1px #eaeaea;
    display: flex;
    justify-content: center;
}

.sjfx_r ul li span {
    width: 96px;
    height: 96px;
    background: #eaeaea;
    text-align: center;
    line-height: 96px;
    border-radius: 50%;
    margin-right: 15px;
}

.sjfx_r ul li span::before {
    color: #fff;
    font-size: 45px;
}

.sjfx_r ul li p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
}

.sjfx_r ul li i {
    font-size: 24px;
    color: #1890ff;
}

.sjfx_r ul li:hover span {
    background: #1890ff;
}

.sjfx_r ul li:last-child {
    border-right: none;
}

.sdt_sjxx {
    margin-top: 20px;
}

.sdt_sjxx ul {
    display: flex;
    justify-content: space-between;
}

.sdt_sjxx li {
    border: solid 1px #eaeaea;
    color: #788490;
    padding: 20px;
    width: 25%;
    margin-right: 20px;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
}

.sdt_sjxx li span::before {
    font-size: 64px;
    margin-left: 15px;
    color: #eaeaea;
}

.sct-info .sdt_sjxx ul li:hover,
.sdt_sjxx ul li:hover {
    transition: all 0.3s;
    border-color: #1890ff;
    color: #1890ff;
}

.sct-info .sdt_sjxx ul li:hover span::before,
.sdt_sjxx ul li:hover span::before {
    color: #1890ff;
}

.sdt_sjxx li:last-child {
    margin-right: 0;
}

.sdt_sjxx p {
    display: flex;
    flex-direction: column;
}

.sdt_sjxx p i {
    font-size: 20px;
    padding-top: 15px;
}

.tabsbox-tit {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: solid 1px #eaeaea;
    background: #fff;
}

.tabsbox-tit h2 {
    color: #333;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
}

.tabsbox-tit .tabsbox-tit-right {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.tabsbox-tit .tabsbox-tit-right p {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tabsbox-tit .tabsbox-tit-tabs ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.tabsbox-tit .tabsbox-tit-tabs li {
    cursor: pointer;
    border: solid 1px #d9d9d9;
    line-height: 24px;
    height: 24px;
    margin: 0;
    padding: 4px 11px;
}

.tabsbox-tit .tabsbox-tit-tabs li:first-child {
    border-radius: 2px 0 0 2px;
}

.tabsbox-tit .tabsbox-tit-tabs li:last-child {
    border-radius: 0 2px 2px 0;
}

.tabsbox-tit .tabsbox-tit-tabs li.active,
.tabsbox-tit .tabsbox-tit-tabs li:hover {
    color: #1890ff;
    border-color: #1890ff;
}

.tabsbox-tit .tabsbox-tit-choose {
    margin-left: 15px;
    line-height: 32px;
}

.tabsbox-tit .tabsbox-tit-choose input {
    margin-left: 15px;
    height: 32px;
    line-height: 32px;
    border: solid 1px #d9d9d9;
    padding: 0 12px;
    border-radius: 4px;
}

.tabsbox-tit .tabsbox-tit-choose input:hover,
.tabsbox-tit .tabsbox-tit-choose input:focus {
    border-color: #1890ff;
    color: #1890ff;
}

.tabsbox.mgb20 {
    margin-bottom: 20px;
}

.echartsbox {
    height: 360px;
}

.tgz-tfqd {
    cursor: pointer;
    display: inline-block;
    border: solid 1px #d9d9d9;
    height: 32px;
    line-height: 32px;
    margin: 0 26px 26px 0;
    padding: 4px 11px;
    position: relative;
    user-select: none;
}

.tgz-tfqd span {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
    top: auto;
    right: 0;
    bottom: 0;
    visibility: hidden;
}

.tgz-tfqd span::before {
    font-size: 20px;
}

.tgz-tfqd.nomargin {
    margin: 0;
}

.tgz-tfqd:hover {
    border-color: #1890ff;
    color: #1890ff;
}

.tgz-tfqd.active {
    border-color: #1890ff;
    color: #1890ff;
}

.tgz-tfqd.active span {
    visibility: visible;
}

.tgwz-360 {
    display: flex;
    justify-content: left;
}

.tgwz-360 div {
    margin-bottom: 20px;
}

.tgwz-360 div:first-child {
    border: solid 1px #92b4d8;
    color: #333;
    width: 88px;
    height: 88px;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    background: #e6f2ff;
    margin-right: 20px;
}

.tgwz-360 div:nth-child(2) {
    margin-right: 20px;
}

.tgwz-360 div:nth-child(2) a {
    display: block;
    border: solid 1px #92b4d8;
    border-radius: 5px;
    color: #1890ff;
    width: 88px;
    height: 88px;
    text-align: center;
    line-height: 88px;
    position: relative;
}

.tgwz-360 div:nth-child(2) a span {
    line-height: 30px;
    display: block;
    height: 88px;
    background: #1890ff;
    color: #fff;
}

.tgwz-360 div:nth-child(2) a em {
    line-height: 30px;
    display: block;
    color: #fff;
}

.tgwz-360 div:nth-child(2) a i {
    background: #fff;
    padding: 0 10px;
    color: #327eca;
    border-radius: 3px;
}

.tgwz-360 div:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
}

.tgwz-360 div:nth-child(3) dl {
    display: flex;
    justify-content: left;
    margin-right: 20px;
}

.tgwz-360 div:nth-child(3) dl input {
    width: 400px;
}

.tgwz-360 div:nth-child(4) .uploadimg {
    width: 88px;
    height: 88px;
    margin: 0;
}

.tgwz-360 div:nth-child(4) .uploadimg.disabled {
    cursor: not-allowed;
}

.tgwz-360 div:nth-child(4) .uploadimg.disabled:hover {
    border-color: #788490;
    color: #788490;
}

.tgwz-360 div:nth-child(4) .uploadimg.disabled:hover span::before {
    color: #788490;
}

.mjbapp {
    background: url(../images/mjbapp.jpg) no-repeat center center;
    height: 550px;
    display: block;
}

.nomargin {
    margin: 0;
}

.slgys {
    padding: 20px;
    min-height: 460px;
    background: url(../images/sdsj_bg.png) no-repeat left center;
}

.slgys div:first-child {
    margin-top: 30px;
}

.slgys div {
    padding-left: 480px;
    display: flex;
    justify-content: left;
    margin-bottom: 20px;
}

.slgys div>span {
    color: #788490;
    margin-right: 10px;
    width: 120px;
    text-align: right;
}

.slgys p {
    display: flex;
    justify-content: left;
}

.slgys p>span {
    margin-right: 10px;
}

.slgys a.btn1 {
    color: #fff;
    margin: 20px 20px 0 100px;
}

.slgys a.btn1:hover {
    opacity: 0.85;
}

.slgys a.btn3 {
    margin-top: 20px;
}

.slgys a.btn3:hover {
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #1890ff;
    padding: 0 20px;
    border: solid 1px #1890ff;
    border-radius: 4px;
    opacity: 0.85;
}

.leftbox {
    margin: 0 20px 0 0;
    display: flex;
    flex-direction: column;
    width: 50%;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 8%);
    font-size: 12px;
}

.rightbox {
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 50%;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 8%);
    font-size: 12px;
}

.zt_tg {
    display: inline-block;
    width: 84px;
    height: 67px;
    line-height: 67px;
    background: url(../images/state1.png);
    text-align: center;
    font-size: 14px;
    color: #009688;
    margin-right: 10px;
    overflow: hidden;
}

.zt_wtg {
    display: inline-block;
    width: 84px;
    height: 67px;
    line-height: 67px;
    background: url(../images/state2.png);
    text-align: center;
    font-size: 14px;
    color: #f00;
    margin-right: 10px;
    overflow: hidden;
}

.zt_name {
    display: block;
    text-align: center;
}

.sct-info {
    background: #fff;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.sct-info ul {
    display: flex;
    justify-content: space-between;
    line-height: 32px;
}

.sct-info ul li:first-child {
    width: 33.33%;
    text-align: right;
    color: gray;
}

.sct-info ul li:last-child {
    flex: 1;
    text-align: left;
}

.sct-info a.link6 {
    color: #fff;
    margin-left: 20px;
}

.sct-spstb-box {
    background: #fff;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.sct-spstb-box #yfbsps,
.sct-spstb-box #yshsps {
    width: 50%;
    height: 240px;
}

.sct-spstb-box .sct-spstb-b {
    width: 100%;
    text-align: center;
    line-height: 45px;
    border-top: solid 1px #eaeaea;
}

.xcxsxqk {
    padding-left: 33.33%;
    display: flex;
    justify-content: left;
}

.xcxsxqk>span {
    margin-right: 10px;
}

.sqslgysbox {
    background: #fff url(../images/sdsjbox.png) no-repeat left center;
    height: 163px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sqslgysbox a {
    width: 148px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    background: #ff6300;
    color: #fff;
    border-radius: 4px;
    margin-left: 60%;
}

.sqslgysbox a:hover {
    opacity: 0.85;
}

.channel-main {
    padding: 20px;
    margin-left: 64px;
}

.main.channel-main {
    padding: 0 0 0 20px;
}

.main.nopadding {
    padding: 0;
}

.channel-main .main-header {
    padding-top: 0 !important;
}

.sctsjtb_zxdj {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 450px;
}

.sjtjtb-foot {
    display: none;
}

.yjbj_zt_box {
    position: relative;
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: left;
}

.yjbj_zt_box::after {
    content: "";
    height: 5px;
    width: 600px;
    position: absolute;
    display: block;
    z-index: 1;
    top: 100px;
    left: 172px;
    background: #eaeaea;
}

.yjbj_zt_info {
    margin-right: 200px;
    position: relative;
    z-index: 2;
}

.yjbj_zt_nr {
    width: 150px;
    height: 150px;
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    background: #9d9d9d;
    color: #fff;
    z-index: 2;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.yjbj_zt_nr span[class^="icon-"]::before {
    font-size: 64px;
    color: #fff;
}

.yjbj_zt_nr.acitve {
    background: #1890ff;
}

.yjbj_zt2_bk {
    position: absolute;
    z-index: 1;
    top: -10px;
    left: -10px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: dashed 5px #36aeff;
    display: inline-block;
    animation: loading 2s linear infinite;
    animation-duration: 15s;
}

.cjwt {
    padding: 20px;
}

.cjwt h5 {
    font-size: 20px;
    margin-bottom: 15px;
}

.cjwt p {
    margin-left: 32px;
    line-height: 32px;
}

.pmgressbar {
    height: 32px;
    display: block;
    box-sizing: border-box;
    background: #fff;
    border: solid 1px #d9d9d9;
    border-color: #1890ff;
}

.pmgressbar em {
    display: block;
    height: 30px;
    line-height: 30px;
    background: #1890ff;
    text-align: center;
    color: #fff;
}

.content-tit {
    border-bottom: solid 1px #eaeaea;
    margin: 20px 0 0 0;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}

.optimize-box {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: dashed 1px #eaeaea;
}

.optimize-box p:first-child {
    font-size: 20px;
}

.optimize-box p {
    line-height: 32px;
}

.optimize-box span.icon-right::before {
    font-size: 64px;
    color: #009688;
}

.optimize-box:last-child {
    border-bottom: none;
}

.mobile-box {
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: left;
}

.iframestyle {
    width: 320px;
    height: 480px;
    border: solid 1px #d9d9d9;
    margin: 60px 0 0 10px;
}

.mobile-content {
    flex: 1;
}

.phone-show {
    background: url(../images/phonebg.png) no-repeat;
    width: 340px;
    height: 650px;
    margin: 0 10px 0 0;
}

.phone-show p {
    text-align: center;
    margin-top: 85px;
}

.phone-show p a {
    color: #1890ff;
    margin-left: 15px;
}

.phone-show p a:hover {
    opacity: 0.85;
}

.dsp_zhgl_info {
    margin-bottom: 20px;
    padding: 10px;
    height: 100px;
    border: 1px solid #d9d9d9;
    box-shadow: 3px 3px 3px #d9d9d9;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.dsp_zhgl_info_img {
    display: flex;
    justify-content: left;
}

.dsp_zhgl_info_img img {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    overflow: hidden;
}

.dsp_zhgl_info_c {
    margin-left: 15px;
    height: 100px;
}

.dsp_zhgl_info_c_t {
    font-size: 18px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.dsp_zhgl_info_c_t span {
    font-size: 24px;
    vertical-align: text-bottom;
}

.dsp_zhgl_info_c_b {
    width: 100%;
    margin-top: 7px;
}

.dsp_zhgl_info_c_b li {
    float: left;
    width: 100px;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
}

.dsp_zhgl_info_r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 295px;
    text-align: right;
}

.dsp_zhgl_info_r a {
    display: inline-block;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    margin-left: 12px;
    border-radius: 4px;
    color: #1890ff;
    border: #1890ff solid 1px;
}

.dsp_zhgl_info_r a:hover {
    opacity: 0.85;
}

a.dsp_zhgl_info_r_btn3 {
    color: #788490;
    cursor: pointer;
    border-color: #eaeaea;
}

.chooseAdress .form-item .form-content .choice label {
    padding-right: 0;
    width: 25%;
}

.sjfx_fwph_info {
    display: block !important;
    padding-top: 10px;
    box-sizing: border-box;
}

.sjfx_fwph_info li {
    width: 100% !important;
    text-align: left !important;
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    box-sizing: border-box;
}

.sjfx_fwph_info li a,
.sjfx_fwph_info li p {
    display: inline-block;
    width: calc(100% - 10px*12);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
}

.sjfx_fwph_info li p {
    width: calc(100% - 10px*16);
}

.sjfx_fwph_info li em {
    display: inline-block;
    width: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

.sjfx_fwph_info li span {
    display: inline-block;
    width: 60px;
    text-align: left;
    margin-left: 20px;
}

.sjfx_fwph_info li span::before {
    margin-right: 5px;
}

.sjfx_fwph_info li i {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 8px;
    background: #eaeaea;
    color: #788490;
    border-radius: 4px;
}

.sjfx_fwph_info li i.one {
    background: #f00;
    color: #fff;
}

.sjfx_fwph_info li i.two {
    background: #ff6300;
    color: #fff;
}

.sjfx_fwph_info li i.three {
    background: #ffa749;
    color: #fff;
}

.sjfx_fwph_info.tjli li i {
    vertical-align: 12px;
}

.ptzbsj {
    height: 263px;
    box-sizing: border-box;
    border: solid 1px #eaeaea;
}

.flow-data {
    display: flex;
    justify-content: left;
    height: 263px;
    flex-wrap: wrap;
}

.flow-data li {
    height: 120px;
    box-sizing: border-box;
    border: solid 1px #eaeaea;
    width: 30%;
    margin: 0 15px 15px 0;
    padding: 15px;
}

.flow-data li i {
    display: block;
    font-size: 24px;
    text-align: center;
    padding-top: 20px;
}

.flow-data li.mgr {
    margin-right: 30%;
}

.flow-tr p {
    max-width: 390px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.flow-tr span {
    font-size: 24px;
}

.yqtx {
    width: 560px;
    min-height: 400px;
    margin: 80px auto;
}

.yqtx .yqtx-tit {
    font-size: 32px;
    color: #1890ff;
}

.yqtx .yqtx-content {
    margin: 20px 0;
    line-height: 24px;
}

.yqtx .yqtx-content p {
    padding-left: 28px;
    margin: 4px 0;
}

.yqtx .yqtx-btn a {
    margin: 0 15px;
}

.yqtx .yqtx-btn a.link6 {
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    border: solid 1px #1890ff;
}

.yqtx .yqtx-btn a.link7 {
    color: #788490;
}

.yqtx .yqtx-btn a.link7:hover {
    border-color: #1890ff;
    color: #1890ff;
}

.sjtjtb-width {
    width: calc(100% - 20px);
}

.tfbd-content {
    background: url(../images/acgtfbd/tsbd_bg.jpg) center top no-repeat;
    background-size: 100% 100%;
}

.tfbd-content .tfbd-box {
    width: 1100px;
    margin: 0 auto;
}

.tfbd-content .tfbd-box img {
    vertical-align: bottom;
}

#videobox {
    width: 640px;
    height: 320px;
    text-align: center;
    background: #001529;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#videobox video {
    max-width: 640px;
    max-height: 320px;
}

.sppf-box {
    display: flex;
    justify-content: left;
}

.sppf-box .sppf-box-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 32px;
}

.sppf-box .sppf-box-info p {
    padding: 10px 20px;
    border: solid 1px #d9d9d9;
    margin: 0 30px 10px 30px;
    border-radius: 4px;
}

.sppf-box .sppf-box-info em {
    color: #1890ff;
}

.sppf-box>div {
    width: 33.33%;
    min-height: 220px;
}

.sppf-box>div .circles_txt_t {
    font-size: 12px;
    color: #788490;
    line-height: 32px;
    margin-top: 64px;
}

.sppf-box>div .circles_txt_c {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-top: 0;
    line-height: 32px;
}

.sppf-box>div .circles_txt_b {
    font-size: 18px;
    color: #f00;
    font-weight: bold;
    margin-top: 0;
    line-height: 32px;
}

.sppf-ul {
    margin-left: 100px;
}

.sppf-ul li {
    line-height: 40px;
}

.sppf-ul li span {
    margin-right: 10px;
}

.sppf-ul li span::before {
    color: #788490;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.sppf-ul li.fred span::before {
    color: #f00;
}

.sppf-ul li.fred p {
    margin-left: 70px;
    color: #788490;
}

.sppf-ul li.fred a {
    color: #1890ff;
}

.laybox {
    padding: 10px;
}

.laybox ul {
    display: flex;
    justify-content: left;
    line-height: 40px;
}

.laybox ul li:last-child {
    width: 100px;
}

.laybox ul li:last-child a {
    color: #1890ff;
    display: inline-block;
    margin: 0 10px;
}

.laybox ul li:last-child a.soldout {
    color: #f00;
}

.laybox ul li:first-child {
    flex: 1;
    margin-right: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sctdppf {
    display: flex;
    justify-content: space-between;
}

.sctdppf .sctdppf-box {
    display: flex;
    justify-content: left;
}

.sctdppf .sctdppf-box p {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sctdppf .sctdppf-box p span {
    display: block;
    line-height: 32px;
}

.sctdppf .sctdppf-box a {
    display: inline-block;
    margin-right: 20px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    margin-top: 15px;
    font-size: 14px;
    color: #1890ff;
    font-weight: normal;
    border: solid 1px #1890ff;
    border-radius: 4px;
    padding: 5px 15px;
    box-sizing: border-box;
    padding: 0 15px;
}

.sctdppf .sctdppf-box a:hover {
    background: #1890ff;
    color: #fff;
}

.shopStatistics {
    display: flex;
    justify-content: space-between;
}

.shopStatistics>div {
    box-sizing: border-box;
    width: 33.33%;
    margin: 0 10px;
}

.shopStatistics>div:nth-child(2) {
    border: solid 1px #f0f0f0;
    min-width: 400px;
}

.shopStics {
    width: 29%;
}

.shopStics>div {
    box-sizing: border-box;
    border: solid 1px #eaeaea;
    margin-bottom: 10px;
    height: 68px;
    line-height: 68px;
    font-size: 14px;
    padding-left: 28px;
}

.shopStics>div:last-child {
    margin-bottom: 0;
}

.dpf_charts {
    height: 300px;
}

.shopInfo {
    border-bottom: none;
    width: 29%;
}

.shopInfo>div {
    border: solid 1px #eaeaea;
    height: 49px;
    line-height: 49px;
    text-align: center;
    margin-top: -1px;
}

.shopInfo>div i {
    position: relative;
    width: 50%;
    display: inline-block;
}

.shopInfo>div i::after {
    position: absolute;
    z-index: 1;
    content: "";
    width: 1px;
    height: 100%;
    background: #eaeaea;
    right: 0;
    top: 0;
}

.shopInfo>div span {
    width: 50%;
    display: inline-block;
    color: #ff6300;
}

.sctdpf-table {
    padding: 0 20px 20px 20px;
}

.sctdpf-table table {
    border: solid 1px #f0f0f0;
}

.imgtips {
    position: relative;
    color: #1890ff;
    line-height: 32px;
}

.imgtips span::before {
    color: #1890ff;
    margin-right: 5px;
}

.imgtips i {
    position: absolute;
    z-index: 1;
    right: 64px;
    bottom: 32px;
    background: #001529;
    padding: 4px;
    display: none;
}

.imgtips:hover i {
    display: block;
}

.template-sx-box {
    display: flex;
    justify-content: left;
    line-height: 32px;
}

.template-sx-box p:first-child {
    width: 100px;
    text-align: right;
}

.template-sx-box p:last-child {
    flex: 1;
}

.template-sx-box p:last-child a {
    display: inline-block;
    margin-right: 20px;
}

.template-sx-box p:last-child a.active {
    color: #1890ff;
}

.template-sx-box p:last-child a:hover {
    color: #1890ff;
}

.template-now {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.template-now img {
    border: solid 5px #1890ff;
}

.template-now p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1890ff;
    color: #fff;
}

.template-now div {
    transition: all 0.3s;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 0;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
}

.template-now div a {
    margin: 8px 10px 0 10px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    background: #1890ff;
    border-radius: 4px;
    padding: 0 20px;
}

.template-now.mobile {
    width: 260px;
}

.template-now.mobile img {
    max-width: 250px;
}

.template-now:hover div {
    transition: all 0.3s;
    height: 45px;
}

.template-box {
    margin-top: 20px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.template-box .template-item {
    position: relative;
    width: 300px;
    margin: 0 20px 20px 0;
}

.template-box .template-item img {
    border: solid 5px #f0f0f0;
}

.template-box .template-item p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f0f0f0;
    color: #788490;
}

.template-box .template-item div {
    transition: all 0.3s;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 0;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
}

.template-box .template-item div a {
    margin: 8px 10px 0 10px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    background: #1890ff;
    border-radius: 4px;
    padding: 0 20px;
}

.template-box .template-item:hover div {
    transition: all 0.3s;
    height: 45px;
}

.template-box.mobile .template-item {
    width: 260px;
}

.template-box.mobile .template-item img {
    max-width: 250px;
}

.template-box.mobile.baidu .template-item {
    overflow: hidden;
}

.template-box.mobile.baidu .template-item div {
    transform: translateY(101%);
    transition: all 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.template-box.mobile.baidu .template-item div em {
    color: #fff;
    display: block;
    text-align: center;
}

.template-box.mobile.baidu .template-item div em img {
    display: block;
    margin: 0 auto;
}

.template-box.mobile.baidu .template-item:hover div {
    transform: translateY(0);
    transition: all 0.3s;
}

.success {
    width: 450px;
    margin: 40px auto;
    text-align: center;
}

.success span {
    text-align: center;
    width: 450px;
    height: 155px;
    display: block;
    margin: 24px 0 0 0;
}

.success span::before {
    color: #1eb4a6;
    font-size: 130px;
}

.success p {
    text-align: center;
    font-size: 24px;
    color: #1eb4a6;
}

.success em {
    line-height: 32px;
    display: block;
}

.success a {
    margin-top: 40px;
}

.success a.block {
    display: block;
    color: #1890ff;
    text-decoration: underline;
}

.success a.block:hover {
    color: #ff6300;
}

.wcj-template-box {
    padding: 0 20px 20px 20px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.wcj-template-box .wcj-template-item {
    border: solid 1px #f0f0f0;
    width: 200px;
    position: relative;
    margin: 0 20px 20px 0;
    cursor: pointer;
    transition: all 0.3s;
}

.wcj-template-box .wcj-template-item img {
    width: 200px;
    height: 200px;
}

.wcj-template-box .wcj-template-item p {
    height: 32px;
    line-height: 32px;
    width: calc(100% - 20px*2);
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

.wcj-template-box .wcj-template-item span {
    visibility: hidden;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
    top: auto;
    bottom: -1px;
    right: 0;
}

.wcj-template-box .wcj-template-item span::before {
    font-size: 30px;
}

.wcj-template-box .wcj-template-item.acitve {
    transition: all 0.3s;
    border-color: #1890ff;
}

.wcj-template-box .wcj-template-item.acitve span {
    visibility: visible !important;
}

.newscene-btn {
    padding-bottom: 20px;
    text-align: center;
}

.titauto {
    text-align: center;
}

.titauto div {
    border: solid 1px #f0f0f0;
}

.titauto p {
    background: #fafafa;
}

.titauto textarea {
    display: block;
    border: 0 !important;
    width: 190px;
    height: 250px;
    padding: 5px 10px;
    line-height: 24px;
    font-size: 14px;
    color: #788490;
    resize: none;
    border-top: solid 1px #f0f0f0;
}

.importadress span {
    display: block;
    width: 120px;
    text-align: center;
}

.importadress span::before {
    font-size: 30px;
    color: #1890ff;
}

.importadress a {
    margin: 5px 0;
    box-sizing: border-box;
    height: 32px;
    border-radius: 4px;
    line-height: 32px;
    width: 120px;
    text-align: center;
    border: solid 1px #f0f0f0;
    display: inline-block;
}

.ucad-box1 {
    height: 723px;
    background: url(../images/ucimg/UC_01.jpg) no-repeat center center;
}

.ucad-box2 {
    height: 555px;
    background: url(../images/ucimg/UC_02.jpg) no-repeat center center;
}

.ucad-box3 {
    height: 504px;
    background: url(../images/ucimg/UC_03.jpg) no-repeat center center;
}

.ucad-box4 {
    height: 1008px;
    background: url(../images/ucimg/UC_04.jpg) no-repeat center center;
}

.ucad-box5 {
    height: 585px;
    background: url(../images/ucimg/UC_05.jpg) no-repeat center center;
}

.ucad-box6 {
    height: 531px;
    background: url(../images/ucimg/UC_06.jpg) no-repeat center center;
}

.ucad-box7 {
    height: 817px;
    background: url(../images/ucimg/UC_07.jpg) no-repeat center center;
}

.ucad-box8 {
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 65px;
    text-align: center;
    padding-top: 10px;
    background: #e6f2ff;
}

.ucad-box8 a {
    display: inline-block;
    width: 199px;
    height: 59px;
    background: url(../images/ucimg/uc-btn.png) no-repeat;
}

.steps-box {
    width: 60%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.steps-box.find-name {
    margin: 0 auto;
    margin-bottom: 20px\9;
}

.steps-box.find-name div {
    float: left\9;
    width: 170px\9;
}

.steps-box.find-pwd {
    margin-bottom: 20px\9;
}

.steps-box.find-pwd div {
    float: left\9;
    width: 128px\9;
}

.pwd i.icon-loginuser {
    /* top: 40px\9; */
    top: 15px\9;
}

.steps-box div {
    position: relative;
    background: #fff;
    margin-top: 20px;
    flex: 1;
}

.steps-box div p {
    padding: 0 10px;
    position: relative;
    z-index: 2;
    background: #fff;
    display: inline-block;
}

.steps-box div span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #fff;
    border-radius: 50%;
    border: solid 1px #f0f0f0;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
    overflow: hidden;
}

.steps-box div:last-child {
    flex: none;
    float: left\9 \0;
}

.steps-box.find-name div:last-child {
    width: 115px\9 \0;
}

.steps-box.find-pwd div:last-child {
    width: 105px\9 \0;
}

.steps-box div::before {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 12px;
    height: 2px;
    content: "";
    width: 100%;
    background: #f0f0f0;
}

.steps-box div.item-finish span {
    background: #1890ff;
    border-color: #1890ff;
    color: #fff;
}

.steps-box div.item-finish::before {
    background: #1890ff;
}

.txtstyle {
    line-height: 32px;
}

.specialbox {
    padding: 40px;
    /* background: #ffffe9; */
}

.specialbox span {
    margin: 0 20px 20px 0;
    display: inline-block;
    vertical-align: middle;
}

.specialbox span[class^="icon"]::before {
    font-size: 40px;
    color: #1890ff;
}

.specialbox em {
    font-size: 24px;
    color: #1890ff;
}

.pay-up {
    display: none;
    width: 60%;
    padding: 20px;
    margin: 0 auto;
}

.pay-up label {
    display: inline-block;
    margin: 0 40px 20px 0;
}

.pay-up label.active span {
    border-color: #1890ff;
}

.pay-up p {
    line-height: 32px;
}

.pay-up table th,
.pay-up table td {
    border: solid 1px #f0f0f0;
}

.pay-up .paybank .pay-wangyin,
.pay-up .paybank .zhifubaoico,
.pay-up .paybank .kuaiqianico {
    margin-left: 0;
    border: none;
}

.pay-up.show {
    display: block;
}

.zhifubaoico,
.wangyinico,
.kuaiqianico,
.weixinico {
    display: inline-block;
    padding: 10px;
    border: solid 1px #f0f0f0;
    background: url(../images/pay-zhifubao.jpg) no-repeat center center;
    width: 126px;
    height: 40px;
    vertical-align: middle;
    margin-left: 15px;
}

.wangyinico {
    background: url(../images/pay-wangyin.jpg) no-repeat center center;
}

.kuaiqianico {
    background: url(../images/pay-kuaiqian.jpg) no-repeat center center;
}

.weixinico {
    background: url(../images/pay-weixin.jpg) no-repeat center center;
}

.pay-btn {
    margin: 40px 0 20px 0;
}

.pay-wangyin {
    display: inline-block;
    width: 144px;
    height: 44px;
    border: solid 1px #f0f0f0;
    vertical-align: middle;
    margin-left: 15px;
    background: url(../images/pay-bank.jpg) no-repeat;
}

.pay-zsyh {
    background-position: -144px 0;
}

.pay-jsyh {
    background-position: -288px 0;
}

.pay-zgyh {
    background-position: -432px 0;
}

.pay-nyyh {
    background-position: 0 -44px;
}

.pay-jtyh {
    background-position: -144px -44px;
}

.pay-pfyh {
    background-position: -280px -44px;
}

.pay-fzyh {
    background-position: -426px -44px;
}

.pay-zxyh {
    background-position: 0 -83px;
}

.pay-xyyh {
    background-position: -288px -83px;
}

.pay-sfzyh {
    background-position: -426px -83px;
}

.pay-msyh {
    background-position: 0 -123px;
}

.pay-hzyh {
    background-position: -144px -123px;
}

.pay-shyh {
    background-position: -280px -123px;
}

.pay-nbyh {
    background-position: -426px -123px;
}

.pay-nsyh {
    background-position: -144px -167px;
}

.pay-gsyhqy {
    background-position: -280px -167px;
}

.pay-jsyhqy {
    background-position: -426px -167px;
}

.pay-pfyhqy {
    background-position: 0 -211px;
}

.pay-nyyhqy {
    background-position: -144px -211px;
}

.pay-fdyh {
    background-position: -286px -211px;
}

.pay-yzcxyh {
    background-position: -426px -211px;
}

.video-showbox {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.video-showbox .video-show-item {
    margin: 0 20px 20px 20px;
    width: 442px;
    height: 333px;
    overflow: hidden;
}

.video-showbox .video-show-item img {
    width: 100%;
    height: 300px;
    transform: translateY(0);
    transition: all 0.3s;
}

.video-showbox .video-show-item p {
    text-align: center;
}

.video-showbox .video-show-item:hover img {
    transition: all 0.3s;
    transform: translateY(-15px);
}

.scancode-layer {
    display: none;
    text-align: center;
}

.scancode-layer img {
    width: 240px;
    height: 240px;
}

.choose-pay-price dl {
    display: flex;
    justify-content: left;
}

.choose-pay-price dt {
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.choose-pay-price dd {
    position: relative;
    vertical-align: middle;
    margin-left: 20px;
    border: solid 1px #f0f0f0;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    overflow: hidden;
}

.choose-pay-price dd span {
    display: none;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
    top: auto;
    right: -1px;
    bottom: -1px;
}

.choose-pay-price dd span::before {
    font-size: 24px;
}

.choose-pay-price dd.active {
    border-color: #1890ff;
}

.choose-pay-price dd.active span {
    display: block;
}

.product-mainimg-box {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.product-mainimg-item {
    border: solid 1px #f0f0f0;
    padding: 5px;
    width: 190px;
    overflow: hidden;
    margin: 0 20px 20px 0;
}

.product-mainimg-item span {
    display: block;
    height: 330px;
    overflow: hidden;
}

.product-mainimg-item img {
    width: 190px;
}

.product-mainimg-item p {
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.product-mainimg-item p a {
    height: 24px;
    line-height: 24px;
    padding: 2px 7px;
    margin: 0 4px;
}

.product-mainimg-item p a.link7:hover {
    background: #f00;
    color: #fff;
    border-color: #f00;
}

.product-detail-template {
    border: solid 1px #f0f0f0;
    padding: 5px;
    width: 190px;
    overflow: hidden;
    margin: 0 20px 20px 0;
}

.product-detail-template a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.product-detail-template a span::before {
    font-size: 96px;
    color: #788490;
}

.product-detail-template a:hover span::before {
    color: #1890ff;
}

.product-detail-template em {
    display: block;
}

.productmainimg-add {
    border: solid 1px #f0f0f0;
    padding: 5px;
    width: 190px;
    overflow: hidden;
    margin: 0 20px 20px 0;
}

.productmainimg-add a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.productmainimg-add a span::before {
    font-size: 96px;
    color: #788490;
}

.productmainimg-add a:hover span::before {
    color: #1890ff;
}

.productmainimg-add em {
    display: block;
}

.table_txImg {
    width: 32px;
    height: 32px;
}

.layer-tabs ul {
    display: flex;
    justify-content: left;
    justify-items: center;
    overflow: hidden;
    margin-bottom: 15px;
}

.layer-tabs li {
    line-height: 24px;
    padding: 4px 11px;
    border: solid 1px #f0f0f0;
    cursor: pointer;
    transition: all 0.3s;
    color: #788490;
}

.layer-tabs li.active {
    transition: all 0.3s;
    border-color: #1890ff;
    color: #1890ff;
}

.layer-tabs>section {
    display: none;
}

.layer-tabs>section.show {
    display: block;
}

.txtrow {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #1890ff !important;
    background-color: #1890ff;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #1890ff;
}

.imginfo th .layui-table-cell {
    height: 40px;
    line-height: 40px;
}

.imginfo td .layui-table-cell {
    height: 40px;
    line-height: 40px;
}

.layui-table-cell img {
    max-width: 40px;
    max-height: 40px;
}

.operation a {
    display: inline-block;
    font-size: 14px;
    color: #1890ff;
    font-weight: normal;
    margin-right: 10px;
    line-height: 24px;
}

.operation a:hover {
    font-size: 14px;
    color: #ff6300;
    font-weight: normal;
}

.tablebox table th,
.tablebox table td,
table .operation a,
table .operation a:hover {
    font-size: 12px;
}

.operation a.disabled {
    color: #788490;
}

.layui-body {
    overflow-y: scroll;
}

.tabs-main>div {
    display: flex;
    justify-content: left;
    justify-content: center;
    display: none;
    padding: 20px;
}

.tabs-main>div dl {
    padding-left: 40px;
}

.tabs-main>div dt {
    font-size: 24px;
    color: #1890ff;
    margin-bottom: 20px;
}

.tabs-main>div dd {
    line-height: 40px;
    padding-left: 40px;
}

.tabs-main>div .pcbg {
    background: url(../images/dwjz_info_bbg2.png) no-repeat;
    width: 372px;
    height: 346px;
    overflow: hidden;
    padding: 19px 0 0 41px;
}

.tabs-main>div .pcbg img {
    width: 350px;
    height: 203px;
}

.tabs-main>div .cellphonebg {
    background: url(../images/dwjz_info_sbg.png) no-repeat;
    width: 276px;
    height: 555px;
    overflow: hidden;
    padding: 68px 0 0 12px;
}

.tabs-main>div .cellphonebg img {
    width: 255px;
    height: 426px;
}

.tabs-main>div.show {
    display: flex;
}

.tabs-main .steps-box {
    width: 85%;
}

.switch {
    box-sizing: border-box;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    background: #d9d9d9;
    border: none;
    text-align: left;
    transition: all 0.3s;
    cursor: pointer;
}

.switch::before {
    width: 16px;
    height: 16px;
    content: "";
    background: #fff;
    border-radius: 8px;
    display: inline-block;
    transform: translate(2px, 2px);
    transition: all 0.3s;
}

.switch.checked {
    transition: all 0.3s;
    background: #1890ff;
}

.switch.checked::before {
    transform: translate(22px, 2px);
    transition: all 0.3s;
}

.choose-cosplay-box {
    margin-top: 20px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.choose-cosplay-box dl {
    position: relative;
    box-sizing: border-box;
    border: solid 1px #d9d9d9;
    padding: 20px;
    margin: 0 20px 20px 0;
    width: 29%;
    transition: all 0.3s;
    cursor: pointer;
    overflow: hidden;
}

.choose-cosplay-box dl::before {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
    right: -1px;
    top: auto;
    bottom: -1px;
    font-size: 40px;
    visibility: hidden;
}

.choose-cosplay-box dl.active {
    border-color: #1890ff;
}

.choose-cosplay-box dl.active::before {
    visibility: visible;
}

.choose-cosplay-box dt {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.choose-cosplay-box dl:hover {
    transition: all 0.3s;
    border-color: #1890ff;
}

.choose-cosplay-box dd {
    line-height: 24px;
}

.choose-model {
    display: flex;
    justify-content: left;
}

.choose-model article {
    position: relative;
    margin-right: 20px;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    cursor: pointer;
}

.choose-model article span {
    display: none;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 112px;
    height: 112px;
    z-index: 1;
    top: 50%;
    right: auto;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    line-height: 112px;
}

.choose-model article.active span,
.choose-model article:hover span {
    display: block;
}

.explain {
    padding: 20px;
}

.explain p {
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.referral-code {
    background: #ff6300;
    color: #fff;
    padding: 4px 12px;
    margin-right: 10px;
    border-radius: 4px;
}

.mask {
    position: relative;
}

.mask::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.01);
}

.index-recommend .fgray {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.service-personal .link1:hover {
    border-color: #ff6300;
    color: #ff6300;
}

.service-personal .extrude {
    color: #1890ff;
    font-size: 24px;
    vertical-align: sub;
    margin: 0 20px;
}

.service-personal .icon-qq {
    position: relative;
}

.service-personal .icon-qq::before,
.service-personal .icon-weixin::before {
    margin-right: 4px;
    color: #1890ff;
}

.service-personal a.icon-qq:hover::before,
.service-personal .icon-weixin:hover::before {
    color: #ff6300;
}

.service-personal .wx-add-friend {
    position: relative;
    cursor: pointer;
}

.service-personal .wx-add-friend i {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 118px;
    display: none;
}

.service-personal .wx-add-friend i img {
    max-width: 200px;
    border: solid 1px #ff6300;
}

.service-personal .wx-add-friend:hover i {
    display: block;
}

.tabstit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tabstit li {
    cursor: pointer;
    padding: 10px 0;
}

.tabstit li::before {
    border: solid 1px #ece2cc;
    border-radius: 2px;
    padding: 2px;
    display: inline-block;
    color: #fff;
    margin-right: 4px;
}

.tabstit li.on::before {
    color: #1890ff;
    border-color: #1890ff;
}

.tabstit li.on {
    color: #1890ff;
    border-color: #1890ff;
}

.integral {
    font-size: 24px;
    vertical-align: sub;
}

.fs12 {
    font-size: 12px;
    margin-left: 15px;
}

.account {
    display: flex;
    justify-content: left;
}

.account>div {
    margin-right: 20px;
}

#chartbox {
    height: 400px;
    width: 100%;
    margin: 0 auto;
}

.fixed_right {
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 99;
}

/* 2022-08-16 */
.index-zskf-box {
    display: flex;
}

.index-zskf-img {
    background: #fff url(../images/kf-sprite.png) bottom center no-repeat;
    background-position: -169px 5px;
    height: 114px;
    width: 70px;
    margin: 35px 0 0 20px;
}

.index-zskf-info {
    margin: 20px 20px 10px 20px;
    flex: 1;
}

.index-zskf-info img {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    max-width: 120px;
    max-height: 120px;
    border: solid 1px #e6e6e6;
}

.index-zskf-info .zskf-wchat img {
    left: 76px;
}

.index-zskf-info .zskf_gzh img {
    left: -132px;
    top: -66px;
}

.index-zskf-info .zskf-wchat:hover img, .index-zskf-info .zskf_gzh:hover img {
    display: block;
}

.index-zskf-info ul {
    display: flex;
    line-height: 30px;
}

.index-zskf-info ul li {
    position: relative;
}

.index-zskf-info ul li:nth-child(2) {
    margin-left: 40px;
}

.index-zskf-info i {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    margin: 0 6px 0px 0;
    background: #fff url(../images/kf-sprite.png) center center no-repeat;
}

.index-zskf-info i.i_wchat {
    background-position: -42px 0px;
}

.index-zskf-info i.i_phone {
    background-position: -65px 0px;
}

.index-zskf-info i.i_gzh {
    background-position: -116px 0px;
}

.index-zskf-info i.i_qq {
    background-position: -142px 0px;
}

.index-zskf-info a {
    color: #0189ff;
}

/* 2022-08-16 end */
.index_acivity_content {
    padding: 20px;
}

.index_acivity_content .index_acivity_tips {
    text-indent: 2em;
    line-height: 20px;
    letter-spacing: 0.6px;
}

.index_acivity_content .now_go {
    padding: 4px 10px;
    display: block;
    float: right;
    border-radius: 4px;
    color: #fff;
    background: #1890ff;
    margin: 10px 0;
}

.index_acivity_content .now_go:hover {
    color: #1890ff;
    background: #fff;
    border: 1px solid #1890ff;
    padding: 3px 9px;
}

.indexActivity {
    display: none;
}

#indexLayerActivity+.layui-layer-setwin .layui-layer-ico {
    background: url(../images/kf-sprite.png) center center no-repeat;
    background-position: 0 -25px;
}

.cke.cke_reset_all {
    z-index: 10000000000 !important;
}

.current_red {
    color: #F83C3C;
}

.current_state {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 5px;
}

.current_state_inquiry {
    background: #1EAC07;
}

.current_state_select {
    background: #0189FF;
}

.current_state_over {
    background: #F83C3C;
}

.current_state_gray {
    background: #d9d9d9
}

.current_state_orange {
    background: #F9AB31
}

.layui-table td,
.layui-table th {
    text-align: center;
}


/*.table_price_box tr {
    border-bottom: 0;
    border-top: 1px dashed #c0c0c0;
}*/


/*.table_price_box tr:first-child {
    border-top-style: solid;
    border-top-color: #E6E6E6;
}*/

.table_price_box table {
    /*border: 1px solid #E6E6E6;*/
    table-layout: fixed;
}

.table_price_box table th,
.table_price_box table td {
    box-sizing: border-box;
    width: 80px;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    overflow: hidden;
}

.table_price_box table td:first-child .txtBlue {
    font-size: 14px;
}

.left-main .table_price_box {
    padding: 16px 20px 18px;
}

.left-main .table_price_box table th {
    /*padding: 15.5px 8px;*/
    background-color: #f3f3f3;
    /*width: 100px !important;*/
}

.left-main .table_price_box table .table_do {
    width: 70px !important;
}

.left-main .table_price_box table td.table_do {
    width: 50px !important;
}

.table_price_box table .table_proname {
    width: 200px !important;
}

.left-main .table_price_box table .table_proname {
    width: 200px !important;
}

.left-main .table_price_box table td.table_proname {
    width: 155px !important;
}

.table_price_box table th.type {
    width: 30px !important;
}

.table_price_box table td.type {
    width: 20px !important;
}

.table_price_box table .table_do {
    width: 50px !important;
}

.table_price_box table .table_content {
    width: 100px !important;
}


/*.left-main .table_price_box table td {
    padding: 4px 8px;
    height: 48px;
}*/

.table_price_box table td .text_line_clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.table_price_box table td .td_name {
    display: inline-block;
    width: 50px;
}

.table_price_box table td .icon-agency,
.table_price_box table td .icon-purchase {
    /* position: absolute;
    z-index: 1;
    top: 0;
    left: 0; */
    font-size: 24px;
    vertical-align: sub;
}

.table_price_box table td .icon-urgent {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/urgent.png) no-repeat;
}

.layui-table,
.layui-table-view {
    margin-top: 0px;
}

.table_price_box .form-item .form-content article.submit input {
    height: 44px;
    padding: 0 50px;
    font-size: 16px;
}

.table_price_box .form-item .form-content textarea {
    height: 260px;
}

.left-main .table_price_box table {
    table-layout: fixed;
}

.left-main .table_price_box table .sub_table>td {
    padding: 12px 8px;
}

.fix_thead {
    position: relative;
}

.straight_info {
    margin-top: -1px;
    /* height: 528px; */
    height: 1111px;
    overflow: hidden;
    border: 1px solid #E6E6E6;
    border-top: 0 none;
}

.straight_info_today {
    border: 0 none;
    height: 734px;
    margin: 0;
    overflow: hidden;
}

.left-main .straight_info_today {
    height: 1150px;
}

.straight_info_today_box::after {
    content: " ";
    clear: both;
}

.straight_info_today_item {
    border: 1px dashed #AFD6ED;
    padding: 10px 11px;
    height: fit-content;
    width: calc((100% - 40px)/3);
    box-sizing: border-box;
    margin: 0 20px 15px 0;
    float: left;
    line-height: 23px;
}

.straight_info_today_item:hover {
    background-color: #FFF4F4;
    border: 1px dashed #FF9191
}

.straight_info_today_item:nth-child(3n) {
    float: right;
    margin: 0;
}

.straight_info_today_item .redT {
    color: #ff0000;
}

.straight_info_today_item .fr {
    float: right;
}

.table_price_box .straight_info tr {
    border-bottom: 1px dashed #c0c0c0;
}

.table_price_box .straight_info table {
    border: 0 none;
}

.table_price_box tr:hover td {
    background: #f8f8f8;
}

.table_price_box .sub_table {
    display: none;
    background-color: #FFFEF0;
}

.table_price_box .sub_table>td {
    position: relative;
}

.table_price_box .sub_table>td::after {
    content: " ";
    position: absolute;
    border-color: transparent transparent #E6E6E6 transparent;
    border-style: solid;
    border-width: 10px;
    top: -8px;
    left: 20px;
}

.table_price_box .sub_table .sub_table_title {
    background: #F2F2F2;
    border-bottom: 1px solid #E6E6E6;
    height: 34px;
    line-height: 34px;
    padding: 0 16px;
}

.table_price_box .sub_table .sub_table_title .fr {
    float: right;
}

.table_price_box .sub_table .sub_inf_box {
    border: 1px solid #E6E6E6;
}

.table_price_box .sub_table .sub_inf_box .sub_inf_content_box {
    background: #fff;
    padding: 10px;
}

.order_detail_inf .border_box,
.table_price_box .sub_table .sub_inf_box .sub_inf_content_box select,
.table_price_box .sub_table .sub_inf_box .sub_inf_content_box .border_box {
    border: 1px solid #E6E6E6;
    padding: 0 11px;
    margin-right: 20px;
    box-sizing: border-box;
    height: 32px;
    font-size: 14px;
    display: inline-block;
    line-height: 32px;
}

.table_price_box .sub_table .sub_inf_box .sub_inf_content_box .inf_remark {
    margin: 10px 0;
}

.table_price_box .sub_table .sub_inf_box input {
    border: 1px solid #E6E6E6;
    padding: 7px 11px;
    width: 75%;
}

.order_detail_inf .submit_offer_btn,
.table_price_box .sub_table .sub_inf_box .submit_offer_btn {
    background: #FF5454;
    border-radius: 2px;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin: 10px auto;
    display: inline-block;
    border: 0 none;
}

.order_detail_inf .submit_offer_btn:hover,
.table_price_box .sub_table .sub_inf_box .submit_offer_btn:hover {
    opacity: 0.8;
}

.order_detail_inf .flexLsaBl {
    border: 1px solid #e2e2e2;
    border-bottom: 0 none;
}

.order_detail_inf .flexLsaBl .form-item {
    border: 0 none;
}

.order_detail_inf .form-item {
    font-size: 12px;
    height: 46px;
    box-sizing: border-box;
    margin: 0;
    border-bottom: 0 none;
}

.order_detail_inf .form-item .form-content.form-content_widthauto {
    width: 60%;
}

.order_detail_inf .form-item.form-item_heightauto {
    height: auto;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
}

.order_detail_inf .form-item.form-item_heightauto .form-content {
    width: calc(90% - 63px);
}

.order_detail_inf .form-item.form-item_heightauto .form-content textarea {
    width: 100%;
}

.order_detail_inf .form-item .form-content,
.order_detail_inf .form-item .form-lable {
    padding: 7px 15px;
}

.order_detail_inf table tr {
    border: 1px solid #e2e2e2;
    border-bottom: 0 none;
}

.order_detail_inf .flexLsaBl .form-item.wb50:last-child {
    border-left: 1px solid #e2e2e2;
}

.order_detail_inf table th {
    border-top: 1px solid #e2e2e2;
}

.order_detail_inf table th,
.order_detail_inf table td {
    height: 21px;
    width: 50px;
    border-right: 1px solid #e2e2e2;
}

.order_detail_inf table td {
    padding: 12px 8px;
}

.order_detail_inf table td .tdlink1 {
    margin-right: 0;
}

.order_detail_inf table td input {
    box-sizing: border-box;
    min-height: 32px;
    width: 100%;
    font-size: 14px;
    transition: all 0.3s;
    background: #fff;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    padding: 4px 11px;
}

.table_price_box .sub_table table th,
.table_price_box .sub_table table td {
    border: 1px solid #E6E6E6;
}

.table_price_box .sub_table table th {
    background: #FAFAFA;
    border-top: 0 none;
}

.table_price_box .sub_table table td {
    background-color: #fff;
}

.table_price_box .sub_table i.icon-excel,
.table_price_box .sub_table i.icon-word,
.table_price_box .sub_table i.icon-pdf,
.table_price_box .sub_table i.icon-ppt,
.table_price_box .sub_table i.icon-txt,
.table_price_box .sub_table i.icon-png,
.table_price_box .sub_table i.icon-jpeg,
.table_price_box .sub_table i.icon-upload {
    font-size: 20px;
    margin-left: 5px;
    vertical-align: text-bottom;
}

.order_detail_inf i.icon-prompt,
.table_price_box .sub_table i.icon-prompt {
    color: #0189FF;
    font-size: 20px;
    margin-left: -10px;
    margin-right: 20px;
    vertical-align: sub;
    display: inline-block;
}

.table_price_box .sub_table .upload_file_list {
    padding: 0;
}

.table_price_box .sub_table .upload_file_list .upload_file_list_item {
    margin: 10px 10px 10px 0;
    display: inline-block;
}

.order_detail_inf .upload_file_list_item a,
.table_price_box .sub_table .upload_file_list .upload_file_list_item a {
    color: #1890ff;
    /* vertical-align: middle; */
}

.order_detail_inf .upload_file_list_item a:hover,
.table_price_box .sub_table .upload_file_list .upload_file_list_item a:hover {
    opacity: 0.8;
}

.order_detail_inf .upload_file_list_item a span,
.table_price_box .sub_table .upload_file_list .upload_file_list_item a span {
    display: inline-block;
    max-width: 140px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: bottom;
}

.main .order_detail_inf .form-item .form-content.form_title {
    width: 100%;
}

.order_detail_inf .fr {
    float: right;
}

.table_price_box .sub_table a.file_name {
    display: inline-block;
    max-width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.table_price_box .sub_table .upload_file_list .layui-btn {
    margin-right: 10px;
}

.table_price_box .icon-process {
    font-size: 12px !important;
    margin-right: 5px;
}

.table_price_box .way_btn {
    color: #0189FF;
    border-color: #0189FF;
}

.table_price_box .offer_btn {
    background-color: #ff5722;
}

.table_price_box .offer_btn_view {
    background-color: #0189FF;
    padding: 0 11px;
}

.table_price_box .offer_btn_open {
    background-color: #14BCAC;
}

.tips_box {
    color: #666;
}

.tips_box .tips_box_item {
    display: block;
    margin: 0;
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
    position: relative;
}

.tips_box .tips_box_item b {
    height: 130%;
    width: 1px;
    overflow: hidden;
    background: #EBEBEB;
    position: absolute;
    left: 16.5px;
    top: 14px;
}

.tips_box .tips_box_item i {
    position: absolute;
    border: 1px solid #0189FF;
    border-radius: 50%;
    left: 10px;
    top: 4px;
    width: 12px;
    height: 12px;
}

.tips_box .tips_box_item i::before {
    content: " ";
    width: 8px;
    height: 8px;
    display: block;
    background: #0189FF;
    border-radius: 50%;
    position: relative;
    left: 2px;
    top: 2px;
}

.tips_box .tips_box_item span,
.tips_box .tips_box_item em {
    margin: 0 0 0px 24px;
    width: 90px;
    display: inline-block;
    text-align: left;
}

.tips_box .tips_box_item em {
    text-align: center;
    color: #888888;
}

.custom_submit_btn {
    background-color: #0189FF;
}

.custom_delete_btn {
    background-color: #FC5050
}

.custom_defalut_btn {
    background-color: #43A521
}

.update_contact {
    padding: 20px;
    display: none;
}

.layui-layer-content .update_contact .form-item .form-lable {
    width: 29% !important;
}

.flexLsaBl .form-item.wb50:last-child {
    border-left: 0 none;
}

.flexLsaBl .form-item.wb50 input,
.flexLsaBl .form-item.wb50 select {
    height: 32px;
    overflow: auto;
}

.fyellow {
    color: #D9874A
}

.form-item .form-lable.wb10 {
    width: 10%;
}

.form-item.form_btn,
.form-item.form_btn .form-lable {
    background: transparent;
    border: 0 none;
}

.articleupload.upload_file_list .uploadimg i {
    font-size: 50px;
}

.articleupload.upload_file_list .uploadimg a {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

.tabBox.tabtit {
    font-size: 0;
    background-color: #f9f9f9;
    border: 0 none;
    padding: 12px 0 0;
}

.tabBox.tabtit a {
    background-color: #e6e6e6;
    font-size: 14px;
    border-bottom: 0 none;
    padding: 10px 24px;
    margin: 0 10px 0 0;
    box-sizing: border-box;
    border-radius: 6px 6px 0 0;
}

.tabBox.tabtit a:hover {
    opacity: 1;
    color: #1890ff;
}

.tabBox.tabtit a.active {
    color: #fff;
    background-color: #1890ff;
}

.tabBox+.tabs-main>div {
    padding: 0;
    /* border: solid 1px #f0f0f0; */
}

.tabBox+.tabs-main>div th {
    background-color: #f7fcff;
    padding: 10px 8px;
}




/* 20221105新增头部菜单样式 */
header .logo {
    align-items: center;
}

header .logo .hello {
    font-size: 12px;
    color: #fff;
    margin-left: 10px;
}

.header-menu {
    /* position: fixed; */
    top: 64px;
    left: 0;
    right: 0;
    width: 100%;
    height: 64px;
    background-color: #fff;
    z-index: 999;
}

.header-menu .menu {
    display: flex;
    position: relative;
    width: 1400px;
    height: 64px;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}

.header-menu .menu a {
    display: flex;
    width: 125px;
    height: 64px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #304290;
    position: relative;
    /* margin-right: 54px; */
}

.header-menu .menu a::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
}

#home::before {
    content: "";
    background-image: url(../images/index1029/home_default.png);
}

#jstg::before {
    content: "";
    background-image: url(../images/index1029/jstg.png);
}
#alhxt::before {
    content: "";
    background-image: url(../images/index1029/alhxt.png);
}
#dhxgff::before {
		content: "";
		background-image: url(../images/index1029/tel_default.png);
}
#zssj::before {
    content: "";
    background-image: url(../images/index1029/zssj.png);
}
#wmtg::before {
    content: "";
    background-image: url(../images/index1029/wmtg.png);
}

#double11::before {
    content: "";
    background-image: url(../images/index1029/double11.png);
}

#yxmall::before {
    content: "";
    background-image: url(../images/index1029/slyx.png);
}

#dyy::before {
    content: "";
    background-image: url(../images/index1029/daiyunying.png);
}
#znt::before {
  content: "";
  background-image: url(../images/index1029/znt.png);
}
#znt>i{
  position:absolute;
  right:-2px;
  top:14px;
  display:block;
  width:22px;
  height:18px;
  background:url(../images/new.gif) no-repeat;
  pointer-events: none;
}

#xst::before {
  content: "";
  background-image: url(../images/index1029/xst.png);
}
#cpxs::before,
#sccp::before {
    content: "";
    background-image: url(../images/index1029/products_default.png);
}

#yctb::before {
    content: "";
    background-image: url(../images/index1029/trading_default.png);
}

#nbcg::before {
    content: "";
    background-image: url(../images/index1029/nbcg.png);
}

#ddt::before {
    content: "";
    background-image: url(../images/index1029/ddt_default.png);
}

#cwgl::before {
    content: "";
    background-image: url(../images/index1029/financial_default.png);
}

#sz::before {
    content: "";
    background-image: url(../images/index1029/account_default.png);
}

.active-line {
    position: absolute;
    width: 125px;
    height: 3px;
    border-radius: 1.5px;
    bottom: 0;
    background-color: #304290;
    transition: all 0.5s;
}

/* 20221105新增头部菜单样式 */

/* jstg.css部分 */
.fw {
    color: #333;
    font-weight: bold;
}

.active-line {
    left: 168px;
}

section.main.new-main {
    /* margin-top: 64px !important; */
}

.platforms {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 20px;
    width: 1400px;
}

.platforms .platform {
    position: relative;
    flex: 0 1 216px;
    height: 120px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding: 17px 22px;
    box-sizing: border-box;
    cursor: pointer;
}

.platforms .platform img {
    height: 20px;
    width: auto;
}

.platforms .platform .active-img {
    display: none;
}

.platforms .platform:hover {
    color: #fff;
    background: #0076FF;
    border: 1px solid #0076FF;
}

.platforms .platform:hover p {
    color: #fff;
}

.platforms .platform.active {
    color: #fff;
    background: #0076FF;
    border: 1px solid #0076FF;
}

.platforms .platform.active .platform-img {
    display: none;
}

.platforms .platform.active .active-img {
    display: inline-block;
}

.platforms .platform.active p {
    color: #fff;
}

.platforms .platform p i:before {
    color: #2C2C2C;
    margin-right: 4px;
    font-size: 16px;
}

.platforms .platform.active::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 0;
    bottom: -20px;
    left: 50%;
    margin-left: -11px;
    border: 11px solid #0076FF;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    z-index: 9;
}

.platforms .platform:hover .platform-img {
    display: none;
}

.platforms .platform:hover .active-img {
    display: inline-block;
}

.platforms .platform .name {
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 28px;
}

.platforms .platform .desc {
    font-size: 12px;
    color: #888;
    line-height: 18px;
}

.build-content {
    display: block;
    background: #FFFFFF;
    width: 1400px;
    margin: 0 auto;
    background-color: #fff;
}

.build-content.build-content-no-card {
    margin-top: 20px !important;
}

.build-content .side-menu {
    background: #FFFFFF;
    width: 175px;
    border: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    float: left;
}

.build-content .side-menu .title {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    padding: 10px;

}

.build-content .side-menu .important {
    background-color: #FFF8F8;
}

.build-content .side-menu .title i {
    margin-right: 8px;
}

.build-content .side-menu .title a i:before,
.build-content .side-menu .title a {
    color: #555555;
}

.build-content .side-menu .title a {
    font-weight: bold;
}

.build-content .side-menu .item-content a:hover,
.build-content .side-menu .title:hover a,
.build-content .side-menu .title.active a i:before,
.build-content .side-menu .title.active a {
    color: #0076FF;
}

.build-content .side-menu .title.active {
    position: relative;
}

.build-content .side-menu .title.active:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid #E6E6E6;
}

.build-content .side-menu .title.active:after {
    content: " ";
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid #fff;
}

.build-content .side-menu .title.active.notriangle:before,
.build-content .side-menu .title.active.notriangle:after {
    display: none;
}

.build-content .side-menu .borderbd {
    border-bottom: 1px dashed #e6e6e6;
}

.build-content .side-menu .item-content {
    padding: 0 10px;
}

.build-content .side-menu .item-content a:nth-child(odd) {
    margin-right: 6px;
}

.build-content .side-menu .item-content a {
    display: inline-block;
    width: 72px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    color: #888888;
}

.build-content .side-menu .item-content a.active {
    color: #0076FF;
}

.content-main {
    width: 1224px;
    padding: 22px 20px;
    background-color: #fff;
    box-sizing: border-box;
}

.content-main .tit {
    font-size: 15px;
    color: #555555;
    margin-bottom: 15px;
    border: none;
}

.platform-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    padding: 20px;
    background-color: #F8F8F8;
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow-x: auto;
}

.platform-list::-webkit-scrollbar {
    height: 5px;
}

.platform-list .platform-detail {
    flex: 1;
    height: 140px;
    padding: 18px 20px 11px;
    margin-right: 19px;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    min-width: 150px;
}

.platform-list .platform-detail.setting-open-box:hover {
    border-color: #0189ff;
}

.platform-list .platform-detail:last-of-type {
    margin-right: 0;
}

.platform-list .platform-detail .tit {
    font-size: 18px;
    color: #555555;
    margin-bottom: 10px;
}

.platform-list .platform-detail .name {
    font-size: 15px;
    color: #555;
    margin-bottom: 4px;
}

.platform-list .platform-detail .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
    height: auto;
    max-height: 36px;
    line-height: 18px;
}

.platform-list .platform-detail .setting {
    display: inline-block;
    width: 92px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    background-color: #0076FF;
    border-radius: 4px;
    border: none;
    text-align: center;

}

/* .platform-list .platform-detail.active .setting:hover {
    background-color: #fff;
} */

.platform-list .platform-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 10px;
    font-size: 15px;
    overflow: hidden;
    z-index: 2;
}

/*  */

.platform-list .platform-detail .hasopen {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.platform-list .platform-detail:last-of-type {
    margin-right: 0;
}

.platform-list .platform-detail {
    height: 60px;
    padding: 0 20px;
}

.platform-list .platform-detail .setting {
    height: 21px;
    line-height: 21px;
    width: 66px;
    font-size: 12px;
    color: #005AC3;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s cubic-bezier(0.45, 0, 0.55, 1);
    transition: all 0.4s cubic-bezier(0.45, 0, 0.55, 1);
}

.platform-list .platform-detail .name {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s cubic-bezier(0.45, 0, 0.55, 1);
    transition: all 0.4s cubic-bezier(0.45, 0, 0.55, 1);
}

.platform-list .platform-detail.setting-open-box:hover {
    color: #fff;
    background-color: #0076FF;
    -webkit-transition: all 0.4s cubic-bezier(0.45, 0, 0.55, 1);
    transition: all 0.4s cubic-bezier(0.45, 0, 0.55, 1);
}

.platform-list .platform-detail.setting-open-box:hover .name {
    margin-bottom: 4px;
    color: #fff;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.platform-list .platform-detail.setting-open-box:hover .fw {
    color: #fff;
}

.platform-list .platform-detail.setting-open-box:hover .hasopen {
    display: none;
}

.platform-list .platform-detail.setting-open-box:hover .setting {
    display: block;
    margin: 0 auto;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

}

.platform-list .platform-detail.setting-open-box .setting:hover {
    background-color: #e6e6e6;
}

/*  */

.content-desc {
    position: relative;
    background-color: #E5F1FF;
    padding: 20px 0 20px 52px;
    box-sizing: border-box;
}

.content-desc .icon-hint {
    position: absolute;
    left: 25px;
    top: 20px;
}

.content-desc .line-1 {
    margin-bottom: 19px;
}

.content-desc .icon-hint::before {
    font-size: 20px;
    color: #0189ff;
}

.content-desc .link {
    color: #0189ff;
}

.content-desc .mark+.icon-hint {
    top: 24px;
}

.content-desc .mark {
    padding-right: 20px;
    line-height: 26px;
}

.main .search-box {
    margin-bottom: 27px;
}

.main .search-box section {
    display: flex;
    flex-wrap: wrap;
    margin-top: 23px;
}

.main .search-box section article {
    margin-right: 20px;
    margin-bottom: 10px;
}

.main .search-box section article div input, .main .search-box section article div select {
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    height: 38px;
    min-height: 38px;
    min-width: 208px;
    font-size: 14px;
    transition: all 0.3s;
    border-radius: 2px;
    border: solid 1px #e6e6e6;
    padding: 4px 11px;
    border-radius: 0 3px 3px 0;
    color: #888;
}

.main .search-box section .btn-primary {
    border: 1px solid #0076FF;
    width: 72px;
    height: 42px;
    background: #FFFFFF;
    color: #0076FF;
    border-radius: 3px;
}

.main .search-box section .btn-gray {
    border: 1px solid #C3C6CF;
    width: 72px;
    height: 42px;
    background: #FFFFFF;
    color: #888;
    border-radius: 3px;
}

.main .search-box section .btn {
    height: 38px;
}

.main .search-box section .btn:hover {
    color: #fff;
    background-color: #0076ff;
    border-color: #0076FF;
    cursor: pointer;
}

.table-tit {
    font-size: 14px;
    color: #999;
    margin-bottom: 22px;
}

.product-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.layui-table-cell .product-img {
    max-width: 80px;
    width: auto;
    max-height: 80px;
    height: auto;
}

.layui-table-view .layui-table[lay-size=lg] td .layui-table-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.layui-table-view .layui-table[lay-size=lg] td[data-field="cpxx"] .layui-table-cell,
.layui-table-view .layui-table[lay-size=lg] td[data-field="dd"] .layui-table-cell {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.product-name,
.product-type,
.product-price {
    line-height: 20px;
    text-align: left;
    width: 100%;
}

.product-price {
    margin-top: 20px;
    color: #ED1C24;
}

.item-label {
    display: inline-block;
    width: 130px;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    text-align: right;
    margin-right: 5px;
}

.item-value {
    display: inline-block;
    width: 100px;
    font-size: 12px;
    color: #555;
    line-height: 20px;
    text-align: left;
}

.item-value.weitongbu {
    color: #D39340;
}

td[data-field="dd"] .layui-table-cell div {
    line-height: 20px;
}

.edit-btn {
    padding: 8px 20px;
    color: #fff;
    background-color: #0076FF;
    border: 1px solid #0076FF;
    border-radius: 4px;
    box-sizing: border-box;
}

.cz-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    line-height: 1;
}

.cz-btn div {
    margin-top: 5px;
    line-height: 20px;
}

.edit-btn:hover {
    color: #fff;
    background-color: #0189ff;
    border: 1px solid #0189ff;
}

.xiajia {
    font-size: 12px;
    line-height: 20px;
}

.xiajia a {
    color: #E7650E;
}

.xiajia a:hover,
.tongbu a:hover {
    color: #f00;
}

.tongbu a {
    color: #0076FF;
}

.pf .icon-pj:before {
    color: #0076FF;
}

.pf .no-pf.icon-pj:before {
    color: #CECECE;
}

.bottom-item {
    display: flex;
    justify-content: space-between;
}

.page {
    border-top: none;
    margin-top: 0;
}

.fb {
    float: right;
    right: 0;
}

.customer-code {
    padding: 30px 0;
    text-align: center;
    line-height: 24px;
}

.customer-code .code-box {
    width: 160px;
    height: 160px;
    margin: 24px auto 0;
    background: url(../images/index/miniprogrem-bg.png) top center no-repeat;
    line-height: 164px;
    background-size: contain;
}

.customer-code .code-box img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.search-box article {
    display: flex;
}

.search-box .label {
    background: #f4f4f4;
    height: 38px;
    border: solid 1px #e6e6e6;
    border-right: none;
    box-sizing: border-box;
    padding: 0 8px;
    color: #333;
    border-radius: 3px 0 0 3px;
    width: 120px;
    line-height: 38px;
    text-align: center;
}

.search-box .label+div * {
    border-left: 0 none !important;
}

.icon-question {
    display: inline-block;
    width: 20px;
    height: 14px;
}

/* jstg.css */
.purchasingConsortiaTabs .cgxyznzs{
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items:center;
  gap:20px;
}
.purchasingConsortiaTabs .cgxyznzs>p{
  width:980px;
  height:754px;
  position: relative;
  background:url(../images/cgxyznzs-img2.jpg) no-repeat;
}
.purchasingConsortiaTabs .cgxyznzs a{
  width:232px;
  height:56px;
  background:url(../images/cgxyznzs-img3.png) no-repeat;
  display: block;
  position:absolute;
  z-index:1;
  left:50%;
  bottom:80px;
  transform:translateX(-116px);
}
.agxyznzs-box{
    display:none;
}
    .agxyznzs-box.current{
        display:block
    }

    @media screen and (max-width: 1900px) {
        /* #visitLineDom,
    #dynamic .index-box {
        width: calc((100% - 20px) / 2);
    } */
        /* #numDynamic .index-box {
        width: calc((100% - 14px) / 2);
    } */
        .main .form-item .form-content {
        width: 50%;
    }
}


/* @media screen and (max-width: 1900px) and (min-width: 1590px) {

    .index-box .swiperBox p.itemTxt,
    .index-box .index-box-tit p.itemTxt {
        min-width: inherit;
    }

    .index-box .swiperBox p.itemTxt.active,
    .index-box .index-box-tit p.itemTxt.active {
        font-size: 14px;
    }

    .index-box .echartsLegend .echartsDetal {
        padding: 0;
    }

    .wb33.index-box.mgl20 {
        margin-left: 5px;
    }

    .index-box .echartsLegend {
        height: 80px;
    }

    .index-box .echartsBox {
        height: 260px;
    }

    .index-box .currentNum {
        font-size: 26px;
        width: 92px;
    }

    .noServer>div {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-width: 120px;
    }

    .index_server {
        min-width: 376px;
    }

    .index_server a em {
        display: block;
        width: 68px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin: 0 auto;
    }

    .index_server a img {
        width: 54px;
    }

    .index_process .index_process_txt {
        -webkit-line-clamp: 4;
        height: 60px;
    }

    .index_process .index_process_item.index_people {
        width: 120px;
        height: 80px;
    }

    .index_process .index_process_item.index_build {
        width: 100px;
        height: 82px;
    }

    .index_process .index_process_item.index_promote {
        width: 78px;
        height: 100px;
    }

    .index_process .index_process_item.index_effect {
        width: 138px;
        height: 86px;
    }

    .right-bar .flexLsb .index_process .index_process_item:hover {
        height: 125px !important;
    }

    .right-bar .flexLsb .index_process .index_process_txt {
        -webkit-line-clamp: 4;
        height: 60px;
    }

    .right-bar .flexLsb .index_process .index_process_item.index_people,
    .right-bar .flexLsb .index_process .index_process_item.index_build {
        height: 60px;
    }

    .right-bar .flexLsb .index_process .index_process_item.index_promote {
        height: 72px;
    }

    .right-bar .flexLsb .index_process .index_process_item.index_effect {
        height: 62px;
    }
} */

@media screen and (max-width: 1644px) {
    .main .form-item .form-content {
        width: 60%;
    }

    .xcxsxqk {
        padding-left: 20%;
    }

    .left-main .index-box .index-box-company .company-info p {
        margin: 0 20px;
    }

    .index-attention p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .index-attention p.index-attention-tit {
        width: 117px;
    }
}

@media screen and (max-width: 1439px) {
    header h2 {
        padding: 0 12px;
    }
}

@media screen and (max-width: 1421px) {
    .main .form-item .form-lable {
        width: 18%;
    }

    .main .form-item .form-lable.wb10 {
        width: 9%;
    }

    .left-main .index-box .index-box-company .company-info p {
        margin: 0 0 0 10px;
    }

    .pay-up {
        width: 78%;
    }

    .product-mainimg-item {
        margin: 0 17px 20px 0;
    }

    .product-mainimg-box>div:nth-child(5n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1366px) {
    html {
        /* min-width: 1366px; */
        overflow-x: scroll;
    }

    .left-main .index-box .webank .webCon {
        padding: 0 20px;
    }

    .left-main .index-box .webank .blueTxt {
        font-size: 36px;
    }

    .left-main .index-box .webank .fS26 {
        font-size: 20px;
    }

    .left-main .index-box .webank .fS20 {
        font-size: 34px;
    }

    .left-main .index-box .webank .webBtn {
        margin: 58px 40px 0;
    }
}

.layui-test {
    position: relative;
}

.layui-test::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    content: "";
    background: #fff;
}

.layui-test::after {
    position: absolute;
    content: "数据加载中...";
    left: 50%;
    top: 10%;
    z-index: 2;
}

.layui-test.updataed::before,
.layui-test.updataed::after {
    display: none;
}

.layui-table th,
.layui-table td,
table th,
table td,
table .link1,
table .link2,
table .link3,
table .link4,
table .link5,
table .link6,
table .link7,
table .link_orange,
table .link_blue {
    font-size: 12px;
}

.select_them {
    display: flex;
}

.select_them .select_them_item {
    padding: 5px;
    border: solid 2px #e2e2e2;
    position: relative;
    cursor: pointer;
    margin: 10px;
}

.select_them .select_them_item:hover,
.select_them .select_them_item.now {
    border: solid 2px #0088FF;
}

.select_them .select_them_item.now:before {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    background: url(../webtemplate/images/template_now.png) no-repeat;
    width: 50px;
    height: 50px;
    content: "";
    display: block;
}

.main .main-advertise {
    width: auto;
}

table .link3,
.main .tablebox {
    font-size: 12px;
}

#form1>section>div.flexLsb>div.rightbox.sct-info.width20.pd20>div:nth-child(1),
body>section>div.flexLsb>div.rightbox.sct-info.width20.pd20>div:nth-child(1) {
    font-size: 14px;
}

.main .yunwt_i_t_info img {
    width: 92px
}

.main .yunwt_i_t_jt {
    margin: 20px 0 0 0;
}

.main>.main-content>.newHt_content {
    padding: 0;
}

#detailLay>div:nth-child(2)>div.pd020.mgb20,
#sectionImg {
    margin: 10px 0 0;
}

#detailLay>div.carouselView,
#butSearch {
    margin: 0 10px 0 0;
}

#form1>section>div.main-content>font {
    margin: 0 0 10px;
    display: block;
}

#form1>section>div.main-content>div:nth-child(5)>div.form-handle>input {
    border: 0;
    padding: 0 10px;
}

#ckjycj {
    background: #fff;
    border: 1px solid #eee;
    color: #333;
}

#form1>section>div.main-content>div:nth-child(3)>div.form-content>label>div>img {
    max-width: 122px;
    max-height: 122px;
}

#page1>div>div:nth-child(1)>div.txtcenter.fontS16.fontWBold.mg10.bordertab.pdb10 {
    border: 0 none;
}

#page1>div>div:nth-child(1)>div.disFlexColSa.heightpx300 {
    height: inherit;
    margin: 0 10px 0 0;
}

.videobg {
    position: relative;
}

.videobg::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videobg video {
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .forget_box {
        padding: 0;
        margin: 30px 0;
        max-height: 300px;
        overflow: auto;
    }

    /* IE9 */
    .loginbg .registerbox {
        left: 50%\9 \0;
        margin-left: -250px\9 \0;
        margin-left: 0\9 \0;
    }

    .steps-box.find-name div {
        width: 195px\9 \0;
        margin-bottom: 20px\9 \0;
    }

    .steps-box.find-pwd div {
        width: 135px\9 \0;
        margin-bottom: 20px\9 \0;
    }

    .loginbg .registerbox {
        top: 50%\9 \0;
    }

    .loginbg .loginbox {
        top: 50%\9 \0;
    }
}

@media screen and (min-width: 1601px) {
    .loginbg .loginbox {
        top: 50%\9 \0;
        left: 50%\9 \0;
    }

    .loginbg .registerbox {
        top: 50%\9 \0;
        left: 58%\9 \0;
        margin-left: -150px\9 \0;
    }

    .steps-box.find-pwd {
        margin-bottom: 20px\9 \0;
    }

    .pwd i.icon-loginuser {
        top: 15px\9 \0;
    }
}

.forget_box {
    padding: 0;
    margin: 30px 0;
    max-height: 300px\9;
    overflow: auto;
}

#jfjj img {
    width: 720px;
    height: auto;
}

#ddlstatus {
    -webkit-appearance: menulist-button;
}

.icon-skin:before {
    color: #fff;
}

html,
body {
    /* overflow-y: scroll !important;
    overflow-x: hidden !important; */
}

section.main:not(.index-main):not(.new-main) {
    width: 1224px;
    box-sizing: border-box;
    height: initial;
    overflow: hidden;
    border-top: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    background-color: #fff;
}

.main.nomargin .law_content>img {
    width: 100%;
    height: 586px;
    object-fit: cover;
}

.main .ssl-buy-price {
    width: 1225px;
    box-sizing: border-box;
    left: 50%;
    margin-left: -525px;

}

/* 无侧边 */
section.main.hasChildMenu,
section.main.onlyMainContent {
    padding-left: 0;
    width: 1400px !important;
    margin: 20px auto 0px;
}

nav#nav {
    display: none;
}

.child-menu {
    left: 50%;
    margin-left: -700px;
    /* left: calc((100% - 1400px)/2); */
}

.product-edit-btn,
.pe_left,
.pe_left_name {
    left: 50% !important;
    margin-left: -522px !important;
}

#product-canvas {
    margin: 0 0 0 195px;
}

.canvas_edit {
    margin-left: 420px;
}

.pe_right {
    right: 50% !important;
    margin-right: -700px !important;
}

.conditionbox,
#form1>section>div.flexLsb, .tabbox, #form2>section>div.flexLsb,
.main .searchbox,
.tablebox,
.tabsbox,
.main .main-content {
    margin-right: 0;
}

.sjtjtb-width {
    width: 100%;
}

.main.nomargin .ywt_btn,
.main>.acgzs3,
.main.channel-main.nopadding .ywt_btn,
.main.nomargin .law_content>.law_btn_fix,
.main.channel-main.nopadding .acgzs3,
.main.channel-main.nopadding .main-channel,
.main.hasChildMenu .btn,
.main.sjk .btn,
.sqxx_box.sdsj_sqxx_box,
.main.channel-main.nopadding .dsptg_btn,
.main.nopadding .btn,
.main.nomargin .dyy3,
.main.channel-main.nopadding .btn,
.main.channel-main.nopadding .bdxcx_p8,
.main.channel-main.nopadding .acgTitle4+.bgWhite.pd20 {
    position: fixed;
    width: 1400px;
    left: 50%;
    margin-left: -705px;
    box-sizing: border-box;
    z-index: 9;
}

.main.channel-main.nopadding .acgTitle4 {
    padding-bottom: 254px;
}

.main.channel-main.nopadding .bdxcx_p7 {
    padding-bottom: 24px;
    margin: 0;
}

.main .searchbox.search-menu section article {
    padding: 0 8px;
}

.main.channel-main.nopadding .equity-item-detail .img-detail-text-1 {
    left: 206px;
}

.main.channel-main.nopadding .equity-item-detail .item-detail-desc-text-1 {
    left: 196px;
}

.main.channel-main.nopadding .equity-item-detail .img-detail-text-2 {
    left: 494px;
}

.main.channel-main.nopadding .equity-item-detail .item-detail-desc-text-2 {
    left: 508px;
}

.main.channel-main.nopadding .equity-item-detail .img-detail-text-3 {
    left: 794px;
}

.main.channel-main.nopadding .equity-item-detail .item-detail-desc-text-3 {
    left: 806px;
}

.main.channel-main.nopadding .equity-item-detail .img-detail-text-4 {
    left: 1082px;
}

.main.channel-main.nopadding .equity-item-detail .item-detail-desc-text-4 {
    left: 1092px;
}


.content .tit a.btnfw {
    color: #fff;
    background-color: #0076FF;
    border-radius: 5px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    margin: 0;
    box-sizing: border-box;
}

.content .tit a.btnfw:hover {
    background-color: #0189ff;
}

@media screen and (max-width: 1420px) {
    html {
        min-width: 1400px;
        overflow-x: scroll;
    }

    .child-menu {
        left: 0 !important;
        margin-left: 0 !important;
    }

    section.main:not(.index-main):not(.new-main) {
        margin: 0 !important;
        width: 1213px !important;
    }

    .main.nomargin .ywt_btn,
    .main>.acgzs3,
    .main.channel-main.nopadding .ywt_btn,
    .main.nomargin .law_content>.law_btn_fix, .main.channel-main.nopadding .acgzs3, .main.channel-main.nopadding .main-channel, .main.hasChildMenu .btn, .main.sjk .btn, .sqxx_box.sdsj_sqxx_box, .main.channel-main.nopadding .dsptg_btn, .main.nopadding .btn, .main.nomargin .dyy3, .main.channel-main.nopadding .btn, .main.channel-main.nopadding .bdxcx_p8, .main.channel-main.nopadding .acgTitle4+.bgWhite.pd20 {
        left: 0;
        margin-left: 0;
        width: 100%;
    }

    header {
        width: 100%;
    }

    .product-edit-btn,
    .pe_left,
    .pe_left_name {
        left: 195px !important;
        margin-left: 0 !important;
    }

    .pe_right {
        right: 0 !important;
        margin-right: 0 !important;
    }
}
/* 2024-06-29 */
.telinquirybalance{
	color:#e00;
	font-size:32px;
}
.telinquirybalance i{
	font-size:14px;
}
.content-desc{
	display: flex;
	align-items: center;
	gap: 24px;
}
.telInquiryinfo{
	box-sizing: border-box;
	margin:0;
}
.telInquiryinfo>p{
	display:inline-block;
	margin:0 20px 15px 0;
}
.telInquiryinfo>p>i{
	color:#e00;
	margin:0 5px;
}
.invalid,.audit,.valid{
	color:#aaa;
	align-items:center;
}
.invalid i,.audit i,.valid i{
	margin-right:5px;
}
.audit{
	color:#0189ff;
}
.valid{
	color:#5FB878;
}
.pdl8{
	padding-left:8px;
}
.txtLeft{
	text-align:left;
}
.main .searchbox section{
	padding:0;
}
.telInquiryPush{
	display: flex;
	gap: 20px;
	align-items:flex-end;
	margin-bottom:20px;
}
.telInquiryPdtd .layui-table-cell{
	height:auto;
}
#chooseProduct{
	box-sizing: border-box;
	padding:10px;
}
.telInquiryOpen{
	clear: both;
	width: 1184px;
	height:500px;
	background: url(../images/telInquiry-img5.jpg) no-repeat center center;
	position: relative;
	margin-bottom:20px;
	box-sizing: border-box;
	padding:60px 30px;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}
.telInquiryOpen a{
	display:inline-block;
	margin-left:115px;
	width:226px;
}
.telInquieryan1{
	animation: oncean 3s 1 forwards;
	opacity:0;
	transform: translateY(30px);
}
.purchasingConsortiaTips .layui-icon-about::before{
	font-size:20px;
	vertical-align: -2px;
}
.openingApply{
	text-align:center;
	padding-top:20px;
}
.openingApply a{
	height:42px;
	width:220px;
	background:#0189ff;
	border-radius:4px;
	color:#fff;
	display:inline-block;
	line-height:42px;
	margin-bottom:20px;
}
.telInquiryinfoTit{
	display:flex;
	justify-content: space-between;
	margin-bottom:15px;
}
.telInquiryinfoTit span{
	margin-left:15px;
}
.telInquiryinfoTit i{
	color:#fe3303;
	margin:0 5px;
}
.telInquiryinfoTit a.more{
	font-size:12px;
	color:#999;
}
.telInquiryinfoTit a.more:hover{
	color:#0189ff;
	text-decoration:underline;
}
.purchaseNotes,.inquiryNotes{
	font-size:14px;
	color:#0189ff;
	cursor:pointer;
}
.purchaseNotes::before,.inquiryNotes::before{
	font-size:16px;
	padding-right:5px;
}
.purchaseNotes:hover,.inquiryNotes:hover{
	color:#fe3303;
}
.tellTips{
	box-sizing: border-box;
	padding:10px;
	border-top:solid 1px #eee;
	color:#c18b6a;
}
.tellTips .item{
	padding:10px 15px;
}
@keyframes oncean {
	0%{
		opacity:0;
		transform: translateY(30px);
	}
	100%{
		opacity:1;
		transform: translateY(0px);
	}
}
.telInquieryan2{
	animation: oncean 2s 1 1.5s forwards;
	opacity: 0;
	transform: translateY(30px);
}