﻿@charset "UTF-8";
/*body{height:100%;overflow:auto;background: #fff;  color: #333;  font: 14px/1.5 Roboto,Microsoft Yahei,\\82F9\65B9,Tahoma,\\9ED1\4F53,Arial,\\5B8B\4F53;height:auto;  }*/
/*span,ul,ol,li,input,button,select,textarea{margin:0;padding: 0;}*/
/*textarea{resize: none;padding: 6px 12px;}*/
/*common部分*/
ul, ol {
    list-style: none;
}

img {
    font-size: 0;
    border: 0;
}

i, em {
    font-style: normal;
}

em {
    font-weight: 600;
}

a {
    text-decoration: none;
}

a, button, input {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    a.link:link {
        color: #0087ff;
    }

    a.link:visited {
        color: #0078ff;
    }

    a.link:visited, a.link:hover, a.link:active {
        text-decoration: underline;
    }

.link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.link-black, a.link-black:link, a.link-black:visited {
    color: #111;
}

    .link-black.light, a.link-black.light:link, a.link-black.light:visited {
        color: #666;
    }

a.link-black:hover, a.link-black.light:hover {
    color: #0087ff;
}

a.link-black:visited, a.link-black:hover, a.link-black:active, a.link-black:focus {
    text-decoration: none;
}

a:link {
    color: #0088FF;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #1b4c75;
}

a:active {
    text-decoration: underline;
}

a:focus {
    text-decoration: underline;
}

a.btn:link {
    text-decoration: none;
}

a.btn:visited {
    text-decoration: none;
}

a.btn:hover {
    text-decoration: none;
}

a.btn:active {
    text-decoration: none;
}

a.btn:focus {
    text-decoration: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}
/*p,address{margin: 0;padding: 0;}*/
h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}
/*h4{font-size: 16px;}*/
h5 {
    font-size: 14px;
}

.fl {
    float: left !important;
    *display: inline;
}

.fr {
    float: right !important;
    *display: inline;
}

.mt30 {
    margin-top: 30px !important;
}

.mt24 {
    margin-top: 24px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt6 {
    margin-top: 6px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb12 {
    margin-bottom: 12px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.has-feedback input[type=text], .has-feedback-text input[type=text] {
    text-align: center;
}
/*边框*/
.radius0 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.box-shadow-aside {
    *border: 1px solid #dddddd;
    -webkit-box-shadow: 0 0 5px 1px rgba(150,150,150,.2);
    -moz-box-shadow: 0 0 5px 1px rgba(150,150,150,.2);
    box-shadow: 0 0 5px 1px rgba(150,150,150,.2);
}
/*分页组件*/
.pagination { /*display: block;*/
    vertical-align: middle;
    *zoom: 1;
}

    .pagination:before, .pagination:after {
        display: table;
        content: "";
    }

    .pagination:after {
        clear: both;
    }

    .pagination a, .pagination span {
        display: inline-block;
        padding: 6px 12px;
        color: #333;
        border-top: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #ddd;
    }

        .pagination a.prev, .pagination a:first-child,
        .pagination span.prev, .pagination span:first-child {
            border-left: 1px solid #dddddd;
            border-top-left-radius: 3px;
            -webkit-border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
        }

        .pagination a.next, .pagination a:last-child,
        .pagination span.next, .pagination span:last-child {
            border-right: 1px solid #dddddd;
            border-top-right-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            -webkit-border-bottom-right-radius: 3px;
        }

        .pagination a:hover, .pagination .prev:hover, .pagination .next:hover {
            background-color: #dedede;
            text-decoration: none;
        }
        /*.pagination span{cursor: not-allowed;}*/
        .pagination a.current, .pagination span.current {
            background-color: #1e202c;
            color: #fff;
            border-color: #1e202c;
        }

    .pagination .current.prev, .pagination .current.next {
        color: #999;
        background: #fff;
        border-color: #ddd;
    }
/*栅格*/
.lee-col-1, .lee-col-2, .lee-col-3, .lee-col-4, .lee-col-5, .lee-col-6,
.lee-col-7, .lee-col-8, .lee-col-9, .lee-col-10, .lee-col-11, .lee-col-12 {
    float: left;
    position: relative;
    min-height: 1px;
}

.lee-col-1 {
    width: 8.33333333%;
}

.lee-col-2 {
    width: 16.66666667%;
}

.lee-col-3 {
    width: 25%;
}

.lee-col-4 {
    width: 33.33333333%;
}

.lee-col-5 {
    width: 41.66666667%;
}

.lee-col-6 {
    width: 50%;
}

.lee-col-7 {
    width: 58.33333333%;
}

.lee-col-8 {
    width: 66.66666667%;
}

.lee-col-9 {
    width: 75%;
}

.lee-col-10 {
    width: 83.33333333%;
}

.lee-col-11 {
    width: 91.66666667%;
}

.lee-col-12 {
    width: 100%;
}
/*三角形*/
.caret-top {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

.caret-top-two {
    position: relative;
    border: 9px solid;
    border-color: transparent transparent #ddd;
    border-style: dashed dashed solid;
}

    .caret-top-two:after {
        content: "";
        position: absolute;
        border: 8px solid;
        border-color: transparent transparent #fff;
        top: -6px;
        left: -8px;
    }

.open-caret {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform linear .06s;
    -webkit-transform-origin: 50% 46%;
    -moz-transform-origin: 50% 46%;
    -ms-transform-origin: 50% 46%;
    -o-transform-origin: 50% 46%;
    transform-origin: 50% 46%;
}
/*文本样式*/
.text-gray {
    color: #666;
}

.mark-primary {
    background-color: #fff;
}
/*iconfont 图标 警告框alert*/
.icon-cuxiao:before {
    content: "\e606";
}

.icon-warning:before {
    content: "\e60d";
}

.alert {
    margin-bottom: 30px;
}

.alert-large {
    font-size: 16px;
}

.alert-warning .alert-link {
    color: #579dda;
}

    .alert-warning .alert-link:hover {
        color: #4483b9;
    }

表格 table .table > thead > tr > th {
    white-space: nowrap;
    font-size: 15px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border: none;
    text-align: center;
    vertical-align: middle;
    padding: 10px 10px;
}

.table > tbody > tr {
    border-bottom: 1px solid rgba(132, 126, 126, 0.12);
}

.table tr > td.text-center {
    text-align: center;
}

表单初始化 label input[type=checkbox] {
    vertical-align: middle;
}

.form-group {
    margin-bottom: 18px;
}

.form-control[readonly] {
    background-color: #fff;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-control, button, input, select, textarea {
    background-color: #fff;
    -webkit-transition: border-color .3s linear;
    -moz-transition: border-color .3s linear;
    -ms-transition: border-color .3s linear;
    -o-transition: border-color .3s linear;
    transition: border-color .3s linear;
}

.table-form .form-control {
    width: 90px;
    display: inline-block;
}
/*.btn.active,.btn:focus,.btn:hover,.btn:active,.btn:active:focus{background-color: #efefef;color:#333;}
.form-control.disabled{background-color: #efefef;}
.btn,.form-control,button,input,select,textarea{  box-shadow: none;color: #333;}*/
select:focus, select:active:focus, select:active,
input:focus, input:active:focus, input:active,
textarea:focus, textarea:active:focus, textarea:active,
.form-control:focus, .form-control:active:focus, .form-control:active,
/*.btn:hover,.btn:focus,.btn:active:focus,.btn:active,.btn.active{
    outline: none !important;box-shadow: none !important;color:#333;
}*/
label, .control-label {
    font-weight: 500;
}

.btn, .form-control, button, input, select, textarea {
    /*border: 1px solid #dddddd;*/
}

.select2-container--default .select2-selection--single, .form-control, select, textarea {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
/*select2的样式跳转*/
.select2-container--default .select2-selection--single {
    background-color: #fff;
    /*border: 1px solid #ddd;*/
}

.has-error .select2-container--default .select2-selection--single {
    /*border-color: #F32043 !important;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.select2-dropdown { /*border:1px solid #ddd;*/
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #efefef;
    color: #333;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
    background-color: #fff;
}

.select2-selection:focus, .select2-selection:hover, .select2-selection:active, .select2-selection:active:focus {
    outline: none;
    box-shadow: none;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
    color: #f22;
}
/*定位*/
.fixed-bottom, .fixed-right {
    position: fixed;
    z-index: 100;
    width: auto;
}

.fixed-right {
    margin-right: 15px;
    right: 0;
    top: 30%;
}

.fixed-bottom {
    background-color: #eee;
    padding: 10px 0;
    /*margin-bottom:15px;*/
    bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
}
/*btn 大小*/
.btn-small {
    padding: 0 8px;
}

.btn-large {
    padding: 10px 22px;
}
/*button 颜色分组 group*/
/*select group*/
.select-group select.form-control {
    margin-left: -4px;
}

.select-group * {
    text-align: left;
}

.select-group .select2-container {
    float: left;
    border-left: 0;
}

    .select-group .select2-container .select2-selection--single {
        border-left: 0;
    }

.select-group .form-control + .form-control {
    border-left: none;
}

.select-group .form-control:focus, .select-group .form-control:hover, .select-group .form-control:active {
    border-color: #dddddd;
}

.input-group .input-group-addon {
    top: 0;
}

.form-inline .form-control.control-big {
    width: 200px;
}

.form-inline .form-control.control-bigger {
    width: 400px;
}

.form-inline .form-control {
    display: inline-block;
    width: 160px;
    vertical-align: middle;
}

    .form-inline .form-control.control-small {
        width: 120px;
    }

.form-inline .control-label {
    padding-right: 8px;
}

.form-inline .btn {
    margin-left: 15px;
}

.form-inline .form-group + .form-group label {
    margin-left: 15px;
}
/*button group*/
/*默认*/
.btn-group .btn {
    background-color: #fff;
    outline: none;
    padding: 6px 16px;
}

    .btn-group .btn:hover {
        background-color: #eee;
    }

    .btn-group .btn:focus, .btn-group .btn:active, .btn-group .btn.active {
        color: #fff;
        background-color: #333;
        border-color: #333;
    }
/*.btn-group .btn+.btn{margin:0;}*/
.btn-group-collapse .btn + .btn {
    margin: 0;
    border-left: 0;
}
/*btn-group-sort*/
.btn-group-sort .btn {
    background-color: #fff;
    outline: none;
    padding: 6px 16px;
}

    .btn-group-sort .btn:hover {
        background-color: #eee;
    }

    .btn-group-sort .btn:focus, .btn-group-sort .btn:active, .btn-group-sort .btn.active {
        background-color: #ededed;
        border-color: #ddd;
        color: #333;
    }

        .btn-group-sort .btn.active.down .glyphicon:before {
            content: "\e094";
            color: #999;
        }

.btn-group-sort .glyphicon {
    top: 2px;
    color: #999;
}
/*btn-primary*/
.btn-primary, .btn-primary:link,
.btn-primary:focus, .btn-primary.focus,
.btn-primary:hover, .btn-primary.hover,
.btn-primary:active, .btn-primary.active, .btn-primary:active:focus {
    color: #fff;
}

.btn-link-exit { /*border: 0;width: auto;*/
}
/*表单验证 错误提示信息 样式*/
.error {
    color: #da3f57;
    position: relative;
    display: block;
    margin-top: 4px;
    line-height: 24px;
    height: 24px;
}

    .error i {
        margin-right: 3px;
    }
/*common公用 header footer*/
/*.container{height:auto;overflow: visible;width:1000px;}*/
.content, .content-height {
    width: 100%;
    position: relative;
    *zoom: 1;
}

    .content .con-left {
        float: left;
        width: auto;
        text-align: left;
    }

    .content .con-right {
        float: right;
        width: auto;
        text-align: right;
    }

    .content:before, .content:after, .content-height:before, .content-height:after {
        content: "";
        display: table;
    }

    .content:after, .content-height:after {
        clear: both;
    }

.search-content {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
/*定位样式*/
.block-center {
    display: block;
    text-align: center;
}
/*header-navbar 导航  头*/
/*导航条 left*/
.header-left {
    width: 74%;
    float: left;
}

.header-navbar {
    width: 100%;
    background-color: #222;
    color: #fff;
    height: 60px;
    z-index: 1;
}

.header-navbar {
    background: #222; /* 一些不支持背景渐变的浏览器 */
    background: -moz-linear-gradient(top, #222, rgba(0, 0, 0, 0.8));
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#222), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, #222, rgba(0, 0, 0, 0.8));
    filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#222,endcolorstr=#333,gradientType=1);
    -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#222,endcolorstr=#333,gradientType=1);
}

    .header-navbar .container {
        height: auto;
        overflow: visible;
    }

    .header-navbar a {
        color: #fff;
        text-align: center;
        text-decoration: none;
    }

        .header-navbar a:hover {
            text-decoration: none;
        }

.navbar-logo {
    display: inline-block;
    float: left;
    width: auto;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    color: #fff !important;
    overflow: hidden;
    font-size: 18px;
    background-color: #33374b;
}

    .navbar-logo .icon-box {
        width: 46px;
        height: 46px;
        overflow: hidden;
        vertical-align: middle;
    }

    .navbar-logo .iconfont {
        font-size: 46px;
        top: 0;
        width: 46px;
        /* height: 46px; */
        display: inline-block;
        padding-top: 3px;
    }

.nav-menu li {
    display: inline-block;
    float: left;
    position: relative;
}

    .nav-menu li a {
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -ms-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
        color: #f3eeee;
        font-size: 16px;
        position: relative;
        display: inline-block;
        height: 60px;
        line-height: 60px;
        padding: 0 10px;
    }

        .nav-menu li a:hover {
            text-decoration: none;
        }

    .nav-menu li.active:after {
        content: "";
        height: 3px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .nav-menu li.active a, .nav-menu li a:hover {
        color: #efefef;
    }

    .nav-menu li.active a {
        background-color: #000;
    }

.navbar-box {
    height: 60px;
    float: left;
}

.header-title {
    display: inline;
    vertical-align: top;
    font-size: 30px;
    letter-spacing: 2px;
}

.header-navbar {
    padding-top: 10px;
    height: 70px;
}

.navbar-box {
    height: 45px;
    margin-left: 15px;
}

.header-navbar {
    background: #33affc; /* 一些不支持背景渐变的浏览器 */
    background: -moz-linear-gradient(top, #2593d8, #33affc);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2593d8), to(#33affc));
    background: -o-linear-gradient(top, #2593d8,#33affc);
    filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2593d8,endcolorstr=#33affc,gradientType=1);
    -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2593d8,endcolorstr=#33affc,gradientType=1);
    -webkit-box-shadow: inset 0 0 5px 0px #2593d8;
    -moz-box-shadow: inset 0 0 5px 0px #2593d8;
    box-shadow: inset 0 0 5px 0px #2593d8;
}

.navbar-logo {
    background-color: transparent;
}

.nav-menu li {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
}

    .nav-menu li a {
        background-color: #88ccff;
        height: 45px;
        line-height: 45px;
    }

    .nav-menu li.active a {
        background-color: #fff;
        color: #000;
    }
/*导航条右边*/
.header-right {
    width: auto;
    height: 60px;
    z-index: 2;
    float: right;
    text-align: right;
    position: relative;
    vertical-align: bottom;
}

.info-box {
    height: 100%;
    line-height: 60px;
    vertical-align: middle;
}
/*content common*/
.text-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
/*链接样式*/
.abs-right {
    position: absolute;
    right: 0;
    text-align: right;
}

.breadcrumb {
    font-size: 16px;
}

    .breadcrumb a {
        color: #333;
    }

        .breadcrumb a:hover {
            color: #d13030;
        }

    .breadcrumb + .link-right {
        top: 8px;
        right: 15px;
    }
/*对应媒体查询*/
/*@media (max-width: 768px) {
    .header-navbar,.footer,.container{width:1000px;}
}
@media (min-width: 768px) {
    .header-navbar,.footer,.container{width:1000px;}
}
@media (min-width: 992px) {
    .header-navbar,.footer,.container{width:1000px;}
}
@media (min-width: 1000px) {
    .header-navbar,.footer{width: 100%;}
}
@media (min-width: 1200px){
    .header-navbar,.footer{width: 100%;}
    .container{
        width: 1170px;
    }
    /*导航条*/
.nav-menu li a {
    padding: 0 16px;
}

.form-control:hover, .form-control:focus, .form-control:active:focus, .form-control:active {
    border-color: #666;
}

.btn-primary {
    background-color: #ff7300;
}

.btn-search {
    background-color: #ff500b;
    border-color: #ff4014;
    color: #fff;
}

    .btn-search:link,
    .btn-search:focus, .btn-search.focus,
    .btn-search:hover, .btn-search.hover,
    /*.btn-search:active,.btn-search.active,.btn-search:active:focus{
    border-color:#ff4014;background-color: #e0480c;color:#fff;
}*/
    .btn-primary,
    .btn-primary:focus, .btn-primary.focus,
    .btn-primary:hover, .btn-primary.hover,
    /*.btn-primary:active,.btn-primary.active,.btn-primary:active:focus{border-color:#ff500b;}*/
    .btn-group-primary .btn:hover,
    .btn-group-primary .btn:focus, .btn-group-primary .btn:active, .btn-group-primary .btn.active:focus, .btn-group-primary .btn.active,
    .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active,
    .btn-primary:active:focus {
        background-color: #ff500b;
    }
/*弹窗设置*/
.layui-layer a {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.layui-layer-btn {
    background-color: #efeeee;
}

    .layui-layer-btn a {
        margin: 10px 6px 0 6px !important;
    }

    .layui-layer-btn .layui-layer-btn0 {
        border-color: #ff500b !important;
        background-color: #ff500b !important;
    }

.layui-layer-iframe .layui-layer-btn, .layui-layer-page .layui-layer-btn {
    padding-top: 0 !important;
}

.layui-layer-btn {
    padding: 10px !important;
}

.is-disabled {
    cursor: not-allowed !important;
}

.form-control.border-error {
    border-color: #F32043;
}
/*标签页 */
.menu-header {
    /*border-bottom:1px solid #ddd;*/ z-index: 0;
    height: 40px;
}

    .menu-header li {
        padding: 9px 10px;
        border-bottom: 0;
        display: inline-block;
        cursor: pointer;
        z-index: 3;
    }

        .menu-header li:hover {
            color: #ff500b;
        }

        .menu-header li.active {
            background-color: #fff; /*border:1px solid #ddd;*/ /*border-bottom:1px solid #fff;*/
            color: #ff500b;
            margin-bottom: -1px;
            font-size: medium;
        }

.menu-body {
    display: none;
    padding: 0px 15px 0px;
    border: 1px solid #ddd;
    border-top: none;
}

.tab-cons .menu-body {
    border: none;
}

.menu-body label {
    text-align: right;
    padding-right: 0;
    padding-left: 2px;
    text-align: right;
    margin-top: 7px;
}
/*进度条*/
/*页面*/
/*body{background-color: #eee;}*/
/*.header-navbar .container{background-color: #222;}*/
/*.container{background-color: #fff;}*/
/*.content{padding: 10px;}*/
.text-warning {
    color: #FF6633;
}

.ml5 {
    margin-left: 5px !important;
}

.va-middle {
    vertical-align: middle;
}

.con-middle {
    padding-top: 190px;
    padding-bottom: 190px;
    text-align: center;
}

    .con-middle p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .con-middle .btn, .text-btn {
        margin-top: 20px;
    }

        .text-btn .btn {
            margin-top: 0;
        }

.text-bold, .text-msg { /*font-weight: 600;*/
}

.text-msg {
    font-weight: 500;
    color: #121212;
}

    .text-msg a {
        margin-left: 8px;
    }

.text-note {
    color: #666;
    font-size: 14px !important;
}

.info-box a + a {
    margin-left: 10px;
}

.iconfont {
    margin-right: 5px;
}

.con-container, .con-set {
    padding: 15px 10px;
}

.result-msg {
    font-size: 16px;
    margin-bottom: 15px;
}

    .result-msg i {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
    }

.con-title {
    border-bottom: 1px solid #ddd;
    padding-left: 2px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}

.table td img {
    width: 120px;
    height: auto;
}

.table td {
    text-align: center;
}

    .table td.img-icon {
        width: 142px;
        text-align: center;
    }

    .table td.img-icon-sm img {
        width: 100px;
        height: 100px;
    }

.table .btn {
    margin-bottom: 5px;
}

.table label {
    margin: 0;
}

.form-inline {
    margin-bottom: 15px;
}
/*.con-set{overflow: hidden;width: 90%;*/
/*margin: 0 auto;margin-top: 20px;}*/
/*.set-left,.set-right{float:left;height:100%;}*/
/*.set-left{width:15%;border:1px solid #ff7300;height:594px;position:relative;}*/
/*.set-right{width:85%;border:1px solid #ff7300;padding:20px 15px}*/
/*.set-left .center-middle{display:block;width:100%;text-align: center;position:absolute;top:50%;margin-top:-18px;}*/
.control-sm {
    width: 200px;
}

.control-xs {
    width: 160px;
}

.control-xss {
    width: 80px;
}

.control-cbx {
    margin-top: 10px;
}

    .control-cbx .checkbox-inline, .control-cbx .radio-inline {
        padding-top: 0;
        margin-right: 5px;
    }

    .control-cbx a, .control-cbx .form-control {
        margin-left: 5px;
    }

.set-shop .checkbox-inline, .set-shop .radio-inline {
    margin-left: 20px !important;
}

/*.table-set,.set-footer{width: 94%;margin: 30px auto;}*/
.table-set { /*border:3px solid #f1f1f1;*/
}

    .table-set > tbody > tr > td {
        padding: 10px 40px 0px;
    }

        .table-set > tbody > tr > td .checkbox-inline {
            padding: 0;
            vertical-align: middle;
        }

        .table-set > tbody > tr > td a {
            margin-left: 8px;
            vertical-align: middle;
        }

    .table-set > tbody > tr:last-child td {
        padding-bottom: 10px;
    }

    .table-set.set-shop > tbody > tr > td { /*padding:10px 23px*/
    }

.center-middle { /*width:200px;*/
    text-align: center;
    font-size: 15px;
    padding: 0 !important; /*background-color: #f1f1f1;*/
    color: #ff500b;
}

.set-shop .checkbox-inline {
    margin-left: 10px;
}

.cbx-two {
    padding: 5px 13px 8px;
}

    .cbx-two .checkbox-inline + .checkbox-inline {
        margin-left: 30px;
    }
/*.set-footer{padding-left: 200px;*/
/*text-align: center;*/
position: relative;
}
/*.set-footer .checkbox{margin-left: 20px;position: absolute;left:200px;top:-20px;}
.set-footer .btn{margin-top: 15px;}*/
.layer-con {
    padding: 15px;
}

    .layer-con p {
        margin-bottom: 10px;
    }

    .layer-con textarea {
        height: 80px;
    }

    .layer-con label {
        margin-top: 7px;
        padding-right: 0;
    }

.img-water {
    text-align: center;
}

    .img-water img {
        width: 200px;
        height: 200px;
    }

.water-body {
    display: none;
    border: 1px solid #ddd;
    padding: 18px 0 0;
}

.has-feedback, .has-feedback-opacity {
    position: relative;
}

.has-feedback-opacity {
    display: inline-block;
    width: 80px;
}

    .has-feedback-opacity .iconfont {
        margin-right: 0;
    }

.feedback-opacity-up, .feedback-opacity-down {
    width: 16px;
    height: 16px;
    line-height: 1;
    position: absolute;
    right: 1px;
    background-color: #eee;
}

.feedback-opacity-up {
    top: 1px;
}

    .feedback-opacity-up:hover, .feedback-opacity-down:hover {
        background-color: #bdbdbd;
    }

.feedback-opacity-down {
    bottom: 1px;
}

.water-body .checkbox-inline + .checkbox-inline {
    margin-left: 40px;
}

.water-body .checkbox-inline {
    width: 65px;
}

.water-body .col-sm-9 {
    padding-left: 0;
}

.water-body .form-group {
    margin-left: 0;
    margin-right: 0;
}

.sp-container {
    z-index: 19891016 !important;
}

.radio-box {
    position: relative;
    height: 60px;
}

.layer-con label {
    font-weight: 600;
}

    .layer-con label.checkbox-inline, .layer-con label.radio-inline {
        font-weight: 500;
    }

.water-body .control-xss {
    margin-top: 7px;
}

.water-img {
    width: 120px;
    height: 120px;
    display: inline-block;
    margin-left: 15px;
    border: 1px solid #ddd;
}

.deal-btns {
    width: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

    .deal-btns .btn {
        margin-top: 15px;
    }

.section-msg {
    min-width: 20%;
    display: inline-block;
}

.panel-body p + p {
    margin-top: 5px;
}

.shop-item {
    width: 90%;
    height: 256px;
    margin: auto;
    background-color: #f3f3f3;
    padding: 15px;
    border: 1px solid #f3f3f3;
    margin-bottom: 30px;
}

.shop-img-box {
    display: block;
    text-align: center;
    width: 100%;
    height: 100px;
}

    .shop-img-box img {
        width: 100%;
        height: 100px;
    }

    .shop-img-box:hover img, .add-shop:hover {
        -webkit-transition: transform .3s;
        -moz-transition: transform .3s;
        -ms-transition: transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        -webkit-transform: scale(1.05,1.05);
        -moz-transform: scale(1.05,1.05);
        -ms-transform: scale(1.05,1.05);
        -o-transform: scale(1.05,1.05);
        transform: scale(1.05,1.05);
    }

.shop-item p {
    margin-top: 10px;
}

.link-ml {
    margin-left: 20px;
}

.add-shop {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 30px;
    color: #ff500b;
    text-align: center;
    padding-top: 80px;
}

    .add-shop:hover {
        color: #ff500b;
        text-decoration: none;
    }

.menu-nav {
    background-color: #f3f3f3;
    padding: 15px 0;
}

    .menu-nav a {
        color: #333;
        padding: 5px 15px;
        display: block;
        width: 100%;
        text-align: center;
        cursor: pointer;
    }

        .menu-nav li.active a, .menu-nav a:visited, .menu-nav a:hover, .menu-nav a:active {
            color: #ff500b;
            text-decoration: none;
        }

    .menu-nav li.active {
        color: #ff500b;
        border-bottom: 1px solid #ff500b;
    }

.search-header {
    position: relative;
}

    .search-header .abs-right {
        bottom: 7px;
    }

.link-ml10 {
    margin-left: 10px;
}

.btn-larger {
    padding: 10px 60px;
    font-size: 16px;
    letter-spacing: 2px;
}
/*input checked 样式*/
.piaochecked {
    height: 20px;
    float: left;
    cursor: pointer;
    margin-left: 10px;
    text-align: center;
    background-image: url(/Content/imgs/checked.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.on_check {
    background-position: 0 -21px;
}

.radioclass {
    opacity: 0;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
