

body {
    background: #fff;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
    font-family: "Hiragino Sans GB", "Microsoft YaHei",
    "WenQuanYi Micro Hei", sans-serif;
}

body.greybg {
    background: #f6f6f6;
}

.ovh{overflow:hidden;}

a {
    color: #333;
}

a.grey-link {
    color: #666;
}

a:hover,
a.grey-link:hover {
    color: #2f8aca;
}

.f16{
    font-size: 16px;
}

[v-cloak] {
    display: none;
}


/*
 * 表单 -----------------------------------------------
 */


/*
 * 单行文本输入框
 * <div class="textbox">
 *   <input type="text" name="" value="" >
 * </div>
 */

.textbox {
    padding-left: 10px;
    padding-right: 6px;
    position: relative;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}

.textbox.focus {
    border-color: #59C0E3;
}

.textbox input {
    display: block;
    width: 100%;
    height: 30px;
    border: 0;
    line-height: normal;
    background: none;
}

.textbox.tip {
    border-color: #666;
    background: #fffff9;
}

.textbox.changed {
    border-color: #f34a4a;
    background: #fffff1;
}

.textbox.readonly {
    background: #f9f9f9;
    color: #ccc;
}

.textbox .unit {
    height: 100%;
    width: 34px;
    position: absolute;
    right: 0;
    top: 0;
    background: #f9f9f9;
    border-left: 1px solid #e4e4e4;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
}

::-webkit-input-placeholder {
    color: #bbb;
}

::-moz-placeholder {
    color: #aaa;
}


/*
 * 多行文本输入框
 * <div class="textarea">
 *   <textarea name=""></textarea>
 * </div>
 */

.textarea {
    padding: 8px 9px 6px;
    overflow: auto;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
}

.textarea textarea {
    width: 100%;
    min-height: 3em;
    border: 0;
    background: none;
    line-height: 1.5;
}


/*
 * 可输入的div
 * <div class="editable" editable="true">
 * </div>
 */

.editable {
    min-height: 1.5em;
    padding: 8px 10px 9px;
    border: 1px solid #e0e0e0;
    text-align: left;
    border-radius: 2px;
    background: #fff;
}

.editable:focus {
    border-color: #82cddb;
    outline: none;
    text-align: left;
}


/*
.editable:empty:before{
    content:attr(placeholder);
    color:#999;text-align:left;
}
*/


/*表单：下拉菜单*/

.choosebox .choose-btn {
    color: #333;
    cursor: pointer;
    padding-right: 6px;
}

.choosebox .choose-btn.default {
    color: #aaa;
}

.choosebox .choose-btn .icon {
    position: absolute;
    right: 9px;
    top: 6px;
    font-size: 17px;
    color: #aaa;
}

.choosebox.tip .choose-btn {
    border-color: #666;
}

.choosebox.tip .choose-btn .icon {
    color: #666;
}

.choosebox.changed .choose-btn {
    border-color: #f34a4a;
}

.choosebox.changed .choose-btn .icon {
    color: #f34a4a;
}

.choose-menu {
    z-index: 2;
    display: none;
    position: absolute;
    top: 30px;
    left: -1px;
    padding: 3px 0 3px;
    background: #fffff9;
    border: 1px solid #d8d8d8;
    border-radius: 0 0 3px 3px;
    box-shadow: 2px 2px 4px #efefef;
}

.choose-menu li {
    height: 26px;
    line-height: 26px;
    line-height: 26px;
    cursor: pointer;
    white-space: nowrap;
}

.choose-menu li:hover {
    background: #f6f6f6;
}

.choose-menu li.failed {
    cursor: default;
    color: #aaa;
}

.choose-menu li.failed span {
    margin-left: 3px;
}

.choose-menu li .tip {
    color: #999;
}

.choose-menu .showsomeone {
    padding-left: 5px;
    color: #999;
}


/*两个输入框*/

.two-input {
    overflow: hidden;
}

.two-input .icon {
    float: left;
    padding: 7px 6px 0;
    color: #c9c9c9;
    font-size: 13px;
}

.two-input .textbox {
    float: left;
    width: 62.5px;
}


/*min选择+输入框*/

.choosebox.min-width {
    width: 50px;
    border-radius: 2px 0 0 2px;
}

.choosebox.min-width .choose-btn {
    border-left: 0;
    padding-right: 0;
}

.choosebox.min-width .icon {
    font-size: 15px;
    right: 6px;
    top: 8px;
}

.choose-textbox .input-box {
    margin-left: -1px;
    border-radius: 0 2px 2px 0;
}


/*阻焊颜色*/

.color b {
    float: left;
}

.color i {
    float: left;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    margin: 6px 6px 0 0;
}

.choose-btn .color i {
    margin-top: 8px;
}

.color span {
    font-size: 12px;
}

.color.green {
    color: #090;
}

.color.green i {
    background: #390;
}

.color.red {
    color: #c00;
}

.color.red i {
    background: #c00;
}

.color.yellow {
    color: #fc0;
}

.color.yellow i {
    background: #fc0;
}

.color.blue {
    color: #666;
}

.color.blue i {
    background: #666;
}

.color.black {
    color: #111;
}

.color.black i {
    background: #111;
}

.color.white {
    color: #bbb;
}

.color.white i {
    background: #e0e0e0;
}



/*表单项左内边距*/

.textbox,
.choosebox .choose-btn,
.choose-menu li {
    padding-left: 8px;
}

.choosebox.textbox {
    padding-left: 0;
    padding-right: 0;
}


/*输入框高度*/

.textbox input,
.choosebox .choose-btn {
    height: 28px;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 28px;
}



/* 表单布局样式 common -------------------------- */


/*默认:laber上,input下*/

.form-item {
    margin-bottom: 10px;
    position: relative;
}

.form-item .item-right {
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 12px;
}

.form-item .label {
    width: 100%;
    overflow: hidden;
    padding-bottom: 1px;
}

.form-item .label label {
    float: left;
    color: #333;
    font-weight: bold;
}

.form .label .extra {
    float: right;
}


/*flex-layout laber左,input右*/

.form.flex-layout .form-item {
    margin-bottom: 15px;
}

.form.flex-layout .label {
    width: 78px;
    margin-right: 7px;
    text-align: right;
    margin-top: 6px;
    padding-bottom: 0;
    font-weight: normal;
}

.form.flex-layout .input {
}


/* Medium Size 表单项 ------------------------------------------- */


/* Small Size 表单项 ------------------------------------------- */

.form.small .form-item {
    margin-bottom: 8px;
}


/*表单项左内边距*/

.form.small .textbox,
.form.small .choosebox .choose-btn,
.form.small .choose-menu li {
    padding-left: 7px;
    font-size: 14px;
}

.form.small .choosebox.textbox {
    padding-left: 0;
    padding-right: 0;
}


/*输入框高度*/

.form.small .textbox input,
.form.small .choosebox .choose-btn {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.form.small .choosebox .choose-btn .icon {
    top: 5px;
    right: 9px;
    font-size: 16px;
}

.form.small .choose-menu {
    top: 26px;
}

.form.small .label {
    padding-bottom: 0;
}

.form.small .color i {
    margin-top: 7px;
    margin-right: 5px;
    width: 12px;
    height: 12px;
}

.form.small .choose-btn .color i {
    margin-top: 6px;
}

.form.small .textbox .unit {
    line-height: 25px;
}


/*mini下拉框*/

.form.small .min-width.choosebox {
    width: 40px;
}

.form.small .min-width.choosebox .choose-btn .icon {
    font-size: 14px;
    top: 6px;
    right: 5px;
}

.form.small .two-input .icon {
    padding-top: 8px;
    font-size: 12px;
}


/* End 表单 ------------------------------------------- */

.vue-loading {
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
}

.vue-loading p {
    padding-top: 12%;
}



/*
 * 颜色
 */

.color-red {
    color: #c00;
}

.color-grey {
    color: #999;
}

.color-green {
    color: #090;
}


/*
 * 按钮
 */

.btn {
    display: inline-block;
    padding: 10px 25px;
    background: #287bd9;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    line-height: 1.0;
    text-align: center;
}

    .btn:hover {
        background: #00b7fb;
        color: #fff;
    }

.btn.failed {
    background: #efefef;
    color: #666;
}

.btn.failed:hover {
    background: #ccc;
}

.btn.orange {
    background: #de533c;
}

.btn.orange:hover {
    background: #be333c;
}

.btn.grey {
    background: #f2f2f2;
    color: #666;
}

.btn.grey:hover {
    background: #efefef;
}

.btn.large {
    padding: 0 35px;
    height: 42px;
    border-radius: 3px;
    line-height: 42px;
    font-size: 16px;
}

.btn.huge {
    padding: 0 60px;
    height: 54px;
    border-radius: 4px;
    line-height: 54px;
    font-size: 18px;
}

.btn.full-width {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.btn.grey-border {
    color: #333;
    padding: 8px 0 9px;
    font-size: 13px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .6) inset;
    background: linear-gradient(to bottom, #f7f8fa, #e7e9ec);
    border-width: 1px;
    border-style: solid;
    border-color: #adb1b8 #a2a6ac #8d9096;
}

.btn.blue-line {
    background: #fff;
    border: 1px solid #666;
    color: #666;
}

.btn.blue-line:hover {
    background: #fbfbfb;
}


/*
 * 清楚浮动
 * .clearfix,header,footer
 */

.clearfix:before,
header:before,
footer:before {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.clearfix:after,
header:after,
footer:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
    clear: both;
}


/* 表格 */

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}

td,
th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: normal;
}

table {
    width: 100%;
}

table td,
table th {
    border: 1px solid #d8d8d8;
    padding: 10px;
    line-height: 24px;
}

table th {
    font-weight: bold;
}


/*
 * 头像
 */

.face img {
    width: 48px;
    height: 48px;
    border-radius: 48px;
}

.face.m img {
    width: 32px;
    height: 32px;
    border-radius: 32px;
}

.face.s img {
    width: 24px;
    height: 24px;
    border-radius: 24px;
}


/*
 * 搜索
 */

.search {
    position: relative;
    width: 250px;
    background: none;
}

.search .textbox input {
    height: 31px;
    color: #333;
    line-height: 31px;
}

.search button {
    position: absolute;
    top: 1px;
    right: 1px;
    display: block;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 32px;
    background: none;
    color: #666;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
}

.search button:hover {
    background: #f9f9f9;
}


/*
 * 等分 flex-equal
 */

.flex {
    /* display: -webkit-box; */
}

.flex .equal,
.flex-1 {
}

.weibo-scroll {
    overflow: hidden;
    position: relative;
    height: 295px;
}


/*
 * 页面宽度及布局
 */

.container {
    width: 1200px;
    margin: 0 auto;
}

.container .c-side {
    width: 360px;
    margin-left: 70px;
}

#header {
    z-index: 100;
    position: relative;
    width: 100%;
    min-width: 1200px;
    box-shadow: 0 2px 3px #aaa;
    padding-top: 9px;
    background: #fff;
}

.logo-container {
    overflow: hidden;
    padding-bottom: 5px;
}

.logo {
    float: left;
}

.logo a {
    display: inline-block;
    color: #fff;
}

.login {
    float: right;
    line-height: initial;
    line-height:34px!important;
}

.login-status {
    font-size: 16px;
}
.login-status .tel{
    font-weight: bold;
}

.login .item {
    padding: 0 9px;
}

.login-status>a:hover {
    color: #4083a9;
    text-decoration: underline;
}

.login .item.quote {
    display: inline-block;
    margin-left: 15px;
    padding: 0 27px 0 29px;
    font-size: 18px;
    border-radius: 4px;
    color: #fff;
    background: #2f8aca;
    letter-spacing: 2px;
}

.login .item.quote:hover {
    background: red;
    text-decoration: none;
}

.login .item.quote>i {
    font-size: 19px;
    margin: 13px 5px 0 0;
}

.login .item.user {
    margin-right: 8px;
    padding-left: 0;
}

.login .logout {
    margin: 0 12px 0 15px;
}

.login .mine {
    position: relative;
}

.login .my-menu {
    display: none;
    z-index: 1002;
    position: absolute;
    left: 9px;
    top: 40px;
    width: 130px;
    padding: 3px 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px 2px 2px 2px;
    background: #fff;
    box-shadow: 2px 3px 3px #aaa;
}

.login .my-menu>a {
    display: block;
    height: 28px;
    line-height: 28px;
}

.login .my-menu>a:hover {
    background: #f9f9f9;
}

.login .my-menu>a>i {
    float: left;
    margin: 7px 8px 0 15px;
}

.login .my-menu>a>.icon-truck {
    margin: 7px 8px 0 13px;
}

.nav-wrap {
    overflow: hidden;
    background: #e5e5e5;
    color: #333;
}


/*导航项色彩*/

.nav {
    float: left;
}

.nav>a {
    float: left;
    padding: 0 15px;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 1px;
}
.footer-nav{
    padding-bottom: 20px;
}
.footer-nav a{
    float: left;
    padding: 0 15px;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    color:#fff;
}

.nav>a:hover,
.nav>a.current {
    color: #fff;
    background: #2f8aca;
}
.nav_right{
    float: right;
}
.nav_right div{
    line-height: 25px;
    height: 25px;
    min-width: 120px;
    text-align: center;
}
.nav_right a{
    color: #fff;
}
.nav_login{
    background-color: #00b7fb;
    color: #fff;
    
}
.nav_regist{
    background-color: #c1c1c1;
    color: #fff;
}

.nav-wrap .home {
    border-left: 1px solid #666;
}

.nav-notice {
    float: right;
    padding-top: 15px;
    color: #e0e0e0;
    margin-right: 10px;
}

.nav-notice a {
    margin-left: 5px;
    color: #ff0;
}

.header-notice {
    z-index: 1001;
    position: absolute;
    right: 0;
    top: 43px;
    padding: 5px 0 5px;
    width: 150px;
    border: 1px solid #FAEFE3;
    border-radius: 0 0 3px 3px;
    background: #fff6ed;
}

.header-notice a {
    display: block;
    line-height: 26px;
    padding: 0 12px;
}

.header-notice a:hover {
    background: #fff;
}

.header-notice a b {
    color: #333;
}

.notice-dotted {
    z-index: 1003;
    position: absolute;
    right: -5px;
    top: 37px;
    border: 2px solid #f2f2f2;
    width: 12px;
    height: 12px;
    background: #c00;
    border-radius: 16px;
}




/* toolbar（固定在页面右边中间）*/

.fixed-toolbar {
    position: fixed;
    top: 50%;
    right: 5px;
    margin-top: -100px;
    z-index: 10100;
}

.fixed-toolbar .tool {
    width: 42px;
    height: 42px;
    overflow: hidden;
    color: #999;
    border: 1px solid #d8d8d8;
    background: #fff;
    margin-bottom: 3px;
    border-radius: 2px;
    font-size: 13px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.back-to-top .tool {
    display: none;
    font-size: 34px;
    color: #333;
    padding-top: 1px;
    height: 40px;
}

.back-to-top .tool:hover {
    background: #fbfbfb;
    color: red;
}

.fixed-toolbar .blue {
    background: #00a2ca;
    color: #fff;
    border-color: #fff;
}

/* 企业微信客服 */
.fixed-toolbar .kefu-weixin{
    line-height: 44px;
}
.fixed-toolbar .kefu-weixin img{
    vertical-align: middle;
}
.fixed-toolbar .weixin-list-box{
    position: absolute;
    right: 58px;
    top: -70px;
    display: none;
    padding-bottom: 100px;
}
.fixed-toolbar .weixin-list{
    padding:10px 15px;
    border: 2px solid #666;
    background: #fff;
    
}
.fixed-toolbar .weixin-list p{
    color: #333;
    line-height: 32px;
}
/*QQ客服*/

.fixed-toolbar .kefu-qq .icon-qq {
    font-size: 25px;
    margin-top: 9px;
    display: block;
}

.fixed-toolbar .kefu-qq:hover {
    color: #f2f2f2;
}


/*电话客服*/

.fixed-toolbar .kefu-phone {
    cursor: default;
}

.fixed-toolbar .kefu-phone img {
    margin-top: 2px;
}

.fixed-toolbar .phone-list {
    position: absolute;
    right: 48px;
    top: -30px;
    display: none;
    padding: 14px 23px 14px 19px;
    width: 160px;
    background: #fff;
    border: 2px solid #666;
    border-radius: 5px;
}

.fixed-toolbar .phone-list.logout {
    top: -160px;
}

.fixed-toolbar .phone-list .phone-name {
    color: #666;
    padding-bottom: 1px;
    margin-bottom: 5px;
    font-size: 15px;
}

.fixed-toolbar .phone-list .phone-name .icon {
    color: #666;
    margin-right: 3px;
}

.fixed-toolbar .phone-list .phone-number {
    padding-bottom: 7px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e0e0e0;
}

.fixed-toolbar .phone-list .phone-number>p {
    margin-bottom: 3px;
}

.fixed-toolbar .phone-list .phone-number .number {
    margin-left: 6px;
}


/*
 * 分页
 */

.pagn {
    z-index: 10;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0 8px;
    background: #f9f9f9;
    border-top: 1px solid #e4e4e4;
    text-align: center;
    box-shadow: 0 -2px 3px #eee;
}

.pagn .num,
.pagn .next,
.pagn .prev,
.pagn .first,
.pagn .end,
.pagn .current {
    display: inline-block;
    margin-right: 5px;
    width: 28px;
    height: 28px;
    line-height: 29px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #d8d8d8;
    text-align: center;
    font-size: 15px;
    color: #666;
}

.pagn .next,
.pagn .prev {
    width: 60px;
    font-size: 13px;
}

.pagn .num:hover,
.pagn .next:hover,
.pagn .prev:hover,
.pagn .current {
    background: #82cddb;
    color: #fff;
    border-color: #82cddb;
}

.pagn-to-top {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: 392px;
}

.pagn-to-top a {
    float: left;
    height: 100%;
    line-height: 45px;
    padding: 0 15px;
}

.pagn-to-top a:hover {
    background: #fff;
    color: #333;
}

.pagn .first {
    margin-right: 30px;
    width: 60px;
}

.not-fixed .pagn {
    position: static;
    padding: 15px 0 20px;
    box-shadow: none;
    background: none;
    border: 0;
}

.not-fixed .pagn .pagn-to-top {
    display: none;
}

.not-fixed .pagn .num,
.not-fixed .pagn .next,
.not-fixed .pagn .prev,
.not-fixed .pagn .first,
.not-fixed .pagn .end,
.not-fixed .pagn .current {
    margin-right: 8px;
    width: 36px;
    height: 36px;
    line-height: 37px;
    font-size: 18px;
    border-radius: 38px;
}

.not-fixed .pagn .next,
.not-fixed .pagn .prev {
    width: 80px;
    font-size: 16px;
}

.not-fixed.pagn {
    position: static;
    padding: 15px 0 20px;
    box-shadow: none;
    background: none;
    border: 0;
}

.not-fixed.pagn .pagn-to-top {
    display: none;
}

.not-fixed.pagn .num,
.not-fixed.pagn .next,
.not-fixed.pagn .prev,
.not-fixed.pagn .first,
.not-fixed.pagn .end,
.not-fixed.pagn .current {
    margin-right: 8px;
    width: 36px;
    height: 36px;
    line-height: 37px;
    font-size: 18px;
    border-radius: 38px;
}

.not-fixed.pagn .next,
.not-fixed.pagn .prev {
    width: 80px;
    font-size: 16px;
}


/*解决ie8,chrome,firefox等浏览器页面高度不足一屏时抖动问题*/

html {
    overflow-y: scroll;
}

.baidutongji {
    display: none;
}



/*
 * 搜索模型：ajax方式
 * 2015.12.12
 */

.search-mod li {
    list-style: none;
}

.search-mod .search-wrap {
    margin-bottom: 10px;
    position: relative;
}

.search-mod .textbox input {
    height: 35px;
}

.search-mod .search-result {
    z-index: 100;
    display: none;
    position: absolute;
    left: 0;
    top: 36px;
    width: 100%;
    max-height: 208px;
}

.search-mod .search-result ul {
    padding: 3px 0;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 0 0 2px 2px;
}

.search-mod .result-item {
    height: 32px;
    line-height: 32px;
    text-indent: 12px;
    cursor: pointer;
    position: relative;
}

.search-mod .result-item:hover {
    background: #f2f2f2;
}

.search-mod .result-item .cover-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/alpha.png) repeat;
}

.search-mod .result-item.result-null {
    cursor: default;
    background: none;
}

.search-mod .result-item.result-null .null {
    color: #de533c;
}

.search-mod .result-loading {
    width: 80px;
    margin: 0 auto;
    padding: 15px 0 10px;
}

.search-mod .close-result,
.item-remove {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    color: #999;
    font: 14px/20px arial;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.search-mod .close-result {
    height: 34px;
    width: 26px;
    right: 1px;
    top: 1px;
    display: none;
}

.search-mod .close-result i {
    display: inline-block;
    margin-top: 10px;
    color: #aaa;
}

.search-mod .close-result:hover {
    background: #fbfbfb;
    color: #666;
}


/*选好的结果列表*/

.search-mod .selected-list li {
    z-index: 1;
    position: relative;
    float: left;
    padding: 0 30px 0 11px;
    margin-right: 10px;
    background: #fbfbfb;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    height: 35px;
    line-height: 35px;
}

.search-mod .selected-list li img {
    width: 32px;
    height: 32px;
    border: 1px solid #eee;
    position: absolute;
    left: 0px;
    top: 9px;
    border-radius: 34px;
}

.search-mod .selected-list li .model {
    color: #111;
}

.search-mod .selected-list .item-remove {
    top: 9px;
    right: 4px;
    color: #ccc;
}


/* 模态窗口 common -------------------------- */

.modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background-color: rgba(200, 200, 200, .35);
    justify-content: center;
    align-items: center;
}

.modal {
    width: 600px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -15%;
    z-index: 1001;
}

.modal-inner {
    padding: 14px 29px 26px;
    min-height: 300px;
    max-height: 80vh;
    border: 4px solid #c4c4c4;
    background: #fff;
    border-radius: 5px;
}

.modal-header {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d8d8d8;
    font-size: 20px;
    color: #111;
}

.close-modal {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 1003;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    background: #333;
    color: #f2f2f2;
    border: 2px solid #f2f2f2;
}

.close-modal:hover {
    color: #fff;
    background: #7a7a7a;
}

.login-modal {
    width: 370px;
    margin: -18% 0 0 -185px;
}

.login-modal .modal-inner {
    position: relative;
    min-height: 280px;
    padding-bottom: 20px;
    padding-top: 180px;
     background: url('../images/login_pop_bg.png') center top no-repeat #fff; 
    /*background: url('../images/a4.png') center top no-repeat #fff;*/
}
.login-modal .modal-header{
    margin-top: -12px;
    position: absolute;
    border: none;
}
.login-modal .login_tip{
    position: absolute;
    top: 42px;
    left: 48px;
    width: 270px;
    font-size: 12px;
    color: #fff;
    text-align: justify;
}

.login-modal .textbox {
    border-color: #ddd;
}

.modal-loading {
    width: 96%;
    height: 96%;
    margin: 5px;
    position: absolute;
    z-index: 1002;
    left: 0;
    top: 0;
    background: #fff;
    text-align: center;
    display: none;
}

.modal-loading img {
    margin-top: 40%;
}


/*登录表单*/

.form.login-form .textbox {
    border-color: #c4c4c4;
}

.form.login-form .textbox input {
    height: 31px;
    line-height: 31px;
    display: inline-block;
    width: 240px;
}

.form.login-form .label {
    width: 55px;
    text-align: left;
    margin-top: 7px;
    text-indent: 3px;
}

.form.login-form .form-item {
    margin-bottom: 13px;
}

.form.login-form .item-right {
    top: 9px;
    right: 8px;
}

.form.login-form .newtohqpcb {
    padding-top: 25px;
}

.login-form .msg-warn,
.login-form .msg-error {
    margin-bottom: 10px;
    height: 28px;
    padding: 0 10px;
    background: #fefcee;
    border: 1px solid #f3d995;
    border-radius: 2px;
    color: #999;
    line-height: 28px;
}

.login-form .msg-error {
    display: none;
    color: #c00;
    border-color: #c00;
    background: #fff6ed;
}

.login-form .msg-error i {
    margin-right: 3px;
}

.login-form .newtohqpcb {
    padding: 0 0 5px;
}

.notice {
    border: 1px solid #fbeed5;
    color: #8a6d3b;
    background: #fcf8e3;
    padding: 5px 12px;
    border-radius: 3px;
    background: #fff8e9;
}

.notice {
    border-color: #ffeab8;
    color: #de9b61;
    background: #fffbed;
}

.notice .icon {
    float: left;
    margin: 4px 10px 0 0;
}

.page-title {
    font-size: 24px;
    color: #111;
    margin-bottom: 8px;
    margin-top: 10px;
}

.page-sub-title {
    font-size: 15px;
    margin-bottom: 5px;
}

.upload-success,
.upload-fail {
    display: none;
}

.icon-success,
.icon-fail {
    display: inline-block;
    width: 46px;
    height: 45px;
    background: url(../images/tip-icon.png) no-repeat;
}

.icon-fail {
    background-position: 0 -45px;
}


/* .page-footer ----------------------------------------*/

.footer {
    padding: 20px 0;
    margin-top: 20px;
    background: #282828;
    min-width: 1200px;
}

.footer .container {
    overflow: hidden;
}

.footer-link {
    float: left;
    width: 250px;
    margin-right: 50px;
}

.footer-link h3 {
    padding-right: 50px;
    font-size: 16px;
    color: #fff;
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #666;
}

.footer-link .content{
    display: block;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
}
.footer-logo{
    width: 250px;
    text-align: center;
    padding-top: 15px;
}

.online-service {
    padding-top: -100px;
    text-align: right;
}

.online-service .renzheng {
    margin: 5px 0 35px;
}

.online-service .tel {
    font-size: 20px;
    color: #aaa;
    margin: 2px 0 7px;
    color: #e0e0e0;
}

.online-service .weixin-footer {}

.copyright {
    border-top: 1px dashed #555;
    padding-top: 10px;
    margin-top: 30px;
}

.footer .working-time {
    margin-bottom: 20px;
}

.fixed-toolbar .qqicon {
    background: url("../images/member-top-icon.gif") 0 -14px;
    display: inline-block;
    vertical-align: top;
    height: 16px;
    width: 23px;
    margin: 1px -1px 0 -3px;
}

.fixed-toolbar .wenzi {
    padding: 2px 8px;
    margin: 2px 0 0 0;
}

.fixed-toolbar .zhuanshu h4 {
    margin-bottom: 7px;
}

.fixed-toolbar .zhuanshu p {
    margin-bottom: 6px;
}

.fixed-toolbar .zhuanshu p>span {
    width: 42px;
    display: inline-block;
}

.fixed-toolbar .zhuanshu .kefuname {
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.fixed-toolbar .zhuanshu .qqlink {
    padding-top: 2px;
}

.fixed-toolbar .zhuanshu .tousu {
    padding-top: 10px;
    color: #333;
    margin-bottom: 5px;
    border-top: 1px dashed #e0e0e0;
    margin-top: 15px;
}



/*pager*/

.pager {
    padding-top: 20px;
}

.pager>div {
    text-align: center;
}

.pager>div>span {}

.pager>div>a,
.pager>div>.current {
    padding-left: 10px;
    padding-right: 10px;
    height: 26px;
    border-radius: 3px;
    background: #f2f2f2;
    display: inline-block;
    line-height: 26px;
}

.pager>div>.current {
    background: #666;
    color: #fff;
}


/*上传进度*/

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}


@media screen and (min-height:900px) {
    .modal {
        margin-top: -25vh;
    }
}

@media screen and (min-width:1600px) {}


/*
 * 分类的命名方法：使用单个字母+"-"为前缀
 * 布局（grid）（.g-）；模块（module）（.m-）；元件（unit）（.u-）；功能（function）（.f-）；皮肤（skin）（.s-）；状态（.z-）。
 * 2017-3-3
 */

.m-table {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.m-table .tr {
    border-bottom: 1px solid #e0e0e0;
    height: 34px;
    line-height: 34px;
}

.m-table .tbody .tr:last-child {
    border-bottom-width: 0;
}

.m-table .tr .th,
.m-table .tr .td {
    border-left: 1px solid #e0e0e0;
    padding-left: 12px;
}

.m-table .tr .name {
    width: 90px;
    border-left: 0;
}

.m-table .tr .value {
}

.m-table .tr .changed {
    background: #fff8e9;
    color: #de533c;
    color: #f34a4a;
}




.copyright.not-flex {
    display: block;
}

body .layer-dailog-none {
    background-color: transparent;
    box-shadow: none;
}
body .layer-dailog-none .layui-layer-content{
    overflow: hidden;
}
body .layer-overflow-hide .layui-layer-content{
    overflow: hidden;
}
.layer-dailog-none .layui-layer-setwin {
    right: 199px;
    top: 98px;
}
.layer-dailog-none .layui-layer-close {
    background: transparent;
}
.layer-dailog-none .goto {
    position: absolute;
    top: 314px;
    left: 306px;
    width: 110px;
    height: 38px;
}

.rel {
    position: relative;
}
.form-group {
    margin-bottom: 15px;
}
    .form-group .input_box {
    display:flex;
    }
    .b-bradius4 {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        overflow: hidden;
    }
.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}
.mb5 {
    margin-bottom: 5px;
}

.mt30 {
    margin-top: 1px;
}
.mt20 {
    margin-top: 20px;
}
.undis {
    display: none;
}
.error-msg {
    position: absolute;
    top: 42px;
    left: 30px;
    z-index: 20;
    font-size: 12px;
    color: #c00;
}
.nav .sel{
    background: #f08b14;
    color: #fff;
}

/*bootstrap 分页*/
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.pagination {display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}
.pagination>li {display:inline}
.pagination>li>a,.pagination>li>span {position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}
.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {color:#2a6496;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}
.pagination-lg>li>a,.pagination-lg>li>span {padding:10px 16px;font-size:18px}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {border-bottom-left-radius:6px;border-top-left-radius:6px}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {border-bottom-right-radius:6px;border-top-right-radius:6px}
.pagination-sm>li>a,.pagination-sm>li>span {padding:5px 10px;font-size:12px}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {border-bottom-left-radius:3px;border-top-left-radius:3px}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {border-bottom-right-radius:3px;border-top-right-radius:3px}
.pager {padding-left:0;margin:20px 0;list-style:none;text-align:center}
.pager li {display:inline}
.pager li>a,.pager li>span {display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}
.pager li>a:hover,.pager li>a:focus {text-decoration:none;background-color:#eee}
.pager .next>a,.pager .next>span {float:right}
.pager .previous>a,.pager .previous>span {float:left}
.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span {color:#999;background-color:#fff;cursor:not-allowed}