/*
     Author: feng
     */
/********************************     Basic Structure     ********************************/
* {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

html {
    font-size: 100%;
    height: 100%;
    margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears  */
}

body {
    color: #3d4042;
    font-size: 14px;
    min-width: 1024px;
    font-family: "微软雅黑";
}
/*
#body-wrapper {
background: url('../images/bg-radial-gradient.gif') fixed 230px top no-repeat;
}                
*/
/********************************      Elements styling      ********************************/

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: bold;
    margin: 0px;
}

h1 {
    font-size: 31px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -1000px; /* Remove this line and delete the logo (in the HTML) if you don't want an image as a logo */
}

h2 {
    font-size: 26px;
    padding: 0 0 10px 0;
}

h3 {
    font-size: 17px;
    padding: 0 0 10px 0;
}

h4 {
    font-size: 16px;
    padding: 0 0 5px 0;
}

h5 {
    font-size: 14px;
    padding: 0 0 5px 0;
}

h6 {
    font-size: 12px;
    padding: 0 0 5px 0;
}

a {
    color: #F27011;
    text-decoration: none;
}

    a:hover {
        color: #e7b735;
        text-decoration: none !important;
    }

    a:active {
        color: #777;
        text-decoration: none;
    }

    a:focus {
        outline: 1px;
        text-decoration: none;
    }

strong {
    font-weight: bold;
    color: #333;
}

small {
    font-size: 0.85em;
}

pre {
    font-family: monospace;
}
/******************    ul       *******************/
ul {
    margin: 0px;
}
/********************************      General Classes      ********************************/

a.changeOnline:hover em {
    color: #e7b735 !important;
}

.clear {
    clear: both;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}
/************ Button ************/
.button {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
    position: relative;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    background-color: #abbac3;
    color: #fff !important;
}

.btn {
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
}

.button:hover, .button:active {
    background: #727d84;
}

.btn-green {
    background-color: #526604;
}

    .btn-green:hover {
        background-color: #576c06;
    }

.btn-blue {
    background-color: #F27011;
}

    .btn-blue:hover {
        background-color: #13658b;
    }

.btn-red {
    background-color: #d15b47;
}

    .btn-red:hover {
        background-color: #974234;
    }

/*************** Pagination ***************/

#main-content .pagination {
    text-align: right;
    padding: 5px 0 5px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pagination a {
    margin: 0 5px 0 0;
    padding: 5px 8px;
}

    .pagination a.current, .pagination a:hover {
        background: #F27011 !important;
        color: #fff !important;
    }
/*************** Notifications ***************/
.notification {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0;
    border: 1px solid;
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    font-size: 13px;
    width: 99.8%;
    display: none;
}

.attention {
    background: #fffbcc url('../images/icons/exclamation.png') 10px 11px no-repeat;
    border-color: #e6db55;
    color: #666452;
}

.information {
    background: #dbe3ff url('../images/icons/information.png');
    border-color: #a2b4ee;
    color: #585b66;
}

.success {
    background: #d5ffce url('../images/icons/tick_circle.png');
    border-color: #9adf8f;
    color: #556652;
}

.error {
    background: #ffcece url('../images/icons/cross_circle.png');
    border-color: #df8f8f;
    color: #665252;
}

.notification div {
    display: block;
    font-style: normal;
    padding: 10px 10px 10px 36px;
    line-height: 1.5em;
}

.notification .close {
    color: #990000;
    font-size: 9px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: url('../images/close.png');
}

/* Notification for form inputs */

.input-notification {
    background-position: left 2px;
    background-repeat: no-repeat;
    padding: 2px 0 2px 22px;
    background-color: transparent;
    margin: 0 0 0 5px;
}
/*******************select*************************************/
.selectBtn {
    width: 160px;
    padding-right: 10px;
}

    .selectBtn .selected {
        display: block;
        border: 1px solid #ccc;
        cursor: pointer;
        font-size: 15px;
        height: 18px;
        line-height: 18px;
        background: url(../images/iconSel.png) right 12px no-repeat;
    }

    .selectBtn ul {
        width: 160px;
        max-height: 160px;
        display: none;
        position: absolute;
        background: #f8f8f8;
        overflow-y: auto !important;
        z-index: 100;
    }

    .selectBtn li {
        padding: 5px 10px;
        height: 20px;
        font-size: 14px;
        cursor: pointer;
    }

#main-content .selectBtn a {
    color: #222;
}

.selectBtn li:hover {
    background: #c8c8c8;
}

.selectBtn span {
    display: block;
    margin: 0px;
}

.selectBtn i {
    position: absolute;
    margin: 0px 0 0 80px;
    font-style: normal;
}
/**********************index************************/
.header {
    height: 70px;
    background: #f8f8f8;
}

.logo {
    float: left;
    padding: 15px 0 0 15px;
    height: 55px;
    width: 180px;
    display: block;
    background: url(../images/logo.png) 15px 15px no-repeat;
    _background: url(../images/logo_ie6.png) 15px 15px no-repeat;
}

.header .nav {
    width: 420px;
    padding: 32px 0 0 0;
    margin-left: 300px;
    position: relative;
}

    .header .nav li {
        float: left;
        width: auto;
        font-size: 20px;
        text-align: left;
    }

        .header .nav li.cutLine {
            width: 79px;
            text-align: center;
            font-size: 14px;
            color: #bfbfbf;
            height: 20px;
        }

        .header .nav li.back_bor {
            border-bottom: 2px solid #F27011;
            height: 0;
            z-index: 1;
            position: absolute;
            top: 60px;
            left: -10px;
        }

    .header .nav > li > a {
        color: #000;
        background: none;
    }

        .header .nav > li > a:hover, .header .nav > li > a.current {
            color: #F27011;
            background: none !important;
        }

.header-bar {
    position: absolute;
    padding: 15px 30px;
    top: 8px;
    right: 0px;
    height: 40px;
    line-height: 40px;
}

.bar {
    margin: 0 3px;
    padding: 2px 6px;
    color: #949393;
}

.bar2 {
    padding: 15px 30px;
}

.bar:hover {
    background: none;
    color: #cc040d;
    text-decoration: none;
}

.admin {
    color: #333;
    padding: 2px 6px 2px 20px;
    
}

    .admin:hover {
        color: #1086d2;
    }

.header-nav {
    height: 55px;
    background: #333;
    min-width: 904px;
    padding-left:210px;
}

    .header-nav .nav-item {
        float: left;
        color: #fff;
        font-size: 16px;
        padding: 16px 30px 13px;
        display: block;
        height: 21px;
    }

    .header-nav li {
        padding: 0 .5px;
        display: block;
        float: left;
    }

    .header-nav .nav-item:hover {
        background: #000000;
    }

    .header-nav .nav-item.current {
        background: #fff;
        color: #000;
    }

.websearch {
    height: 30px;
    position: absolute;
    right: 30px;
    margin: 10px 0;
    border: 1px solid #e8e8e8;
}

    .websearch .txt {
        margin: 0px;
        border: 0px;
        height: 22px;
    }

    .websearch button {
        width: 30px;
        height: 30px;
        font-size: 0px;
        background: #368ee0;
    }

.index-slider {
    width: 300px;
    padding: 10px;
    float: right;
    right: 0px;
}

.slider-box {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

    .slider-box .message-tip {
        font-size: 13px;
        padding-left: 30px;
        background: #fdf9c9;
    }

.slider-tip {
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    background: #f1f1f1;
    border-bottom: 1px solid #ccc;
}

.slider-box ul {
    padding: 10px;
}

.slider-box li {
    height: 26px;
    line-height: 26px;
    display: block;
}

.prograss-bar {
    width: 60px;
    height: 14px;
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: 10px;
}

    .prograss-bar em {
        background: #b1e513;
        display: block;
        height: 100%;
    }

.index-section {
    margin-right: 310px;
    padding: 10px 10px 20px;
}

.tip {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0 5px 28px;
    margin: 0px;
    color: #F27011;
}

.pa_left {
    padding-left: 14px;
}

._content .content p.pa_left {
    padding-left: 28px;
}

._content .content p.wid_nig {
    width: 880px;
}

.tip span {
    position: absolute;
    right: 320px;
    color: #757575;
    font-weight: normal;
}

.section-box {
    margin-top: 20px;
    border: 1px solid #ccc;
}

    .section-box.box2 {
        height: 280px;
        vertical-align: top;
    }

    .section-box.box3 {
        margin-left: 1%;
    }

    .section-box.news li {
        padding-left: 10px;
    }

.more {
    color: #F27011;
    padding-right: 10px;
    float: right;
}

.section-list {
    height: 40px;
    display: block;
}

    .section-list.first span {
        font-weight: 700;
        border-bottom: 1px solid #EBEBEB;
    }

    .section-list.bg {
        background: #f6f8f9;
    }

.radio.inline, .checkbox.inline {
    min-width: 60px;
    height: 20px;
    line-height: 20px;
    padding: 5px 0 0px;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    height: 20px;
    line-height: 20px;
    margin: 0 5px 0 0px !important;
}

.feedback .user {
    width: 20%;
    line-height: 40px;
    overflow: hidden;
}

.cl {
    color: #0d91c9;
}

.bold {
    font-weight: bold;
}

.feedback .content {
    width: 50%;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feedback .time {
    width: 30%;
    font-size: 12px;
    line-height: 20px;
}

.feedback span {
    vertical-align: top;
    float: left;
}

/*******************nav_bar***************************/
.bar_title {
    padding: 5px;
    height: 30px;
    line-height: 30px;
    background: #BAC7E7;
}

.nav_bar {
    min-height: 300px;
}

    .nav_bar dl {
        margin: 0;
    }

.nav_title {
    width: 130px;
    padding: 5px 10px;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    margin: 0px;
    display: inline-block;
}

.nav_list {
    margin: 0px;
    border-top: 1px solid #ccc;
}

    .nav_list .current {
        background: #dae8f8;
    }

        .nav_list .current a {
            display: inline-block !important;
        }

.nav_bar .nav_item {
    padding: 3px 5px 3px 25px;
    height: 24px;
}

.nav_item span {
    height: 24px;
    line-height: 24px;
    width: 145px;
    display: inline-block;
}

.edit_icon, .del_icon, .add_icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../images/nav_icon.png) 5px -49px no-repeat;
    vertical-align: middle;
    display: none;
}

    .edit_icon:hover {
        background-position: 5px -73px;
    }

.del_icon {
    background-position: 3px -98px;
}

    .del_icon:hover {
        background-position: 3px -122px;
    }

.add_icon {
    background-position: 5px -2px;
}

    .add_icon:hover {
        background-position: 5px -2px;
    }

.nav_size {
    font-style: normal;
    padding: 2px 4px;
    color: #1175c2;
}

    .nav_size:hover {
        font-style: normal;
        padding: 2px 4px;
        color: #1175c2;
    }
/********************card*********************************/
.card {
    width: 300px;
    height: 200px;
    background-size: 300px 200px;
    z-index: 3000;
    margin: 50px 170px;
}

.card_num {
    display: block;
    color: rgb(82, 85, 90);
    font-size: 20px;
    position: absolute;
    cursor: move;
    z-index: 3000;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    outline: none;
}

.card_date {
    display: block;
    font-size: 13px;
    position: absolute;
    color: rgb(82, 85, 90);
    cursor: move;
    width: 80px;
}

.card_num2 {
    display: block;
    color: rgb(82, 85, 90);
    font-size: 20px;
    position: absolute;
    z-index: 100;
}

.card_date2 {
    display: block;
    font-size: 13px;
    position: absolute;
    width: 80px;
    text-align: center;
}

.sel {
    border: 1px dashed #000;
    background-color: rgba(255,255,255,0.6);
}

img {
    width: auto;
}

/****************Drag 2******************************/
.drag_bar {
    width: 250px;
    cursor: move;
}

.drag_bar2 {
    width: 400px;
}

.drag_item, .placeHolder2 {
    margin: 5px 0;
    background: #EBEBEB;
    width: 250px;
}

.drag_bar2 .drag_item, .drag_bar2 .placeHolder2 {
    float: left;
    width: auto;
    display: inline-block;
    margin-right: 5px;
}

.drag_item span {
    padding: 5px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
}

.drag_bar2 span.name {
    width: auto !important;
}

.placeHolder2 {
    border: 1px dashed #ccc;
    margin-right: 10px;
    height: 30px;
}

.drag_item:hover {
    background: #dae8f8;
}

    .drag_item:hover .del_icon {
        display: inline-block;
        float: right;
    }

.dis {
    width: 300px;
    height: 90px;
    resize: none;
}

.drag_item span.name {
    width: 210px;
}

.drag_item em.Itemremove {
    padding: 8px;
    height: 14px;
    display: inline-block;
}

/************************table**************************/
._slider {
    width: 210px;
    padding: 0 10px 0px 0px;
    position: absolute;
    margin: 0px;
    height: auto;
}

.slider-nav {
    background: #f6f6f6;
}

    .slider-nav > li > a {
        height: 36px;
        line-height: 36px;
        padding-left: 40px;
        background: #e0e1e1;
        display: block;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        cursor: default;
    }

        .slider-nav > li > a:hover {
            color: #F27011;
        }

    .slider-nav > li li a {
        padding-left: 56px;
        height: 30px;
        line-height: 30px;
        color: #3d4042;
        display: block;
    }

        .slider-nav > li li a.current {
            color: #F27011;
            background: url(../images/nav_bg.png) right 5px no-repeat;
        }

        .slider-nav > li li a:hover {
            color: #F27011;
        }

.section {
    padding: 0 10px 10px 10px;
    margin-left: 210px;
    border-left: 1px solid #d7d7d7;
}

.tishi {
    padding: 8px 0 8px 40px;
    margin: 10px 0 5px;
    background: url(/images/tips.gif) #F9F8F4 13px 8px no-repeat;
    border: 1px dashed #d7d7d7;
}

/*table {
    border: 1px solid #d7d7d7;
}

    table thead {
        border-bottom: 1px #d7d7d7 solid;
    }*/

.btnLine {
    margin: 10px 0;
}

.chooseCondition {
    margin-top: 10px;
    padding: 10px;
    display: none;
    background: #f6f6f6;
}

.chooseItem {
    height: 42px;
}

.closeItem {
    cursor: pointer;
    width: 20px;
    height: 32px;
    line-height: 32px;
}

.chooseItem .txt {
    vertical-align: top;
}

.chooseItem .input-medium {
    float: left;
}

.chooseAdd {
    width: 45px;
    height: 30px;
    vertical-align: text-bottom;
    background: url(../images/icons.png) 0 -3px no-repeat;
    background-size: 90%;
    cursor: pointer;
}

    .chooseAdd:hover, .chooseAdd:active {
        background-position: 0px -37px;
    }

.loginback {
    height: 40px;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    padding: 5px;
    background-color: #0d91c9;
}

.registtip {
    position: absolute;
    color: #fff;
    margin: 15px 0 0 -145px;
}

.loginmain, .registmain {
    padding: 10px 50px;
    min-width: 924px;
}

.box {
    border: 1px solid #ccc;
    padding: 30px;
    min-height: 420px;
}

.loginmain .left {
    width: 50%;
    border-right: 1px solid #ccc;
    padding: 50px 0;
}

.loginBtn {
    width: 200px;
    height: 40px;
    color: #fff;
    background: #F27011;
    margin: auto;
    font-size: 20px;
    font-weight: 600;
    margin: 0 25px;
}

.qqlogin {
    width: 75px;
    display: inline-block;
    height: 30px;
    margin-left: 15px;
    vertical-align: middle;
    background: url(../images/qq.png) 0 0 no-repeat;
}

.loginmain .register {
    width: 40%;
    padding: 4.5%;
}

.cb {
    color: #F27011;
}

.loginmain .right ul {
    padding: 15px 20px 10px 0;
}

.main {
    height: auto;
    min-height: 400px;
    min-width: 1115px;
}

._footer {
    clear: both;
    padding: 20px 0 10px;
    text-align: center;
    width: 100%;
    display: block;
    border-top: 1px solid #d7d7d7;
}

.mask {
    height: 30px;
    text-align: center;
    width: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    z-index: 3000;
    height: 100%;
}

    .mask img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -8px 0 0 -8px;
    }

._footer2 {
    position: absolute;
    bottom: 0px;
}

.guide {
    min-width: 680px;
    height: 420px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .guide .getPassword {
        float: left;
        width: 680px;
        min-height: 390px;
    }

        .guide .getPassword .stype {
            padding-bottom: 0px;
            width: 680px;
        }

.registmain form {
    width: 700px;
    margin: auto;
    padding-top: 120px;
    background: url(../images/zc1.png) 0 0 no-repeat;
}

.getPassword form {
    width: 550px;
    margin: 0 auto;
    min-height: 214px;
}

.getPassword .stype {
    padding-bottom: 30px;
    width: 700px;
    margin: auto;
}

.ccsx {
    padding-top: 30px;
    padding-left: 80px;
}

    .ccsx p {
        padding-left: 50px;
    }

.guidebutton {
    float: left;
    padding: 0 30px;
    height: 32px;
    width: 605px;
}

.btnlogin {
    padding: 6px 40px;
    background: #F27011;
}

.alt {
    height: 34px;
    line-height: 34px;
    font-size: 8px;
    display: inline-block;
    vertical-align: top;
}

.registmain .zhu {
    padding: 50px 30px 0 0;
    width: 420px;
    font-size: 25px;
}

.registmain .tishi {
    padding-left: 295px;
    width: 420px;
    height: 70px;
    background: url(../images/zc_3.png) 210px 0 no-repeat;
}

.err2 {
    padding-left: 30px;
    line-height: 17px;
    width: 210px;
    background: url(../images/icons.png) 0 -305px no-repeat;
}

.getPasstip {
    width: 70%;
    display: block;
    margin: auto;
    min-height: 35px;
}

.getpass form {
    float: none;
    width: 550px;
    margin: auto;
}

.getpass label {
    width: 70px;
}

.getpass .txt {
    margin-right: 20px;
}

.yancord {
    width: 70px;
}

.btnqq {
    margin-right: 55px;
    padding: 0 15px;
}

.registmain .tishi2 {
    width: 440px;
    line-height: 22px;
}

.sendmsms {
    padding-left: 200px;
    line-height: 25px;
}

.tip-right {
    margin-right: 20px;
    font-weight: normal;
}

.main-box {
    padding: 40px;
}

#main-box a {
    color: #F27011;
}

.imgAdd {
    float: none;
    width: 60px;
    height: 60px;
    padding: 70px 120px;
    background: url(../images/imgAdd.png) 0 0 no-repeat;
    background-size: 300px 200px;
}

.imgAdd2 {
    background: url(../images/imgAdd2.png) 0 0 no-repeat;
    padding: 45px 105px;
}

.imgaddIcon {
    width: 60px;
    height: 60px;
    background: url(../images/imgAddIcon.png) 5px 5px no-repeat;
}

    .imgaddIcon:hover {
        background-position: 5px -55px;
    }

.imglist, .adsslist {
    margin: 0 10px 10px 0;
    padding: 3px;
    float: left;
    vertical-align: top;
}

.adsslist {
    padding: 0px;
    height: 150px;
    width: 270px;
}

#cardImgList {
    position: relative;
}

.vipcard.imglist {
    cursor: pointer;
    position: relative;
    width: 300px;
}

.imglist label {
    width: 300px;
    height: 30px;
    display: none;
    color: #fff !important;
    background: url(../images/bg.png);
    position: absolute;
    margin-top: 170px;
    text-align: center;
    cursor: default;
    z-index: 300;
}

.imglist a i {
    vertical-align: middle;
    margin: 0 10px 0 20px;
}

.imglist em {
    width: 20px;
    height: 20px;
    display: none;
    position: absolute;
    margin: -20px 0 0 280px;
    background: url(../images/current.png);
}

.imglist.current {
    background: #67bf0d;
}

.imglist:hover label {
    display: block;
}

.imglist img {
    width: 300px;
    height: 200px;
}

.imglist .title {
    font-weight: normal;
}

.adsslist label {
    width: 270px;
    height: 30px;
    line-height: 30px;
    display: none;
    background: url(../images/bg.png);
    position: absolute;
    text-align: center;
    margin-top: 120px;
    padding: 0;
    cursor: default;
}

.adsslist .title {
    width: 270px;
    height: 30px;
    line-height: 30px;
    margin-top: -30px;
    background: url(../images/bg.png);
    padding: 0;
    position: absolute;
    color: #fff;
    overflow: hidden;
}

.adsslist:hover label {
    display: block;
}

.adsslist:hover .title {
    display: none;
}

.adsslist img {
    width: 270px;
    height: 150px;
}

.cutPhoto {
    width: 700px;
    height: 500px;
    margin: -250px 0 0 -350px;
}

    .cutPhoto > div {
        width: 640px;
        height: 400px;
        margin: auto;
        padding: 10px 30px;
    }

    .cutPhoto button.dn {
        display: none;
    }

.delimg {
    font-size: 21px;
    color: #F00;
    padding: 5px 10px;
    cursor: pointer;
}

.editimg {
    font-size: 21px;
    color: #fff;
    padding: 5px 10px;
}

.input-prepend .add-on:first-child {
    border: 1px solid #ccc;
    padding: 4px 6px;
}

.dd-list {
    margin: 0;
    min-width: 120px;
}

    .dd-list .dd-item {
        display: inline-block;
        width: auto;
        background: #ccc;
        margin: 2px 3px;
    }

    .dd-list .dd-handle {
        padding: 4px 6px;
        display: inline-block;
        vertical-align: text-bottom;
    }

.wysiwyg {
    padding: 85px 18px 80px;
    width: 201px;
    height: 337px;
    position: absolute;
    right: 50px;
    top: 180px;
    overflow: hidden;
    background: url(../Images/phone_bg.png) 0 0 no-repeat;
}

.message {
    width: 310px;
    height: auto;
    border: 1px solid #ccc;
}

    .wysiwyg .content, .wysiwyg .contentss, .message .content {
        height: 100%;
        overflow-y: auto;
        width: 217px;
        padding-right: 20px;
    }

    .message .content {
        width: 100%;
        padding: 0px;
    }

.wysiwyg .content {
    width: 200px;
}

.contentss > img {
    width: 202px;
}

.appmsg_info {
    padding: 5px;
    height: 90px;
}

.message .appmsg_info {
    height: 187px;
}

.appmsg_info > div {
    height: 100%;
    overflow: hidden;
}

.appmsg_info img {
    width: 100%;
}

.h4Tip {
    border-bottom: 1px solid #CCC;
    padding-top: 20px;
}

.boxbottom {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}

.h4Tip a {
    font-size: 13px;
    font-weight: normal;
}

.h4Tip em {
    font-size: 12px;
}

.datuTit {
    margin: 0px;
    position: absolute;
    bottom: 3px;
    width: 190px;
    background: url(../images/bg.png);
    color: #fff;
    padding: 0px;
    font-weight: 400;
    max-height: 60px;
    line-height: 30px;
    overflow: hidden;
}

.message .datuTit {
    width: 300px;
}

.copyContent em {
    display: inline-block;
    word-break: break-all;
    word-wrap: break-word;
}

.appmsg_box {
    border-top: 1px solid #ccc;
    padding: 5px;
    height: 32px;
}

.wxCard_box {
    padding: 5px;
    height: 32px;
}

.appmsg_thumb {
    width: 32px;
    height: 32px;
}

.appmsg_title {
    font-size: 12px;
    font-weight: 400;
    padding: 0px 5px 0 0;
    height: 32px;
    line-height: 16px;
    overflow: hidden;
    margin: 0px;
    width: 150px;
}

.message .appmsg_box {
    height: 80px;
}

.message .appmsg_thumb {
    width: 80px;
    height: 80px;
}

.message .appmsg_title {
    padding: 10px 5px 0 0;
    height: 60px;
    line-height: 28px;
    font-size: 16px;
}

.mes_info_dialog {
    position: absolute;
    width: 300px;
    padding: 83px 0;
    display: none;
    text-align: center;
    z-index: 1000;
    background: rgba(207, 207, 207, 0.85);
    margin: 0px;
}

.mes_box_dialog {
    position: absolute;
    width: 300px;
    z-index: 1000;
    display: none;
    background: rgba(207, 207, 207, 0.85);
    margin: 0px;
    text-align: center;
    padding: 29px 0;
}

.appmsg_info:hover p {
    display: block;
}

.appmsg_box:hover p {
    display: block;
}

.addlist .imgAdd {
    padding: 10px 120px;
    display: block;
    background: url(../images/msgadd.png) 0 0 no-repeat;
    background-size: 300px 80px;
}

.editmessage {
    padding: 0 20px;
    width: 502px;
}

    .editmessage .box {
        padding: 20px;
        border: 1px solid #ccc;
        background: #f8f8f8;
        min-height: 90px;
    }

    .editmessage .txt {
        width: 345px;
    }

.msgpoint {
    width: 26px;
    height: 30px;
    display: block;
    position: absolute;
    background: url(../images/msgpoint.png) 0 0 no-repeat;
    margin: 35px 0 0 -19px;
}

.msgcontent {
    min-height: 500px;
}

.zhaozhao {
    width: 360px;
    height: 517px;
    line-height: 470px;
    text-align: center;
    display: block;
    position: absolute;
    color: #fff;
    font-size: 18px;
    background: url(../images/bg.png);
    z-index: 100;
}

.sabi {
    margin-top: 20px;
}

.control-label dd {
    margin: 0px;
}

.editNavBar .content {
    padding: 70px;
}

.main-box2 .row-fluid {
    border: 1px solid #ccc;
}

.main-box2 .span3 {
    border-right: 1px solid #ccc;
}

.nav_content {
    min-height: 340px;
    float: left;
    width: 76.5%;
}

.content1, .content2, .content3, .content4 {
    width: 550px;
    height: 200px;
    padding: 50px;
}

.opensite td {
    border-width: 0px;
}

.closeIcon {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/icons.png) 0 -307px no-repeat;
    position: absolute;
    margin: -10px 0 0 460px;
}

.eventimg {
    width: 200px;
    height: 130px;
    margin-left: 30px;
    float: left;
}

.eventcontent {
    /*border:1px solid #ccc;*/
    min-height: 400px;
    margin: 20px;
    width: 700px;
}

    .eventcontent .table {
        border: 1px solid #ccc;
    }
/*.eventcontent .tab{
background: #ccc;
height: 30px;
}
.eventcontent li{
height: 30px;
line-height: 30px;
width: 120px;
cursor: pointer;
}
.eventcontent li.current{
background: #fff;
}*/
.successtip {
    width: 500px;
    margin: auto;
}

    .successtip h3 {
        font-size: 25px;
    }

        .successtip h3 a {
            font-size: 14px;
        }

.taocan {
    width: 100%;
}

.taocanitem {
    width: 180px;
    margin: 0 20px;
    padding: 20px;
    display: inline-block;
    background: #f2f2f2;
    cursor: pointer;
    border: 2px solid #f2f2f2;
}

    .taocanitem.current {
        border: 1px solid #7a9708;
        background: #fff;
    }

    .taocanitem h3 {
        font-size: 22px;
        text-align: center;
    }

        .taocanitem h3 span {
            display: block;
            width: 100%;
            color: #7a9708;
        }

    .taocanitem p span {
        color: #f9860a;
    }

.selItem {
    width: 600px;
    height: 400px;
    margin: -200px 0 0 -300px;
    background: rgba(0,0,0,.6);
    padding: 6px;
    border-width: 0px;
}

    .selItem > div {
        width: 100%;
        height: 100%;
    }

.itemlist {
    padding: 15px 20px 0;
    height: 280px;
    width: 560px;
    overflow-y: auto;
    border-bottom: 10px solid #fff;
}

.itemSearch {
    height: 30px;
    margin: 0px;
}

.bg {
    background: #fff;
}

.itemlist label {
    width: 250px;
    display: inline-block;
    padding: 3px 10px;
}

.itemlist input[type="checkbox"] {
    margin-right: 20px;
}

.form-horizontal input {
    border-radius: 0px;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}

select, input[type="file"] {
    height: auto;
    border-radius: 0px;
}

.btn-group {
    position: absolute;
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    right: 100px;
    margin-top: -40px;
}

#main-content .btn-group .btn {
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    background: #393;
    color: #fff;
}

.organization {
    min-width: 160px;
    max-width: 220px;
    padding: 5px 20px 0 0;
    min-height: 360px;
}

    .organization > a {
        margin: 0px;
    }

    .organization ul {
        padding-left: 10px;
    }

    .organization li {
        padding-left: 10px;
        border-left: 1px dashed #ccc;
    }

        .organization li a {
            height: 20px;
            line-height: 20px;
            color: #222222 !important;
            display: inline-block;
        }

            .organization li a:before {
                content: '';
                display: block;
                position: absolute;
                width: 10px;
                height: 12px;
                border-bottom: 1px dashed #ccc;
                margin-left: -11px;
                border-left: 1px dashed #CCC;
                margin-top: 0px;
            }

        .organization li li li a:before {
            margin-left: -11px;
        }

        .organization li a:hover {
            color: #F27011 !important;
        }

    .organization .current {
        font-weight: bold;
        color: #F27011 !important;
    }

.filetree {
    float: none;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

    .filetree.tree_open {
        background: url(../Images/open_close.png) no-repeat;
        background-size: 50%;
        background-position: 5px -10px;
    }

    .filetree.tree_close {
        background: url(../Images/open_close.png) no-repeat;
        background-size: 50%;
        background-position: 5px 5px;
    }

.organization li .filetree + a:before {
    margin-left: -31px;
}

.main-boxs {
    padding-top: 20px;
    min-width: 855px;
}

    .main-boxs .form-horizontal .control-label {
        text-align: right;
        width: 100px;
    }

    .main-boxs .form-horizontal .controls {
        margin-left: 110px;
    }

a.up, a.down {
    padding-right: 20px;
    background: url(../images/px.png) 57px 5px no-repeat;
}

a.down {
    background-position: 57px -20px;
}

.showbox {
    width: 360px;
    height: 200px;
    padding: 5px;
    background: #e8e8e8;
    border: 1px solid #fff;
}

    .showbox img {
        width: 100%;
        height: 100%;
    }

.shortmenulist {
    width: 380px;
    height: 455px;
    background: url(../images/shortmenulist.png) 50px 50px no-repeat;
    padding: 50px;
}

    .shortmenulist div {
        height: 72px;
        position: relative;
    }

    .shortmenulist em {
        width: 32px;
        height: 32px;
        padding: 20px;
        display: inline-block;
    }

    .shortmenulist img {
        width: 32px;
        height: 32px;
    }

    .shortmenulist div:hover .edit {
        display: block;
    }

    .shortmenulist .shortName {
        height: 65px;
        line-height: 65px;
        display: inline-block;
        font-size: 20px;
    }

    .shortmenulist .item1 {
        left: 210px;
        top: 17px;
    }

    .shortmenulist .item2 {
        left: 161px;
        top: 28px;
    }

    .shortmenulist .item3 {
        left: 118px;
        top: 37px;
    }

    .shortmenulist span.edit {
        width: 72px;
        left: 0px;
        top: 0px;
        height: 72px;
        line-height: 72px;
        text-align: center;
        font-size: 18px;
        display: none;
        color: #FFF;
        position: absolute;
        background: url(../images/zhezhao.png) 0 0;
    }

    .shortmenulist a {
        color: #fff;
    }

.erma {
    height: 260px;
    width: 460px;
}

    .erma img {
        width: 260px;
    }

a.addReply, a.addReply2 {
    height: 30px;
    line-height: 30px;
    width: 248px;
    display: none;
    text-align: center;
    border: 1px dashed #CCC;
    color: #368EE0;
}

a.addReply2 {
    color: #ccc;
}

.Shortswitch {
    position: absolute !important;
    right: 10px;
    margin-top: -35px;
}

    .Shortswitch > span {
        width: 40px;
        display: block;
        font-size: 15px;
        vertical-align: top;
        float: left;
        text-align: center;
    }
/***************************/
.forgetPw {
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: left;
    display: inline-block;
    padding-left: 4px;
}

.field-validation-valid {
    display: none;
}

.field-validation-error {
    display: block;
    color: #f00;
}

.input-validation-error {
    border-color: #f00 !important;
}

.red_middle {
    color: red;
    vertical-align: middle;
}

.width30 {
    width: 30px;
}

.ml10 {
    margin-left: 10px;
}

.mt10 {
    margin-top: 10px;
}

.getcode {
    width: 130px !important;
    padding: 5px 0;
}

.checkcode {
    width: 78px;
}

.alert-margin {
    margin-top: 10px;
    margin-bottom: 0px !important;
}

.mb0 {
    margin-bottom: 0px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.pagination {
    margin-top: 0px !important;
}

.table.table-hover tfoot tr:hover > td {
    background: #fff;
}

.table tr > td > a {
    color: #F27011;
}

    .table tr > td > a:hover {
        color: #F27011;
    }

.tagsinput {
    border: 1px solid #ccc;
    width: 380px;
}

    .tagsinput p {
        padding: 1px 5px;
        margin: 0px;
        display: block;
        float: left;
        width: 370px;
    }

.tag {
    float: left;
    padding: 5px;
    background: #414141;
    color: #fff;
    cursor: pointer;
}

    .tag .Itemremove {
        margin-left: 5px;
        cursor: pointer;
    }

#taginput {
    width: 99%;
    border: none;
    border-top: 1px dashed #ccc;
    padding: 0px;
}
/*************************************************/
._content {
    width: 1138px;
    height: auto;
    margin: 0 auto;
}

.header-nav ._content {
    width: 1026px;
}

._content .slider-nav {
    width: 200px;
}

._content .slider-nav {
    background: #f6f6f6;
}

    ._content .slider-nav > li > a {
        height: 36px;
        line-height: 36px;
        padding-left: 20px;
        background: #f6f6f6 url(../images/sj.png) 170px 7px no-repeat;
        display: block;
        font-size: 16px;
        font-weight: 600;
        color: #F27011;
        border-top: 1px solid #f6f6f6;
        border-bottom: 1px solid #fff;
        cursor: pointer;
    }

        ._content .slider-nav > li > a:hover {
            color: #F27011;
        }

    ._content .slider-nav > li li a {
        padding-left: 50px;
        height: 30px;
        line-height: 30px;
        display: block;
        border-right: 4px solid #edecec;
        border-top: 1px solid #f6f6f6;
        border-bottom: 1px solid #fff;
    }

        ._content .slider-nav > li li a.current {
            color: #12abf8;
            border-right: 4px solid #12abf8;
            background: #edecec;
        }

.slider-nav > li li a:hover {
    color: #12abf8;
    background: #edecec;
}

._content .content {
    height: auto;
    padding: 10px 0;
}

    ._content .content p {
        line-height: 24px;
        display: block;
        margin: 10px 0;
        width: 900px;
        line-height: 25px;
        font-size: 14px;
    }

        ._content .content p.wAuto {
            width: auto;
        }

    ._content .content .bb {
        padding: 10px 0 10px 6px;
        background: #eee;
        border: 1px solid #A5A5A5;
    }

    ._content .content table {
        background: #ccc;
        margin: 10px 0;
        border-spacing: 1px;
        border-collapse: inherit;
    }

        ._content .content table th,
        ._content .content table td {
            background: #fff;
            padding: 3px;
        }

        ._content .content table a {
            color: #F27011;
        }

    ._content .content img {
        width: 100%;
    }

.saveSearch {
    width: 400px;
    height: 160px;
    margin: -80px 0 0 -200px;
}

    .saveSearch .content p {
        height: 40px;
        display: block;
        padding: 40px 25px;
    }

.classbox {
    display: block;
    font-size: 20px;
    float: right;
    margin-right: 0px;
    text-align: center;
    position: relative;
    padding: 10px 12px;
}

.btn-group2 {
    right: 50px;
    margin-top: 0px;
}

    .btn-group2 ul {
        right: 0px;
        left: initial;
    }

.indexbg {
    height: 610px;
    background: url(../images/indexbg.png) no-repeat center;
}

    .indexbg > div {
        float: left;
        width: 400px;
        height: 200px;
        padding: 50px 20px;
    }

    .indexbg .item1 {
        width: 496px;
        height: 258px;
        float: left;
        text-align: left;
        padding-right: 0;
        padding-left: 60px;
        padding-bottom: 0px;
        padding-top: 60px;
    }

    .indexbg .it2 {
        padding-right: 0;
        padding-left: 30px;
        width: 551px;
    }

    .indexbg .item2 {
        background: url(../images/indexItem2.png) 300px 65px no-repeat;
        padding-left: 40px;
        padding-right: 170px;
        width: 267px;
    }

    .indexbg .item3 {
        padding-left: 189px;
        background: url(../images/indexItem3.png) 20px 45px no-repeat;
        width: 270px;
    }

    .indexbg .item4 {
        background: url(../images/indexItem4.png) 235px 65px no-repeat;
        padding-left: 40px;
        padding-right: 240px;
        width: 200px;
    }

    .indexbg h2 {
        color: #F27011;
        font-weight: 600;
        height: 37px;
        line-height: 37px;
        letter-spacing: 3px;
        width: 309px;
        padding-left: 50px;
        background: url(../images/one-img.jpg) no-repeat left;
        float: left;
    }

    .indexbg .two_img {
        background: url(../images/two-img.jpg) no-repeat left;
    }

    .indexbg .three_img {
        background: url(../images/three-img.jpg) no-repeat left;
    }

    .indexbg .four_img {
        background: url(../images/four-img.jpg) no-repeat left;
    }

    .indexbg p {
        font-size: 15px;
        line-height: 26px;
        padding-left: 50px;
        padding-top: 25px;
        width: 256px;
        float: left;
    }

.mainWidth {
    width: auto;
    height: 70px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.icons_one {
    background: url(../images/icons-one.jpg) no-repeat left;
    width: 136px;
    height: 164px;
    float: left;
}

.orange_bg {
    background: #FA8F05;
    color: #fff;
}

    .orange_bg:hover {
        background: #ec8500;
        color: #fff;
    }

.h4Style {
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    padding-top: 8px;
    position: relative;
    left: -60px;
    *+left:30px;
}

.two_bg {
    background: url(../images/icons-two.png) no-repeat center;
    _background: url(../images/icons-two-ie6.png) no-repeat center;
    width: 203px;
    height: 156px;
    margin-top: -43px;
}

.three_bg {
    background: url(../images/icons-three.jpg) no-repeat left;
    width: 134px;
    height: 174px;
}

.four_bg {
    background: url(../images/icons-four.png) no-repeat center;
    _background: url(../images/icons-four-ie6.png) no-repeat center;
    width: 200px;
    height: 107px;
}

.bannar {
    width: 100%;
    height: auto;
    /* background: #87b9fc; */
    margin: 0 auto;
}

.bannerIMG {
    width: 1366px;
    height: 340px;
    /* background: url(../images/banner-two.jpg) no-repeat;*/
    margin: 0 auto;
}

.bannarlogin {
    width: 960px;
    height: auto;
    margin: auto;
}

    .bannarlogin a {
        position: absolute;
        padding: 5px 20px;
        background-color: #fa8f05;
        color: #fff;
        font-size: 24px;
        margin: 280px 0 0 110px;
        height: 24px;
    }

        .bannarlogin a:hover {
            background-color: #E48307;
        }

.pronav h4 {
    color: #FFF;
    height: 40px;
    line-height: 46px;
    font-size: 24px;
    _margin-left: 163px;
}

.pronav p {
    font-size: 16px;
    letter-spacing: 3px;
    color: #fff;
    padding-left: 29px;
}

.prolist {
    background-color: #f9f9f9;
}

    .prolist > li.line {
        height: 1px;
        width: 960px;
        background: url(../images/line.png);
    }

    .prolist h4 {
        letter-spacing: 4px;
        font-size: 20px;
    }

    .prolist p {
        letter-spacing: 4px;
        font-size: 15px;
    }

    .prolist ul {
        padding-left: 20px;
    }

    .prolist li li {
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        list-style: disc;
    }

    .prolist .item1 {
        padding: 50px 510px 50px 100px;
        background: url(../images/pic1.png) right 0px no-repeat;
        height: 178px;
    }

    .prolist .item2 {
        padding: 50px 100px 50px 590px;
        background: url(../images/pic-two.png) 0px 0px no-repeat;
        height: 178px;
    }

    .prolist .item3 {
        padding: 50px 595px 50px 100px;
        background: url(../images/pic2.png) right 0px no-repeat;
        height: 178px;
    }

    .prolist .item4 {
        padding: 50px 100px 50px 590px;
        background: url(../images/pic3.png) 0px 0px no-repeat;
        height: 178px;
    }

    .prolist .item5 {
        padding: 50px 595px 50px 100px;
        background: url(../images/pic4.png) right 0px no-repeat;
        height: 178px;
    }

    .prolist .item6 {
        padding: 50px 100px 50px 590px;
        background: url(../images/pic5.png) 0 0px no-repeat;
        height: 178px;
    }

.about-nav {
    width: 200px;
    background-color: #f8f8f8;
    min-height: 400px;
}

    .about-nav li {
        border-bottom: 1px solid #eee;
        border-right: 3px solid #f8f8f8;
    }

        .about-nav li:hover, .about-nav li.current {
            background-color: #e3e3e3;
            border-right: 3px solid #12ABF8;
        }

    .about-nav a {
        font-size: 15px;
        display: block;
        height: 42px;
        line-height: 42px;
        padding-left: 56px;
    }

        .about-nav a:hover {
            color: #12abf8;
        }

.removeDialogs {
    position: absolute;
    right: 20px;
    color: #F00;
    font-size: 20px;
    font-weight: 100;
}

.editurl {
    float: left;
    width: 400px;
    margin: 0px;
}

.editbtn {
    float: left;
    padding: 5px 10px;
}

.ninebox li {
    width: 66px;
    display: block;
    float: left;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.ninebox span {
    text-align: center;
    width: 100%;
    overflow: hidden;
    display: block;
    height: 22px;
}

.menuList li, .navcard li, .shopinf li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f8f8f8;
}

.menuList img, .navcard img, .shopinf img {
    width: 24px;
    float: left;
    margin: 0 5px;
    padding: 4px;
}

.ninebox img {
    width: 32px;
    height: 32px;
    margin: 5px 17px 5px;
}

.menuList span, .navcard span, .shopinf span {
    float: left;
    height: 32px;
    line-height: 32px;
}

.navcard {
    border-bottom: 8px solid #ccc;
}

.menuImgList li {
    float: left;
    width: 191px;
    padding: 5px;
    border-bottom: 1px solid #f8f8f8;
}

.menuImgList img {
    width: 72px;
    float: left;
    height: 40px;
}

.menuImgList span {
    float: left;
    padding-left: 5px;
}

.navindex li {
    float: left;
    width: 66px;
    height: 90px;
    text-align: center;
    background: url(../images/nine-circle.png) 5px 10px no-repeat;
}

.navindex img {
    width: 24px;
    height: 24px;
    margin: 15px;
    padding: 4px;
}

.navindex span {
    overflow: hidden;
    height: 20px;
    width: 100%;
    display: block;
}

.navindex .nav1, .navindex .nav10 {
    background-position: -5px 10px;
}

.navindex .nav2, .navindex .nav11 {
    background-position: -67px 5px;
}

.navindex .nav3, .navindex .nav12 {
    background-position: -130px 5px;
}

.navindex .nav4, .navindex .nav13 {
    background-position: -195px 5px;
}

.navindex .nav5, .navindex .nav14 {
    background-position: -262px 5px;
}

.navindex .nav6, .navindex .nav15 {
    background-position: -328px 5px;
}

.navindex .nav7, .navindex .nav16 {
    background-position: -394px 5px;
}

.navindex .nav8, .navindex .nav17 {
    background-position: -460px 5px;
}

.navindex .nav9, .navindex .nav18 {
    background-position: -528px 5px;
}

.navindex2 {
    background: #1c6297;
    height: auto;
    width: 200px;
    float: left;
}

    .navindex2 li {
        float: left;
        width: 40px;
        height: 60px;
        padding: 10px;
        color: #fff;
        margin: 3px;
        text-align: center;
        background: url(../images/alpha.png) repeat;
    }

    .navindex2 span, .navindex3 span {
        display: block;
        height: 24px;
        line-height: 24px;
        overflow: hidden;
    }

.navindex3 li {
    float: left;
    width: 40px;
    height: 60px;
    padding: 10px;
    color: rgb(255, 255, 255);
    margin: 3px;
    text-align: center;
}

.navindex3 .nav1, .navindex3 .nav13 {
    background-color: #13bcf4;
}


.navindex3 .nav2, .navindex3 .nav14 {
    background-color: #b69df7;
}

.navindex3 .nav3, .navindex3 .nav15 {
    background-color: #87b2fc;
}

.navindex3 .nav4, .navindex3 .nav16 {
    background-color: #fbce2f;
}

.navindex3 .nav5, .navindex3 .nav17 {
    background-color: #fb708f;
}

.navindex3 .nav6, .navindex3 .nav18 {
    background-color: #afe812;
}

.navindex3 .nav7, .navindex3 .nav19 {
    background-color: #f8a31f;
}

.navindex3 .nav8, .navindex3 .nav20 {
    background-color: #339933;
}

.navindex3 .nav9, .navindex3 .nav21 {
    background-color: #368ee0;
}

.navindex3 .nav10, .navindex3 .nav22 {
    background-color: #8cbf26;
}

.navindex3 .nav11, .navindex3 .nav23 {
    background-color: #00aba9;
}

.navindex3 .nav12, .navindex3 .nav24 {
    background-color: #e671b8;
}

.navindex4 {
    float: left;
}

    .navindex4 li {
        float: left;
        width: 90px;
        padding: 5px;
    }

    .navindex4 div {
        padding: 1px;
        background: #ccc;
    }

.navindex5 div {
    padding: 1px;
    background: #fff;
}

.navindex4 span {
    border-top: 1px solid #eee;
    display: block;
    overflow: hidden;
    background: #fff;
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.navindex5 span {
    border-top: 0px;
    border-left: 2px solid #12abf8;
    text-align: left;
}

.navindex5 img {
    padding: 1px;
    background: #fff;
    border: 1px solid #eee;
}

.navindex6 li {
    float: left;
    width: 64px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.navindex6 img {
    width: 34px;
    height: 34px;
    margin: 10px 15px 5px 15px;
}

.navindex6 span {
    white-space: nowrap;
    text-overflow: clip;
    display: block;
    overflow: hidden;
    text-align: center;
}

.menuList {
    width: 200px;
}

.showcard {
    width: 200px;
    padding-top: 10px;
    background: url(../images/vip_bg.jpg) no-repeat;
}

.shabicard {
    margin: 10px 0 0;
    height: 40px;
    border-bottom: 10px solid #f1f1f1;
}

    .shabicard h5 {
        width: 60px;
        float: left;
        font-size: 12px;
        text-align: center;
        padding: 0px;
        border-bottom: 1px solid #f8f8f8;
        border-right: 1px solid #f8f8f8;
    }

    .shabicard span {
        display: block;
        font-weight: 100;
    }

.showcard > img {
    width: 160px;
    margin: auto;
    display: block;
}

.uploadify {
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
}

.helpbox {
    width: 700px;
    height: 500px;
    margin: -250px 0 0 -350px;
}

    .helpbox > div {
        height: 440px;
        overflow: hidden;
        text-align: left;
        width: 680px;
    }

.twoIcon {
    width: 22px;
    height: 20px;
    display: inline-block;
    background: url(../images/wechat_qq.png) 0 0 no-repeat;
}

    .twoIcon.one.disable {
        background-position: 0px -22px;
    }

    .twoIcon.two {
        background-position: -22px 0;
    }

        .twoIcon.two.disable {
            background-position: -22px -22px;
        }

.fourIcon {
    width: 22px;
    height: 20px;
    display: inline-block;
    background: url(../images/four-icon.png) 0 0 no-repeat;
}

    .fourIcon.one.disable {
        background-position: 0px -22px;
    }

    .fourIcon.two {
        background-position: -22px 0;
    }

        .fourIcon.two.disable {
            background-position: -22px -22px;
        }

    .fourIcon.three {
        background-position: -100px 0;
    }

        .fourIcon.three.disable {
            background-position: -100px -22px;
        }

    .fourIcon.four {
        background-position: -124px 0;
    }

        .fourIcon.four.disable {
            background-position: -124px -22px;
        }

.superSearch {
    padding: 27px;
}

.uploading {
    width: 140px;
    background: #FFF;
    height: 20px;
    line-height: 20px;
    padding: 10px;
    left: 50%;
    top: 50%;
    font-size: 16px;
    margin: -20px 0 0 -80px;
    position: absolute;
    display: block;
}

    .uploading span {
        padding-left: 10px;
    }

.stype {
    padding-top: 60px;
    height: 50px;
}

    .stype ul {
        width: 100%;
        display: block;
    }

    .stype li {
        width: 33.33%;
        display: block;
        float: left;
        text-align: center;
        font-size: 17px;
        height: 50px;
        line-height: 50px;
        font-weight: 700;
        background-color: #fff;
    }

    .stype.stype1 {
        background: url(../images/1-circle.png) center -20px no-repeat;
    }

    .stype.stype2 {
        background: url(../images/2-circle.png) center -20px no-repeat;
    }

    .stype.stype3 {
        background: url(../images/3-circle.png) center -20px no-repeat;
    }

.stypes li {
    width: 33.3%;
}

.stypes.stype1 {
    background: url(../images/circle-one.png) center 0 no-repeat;
}

.stypes.stype2 {
    background: url(../images/circle-two.png) 0 0 no-repeat;
}

.stypes.stype3 {
    background: url(../images/circle-three.png) 0 0 no-repeat;
}
/* sdh */
.free_bu {
    width: 45px;
    height: 21px;
    line-height: 21px;
    color: #fff;
    float: left;
    background: #5fc11e;
    text-align: center;
    margin-top: 3px;
}

.marT {
    margin-top: 40px;
    margin-left: 40px;
}

.arrow_blue {
    background: url(../images/rmb-img.png) no-repeat;
    width: 11px;
    height: 18px;
    float: left;
    margin-right: 5px;
}

.dollar_icon {
    background: url(../images/dollar-img.png) no-repeat;
}

.form_info {
    height: 34px;
    line-height: 34px;
    vertical-align: top !important;
    background: url(../images/form_info.png) 0 10px no-repeat;
    padding-left: 16px;
}

.marT label {
    cursor: text;
}

.marB8 {
    margin: 8px;
    margin-bottom: 0;
}

.slider-box li.heiT {
    height: 32px;
    margin-bottom: 2px;
}

.iconUL {
    background: url(../images/icons-six.png) no-repeat 0px 40px;
}

    .iconUL li {
        text-indent: 1.5em;
    }

.slider-box li.borBO {
    height: 35px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 7px;
}

.iconUL li.spe_li {
    text-indent: 0;
}

.eventcontent {
    margin: 0;
}

    .eventcontent .table {
        border: none;
    }

    .eventcontent .borMar {
        margin: 0;
        border: none;
        border-bottom: 1px solid #dddddd;
    }

.table tr td.grayBG {
    background: #faf9f9;
    color: #b1b1b2;
}

.table tr td.yeFont {
    color: #c28e02;
}

.table .lastB td {
    border-bottom: 1px dotted #DDDDDD;
}

.marL20 {
    margin-left: 20px;
    border: 1px solid #dddddd;
    border-top: none;
}

.yh_main {
    padding-top: 20px;
    height: auto;
    width: 100%;
}

.yh_one {
    width: 100%;
    float: left;
    padding-bottom: 15px;
}

.flT {
    float: left;
    margin-left: 28px;
}

    .flT h4 {
        padding-bottom: 20px;
    }

.marL28 {
    margin-left: 28px;
}
/*      导入老会员页面         */
.file_box {
    width: 275px;
    height: 124px;
    border: 1px solid #d4d3d3;
    float: left;
}

.file_BU {
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 36px;
    left: 94px;
    background: #F27011;
}

    .file_BU:hover {
        background: #1e74c5;
    }

.file_tips {
    color: #adabab;
    width: auto;
    height: auto;
    position: absolute;
    left: 94px;
    top: 76px;
    font-size: 12px;
}

.btn.marBig {
    background: #F27011;
    width: 60px;
}

.reLa {
    position: relative;
    left: -160px;
}
/* 开放平台页 */
.h4_BO {
    border: none;
}

.Mrig {
    margin-right: 20px;
}

.table tr td.grayC {
    color: #adabab;
}
/* 首页轮播样式 */
.banner {
    overflow: hidden;
    min-height: 254px;
    position: relative;
}

    .banner .d1 {
        width: 100%;
        display: block;
        position: absolute;
        left: 0px;
    }

.d2 {
    width: 100%;
    height: 30px;
    clear: both;
    position: absolute;
    z-index: 100;
    left: 0px;
}

    .d2 ul {
        position: absolute;
        left: 50%;
        width: 50px;
        text-align: center;
        margin: -30px 0 0 -25px;
    }

    .d2 li {
        width: 17px;
        height: 15px;
        overflow: hidden;
        cursor: pointer;
        background: url(../images/img1.png) no-repeat center;
        margin: 0 3px;
        float: left;
    }

        .d2 li.nuw {
            background: url(../images/img1_1.png) no-repeat center;
        }

.controls .creat_IN {
    position: relative;
    outline: none;
    left: -95px;
    top: 0;
    height: 32px;
    width: 80px;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.controls .creat_BU {
    position: relative;
    left: 0;
    top: 0;
}

.guanliA {
    font-size: 18px;
    height: 26px;
    line-height: 24px;
}

/* 弹出框增加样式 */
.DT_add {
    color: #F27011;
    height: 25px;
    line-height: 25px;
}

.DL_add {
    overflow-y: auto;
    padding: 10px;
    border: 5px solid #2a638d;
}

.CG_add {
    margin-top: 40px;
    margin-left: 20px;
}

.CL_add {
    float: left;
    line-height: 30px;
    margin-right: 10px;
    font-size: 14px;
}

.clear_add {
    clear: both;
    height: 0;
    float: left;
    margin: 4px 0;
    width: 100%;
}

.CGP_add {
    margin-top: 10px;
    margin-left: 20px;
}

.CTL_add {
    float: left;
    line-height: 30px;
    margin-left: 23px;
    margin-right: 11px;
    font-size: 14px;
}

.CGP2_add {
    margin-left: 86px;
    float: left;
    margin-top: 20px;
}
/*群发消息 单选框复选框增加样式 */
.form-horizontal .controls.mar0_add {
    margin-left: 0;
}

.radio.inline.marL14_add {
    padding-left: 14px;
}

.radio.inline.ding_add {
    margin-left: 0;
    padding-top: 5px;
    padding-left: 8px;
}

.checkbox.inline.paL_add {
    padding-top: 5px;
    margin-left: -5px;
}

.checkbox.inline.same_add {
    margin-left: 0;
    padding-left: 17px;
    padding-top: 5px;
}
/* 登陆页右侧UL列表 */
.register .login_UL {
    padding-left: 60px;
    padding-top: 6px;
    width: auto;
}

    .register .login_UL li {
        line-height: 25px;
        color: #717171;
        font-size: 16px;
        height: 42px;
        line-height: 42px;
        width: auto;
    }

        .register .login_UL li.title_cloud {
            color: #000;
        }

        .register .login_UL li.title_tex {
            background: url(../images/title1-img.jpg) no-repeat left;
            padding-left: 40px;
        }

        .register .login_UL li.zc_BU {
            height: 42px;
            line-height: 0;
            padding-top: 10px;
        }

        .register .login_UL li.TT2 {
            background: url(../images/title2-img.jpg) no-repeat left;
        }

        .register .login_UL li.TT3 {
            background: url(../images/title3-img.jpg) no-repeat left;
        }

        .register .login_UL li.TT4 {
            background: url(../images/title4-img.jpg) no-repeat left;
        }

.loginmain .register {
    padding: 0;
    height: auto;
    width: 520px;
}

.btn.btn-blue.zc_add {
    font-size: 15px;
    height: 23px;
    line-height: 23px;
    background: #F27011;
    width: 70px;
}

.form-horizontal .controls.ie7_add {
    float: left;
    margin-left: 0;
    padding-left: 21px;
}

.form-horizontal .controls.bottomCss_add {
    margin-left: 160px;
    padding-left: 0;
    _margin-left: 191px;
}

.form-horizontal .controls.flMar_add {
    float: left;
    margin-left: 0;
}

.form-horizontal .controls.flMar_add2 {
    float: left;
    margin-left: 0px;
    padding-left: 140px;
    *+padding-left:160px; /* 注册页面 兼容ie7*/
}

.form-horizontal .controls.flMar_add22 {
    float: left;
    margin-left: 0px;
    padding-left: 160px;
    _padding-left: 176px;
}

.form-horizontal .controls.flMar_add3 {
    float: left;
    margin-left: 0px;
    padding-left: 20px;
    _padding-left: 10px;
}

.form-horizontal .controls.flMar_add4 {
    float: left;
    margin-left: 0px;
    padding-left: 160px;
}

/* 首页兼容IE6 */
.ie6_bg {
    _margin-left: 100px;
    _background: url(../images/indexbg_ie6.png) 90px 0px no-repeat;
}

.ie6_P {
    _text-align: center;
    _border-top: 7px solid #F27011;
    _padding-top: 15px;
}

.h4_add {
    left: 0px;
    padding-left: 0px;
}

.pronav p.h4_add {
    left: 0px;
    padding-left: 0px;
}

.ie6_marL {
    _margin-left: 106px;
}

.ie6_marB {
    _margin-bottom: 140px;
}

.ie6_h4 {
    _margin-left: 102px;
    _padding-left: 0;
}

/* ByQQ */
.byQQ_add {
    padding-top: 0;
    padding-left: 13px;
}

.byQQ_wid {
    width: 210px;
}

.byQQ_marT {
    margin-top: 40px;
}
/* 浮动窗二维码 */
.float_window {
    width: 124px;
    height: 135px;
    position: absolute;
    background: url(../images/float-bg.png) no-repeat;
    z-index: 1001;
    right: 5px;
}

.h7 {
    font-size: 14px;
    color: #e9fc19;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    float: left;
}

.float_window i {
    color: #fff;
    font-size: 15px;
    position: absolute;
    right: 5px;
    padding-top: 8px;
    cursor: pointer;
    opacity: 0.2;
}

    .float_window i:hover {
        opacity: 0.8;
    }

.about_top {
    top: 420px;
}

.product_top {
    top: 490px;
}

.switch-group {
    position: relative;
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

    .switch-group > .switch {
        position: relative;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.switch {
    /*display: inline-block;*/
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.switch-blue {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#05C);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.appmsg_info .cardLogo {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    display: block;
    margin: 20px auto 10px;
}

.appmsg_info .cardLogo2 {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    margin: 20px;
}

.cardTit {
    height: 33px;
    line-height: 33px;
    font-size: 20px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.cardColor li {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
    margin-top: 5px;
}

.cardItem {
    margin-top: 20px;
    border-top: 1px solid #e2e2e2;
}

    .cardItem li {
        height: 24px;
        line-height: 24px;
        padding: 10px;
        border-bottom: 1px solid #e2e2e2;
        background: url(../Images/arrow.png) right 7px no-repeat;
    }

.mes_item_dialog {
    margin: 0px;
    position: absolute;
    padding: 11px;
    height: 22px;
    text-align: center;
    margin-top: -34px;
    width: 290px;
    display: none;
    z-index: 1000;
    background: rgba(207, 207, 207, 0.85);
    margin-left: -11px;
}

.cardItem li:hover p {
    display: block;
}

.cardName {
    font-size: 23px;
    text-align: center;
    color: #fff;
}

.cardDate {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}

    .cardDate.bName {
        position: absolute;
        display: inline;
        width: auto;
        font-size: 18px;
        margin: 35px 0 0 85px;
    }

.modelBox {
    width: 275px;
    border-right: 10px #fff solid;
    height: 500px;
    border: 1px solid #e2e2e2;
    overflow: hidden;
}

    .modelBox div {
        width: 287px;
        height: 510px;
        overflow-y: auto;
        margin-top: -17px;
        padding: 20px 0;
    }

    .modelBox p {
        width: 120px;
        height: 100px;
        text-align: center;
        display: inline-block;
        margin: 5px;
        cursor: pointer;
    }

    .modelBox img {
        border: 1px solid #e2e2e2;
    }

.showBox {
    margin: 0 10px;
    position: static;
}

.boxModel {
    width: 202px;
    height: 337px;
    overflow: hidden;
}

    .boxModel > div {
        width: 217px;
        height: 337px;
        overflow-y: auto;
    }

.showBanner1 {
    height: 100px;
    overflow: hidden;
    width: 202px;
    border-bottom: 1px solid #000;
}

    .showBanner1 img {
        width: 202px;
        height: 100px;
    }

.actionBox {
    width: 260px;
    max-height: 500px;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 10px;
}

    .actionBox .modelAction {
        width: 284px;
        height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
    }

.editModel {
    width: 200px;
    height: 337px;
    text-align: center;
    background: url(../images/bg.png);
    cursor: pointer;
    display: none;
}

    .editModel .edit {
        position: absolute;
        width: 60px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        left: 50%;
        top: 50%;
        margin: -15px 0 0 -30px;
        display: block;
        cursor: pointer;
    }

.boxModel div:hover > .editModel {
    display: block;
}

.showBanner1 .editModel {
    position: absolute;
    width: 202px;
    height: 100px;
    margin-top: -100px;
}

.showBanner1:hover .editModel {
    display: block;
}

.bannerUrl {
    padding-top: 10px;
}

    .bannerUrl label {
        width: 60px;
        display: inline-block;
    }

.delBanner {
    padding: 5px 10px;
    /*display: none;*/
    background: #fff;
    width: 260px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    display: block;
}

.showNavigate .editModel {
    position: absolute;
    width: 202px;
    height: 150px;
}

.showNavigate:hover .editModel {
    display: block;
}

.selMaterial .selItem {
    width: 1080px;
    height: 600px;
    margin: -300px 0 0 -540px;
}

.material {
    float: left;
    width: 340px;
}

.selMaterial .itemlist {
    width: 1040px;
    height: 468px;
    padding: 0px 20px 0;
}

.itemlist .message {
    margin: auto;
    position: relative;
    margin-bottom: 20px;
}

    .itemlist .message .datuTit {
        width: 290px;
        padding: 0 5px;
    }

.selIcon {
    width: 100%;
    position: absolute;
    background: url(../images/bg.png);
    height: 100%;
    z-index: 1000;
    display: none;
}

.itemlist .message:hover .selIcon {
    display: block !important;
}

.selIcon .selectedIcon {
    background: url(../images/sel.png);
    width: 72px;
    height: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -36px 0 0 -36px;
    display: none;
}

.shwocheckedItem {
    padding: 20px;
}

.replayType li {
    float: left;
    width: 60px;
    text-align: center;
    cursor: pointer;
    background: #EAEAEA;
    padding: 5px;
    border-right: 3px solid #fff;
}

    .replayType li:hover {
        background: #c8c8c8;
    }

    .replayType li.current {
        background: #6DAAEF;
    }

.message.mateimg {
    width: 230px;
    float: left;
    margin: 10px;
}

    .message.mateimg .appmsg_info {
        height: auto;
    }

.itembtn {
    height: 30px;
    width: 1000px;
    padding: 0 40px;
    background: #fff;
}

    .itembtn a {
        float: right;
        height: 30px;
        line-height: 30px;
        display: block;
        padding: 0 10px;
        margin: 0 10px;
    }

.dialogbtnbox {
    bottom: 15px;
    text-align: center;
    width: 1040px;
    background: #fff;
    padding: 10px 0 0;
}

.actionMate {
    height: 30px;
    border-top: 1px solid #ccc;
}

    .actionMate a {
        width: calc(50% - 1px);
        height: 30px;
        line-height: 30px;
        float: left;
        text-align: center;
        font-size: 16px;
        border-left: 1px solid #ccc;
    }

.dan .datuTit {
    background: none;
    color: #616161;
    position: static;
}

.uploadBtn {
    right: 35px;
    margin-top: -65px;
}

.editTitle {
    margin: 0;
}

    .editTitle span {
        color: #ccc;
        z-index: 5;
        padding: 5px;
        display: block;
        background: #fff;
        position: relative;
    }

    .editTitle .txt {
        width: 221px !important;
        height: 28px !important;
        line-height: 30px !important;
        z-index: 1;
        position: absolute;
        margin-top: 0px;
        padding: 0px 5px;
        background: none;
    }

.titms {
    width: 300px;
    display: block;
    overflow: hidden;
}

.mateTit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vc-dropdown {
    width: 225px;
}

    .vc-dropdown a {
        color: #555555;
    }

.vc-dropdown-toggle {
    width: 200px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    height: 20px;
    line-height: 20px;
    padding: 4px 10px;
    display: block;
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden;
}

    .vc-dropdown-toggle .caret {
        margin-top: 10px;
        float: right;
    }

.vc-dropdown-list {
    display: none;
    min-width: 220px;
    margin-top: 2px;
    border: 1px solid #cccccc;
    background-color: #fff;
    position: absolute;
    z-index: 20001;
}

    .vc-dropdown-list ul {
        max-height: 300px;
        overflow-y: auto;
    }

    .vc-dropdown-list li a {
        width: inherit;
        padding-left: 10px;
        display: block;
        cursor: default;
    }

        .vc-dropdown-list li a:hover {
            background-color: #368EE0;
        }
/*修复kindeditor图片预览浏览器兼容性问题*/
.ke-dialog-body .ke-item img {
    width: 80px;
    height: 80px;
}
/*修复kindeditor生成的上传按钮样式不能修改的问题（通过该方法修改实为下下策）*/
.vip-upload-box .ke-button-common {
    margin-bottom: 30px;
}

.vip-upload-box {
    margin-right: 10px;
}
/*编辑门店*/
.container {
    width: 100%;
    min-height: 500px;
    margin: 0 auto;
    background: #FFF;
    margin-bottom: 30px;
}

    .container .title {
        padding: 10px;
        height: auto;
        border-bottom: 1px solid #ddd;
    }

        .container .title h2 {
            font-size: 18px;
            padding: 0;
        }

    .container .content {
        padding: 30px 40px 40px 80px;
        height: auto;
    }

        .container .content h3 {
            height: 25px;
            line-height: 25px;
            border-bottom: 1px solid #ddd;
            margin-bottom: 20px;
            font-weight: normal;
        }

            .container .content h3 span {
                font-size: 13px;
                color: #8d8d8d;
            }

        .container .content ul {
            margin-bottom: 40px;
        }

            .container .content ul li {
                display: block;
                font-size: 14px;
                margin-bottom: 20px;
                overflow: hidden;
            }

                .container .content ul li label {
                    margin-top: 6px;
                    width: 70px;
                    float: left;
                }

                    .container .content ul li label p {
                        color: #8d8d8d;
                    }

                .container .content ul li .controls_left {
                    float: left;
                }

                    .container .content ul li .controls_left select {
                        height: 20px;
                        width: 120px;
                        text-align: center;
                    }

                    .container .content ul li .controls_left input {
                        height: 20px;
                        border: 1px #ddd solid;
                        width: 392px;
                        margin-right: 5px;
                    }

                    .container .content ul li .controls_left textarea {
                        height: 80px;
                        width: 392px;
                        border: 1px #ddd solid;
                    }

                    .container .content ul li .controls_left p {
                        line-height: 25px;
                        color: #8d8d8d;
                        font-size: 13px;
                    }

                    .container .content ul li .controls_left .photo {
                        font-size: 50px;
                        width: 100px;
                        height: 100px;
                        text-align: center;
                        line-height: 100px;
                        border: 2px dotted #d9dadc;
                        color: #BBB4B4;
                        cursor: pointer;
                    }

    .container .btn_foot {
        border-top: 1px #ddd solid;
        text-align: center;
        padding: 30px;
    }

        .container .btn_foot .btn {
            display: inline-block;
            height: 30px;
            width: 100px;
            background: #44b549;
            border: 1px #ddd solid;
            border-radius: 3px;
        }

        .container .btn_foot .yul {
            background: #FFF;
            color:;
        }

        .container .btn_foot .btn button {
            background: transparent;
            width: 100%;
            border: 0;
            line-height: 30px;
            font-size: 13px;
            color: #FFF;
            cursor: pointer;
        }





.new-process{
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image: -o-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image: linear-gradient(to bottom,#f5f5f5,#f9f9f9);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.new-bar{
    width: 0%;
    height: 100%;
    background-color: #e16556;
    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: -o-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);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.export-table{
    display: inline-block;
    vertical-align: top;
    background: #abbac3;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
}