﻿* {
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

ol,
ul {
    list-style: none;
}

body {
    /*font-family: 'Adobe 黑体 Std';*/
    font-family: Microsoft JhengHei;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

/*Login Page*/
.loginPage {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/images/system/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginBox {
    width: 662px;
    min-height: 615px;
    max-height: 90%;
    padding: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    /*font-weight: 100;*/
}

.loginPage .loginBox .logo {
    max-width: 100%;
    max-height: 150px;
}

#loginForm {
    width: 95%;
    /*color: #434343;*/
    font-size: 14px;
}

#loginForm .form-group label {
    margin-bottom: 10px;
}

#loginForm .form-group input[type="text"],
#loginForm .form-group input[type="Password"] {
    background: #f0f0f0;
    outline: none;
    color: #000;
    height: 45px;
    border-radius: 0px;
    padding-left: 50px;
    border: 0px;
    outline: 0;
    box-shadow: unset;
}

#loginForm .form-group input[type="text"]::-webkit-input-placeholder,
#loginForm .form-group input[type="Password"]::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    color: #434343;
}

#loginForm .form-group input[type="text"]:-moz-placeholder,
#loginForm .form-group input[type="Password"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #434343;
}

#loginForm .form-group input[type="text"]::-moz-placeholder,
#loginForm .form-group input[type="Password"]::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    color: #434343;
}

#loginForm .form-group input[type="text"]:-ms-input-placeholder,
#loginForm .form-group input[type="Password"]:-ms-input-placeholder {
    /* Internet Explorer 10+  适配ie*/
    color: #434343;
}

#loginForm .login_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#loginForm .login_bottom .checkbox label[for="RememberMe"] {
    margin: 0;
    font-size: 16px;
    color: #666666;
    font-family: 'Poppins-Regular', 'Helvetica', 'Microsoft YaHei';
}

#loginForm .login_bottom .checkbox label[for="RememberMe"] input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid;
    outline: none;
    background-color: rgba(255, 255, 255, .45);
    border-radius: 2px;
    margin-top: 0;
    vertical-align: middle;
    margin-right: 8px;
}

#loginForm .login_bottom .checkbox label[for="RememberMe"] input[type="checkbox"]:checked {
    background-color: #62a262;
    border-color: #62a262;
}

#loginForm .login_bottom .checkbox label[for="RememberMe"] input[type="checkbox"]:checked:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    top: 1px;
    left: 5px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

#loginForm .login_bottom a {
    color: #666;
    text-decoration: none;
    font-family: 'Poppins-Regular', 'Helvetica', 'Microsoft YaHei';
    font-size: 16px;
}

#loginForm .form-group .errorTip {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.login_btn {
    width: 95%;
}

.login_btn .btn {
    height: 50px;
    border: 0;
    background-color: #11582c;
    outline: none;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    outline: 0;
    border-radius: 0px;
    font-family: 'Poppins-Regular', 'Helvetica', 'Microsoft YaHei';
}

.copyright {
    position: absolute;
    bottom: -60px;
    font-size: 17px;
    display: flex;
    align-items: center;
}

.copyright .SysFooterLogo {
    max-height: 40px;
    margin: 0 10px;
}

#loginForm .form-group .field-validation-error {
    margin-top: 5px;
    display: inline-block;
    color: red;
}


/*.header {
    background-color: #E76F3A;
    color: #666666;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
}*/
.norSelect {
    width: 300px;
    height: 24px;
}

.realtionSelect {
    width: 200px;
    height: 24px;
}

[v-cloak] {
    display: none;
}

.error {
    color: red;
}

.clear {
    clear: both;
}

.btn-action-default {
    width: 150px;
}

.btn-action-small {
    width: 100px;
}

.btn-action-large {
    width: 200px;
}

.review-detail-star .star {
    display: inline-block;
    width: 18px;
    height: 17px;
    margin-right: 2px;
}

.review-detail-star .star-orange {
    background: url('../../images/star-orange.png') no-repeat center center;
}

.review-detail-star .star-grey {
    background: url('../../images/star-grey.png') no-repeat center center;
}

.instatus {
    width: 95%;
    vertical-align: bottom;
    text-align: center;
    background-color: forestgreen;
    font-size: large;
    color: aliceblue;
    padding: 2px;
}

.outofstatus {
    width: 95%;
    vertical-align: bottom;
    text-align: center;
    background-color: lightgreen;
    font-size: large;
    color: aliceblue;
    padding: 2px;
}


/*nav*/
.navbar {
    margin-bottom: 0 !important;
    border-radius: 0;
}

.topbar {
    height: 60px;
    display: flex;
    align-items: center;
    /*background-image: url(/images/bg_head.gif);*/
}

.company-logo .logo {
    height: 50px;
}

.company-logo .company-name {
    font-weight: bold;
    display: inline-block;
}

.menu-item {
    line-height: 60px;
    vertical-align: middle;
    background-image: url(/images/lefttitle.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.topbar .dropdown-menu>li:first-child {
    display: none;
}

.topbar .dropdown-menu>li.divider:nth-child(2) {
    display: none;
}

.form-group.cross {
    display: flex;
    align-items: center;
}

.form-group.cross label {
    flex-shrink: 0;
    margin-right: 8px;
}

.range_group input {
    display: inline-block;
    width: 43%;
}

.form-horizontal.label_left .control-label {
    text-align: left;
}

.outer-box {
    padding: 8px;
    margin-bottom: 20px;
}

.pc-show {
    display: block;
}

.mobile-show {
    display: none;
}

#MainContent {
    padding: 15px;
}

#main-nav a {
    cursor: pointer;
}

.layuimini-tab .layui-tab-tool .layui-nav-child {
    right: 0;
    min-width: 120px;
    width: auto;
}

.layui-layout-admin .layui-side {
    width: 230px;
}

.layui-layout-admin .layui-body {
    left: 230px;
}

.circle-btn {
    width: 35px;
    height: 35px;
    background-color: #999999;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.circle-btn>img {
    max-width: 80%;
    max-height: 80%;
}

.circle-btn>p {
    font-size: 14px;
    color: #fff;
}

.oval-btn {
    min-width: 35px;
    height: 35px;
    background-color: #999999;
    border-radius: 300px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 14px;
    color: #fff;
    position: relative;
}

.oval-btn>img {
    max-width: 80%;
    max-height: 80%;
}

.oval-btn>span,
.oval-btn .glyphicon {
    margin: 0 5px;
    font-size: 14px;
    color: #fff;
}

.drop_menu {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    vertical-align: middle;
}

.drop_menu a {
    text-decoration: none;
}

.popup {
    position: absolute;
    padding-top: 12px;
    box-sizing: border-box;
    z-index: 999;
    top: 100%;
    transition: 0.3s ease;
    display: none;
    opacity: 0;
}

.content {
    padding: 10px;
    box-shadow: 0 0 10px 0 #ccc;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 5px;
    box-sizing: border-box;
}

.drop_menu:hover .popup {
    display: block;
    opacity: 1;
}

.drop_menu.user .popup .content {
    width: 192px;
}

.drop_menu.user li a {
    display: block;
    text-align: center;
}

.lang_list li {
    text-align: center;
    margin: 15px 5px;
    position: relative;
}

.lang_list>li:first-child {
    margin-top: 0;
}

.lang_list>li:last-child {
    margin-bottom: 0;
}

.lang_list li>a {
    padding: 5px 10px;
    background-color: rgba(61, 85, 165, .5);
    color: #fff;
    border-radius: 5px;
    display: block;
    text-decoration: none;
}

.lang_list li.selected::after {
    position: absolute;
    content: '\2713';
    background-color: #8dc21f;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    top: 60%;
    right: -5px;
    border: 1px solid #fff;
}

/*NStore*/
.pane-container {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 20px;
}

.pane-title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    border-left: 4px solid #3d55a5;
    padding-left: 10px;
    margin-bottom: 20px;
}


@media (min-width: 769px) {
    .body_block {
        display: none !important;
    }

    .drop_menu:hover .circle-btn,
    .circle-btn:hover {
        background-color: #3d55a5;
    }

    .drop_menu:hover .oval-btn,
    .oval-btn:hover {
        background-color: #3d55a5;
    }
}

/*nav响应式*/
@media (max-width: 768px) {
    body {
        min-width: unset;
    }

    /*.company-logo .logo {
        height: 2.5rem;
    }*/

    /*Login Page*/
    .loginPage {
        background-image: url('/images/system/m_bg.jpg');
    }

    .loginBox {
        width: 100%;
        /*height: auto;*/
        min-height: unset;
        padding: 4rem 2rem;
    }

    .loginPage .loginBox .logo {
        max-width: 100%;
        max-height: 10rem;
        margin-bottom: 1.5rem;
    }

    #loginForm {
        width: 100%;
        font-size: 1.2rem;
    }

    #loginForm .login_bottom .checkbox label[for="RememberMe"] {
        padding-left: 25px;
        font-size: 14px;
    }

    #loginForm .login_bottom a {
        font-size: 14px;
        color: #999999;
    }

    #loginForm .login_bottom .checkbox label[for="RememberMe"] input[type="checkbox"] {
        margin-left: 0;
        left: 0;
    }

    #loginForm .form-group input[type="text"],
    #loginForm .form-group input[type="Password"] {
        font-size: 1.2rem;
        height: 3.2rem;
    }

    #loginForm .form-group input[type="text"]::-webkit-input-placeholder,
    #loginForm .form-group input[type="Password"]::-webkit-input-placeholder {
        /* WebKit browsers 适配谷歌 */
        font-size: 1.2rem;
    }

    #loginForm .form-group input[type="text"]:-moz-placeholder,
    #loginForm .form-group input[type="Password"]:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 适配火狐 */
        font-size: 1.2rem;
    }

    #loginForm .form-group input[type="text"]::-moz-placeholder,
    #loginForm .form-group input[type="Password"]::-moz-placeholder {
        /* Mozilla Firefox 19+ 适配火狐 */
        font-size: 1.2rem;
    }

    #loginForm .form-group input[type="text"]:-ms-input-placeholder,
    #loginForm .form-group input[type="Password"]:-ms-input-placeholder {
        /* Internet Explorer 10+  适配ie*/
        font-size: 1.2rem;
    }

    #loginForm .form-group img {
        width: 1.2rem;
    }

    #loginForm .form-group .errorTip {
        font-size: 1rem;
        margin-top: 0.5rem;
    }

    .login_btn {
        width: 100%;
    }

    .login_btn .btn {
        height: 3.5rem;
        font-size: 1.3rem;
    }

    .copyright {
        bottom: -4rem;
        font-size: 1.1rem;
    }

    .copyright .SysFooterLogo {
        max-height: 3.5rem;
        margin: 0 0.5rem;
    }


    /*tabs*/
    /*#mainFrameTabs.bTabs{
        padding-top: 10px;
    }*/

    #MainContent {
        padding: 1rem;
    }

    .tab_container {
        padding: 0;
    }

    #mainFrameTabs.bTabs>ul.nav-tabs {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-left: 0;
        margin-bottom: 0;
    }

    #mainFrameTabs.bTabs .nav-tabs>li {
        display: inline-block;
        float: none;
    }

    #mainFrameTabs.bTabs .nav-tabs>li>a {
        border: 1px solid #d6d6d6;
        border-bottom: 0;
    }


    .topbar .user-menu {
        margin: 8px;
    }

    .topbar .user-name {
        display: none;
    }

    .topbar .dropdown-menu {
        left: unset;
        right: 0;
    }

    .topbar .dropdown-menu>li:first-child {
        display: block;
    }

    .topbar .dropdown-menu>li.divider:nth-child(2) {
        display: block;
    }

    #menuArea {
        /*width: 100%;*/
        /*height: auto !important;*/
        position: absolute;
        width: 100%;
        background-color: #f0f0f0;
        z-index: 999;
        /*max-height: calc(100% - 60px);*/
        /*max-height: 100%;
        background-color: #f0f0f0;
        z-index: 3;*/
    }

    /*#mainArea .bTabs ul.ui-sortable {
        display: none;
    }*/

    .form-group.cross {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .form-group.cross label {
        flex-shrink: 0;
        margin-right: 8px;
    }

    /*layuimini-tab*/
    .layuimini-tab .layui-tab-title,
    .layuimini-tab .layui-tab-control {
        display: none;
    }

    .layuimini-tab .layui-tab-content {
        height: 100% !important;
    }

    .pc-show {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .layui-body {
        left: 0px !important;
    }

    .layui-layout-admin .header {
        position: unset;
    }

    .layui-layout-admin .layui-side {
        position: unset;
        width: unset;
    }

    .chart_swiper {
        padding-bottom: 32px;
    }

    /*首页导航展示块*/
    .HomeNavItem {
        width: 95%;
        margin: 5rem auto;
    }

    .HomeNavItem ul {
        display: flex;
        flex-wrap: wrap;
    }

    .HomeNavItem li {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2rem 0;
        border-bottom: 1px solid #eee;
    }

    .HomeNavItem li:nth-child(2n) {
        border-left: 1px solid #eee;
    }

    .HomeNavItem li:last-child,
    .HomeNavItem li:nth-last-child(2) {
        border-bottom: 0;
    }

    .HomeNavItem li a {
        text-align: center;
    }

    .HomeNavItem li img {
        max-width: 60%;
    }

    .HomeNavItem li p {
        text-align: center;
        margin-top: 1rem;
    }

    /*modal css*/
    .modal-dialog {
        max-width: 90vw;
        max-height: 80vh;
        min-height: 50vh;
    }


    /*NStore*/
    .layuimini-container {
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        background-color: #ffffff;
    }

    .layuimini-main {
        margin: 20px;
    }
}

.perLine {
    position: relative;

}

.perLine .newicon {
    position: absolute;
    left: 10px;
    top: 10px;
}

.perLine .newicon img {
    width: 80%;
}

/* ESolution */
.ESolutionMain {
    width: 100%;
    display: inline-block;
}

.ESolutionMain .TopTitle {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.ESolutionMain .Messagebox {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.ESolutionMain .Messagebox .left {
    width: 48%;
}

.ESolutionMain .Messagebox .right {
    width: 48%;
}

.ESolutionMain .perText {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.ESolutionMain .perText .Etitle {
    float: left;
    display: block;
    text-align: left;
    width: 25%;
    font-size: 16px;
}

.ESolutionMain .perText .Econtent {
    float: left;
    display: block;
    text-align: left;
    width: 74%;
    font-size: 16px;
}

.ESolutionMain .gistMain {
    width: 100%;
    display: inline-block;
}

.gistMain .gist_text {
    width: 100%;
    display: inline-block;
}

.gistMain .gist_text .gist_textA {
    width: 10%;
    float: left;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.gistMain .gist_text .gist_textB {
    width: 20%;
    float: left;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.gistMain .gist_text .gist_textC {
    width: 70%;
    float: left;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.ESolutionMain .EngineeringDescription {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ESolutionMain .InnerEngineering {
    border: 1px solid #000;
}

/* 头部 */
.ESolutionMain .topEngineering {
    width: 100%;
    display: flex;
}

.ESolutionMain .topEngineering ul {
    width: 100%;
    display: inline-flex;
}

.ESolutionMain .topEngineering ul li {
    border: 1px solid #000;
    border-top: 0px;
    text-align: center;
}

.ESolutionMain .topEngineering ul .tp1 {
    width: 10%;
    border-left: 0px;
    border-right: 0px;
    float: left;
}

.ESolutionMain .topEngineering ul .tp2 {
    width: 40%;
    float: left;
}

.ESolutionMain .topEngineering ul .tp3 {
    width: 10%;
    border-left: 0px;
    border-right: 0px;
    float: left;
}

.ESolutionMain .topEngineering ul .tp4 {
    width: 10%;
    float: left;
}

.ESolutionMain .topEngineering ul .tp5 {
    width: 15%;
    border-left: 0px;
    border-right: 0px;
    float: left;
}

.ESolutionMain .topEngineering ul .tp6 {
    width: 15%;
    border-right: 0px;
    float: left;
}

/* 循环内容 */
.ESolutionMain .BottomEngineering {
    width: 100%;
    display: inline-block;
}

.ESolutionMain .BottomEngineering ul {
    width: 100%;
    display: inline-flex;
}

.ESolutionMain .BottomEngineering ul li {
    border: 1px solid #000;
    border-top: 0px;
    float: left;
}

.ESolutionMain .BottomEngineering ul .tp1 {
    width: 10%;
    border-left: 0px;
    border-right: 0px;
    text-align: center;
    float: left;
}

.ESolutionMain .BottomEngineering ul .tp2 {
    width: 40%;
    text-align: left;
    float: left;
}

.ESolutionMain .BottomEngineering ul .tp3 {
    width: 10%;
    border-left: 0px;
    border-right: 0px;
    text-align: center;
    float: left;
}

.ESolutionMain .BottomEngineering ul .tp4 {
    width: 10%;
    text-align: center;
    float: left;
}

.ESolutionMain .BottomEngineering ul .tp5 {
    width: 15%;
    border-left: 0px;
    border-right: 0px;
    text-align: center;
    float: left;
}

.ESolutionMain .BottomEngineering ul .tp6 {
    width: 15%;
    border-right: 0px;
    text-align: center;
    float: left;
}

/* 统计金额 */
.ESolutionMain .TotalEngineering {
    width: 100%;
    display: flex;
}

.ESolutionMain .TotalEngineering ul {
    width: 100%;
    display: flex;
}

.ESolutionMain .BottomEngineering ul li {
    border: 1px solid #000;
    border-top: 0px;
}

.ESolutionMain .TotalEngineering .TotalT {
    width: 70%;
    display: flex;
    border-right: 1px solid #000;
    justify-content: flex-end;
}

.ESolutionMain .TotalEngineering .TotalC {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

/* 备注信息 */
.ESolutionMain .EngineeringRemark {
    width: 100%;
    display: inline-block;
}

.ESolutionMain .RemarkBox p {
    font-size: 16px;
}

.ESolutionMain .Normalperline {
    white-space: pre-line;
}

.ESolutionMain .NormalBold {
    font-size: 18px;
    font-weight: 700;
}

/* 签名处 */
.ESolutionMain .CustomerStamp {
    width: 100%;
    display: inline-block;
}

.ESolutionMain .CustomerStamp .leftsideBox {
    width: 48%;
    float: left;
}

.ESolutionMain .CustomerStamp .rightsideBox {
    width: 48%;
    float: left;
}

.ESolutionMain .CustomerStamp .comSign .SignText {
    font-size: 16px;
}

.ESolutionMain .companyBox {
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
    margin-top: 50px;
}

.ESolutionMain .companyBox .leftsideBox {
    width: 48%;
    float: left;
    font-size: 16px;
}

.ESolutionMain .companyBox .rightsideBox {
    width: 48%;
    float: left;
    font-size: 16px;
}

/* CENTURYAN */
#TestView {
    margin: 0 30px;
    padding: 0;
}

.print-page-header {
    height: 40mm;
    position: relative;
    page-break-before: always;
}

.print-page-text {
    bottom: 0;
}

.printBtn {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.btnColor {
    width: 200px;
    height: 45px;
    background: #ccc;
    outline: 0;
    border: 0px;
    color: #fff;
    font-size: 18px;
    background: #FF5722;
    border-radius: 20px;
}


/* 公司分组 */
.EditCompanyGroup {
    width: 100%;
    display: inline-block;
}
.EditCompanyGroup .perData {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.EditCompanyGroup .perData .left{
    width: 8%;
    float: left;
    color: #999999;
    text-align: right;
    margin-right: 1%;
}
.EditCompanyGroup .perData .right{
    width: 90%;
    float: left;
}
.EditCompanyGroup .NormalInput {
    width: 50%;
    border: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 10px;
}
.EditCompanyGroup .NormalInput:focus {
    border: 1px solid #7f8dba;
}
.EditCompanyGroup  .nav-tabs {
    width: 500px;
    border: 1px solid #7f8dba!important;
    border-radius: 3px;
    display:flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .EditCompanyGroup  .nav-tabs {
        width: 100%!important;
    } 
    .EditCompanyGroup .ServiceAddress .left{
        width: 100%!important;
        text-align: left!important;
        margin-bottom: 10px;
    }
    .EditCompanyGroup .ServiceAddress .right{
        width: 100%!important;
    }
    .EditCompanyGroup .perData .left {
        width: 100%!important; 
        text-align: left!important;
        margin-bottom: 10px;
    }
    .EditCompanyGroup .perData .right {
        width: 100%!important; 
    }
    .EditCompanyGroup .perData:nth-child(2) .left  {
        display: none;
    }
    .EditCompanyGroup .NormalInput {
        width: 100%;
    }
}
.EditCompanyGroup .nav-tabs>li.active {
    background: #7f8dba;  
}
.EditCompanyGroup .nav-tabs>li.active>a, .EditCompanyGroup .nav-tabs>li.active>a:hover, .EditCompanyGroup .nav-tabs>li.active>a:focus {
    background: #7f8dba;
    color: #fff;
    border: 0px!important;
}
.EditCompanyGroup .nav>li {
    width: 100%;
    border-right: 1px solid #7f8dba;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1px;
}
.EditCompanyGroup .nav > #E {
    border-right: 0px!important;
}
.EditCompanyGroup  .nav-tabs>li>a:hover {
    border-color: #7f8dba!important;
    border-right: 0px;
    border-left: 0px;
}
.EditCompanyGroup .nav>li>a {
    width: 100%;
    text-align: center;
    display: inline-block;
    border-radius: 0px;
    line-height: 22px;
    color: #4d6785;
    margin-right: 0px;
    margin-top: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.EditCompanyGroup .ServiceAddress {
    width: 100%;
    display: inline-block;
}
.EditCompanyGroup .ServiceAddress .left{
    width: 8%;
    float: left;
    color: #7f8dba;
    text-align: right;
    margin-right: 1%;
}
.EditCompanyGroup .ServiceAddress .right{
    width: 90%;
    float: left;
}
.EditCompanyGroup .ServiceAddress .ServiceAddressList {
    width: 100%;
    display: inline-block;
}
.EditCompanyGroup .ServiceAddress .topHeaders {
    width: 100%;
    display: inline-block;
}
.EditCompanyGroup .ServiceAddress .topHeaders ul{
    width: 100%;
    display: inline-block;
    background: #ecf0f5;
}
.EditCompanyGroup .ServiceAddress .topHeaders ul li{
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #4d6785;
}
.EditCompanyGroup .ServiceAddress .topHeaders .tp01{
    width: 10%;
}
.EditCompanyGroup .ServiceAddress .topHeaders .tp02{
    width: 50%;
}
.EditCompanyGroup .ServiceAddress .topHeaders .tp03{
    width: 10%;
}
.EditCompanyGroup .ServiceAddress .topHeaders .tp04{
    width: 25%;
}
.EditCompanyGroup .ServiceAddress .topHeaders .tp05{
    width: 5%;
}

.EditCompanyGroup .ServiceAddress .ListUl {
    width: 100%;
    display: inline-block;
}
.EditCompanyGroup .ServiceAddress .ListUl ul{
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
}
.EditCompanyGroup .ServiceAddress .ListUl ul li{
    float: left;
    text-align: center;
    color: #4d6785;
    margin-bottom: 10px;
}
.EditCompanyGroup .ServiceAddress .ListUl .tp01{
    width: 10%;
}
.EditCompanyGroup .ServiceAddress .ListUl .tp02{
    width: 50%;
}
.EditCompanyGroup .ServiceAddress .ListUl .tp03{
    width: 10%;
}
.EditCompanyGroup .ServiceAddress .ListUl .tp04{
    width: 25%;
}
.EditCompanyGroup .ServiceAddress .ListUl .tp05{
    width: 5%;
    line-height: 40px;
}
.EditCompanyGroup .ServiceAddress  .ServiceInput {
    border: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 10px;
    width: 90%;
}
.EditCompanyGroup .ServiceAddress  .ServiceInput:focus {
    border: 1px solid #7f8dba;
}
.EditCompanyGroup .ServiceAddress .addMemberBtn {
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    line-height: 40px;
    background: #ecf0f5;
    color: #4d6785;
    display: inline-block;
    cursor: pointer;
}
.EditCompanyGroup .ServiceAddress .addMemberBtn:hover {
    background: #eee;
}
.EditCompanyGroup .ServiceAddress .addMemberBtn i{
    color: #4d6785;
    font-size: 20px;
    margin-right: 5px;
}
.EditCompanyGroup .ServiceAddress .deleteBtnIcon {
    font-size: 20px;
    color: #7f8dba;
}
.EditCompanyGroup .AddAddress {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.EditCompanyGroup .AddAddress .left{
    width: 8%;
    float: left;
    color: #999999;
    margin-right: 1%;
}
.EditCompanyGroup .AddAddress .right{
    width: 90%;
    float: left;
}
.EditCompanyGroup .addAddressBtn {
    background: #7f8dba;
    border: 0px;
    border-radius: 3px;
    padding-left: 30px;
    padding-right: 30px;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.EditCompanyGroup .FooterBtnBox {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
    text-align: right;
}
.EditCompanyGroup .FooterBtnBox .closeButton {
    display: inline-block;
    margin-right: 10px;
}
.EditCompanyGroup .FooterBtnBox .SaveButton {
    display: inline-block;
}
.EditCompanyGroup .FooterBtnBox .closeButton button{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #eee;
    background: #fff;
    transition: all .5s;
}
.EditCompanyGroup .FooterBtnBox .closeButton button:hover{
    background: #ccc;
    border: 1px solid #ccc;
    color: #fff;
}
.EditCompanyGroup .FooterBtnBox .SaveButton button{
    display: inline-block;
    padding-left: 80px;
    padding-right: 80px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #ff5722;
    background: #ff5722;
    color: #FFF;
    transition: all .5s;
}
.EditCompanyGroup .FooterBtnBox .SaveButton button:hover{
    background: #3d55a5;
    border: 1px solid #3d55a5;
}

/* 自定义设置 */
.CustomCMSetting {
    width: 100%;
    display: inline-block;
}
.CustomCMSetting  .nav-tabs {
    width: 500px;
    border: 1px solid #7f8dba!important;
    border-radius: 3px;
    display:flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .CustomCMSetting  .nav-tabs {
        width: 100%!important;
    } 
}
.CustomCMSetting .nav-tabs>li.active {
    background: #7f8dba;  
}
.CustomCMSetting .nav-tabs>li.active>a, .CustomCMSetting .nav-tabs>li.active>a:hover, .CustomCMSetting .nav-tabs>li.active>a:focus {
    background: #7f8dba;
    color: #fff;
    border: 0px!important;
}
.CustomCMSetting .nav>li {
    width: 100%;
    border-right: 1px solid #7f8dba;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1px;
}
.CustomCMSetting .nav > #E {
    border-right: 0px!important;
}
.CustomCMSetting  .nav-tabs>li>a:hover {
    border-color: #7f8dba!important;
    border-left: 0px;
    border-right: 0px;
}
.CustomCMSetting .nav>li>a {
    width: 100%;
    text-align: center;
    display: inline-block;
    border-radius: 0px;
    line-height: 22px;
    color: #4d6785;
    margin-right: 0px;
    margin-top: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.CustomCMSetting .CustQuestion {
    color: #3d55a5;
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.CustomCMSetting .CustQuestion::before {
    content: '';
    width: 3px;
    height: 25px;
    background: #3d55a5;
    display: inline-block;
    margin-right: 5px;
}
.CustomCMSetting .TopCustQuestion {
    width: 100%;
    display: inline-block;
}
.CustomCMSetting .perCustQuestion {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.CustomCMSetting .TopTitle {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.CustomCMSetting .TopTitle .titleText{
    display: inline-block;
    color: #7f8dba;
    font-size: 18px;
}
.CustomCMSetting .TopTitle .checkBoxMain{
    display: inline-block;
    margin-left: 5px;
}
.CustomCMSetting .perDescriptions {
    width: 100%;
    display: inline-block;
}
.CustomCMSetting .perDescriptions .input {
    border: 1px solid #e0e0e0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    outline: 0;
    padding-left: 10px;
    font-size: 16px;
    border-radius: 3px;
}
.CustomCMSetting .perDescriptions .input:focus {
    border: 1px solid #3d55a5;
}
.CustomCMSetting .perDescriptions .expText {
    color: #999999;
    margin-top: 10px;
    margin-bottom: 5px;
}
.CustomCMSetting .perDescriptions  .perTextLis {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}
.CustomCMSetting .perDescriptions  .left {
    width: 25px;
    float: left;
    margin-right:5px;
    height: 40px;
    line-height: 40px;
}
.CustomCMSetting .perDescriptions  .left i{
    font-size: 20px;
    color: #7f8dba;
}
.CustomCMSetting .perDescriptions  .right {
    width: calc(100% - 30px);
    float: left;
}
.CustomCMSetting .perDescriptions .addTitemBox {
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    line-height: 40px;
    background: #ecf0f5;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
}
.CustomCMSetting .perDescriptions .addTitemBox:hover {
    background: #3d55a5;
}
.CustomCMSetting .perDescriptions .addTitemBox:hover i{
    color: #fff;
}
.CustomCMSetting .perDescriptions .addTitemBox:hover span{
    color: #fff;
}
.CustomCMSetting .perDescriptions .addTitemBox i{
    font-size: 20px;
    color: #4d6785;
}
.CustomCMSetting .perDescriptions .addTitemBox span{
   color: #4d6785;
}
.CustomCMSetting input[type="checkbox"] {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-color: #fff;
    appearance:none;
    outline: none;
    background-size: cover;
    background-image: url('/images/uncheck.jpg'); /*复选框的背景图*/
}
.CustomCMSetting input[type="checkbox"]:checked {
    background-image: url('/images/checked.jpg'); /*复选框的背景图*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.CustomCMSetting input[type="checkbox"]:checked +label {
    color:#b59669;
}
.CNFooterBtnBox {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
    text-align: right;
}
.CNFooterBtnBox .SaveButton {
    display: inline-block;
}

.CNFooterBtnBox .SaveButton button{
    display: inline-block;
    padding-left: 80px;
    padding-right: 80px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #ff5722;
    background: #ff5722;
    color: #FFF;
    transition: all .5s;
    font-size: 16px;
}
.CNFooterBtnBox .SaveButton button:hover{
    background: #3d55a5;
    border: 1px solid #3d55a5;
}

/* table 统一样式控制 */
.form-horizontal.label_left .control-label {
    text-align: right;
    color: #999999;
    font-weight: 500;
}
.form-control {
    border: 1px solid #eee;
    box-shadow: unset;
    border-radius: 2px;
}
.form-control:focus {
    border: 1px solid #7f8dba;
    box-shadow: unset;
}
.normalBtn{
    background: #7f8dba;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border:#7f8dba;
    font-size: 16px;
    outline:unset;
}
.normalBtn:hover{
    background:#FF5722;
    color: #FFF;
    outline:unset;
    border:#FF5722;
}
.btn-default:focus, .btn-default.focus {
    background:#FF5722;
    color: #FFF;
    outline:unset;
    border:#FF5722;
}
.btn-group .btn-default{
    border: 1px solid #7f8dba;
}
.btn-group .btn-default:hover {
    border: 1px solid #7f8dba;
    background: #ecf0f5;
}
.range_group {
    color: #999;
}
.btn-group .btn {
    border-radius: 2px;
    outline: 0;
}
.btn-group .btn:focus {
    outline: 0;
}
.btn-group .glyphicon {
    color: #7f8dba;
    margin-right: 5px;
}
.bootstrap-table .table {
    border-bottom: 1px solid #e6e6e6;
}
.bootstrap-table .table>thead>tr>th {
    border-bottom: 1px solid #e6e6e6;
}
.fixed-table-container thead th {
    border-left: 1px solid #e6e6e6;
}
.fixed-table-container thead th .sortable {
    font-weight: 500;
    color: #999999;
}
.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner {
    font-weight: 500;
    color: #999999;
}
.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed)>tbody>tr>td, .bootstrap-table .table:not(.table-condensed)>tbody>tr>th, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>td, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>th, .bootstrap-table .table:not(.table-condensed)>thead>tr>td {
    color: #333;
}
.fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination {
    color: #999;
}
.dropdown-toggle {
    border: 1px solid #eee!important;
}
.dropdown-toggle:hover {
    background: #fff!important;
}
.fixed-table-container {
    border: 0px;
    border: 1px solid #e6e6e6;
    height: 440px!important;
}
.panel-default {
    border: 0px;
}
/* .fixed-table-body {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
} */
.fixed-table-pagination {
    margin-top: 20px;
}
.fixed-table-toolbar {
    margin-bottom: 10px;
}
.RegnpayColor {
    border: 0px;
    outline: 0;
    background: transparent;
    color: #999;
    font-size: 16px;
}
.list-inline label{
    font-weight: 500;
    color: #999;
}
.form-group.cross label {
    font-weight: 500;
    color: #999;
}
.form-group label {
    font-weight: 500;
    color: #999;
} 
input[type="checkbox"]:checked {
    background-image: url(/images/checked.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    outline: 0;
    border: 0px;
}
input[type="checkbox"]:focus {
    outline: 0;
    border: 0px;
}
input[type="checkbox"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
    outline: 0;
    border: 0px;
    background-color: #fff;
    appearance:none;
    background-size: cover;
    background-image: url('/images/uncheck.jpg');
}
select{
    background:  url('/images/downcon.jpg') 95% 10px no-repeat!important;
    background-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    padding-left: 10px;
    cursor: pointer;
    min-width: 75px;
}
.bootstrap-select>.dropdown-toggle {
    background:  url('/images/downcon.jpg') 95% 10px no-repeat!important;
    background-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    padding-left: 10px;
    cursor: pointer;
    min-width: 75px; 
}
.form-inline {
    color: #999999;
    font-weight: 500;
}
.form-inline td {
    text-align: right;
    color: #999999;
    font-weight: 500;
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    background: #7f8dba;
    border-color: #7f8dba;
    color: #fff;
}
.caret {
    border: 0px!important;
}
.btn-link {
    cursor: pointer;
}
.table td, .table th {
    vertical-align: middle!important;
}
.fixed-table-container .bs-checkbox .th-inner {
    display: flex;
    align-items: center;
}
.pagination>li>a, .pagination>li>span {
    border: 1px solid #eee;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #7f8dba;
    border-color: #7f8dba;
}
/* 个案详情 */
.FileList {
    background: #fff;
    padding: 20px;
}
.FileList li {
    margin-bottom: 20px;
}
.FileList  .CateTitle{
    font-size: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    color: #3d55a5;
}
.FileList  .CateTitle::before{
    content: '';
    height: 20px;
    line-height: 20px;
    background: #3d55a5;
    width: 3px;
    display: inline-block;
    margin-right: 5px;
}
.FileList  .PerUpload {
    width: 100%;
    margin-top: 5px;
}
.FileList  .PerUpload span{
    cursor: pointer;
    font-size: 16px;
    color: #333;
}