﻿@charset "utf-8";
@import url(http://at.alicdn.com/t/font_645071_oj6lm3i80yi.css);

/*主盒容器*/
.row-content {
    width: 1336px;
    max-width: 100%;
    padding: 0px;
    margin: 0 auto;
}

.row-content2 {
    max-width: 100%;
    padding: 5px;
    margin: 0 auto;
    width: calc(100% - 180px);
}

.row-content4 {
    max-width: 100%;
    margin: 0 auto;
    width: calc(100% - 180px);
}

/*菜单栏*/
.am-menu-slide1 .am-menu-nav {
    background: #fff;
}

    .am-menu-slide1 .am-menu-nav a {
        line-height: 60px;
        height: 60px;
        font-size: 14px;
    }

    .am-menu-slide1 .am-menu-nav > .am-parent.am-open > a {
        color: #e60000;
        overflow: inherit;
    }

    .am-menu-slide1 .am-menu-nav > .am-parent > a::after {
        content: " ";
        margin-left: 5px;
        -webkit-transition: 0s;
        transition: 0s;
        position: absolute;
        bottom: 0;
        left: 10px;
        right: 15px;
        height: 2px;
        display: none;
        background-color: #fff;
    }

    .am-menu-slide1 .am-menu-nav > .am-parent.am-open > a::after {
        background-color: #e60000;
        display: block;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(00deg);
        transform: rotate(0deg);
    }

    .am-menu-slide1 .am-menu-nav > .am-parent > a::before {
        margin-top: -8px;
        content: "\f0d8";
        color: #fff;
        font-size: 36px;
        z-index: 10000;
        text-shadow: 0px -5px 9px rgba(0, 0, 0, 0.1);
    }

.am-menu-slide1 .am-menu-sub {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    top: 91px;
}

    .am-menu-slide1 .am-menu-sub > li > a {
        color: #000;
    }

.tpl-header-logo {
    height: 45px;
    width: 198px;
    background: #fff;
    z-index: 99999999;
}

.l-show-0 .tpl-header-logo:before {
    right: 144px;
}

.l-show-0.left-show .tpl-header-logo:before {
    right: 12px;
}

.tpl-header-logo:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    height: 43px;
    box-shadow: -5px 1px 3px 0px rgba(4, 0, 0, 0.2);
    right: 12px;
    bottom: 0px;
    z-index: 1200000;
}

.tpl-header-logo img {
    height: 45px;
    padding: 5px 0;
}

.tpl-header-navbar > ul {
    height: 45px;
}

.tpl-header-fluid {
    height: 45px;
    margin-left: 0px;
    background: #fff;
    border-top: 0;
    box-shadow: 0px 1px 3px 0px rgba(4, 0, 0, 0.2);
}

.tpl-header-navbar a {
    padding: 0 10px;
}

.user-img img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.tpl-header-navbar a img {
    vertical-align: sub;
}

.l-show-0 .tpl-header-logo a {
    text-align: left;
    padding-left: 8px;
}

.tpl-header-fluid {
    padding-right: 40px;
}

.tpl-content-wrapper {
    background: #fff;
}
/*头部*/
.tpl-header-navbar a {
    line-height: initial;
    font-size: 14px;
    color: #fff;
    padding: 0 13px;
}

    .tpl-header-navbar a .item-feed-badge {
        top: -9px;
    }

    .tpl-header-navbar a:hover {
        color: #fff;
    }

/*左边菜单*/
.left-menu-row {
    left: 0;
    top: 0px;
    bottom: 0;
    width: 50px;
    background: #f5f5f5;
    color: #fff;
    -moz-transform: translateX(0px);
    z-index: 1200;
}

.left-menu-box dd {
    margin-top: 0;
}

.l-icon {
    text-align: center;
    line-height: 50px;
}

.l-title {
    background: #f5f5f5;
    display: block;
}

.left-menu-box a p {
    display: none;
    margin: 0;
    padding-left: 15px;
    letter-spacing: 1px;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
}

.left-menu-box a:hover,
.left-on,
.left-menu-box dd:hover,
.currentmenu,
.currentmenudt .l-title {
    background: #fff;
    display: block;
}

    .left-menu-box a:hover img,
    .left-on img {
        filter: drop-shadow(30px 0px 0px #fff);
        /* margin-left: -60px; */
    }

.left-menu-box .tpl-header-logo a:hover {
    background: initial;
    display: block;
}

    .left-menu-box .tpl-header-logo a:hover img {
        filter: initial;
        margin-left: 0;
    }

.left-menu-box dd:hover svg path,
.left-menu-box dt:hover svg path,
.currentmenu svg path,
.currentmenudt svg path {
    fill: #e60000;
    font-weight: bold;
}

.left-menu-box dd:hover p,
.left-menu-box dt:hover p,
.currentmenu a p,
.currentmenudt a p {
    color: #e60000;
    font-weight: bold;
}

.i-left-menu dt {
    cursor: pointer;
}

.i-left-menu dd {
    padding-left: 20px;
    display: none;
}

    .i-left-menu dd:last-child a {
        border-bottom: 0;
    }

    .i-left-menu dd a {
        border-bottom: 1px solid #e6e6e6;
    }

.i-left-menu.left-show .tpl-header-logo a {
    padding-left: 0;
    text-align: center;
    display: block;
}

.l-show-1.i-left-menu .tpl-header-logo a {
    padding-left: 0;
    display: block;
    text-align: center;
}

.left-menu-row.left-show {
    width: 180px;
}

.i-left-menu.left-show a {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 19px;
}

.left-on div {
    margin: 0 auto;
    overflow: hidden;
    width: 16px;
}

.i-left-menu.left-show a div {
    overflow: hidden;
    margin: inherit;
}

a.l-icon svg {
    vertical-align: text-top;
}

.i-left-menu.left-show a p {
    display: block;
}

.left-menu-row dl {
    margin: 0 0 0 0;
}

.right-show {
    -moz-transform: translateX(130px);
    transform: translateX(130px);
    -webkit-transform: translateX(130px);
}
/*不偏移*/
.row-content4.right-show {
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

/*左边二级*/
.left-menu2-box p {
    display: block;
    margin: 0;
    padding-left: 30px;
    text-align: left;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
}

.left-menu2-row dd {
    margin-top: 0;
}

.left-menu2-box a {
    display: block;
}

    .left-menu2-box a:hover p {
        background: #e60000;
    }

.overshow {
    width: 100%;
}

.l-show-1 {
    padding-left: 0;
}

    .l-show-1.left-menu-row {
        width: 180px;
        float: left;
        top: 0px;
    }

    .l-show-1.i-left-menu a {
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 19px;
        position: relative;
        z-index: 9999999;
    }

        .l-show-1.i-left-menu a div {
            overflow: hidden;
            margin: inherit;
        }

        .l-show-1.i-left-menu a svg {
            vertical-align: text-top;
        }

        .l-show-1.i-left-menu a p {
            display: block;
        }

.leftmune_1 .tpl-header-logo {
    position: relative;
    width: 180px;
}

.leftmune_SML .l-show-1.left-menu-row,
.leftmune_SML .l-show-0.left-menu-row {
    min-height: 100vh;
}

/*头像操作*/
.am-dropdown-content {
    width: 180px;
}

ul.am-dropdown-content > li {
    float: initial;
}

    ul.am-dropdown-content > li > a {
        display: flex;
        padding: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 36px;
    }

        ul.am-dropdown-content > li > a p {
            padding: 0;
            margin: 0;
        }

ul.user-down {
    padding: 0;
}

    ul.user-down .am-dropdown-header {
        padding: 10px 5px;
        border-bottom: 1px solid#e6e6e6;
        font-size: 14px;
        color: #333;
    }

    ul.user-down li a {
        padding: 0 10px;
        font-size: 14px;
        color: #666;
        line-height: 34px;
    }

        ul.user-down li a p {
            padding-left: 20px;
        }

/*表单*/
.tpl-form-border-form input.bor-input {
    border: 1px solid #d9d9d9;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
}

.tpl-form-border-form .am-form-label {
    line-height: 40px;
    color: #333;
    padding-top: 0;
    font-size: 14px;
    width: 115px;
    padding-right: 0px;
    padding-left: 0;
    min-height: 40px;
}

.row-content3 {
    width: calc(100% - 200px);
    max-width: 100%;
    padding: 0px;
    margin: 0 auto;
}

.right-fix {
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.left-menu2-row {
    left: 50px;
    top: 0;
    bottom: 0;
    width: 130px;
    background: #302929;
    color: #fff;
    -moz-transform: translateX(0px);
    z-index: 1;
}
/*登陆*/
.login-text {
    margin-right: 95px;
}

.login-tab a {
    cursor: pointer;
}

.QRLogin_row {
    border: 1px solid #504d4d;
}

#login-tab-1,
#login-tab-2 {
    cursor: pointer;
}

.login-center-box {
    height: 100vh;
    background-image: url(/UIFile/images/loginbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.login-text h3 {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: 8px;
    font-size: 66px;
}

.login-form {
    width: 500px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 15px 0px rgba(119, 104, 103, 0.3);
}

    .login-form form h3 {
        color: #e60000;
        letter-spacing: 4px;
    }

    .login-form .input-row {
        width: 300px;
    }

    .login-form .tpl-form-border-form input.bor-input {
        height: 40px;
        line-height: 38px;
        border-radius: 2px;
        border: solid 1px #cccccc;
        width: 100%;
    }

    .login-form .tpl-form-border-form .am-form-label {
        width: 110px;
        padding-right: 10px;
        padding-left: 0px;
        line-height: 40px;
        font-size: 16px;
    }

.login-btn {
    line-height: 40px;
    background-color: #e60000;
    border-radius: 6px;
    border: 0;
}

.login-form .input-row.login-code {
    width: 178px;
}

.Obtain-code-btn {
    background-color: #e60000;
    border-radius: 3px;
    line-height: 40px;
    border: 0;
    padding: 0 14px;
    margin-left: 12px;
    width: 110px;
}

.empower-row h3:after {
    display: block;
    width: 120px;
    height: 2px;
    content: " ";
    background-color: #e60000;
    position: absolute;
    top: 12px;
    right: 0;
}

.empower-row h3:before {
    display: block;
    width: 120px;
    height: 2px;
    content: " ";
    background-color: #e60000;
    position: absolute;
    top: 12px;
}

.footer-link a,
.footer-link span {
    font-size: 14px;
    color: #808080;
}

.footer-link span {
    padding: 0 3px;
}

@media screen and (max-width: 1366px) {
    .login-text {
        transform: scale(0.8);
    }

    .login-form .am-form {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .login-form {
        width: 400px;
        padding-bottom: 20px;
    }

        .login-form .input-row {
            width: 250px;
        }

        .login-form .tpl-form-border-form .am-form-label {
            width: 90px;
        }

    .empower-row h3:before {
        width: calc(50% - 60px);
    }

    .empower-row h3:after {
        width: calc(50% - 60px);
    }

    .empower-row {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .login-tab {
        margin-bottom: 10px;
    }

    .Obtain-code-btn {
        width: 110px;
    }

    .login-form .input-row.login-code {
        width: 127px;
    }

    .login-btn-row {
        padding-top: 0px;
    }
}

@media screen and (max-width: 700px) {
    .login-form {
        width: calc(100% - 20px);
        margin: 0 20px;
    }

    .am-form div.am-form-group:nth-of-type(4) div {
        width: auto !important;
    }

    .am-form-group {
        display: flex;
    }

    .am-form div.am-form-group:nth-of-type(4) label {
        width: 90px;
    }

    .am-form div.am-form-group:nth-of-type(4) input {
        width: 108px !important;
        margin-right: 12px;
    }

    .am-form div.am-form-group:nth-of-type(4) canvas {
        padding-right: 0px !important;
        width: 100px !important;
    }

    .am-form div.am-form-group:nth-of-type(4)::after {
        display: none;
    }
}

/*新弹窗*/
.layui-layer-title {
    font-size: 16px !important;
    font-weight: 300;
    background-color: #b40000 !important;
    border-radius: 0 !important;
    color: #fff !important;
}

.layui-layer-ico {
    background: url(icon.png) no-repeat;
}

/*表格*/
.yq-table .layui-table-view .layui-table {
    width: 100%;
    margin-bottom: 0rem;
    border-spacing: 0;
    border-collapse: separate;
    border: 1px solid #e6e6e6;
    border-left: none;
    color: #333;
}

.yq-table .layui-table-view .layui-table {
    border-top: 0;
    border-bottom: 0;
}

.yq-table .layui-table tr {
    font-size: 14px;
}

.yq-table .layui-table thead:first-child > tr:first-child > th {
    border-top: 1px solid #e6e6e6;
}

.yq-table .layui-table thead > tr > th {
    vertical-align: middle;
    padding: 7px 0px;
    text-align: center;
    font-weight: bold;
    background: #f5f5f5;
    line-height: 1.8;
    border-bottom: 1px solid #e6e6e6;
}

.yq-table .layui-table thead > tr > th {
    border-left: 1px solid #e6e6e6;
}

.yq-table .layui-none {
    text-align: center;
    border: 1px solid #efefef;
    border-top: 0;
    line-height: 40px;
    border-left: 0;
    font-size: 13px;
    border-right: 0;
}

.yq-table .layui-table-body tr td {
    font-size: 14px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    padding: 5px 0px;
    text-align: center;
    font-weight: 400;
    background: #fff;
    line-height: 1.3;
    position: relative;
}

.yq-table .layui-laypage a,
.yq-table .layui-laypage span {
    display: inline-block;
    font-size: 12px;
    height: 26px;
    margin-right: 10px;
    color: #000;
    line-height: 26px;
    display: flex;
}

.yq-table .layui-laypage input.layui-input {
    display: inline-block;
    width: 40px;
    height: 26px;
    line-height: 26px;
    margin: 0 10px;
    padding: 0 3px;
    text-indent: 0;
    text-align: center;
}

.yq-table .layui-table-page .layui-laypage a,
.yq-table .layui-table-page .layui-laypage span.layui-laypage-curr {
    padding: 0px 10px;
    height: 26px;
    background: #f5f5f5;
    border-radius: 2px;
    line-height: 26px;
}

.yq-table
.layui-table-page
.layui-laypage
.layui-laypage-curr
.layui-laypage-em {
    left: 0;
    top: 0;
    padding: 0;
}

.yq-table .layui-laypage .layui-laypage-curr {
    position: relative;
}

    .yq-table .layui-laypage .layui-laypage-curr .layui-laypage-em {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 2px;
        background-color: #e60000;
    }

    .yq-table .layui-laypage .layui-laypage-curr em {
        position: relative;
        color: #fff;
        font-style: normal;
    }

.yq-table .layui-laypage {
    display: flex;
    margin-top: 20px;
}

    .yq-table .layui-laypage select {
        padding: 0 5px;
        border-radius: 2px;
        cursor: pointer;
        height: 26px;
        color: #000;
        font-size: 13px;
        width: 90px;
    }

    .yq-table .layui-laypage button {
        border-radius: 2px;
        vertical-align: top;
        background-color: #fff;
        border: 1px solid #e2e2e2;
        box-sizing: border-box;
        margin-left: 10px;
        height: 28px;
        padding: 0 10px;
        line-height: 26px;
    }

.yq-table-middle .layui-table-body tr td {
    vertical-align: middle !important;
}

.yq-table-striped tbody > tr:nth-child(even) > td {
    background-color: rgba(247, 247, 247, 0.54);
}

.layui-table-sort .layui-edge {
    position: absolute;
    left: 0;
    border-width: 5px;
    border-top-width: 5px;
}

.layui-edge {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: dashed;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.layui-table-sort .layui-table-sort-asc {
    top: 3px;
    border-top: none;
    border-bottom-style: solid;
    border-bottom-color: #b2b2b2;
}

.layui-table-sort .layui-table-sort-desc {
    bottom: 2px;
    border-bottom: none;
    border-top-style: solid;
    border-top-color: #b2b2b2;
}

.layui-table-sort {
    width: 10px;
    height: 20px;
    position: relative;
    margin-left: 5px;
    cursor: pointer !important;
}

    .layui-table-sort[lay-sort="asc"] .layui-table-sort-asc {
        border-bottom-color: #000;
    }

    .layui-table-sort[lay-sort="desc"] .layui-table-sort-desc {
        border-top-color: #000;
    }

.layui-table-cell,
.layui-table-tool-panel li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body .layui-table-tips .layui-layer-content {
    background: 0 0;
    padding: 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}

.layui-table-tips-main {
    margin: -44px 0 0 -1px;
    max-height: 150px;
    padding: 8px 15px;
    font-size: 14px;
    overflow-y: scroll;
    background-color: #fff;
    box-sizing: content-box;
    color: #666;
}

.layui-table-tips-main {
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}

.layui-table-tips-c {
    position: absolute;
    right: -3px;
    top: -13px;
    width: 20px;
    height: 20px;
    padding: 3px;
    cursor: pointer;
    background-color: #666;
    border-radius: 50%;
    color: #fff;
    box-sizing: content-box;
}

    .layui-table-tips-c:before {
        position: relative;
        right: -2px;
    }

.layui-icon-close:before {
    content: "\1006";
}

.layui-table-grid-down {
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}

.layui-table-grid-down {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 100%;
    padding: 5px 0;
    border-width: 0 0 0 1px;
    text-align: center;
    background-color: #fff;
    color: #999;
    cursor: pointer;
}

    .layui-table-grid-down .layui-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -8px 0 0 -8px;
    }

    .layui-table-grid-down:hover {
        background-color: #fbfbfb;
    }

body .layui-table-tips .layui-layer-content {
    background: 0 0;
    padding: 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}

/*表格无边框*/
.yq-table-noborder.yq-table .layui-table {
    border: none;
}

    .yq-table-noborder.yq-table .layui-table thead > tr > th {
        text-align: left;
        padding: 10px 0px;
    }

    .yq-table-noborder.yq-table .layui-table thead > tr > th {
        border-left: 0;
        border-right: 0;
    }

.yq-table-noborder.yq-table .layui-table-body tr td {
    text-align: left;
    padding: 10px 0px;
    border: 0;
    border-left: 0px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
}

.yq-table-noborder.yq-table .layui-table-cell {
    padding: 0 10px;
}

.yq-table-noborder.yq-table .layui-table-view,
.yq-table-noborder.yq-table .yq-table-noborder.yq-table {
    border: 0;
    margin: 0;
}

.yq-table-noborder.yq-table .layui-table-header .layui-table {
    border: 0;
}

.yq-table-noborder.yq-table .layui-table-cell {
    height: auto;
    line-height: 1.6;
}

.yq-table-noborder.yq-table .layui-table-body {
    margin-bottom: 0px;
}

.yq-table-noborder.yq-table .layui-table-page {
    margin-bottom: 0;
    border: 0;
    padding: 0;
    height: auto;
}

    .yq-table-noborder.yq-table .layui-table-page > div {
        height: auto;
    }

    .yq-table-noborder.yq-table .layui-table-page .layui-laypage {
        margin-top: 20px;
    }

        .yq-table-noborder.yq-table
        .layui-table-page
        .layui-laypage
        .layui-laypage-prev {
            margin-left: 0 !important;
        }

.yq-table-noborder.yq-table .layui-table-header {
    border-bottom: 0;
}

/*支付*/
.order_btn_row > * {
    border-right: 1px solid #a29f9f;
    line-height: 1;
    display: block;
    padding: 0 5px;
    float: left;
    height: 14px;
    cursor: pointer;
}

    .order_btn_row > *:last-child {
        border-right: 0px solid #a29f9f;
        line-height: 1;
        display: inline-block;
        padding: 0 5px;
    }

.orderpay-tab div {
    border: 1px solid #ccc;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    min-width: 127px;
    line-height: 35px;
    margin-right: 10px;
    margin-bottom: -1px;
    text-align: center;
}

.paytype-row {
    margin: 10px 0;
}

.orderpay-onlinpay {
    margin-top: 20px;
}

    .orderpay-onlinpay div {
        border: 1px solid #ccc;
        border-radius: 3px;
        cursor: pointer;
        min-width: 127px;
        line-height: 35px;
        margin-right: 10px;
        display: flex;
        text-align: center;
        padding: 0 10px;
    }

        .orderpay-onlinpay div i {
            margin-right: 5px;
        }

            .orderpay-onlinpay div i img {
                vertical-align: sub;
            }

        .orderpay-tab .tab-on,
        .orderpay-onlinpay div.tab-on {
            border-color: #e60000;
            color: #e60000;
            position: relative;
            background-image: url(../../images/pro_on_get.png);
            background-position: right bottom;
            background-repeat: no-repeat;
        }

.orderpay-tab .tab-on {
    border-bottom-color: #fff;
}

.orderpay-tab {
    border-bottom: 1px solid #ccc;
}

/*表单按钮组*/
.btngroup_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .btngroup_row > * {
        display: block; /*float:left;*/
        cursor: pointer;
        position: relative;
        padding: 4px 6px;
        font-size: 12px;
        line-height: 12px;
        border: 1px solid;
        margin-right: 5px;
    }

        .btngroup_row > *:last-child {
            margin-right: 0;
        }

        .btngroup_row > *:nth-child(1) {
            border-color: #e60000;
            color: #e60000;
        }

        .btngroup_row > *:nth-child(2) {
            color: #fc8800;
            border-color: #fc8800;
        }

        .btngroup_row > *:nth-child(3) {
            border-color: #f37b1d;
            color: #f37b1d;
        }

        .btngroup_row > *:nth-child(4) {
            border-color: #55b50e;
            color: #55b50e;
        }

        .btngroup_row > *:nth-child(1) {
            border-color: #e60000;
            color: #e60000;
        }

        .btngroup_row > *:nth-child(2) {
            color: #fc8800;
            border-color: #fc8800;
        }

        .btngroup_row > *:nth-child(3) {
            border-color: #fcb800;
            color: #fcb800;
        }

        .btngroup_row > *:nth-child(4) {
            border-color: #55b50e;
            color: #55b50e;
        }

        .btngroup_row > *:hover {
            color: #fff;
        }

            .btngroup_row > *:hover:nth-child(1) {
                background: #e60000;
            }

            .btngroup_row > *:hover:nth-child(2) {
                background: #fc8800;
            }

            .btngroup_row > *:hover:nth-child(3) {
                background: #fcb800;
            }

            .btngroup_row > *:hover:nth-child(4) {
                background: #55b50e;
            }

    .btngroup_row > .no-btn {
        color: #949494;
        pointer-events: none;
        border-color: #949494;
    }

.demoTable select#ProdType {
    width: 100px;
}

.explain-row {
    line-height: 35px;
}

.NewUpdate-btn {
    position: absolute;
    width: 76px;
    background: #55b50e;
    padding: 0px 5px;
    z-index: 1;
    top: 20px;
    border: 1px solid #55b50e;
    left: -39px;
    display: none;
}

    .NewUpdate-btn * {
        display: block;
        text-align: center;
        font-size: 12px;
        border: 1px solid #fff;
        margin: 5px 0;
        line-height: 20px;
        padding: 0 5px;
        background: #fff;
        color: #55b50e;
    }

        .NewUpdate-btn *:hover {
            background: #55b50e;
            color: #fff;
        }

.btngroup_row > *:hover > div {
    display: block;
}

/*上传*/
.Uploadimg-row .Uploadimg-btn {
    background-color: #d7342e;
    width: 180px;
}

.thumbnail-row img {
    width: 160px;
    height: 100px;
}

.CustPermitImage-row img {
    height: 120px;
}

/*下拉*/
.am-form select {
    height: 40px;
    background-image: url(/UIFile/images/select_down_icon.png);
    background-position: calc(100% - 5px) center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-size: 20px;
    min-width: 120px;
    padding-right: 20px;
}

.select-input-group-row select + select {
    margin-left: 10px;
}
/*提交表单*/
.Settlement-btn:hover {
    color: #fff;
    background-color: #e60000;
}

.Settlement-btn {
    width: 160px;
    line-height: 35px;
    background-color: #fff;
    border-radius: 3px;
    display: block;
    color: #e60000;
    text-align: center;
    margin-top: 30px;
    transition: all 0.3s;
    cursor: pointer;
    border: 1px solid #e60000;
}

/*切换*/
.table-tab-row .tab-on {
    color: #e60000;
    background: #fff1f1;
    border-radius: 2px 2px 0 0;
}

.table-tab-row .tab-btn {
    position: relative;
    padding: 0 15px;
    cursor: pointer;
    margin-bottom: 0px;
    line-height: 29px;
}

.tab-btn2 {
    position: relative;
    padding-right: 25px;
    cursor: pointer;
    line-height: 25px;
}

.tab-btn2-row {
    background: #fff1f1;
    border-radius: 3px;
}

.tab2-on {
    color: #e60000;
}

/*查看信息*/
.Info-row-3 .am-form-group {
    width: 33%;
}

.Info-row-2 .am-form-group {
    width: 50%;
}

.Info-row .am-form-group .am-form-label {
    width: 135px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    line-height: 50px;
}

.Info-row .am-form-Seebox {
    line-height: 50px;
    font-size: 14px;
}

.Info-row .am-form-group {
    margin-bottom: 0px;
}

.Info-row + .Info-row {
    margin-top: 20px;
}

/*弹窗加载缓动*/
@font-face {
    font-family: layui-icon;
    src: url(../../layui/font/iconfont.eot?v=226_rc2);
    src: url(../../layui/font/iconfont.eot?v=226_rc2#iefix) format("embedded-opentype"), url(../../layui/font/iconfont.svg?v=226_rc2#iconfont) format("svg"), url(../../layui/font/iconfont.woff?v=226_rc2) format("woff"), url(../../layui/font/iconfont.ttf?v=226_rc2) format("truetype");
}

.layui-icon {
    font-family: layui-icon !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.DisoLoad {
    position: absolute;
    text-align: center;
    left: calc(50% - 25px);
    top: 50%;
}

    .DisoLoad .load-icotem {
        font-size: 36px;
        margin: 30% 0;
    }

.layui-icon {
    font-family: layui-icon !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.layui-anim {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .layui-anim.layui-icon {
        display: inline-block;
    }

.layui-anim-loop {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes layui-rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.layui-anim-rotate {
    -webkit-animation-name: layui-rotate;
    animation-name: layui-rotate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

/*评分*/
.layui-rate {
    padding: 0px 5px 0px 0;
    font-size: 0;
}

.layui-inline {
    *display: inline;
    *zoom: 1;
}

.layui-rate,
.layui-rate * {
    display: inline-block;
    vertical-align: middle;
}

    .layui-rate li i.layui-icon {
        font-size: 20px;
        color: #ffb800;
        margin-right: 5px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

.layui-icon-rate:before {
    content: "\e67b";
}

.layui-icon-rate-solid::before {
    content: "";
}

/*表单勾选*/
.layui-table-cell .layui-form-checkbox[lay-skin="primary"] {
    top: -1px;
    padding: 0;
    position: relative;
}

.layui-table-view .layui-form-checkbox[lay-skin="primary"] i {
    width: 18px;
    height: 18px;
}

.layui-form-checkbox[lay-skin="primary"] i {
    right: auto;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

.layui-form-checkbox i {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 28px;
    border: 1px solid #d2d2d2;
    border-left: none;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.layui-form-checkbox,
.layui-form-checkbox *,
.layui-form-switch {
    display: inline-block;
    vertical-align: middle;
}

.layui-icon-ok:before {
    content: "\e605";
}

.layui-form input[type="checkbox"],
.layui-form input[type="radio"] {
    display: none !important;
}

.layui-form-checkbox[lay-skin="primary"] {
    height: auto !important;
    line-height: normal !important;
    min-width: 18px;
    min-height: 18px;
    border: none !important;
    margin-right: 0;
    padding-left: 28px;
    padding-right: 0;
    background: 0 0;
}

    .layui-form-checkbox[lay-skin="primary"] i {
        right: auto;
        left: 0;
        width: 16px;
        height: 16px;
        line-height: 16px;
        border: 1px solid #d2d2d2;
        font-size: 12px;
        border-radius: 2px;
        background-color: #fff;
        -webkit-transition: 0.1s linear;
        transition: 0.1s linear;
    }

.layui-form-checked[lay-skin="primary"] i {
    border-color: #5fb878;
    background-color: #5fb878;
    color: #fff;
}

/*滑块*/
.demo-slider {
    width: 560px;
}

.layui-auxiliar-moving {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    z-index: 9999999999;
}

.layui-slider {
    height: 4px;
    background: #e2e2e2;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.layui-slider-bar {
    border-radius: 3px;
    position: absolute;
    height: 100%;
}

.layui-slider-step {
    position: absolute;
    top: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.layui-slider-wrap {
    width: 36px;
    height: 36px;
    position: absolute;
    top: -16px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
}

.layui-slider-wrap-btn {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: 0.3s;
}

.layui-slider-wrap:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.layui-slider-wrap-btn.layui-slider-hover,
.layui-slider-wrap-btn:hover {
    transform: scale(1.2);
}

.layui-slider-wrap-btn.layui-disabled:hover {
    transform: scale(1) !important;
}

.layui-slider-tips {
    position: absolute;
    top: -42px;
    z-index: 66666666;
    white-space: nowrap;
    display: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    background: #000;
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
}

    .layui-slider-tips:after {
        content: "";
        position: absolute;
        bottom: -12px;
        left: 50%;
        margin-left: -6px;
        width: 0;
        height: 0;
        border-width: 6px;
        border-style: solid;
        border-color: #000 transparent transparent;
    }

.layui-slider-input {
    width: 70px;
    height: 32px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    font-size: 16px;
    line-height: 32px;
    position: absolute;
    right: 0;
    top: -10px;
}

.layui-slider-input-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    border-left: 1px solid #d2d2d2;
}

    .layui-slider-input-btn i {
        cursor: pointer;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 20px;
        height: 50%;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: #999;
    }

        .layui-slider-input-btn i:first-child {
            top: 0;
            border-bottom: 1px solid #d2d2d2;
        }

.layui-slider-input-txt {
    height: 100%;
    font-size: 14px;
}

    .layui-slider-input-txt input {
        height: 100%;
        border: none;
    }

.layui-slider-input-btn i:hover {
    color: #009688;
}

.layui-icon-up::before {
    content: "\e619";
}

.layui-icon-down::before {
    content: "\e61a";
}

.pro_showtype_1 .layui-slider {
    display: none;
}

.pro_showtype_1 .layui-slider-input {
    left: 0;
}

.pamstxt_row {
    margin-left: 20px;
    padding: 0 10px;
    width: 100px;
    text-align: center;
    border-radius: 1px;
    color: #666;
    height: 34px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border: 1px solid #c2cad8;
}

/*新滑块*/
.ui-widget-content .ui-slider-handle.ui-state-default {
    background: #434d5a;
    border-color: #434d5a;
}

.ui-slider.ui-slider-horizontal .ui-slider-handle {
    width: 12px;
    height: 12px;
    margin-left: -6px;
    background: #fff;
    top: -5px;
    border-radius: 50%;
    border: 2px solid #e60000;
}

/*选择框优化*/
.checkbox-box {
    line-height: 34px;
}

    .checkbox-box label {
        position: relative;
        padding-left: 30px;
        margin-bottom: 0;
        min-width: 90px;
        vertical-align: top;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .checkbox-box input {
        opacity: 0;
        display: none;
    }

        .checkbox-box input + label:before {
            position: absolute;
            top: 7px;
            left: 0;
            display: inline-block;
            width: 18px;
            height: 18px;
            content: "";
            border: 1px solid #ccc;
            border-radius: 50%;
            box-sizing: border-box;
        }

    .checkbox-box.checkbox-row input + label:before {
        border-radius: 0%;
    }

    .checkbox-box input + label:after {
        top: 7px;
        left: 0;
        box-sizing: border-box;
        width: 18px;
        height: 18px;
        background-image: url(/UIFile/images/checkbox-icon.png);
        background-size: 17px;
        background-position: center;
        background-repeat: no-repeat;
        content: "";
        transform: rotate(0deg) scaleY(0);
        position: absolute;
        transition: transform 0.15s cubic-bezier(0.71, -0.46, 0.88, 0.6) 50ms;
        transform-origin: center;
    }

    .checkbox-box input:checked + label:after {
        transform: rotate(0deg) scaleY(1);
    }

    .checkbox-box input:checked + label:before {
        border-color: #e60000;
    }

.DomainTempcheck.checkbox-box label {
    padding-left: 25px;
}

.DomainTempcheck.checkbox-box input + label:before {
    width: 15px;
    height: 15px;
    border-radius: initial;
    top: 10px;
}

.DomainTempcheck.checkbox-box input + label:after {
    width: 15px;
    height: 15px;
    top: 10px;
}

.DomainTempcheck .edit_btn {
    cursor: pointer;
}

/*复选框*/

.checks-row.checkbox-box input + label:before {
    top: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 0;
    box-sizing: border-box;
}

.checks-row.checkbox-box input + label:after {
    width: 20px;
    height: 20px;
    top: 10px;
    background-size: 20px;
}
/*弹窗*/
.Popupspecial .Popupscroll-row {
    height: 280px;
}

.PopupDisksize .Popupscroll-row {
    height: 268px;
    overflow: auto;
}

.PopupLanguagenum .Popupscroll-row {
    height: 287px;
}

.updatapwd .Popupscroll-row,
.EditMenu_row .Popupscroll-row {
    height: 198px;
}

.TDK_row .Popupscroll-row {
    height: 330px;
}

.newRenew .Popupscroll-row {
    height: 358px;
}

.layui-layer-setwin .layui-layer-close1.layui-layer-ico {
    background-image: url(/UIFile/images/close1.png);
    background-position: center;
    width: 17px;
    height: 17px;
    border: 1px solid #fff;
    margin-top: -3px;
}

.layui-layer-setwin .layui-layer-close1:hover {
    opacity: 1 !important;
}

.Total-row {
    background-color: #f2f2f2;
    height: 80px;
}

.newPopup .Settlement-btn:not(.nosubmit) {
    line-height: 40px;
    margin-top: 0;
    line-height: 40px;
    border-radius: 0;
    color: #fff;
    background-color: #e60000;
}

.newPopup .Settlement-no-btn {
    background-color: #949494;
    pointer-events: none;
    border-color: #949494;
}

.newPopup .nosubmit {
    border-radius: 0px;
    margin-left: 10px;
    margin-top: 0;
}

.Popupscroll-row {
    height: 478px;
    overflow: auto;
}
/*弹窗*/
.login-ok-row {
    width: 500px;
    height: 110px;
    background-color: rgba(0, 0, 0, 0);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.login-index .layui-layer {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0);
}

.updatapwd .personal-perfection .am-form-label {
    padding-right: 0;
    width: 70px;
    padding-left: 0;
}

.layui-layer-dialog .layui-layer-content {
    text-align: center;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #e60000 !important;
    background-color: #e60000 !important;
    color: #fff;
}

.Info-row .am-form {
    border: 1px solid #e2e2e2;
    background: #fff;
}

.Info-row .am-form-group:nth-of-type(4n + 1),
.Info-row .am-form-group:nth-of-type(4n + 2) {
    background: #eef6fa;
}

.Info-row .am-form-group:nth-of-type(2n-1) {
    border-right: 1px solid #e2e2e2;
}

.Info-row .am-form-group label {
    border-right: 1px solid #e2e2e2;
}

.UserImprovement-title:after {
    width: 2px;
    height: 18px;
    background-color: #e60000;
    position: absolute;
    left: 0;
    content: "";
    top: 2px;
}

.ProdAddCart-7-row {
    width: 720px;
}

.Popupscroll-7-row {
    display: flex;
}

    .Popupscroll-7-row.Popupscroll-row .Application_years_row {
        max-width: calc(100%);
    }

.ProdAddCart-7-row .purchase-form-row .input-row div:nth-of-type(n + 6) {
    margin-top: 5px;
}

.dispose-row label {
    margin-bottom: 0;
    width: 110px; /*border-right:1px solid #e2e2e2;*/
    text-align: right;
    font-weight: 400;
    padding-right: 10px;
}

.dispose-row > div {
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

    .dispose-row > div > div {
        width: 210px;
        padding-left: 0px;
    }

.ProdAddCart-7-row .purchase-form-row {
    border-right: 1px solid #f4f4f4;
    padding-right: 30px;
}

.QRcode_row {
    border: 1px solid #dedede;
    padding: 12px;
    width: 250px;
}

.paytpe-text {
    /*width:327px*/
}

.QRcode_box {
    height: 550px;
}

.endtime-row {
    width: 350px;
}

/*编辑器*/
.layui-hide {
    display: none !important;
}

.layui-layedit {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    border-color: #e6e6e6;
}

.layui-layedit-tool {
    padding: 3px 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 0;
    border-color: #e6e6e6;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

    .layui-layedit-tool .layui-icon {
        position: relative;
        width: 32px;
        height: 30px;
        line-height: 30px;
        margin: 3px 5px;
        color: #777;
        cursor: pointer;
        border-radius: 2px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

.layui-layedit-iframe iframe {
    display: block;
    width: 100%;
}

.layedit-tool-image input {
    position: absolute;
    font-size: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.01;
    filter: Alpha(opacity=1);
    cursor: pointer;
}

/*素材库关键词*/
.key-box input.bor-input {
    width: 90px;
    margin-right: 5px;
    text-indent: 0;
    padding: 0 10px;
    margin-bottom: 5px;
}

    .key-box input.bor-input:nth-of-type(3n + 3) {
        margin-right: 0px;
    }

.key-row .layui-icon {
    font-size: 23px;
    cursor: pointer;
}

.key-box {
    width: 280px;
}

/*基础结束*/

/*单独内容 开始*/
.tpl-content-wrapper {
    min-height: initial;
}

.title-before:before {
    position: absolute;
    display: block;
    content: "";
    width: 3px;
    height: 24px;
    background-color: #e60000;
    left: 0;
}

.tab-ul-row li {
    line-height: 40px;
    position: relative;
}

.tab-ul-row .tab-li-on:before {
    position: absolute;
    display: block;
    content: "";
    right: 0px;
    height: 3px;
    background-color: #e60000;
    left: 0;
    bottom: -1px;
}

.l-menu {
    z-index: 99999 !important;
}

.tpl-form-border-form .content-input-row input.bor-input {
    width: 36vw;
}

.tpl-form-border-form .content-input-row .input-row textarea {
    width: 36vw;
    min-height: 90px;
}

.tpl-form-border-form .content-input-row .layui-layedit {
    width: calc(100vw - 395px);
}

.tpl-form-border-form .content-input-row .thumbnail-row img {
    width: 19vw;
    height: 10vw;
}

.tpl-form-border-form .content-input-row .Uploadimg-btn {
    width: auto;
    background: initial;
    text-decoration: underline;
}

.tpl-form-border-form .content-input-row .extend-input-row input.bor-input {
    width: 130px;
}

.tpl-form-border-form .content-input-row .extend-input-row .layui-btn {
    line-height: 40px;
    height: 40px;
    vertical-align: top;
}

.extend-input-row .layui-btn .layui-icon {
    margin-right: 0;
    vertical-align: text-bottom;
}

.am-form-type-row .type-box div {
    font-size: 14px;
    color: #666;
    border: solid 1px #666;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 2px;
    padding: 5px 10px;
    background-repeat: no-repeat;
    background-position: right bottom;
    overflow: hidden;
    margin-bottom: 10px;
}

.flex_box.type-box {
    min-height: 40px;
    align-items: center;
}

.am-form-type-row .type-box div.typeon {
    color: #e90000;
    border-color: #e90000;
    background-image: url(../../images/pro_on_get.png);
}

.login-index .layui-layer.layui-layer-no {
    background-color: #fff;
}
/*分类二叉树*/
.type-row .l-layout-left,
.type-row .l-layout-center {
    position: relative;
    border: 0px;
    min-height: calc(100vh - 165px);
}

.type-row .l-layout-left {
    width: 260px;
}

.type-row .l-layout-center {
    border-left: 1px solid #d9d9d9;
    width: calc(100vw - 260px - 277px);
}

.type-row .l-tree {
    width: 100% !important;
    padding-top: 20px;
}

    .type-row .l-tree li .l-body {
        max-width: 100%;
    }

    .type-row .l-tree .l-tree-icon-folder-open {
        background-image: url(../../images/type_sort_open.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    .type-row .l-tree .l-body span {
        margin-left: 10px;
    }

    .type-row .l-tree li .l-body {
        height: 30px;
        line-height: 30px;
    }

    .type-row .l-tree .l-box {
        background-repeat: no-repeat;
        height: 30px;
    }

    .type-row .l-tree .l-tree-icon-folder {
        background-position: center;
        background-image: url(../../images/type_sort_stop.png);
    }

    .type-row .l-tree a,
    .type-row .l-tree span {
        height: 30px;
        line-height: 30px;
    }

    .type-row .l-tree .l-onlychild .l-expandable-open {
        background-position: 0px -85px;
    }

    .type-row .l-tree .l-onlychild .l-expandable-close {
        background-position: 0px 4px;
    }

    .type-row .l-tree .l-tree-icon-leaf {
        background-position: center;
        background-image: url(../../images/type_sort_file.png);
    }

    .type-row .l-tree .l-selected span {
        height: 30px;
        line-height: 28px;
    }

    .type-row .l-tree .l-selected span {
        background: rgba(233, 0, 0, 0.13);
        border: 1px solid #dd514c;
    }

.tpl-form-border-form .type-input-row .am-form-label {
    line-height: 32px;
    min-height: 32px;
    width: 85px;
}

.tpl-form-border-form .type-input-row input.bor-input {
    width: 14vw;
    height: 32px;
    line-height: 30px;
}

.tpl-form-border-form .type-input-row input.TDK-input {
    width: 29vw;
}

.tpl-form-border-form .type-input-row .layui-textarea {
    height: 120px;
    width: 45vw;
}

.type-row.l-tree .l-note {
    background-position: 0px -194px;
}

.type-row .l-tree .l-note-last {
    background-position: 0px -216px;
}

.list-img-row img {
    max-height: 90px;
}

.checkbox-box.checks-row {
    line-height: 40px;
}

.jqwinput-row
.am-form-group:not(.Uploadimg-row):nth-of-type(even)
.input-row:not(.select-input-row) {
    width: 190px;
}

.layui-btn {
    cursor: pointer;
}
/*.report-table-row.yq-table .layui-table-body tr td > div {
    min-height: 50px;
    display: flex;
    -webkit-box-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}*/
/*.report-table-row.yq-table .layui-table-body tr td > div.laytable-cell-1-0-0 {margin:0 10px;width: 220px;}*/
.report2-table-row.yq-table.yq-table .layui-table-body tr td {
    padding: 0;
}

    .report2-table-row.yq-table.yq-table
    .layui-table-body
    tr
    td[data-field="WordName"],
    .report2-table-row.yq-table.yq-table
    .layui-table-header
    tr
    th[data-field="WordName"],
    .report-table-row.yq-table.yq-table .layui-table-body tr td:nth-of-type(1),
    .report-table-row.yq-table.yq-table .layui-table-header tr th:nth-of-type(1) {
        padding: 0 15px;
    }
/*金全网配置选模板*/
.cpRemark-radio-row label img {
    width: 110px;
    height: 160px;
}

.list_main_a:hover .list_main_row_title {
    color: #e60000;
}

.PageTemplate-radio-row label img {
    width: 110px;
    height: 160px;
}

.Included-row a {
    position: relative;
}

    .Included-row a:before {
        position: absolute;
        display: block;
        content: "";
        width: 1px;
        background-color: #b5acac;
        right: 0;
        top: 3px;
        bottom: 3px;
    }

    .Included-row a:last-child:before {
        display: none;
    }

.a_href_on {
    color: #e60000;
    text-decoration: underline;
}

.layui-form {
    overflow: hidden;
    overflow-x: auto;
}

.list-main-type {
    margin: 10px 0;
    color: #999;
    display: inline-block;
    border: 1px solid #999;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 13px;
}

.tangram-suggestion-main {
    z-index: 99999999999;
}

/*公用标题*/
.title1 {
    line-height: 24px;
}

    .title1:before {
        position: absolute;
        display: block;
        content: "";
        width: 3px;
        height: 24px;
        background-color: #e60000;
        z-index: 1;
        left: 20px;
    }

/*首页*/
.collection-history-btn {
    width: 120px;
    line-height: 30px;
    border-radius: 3px;
    border: solid 1px #e60000;
}

.city-row select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(/UIFile/images/select_down_icon.png);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 7vw;
    height: 32px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
}

.query-row input {
    height: 32px;
    width: 9vw;
}

.query-btn {
    width: 120px;
    line-height: 32px;
    cursor: pointer;
}

.query-row select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(/UIFile/images/select_down_icon.png);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 7vw;
    height: 32px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
}

.clear-btn {
    width: 120px;
    line-height: 30px;
    cursor: pointer;
    border: solid 1px #e60000;
}
/*采集弹窗*/
.collection-pop-row {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.collection-pop-box {
    width: 560px;
    position: relative;
    height: 220px;
    background-color: #ffffff;
    border-radius: 10px;
}

.collection-pop-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.collection-pop-row-show {
    display: flex;
}
/*历史记录*/
.btngroup2_row span {
    border-right: 1px solid #808080;
}

    .btngroup2_row span:last-child {
        border-right: 0px solid #808080;
    }

/*记录详情*/
.Import-btn {
    width: 140px;
    line-height: 32px;
}

.RecordDetails-list-title:before {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #e60000;
    z-index: 1;
    left: 0px;
    border-radius: 50%;
    top: 7px;
}

.RecordDetails-list-btn span {
    cursor: pointer;
}

    .RecordDetails-list-btn span:hover {
        color: #e60000;
    }

        .RecordDetails-list-btn span:hover svg path {
            fill: #e60000;
        }

.RecordDetails-list-box:last-child {
    border-bottom: 0px;
}

.page-row a {
    font-size: 13px;
    color: #666666;
    line-height: 20px;
    height: 20px;
    padding: 0 8px;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    margin: 0 5px;
    display: -ms-flexbox;
    display: flex;
    background-color: #f5f5f5;
    border-radius: 2px;
}

    .page-row a.curre,
    .page-row a:hover,
    .page-row a:hover svg path {
        background-color: #e60000;
        color: #ffffff;
        fill: #fff;
    }

.page-row input {
    width: 22px;
    height: 20px;
    background-color: #f5f5f5;
    border-radius: 2px;
    border: 0;
}

#l-map img {
    max-width: initial;
}

.collection-history-btn a {
    color: #e60000;
}

.li_top3 {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
}

.li_top3_left {
    display: flex;
    align-items: center;
}

    .li_top3_left .pic {
        width: 32px;
    }

        .li_top3_left .pic img {
            width: 100%;
        }

    .li_top3_left .title {
        font-size: 14px;
        font-weight: bold;
        margin-left: 20px;
        color: #333333;
    }

.li_top3_right select {
    width: 120px;
    height: 30px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: none;
    padding: 0 10px;
}

.li_bottom3 {
    padding: 50px 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.li_bottom3_left,
.li_bottom3_right {
    width: 250px;
}

    .li_bottom3_left img {
        width: 100%;
    }

    .li_bottom3_right ol {
        position: relative;
        padding-left: 23px;
        margin-bottom: 20px;
    }

        .li_bottom3_right ol::before {
            content: "";
            position: absolute;
            width: 3px;
            height: 20px;
            background-color: #800000;
            top: 9px;
            left: 0;
        }

        .li_bottom3_right ol:nth-child(2):before {
            content: "";
            position: absolute;
            width: 3px;
            height: 20px;
            background-color: #e60000;
            top: 9px;
            left: 0;
        }

        .li_bottom3_right ol:nth-child(3):before {
            content: "";
            position: absolute;
            width: 3px;
            height: 20px;
            background-color: #ffd9d9;
            top: 9px;
            left: 0;
        }

        .li_bottom3_right ol h3 {
            font-size: 16px;
            font-weight: normal;
            color: #333333;
            line-height: 32px;
        }

        .li_bottom3_right ol h1 {
            font-size: 28px;
            font-weight: normal;
            color: #333333;
            line-height: 32px;
            margin-top: 10px;
        }

            .li_bottom3_right ol h1 em {
                font-size: 20px;
                font-style: initial;
            }

.index_contnt {
    padding: 30px;
    background: #f5f5f5;
    width: 1630px;
    float: right;
}

    .index_contnt > ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .index_contnt > ul > li {
            background-color: #ffffff;
            box-shadow: 1px 1px 3px 0px rgba(4, 0, 0, 0.08);
            width: 775px;
            margin-bottom: 20px;
        }

            .index_contnt > ul > li .li_top {
                padding: 40px 30px;
                display: flex;
                align-items: center;
                border-bottom: 1px solid #e6e6e6;
            }

                .index_contnt > ul > li .li_top .pic {
                    width: 50px;
                }

                    .index_contnt > ul > li .li_top .pic img {
                        width: 100%;
                    }

                .index_contnt > ul > li .li_top .title {
                    margin-left: 20px;
                }

                    .index_contnt > ul > li .li_top .title h3 {
                        font-size: 14px;
                        color: #333333;
                    }

                    .index_contnt > ul > li .li_top .title span {
                        font-size: 12px;
                        line-height: 22px;
                        color: #999999;
                    }

            .index_contnt > ul > li .li_bottom {
                padding: 40px 30px;
            }

                .index_contnt > ul > li .li_bottom ul {
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                }

                    .index_contnt > ul > li .li_bottom ul li {
                        width: 50%;
                        display: flex;
                    }

                        .index_contnt > ul > li .li_bottom ul li:first-child,
                        .index_contnt > ul > li .li_bottom ul li:nth-child(2) {
                            margin-bottom: 60px;
                        }

                        .index_contnt > ul > li .li_bottom ul li .pic {
                            width: 32px;
                        }

                            .index_contnt > ul > li .li_bottom ul li .pic img {
                                width: 100%;
                            }

                        .index_contnt > ul > li .li_bottom ul li .title {
                            margin-left: 20px;
                        }

                            .index_contnt > ul > li .li_bottom ul li .title h4 {
                                font-size: 14px;
                                line-height: 32px;
                                letter-spacing: 0px;
                                color: #666666;
                            }

                            .index_contnt > ul > li .li_bottom ul li .title h1 {
                                font-size: 34px;
                                line-height: 32px;
                                letter-spacing: 0px;
                                color: #333333;
                                margin-top: 40px;
                            }

                                .index_contnt > ul > li .li_bottom ul li .title h1 em {
                                    font-size: 24px;
                                    line-height: 32px;
                                    font-style: initial;
                                    color: #333333;
                                }

            .index_contnt > ul > li .li_top2 {
                display: flex;
                align-items: center;
                padding: 20px 30px;
                border-bottom: 1px solid #e6e6e6;
            }

                .index_contnt > ul > li .li_top2 .pic {
                    width: 30px;
                }

                    .index_contnt > ul > li .li_top2 .pic img {
                        width: 100%;
                    }

                .index_contnt > ul > li .li_top2 .title {
                    font-size: 14px;
                    font-weight: bold;
                    color: #333333;
                    margin-left: 20px;
                }

            .index_contnt > ul > li .li_bottom2 {
                padding: 60px 30px;
            }

                .index_contnt > ul > li .li_bottom2 > h3 {
                    font-size: 14px;
                    font-weight: bold;
                    color: #333333;
                    text-align: center;
                    margin-bottom: 50px;
                }

                .index_contnt > ul > li .li_bottom2 .rili {
                    display: flex;
                    justify-content: space-between;
                    padding: 0 20%;
                    position: relative;
                    margin-bottom: 60px;
                }

                    .index_contnt > ul > li .li_bottom2 .rili::before {
                        content: "";
                        position: absolute;
                        width: 7px;
                        height: 12px;
                        background: url(/UIFile/icon/left.png) no-repeat;
                        left: 30px;
                        top: 10px;
                    }

                    .index_contnt > ul > li .li_bottom2 .rili::after {
                        content: "";
                        position: absolute;
                        width: 7px;
                        height: 12px;
                        background: url(/UIFile/icon/right.png) no-repeat;
                        right: 30px;
                        top: 10px;
                    }

                    .index_contnt > ul > li .li_bottom2 .rili li {
                        width: 15px;
                        text-align: center;
                    }

                        .index_contnt > ul > li .li_bottom2 .rili li h4 {
                            font-size: 14px;
                            font-weight: initial;
                            line-height: 32px;
                            color: #666666;
                        }

                            .index_contnt > ul > li .li_bottom2 .rili li h4.ri {
                                color: #e60000;
                            }

                        .index_contnt > ul > li .li_bottom2 .rili li h5 {
                            font-size: 14px;
                            font-weight: initial;
                            line-height: 32px;
                            color: #666666;
                        }

                        .index_contnt > ul > li .li_bottom2 .rili li.on {
                            width: 30px;
                        }

                            .index_contnt > ul > li .li_bottom2 .rili li.on h5 {
                                width: 30px;
                                background-color: #e60000;
                                color: #fff;
                                border-radius: 13px;
                                height: 20px;
                                line-height: 20px;
                                margin-top: 5px;
                            }

                .index_contnt > ul > li .li_bottom2 .jilu {
                    display: flex;
                    justify-content: space-between;
                }

                    .index_contnt > ul > li .li_bottom2 .jilu li {
                        width: 60px;
                    }

                        .index_contnt > ul > li .li_bottom2 .jilu li.on {
                            width: 80px;
                        }

                        .index_contnt > ul > li .li_bottom2 .jilu li h3 {
                            font-size: 14px;
                            font-weight: initial;
                            line-height: 32px;
                            color: #666666;
                        }

                        .index_contnt > ul > li .li_bottom2 .jilu li h1 {
                            font-size: 28px;
                            font-weight: initial;
                            color: #333333;
                            line-height: 32px;
                        }

                            .index_contnt > ul > li .li_bottom2 .jilu li h1 em {
                                font-size: 20px;
                                font-style: initial;
                            }

.li_bottom3 > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .li_bottom3 > ul > li {
        display: flex;
        width: 170px;
    }

        .li_bottom3 > ul > li:first-child,
        .li_bottom3 > ul > li:nth-child(2),
        .li_bottom3 > ul > li:nth-child(3),
        .li_bottom3 > ul > li:nth-child(4) {
            margin-bottom: 50px;
        }

        .li_bottom3 > ul > li .pic {
            width: 36px;
        }

            .li_bottom3 > ul > li .pic img {
                width: 100%;
            }

        .li_bottom3 > ul > li .title {
            margin-left: 20px;
        }

            .li_bottom3 > ul > li .title h5 {
                font-size: 12px;
                font-weight: normal;
                line-height: 32px;
                color: #666666;
            }

            .li_bottom3 > ul > li .title h1 {
                font-size: 26px;
                font-weight: normal;
                line-height: 32px;
                color: #333333;
                margin-top: 50px;
            }

                .li_bottom3 > ul > li .title h1 em {
                    font-size: 20px;
                    font-style: initial;
                }

.index_contnt > ul > li.big {
    width: 100%;
    margin-bottom: 0;
}

.li_top3_right label {
    margin-left: 10px;
}

    .li_top3_right label select {
        width: 300px;
        color: #b3b3b3;
    }

    .li_top3_right label button {
        width: 80px;
        height: 30px;
        background-color: #e60000;
        border-radius: 3px;
        text-align: center;
        line-height: 30px;
        border: none;
        color: #fff;
        margin-left: 10px;
    }

.li_bottom5 {
    padding: 40px 30px;
}

    .li_bottom5 > ul {
        display: flex;
        justify-content: space-between;
    }

        .li_bottom5 > ul li {
            padding: 0 56px;
            border-left: 1px solid #e6e6e6;
            border-right: 1px solid #e6e6e6;
            min-width: calc(100% / 4);
            box-sizing: border-box;
        }

            .li_bottom5 > ul li:first-child {
                padding-left: 0;
                border-left: 0;
            }

            .li_bottom5 > ul li:last-child {
                padding-right: 0;
                border-right: 0;
            }

.li_top4 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
}

    .li_top4 .pic {
        width: 36px;
    }

        .li_top4 .pic img {
            width: 100%;
        }

    .li_top4 .title {
        font-size: 14px;
        font-weight: normal;
        line-height: 32px;
        color: #333333;
        margin-left: 20px;
    }

        .li_top4 .title i {
            font-size: 28px;
            font-weight: normal;
            line-height: 32px;
            color: #333333;
            font-style: initial;
        }

.li_bottom4 ol {
    display: flex;
    align-items: center;
    padding: 0 20px;
}

    .li_bottom4 ol p {
        font-size: 14px;
        font-weight: normal;
        line-height: 32px;
        color: #333333;
        margin-right: 49px;
    }

    .li_bottom4 ol span {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: normal;
        line-height: 32px;
        color: #e60000;
    }

        .li_bottom4 ol span.on {
            color: #1aae2b;
        }

        .li_bottom4 ol span img {
            margin-left: 5px;
        }
/*2021-9-10*/
.Emailsummary-total-box {
    height: 120px;
    width: 400px;
    border-radius: 6px;
    border: solid 1px #e5e5e5;
}

.Emailsummary-total-box2 {
    width: 315px;
}

.yq-table-wborder > .layui-form {
    border: 0;
}

.Sendingdomainname-tips {
    background-color: #f7f2f2;
    border-radius: 6px;
}

/*2021-9-14*/
.new-form-rox .tpl-form-border-form .am-form-label {
    min-height: 32px;
    line-height: 32px;
}

.new-form-rox .tpl-form-border-form input.bor-input {
    min-height: 32px;
    height: 32px;
    line-height: 32px;
}

.new-form-rox .strfill-txt {
    min-height: 32px;
    line-height: 32px;
}

.am-form .new-form-rox select {
    border: solid 1px #d9d9d9;
    border-radius: 3px;
}

.new-form-rox textarea {
    width: 680px;
    height: 360px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #d9d9d9;
}

.new-form-rox .truesubmit {
    color: #ffffff;
    background-color: #e60000;
}

.newseticon-box {
    width: 42px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #d9d9d9;
}

.mail-People-added-box {
    width: 800px;
    overflow-y: auto;
    height: 180px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #d9d9d9;
}

.mail-People-added-list li {
    height: 50px;
    border-bottom: solid 1px #e5e5e5;
}

.mail-m-icon {
    width: 28px;
    height: 28px;
    background-color: #eee6e6;
    border-radius: 50%
}

.mail-screen-row {
    border-top: solid 1px #ebebeb
}

.mail-screen-type {
    margin-bottom: -1px
}

    .mail-screen-type > div {
        cursor: pointer;
        color: #434343;
        width: 180px;
        height: 40px;
        line-height: 38px;
        border-bottom: 1px solid #d9d9d9;
        border-top: 1px solid #fff
    }

        .mail-screen-type > div.mail-screen-type-on {
            background-color: #f5f5f5;
            border: solid 1px #d9d9d9;
            border-bottom: 1px solid #fff;
            color: #e60000;
        }

.mail-screen-type-mian {
    width: 900px;
    height: 430px;
    background-color: #ffffff;
    border: solid 1px #d9d9d9;
}

.mail-screen-type-Manual textarea {
    width: 860px;
    height: 285px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #d9d9d9;
}

.mail-screen-type-mian .truesubmit {
    color: #ffffff;
    background-color: #e60000;
    margin-top: 10px;
}

.mail-screen-type-Manual-btn > div {
    width: 180px;
    height: 32px;
    line-height: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #d9d9d9;
}

.mail-screen-type-auto-main {
    border-top: solid 1px #e5e5e5
}

.am-form input.mail-screen-type-auto-input {
    background-color: #ffffff;
    border-radius: 3px;
    color: #e60000;
    height: 24px;
    line-height: 22px;
    font-size: 14px;
    padding: 0;
    text-align: center;
}

.mail-screen-type-auto-list .mail-screen-type-auto-list-text {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

    .mail-screen-type-auto-list .mail-screen-type-auto-list-text:before {
        position: absolute;
        top: 7px;
        left: 0;
        display: inline-block;
        width: 4px;
        height: 4px;
        background-color: #e60000;
        content: "";
        border-radius: 50%;
        box-sizing: border-box;
    }

.editSendingdomainname-box {
    border: 1px solid #cfd5de;
}

.mail-screen-type-auto-list-btn > div {
    cursor: pointer;
}

.editSendingdomainname-title {
    border-bottom: 1px solid #cfd5de
}

.editSendingdomainname-table-1 {
    width: 70px;
}

.editSendingdomainname-table-2 {
    width: 100px;
}

.editSendingdomainname-table-3 {
    width: 298px;
}

.editSendingdomainname-table-4 {
    width: 298px;
}

.editSendingdomainname-table-5 {
    width: 100px;
}

.editSendingdomainname-title div {
    padding: 20px 10px;
    font-size: 12px;
    color: #949494;
}

.editSendingdomainname-main-list {
    border-bottom: 1px solid #e7eaef
}

    .editSendingdomainname-main-list div {
        padding: 20px 10px;
        font-size: 12px;
        color: #333;
        word-wrap: break-word;
    }
/* 2021-10-31 */
.customerinfo-row {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-right: -20px;
    margin-left: -20px;
}

.yxkh-btn {
    border: solid 1px #ff8d1e;
    color: #ff8d1e;
}

.customerinfo-box {
    padding-left: 70px;
}

    .customerinfo-box > div {
        width: calc(100% / 3);
    }

.customer-plan-box .layui-tab-content {
    padding: 30px;
}

.customer-plan-box.layui-tab-card {
    box-shadow: initial;
}

    .customer-plan-box.layui-tab-card > .layui-tab-title {
        background-color: #fff;
    }

        .customer-plan-box.layui-tab-card > .layui-tab-title li {
            width: 180px;
            color: #434343;
            font-size: 14px;
            border-right: 1px solid #d9d9d9;
            background-color: #fff;
            margin-right: 0px;
            margin-left: 0px;
            line-height: 39px;
            margin-bottom: -1px;
            border-bottom: 1px solid #d9d9d9;
        }

        .customer-plan-box.layui-tab-card > .layui-tab-title .layui-this:after {
            height: 40px;
            border-width: 0px 0px 1px 0px;
            border-color: #f5f5f5;
        }

        .customer-plan-box.layui-tab-card > .layui-tab-title .layui-this {
            background-color: #f5f5f5;
            color: #e60000;
            font-weight: bold;
        }

@media screen and (max-width: 1600px) {
    .li_top4 .title {
        font-size: 12px;
    }

        .li_top4 .title i {
            font-size: 20px;
        }
}

@media screen and (max-width: 1024px) {
    .index_contnt > ul > li .li_bottom2 .jilu li h3 {
        font-size: 12px;
    }

    .index_contnt > ul > li .li_bottom ul li .title h1 {
        font-size: 24px;
    }

    .li_bottom3 {
        padding: 20px;
    }

    .li_bottom3_left canvas {
        width: 120px;
    }

    .li_bottom3 > ul > li:first-child,
    .li_bottom3 > ul > li:nth-child(2),
    .li_bottom3 > ul > li:nth-child(3),
    .li_bottom3 > ul > li:nth-child(4) {
        margin-bottom: 10px;
        width: 160px;
    }

    .li_bottom3 > ul > li .title h1 {
        margin-top: 10px;
    }

    .li_bottom5 > ul li {
        min-width: calc(100% / 4);
        padding: 0 10px;
    }

    .li_bottom4 ol span {
        font-size: 12px;
    }

    .li_bottom4 ol p {
        margin: 0;
        margin-right: 10px;
        font-size: 12px;
    }

    .li_bottom3 > ul > li {
        width: 160px;
    }
}
