﻿.ckbox, .rdio {
    position: relative;
    display: block;
    padding-right: 12px;
    line-height: initial;
    float: left;
}

li {
    list-style-type: none;
}

.ckbox input[type="checkbox"], .rdio input[type="radio"] {
    opacity: 0;
    margin: 3px 0 0;
}

.ckbox label, .rdio label {
    padding-left: 10px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

    .ckbox label:before {
        width: 18px;
        height: 18px;
        position: absolute;
        top: 1px;
        left: 0;
        content: '';
        display: inline-block;
        border: 1px solid #ccc;
        background: #fff;
    }

.ckbox input[type="checkbox"]:disabled + label {
    color: #999;
}

    .ckbox input[type="checkbox"]:disabled + label:before {
        background-color: #eee;
    }

.ckbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\F00C";
    position: absolute;
    top: 4.5px;
    left: 3.5px;
    display: inline-block;
    font-size: 11px;
    width: 16px;
    height: 16px;
    color: #fff;
}

.ckbox input[type="checkbox"]:checked + label:before {
    border-color: #337ab7;
    background-color: #337ab7;
}

.rdio label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #ccc;
    background: #fff;
}

.rdio input[type="radio"]:disabled + label {
    color: #999;
}

    .rdio input[type="radio"]:disabled + label:before {
        background-color: #eee;
    }

.rdio input[type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    display: inline-block;
    font-size: 11px;
    width: 10px;
    height: 10px;
    background-color: #444;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.rdio input[type="radio"]:checked + label:before {
    border-color: #337ab7;
}

.rdio input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.topPanel {
    height: 48px;
    line-height: 45px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0px;
    border-bottom: none;
    position: relative;
}

    .topPanel .search {
        float: left;
    }

        .topPanel .search table td {
            height: 48px;
            line-height: 48px;
        }

            .topPanel .search table td .btn-group {
                line-height: 30px;
    
            }

        .topPanel .search .input-group {
            margin-left: 10px;
        }

            .topPanel .search .input-group .btn {
                padding: 0px 0px;
                font-size: 12px;
                height: 28px;
                min-width: 28px;
                border-radius: 5px;
            }

                .topPanel .search .input-group .btn i {
                    margin-right: 0px;
                }

            .topPanel .search .input-group .form-control {
                box-shadow: none;
                height: 28px;
                line-height: 28px;
                padding-top: 0px;
                padding-bottom: 0px;
                padding-right: 0px;
                padding-left: 7px;
                border-radius: 5px;
                resize: none;
            }

                .topPanel .search .input-group .form-control:focus {
                    box-shadow: none;
                    border-color: #0079fe;
                }

        .topPanel .search .btn i {
            margin-right: 4px;
            font-size: 14px;
        }

    .topPanel .toolbar {
        float: left;
       
    }

        .topPanel .toolbar .btn i {
            margin-right: 5px;
            font-size: 13px;
        }

        .topPanel .toolbar .operate {
            line-height: 50px;
            height: 50px;
            width: 100%;
            background: #fff;
            position: absolute;
            top: 0px;
            left: -100.1%;
            z-index: 999;
        }

            .topPanel .toolbar .operate ul {
                margin: 9px 0 0 -2px;
            }

                .topPanel .toolbar .operate ul li {
                    float: left;
                    height: 12px;
                    line-height: 12px;
                }

                    .topPanel .toolbar .operate ul li.split {
                        position: relative;
                        display: block;
                        border-right: 1px solid #c9c9c9;
                        height: 16px;
                        margin-left: 5px;
                        margin-right: 5px;
                        margin-top: 8px;
                    }

                    .topPanel .toolbar .operate ul li a {
                        cursor: pointer;
                        padding: 10px 10px;
                    }

                    .topPanel .toolbar .operate ul li i {
                        margin-right: 4px;
                        font-size: 13px;
                        color: #666666;
                        vertical-align: middle;
                        margin-top: -1px;
                    }

                .topPanel .toolbar .operate ul .first {
                    position: relative;
                    display: block;
                    padding: 2px 15px;
                    padding-right: 10px;
                    margin-top: 8px;
                    margin-right: 0px;
                    border-right: 1px solid #c9c9c9;
                }

                .topPanel .toolbar .operate ul li.first > span {
                    margin-left: 5px;
                    margin-right: 5px;
                }

            .topPanel .toolbar .operate .close {
                position: absolute;
                top: 18px;
                right: 12px;
                display: block;
                height: 12px;
                width: 12px;
                background: url(../img/button_pm_close.png) left center no-repeat;
            }

            .topPanel .toolbar .operate .dropdown-menu {
                top: 24px;
            }

                .topPanel .toolbar .operate .dropdown-menu li {
                    float: none;
                    height: auto;
                }

                    .topPanel .toolbar .operate .dropdown-menu li a {
                        padding: 5px 20px;
                    }

.form {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border-width: 3px 1px 1px;
    table-layout: fixed
}

    .form .formTitle {
        position: relative;
        left: 0px;
        text-align: right;
        white-space: nowrap;
        font-weight: normal;
        width: 90px;
        padding-right: 10px;
    }
        .form .formTitle span {
            color: #fa3534;
            font-size: 16px;
            position: absolute;
            left: 12px;
          /* top: 12px;*/
        }

.form .formTitle .r_title {
    color: #fa3534;
    position: absolute;
    left: 0px;
    top: 14px;
}

        .form .formTitle font {
            color: red;
            position: absolute;
            right: 0px;
        }

    .form .formValue {
        position: relative;
        padding: 5px;
        width: auto;
    }

        .form .formValue input.form-control {
            height: 30px;
            line-height: 30px;
            padding-top: 0px;
            padding-bottom: 0px;
            padding-right: 0px;
            padding-left: 5px;
            resize: none;
            border-radius: 0px;
            box-shadow: none;
        }

        .form .formValue select.form-control {
            border-radius: 0px;
            box-shadow: none;
        }

        .form .formValue textarea.form-control {
            padding-left: 5px;
            resize: none;
            border-radius: 0px;
            box-shadow: none;
        }

        .form .formValue .input-group .btn {
            padding: 4px 0px;
            font-size: 14px;
            height: 30px;
            min-width: 30px;
            border-radius: 0px;
        }

            .form .formValue .input-group .btn .fa-ellipsis-h {
                margin-top: 4.5px;
            }

        .form .formValue.has-error .form-control.error {
            border-color: #e7bebe;
            background-color: #fffafa;
        }

        .form .formValue.has-error .form-control-feedback.error {
            color: #e46f61;
            top: 5.5px;
            right: 4px;
            font-size: 16px;
            cursor: pointer;
            z-index: 99;
        }

        .form .formValue.has-error .form-control.success {
            border-color: #b0dd9c;
            background-color: #f3f7f1;
        }

        .form .formValue.has-error .form-control-feedback.success {
            color: #8cc474;
            top: 5px;
            right: 4px;
            font-size: 16px;
        }

        .form .formValue.has-error .select2-selection--single {
            border-color: #fa3534;
            background-color: #fffafa;
        }

        .form .formValue.has-error .tooltip-arrow {
            border-left-color: #d73d32;
        }

        .form .formValue.has-error .tooltip-inner {
            background-color: #d73d32;
        }
   
.form-button {
    padding: 0px;
    height: 40px;
    line-height: 36px;
    text-align: right;
    border-top: 1px solid #ddd;
    background-color: #eee;
    position: absolute;
    top: 100%;
    margin-top: -40px;
    width: 100%;
    padding-right: 6px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.ui-layout .topPanel {
    border: none;
}

.ui-layout .ui-jqgrid {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.mail-box {
    border: 1px solid #ddd;
}

.mail-header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.mail-body {
    padding: 20px;
}

.price-box {
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
    box-shadow: rgb(189, 189, 189) 0px 0px 10px;
    background: #fff;
    padding: 50px;
    padding-top: 20px;
    margin-top: 25px;
    padding-bottom: 0px;
}

.price-title {
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
}

.price-subtitle {
    text-align: center;
}

.price-info {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .price-info table .formTitle {
        text-align: left;
        width: 50px;
        font-size: 12px;
    }

    .price-info table .formValue {
        text-align: left;
        font-size: 12px;
    }

        .price-info table .formValue input {
            border-top: none;
            border-right: none;
            border-left: none;
            height: 22px !important;
            line-height: 22px !important;
            font-size: 12px;
        }

.price-table table {
    margin: 0px;
    margin-top: 1px;
    border-collapse: collapse;
    width: 100%;
    border-left: 1px solid #ccc;
}

    .price-table table thead tr td {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding-top: 5px;
        padding-bottom: 5px;
        text-overflow: ellipsis;
        word-break: keep-all;
        overflow: hidden;
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }

    .price-table table tbody tr td {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        height: 25px;
        line-height: 25px;
        word-break: break-all;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }

.wrapper {
    border: 1px solid #ddd;
    overflow: auto;
    color: #475059;
    background-color: #fff;
}

    .wrapper .nav-tabs {
        position: relative;
        z-index: 1;
        margin: 0;
        padding: 15px 15px 0;
        border-color: #ddd
    }

        .wrapper .nav-tabs > li {
            margin: 0 4px 0 0;
        }

            .wrapper .nav-tabs > li > a {
                line-height: 30px;
                padding: 0 13px;
                background-color: #fff;
                border: none;
                cursor: pointer;
                color: #666;
            }

                .wrapper .nav-tabs > li > a:hover {
                    border: none;
                    border-bottom: 2px solid #0079fe;
                    background-color: #fff;
                    color: #333
                }

            .wrapper .nav-tabs > li.active a {
                line-height: 30px;
                background-color: #fff;
                border: none;
                border-bottom: 2px solid #0079fe;
                color: #666;
            }

                .wrapper .nav-tabs > li.active a:hover, .aw-nav-tabs > li.active a:focus, .aw-nav-tabs > li > a:focus {
                    border: none;
                    border-bottom: 2px solid #0079fe;
                    background-color: #fff
                }

    .wrapper .pop-list {
        width: 100%;
        margin: 0;
        float: left;
        height: auto;
        list-style: none;
        padding: 0px;
    }

        .wrapper .pop-list li {
            position: relative;
            float: left;
            clear: left;
            width: 100%;
            height: auto;
            margin-bottom: 10px;
            line-height: 20px;
            list-style: none;
        }

            .wrapper .pop-list li span {
                float: left;
                max-width: 200px;
                margin-right: 10px;
            }

            .wrapper .pop-list li.line {
                padding-bottom: 8px;
                border-bottom: 1px solid #e6e6e6;
            }

                .wrapper .pop-list li.line h5 {
                    color: #525252;
                }

            .wrapper .pop-list li h5 {
                font-size: 12px;
                font-weight: bold;
                line-height: 24px;
            }

        .wrapper .pop-list label {
            line-height: 30px;
            display: block;
            float: left;
            min-width: 100px;
            height: 30px;
            padding: 5px 0;
            padding-right: 15px;
        }

        .wrapper .pop-list li .form-control {
            float: left;
            width: 300px;
            margin-right: 5px;
            line-height: 30px;
            height: 30px;
            padding: 0px;
            padding-left: 5px;
            margin-top: 3px;
            border-radius: 3px;
            box-shadow: none;
            resize: none;
        }

.form .formValue input.bitian {
    display: inline-block;
    border-color: #e7bebe;
    background-color: #fffafa;
}

.form .formValue select.bitian {
    display: inline-block;
    border-color: #e7bebe;
    background-color: #fffafa;
}

.jutiweizhi {
    padding-left: 26px;
    position: relative;
    left: 0px;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
    width: 90px;
    padding-right: 15px;
}

.jutizhiwei-input {
    width: 344px;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    display: inline-block;
    border-color: #e7bebe;
    background-color: #fffafa;
}

.input-group-addon {
    padding: 7px 4px;
    line-height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #0079fe;
    text-align: center;
    background-color: initial;
    border-left: 0px solid #ccc;
    top: 6px;
    right: 5px;
    width: auto;
    position: absolute;
    border-radius: 0;
    border: 0px solid #ddd;
}

.form .TouXiang {
    float: right;
    width: 110px;
    top: 2px;
    border: 1px solid #0079fe;
    text-align: center;
    border-radius: 2px;
    vertical-align: top;
    padding: 5px;
    font-size: 12px;
    background-color: #0079fe;
    position: relative;
}

    .form .TouXiang a {
        text-decoration: none;
    }

.TouXiang2 {
    color: #fff;
}

.form .line {
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    float: left;
    clear: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    line-height: 20px;
    list-style: none;
}

.form .FromLouPan {
    position: relative;
    left: 0px;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
    width: 100px;
    padding-right: 5px;
}

.form .FromLouPan2 {
    position: relative;
    left: 0px;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
    width: 150px;
    padding-right: 5px;
}

.form-Description {
    float: left;
    width: 450px;
    margin-right: 5px;
    line-height: 30px;
    height: 65px;
    padding: 0px;
    padding-left: 5px;
    margin-top: 3px;
    border-radius: 3px;
    box-shadow: none;
    resize: none;
}

.menu_item {
    transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s,box-shadow 0.1s ease-in-out 0s;
}

    .menu_item:hover {
        background: #EEEEEE
    }
/*设置*/
.Setup_Nav {
    display: flex;
    padding: 10px;
}

.menu_left {
    height: 795px;
    width: 200px;
    background: #fff;
    position: fixed;
}

    .menu_left .nav-tabs {
        display: grid;
        margin-left: 0px;
    }

.menu_right {
    width: calc(100% - 200px);
    margin-left: 200px;
}

.Setup_Nav .nav-tabs > li.active {
    color: #ffffff;
    background: #0079fe;
    border: none;
}

.Setup_Nav .nav-tabs a {
}

.Setup_Nav .nav-tabs > li.active > a:after {
    color: #fff;
    background-color: #0079fe;
}

.Setup_Nav .nav-tabs > li.active > a {
    color: #ffffff !important;
}

.Setup_Nav .pop-list, .Setup_Nav .FangYuan .pop-list {
    background: #fff;
    padding: 20px;
}

    .Setup_Nav .pop-list li {
        position: relative;
        display: flex;
        padding-bottom: 10px;
    }

.nav-tabs li:hover {
    background: #f5f5f5;
}

.Setup_Nav label {
    width: 125px;
    text-align: center;
    height: 37px;
    line-height: 40px;
}

.Setup_Nav .nav-tabs > li > a {
    border-bottom: 0px solid transparent;
    color: #34495e;
    font-weight: 700;
}

.Setup_Nav .form-control {
    border-radius: 5px;
    width: 100%;
}

.Setup_Nav .tab-pane {
    padding: 0px 0px 10px 10px;
}

.Setup_Nav .example-box {
    text-align: center
}

.Setup_Nav .tags {
    position: absolute;
    padding: 11px 4px;
    line-height: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #0079fe;
    text-align: center;
    right: 10px;
    margin-top: 2px;
    border-radius: 0;
}

.Setup_Nav .switch_label {
    background: #fff;
}

.Setup_Nav .title {
    font-size: 16px;
    font-weight: 700;
}

.Setup_Nav .images {
    background: #fff;
}

.Setup_Nav .images_img {
    height: 60px;
}

.Setup_Nav .form-group {
    margin-bottom: 50px;
}

.Setup_Nav .FangYuan i {
    color: #0079fe;
}

.FangYuan .pop-list {
    padding: 0px;
}

.FangYuan_title .title {
    color: #0079fe
}

/*.Setup_Nav .menu_right .tab-content .FangYuan .button li {
    display: block
}*/
.Setup_Nav .FangYuan .button .iconfont {
    color: #fff
}

.Setup_Nav .FangYuan .button {
    padding: 20px;
    margin: 0px 0px 20px 0px;
}

/*SEO设置*/
.SEOSetup {
    display: flex;
    padding: 20px;
}

    .SEOSetup .pop-list .SeoTitle {
        text-align: center;
        display: block;
    }

    .SEOSetup .SeoTitle {
        color: #333;
        font-size: 20px;
        font-weight: 700;
    }

    .SEOSetup .tab-content {
        margin-left: 20px;
        padding: 20px;
        background: #fff
    }

    .SEOSetup .pop-list li {
        border: 1px solid #999;
        padding: 20px;
    }

    .SEOSetup .column {
        padding: 5px 0px;
        font-size: 16px;
        font-weight: 700;
    }

    .SEOSetup .content {
        padding: 5px 0px;
    }

    .SEOSetup .pop-list {
        padding-bottom: 35px;
    }

.Setup_Nav .OrderType {
    display: initial !important;
}

    .Setup_Nav .OrderType label {
        border: 1px dashed #d7d7d7;
    }

    .Setup_Nav .OrderType .example-box {
        margin-top: 20px;
    }

        .Setup_Nav .OrderType .example-box span {
            margin: 10px 0px;
        }

.Setup_Nav .XiaoKongico {
    padding: 2px 4px;
    background: #fa3534;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 15px;
}

.btn_search_all {
    background: #465161;
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    text-align: center;
    -ms-touch-action: manipulation;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    border-radius: 4px;
}

    .btn_search_all:hover {
        background: rgba(0,0,0,0.6);
        color: #fff;
    }

.label-KeHuList {
    color: #666666
}

.IndexType {
    position: absolute;
    right: 2px;
    top: 4px;
    display: flex;
}

.jqgrow .label {
    font-weight: inherit;
}

.Indexheader {
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #ddd;
}

    .Indexheader .channelList {
        display: initial;
    }

        .Indexheader .channelList li {
            float: left;
            padding: 0px 15px 0px 15px;
        }

    .Indexheader .active {
        color: #0079fe;
        background: none;
        border-bottom: 2px solid #0079fe;
    }

    .Indexheader .channelList li a:hover {
        color: #0079fe;
        cursor: pointer;
    }

/*.formValue .required {
    background-color: rgba(249, 104, 104, 0.1);
}
.requiredtd .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #f968681a;
}*/

/*打卡*/
.DaKa {
    padding: 20px;
}

    .DaKa .User {
        overflow: hidden
    }

    .DaKa .User_L {
        float: left
    }

        .DaKa .User_L h3 {
            color: #151515;
            font-size: 18px;
            padding-bottom: 5px;
        }

        .DaKa .User_L p {
            color: #8a8787;
            padding-bottom: 5px;
        }

    .DaKa .User_R {
        float: right;
        width: 100px;
        height: 100px;
    }

        .DaKa .User_R img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

.DaKa2 {
    border: 1px solid #ededed;
}

    .DaKa2 .DuanYu {
        overflow: hidden
    }

    .DaKa2 .DuanYu_L {
        float: left;
        width: 50%;
        border-right: 1px solid #ededed;
        padding: 10px;
    }

    .DaKa2 .DuanYu_R {
        text-align: center;
        float: right;
        width: 50%;
        padding: 10px;
    }

    .DaKa2 .DuanYu_L i {
        color: #ffc321;
    }

    .DaKa2 .DuanYu_R i {
        color: #5e85ff;
    }

.DaKaTime {
    padding: 10px;
}

.DaKa2 .layui-text h3 {
    font-size: 16px;
}

.DaKa_button {
    text-align: center;
}

    .DaKa_button .btn {
        padding: 26px 10px;
        border-radius: 50%;
    }

.DaKaTime .layui-timeline-axis {
    left: -2px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #3394fe;
    color: #3394fe;
}

.DaKaTime .XiaBan-timeline-axis {
    background-color: #fa3534;
    color: #fa3534;
}

.DaKaTime .btn-info {
    background-color: #577fff;
    border-color: #577fff;
}

.MyDaKaTime .layui-timeline-title {
    color: #151515;
}

.MyDaKaTime span {
    padding: 2px 4px;
    border-radius: 2px;
}

/*打卡End*/

/*量化*/
.LiangHuaList a {
    color: #fa3534;
    padding-left: 28px;
}

    .LiangHuaList a:hover {
        color: #fa8181;
    }
/*量化end*/
.Menu2_List .menu_left {
    width: 145px;
}

.Menu2_List .menu_right {
    width: calc(100% - 145px);
}

audio {
    width: 250px;
    height: 32px;
}

.SearchLouPan_ul {
    left: 5px;
    top: 35px;
    margin-left: 0px;
    padding: 0px;
    position: absolute;
    z-index: 9;
    background: #fff;
    width: 290px;
}

    .SearchLouPan_ul li {
        padding: 0px 10px;
        cursor: pointer;
        line-height: 33px;
    }

        .SearchLouPan_ul li:hover {
            background: rgba(0,0,0,0.2);
        }

.ui-row-ltr .iconfont {
    background: #0079fe;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
}

.ui-row-ltr .Keys {
    background: #19be6b;
}

.ui-row-ltr .WebXianShi {
    background: #ff9900;
    margin-right: 5px;
}

.ui-row-ltr .DelegateType {
    background: #926dde;
}

.ui-row-ltr .IsTuiJian {
    background: #fa3534;
}

.ui-row-ltr .Che {
    background: #57c7d4;
}

.ui-row-ltr .IsHaveImages {
    background: #8d6658;
}

.ui-row-ltr .VRUrl {
    background: #33cabb;
}

.ui-row-ltr .VideoUrl {
    background: #48b0f7;
}

.ui-row-ltr .IsLock {
    background: #465161;
}

.ui-row-ltr .RemindMessageCount {
    background: #f96197;
}

.bg_dcf3eb {
    background-color: #dcf3eb !important;
    color: #43a888 !important;
}

.bg_ffe9dc {
    background-color: #ffe9dc !important;
    color: #d27e59 !important;
}

.bg_d7f2fb {
    background-color: #d7f2fb !important;
    color: #3094ae !important;
}

.bg_dcdcdc {
    background-color: #dcdcdc !important;
    color: #525252 !important;
}

.FangRuan_form {
    border: solid 1px #ddd;
    padding: 10px;
    margin: 10px;
    border-radius: 4px;
}

    .FangRuan_form .title {
        font-weight: bold;
        color: #000;
    }

    .FangRuan_form .tips_msg {
        padding: 10px;
        border-radius: 10px;
        background: #ecf5ff;
        color: #126bfd;
    }
        .FangRuan_form .tips_msg .tips_title {
            font-weight: bold;
        }
        .FangRuan_form .tips_msg div {
            padding-bottom: 5px;
        }


.fw_1000 {
    width: 1000px;
    background: #fff;
    margin: auto;
}

.readonly {
    background: #eee !important;
}