/*************************************************************************************
*sysIndex页面
*************************************************************************************/
body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

#main {
    padding: 0;
    margin: 0;
    background-color: #f3f6f8;
}

#main .container-fluid {
    padding: 0;
}

#main #header {
    margin: 0;
    position: static;
}

#main #header .navbar-inner {
    background: -webkit-linear-gradient(left, #00A8EB, #067CEA) !important; /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #00A8EB, #067CEA) !important; /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #00A8EB, #067CEA) !important; /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #00A8EB, #067CEA) !important; /* 标准的语法 */
}

#main #header li {
    font-size: 14px;
    _font-size: 12px;
}

#main #header .brand {
    font-family: Helvetica, Georgia, Arial, sans-serif, 黑体;
    font-size: 26px;
    padding-left: 33px;
    color: #ED1B24;
    font-weight: 800;
    width: 10%;
    text-align: center;
    /*background: #ffffff;*/
}

#main #header .navbar-inner {
    border-bottom: none;
}

#main #header .openCloseIcon {
    line-height: 50px;
    padding: 0 15px;
    color: #fff;
    cursor: pointer;
}

#main #footer {
    margin: 8px 0 0 0;
    padding: 10px 0 10px 0;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #ccd1d5;
}

#main #footer, #footer a {
    color: #999999;
}

#main #left {
    overflow-x: hidden;
    overflow-y: auto;
    background: #F9F9F9;
}

#main .band-toggleWidth {
    width: 32px !important;
}

#main .left-toggleShow {
    width: 65px !important;
}

#main .left-toggleShow .content-left > li {
    min-height: 50px;
}

#main .left-toggleShow .subTitle {
    display: none;
}

#main .left-toggleShow .subDiv {
    position: absolute !important;
    width: 150px;
    background: #F3F3F4;
    min-height: 80px;
    left: 65px;
    margin-top: -50px;
}

#main .left-toggleShow .accordion-group {
    position: absolute;
    width: 65px;
}

#main .left-toggleShow .accordion-toggle {
    padding: 0;
}

#main .left-toggleShow .content-left li.active .accordion-group {
    width: 60px !important;
}

#main .left-toggleShow .content-left li.active .accordion-group .subDiv {
    position: absolute !important;
    width: 150px;
    background: #F3F3F4;
    min-height: 80px;
    left: 60px;
    top: 0;
}

#main #left .collapse {
    position: static;
}

#main #left .accordion-group {
    border: 0;
}

#main #left .content-left {
    list-style: none;
    margin: 0;
}

#main #left .content-left a {
    color: #999999;
    text-decoration: none;
    padding-left: 20px;
    height: 100%;
    display: block;
}

#main #left .content-left li {
    line-height: 50px;
}

#main #left .content-left li.active {
    border-left: 5px solid #00A8EB;
}

#main #left .content-left li.active a {
    color: #00A8EB;
    padding-left: 15px;
}

#main #left .content-left li a:hover {
    color: #00A8EB;
    cursor: pointer;
}

#main #left .nav-list {
    padding: 0;
}

#main #left .nav-list li {
    line-height: 30px;
}

#main #left .nav-list li a {
    padding: 0 0 0 10px;
    margin: 0;
}

#main #left .nav-list li.active {
    border: 1px solid #00A8EB;
}

#main #left .nav-list li.active a {
    background-color: #FFFFFF;
}

#main #left .content-left .accordion-toggle {
    padding: 0 15px;
}

#main #left .content-left b.subTitle {
    line-height: 50px;
    float: right;
}

#main #userControl > li > a { /*color:#fff;*/
    text-shadow: none;
}

#main #userControl > li > a:hover, #user #userControl > li.open > a {
    background: transparent;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

.input-margin {
    margin-left: 70px;
}

/*************************************************
*机构管理
*************************************************/
.form-search .office-list {
    list-style: none;
    text-align: center;
}

.form-search .office-list li {
    margin-top: 15px;
}

.control-group .office_input {
    width: 254px !important;
}

/*************************************************
*公共样式
*************************************************/
/*字体*/
h2 {
    font-size: 26px;
}

h4 {
    font-size: 18px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f20 {
    font-size: 20px !important;
}

.fb {
    font-weight: bold
}

.fn {
    font-weight: normal;
}

.t2 {
    text-indent: 2em;
}

.lh26 {
    line-height: 26px !important;
}

.lh150 {
    line-height: 150%;
}

.lh180 {
    line-height: 180%;
}

.lh200 {
    line-height: 200%;
}

.lh40 {
    line-height: 40px;
}

.unl {
    text-decoration: underline;
}

.no_unl {
    text-decoration: none;
}

/*位置*/
.align-center {
    margin: 0 auto;
    text-align: center;
}

.align-left {
    float: left;
    text-align: left;
}

.align-right {
    float: right;
    text-align: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: 0;
    margin-right: 0;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
}

.vm {
    vertical-align: middle;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.abs-right {
    position: absolute;
    right: 0
}

.zoom {
    zoom: 1;
}

.hidden {
    visibility: hidden;
}

.none {
    display: none;
}

.cursor_pointer {
    cursor: pointer;
}

.block {
    display: block;
}

.align-center {
    margin: 0px auto;
    text-align: center;
}

/*边距*/
.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.ml50 {
    margin: 50px;
}

.m30 {
    margin: 30px;
}

.mt3 {
    margin-top: 3px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mt100 {
    margin-top: 100px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.ml-8 {
    margin-left: -8px;
}

.ml-4 {
    margin-left: -4px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml50 {
    margin-left: 50px !important;
}

.ml100 {
    margin-left: 100px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr50 {
    margin-right: 50px;
}

.mr100 {
    margin-right: 100px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p30 {
    padding: 30px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt50 {
    padding-top: 50px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl50 {
    padding-left: 50px;
}

.w230 {
    width: 230px;
}

.w283 {
    width: 283px;
}

.w300 {
    width: 300px !important;
}

.w-col-95 {
    width: 95% !important;
}

.w-col-100 {
    width: 100% !important;
}

.h80 {
    height: 80px;
}

.h150{
    height: 150px !important;
}

.min-h150 {
    min-height: 150px;
}

.h-col-100 {
    height: 100% !important;
}

.cursor_pointer {
    cursor: pointer !important;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/**颜色**/
.color_red {
    color: #ff0000
}

.color-dark {
    color: #323232 !important;
}

.color-white {
    color: #F7F8F9 !important;
}

/********************************************
论坛
**********************************************/
.main-container {
    width: 90%;
    margin: 30px auto 0;
}

.page-title .title-icon {
    float: left;
    position: relative;
    top: 3px;
    vertical-align: middle;
    margin-right: 16px;
}

.page-title-text {
    font-size: 24px;
    color: #E60012;
    font-weight: 600;
}

.faqs {

}

.faqs a {
    text-decoration: none;
}

.faqs .forums-lists-body {
    margin-top: 30px;
}

.faqs .forums-div {
    height: 130px;
    font-family: '微软雅黑';
    border: 1px solid #ddd;
    margin-bottom: 12px;
    border-radius: 10px;
}

.faqs .forums-div:hover {
    cursor: pointer;
    border: 1px solid #6CB7FA;
}

.faqs .forums-div:hover > .rcmu {
    background: #6CB7FA;
    opacity: 1;
    top: 87px;
    line-height: 45px;
    transition: 0.5s;
}

.faqs .forums-div .borders_dv {
    float: left;
    width: 50%;
    height: 100%
}

.faqs .forums-div .borders_dv .forums-img {
    width: 66%;
    height: 100%;
    margin-top: 20%;
    margin-left: 12%;
}

.faqs .forums-div .borders_dv .borders-dv-name {
    font-weight: bold;
    margin-top: 42px;
}

.faqs .forums-div .borders_dv .borders-dv-name a {
    color: #212426;
    font-size: 24px;
}

.faqs .forums-div .rcmu {
    color: #393F4C;
    font-size: 12px;
    position: absolute;
    background: #DFDFDF;
    width: 89%;
    top: 101px;
    text-align: center;
    line-height: 30px;
    opacity: 0.5;
    transition: 0.5s;
    border-radius: 10px;
    border-radius: 0 0 10px 10px;
}

/*********************************************
通用样式
**********************************************/
.common-nav-tabs {
    /*border-bottom: 1px solid #ddd;*/
    list-style: none;
}

.common-nav-tabs li {
    float: left;
    line-height: 35px;
    padding: 0 14px;
}

.common-nav-tabs li a {
    color: #333333;
    font-size: 13px;
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 0 3px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.common-nav-tabs li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #0070c9;
    height: 3px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.common-nav-tabs li a:hover:before, .common-nav-tabs li a:active:before {
    left: 0;
    right: 0
}

.common-nav-tabs li a:hover {
    left: 0;
    right: 0;
    color: #00aeff;
}

.common-nav-tabs li.active a {
    border-radius: 2px;
    color: #0070c9;
    font-size: 14px;
    font-weight: bold;
}

.common-nav-tabs li.active a:before {
    left: 0;
    right: 0
}

.common-hr {
    height: 1px;
    background-color: #ddd;
    margin: 5px 0 20px 0;
    clear: both;
}

.common-table {
    box-shadow: 0px 15px 10px 0px #ccc;
}

.common-selectTable {
    margin: 0 auto;
    width: 90%;
}

.common-selectTable tr {
    cursor: pointer;
}

.common-selectTable tr.active {
    background: #00A4EA;
    color: #ffffff;
}

.common-table th {
    background: none;
    color: #ffffff;
}

.common-table thead {
    background: none repeat scroll 0 0 #049FF1;
}

.common-table th, .common-table td {
    text-align: center;
}

.commonHead {
    background: -webkit-linear-gradient(left, #00A8EB, #067CEA); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #00A8EB, #067CEA); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #00A8EB, #067CEA); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #00A8EB, #067CEA); /* 标准的语法 */

}

.commonHead a {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    line-height: 35px;
    padding-left: 20px;
}

.common-Btn {
    background: #00A8EB !important;
    border-radius: 20px !important;
    color: #ffffff !important;
    text-shadow: none !important;
}

.common-Btn:hover {
    color: #ffffff;
    background-color: #067CEA !important;;
}

#loadBtn {
    text-decoration: none;
}

#loadBtn input {
    border-right: none;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    width: 242px !important;
}

#loadBtn i {
    border-left: none;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    padding: 5px 9px 9px 9px;
}

.auditStatus_type {
    margin: 3px 0 !important;
}

.tclPagination {
    min-height: 25px;
    float: right;
    margin-top: 15px;
}

.tclPagination ul {
    list-style: none;
}

.tclPagination ul li {
    float: left;
    text-align: center;
}

.tclPagination ul li a {
    background: #ffffff;
    border-radius: 0%;
    width: 25px;
    margin: 0 0 0 -1px;
    padding: 5px 9px;
    color: #333333;
    text-decoration: none;
    font-size:14px;
}

.tclPagination ul li.active a {
    background: #0071C8;
    color: #ffffff;
}

.tclPagination ul li.disabled a {
    cursor: not-allowed;
    background: #C3C4C4;
}

.tclPagination ul li a {
    color: #333333;
    border: 1px solid #dbe1e5;
}

/********************************************
产品展示
**********************************************/
.product-search-input {
    border-radius: 20px !important;
    font-size: 12px !important;
    background: #F2F2F2 !important;
    transition: 1s !important;;
}

.product-search-input:focus {
    background: #ffffff !important;
    width: 300px;
    transition: 1s;
}

.product-search-btn {
    margin-top: -38px;
    right: 21px;
    display: block;
    position: absolute;
    width: 60px;
    padding: 3px 10px;
    cursor: pointer;
}

.product-list-div {
    width: 18%;
    height: 230px;
    float: left;
    list-style: none;
    border: 1px solid transparent;
}

.product-list-div:hover {
    cursor: pointer;
    border: 1px solid #2BB3EB;
    border-radius: 5px;
}

.product-list-div img {
    width: 80%;
    margin: 20px auto;
    display: block;
}

.product-list-div .product-name {
    text-align: center;
    text-decoration: none !important;
    color: #43494B;
}

.product-params-div {
    background: #019EE9;
    width: 120px;
    height: 80px;
    float: left;
    margin: 10px;
    border-radius: 5px;
}

.faq-answer > p:first-child {
    display: inline;
}

.guideLines-li{
    border-bottom: 1px dotted #cccccc;
    padding: 20px;
}

/********************************************
在线编辑
**********************************************/
.main-container .sidebarFloat {
    float: right;
    padding-right: 24px;
    padding-bottom: 24px;
    background: #EEEEEE;
    padding-left: 10px;
    width: 180px;
}

.sidebarFloat .sidebar-top {
    font-size: 18px;
    padding-right: 10px;
    color: #555;
    font-weight: 600;
    margin: 8px 2px;
}

.sidebarFloat .guideSidebarThumb {
    position: relative;
    float: left;
    width: 56px;
    height: 42px;
    margin: 0 4px 4px 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.sidebarFloat .guideSidebarThumb:hover {
    cursor: pointer;
}

.sidebarFloat .guideSidebarThumb .no-image {
    width: 100%;
    height: 100%;
    background: #ccc;
    font-size: 39px;
}

.sidebarFloat .guideSidebarThumb .no-image i {
    margin-left: 10px;
}

.sidebarFloat .guideSidebarThumb img {
    height: 100% !important;
}

.sidebarFloat .guideSidebarThumb .sub-thumb {
    background: #FECE71;
    position: absolute;
    bottom: 0;
    padding: 0 6px;
    color: #ffffff;
    right: 0;
}

.sidebarFloat .guideSidebarPlus {
    background: #FECE71;
}

.sidebarFloat .guideSidebarPlus:hover {
    background: #feb325;
}

.sidebarFloat .guideSidebarPlus i {
    font-size: 24px;
    color: #fff;
    margin-left: 16px;
    display: block;
    margin-top: 8px;
}

.main-container .contentFloat {
    float: left;
    padding-left: 24px;
    padding-bottom: 24px;
    width: 743px;
}

.contentFloat .step-title {
    font-size: 22px;
    color: #212426;
}

.contentFloat .stepType {
    padding: 0;
    font-size: 18px;
    line-height: 1.21em;
    color: #555;
}

.contentFloat .deleteBtn {
    color: #e83115;
    border-color: #fce0dc;
}

.contentFloat .deleteBtn:hover {
    background-color: #fce0dc;
    border-color: #f9ccc5;
}

.contentFloat .pagination {
    background: #EEEEEE;
    line-height: 30px;
}

.contentFloat .pagination a:hover {
    text-decoration: none;
    cursor: pointer;
}

.contentFloat .groupDiv .group-images {
    text-align: center;
    font-style: italic;
    color: #888;
    line-height: 2em;
    margin: 3px 0 0 0;
    border: 1px solid #ddd;
}

.contentFloat .groupDiv .masterPicture {
    width: 300px;
    height: 225px;
}

.contentFloat .groupDiv .thumbnail .small-image {
    width: 30%;
    height: 72px;
    float: left;
    margin: 5px 3px;
}

.contentFloat .groupDiv .thumbnail .small-image img {
    height: 100%;
    width: 66%;
    cursor: pointer;
}

.contentFloat .groupDiv .thumbnail .no-image {
    background: #eeeeee;
}

.contentFloat .groupDiv .thumbnail .no-image i {
    margin: 20px 10px 30px 24px;
    display: block;
    font-size: 36px;
}

.picture_Url {
    height: 0.5px !important;
    width: 0px !important;
    padding: 0 !important;
    border: 0px !important;
}

.main-container .tclOnlineStepViewTitle {
    font-weight: 700;
    font-size: 18px;
    border: 0;
    position: relative;
    margin: 0;
    line-height: 35px;
}

.main-container .onlineStepViewContent {
    margin: 8px 0;
    padding: 0;
    text-indent: 2em;
}

.control-group .control-label {
    margin-left:50px;
    text-align:left;
    width:120px;
}
.ueTableClass{
    width:100%;
}
.read_btn{
    cursor: pointer;

}