/* 全局设置 */

body {
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Sans GB", sans-serif;
    font-size: 14px;
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

span.origin {
    font-size: 12px;
    color: #717171;
    text-decoration: line-through;
}

.figure, figure {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
}

input::placeholder {
    color: #B0B0B0;
}

input:disabled, textarea:disabled {
    background-color: #FBFBFB;
    border-color: #E9E9E9;
}

.dot-line {
    display: block;
    width: 16px;
    height: 6px;
    border-radius: 10px;
    background-color: #2680EB;
}

.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.container {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.oneline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.box-shadow {
    box-shadow: 1px 4px 17px #d8d8d8;
}

.box-shadow:hover {
    box-shadow: 1px 7px 17px #c1c1c1;
}

.box-shadow-no-hover:hover {
    box-shadow: 1px 4px 17px #d8d8d8;
}
.border-top-15 {
    border-top: 15px solid #F5F5F5;
}
.border-error {
    border: 1px solid rgba(210, 28, 28, 0.45) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(225, 15, 15, 0.6);
}
.hr-1 {
    height: 1px;
    background-color: #F5F5F5;
}
.hr-10 {
    height: 10px;
    background-color: #F5F5F5;
}
.hr-15 {
    height: 15px;
    background-color: #F5F5F5;
}
.gray {
    color: #717171 !important;
}
.gray-75 {
    color: #757575 !important;
}
.gray-42 {
    color: #424242 !important;
}
.black {
    color: #000000 !important;
}

.base-color {
    color: #2680EB !important;
}

.base-bg-color {
    background-color: #2680EB !important;
}

.base-border-color {
    border-color: #2680EB !important;
}

.base-active-color.active {
    color: #2680EB !important;
}

.base-active-bg-color.active {
    background-color: #2680EB !important;
}

.base-hover-color:hover {
    color: #2680EB !important;
}

.base-hover-bg-color:hover {
    background-color: #2680EB !important;
}

.base-hover-border-color:hover {
    border-color: #2680EB !important;
}

.highlight-color {
    color: #FF6700 !important;
}

.highlight-bg-color {
    background-color: #FF6700 !important;
}

.highlight-border-color {
    border-color: #FF6700 !important;
}

.highlight-active-color.active {
    color: #FF6700 !important;
}

.highlight-active-bg-color.active {
    background-color: #FF6700 !important;
}

.highlight-hover-color:hover {
    color: #FF6700 !important;
}

.highlight-hover-bg-color:hover {
    background-color: #FF6700 !important;
}

.highlight-hover-border-color:hover {
    border-color: #FF6700 !important;
}

.red-color {
    color: #C70F0F !important;
}

.red-bg-color {
    background-color: #C70F0F !important;
}

.red-border-color {
    border-color: #C70F0F !important;
}

.red-active-color.active {
    color: #C70F0F !important;
}

.red-active-bg-color.active {
    background-color: #C70F0F !important;
}

.red-hover-color:hover {
    color: #C70F0F !important;
}

.red-hover-bg-color:hover {
    background-color: #C70F0F !important;
}

.red-hover-border-color:hover {
    border-color: #C70F0F !important;
}

.success-color, .green {
    color: #28AF00 !important;
}

.white-color {
    color: #ffffff !important;
}

.white-bg-color {
    background-color: #ffffff !important;
}

.blue-color {
    color: #1689ce;
}

.light-gray-bg-color {
    background-color: #F5F5F5 !important;
}

.yellow-bg-color {
    background-color: #F6B126 !important;
}

/* 工具栏 */
.tools-container {
    position: fixed;
    width: 80px;
    right: 0;
    top: 35%;
    z-index: 999;
}

.tools-container.simple {
    top: auto;
    bottom: 10%;
}

@media screen and (max-width: 1180px) {
    .tools-container {
        display: none;
    }
}

.tools-container li {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    border-bottom: 1px solid #ffffff;
    background-color: #ffffff;
}

.tools-container > .top {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    background-color: #ffffff;
    transform: translateY(10px);
}

.tools-container li:last-child {
    border-bottom: 1px solid #EEEEEE;
}

.tools-container li a, .tools-container > .top  {
    display: block;
    color: #7d7d7d;
    text-align: center;
    padding-top: 15px;
    height: 65px;
}
.tools-container > .top {
    display: none;
}
.tools-container > .top.active {
    display: block;
}

.tools-container li i, .tools-container > .top i {
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
}

.tools-container li span, .tools-container > .top span {
    font-size: 14px;
}

@media screen and (max-width: 1455px) {
    .tools-container {
        width: 36px;
    }
    .tools-container li {
        width: 36px;
        height: 36px;
        position: relative;
    }
    .tools-container li span, .tools-container > .top span {
        position: absolute;
        right: 43px;
        top: 3px;
        display: none;
        background-color: #ffffff;
        padding: 6px 12px;
        border: 1px solid #f5f5f5;
        white-space: nowrap;
        color: #757575;
    }
    .tools-container li span:after , .tools-container > .top span:after {
        content: ' ';
        position: absolute;
        display: block;
        width: 11px;
        height: 27px;
        top: 9px;
        right: -11px;
        background-image: url("../icons/arrow.png");
        background-repeat: no-repeat;
    }
    .tools-container li:hover span, .tools-container > .top:hover span {
        display: block;
    }
    .tools-container li a, .tools-container > .top {
        padding-top: 8px;
        height: 28px;
    }
    .tools-container > .top {
        width: 36px;
        height: 28px;
    }
    .tools-container li i, .tools-container > .top i {
        font-size: 22px;
    }
}

.tools-container li {
    position: relative;
}

.tools-container li > .down-list {
    position: absolute;
    width: 150px;
    left: -176px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    padding: 5px;
    padding-bottom: 10px;
    border-radius: 6px;
    box-shadow: 0 0 17px #bdbdbd;
    display: none;
}

.tools-container li > .down-list:before {
    content: ' ';
    position: absolute;
    display: block;
    background-image: url("/icons/arrow.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.tools-container li:hover > .down-list {
    display: block;
}

.font-12 {
    font-size: 12px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-28 {
    font-size: 28px !important;
}
.font-32 {
    font-size: 32px !important;
}
.font-36 {
    font-size: 36px !important;
}
.font-40 {
    font-size: 40px !important;
}
.font-44 {
    font-size: 44px !important;
}
.font-48 {
    font-size: 48px !important;
}
.font-52 {
    font-size: 52px !important;
}
.font-56 {
    font-size: 56px !important;
}
.font-60 {
    font-size: 60px !important;
}

.font-normal {
    font-weight: normal;
}

.font-bold {
    font-weight: 600;
}

/* 按钮 */
.btn {
    padding: 8px 13px;
    border: 1px solid #92BFF5;
    color: #2d83e8;
    transition: all .3s;
    display: inline-block;
}

.btn:hover {
    color: #ffffff;
    background-color: #2d83e8;
    border-color: #2d83e8;
}

.btn.btn-highlight {
    border: 1px solid #FF6700;
    background-color: #FF6700;
    color: #ffffff;
    border-radius: 6px;
}

.btn.btn-forbidden {
    background-color: #b0b0b0;
    border-color: #b0b0b0;
    color: #FFFFFF;
    cursor: no-drop;
}

.btn.btn-primary {
    background-color: #2d83e8;
    border-color: #2d83e8;
    color: #FFFFFF;
    border-radius: 6px;
}

/* 常用边框 */
.border-clear {
    border: none !important;
}
.border-bottom {
    border-bottom: 1px solid #e9e9e9;
}
.border-left {
    border-left: 1px solid #e9e9e9;
}
.border-block {
    border: 1px solid #E9E9E9;
}

/* 分页 */
ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.pagination > li, ul.pagination > li > a {
    width: 50px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #717171;
    font-size: 18px;
}

ul.pagination > li {
    margin: 0 5px;
}

ul.pagination > li.active {
    background-color: #2680EB;
    color: #ffffff;
}

ul.pagination > li.disabled i {
    color: #c3c3c3;
}

ul.pagination > li a:hover {
    background-color: #EEEEEE;
}

/* 文字标签 */
.text-tag-red {
    background-color: #EF3A3B;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 4px;
}

.text-shadow {
    text-shadow: 0 0 7px #757575;
}

.line-h-16 {
    line-height: 1.6rem;
}

.line-h-22 {
    line-height: 2.2rem;
}

/* flex 公用模块 */
.fl {
    display: flex !important;
    flex-wrap: wrap !important;
}
.fl-col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fl-align-top {
    align-items: flex-start !important;
}
.fl-align-left {
    align-items: left !important;
}
.fl-align-center {
    align-items: center !important;
}
.fl-align-end {
    align-items: flex-end !important;
}
.fl-space-left {
    justify-content: left !important;
}
.fl-space-bw {
    justify-content: space-between !important;
}
.fl-space-center {
    justify-content: center !important;
}
.fl-space-end {
    justify-content: flex-end !important;
}

/* 布局格子 */
.col-1 {
    width: calc(100% / 12);
}
.col-2 {
    width: calc(100% / 6);
}
.col-3 {
    width: calc(100% / 4);
}
.col-4 {
    width: calc(100% / 3);
}
.col-5 {
    width: calc(100% / 12 * 5);
}
.col-6 {
    width: calc(100% / 2);
}
.col-7 {
    width: calc(100% / 12 * 7);
}
.col-8 {
    width: calc(100% / 12 * 8);
}
.col-9 {
    width: calc(100% / 12 * 9);
}
.col-10 {
    width: calc(100% / 12 * 10);
}
.col-11 {
    width: calc(100% / 12 * 11);
}
.col-12 {
    width: calc(100%);
}

/* 自由格子 */
.width-5 {width: 5% !important;}
.width-10 {width: 10% !important;}
.width-15 {width: 15% !important;}
.width-20 {width: 20% !important;}
.width-25 {width: 25% !important;}
.width-30 {width: 30% !important;}
.width-35 {width: 35% !important;}
.width-40 {width: 40% !important;}
.width-45 {width: 45% !important;}
.width-50 {width: 50% !important;}
.width-55 {width: 55% !important;}
.width-60 {width: 60% !important;}
.width-65 {width: 65% !important;}
.width-70 {width: 70% !important;}
.width-75 {width: 75% !important;}
.width-80 {width: 80% !important;}
.width-85 {width: 85% !important;}
.width-90 {width: 90% !important;}
.width-95 {width: 95% !important;}
.width-100 {width: 100% !important;}
.border-box {
    box-sizing: border-box;
}
/* 格子内边距 */
.p-clear {
    padding: 0 !important;
}
.p-5 {padding: 5px !important;}
.p-10 {padding: 10px !important;}
.p-15 {padding: 15px !important;}
.p-20 {padding: 20px !important;}
.p-25 {padding: 25px !important;}
.p-30 {padding: 30px !important;}
.p-35 {padding: 35px !important;}
.p-40 {padding: 40px !important;}
.p-45 {padding: 45px !important;}
.p-50 {padding: 50px !important;}
.p-55 {padding: 55px !important;}
.p-60 {padding: 60px !important;}
.p-65 {padding: 65px !important;}
.p-70 {padding: 70px !important;}
.p-75 {padding: 75px !important;}
.p-80 {padding: 80px !important;}
.p-85 {padding: 85px !important;}
.p-90 {padding: 90px !important;}
.p-95 {padding: 95px !important;}
.p-100 {padding: 100px !important;}
.p-t-b-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}
.p-t-b-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.p-t-b-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.p-t-b-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.p-t-b-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.p-b-22 {
    padding-bottom: 22px !important;
}
.p-b-72 {
    padding-bottom: 72px !important;
}
.p-l-5 {
    padding-left: 5px;
}
.p-r-5 {
    padding-right: 5px;
}
.p-r-20 {
    padding-right: 20px;
}
.p-r-50 {
    padding-right: 50px;
}
.p-r-100 {
    padding-right: 100px;
}
.p-l-100 {
    padding-left: 100px;
}
.p-r-150 {
    padding-right: 150px;
}
.p-l-50 {
    padding-left: 50px;
}
.p-l-150 {
    padding-left: 150px;
}
.p-l-r-5 {padding-right: 5px !important; padding-left: 5px !important;}
.p-l-r-10 {padding-right: 10px !important; padding-left: 10px !important;}
.p-l-r-15 {padding-right: 15px !important; padding-left: 15px !important;}
.p-l-r-20 {padding-right: 20px !important; padding-left: 20px !important;}
.p-l-r-25 {padding-right: 25px !important; padding-left: 25px !important;}
.p-l-r-30 {padding-right: 30px !important; padding-left: 30px !important;}
.p-l-r-35 {padding-right: 35px !important; padding-left: 35px !important;}
.p-l-r-40 {padding-right: 40px !important; padding-left: 40px !important;}
.p-l-r-45 {padding-right: 45px !important; padding-left: 45px !important;}
.p-l-r-50 {padding-right: 50px !important; padding-left: 50px !important;}
.p-t-5 {padding-top: 5px !important;}
.p-t-10 {padding-top: 10px !important;}
.p-t-15 {padding-top: 15px !important;}
.p-t-20 {padding-top: 20px !important;}
.p-t-25 {padding-top: 25px !important;}
.p-t-30 {padding-top: 30px !important;}
.p-t-35 {padding-top: 35px !important;}
.p-t-40 {padding-top: 40px !important;}
.p-t-45 {padding-top: 45px !important;}
.p-t-50 {padding-top: 50px !important;}
.p-t-55 {padding-top: 55px !important;}
.p-t-60 {padding-top: 60px !important;}
.p-t-65 {padding-top: 65px !important;}
.p-t-70 {padding-top: 70px !important;}
.p-t-75 {padding-top: 75px !important;}
.p-t-80 {padding-top: 80px !important;}
.p-t-85 {padding-top: 85px !important;}
.p-t-90 {padding-top: 90px !important;}
.p-t-95 {padding-top: 95px !important;}
.p-t-100 {padding-top: 100px !important;}
.p-b-5 {padding-bottom: 5px !important;}
.p-b-10 {padding-bottom: 10px !important;}
.p-b-15 {padding-bottom: 15px !important;}
.p-b-20 {padding-bottom: 20px !important;}
.p-b-25 {padding-bottom: 25px !important;}
.p-b-30 {padding-bottom: 30px !important;}
.p-b-35 {padding-bottom: 35px !important;}
.p-b-40 {padding-bottom: 40px !important;}
.p-b-45 {padding-bottom: 45px !important;}
.p-b-50 {padding-bottom: 50px !important;}
.p-b-55 {padding-bottom: 55px !important;}
.p-b-60 {padding-bottom: 60px !important;}
.p-b-65 {padding-bottom: 65px !important;}
.p-b-70 {padding-bottom: 70px !important;}
.p-b-75 {padding-bottom: 75px !important;}
.p-b-80 {padding-bottom: 80px !important;}
.p-b-85 {padding-bottom: 85px !important;}
.p-b-90 {padding-bottom: 90px !important;}
.p-b-95 {padding-bottom: 95px !important;}
.p-b-100 {padding-bottom: 100px !important;}
/* 格子外边距 */
.m-clear {
    margin: 0 !important;
}
.m-r-5 {
    margin-right: 5px !important;
}
.m-r-10 {
    margin-right: 10px !important;
}
.m-r-24 {
    margin-right: 24px !important;
}
.m-l-5 {
    margin-left: 5px !important;
}
.m-l-10 {
    margin-left: 10px !important;
}
.m-b-5 {margin-bottom: 5px !important;}
.m-b-10 {margin-bottom: 10px !important;}
.m-b-15 {margin-bottom: 15px !important;}
.m-b-20 {margin-bottom: 20px !important;}
.m-b-25 {margin-bottom: 25px !important;}
.m-b-30 {margin-bottom: 30px !important;}
.m-b-35 {margin-bottom: 35px !important;}
.m-b-40 {margin-bottom: 40px !important;}
.m-b-45 {margin-bottom: 45px !important;}
.m-b-50 {margin-bottom: 50px !important;}
.m-b-55 {margin-bottom: 55px !important;}
.m-b-60 {margin-bottom: 60px !important;}
.m-b-65 {margin-bottom: 65px !important;}
.m-b-70 {margin-bottom: 70px !important;}
.m-b-75 {margin-bottom: 75px !important;}
.m-b-80 {margin-bottom: 80px !important;}
.m-b-85 {margin-bottom: 85px !important;}
.m-b-90 {margin-bottom: 90px !important;}
.m-b-95 {margin-bottom: 95px !important;}
.m-b-100 {margin-bottom: 100px !important;}
.m-b-300 {margin-bottom: 300px !important;}

/* 常用标题 */
h2.title.common-title {
    font-size: 16px;
    color: #757575;
    margin-top: 0;
    margin-bottom: 14px;
}
h3.title.common-title {
    font-size: 14px;
    color: #757575;
    margin-top: 0;
    margin-bottom: 14px;
}

/* 常用图片 */
.img-20 {
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #e9e9e9;
}

.img-30 {
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #e9e9e9;
}

.img-40 {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #e9e9e9;
}

.img-66 {
    width: 64px !important;
    height: 64px !important;
    border: 1px solid #e9e9e9;
}

.img-100 {
    width: 100px !important;
    height: 100px !important;
    border: 1px solid #e9e9e9;
}

.img-160 {
    width: 160px !important;
    height: 160px !important;
}

.img-radio {
    border-radius: 100px !important;
}

/* 页脚 */
footer {
    box-shadow: 0 -2px 10px #70707026;
    background-color: #ffffff;
}
.footer-nav {
    border-bottom: 1px solid #EEEEEE;
}

.footer-nav ul {
    display: flex;
}

.footer-nav ul li {
    flex-grow: 1;
}

.footer-nav ul li a, .footer-nav ul li > span {
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    line-height: 76px;
    color: #757575;
    transition: all .3s;
}

.footer-nav ul li a > .icon, .footer-nav ul li > span > .icon {
    margin-right: 10px;
    font-size: 18px;
}


.footer-main {
    display: flex;
    padding: 30px 0 31px 0;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-main .f-left {
    display: flex;
}

.footer-main .f-left ul {
    margin-right: 150px;
}

.footer-main .f-left ul li {
    margin-bottom: 12px;
}

.footer-main .f-left ul li.title {
    margin-bottom: 22px;
}

.footer-main .f-left ul li a {
    font-size: 12px;
    color: #757575;
}

.footer-main .f-left ul li.title a {
    font-size: 14px;
    color: #000000;
}

.footer-main .f-right {
    padding: 0 50px;
    border-left: 1px solid #E9E9E9;
}

.footer-main .f-right h3.email {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}

.footer-main .f-right p.desc {
    color: #757575;
    font-size: 12px;
    line-height: 24px;
    margin: 0 0 22px 0;
    text-align: center;
}

.footer-main .f-right a.online {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E9E9E9;
    font-size: 12px;
    width: 120px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    transition: all .3s;
}

.footer-main .f-right a.online > i {
    margin-right: 5px;
    font-size: 16px;
}

.footer-main .f-right a.online:hover {
    color: #ffffff !important;
}

.footer-copy {
    background-color: #F5F5F5;
    padding: 16px 0;
    min-width: 1180px;
}

.footer-copy .row {
    display: flex;
}

.footer-copy .brand {
    margin-right: 20px;
    width: 68px;
    height: 68px;
}

.footer-copy .copy-text {
    padding-top: 4px;
}

.footer-copy .copy-text ul {
    display: flex;
    margin-bottom: 6px;
}

.footer-copy .copy-text ul li.line {
    margin: 0 10px;
    color: #757575;
}

.footer-copy .copy-text ul li a {
    color: #757575;
    font-size: 12px;
}

.footer-copy .copy-text p {
    font-size: 12px;
    margin: 0 0 6px 0;
    color: #B0B0B0;
}

.footer-copy .copy-text p:last-child {
    margin-bottom: 0;
}

.footer-qrcode {
    display: none;
    position: relative;
}
.footer-qrcode:before {
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(icons/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    transform: rotate(90deg);
    bottom: -13px;
    left: 45%;
}
.footer-qrcode-triggle {
    cursor: pointer;
}
/* nav导航 */
.nav {
    height: 140px;
}

.nav .container, .nav .row {
    height: 100%;
}

.nav .nav_top {
    height: 40px;
    background-color: #333;
    min-width: 1180px;
}

.nav .nav_top .nav_left, .nav .nav_top .nav_right {
    height: 40px;
    display: inline-block;
}

.nav .nav_top .nav_right {
    float: right;
}

.nav .nav_top .nav_right > li {
    position: relative;
}

.nav .nav_top .nav_right > li > .down-list {
    position: absolute;
    width: 118px;
    background-color: #ffffff;
    z-index: 99999;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 4px;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav .nav_top .nav_right > li:hover > .down-list {
    display: block;
}

.nav .nav_top .nav_right > li > .down-list:before {
    content: ' ';
    display: block;
    width: 7px;
    height: 12px;
    position: absolute;
    top: -12px;
    left: 48%;
    background-image: url(icons/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-90deg) translateX(-50%);
}

.nav .nav_top .nav_right > li > .down-list:after {
    content: ' ';
    display: block;
    width: 118px;
    height: 10px;
    position: absolute;
    left: 0;
    top: -10px;
}

.nav .nav_top .nav_right > li > .down-list > li {
    width: 118px;
    text-align: center;
}

.nav .nav_top .nav_right > li > .down-list > li > a {
    font-size: 14px;
    width: 100%;
    color: #757575;
}

.nav .nav_top .nav_right > li > .down-list > li:hover > a {
    color: #2d83e8;
}

.nav .nav_top li {
    float: left;
    position: relative;
    margin-right: 18px;
}

.nav .nav_top li:last-child {
    margin-right: 0;
}

.nav .nav_top li:after {
    content: ' ';
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    right: -6px;
    top: 13px;
    /*background-color: #424242;*/
}

.nav .nav_top li:last-child:after {
    display: none;
}

.nav .nav_top li a {
    display: inline-block;
    font-size: 12px;
    color: #b0b0b0;
    height: 40px;
    line-height: 40px;
}

.nav .nav_top li:hover > a {
    color: #ffffff;
}

.nav .nav_top li a.car {
    background-color: #424242;
    width: 100px;
    text-align: center;
}

.nav .nav_top li a.car.active {
    background-color: #FF6700;
    color: #ffffff;
}

.nav .nav_bottom {
    height: 100px;
    background-color: #fff;
}

.nav .nav_bottom .brand {
    width: 184px;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    position: relative;
}

/* .nav .nav_bottom .brand > a {
    padding-bottom: 12px;
} */

.nav .nav_bottom .brand > p {
    position: absolute;
    top: 56px;
    left: 14px;
    font-size: 12px;
}

.nav .nav_bottom .brand img {
    width: 145px;
}

.nav .nav_bottom .main_nav {
    float: left;
    height: 100%;
}

.nav .nav_bottom .main_nav > li {
    float: left;
    height: 100%;
}

.nav .nav_bottom .main_nav > li > a {
    display: inline-block;
    height: 100%;
    line-height: 100px;
    font-size: 15px;
    color: #000000;
    padding: 0 10px;
}

.nav .nav_bottom .search-container {
    float: right;
    height: 50px;
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.nav .nav_bottom .search-container .search-input {
    height: 28px;
    width: 166px;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    outline: none;
    padding: 6px;
    transition: all .3s;
}

.nav .nav_bottom .search-container .search-submit {
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    border-left: none;
    transition: all .3s;
}

.nav .nav_bottom .search-container .search-submit i {
    font-size: 18px;
    color: #717171;
}

.nav .nav_bottom .search-container:hover .search-input,
.nav .nav_bottom .search-container:hover .search-submit {
    border-color: #b4b4b4;
}

.nav .nav_bottom .search-container .search-input:focus,
.nav .nav_bottom .search-container .search-input:focus + .search-submit {
    /*border-color: #2680EB;*/
}

/* 基础导航 */
.nav_base {
    height: 90px;
    background-color: #ffffff;
}

.nav_base .brand {
    height: 90px;
    display: flex;
    align-items: center;
}

/* 导航工具栏 */
.tools-bar-pla {
    height: 61px;
    width: 100%;
}
.tools-bar {
    height: 60px;
    box-shadow: rgba(0, 0, 0, 0.07) 0 5px 5px;
    border-top: 1px solid #e0e0e0;
    position: absolute;
    left: 0;
    top: 141px;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
}

.tools-bar.fixed {
    position: fixed;
    top: 0;
}

.tools-bar > .container {
    display: flex;
    height: 60px;
    justify-content: space-between;
    align-items: center;
}

.tools-bar span.title {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

.tools-bar .tools {
    display: flex;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .3s;
}

.tools-bar.fixed .tools {
    opacity: 1;
    height: 40px;
}

.tools-bar .tools li {
    display: flex;
    align-items: center;
}

.tools-bar .tools li a {
    color: #333;
    display: block;
    height: 40px;
    line-height: 40px;
}

.tools-bar .tools li.line {
    color: rgb(216, 216, 216);
    margin: 0 10px;
}

.tools-bar .tools li.buy {
    margin-left: 20px;
}

.tools-bar .tools li.active a {
    color: #2680EB;
}

.tools-bar .tools li a:hover {
    color: #2680EB;
}

.tools-bar .tools li.buy a {
    display: inline-block;
    color: #ffffff;
    padding: 0 36px;
    transition: background-color .5s;
    font-weight: 600;
}

.e-list {
    display: flex;
    align-items: flex-start;
}

.e-list > .title {
    width: 75px;
    color: #757575;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 24px;
}

.e-list > .content {
    width: calc(100% - 80px);
    font-size: 12px;
    color: #757575;
    line-height: 24px;
}

/* Swiper按钮位置 */
.swiper-button-prev, .swiper-button-next {
    margin-top: 0;
    transform: translateY(-50%);
}