﻿@charset "utf-8";

/* Design by lancent.cc  2016-04-05 */
/*通用样式 */
* {
    margin: 0px;
    padding: 0px;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

body, input, textarea {
    background-color: #fff;
    font-family: '微软雅黑', Arial, Helvetica, sans-serif;
}

body {
    font: 12px/1.5 '微软雅黑', Arial, Helvetica, sans-serif;
    background: #f0f8ff;
}

ul li, ul ol {
    list-style: none;
}

em {
    list-style: normal;
}

form {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
    border: 0;
}

    a:hover {
        color: #008de4; /*主色*/ /*text-decoration:underline;*/
    }

img {
    border: 0px;
}

table {
    border-collapse: 0px;
    border: 0px;
    border-spacing: 0px;
}
/*.w { width: 100%; }*/
.bgfff {
    background-color: #fff !important;
}

.alignleft, .tl {
    text-align: left;
}

.alignright, .tr {
    text-align: right;
}

.aligncenter, .tc {
    text-align: center;
}

.f_left, .fl {
    float: left;
}

.f_right, .fr {
    float: right;
}

.clear {
    clear: both;
    text-indent: -9999px;
}

.clearfix, .clf {
    display: block;
}

    .clearfix:after, .clf:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #222;
    font-weight: normal;
    font-family: '微软雅黑', "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif, 'Tahoma';
}

.tran02 {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.tran06 {
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out
}

.block {
    display: block
}

.inline-block {
    display: inline-block !important;
}

.block-center {
    margin-left: auto;
    margin-right: auto;
}
/* Hides from IE-mac \*/
* html .clearfix, * html .clf {
    height: 1%;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.w1200 {
    width: 100%;
    margin: 0 auto;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml10 {
    margin-left: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 10px;
}

.divPage {
    text-align: center;
}

.divPage1 {
    text-align: left;
    margin-bottom: 10px;
}

.red {
    color: #f00;
    padding: 0 3px;
}

.blue {
    color: #3997f8;
    padding: 0 3px;
}

.orange {
    color: #ff6609;
    padding: 0 3px;
}

.green {
    color: #9dcd17;
    padding: 0 3px;
}

.br {
    display: none;
    height: 10px;
}

.br1 {
    height: 10px;
}

@media screen and (max-width:1335px) {

    /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .br {
        display: block;
    }
}

@media screen and (min-width:1870px) {
    .br1 {
        display: none;
    }
}

.block {
    display: block;
}

/*head*/
.topbar {
    position: fixed;
    width: 100%;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(8,8,8,.2);
    box-shadow: 0 0 6px 0 rgba(8,8,8,.2);
    z-index: 101;
    color: #333;
    line-height: 60px;
}

    .topbar a {
        color: #333;
        display: block;
    }

        .topbar a:hover {
            color: #f90;
            text-decoration: none;
        }

    .topbar .top-lxlogo {
        width: 200px;
        height: 60px;
        display: block;
        /*background: url(/content/images/logo.png) no-repeat center;*/
    }

    .topbar .top-menu {
        position: relative;
        font-size: 14px;
    }

        .topbar .top-menu a {
            color: #333;
            margin-top: 0;
            padding: 0 20px;
            line-height: 60px;
        }

            .topbar .top-menu a:hover {
                color: #f90;
                text-decoration: none;
                display: block;
            }

        .topbar .top-menu .top-side {
            background: none;
            display: block;
            padding: 0 20px;
            position: relative;
            z-index: 4;
            cursor: pointer;
            line-height: 60px;
        }

            .topbar .top-menu .top-side span {
                display: inline-block;
            }

            .topbar .top-menu .top-side i {
                display: inline-block;
                margin-left: 8px;
                color: #666;
            }

            .topbar .top-menu .top-side.on {
                background-color: #fff;
                color: #333;
            }

                .topbar .top-menu .top-side.on i {
                    color: #333;
                }

        .topbar .top-menu ul {
            border: 1px solid #ccc
        }

            .topbar .top-menu ul li {
                background-color: #fff;
            }

                .topbar .top-menu ul li a {
                    background-color: #fff;
                    color: #333;
                    height: 40px;
                    line-height: 40px;
                    border-top: 1px solid #eaedf1;
                    font-size: 14px;
                }

                    .topbar .top-menu ul li a:hover {
                        background-color: #faeee5;
                        color: #333;
                    }

/*contain*/
.container {
    position: relative;
    /*background-color: #fff;*/
}

/*left menu*/
.left {
    position: fixed;
    top: 70px;
    bottom: 0px;
    background-color: #fff;
    z-index: 102;
    overflow-x: hidden;
    width: 200px;
    display: block;
    box-sizing: border-box;
}

.leftsidebar_box {
    width: 220px;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}

    .leftsidebar_box .sidebar-fold {
        height: 30px;
        width: 200px;
        background: #fff;
        border-bottom: 1px solid #eee;
        color: #787878;
        text-align: center;
        line-height: 30px !important;
        font-size: 14px;
        user-select: none;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
    }

        .leftsidebar_box .sidebar-fold i:before {
            line-height: 30px;
        }

    .leftsidebar_box dl {
        position: relative;
    }

    .leftsidebar_box dt {
        color: #333;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        line-height: 50px;
        height: 50px;
        cursor: pointer;
        position: relative;
    }

        .leftsidebar_box dt a {
            color: #333;
            font-size: 14px;
        }

    .leftsidebar_box dd {
        line-height: 48px;
        height: 48px;
        display: none;
    }

        .leftsidebar_box dd a {
            color: #666;
            line-height: 48px;
            /* display: block; */
            font-size: 14px;
            text-indent: 58px;
        }

            .leftsidebar_box dd a:hover, .leftsidebar_box dd a.on {
                text-decoration: none;
                color: #0078d6;
            }

        .leftsidebar_box dd span {
            margin: 0 8px 0 0px;
        }

    .leftsidebar_box dt i {
        position: absolute;
        left: 170px;
        top: 15px;
        display: block;
        width: 20px;
        text-align: center;
        font-size: 20px;
    }

    .leftsidebar_box .sidebar-nav-fold dt {
        border: 0;
    }

    .leftsidebar_box dt i:before {
        width: 40px;
        height: 40px;
        text-align: center;
    }

.sidebar-title-icon {
    display: inline-block;
    width: 20px;
    font-size: 18px !important;
    margin: 0 8px 0 30px;
    vertical-align: middle;
    transition: transform 0.12s;
    -o-transition: -o-transform 0.12s;
    -ms-transition: -ms-transform 0.12s;
    -moz-transition: -moz-transform 0.12s;
    -webkit-transition: -webkit-transform 0.12s;
}

    .sidebar-title-icon:before {
        width: 8px;
    }

.left.left_hide {
    width: 30px;
}

.left_hide .leftsidebar_box {
    width: 50px;
}

    .left_hide .leftsidebar_box .sidebar-fold {
        width: 30px;
    }

    .left_hide .leftsidebar_box dl {
        display: none;
    }

/*right*/
.right {
    width: calc(100% - 210px);
    float: right;
    /* overflow: hidden; */
}

    .right.r_full {
        left: 0;
        width: calc(100% - 40px);
    }

    .right .right_box {
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        min-height: 944px;
        margin-top: 70px;
        min-width: 1600px;
        overflow-x: visible;
    }

        .right .right_box .ui-box {
            padding: 10px 20px;
            background-color: #fff;
            padding-bottom: 30px;
        }

/*ui_box*/
.ui-box {
    background-color: #fff;
    color: #555;
}

.ui-box-title {
    position: relative;
    height: 47px;
    line-height: 24px;
    margin-bottom: 30px;
}

    .ui-box-title h3 {
        color: #0078d6;
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
        /* font-weight: bold; */
        border-bottom: 1px solid #0078d6;
        padding-bottom: 10px;
        position: relative;
    }

        .ui-box-title h3:before {
            content: "";
            display: block;
            position: absolute;
            background-color: #0078f6;
            width: 72px;
            height: 3px;
            bottom: -2px;
        }

    .ui-box-title .ui-box-title-setting {
        float: right;
        display: inline;
        width: 16px;
        height: 16px;
        line-height: 16px;
        background: transparent url(../images/ui-components.png) no-repeat -2px -2px;
        text-indent: -9999px;
        overflow: hidden;
        cursor: pointer
    }

        .ui-box-title .ui-box-title-setting:hover {
            background: transparent url(https://img.alipay.com/sys/personal/style/ui-components.png) no-repeat -29px -2px
        }

    .ui-box-title .ui-box-title-more {
        float: right
    }

    .ui-box-title .ui-box-title-link {
        float: left;
        display: inline;
        margin-left: 15px;
        *margin-top: 1px
    }

.ui-box-container {
    background: white;
}

    .ui-box-container .pakh3 {
        height: 52px;
        line-height: 51px;
        /* border-bottom: 1px solid #0078d6; */
        color: #040404;
        font-size: 15px;
        font-weight: bold;
        position: relative;
    }

.pakh3 .choose, .pakh3 .ass {
    padding: 3px 15px;
    margin-left: 15px;
    border: 0;
    font-size: 11px;
    text-align: center;
    background: #ff6602;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.ui-table {
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
    width: 100%;
    background-color: #fff;
}

.ui-table-hover {
    background-color: #fbfbfb;
}

.ui-table tr {
}

    .ui-table tr:hover td {
        background-color: #f5f5f5;
    }

.ui-table thead tr {
    color: #666
}

.ui-table thead {
    color: #666
}

.ui-table th {
    font-weight: normal;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    white-space: nowrap;
    background-color: #0078d6;
    color: #fff;
    font-size: 14px;
}

.ui-table td {
    padding: 5px 7px;
    /*height:36px; line-height:36px;*/
    white-space: nowrap;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
}

.list {
    margin: 10px 15px;
}

    .list td {
        border: 0;
        border-bottom: 1px solid #e1e1e1;
    }

.yddetail td {
    padding: 10px 5px;
}

.noborder, .noborder td {
    border: 0;
    height: 46px;
}

    .noborder tr:hover td {
        background: none;
    }

.ui-table td a {
    color: #0093dd;
}

    .ui-table td a.btn-default {
        background-color: #fff;
        color: #0078d6;
        padding: 2px 10px;
        border-radius: 3px;
        border: 1px solid #0078d6;
    }

        .ui-table td a.btn-default:hover {
            background-color: #0078d6;
            color: #fff;
        }

    .ui-table td a:hover {
        color: #9dcd17;
    }

.ui-table tfoot td {
    border-bottom: 0
}

.ui-table .action {
    background-color: #ffffef
}

.ui-table .selected {
    background-color: #feffc5
}

.ui-table-noborder, .ui-table-noborder td, .ui-table-noborder tr, .ui-table-noborder th {
    border: 0;
    outline: 0
}

    .ui-table-noborder .ui-table-split, .ui-table-noborder .ui-table-hover {
        background-color: #f7f7f7
    }

.ui-table-footer {
    border-top: 1px solid #ccc;
}

.button, select, .pagination a.number, input, textarea {
    text-shadow: none;
}

input, select, textarea {
    height: 36px;
    padding: 5px;
    font-size: 14px;
    vertical-align: middle;
    border: 1px solid #dedede;
    color: #555;
    font-family: "microsoft yahei";
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
    margin-right: 5px;
    border-radius: 3px;
}

.button {
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #666;
    padding: 0 25px;
    cursor: pointer;
    line-height: 28px;
}

    .button:hover {
        background-color: #0093dd;
        color: #fff;
        border: 1px solid #0093dd;
    }

.false {
    font-weight: bold;
    font-family: '宋体';
    color: #f00;
}

.true {
    font-weight: bold;
    font-family: '宋体';
    color: #78b00c;
}

.check_td {
    width: 40px;
}

    .check_td input, input[type=checkbox] {
        border: none;
        box-shadow: none;
        height: auto;
    }
/*提示框样式*/
.tip {
    font-size: 12px;
    background: #fcf8e2;
    line-height: 23px;
    width: 100%;
    padding: 7px 15px;
    color: #f90;
    display: flex;
    position: relative;
}

    .tip span {
        color: #f90;
        font-size: 13px;
        margin-right: 5px;
        margin-top: 3px;
    }

    .tip.tip_green {
        background-color: #F2FFEA;
        color: #55911f;
    }

        .tip.tip_green span {
            color: #55911f
        }

    .tip.tip_blue {
        background-color: #f8f9fb;
        color: #0093dd;
    }

        .tip.tip_blue span {
            color: #0093dd
        }

    .tip.tip_gray {
        background-color: #f4f4f4;
        color: #666;
    }

        .tip.tip_gray span {
            color: #666
        }
/*按钮*/
.ui-button {
    outline-style: none;
    cursor: pointer;
    box-shadow: none;
    text-align: center;
    text-decoration: none !important;
    border-radius: 3px;
    color: #fff;
    opacity: 1;
    padding: 8px 32px;
    background-color: #0078d6;
    border: 0;
    /* line-height: 32px; */
}

.ui-button-gray {
    background-color: #fff;
    color: #0078d6;
    border: 1px solid #0078d6;
}

.ui-button:hover {
    opacity: 0.8;
}
/*橙色按钮样式*/
.ui-button-morange {
    background-color: #0078d6;
    color: #fff;
    border: 1px solid #0078d6;
}

.ui-button-moxian {
    border: 1px solid #0078d6;
    color: #0078d6;
    background-color: #fff;
}

.ui-button-morange:hover {
    opacity: 0.8;
}

.ui-button-mgreen {
    background-color: #9dcd17;
    color: #fff;
    border: none;
    margin-bottom: 8px;
}

.ui-button-mgblue {
    background-color: #0078d6;
    color: #fff;
    border: none;
    margin-bottom: 8px;
}

.ui-button-mgreen:hover {
    opacity: 0.8;
}

.l_txt1 {
    background-color: #f0f0f0;
    color: #999;
}

.small-btn {
    padding: 0 10px;
}
/*************** 分页样式 ***************/
.pagination {
    text-align: right;
    padding: 4px 0 5px 0;
    font-size: 12px;
    color: #999;
    height: 50px;
}

    .pagination a {
        margin: 0 0 0 3px;
        padding: 5px 10px;
        background: #eee;
        color: #666;
        display: inline-block;
    }

        .pagination a:hover {
            background: #0080e4;
            color: #fff;
            text-decoration: none;
        }

        .pagination a.current {
            background: #0080e4;
            color: #fff;
        }

.megmeau-but {
    margin-top: -16px;
}

.m-con-o, .m-con-t, .m-con-s, .m-con-f {
    width: 100%
}

.m-con-o-m {
    width: 100%;
    margin-bottom: 20px;
    line-height: 25px;
}

.m-con-o-m-tit {
    width: 100%;
    background: #f6f7fb;
    border: 1px solid #eeeeee;
    height: 40px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

    .m-con-o-m-tit p {
        font-size: 14px;
        color: #333333;
        text-indent: 15px;
    }

    .m-con-o-m-tit span {
        width: 40px;
        height: 40px;
        display: block;
        background: url(/Images/idc-12.png) no-repeat;
        background-position: 13px 15px;
        border-left: 1px solid #eee;
        cursor: pointer;
    }

        .m-con-o-m-tit span.up {
            background-position: 13px -25px
        }

.m-con .m-con-o-m table td {
    width: 50%
}

.m-con-o-m table p {
    float: left;
    text-indent: 15px;
}

.m-con-o-m table span {
    float: left;
    color: #333;
    margin: 0 3% 0 1%
}

    .m-con-o-m table span.span-o {
        color: #ff6800
    }

    .m-con-o-m table span i {
        color: #ff6800
    }

.m-con-o-m table a {
    color: #2768d2;
    font-size: 12px;
    margin-right: 8px;
}

    .m-con-o-m table a:hover {
        text-decoration: underline;
    }

.m-con-o-m table .tr-o td {
    padding: 5px 0;
    line-height: 30px;
}

.m-con-o-m table .sel-o {
    width: 220px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdb;
    float: left;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    margin: 0 2% 0 1%;
    color: #666666
}

.m-con-o-m table a.a-o {
    display: inline-block;
    background: #f8f8f8;
    line-height: 28px;
    border: 1px solid #cccccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666666;
    font-size: 13px;
    text-align: center;
    width: 80px;
}

    .m-con-o-m table a.a-o:hover {
        background: #ff6800;
        color: #fff;
        border-color: #ff6800;
        text-decoration: none;
    }

.m-con-o table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    color: #666;
    font-size: 12px;
    float: left;
    margin-top: -1px;
}

    .m-con-o table tr {
        border: 1px solid #eeeeee;
    }

    .m-con-o table td {
        border: 0;
        padding: 10px 0;
        font-size: 14px;
    }

/*新建小包订单*/
.title_list {
    margin: 20px 0;
    border-bottom: solid 1px #f4f4f4;
    height: 39px;
}

    .title_list a {
        display: block;
        float: left;
        font-size: 14px;
        padding: 4px 24px;
        line-height: 30px;
        margin: 2px 10px 0 0;
        margin-bottom: -1px;
        cursor: pointer;
        background-color: #f4f4f4;
        border-radius: 5px 5px 0 0;
    }

        .title_list a.tit_a1 {
            line-height: 28px;
            border-top-width: 2px;
            border-bottom-color: #fff;
            color: #fff; /*副色*/
            background-color: #0078d6;
            font-weight: bold;
        }

        .title_list a:hover {
            line-height: 28px;
            border-top-width: 2px;
            border-bottom-color: #fff;
            color: #fff; /*副色*/
            background-color: #0078d6;
            font-weight: bold;
        }

#roa a {
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    border: 0;
    text-align: center;
    display: block;
    background: #f1f1f1;
    color: #666;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    float: left;
    margin: 0 3px;
}

    #roa a:hover {
        opacity: 0.8;
        text-decoration: none;
    }

.bnum {
    width: 16px;
    height: 16px;
    color: #fff;
    display: block;
    background: #008de4; /*主色*/
    text-align: center;
    line-height: 16px;
}

/*弹出框*/
.showbox {
    position: absolute;
    top: 80px;
    left: 280px;
    width: 550px;
    height: auto;
    background: #fff;
    border: 1px solid #3DA5FF;
    display: none;
    z-index: 9999;
}

    .showbox h2 {
        font-size: 14px;
        height: 34px;
        line-height: 34px;
        text-align: left;
        background: #3DA5FF;
        padding-left: 20px;
        cursor: move;
        color: #fff;
        font-weight: normal;
    }

        .showbox h2 span {
            color: #fff;
            cursor: pointer;
            padding-right: 10px;
            float: right;
            font-size: 24px;
            font-family: "Microsoft YaHei"
        }

/*国家输入框*/
#gjauto {
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 10000;
    width: auto;
    border: 1px solid #008de4; /*主色*/
    background-color: #fff;
    padding-bottom: 8px;
    display: none
}

    #gjauto li {
        height: 25px;
        margin: 0;
        white-space: nowrap;
        line-height: 25px;
        color: #333;
        padding: 0 10px;
    }

        #gjauto li a {
            display: block;
        }

        #gjauto li:hover, #gjauto li:hover a {
            background-color: #008de4; /*主色*/
            text-decoration: none;
            color: #fff;
        }

    #gjauto .title {
        margin: 5px 8px 5px;
        padding-bottom: 5px;
        color: #999;
        display: block;
        white-space: nowrap;
        border-bottom: 1px dotted #ccc;
    }

#country {
    width: 100px;
    border: 1px solid #008de4; /*主色*/
    background-color: #fff;
    outline: none;
    margin-right: 5px;
}

#guojiabox {
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 9999;
    display: none
}

    #guojiabox .gj_select {
        width: 600px;
        padding: 10px;
        border: 1px solid #008de4; /*主色*/
        background-color: #fff;
    }

        #guojiabox .gj_select .close {
            float: right;
            width: 20px;
            height: 20px;
            color: #666;
            text-align: center;
            font: bold 16px/20px Simsun;
        }

            #guojiabox .gj_select .close:hover {
                text-decoration: none;
                color: #FFA800;
            }

        #guojiabox .gj_select .title {
            margin-bottom: 10px;
            color: #999;
        }

        #guojiabox .gj_select .tab_box {
            width: 100%;
            height: 24px;
            margin-bottom: 6px;
            margin-top: 0;
            border-bottom: 2px solid #ccc;
        }

            #guojiabox .gj_select .tab_box li {
                position: relative;
                float: left;
                display: inline;
                padding: 0 6px;
                line-height: 20px;
                cursor: pointer;
            }

                #guojiabox .gj_select .tab_box li b {
                    display: none;
                }

                #guojiabox .gj_select .tab_box li span {
                    padding: 0 8px;
                }

            #guojiabox .gj_select .tab_box .now {
                border-bottom: 2px solid #008de4; /*主色*/
                margin-bottom: -2px;
                font-weight: bold;
                color: #008de4; /*主色*/
            }

                #guojiabox .gj_select .tab_box .now b {
                    position: absolute;
                    top: 23px;
                    left: 50%;
                    display: block;
                    width: 0;
                    height: 0;
                    margin-left: -5px;
                    overflow: hidden;
                    font-size: 0;
                    line-height: 0;
                    border-color: transparent transparent transparent #008de4; /*主色*/
                    border-style: solid dashed dashed dashed;
                    border-width: 5px;
                }

        #guojiabox .gj_select .gj_item, #guojiabox .gj_select .search_history_box {
            *zoom: 1;
            display: none;
            overflow: hidden;
        }

        #guojiabox .gj_select .gj_item {
            width: 100%;
        }

            #guojiabox .gj_select .gj_item a, #guojiabox .gj_select .search_history_box a {
                float: left;
                display: inline;
                width: 50%;
                height: 22px;
                margin: 2px 0;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                line-height: 22px;
                color: #333;
                background: url(../images/gjdian.gif) scroll 5px 9px no-repeat;
                text-indent: 15px;
            }

                #guojiabox .gj_select .gj_item a:hover, #guojiabox .gj_select .search_history_box a:hover {
                    background-color: #008de4; /*主色*/
                    text-decoration: none;
                    color: #fff;
                }

    #guojiabox .gj_item .gj_item_in {
        width: 378px;
        padding-left: 30px;
        *zoom: 1;
    }

        #guojiabox .gj_item .gj_item_in:after, #guojiabox .gj_select .search_history_box:after {
            display: block;
            height: 0;
            visibility: hidden;
            overflow: hidden;
            content: ".";
            clear: both;
        }

    #guojiabox .gj_item .gj_item_letter {
        float: left;
        width: 30px;
        height: 22px;
        margin-left: -30px;
        line-height: 22px;
        text-align: center;
        color: #E56700;
    }

    #guojiabox .gj_select .sarch_history_title {
        margin-bottom: 2px;
        font-weight: bold;
        color: #008de4; /*主色*/
    }

    #guojiabox .gj_select .search_history_box {
        margin-bottom: 6px;
    }

/*news*/
.ntit {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
}

.new-tit {
    margin: -10px 0 20px;
    text-align: center;
}

    .new-tit font {
        color: #999;
        font-size: 12px;
    }

/*底部版权样式*/
.right_c {
    height: auto !important;
    min-height: 600px;
    background: #fff;
    color: #333;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
}
/*.footer {
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    color: #666;
    background-color: #fff;
    bottom: 0;
    bottom: 0;
    display: block;
    text-align: center;
    width: 100%;
    display: none;
}*/

/* 标签页 */
.tab-box {
    width: 100%;
    margin-bottom: 60px;
}

    .tab-box .abgne_tab {
        width: 100%;
        clear: left;
    }

        .tab-box .abgne_tab ul.tabs {
            /* height: 40px; */
            margin: 0 auto;
            margin-bottom: 10px;
            /*border-right: 1px #1996d5 solid;*/
        }

            .tab-box .abgne_tab ul.tabs li {
                float: left;
                /* height: 40px; */
                /* padding:  6px 0; */
                line-height: 20px;
                margin-right: 4px;
                position: relative;
                border: 1px #bbb solid;
                /*border-right: e71f1a;*/
            }

                .tab-box .abgne_tab ul.tabs li a {
                    display: block;
                    text-align: center;
                    text-decoration: none;
                    /* padding: 0 20px; */
                    padding: 6px 10px;
                    /* margin-right:  10px; */
                    height: 100%;
                    font-size: 14px;
                    color: #333;
                }

                .tab-box .abgne_tab ul.tabs li.active a, .tab-box .abgne_tab ul.tabs li:hover a {
                    background: #008de4; /*主色*/
                    color: #fff;
                    border-color: #008de4; /*主色*/
                }

                .tab-box .abgne_tab ul.tabs li:after {
                    content: ' ';
                    display: none;
                    width: 10px;
                    height: 10px;
                    background: #008de4; /*主色*/
                    position: absolute;
                    border-bottom: 1px solid #bbb;
                    border-right: 1px solid #bbb;
                    bottom: -5px;
                    left: 50%;
                    margin-left: -5px;
                    transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                }

                .tab-box .abgne_tab ul.tabs li.active:after {
                    display: block;
                }

        .tab-box .abgne_tab .tab_container {
            clear: left;
            /*box-shadow: 0 0 2px #e71f1a;*/
            border: 1px solid #bbb;
        }

            .tab-box .abgne_tab .tab_container .tab_content {
                display: none;
                padding: 10px;
            }

                .tab-box .abgne_tab .tab_container .tab_content.active {
                    display: block;
                }

.lc-block .tab_content img {
    max-width: 100%;
    height: auto;
}
/* 最新消息列表 */
.newslist {
    border-top: 1px solid #bbb;
}

    .newslist li {
        padding: 8px;
        border-bottom: 1px dotted #bbb;
    }

        .newslist li a {
            font-size: 14px;
            color: #777;
            display: block;
            overflow: hidden;
            width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .newslist li a:hover {
                color: #008de4; /*主色*/
            }
/* 模态框 */
.none {
    display: none;
}

.body_cover {
    height: 100%;
    width: 100%;
    z-index: 3;
    background: #000;
    opacity: .3;
    filter: opacity(30);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.model_show {
    position: fixed;
    z-index: 1000;
    top: -100%;
    left: 30%;
    /*margin-left: -450px;*/
    width: 600px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    font-size: 14px;
    line-height: 2em;
    color: #333;
    border: 1px solid #eee;
}

    .model_show .content {
        width: 100%;
        height: auto;
        min-height: 200px;
        max-height: 500px;
        overflow-y: auto;
        text-align: center;
    }

    .model_show .close_show {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        font-size: 18px;
        padding: 5px 6px;
        line-height: 0px;
        text-align: center;
        color: #bbb;
        border-radius: 50%;
    }

        .model_show .close_show:hover {
            color: #fff;
        }
/*.model-content{
    display: none;
}*/
.model-name {
    font-size: 16px;
    padding-left: 20px;
    line-height: 40px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #bbb;
    margin-bottom: 30px;
}


/*评论*/
.Mblk_cmnt {
    font-size: 12px;
    line-height: 20px;
    margin: 0px auto;
    overflow: hidden;
    background-color: #fff;
    padding: 20px 0;
}
    /*.Mblk_cmnt a { color:#080; }*/
    .Mblk_cmnt span, .Mblk_cmnt p {
    }

    .Mblk_cmnt h2 {
        height: 30px;
        border-bottom: 1px solid #999;
    }

    .Mblk_cmnt .title {
        float: left;
        font-size: 14px;
        line-height: 30px;
        font-family: 微软雅黑;
        color: #666; /*! font-weight:bold; */
    }

    .Mblk_cmnt .b_cont1 {
        border-style: solid;
        border-width: 0 0 1px;
        margin: 10px 8px 0;
        padding-bottom: 10px;
        border-color: #DEDFDE;
    }

    .Mblk_cmnt .b_cont2 h2 .more {
        float: right;
        font-size: 12px;
        font-weight: normal;
        padding: 0 5px 0 15px;
    }

        .Mblk_cmnt .b_cont2 h2 .more a {
            color: #000099;
            text-decoration: none;
        }

            .Mblk_cmnt .b_cont2 h2 .more a:hover {
                color: #FF0000;
                text-decoration: underline;
            }

    .Mblk_cmnt .b_cont3 {
        margin-top: 20px;
    }

        .Mblk_cmnt .b_cont3 .form_input_long {
            border: 1px solid #AEB6C1;
            width: 180px;
            height: 18px;
        }

        .Mblk_cmnt .b_cont3 textarea {
            width: 800px;
            height: 110px;
        }

.cmnt_submit_bar {
    overflow: auto;
    zoom: 1;
    margin: 16px 0 25px 0;
}

#comment_tomb_wrapper {
    line-height: 30px;
    float: left;
}

.form_checkbox {
    display: inline;
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.Mblk_cmnt .post_comment {
    background: transparent url(../images/cmntButton.gif) no-repeat left top;
    height: 28px;
    width: 75px;
    cursor: pointer;
    color: #FFF;
    border: none;
    float: left;
    margin-right: 10px;
}
/* 大提交结束 */

.Mblk_cmnt .b_txt {
}

.Mblk_cmnt .comment_item {
    padding: 15px 0px 4px;
    border-bottom: 1px dotted #ccc;
}

.Mblk_cmnt .comment_selected {
    background-color: #F9F9F9;
}

.Mblk_cmnt .comment_more {
    border: 0;
    height: 40px;
    line-height: 40px;
    clear: both;
    overflow: hidden;
    width: auto;
    text-align: center;
}

    .Mblk_cmnt .comment_more span {
        margin-right: 10px;
    }

.comment_more span, .comment_more a {
}

.comment_more a {
    font-size: 14px;
}

    .comment_more a i {
        color: red;
    }

.Mblk_cmnt .t_img {
    float: left;
}

    .Mblk_cmnt .t_img p.item-img {
        width: 50px;
        height: 50px;
        margin-right: 15px;
        font-size: 14px;
        text-align: center;
        line-height: 48px;
        border-radius: 25px;
        border: 1px solid #ccc;
    }

.Mblk_cmnt .t_wrap {
    overflow: hidden;
    display: block;
}

.t-vip {
    background: url(../images//small.gif) no-repeat scroll -3px -75px;
    display: inline-block;
    width: 13px;
    height: 11px;
    margin: 0 3px;
}

.Mblk_cmnt .t_txt {
    line-height: 25px;
    padding: 6px 0;
    font-size: 14px;
}

.Mblk_cmnt .t_others .reply {
    color: #eae6ea;
}

    .Mblk_cmnt .t_others .reply a {
        color: #b49168;
        padding-left: 5px;
        text-align: right;
    }

.Mblk_cmnt .t_others .replay_like {
    padding-right: 5px;
}

.Mblk_cmnt .t_others .datetime {
    font-size: 12px;
    margin-top: 10px;
    color: #b49168;
}

.Mblk_cmnt .comment_selected .t_others .datetime {
    color: #999;
}

.Mblk_cmnt .t_others .reply {
    float: right;
}

.Mblk_cmnt a {
    text-decoration: none;
}

    .Mblk_cmnt a:hover {
        text-decoration: underline;
    }

.Mblk_cmnt .box_border_top {
    width: 20px;
    height: 10px;
    background: transparent url(../images/bars.gif) no-repeat scroll -576px -139px;
    position: absolute;
    top: -7px;
    right: 5px;
    _display: none;
}

.Mblk_cmnt .post_box {
    border: 1px solid #AEB6C1;
    background-color: #EBEBEB;
    padding: 5px 15px;
    margin-top: 10px;
    zoom: 1;
    overflow: hidden;
    border-radius: 5px;
}

.Mblk_cmnt .box_border_bottom {
    display: none;
}

.Mblk_cmnt .login_info {
    margin: 4px 0;
}

.Mblk_cmnt textarea, .Mblk_cmnt .form_input {
    border: 1px solid #AEB6C1;
}

.Mblk_cmnt .post_box textarea {
    margin: 5px 0;
    width: 100%;
    height: 100px;
}

.Mblk_cmnt .post_inline_comment {
    background: transparent url(../images/cmntButton.gif) no-repeat left top;
    height: 28px;
    width: 75px;
    cursor: pointer;
    color: #FFF;
    border: none;
}

#comment_tomb_wrapper_inline {
    margin-right: 10px;
}

.Mblk_cmnt .form_input {
    width: 110px;
}

.cmnt_logout, #cmnt_login {
    padding: 10px 0;
}

    .cmnt_logout a, #cmnt_login a {
        padding: 0 5px;
    }

.cmnt_inline_logout a {
    padding: 0 5px;
}

.Mblk_cmnt .comment_item .comment_item {
    padding: 10px;
    border: 1px solid #eee;
    margin: 10px 0 10px 45px;
    background-color: #f5f5f5;
    color: #008de4;
}

    .Mblk_cmnt .comment_item .comment_item .t_img p.item-img {
        border: 1px solid #008de4;
    }


/*底部版权样式*/
.footer {
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    color: #666;
    background-color: #fff;
    bottom: 0;
    bottom: 0;
    display: block;
    text-align: center;
    width: calc(100% - 210px);
    z-index: 9999;
    font-size: 12px;
    right: 0;
}
