/* CSS Document */
body {
    color: #000;
    direction: ltr;
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
    background-color: #fff;
    overflow-y: scroll;
}
html, body {
    min-width: 1000px;
    background: #fff url(../images/bj.jpg) no-repeat center top fixed;   
}
@-moz-keyframes circle {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes circle {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@-ms-keyframes circle {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}
@keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
/***
General typography 
***/

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
}
h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
    padding-bottom: 10px;
}
h1 {
    font-size: 24px;
}
h2, h2 a {
    color: #444;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
}
a {
    color: #0088cc;
}
a:link {
    color: #0088cc;
}

h2 a:hover {
    color: #0da3e2;
    text-decoration: none;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
h3 {
    font-size: 20px;
    color: #222;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
/***
Apply fix for font awesome icons.
***/

[class^="fa-"], [class*=" fa-"], [class^="fa-"]:hover, [class*=" fa-"]:hover {
    background: none !important;
}
input, select {
    outline: none;
}
/***
Colors
***/

.color-red {
    color: #e02222!important;
}
.color-black {
    color: #000!important;
}
.color-blue {
    color: #0da3e2!important;
}
.color-grey {
    color: #555555!important;
}
.color-green {
    color: #35aa47!important;
}
.color-yellow {
    color: #000000!important;
}
.color-purple {
    color: #852b99!important;
}
.color-light-red {
    color: #ff5400!important;
}
.color-light-blue {
    color: #bfd5fa!important;
}
.color-light-grey {
    color: #fafafa!important;
}
.color-light-green {
    color: #78df1d!important;
}
.color-gray {
    color: #999!important;
}
.color-light-gray {
    color: #666!important;
}
.color-light-grey {
    color: #333!important;
}
.color-ddd{
    color: #ddd!important;
}
/***
ie8 & ie9 modes
***/

.visible-ie8 {
    display: none;
}
.ie8 .visible-ie8 {
    display: inherit !important;
}
.visible-ie9 {
    display: none;
}
.ie9 .visible-ie9 {
    display: inherit !important;
}
.hidden-ie8 {
    display: inherit;
}
.ie8 .hidden-ie8 {
    display: none !important;
}
.hidden-ie9 {
    display: inherit;
}
.ie9 .hidden-ie9 {
    display: none !important;
}
/***
General More Link
***/

a.more {
    font-size: 13px;
    font-weight: 400 !important;
}
a.more i {
    font-size: 12px;
}
/***
Fix link outlines after click
***/

a, a:focus, a:hover, a:active {
    outline: 0;
}
/***
IE8 fix for form input height in fluid rows
***/

.ie8 .row-fluid [class*="span"] {
    min-height: 20px !important;
}
/***
Fix grid offset used for reponsive layout handling(refer app.js=>handleResponsive)
***/

.fix-offset {
    margin-left: 0 !important;
}
/***
Misc tools
***/

.clearfix {
    clear: both;
}
.margin-top-0 {
    margin-top: 0 !important;
}
.margin-top-5 {
    margin-top: 5px !important;
}
.margin-top-8 {
    margin-top: 8px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-top-40 {
    margin-top: 40px !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-25 {
    margin-bottom: 25px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.margin-left-0 {
    margin-left: 0 !important;
}
.margin-left-5 {
    margin-left: 5px !important;
}
.margin-left-10 {
    margin-left: 10px !important;
}
.margin-left-15 {
    margin-left: 15px !important;
}
.margin-left-20 {
    margin-left: 20px !important;
}
.margin-left-50 {
    margin-left: 50px !important;
}
.margin-right-0 {
    margin-right: 0px !important;
}
.margin-right-5 {
    margin-right: 5px !important;
}
.margin-right-10 {
    margin-right: 10px !important;
}
.margin-right-15 {
    margin-right: 15px !important;
}
.margin-right-20 {
    margin-right: 20px !important;
}
.margin-right-30 {
    margin-right: 30px !important;
}
.margin-right-40 {
    margin-right: 40px !important;
}
.margin-right-50 {
    margin-right: 50px !important;
}
.padding-0-10 {
    padding: 0 10px;
}
.padding-10 {
    padding: 10px;
}
.padding-left-0 {
    padding-left: 0 !important;
}
.padding-top-20 {
    padding-top: 18px!important;
}
.fix-margin-10 {
    margin-top: -10px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.fix-margin {
    margin: 0;
}
.fix-padding {
    padding: 0;
}
.hide {
    display: none;
}
.bold {
    font-weight: bold !important;
}
.border {
    border: 1px solid #ddd;
}
.inline {
    display: inline;
}
hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #E0DFDF;
    border-bottom: 1px solid #FEFEFE;
}
/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */

@-ms-viewport {
    width: auto !important;
}
.container {
    padding: 0;
    width: 1200px!important;
    _margin: 0 auto !important;
}
.min-height {
    min-height: 500px;
}
.page-container {
    margin: 10px 0;
}
/***
Header and header elements.
***/
/*Navigation*/

.header {
    z-index: 999;
    position: relative;
    background: #fff;
    filter: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
}
.ie8 .header {
    border-bottom: 1px solid #eee;
}
.header .navbar-collapse {
    position: relative;
}
.navbar {
    margin-bottom: 0;
}
.header a.brand {
    font-size: 23px;
    font-weight: 400;
}
.header a.brand b {
    color: #0da3e2;
    font-weight: 400;
}
.header a.brand span {
    color: #b0b0b0;
    display: block;
    font-size: 12px;
}
.header .nav li:first-child {
    margin-left: 0;
}
.navbar-brand {
    position: relative;
    z-index: 2;
    padding: 0 !important;
    margin: -5px 0 4px 0!important;
}
.scrolling-fixed .navbar-brand {
    padding: 0 15px;
}
.header .navbar-nav li a {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    text-shadow: none;
    position: relative;
    padding: 34px 5px 32px;
    margin: 0 10px;
    border-top: solid 2px #fff;
}
.header .navbar-nav li:last-of-type a {
    margin-right: 0;
    padding-right: 0;
}
.header .nav li > a:hover, .header .nav li.active > a, .header .nav li.active:hover > a {
    color: #0da3e2;
    border-radius: 0;
    text-shadow: none;
    padding-top: 34px;
    box-shadow: none !important;
    border-top: solid 2px #0da3e2;
}

.indexTel { background: rgba(0, 0, 0, 0) url("../images/top_tel_ico.png") no-repeat scroll left center;  float: right; line-height: 24px; text-indent: 30px; width: 200px; }
.indexTel em { color: #f27a3d; font-size: 16px; margin-left: 30px; }
.indexTel span { color: #f27a3d; font-size: 24px; margin-left: 30px; }

/* Shrink */

.header-shrink {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    opacity: 0.95;
}
.navbar .navbar-inner-shrink .brand {
    padding: 0 20px 0 !important;
}
.header .navbar-inner-shrink li a {
    padding: 15px 16px 17px;
}
.header .navbar-inner-shrink li > a:hover, .header .navbar-inner-shrink li.active > a, .header .navbar-inner-shrink li.active:hover > a {
    padding-top: 13px;
}
.header .navbar-inner-shrink li.menu-search {
    padding: 0;
}
.header .navbar-inner-shrink .search-box {
    top: 52px;
}
/* End Shrink */
/*BEGIN NAVIGATION (WHILE RESIZING WINDOW)*/

.header a.logo-v1 img {
    /*margin-top: 12px;*/
}
.header.scrolling-fixed a.logo-v1 img {
    margin-top: 4px;
}
.header .nav li > a:hover, .header .nav li.active > a, .header .nav li.active:hover > a {
    background: #fcfcfc !important;
}
.header .nav li > a:hover {
    background: none !important;
}
.header .nav li.active > a:after {
    top: 0;
    width: 0;
    height: 0;
    left: 50%;
    z-index: 2;
    content: " ";
    display: block;
    margin-left: -3px;
    position: absolute;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}
.header .dropdown-menu li.active > a:after {
    border: none;
}
.header .nav>li>a:focus, .header .nav>li>a:hover {
    color: #888;
}
.header ul.nav {
    float: right;
    margin-right: 0;
}
.header .in.collapse ul {
    margin-top: 0;
}
.header .in.collapse li a:hover {
    color: #fff;
    background: #0da3e2;
}
.header .in.collapse li.active > a, .header .in.collapse li.active:hover > a {
    color: #fff;
    background: #0da3e2;
}
/*Tabs*/

.tab-style-1 .row [class*="col-"] {
    padding-left: 0;
}
.tab-style-1 ul.nav-tabs {
    margin-bottom: 0;
    border-bottom: 2px solid #22ac38;
}
.tab-style-1 ul.nav-tabs > li {
    margin-bottom: 0;
    margin-right: 3px;
}
.tab-style-1 ul.nav-tabs > li a {
    border-top-width: 1px !important;
}
.tab-style-1 ul.nav-tabs li > a {
    color: #22ac38;
    font-size: 16px;
    margin-top: 1px;
    min-width: 100px;
    padding: 8px 15px 5px;
    text-align: center;
    font-weight: bold;
    background: #fff;
    border: 1px solid #dddddd;
    border-bottom: 1px solid #fff;
}
.tab-style-1 ul.nav-tabs li > a:hover {
    color: #fff;
    background: #22ac38;
    border-color: #22ac38;
}
.tab-style-1 ul.nav-tabs .active > a, .tab-style-1 ul.nav-tabs .active > a:hover, .tab-style-1 ul.nav-tabs .active > a:focus {
    color: #fff;
    background: #22ac38;
    border-color: #22ac38;
}
.tab-style-1 .tab-content {
    padding: 20px 15px;
    background: #fafafa;
}
.tab-style-1 .tab-content p {
    margin-bottom: 0;
}
.tab-style-1 .tab-content img {
    margin: 5px 0 10px;
}
.tab-style-1 .tab-content .account-text p {
    margin-bottom: 10px;
}
.tab-content-white {
    background-color: #fff !important;
}
.tab-style-1 ul.nav-tabs .active > a .badge, .tab-style-1 ul.nav-tabs a:hover .badge {
    background-color: #fff !important;
    color: #000;
}
.tab-style-1 ul.nav-tabs li .badge {
    margin-top: -10px;
    margin-right: -8px;
    margin-left: 5px;
}
/***
Copyright
***/

.copyright {
    color: #666;
    padding: 25px 0;
    margin-top: 30px;
    background: #f7f7f7;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #ddd;
}
.copyright p {
    margin: 5px 0 0 0;
}
.partner-list {
    /*width:660px;*/
    
    text-align: left;
    padding-bottom: 15px;
    float: left;
    padding: 0;
    /*    background: url("../img/copyright-bg-1.png") no-repeat center bottom;
*/
}
.partner-list li {
    list-style-type: none;
    float: left;
    margin-right: 60px;
}
.partner-list li a {
    color: #999999;
    display: block;
    margin: 2px 0 6px 0;
    line-height: 20px;
}
.partner-list li a:hover {
    color: #666;
    text-decoration: none;
}
.partner-list li:first-child a {
    /*background: no-repeat;*/
}
.partner-list h4 {
    font-size: 14px;
    font-weight: bold;
}
.foot-icon-home, .foot-icon-help, .foot-icon-safe, .foot-icon-qrcode {
    background: url("../images/warp-bg.png") no-repeat;
    display: inline-block;
    width: 65px;
    height: 65px;
    margin-top: -10px;
}
.foot-icon-home {
    background-position: 0px -85px;
    margin-right: 20px;
}
.foot-icon-help {
    background-position: 0px -150px;
    margin-right: 20px;
}
.foot-icon-safe {
    background-position: 0px -215px;
    margin-right: 20px;
}
.foot-icon-qrcode {
    background-position: -2px -2px;
    margin: 10px 0 0 20px;
    width: 85px;
    height: 85px;
    float: left;
}
.foot-contact {
    float: right;
    text-align: right;
    margin: 20px 0 0 30px;
}
.font-size-30 {
    font-size: 30px;
    font-weight: bold;
    color: #999;
}
/*Breadcrumbs*/

.breadcrumbs {
    background: #fcfcfc;
    border-top: solid 1px #f5f5f5;
    border-bottom: solid 1px #f5f5f5;
    min-height: 60px;
}
.breadcrumbs .container {
    padding: 0;
}
.breadcrumbs h1 {
    color: #555;
    font-size: 24px;
    line-height: 35px;
    margin-left: -5px;
    margin-top: 10px;
}
.breadcrumbs h2 {
    color: #555;
    font-size: 20px;
    line-height: 35px;
    margin-left: -5px;
    margin-top: 10px;
}
.breadcrumbs ul {
    top: 10px;
    background: none;
    margin-bottom: 0;
    position: relative;
}
.breadcrumbs li a {
    color: #0da3e2;
}
.breadcrumbs ul.breadcrumb {
    padding-left: 0;
    padding-right: 0;
}
/* Checkboxes */

.form-group .checkbox {
    padding-left: 0;
}
.checkbox-list > label {
    display: block;
}
.checkbox-list > label.checkbox-inline {
    display: inline-block;
    padding-left: 5px;
}
.checkbox-list > label.checkbox-inline:first-child {
    padding-left: 0;
}
/* Radios */

.radio-list > label {
    display: block;
}
.radio-list > label.radio-inline {
    display: inline-block;
}
.radio-list > label.radio-inline:first-child {
    padding-left: 0;
}
.form-horizontal .radio-list .radio {
    position: relative;
    top: -1px;
    padding-top: 0;
}
/* Rows seperated form layout */

.form-row-seperated .form-group {
    margin: 0;
    border-bottom: 1px solid #efefef;
    padding: 10px 10px 10px 0;
}
.form-row-seperated .form-group.last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.form-row-seperated .form-actions {
    margin-top: 0;
}
.form-row-seperated .form-body {
    padding: 0;
    margin-top: 0;
}
.form-row-seperated .help-block {
    margin-bottom: 0;
}
/* form bordered */

.form-bordered .form-body {
    margin: 0;
    padding: 0;
}
.form-bordered .form-actions {
    margin-top: 0;
}
.form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #efefef;
}
.form-bordered .form-group.last {
    border-bottom: 0;
}
.form-bordered .help-block {
    margin-bottom: 0;
}
.form-bordered .control-label {
    padding-top: 16px;
}
label.control-label {
    font-weight: bold;
}
.form-bordered .form-group > div {
    padding: 10px;
    border-left: 1px solid #efefef;
}
.form-bordered .form-actions.fluid > .row > div {
    padding-left: 10px;
}
.form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(even) {
    background-color: #fcfcfc;
}
.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
    background-color: #fcfcfc;
}
.form-horizontal.form-bordered.form-row-stripped .form-control {
    background: #fff !important;
}
.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) > div {
    background-color: #ffffff;
}
/***
Bordered form layout
***/

.form-bordered .form-control {
    margin: 0;
}
/***
Input icons
***/
/* input with right aligned and colored icons */
/* input with left aligned icons */

.input-icon {
    position: relative;
}
.input-icon input {
    padding-left: 33px !important;
}
.input-icon i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 9px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}
.input-icon.right input {
    padding-left: 12px !important;
    padding-right: 33px !important;
}
.input-icon.right i {
    right: 8px;
    float: right;
}
.has-success .input-icon > i {
    color: #468847;
}
.has-warning .input-icon > i {
    color: #c09853;
}
.has-error .input-icon > i {
    color: #b94a48;
}
/*Extra Button style*/

a.btn-medium {
    font-size: 20px;
    padding: 10px 20px;
}
a.btn-transparent {
    color: #fff;
    font-size: 16px;
    padding: 8px 18px;
    white-space: nowrap;
    text-decoration: none;
    border: solid 1px #fff;
    background: none transparent;
}
a.btn-transparent:hover {
    background: #15aeee;
}
.panel-primary .panel-title {
    color: #fff;
}
.panel-success .panel-title {
    color: #468847;
}
.panel-info .panel-title {
    color: #3A87AD;
}
.panel-warning .panel-title {
    color: #C09853;
}
.panel-danger .panel-title {
    color: #B94A48;
}
/***
Font awesome icons styles
***/

.fontawesome-icon-list [class^="fa-"], .fontawesome-icon-list [class*=" fa-"], li [class^="fa-"], li [class*=" fa-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}
.fontawesome-icon-list [class^="fa-"].icon-large, .fontawesome-icon-list [class*=" fa-"].icon-large, li [class^="fa-"].icon-large, li [class*=" fa-"].icon-large {
    width: 1.5625em;
}
.fontawesome-icon-list .col-md-3 {
    height: 32px;
    line-height: 32px;
}
.control-label .required {
    color: #e02222;
    font-size: 14px;
    font-weight: bold;
    padding-left: 2px;
}
.form-actions .btn+.btn {
    margin-left: 10px;
}
.form-body .help-block {
    display: none;
}
.form-body .has-error .help-block {
    display: block;
}
.btn .help-block {
    text-align: left;
}
.col-no-padding-left {
    padding-left: 0 !important;
}
/* ▼ 弹出窗口 css   */
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Boostrap 3 patch for for bootstrap-modal. Include BEFORE bootstrap-modal.css!
 */

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}
.modal {
    left: 50%;
    bottom: auto;
    right: auto;
    padding: 0;
    width: 500px;
    margin-left: -250px;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}
.modal.container {
    max-width: none;
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.modal-open {
    overflow: auto;
}
/* add a scroll bar to stop page from jerking around */

.modal-open.page-overflow .page-container, .modal-open.page-overflow .page-container .navbar-fixed-top, .modal-open.page-overflow .page-container .navbar-fixed-bottom, .modal-open.page-overflow .modal-scrollable {
    overflow-y: auto;
}
.modal-scrollable {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}
.modal {
    outline: none;
    position: absolute;
    margin-top: 0;
    top: 50%;
    overflow: visible;
    /* allow content to popup out (i.e tooltips) */
}
.modal.fade {
    top: -100%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}
.modal.fade.in {
    top: 50%;
}
.modal-body {
    max-height: none;
    overflow: visible;
}
.modal.modal-absolute {
    position: absolute;
    z-index: 950;
}
.modal .loading-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 6px;
}
.modal-backdrop.modal-absolute {
    position: absolute;
    z-index: 940;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: #fff;
}
.modal.container {
    width: 940px;
    margin-left: -470px;
}
/* Modal Overflow */

.modal-overflow.modal {
    top: 1%;
}
.modal-overflow.modal.fade {
    top: -100%;
}
.modal-overflow.modal.fade.in {
    top: 1%;
}
.modal-overflow .modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/* Responsive */

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
}
/*
Animate.css - http://daneden.me/animate
Licensed under the ? license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
    }
}
@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px);
    }
}
@-o-keyframes shake {
    0%, 100% {
        -o-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -o-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -o-transform: translateX(10px);
    }
}
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}
.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
}
/*
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fj?llemark.
 * All Rights Reserved.
 * Use, reproduction, distribution, and modification of this code is subject to the terms and
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fj?llemark
 * Project: https://github.com/CodeSeven/toastr
 */

.toast-title {
    font-weight: bold;
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.toast-message a, .toast-message label {
    color: #ffffff;
}
.toast-message a:hover {
    color: #cccccc;
    text-decoration: none;
}
.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
.toast-close-button:hover, .toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
#toast-container {
    position: fixed;
    z-index: 999999;
    /*overrides*/
}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#toast-container > div {
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    opacity: 0.8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
#toast-container >:hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}
#toast-container > .toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin: auto;
}
.toast {
    background-color: #030303;
}
.toast-success {
    background-color: #51a351;
}
.toast-error {
    background-color: #bd362f;
}
.toast-info {
    background-color: #2f96b4;
}
.toast-warning {
    background-color: #f89406;
}
/*Responsive Design*/

@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}
@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}
@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}
/* ▲ 弹出窗口 css   */
/* 上传 按钮 样式 */

.fileinput-button {
    position: relative;
}
.fileinput-button .help-block {
    position: absolute;
    left: 0;
    top: 36px;
}
.has-error .fileinput-button {
    margin-bottom: 30px;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0, 0) scale(1);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
    width: 100%;
}
.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}
.progress-animated .progress-bar, .progress-animated .bar {
    background: url(../img/progressbar.gif) !important;
    filter: none;
}
.fileupload-loading {
    float: right;
    width: 32px;
    height: 32px;
    background: url(../img/loading.gif) center no-repeat;
    background-size: contain;
    display: none;
}
.fileupload-processing .fileupload-loading {
    display: block;
}
.files audio, .files video {
    max-width: 300px;
}
@media (max-width: 767px) {
    .fileupload-buttonbar .toggle, .files .toggle, .files .btn span {
        display: none;
    }
    .files .name {
        width: 80px;
        word-wrap: break-word;
    }
    .files audio, .files video {
        max-width: 80px;
    }
}
.table {
    background-color: #fff;
}
.table-kh+.grid-pagination-wrap {
    margin-top: -21px;
}
.table-kh{
    border: 1px solid #ddd;
}
.table-kh thead th {
    background-color: #f4f4f4;
    color: #3c3c3c;
}
.table-kh>thead>tr>th {
    padding: 16px 8px;
}
.table-kh td {
    word-break: break-all;
}
.table-kh.table-bordered>thead>tr>th, .table-kh.table-bordered>tbody>tr>th, .table-kh.table-bordered>tfoot>tr>th, .table-kh.table-bordered>thead>tr>td, .table-kh.table-bordered>tbody>tr>td, .table-kh.table-bordered>tfoot>tr>td {
    border-left: none;
    border-right: none;
}
.table-kh thead tr th {
    vertical-align: middle;
}
.table-kh tbody tr td {
    vertical-align: middle;
}
.table-kh-first-col .account-text {
    margin-left: 50px;
}
.table-kh-bottom-btns {
    background: #fff;
    padding: 10px;
    border: 1px solid #dddddd;
}
.table-kh-bottom-btns .btn-default .badge {
    margin-left: 5px;
    background-color: #e02222;
}
.pagination-page-num {
    outline: none;
    width: 36px;
    text-align: center;
    height: 26px;
    border: 1px solid #c6c8c8;
    line-height: 1;
}
.grid-pagination-wrap {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    padding: 15px 10px 8px;
}
.grid-pagination-info {
    color: #8b8b8b;
}
.grid-pagination-btn {
    background: #f8fbfd;
    color: #333333;
    border: 1px solid #aebac8;
    height: 26px;
    padding: 0 8px;
    vertical-align: top;
}
.grid-pagination-wrap .pagination {
    margin: -5px 10px 0 0;
}
.grid-pagination-wrap .pagination a {
    color: #000;
}
.grid-pagination-wrap .pagination .active > a {
    background: #428bca !important;
    color: #fff;
}
.grid-pagination-wrap .pagination a:hover {
    border: 1px solid #428bca;
}
.grid-pagination-wrap .pagination>li.pager-split a {
    border: none;
    background: none;
    cursor: text;
}
.grid-pagination-wrap .pagination>li> a {
    padding: 6px;
    margin: 0 1px;
    display: inline-block;
    min-width: 30px;
}
.grid-pagination-wrap .pagination>li a:hover {
    background: #fff;
}
.col-align-center th, .col-align-center td {
    text-align: center;
}
.col-align-center th.text-left, .col-align-center td.text-left {
    text-align: left;
}
.col-align-center th.text-right, .col-align-center td.text-right {
    text-align: right;
}
.button-next img, .button-next span {
    cursor: pointer;
}
.text-xs .form-control {
    width: 36px;
    padding: 5px;
}
.text-sm .form-control {
    width: 70px;
    padding: 5px;
}
.help-icon {
    font-size: 20px;
    margin-left: 5px;
    color: #eca22e;
    cursor: pointer;
}
.upload-prev-area {
    display: block;
    margin: 5px 0 0 0;
    padding: 0;
}
.upload-prev-area li {
    list-style-type: none;
    box-sizing: content-box;
    padding: 2px;
    border: 1px solid #dadada;
    width: 100px;
    height: 130px;
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
.upload-prev-area li {
    margin-right: 10px;
}
.upload-prev-area li .upload-prev-img-wrap {
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
.upload-prev-area li .upload-prev-img {
    height: 100px;
    width: auto;
}
.upload-prev-area li.upload-file {
    border: none;
    padding: 2px;
    width: 80px;
    height: 45px;
    text-align: center;
}
.upload-prev-area .upload-file .btn {
    position: absolute;
    top: 7px;
    left: 35px;
}
.upload-prev-area li .upload-prev-file-wrap {
    display: block;
    width: 50px;
    height: 45px;
    overflow: hidden;
    cursor: pointer;
    margin-left: -5px;
}
.upload-prev-area li .upload-prev-file {
    height: 43px;
    width: auto;
}
.area-select {
    width: 46%;
    display: inline-block;
}
.area-select+.area-select {
    margin-left: 4%;
}
.form-horizontal .help-wrap {
    border-top: 1px solid #e5e5e5;
    padding-top: 5px;
    margin: 0 20px -10px;
    line-height: 34px;
}
.qq-help {
    display: inline-block;
    width: 63px;
    height: 16px;
    margin-bottom: -3px;
    background: url("../img/qq-help.jpg") no-repeat 0 0;
    cursor: pointer;
}
.input-text-hidden {
    width: 0;
    height: 0;
    display: inline-block;
    border: 0;
}
.split {
    width: 100%;
    height: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #0da3e2;
}
.sub-inline > * {
    display: inline-block;
}
.form-horizontal .help-block {
    display: none;
}
.form-horizontal .has-error .help-block {
    display: block;
}
.form-group .help-block {
    margin-bottom: 0;
}
.has-error .checkbox-list, .has-error .checkbox {
    padding-bottom: 20px;
}
.checkbox-list .help-block, .checkbox .help-block {
    visibility: hidden;
}
.has-error .checkbox-list .help-block, .has-error .checkbox .help-block {
    visibility: visible;
    position: absolute;
    text-align: left;
    left: 0;
    top: 30px;
    width: 300px;
    height: 25px;
    background: none;
}
.has-error .date-picker {
    padding-bottom: 20px;
}
.date-picker .help-block {
    display: none;
}
.has-error .date-picker .help-block {
    display: block;
    position: absolute;
    text-align: left;
    left: 0;
    top: 30px;
    width: 300px;
    height: 25px;
    background: none;
}
.has-error .date-picker .input-group-btn {
    border: 1px solid #b94a48;
    border-left: 0;
}
.has-error .date-picker .input-group-btn .btn {
    padding: 6px 12px;
}
.table {
    position: relative;
}
.table .loading-mask {
    z-index: 10;
    background-color: rgba(255, 255, 255, .8);
}
.ie8 .table .loading-mask {
    background-color: #fff;
    filter: alpha(opacity=90);
}
.grid-list-wrap .loading-mask {
    z-index: 10;
    background-color: rgba(255, 255, 255, .8);
}
.ie8 .grid-list-wrap .loading-mask {
    background-color: #fff;
    filter: alpha(opacity=90);
}
.loading-spinner-wrap {
    width: 40%;
    margin: 10px auto 10px;
}
.loading-mask .loading-spinner-wrap {
    margin: -75px 0 0 -237px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.width-auto {
    width: auto !important;
}
.over-hidden {
    overflow: hidden;
}
.tdist-list-1 {
    width: 610px;
}
.tdist-list-1 ul, .tdist-list-1 li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tdist-list-1 li {
    width: 150px;
    position: relative;
    float: left;
}
.tdist-list-1 .js-has-sub >label {} .tdist-list-1 .js-has-sub >label .sub-info {
    font-weight: normal;
    color: #514fff;
}
.tdist-list-1 [type="checkbox"] {
    margin-right: 5px;
    margin-bottom: -5px;
    width: 13px;
    height: 13px;
}
.tdist-list-1 [type="checkbox"]:checked {
    background-position: -76px -260px;
}
.tdist-list-1 [type="checkbox"]:focus {
    outline: none;
}
.tdist-list-1-l2 {
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
    display: none;
    position: absolute;
    z-index: 99;
    width: 290px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 5px;
}
.tdist-list-1-l2 li {
    width: 50%;
}
.tdist-list-1 li .checkbox-inline {
    padding-left: 0;
}
.tdist-list-1 >ul > li:hover .tdist-list-1-l2 {
    display: block;
}
/*版权底部置底*/

.copyrightFix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
/*/版权底部置底*/
/* 收藏夹 modal 样式 */

.fav-wrap .fav-list {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 6px;
}
.fav-wrap ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.fav-wrap ul li {
    width: 50%;
    float: left;
    margin: 5px 0;
}
.fav-wrap ul.fav-group-list li {
    text-indent: 5px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px;
}
.fav-wrap ul.fav-group-list li+li {
    border-top: 1px solid #c2c2c2;
}
.fav-wrap .fav-group-list .btn-sm {
    font-size: 14px;
    padding: 2px 5px;
}
/* 收藏夹 modal 样式 */
/* 高亮样式 */

.Animations-fadeInOut {
    -webkit-animation: fadeInOut 2s infinite;
    /* Chrome, Safari, Opera */
    
    animation: fadeInOut 2s infinite;
    background-color: #ff3a24 !important;
}
/* Chrome, Safari, Opera */

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 0.8;
    }
    50% {
        opacity: 0.4
    }
    100% {
        opacity: 0.8
    }
}
/* Standard syntax */

@keyframes fadeInOut {
    0% {
        opacity: 0.8
    }
    50% {
        opacity: 0.4
    }
    100% {
        opacity: 0.8
    }
}
.all-transition {
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.help-info-ul {
    margin: 0 10px 0 10px;
    padding: 0;
}
.help-info-ul li {
    padding-left: 25px;
    line-height: 20px;
    height: 20px;
    width: 100%;
}
.help-info-ul li.icon-qq {
    background: url("../images/icon-qq.png") no-repeat 0 0;
}
.help-info-ul li.icon-tel {
    background: url("../images/icon-tel.png") no-repeat 0 0;
}
.help-info-ul li.icon-email {
    background: url("../images/icon-email.png") no-repeat 0 0;
}
.help-red {
    margin: 10px 10px 0 10px;
    border-top: 1px solid #000;
    padding-top: 5px;
    color: red;
}
/* ▼ 返回顶部*/

.back-to-top {
    width: 44px;

    height: 44px;
    background: #dddddd url("../images/CS-bgs.png") no-repeat -170px -168px;
}
.back-to-top:hover {
    background: #428bca url("../images/CS-bgs.png") no-repeat -170px -58px;
}
/* ▲ 返回顶部*/

.msg-box .badge {
    margin-top: -10px;
}
.nav-pills li a {
    cursor: default;
}
.nav-pills li.done a, .nav-pills li.active a {
    cursor: pointer;
}
.signup-top a.phone-400 {
    background: url("../images/phone-icon.png") no-repeat 0 0;
    padding-left: 25px;
    font-size: 18px;
    color: #b2b2b2;
    text-decoration: none;
    font-weight: bold;
    padding-right: 0;
}
.table-kh .col-align-center .js-plan-name {
    text-align: left;
    text-indent: 10px;
}
.page-top-wrap {
    height: 30px;
    line-height: 30px;
    background-color: #353334;
    color: #cccccc;
}
.page-top-wrap .pull-right li {
    float: left;
    list-style-type: none;
    padding: 0 15px 0 3px;
    margin-left: 10px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    background: url("../images/media_top_li_split.png") no-repeat right 10px;
}
.page-top-wrap .pull-right li:last-child {
    padding-right: 0;
    background: no-repeat;
}
.page-top-wrap .pull-right li a {
    color: #ccc;
    text-decoration: none;
}
.page-top-wrap .pull-right li a:hover {
    color: #fff;
}
.page-top-wrap .msg-num {
    color: #f5821f;
    font-weight: bold;
    margin-left: 5px;
}
.page-top-wrap .pull-right li.top-user-name {
    height: 30px;
    padding: 0 0 0 21px;
    background: #454545 url("../images/top-user-name-bg.png") no-repeat 0 0;
    cursor: pointer;
}
.page-top-wrap .pull-right li .top-user-name-right {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    width: 23px;
    background: #454545 url("../images/top-user-name-bg.png") no-repeat right 0;
    ;
}
.page-top-wrap .pull-right li.header-bid-btn {
    overflow-y: hidden;
    background: none;
    padding-right: 0;
}
.header-bid-btn .btn {
    padding: 6px;
    padding: 1px 10px;
}
.tel-icon {
    background: url("../images/media-icon.png") no-repeat 0 0;
    padding-left: 20px;
    line-height: 20px;
    margin-left: 20px;
}
.page-top-wrap .pull-right li.mail-icon a {
    background: url("../images/media-icon.png") no-repeat 0 -46px;
    padding-left: 20px;
}
.btn-link.gray {
    color: #999999;
}
.table-kh .btn-link {
    font-size: 14px;
    padding: 2px 5px;
    text-align: center;
}
.table-kh .btn-link-size-1 {
    width: 40px;
}
.table-kh .btn-link:last-child {
    margin-right: 0 !important;
}
.table-kh .btn+.btn {
    margin-left: 3px;
    padding-left: 8px;
    border-left: 1px solid #dddddd;
}
.btn-primary-1 {
    font-size: 16px;
}
.btn-primary-2 {
    background-color: #f6821f;
    font-size: 16px;
    border: none;
    color: #fff;
}
.btn-primary-2:hover {
    background-color: #ec7713;
    color: #fff;
}
.btn-primary-1 .fa, .btn-primary-2 .fa {
    font-size: 18px;
    vertical-align: middle;
}
.extraToggle-wrap {
    position: relative;
    height: 20px;
}
.btn.blue.extraToggle {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -55px;
    background-color: #fff !important;
    color: #428bca !important;
    border: 1px solid #ddd;
    border-top: none;
    height: 28px;
    padding: 0px 10px 6px;
}
.btn.blue.extraToggle.js-show {
    margin-left: -30px;
}
.btn.blue.extraToggle:hover {
    background-color: #fff !important;
    color: #428bca !important;
}
.popover {
    max-width: 300px;
}
.auth-gray-text {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
}
.td-right {
    text-align: right !important;
}
.form-area-title div {
    height: 30px;
}
.form-area-title-left {
    padding: 0;
}
.form-area-title-right {
    border-bottom: 1px solid #dbdcdb;
}
.form-area-title-text {
    font-size: 14px;
    color: #428bca;
    font-weight: bold;
    padding: 0 5px;
    float: right;
    border-bottom: 3px solid #428bca;
}
.steps-bar {
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 0;
    line-height: 0;
    background: #eee;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap
}
.steps-bar .step {
    position: relative;
    display: inline-block;
    *display: inline;
    width: 245px;
    font-size: 14px;
    line-height: 30px;
    _line-height: 29px;
    text-align: center;
    color: #666;
    *zoom: 1;
    *vertical-align: top
}
.steps-bar .step--post {
    color: #999
}
.steps-bar .step--current {
    color: #fff;
    background: #ff8900
}
.steps-bar .step--current .arrow__foreground {
    border-left-color: #ff8900
}
.steps-bar .step--last .icon--complete {
    position: absolute;
    width: 17px;
    height: 17px;
    top: 9px;
    left: 88px;
}
.steps-bar .step__num {
    font-size: 18px;
    font-weight: bold;
    font-family: Arial
}
.steps-bar .arrow__foreground, .steps-bar .arrow__background {
    position: absolute;
    top: 0;
    _top: -1px;
    right: -15px;
    width: 0;
    height: 0;
    border-width: 15px 0 15px 15px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #eee;
    font-size: 0;
    line-height: 0;
    z-index: 1
}
.steps-bar .arrow__background {
    right: -17px;
    top: -2px;
    _top: -3px;
    border-left-color: #FFF;
    border-width: 17px 0 17px 17px
}
.steps-bar-3 .step {
    width: 33.33%;
}
.steps-bar-4 .step {
    width: 25%;
}
.steps-bar--dark {
    background: #dedede
}
.steps-bar--dark .arrow__foreground {
    border-color: transparent transparent transparent #dedede
}
.text-notice {
    background-color: #fefbdc;
    border: 1px solid #dddddd;
    padding: 10px 10px 10px 30px;
    position: relative
}
.text-notice .fa {
    color: #f6821f;
    font-size: 20px;
    position: absolute;
    left: 5px;
    top: 10px;
}
.select-style-1 {
    width: 140px;
    border: 1px solid #dddddd;
    height: 32px;
    padding: 6px;
}
.select-style-1:focus {
    border-color: #3399ff;
}
/* grid 样式 */

.info-icon-1 {
    background: url("../images/info-icon-1.png") no-repeat 0 0;
    width: 40px;
    height: 44px;
}
.grid-empty-info {
    color: #999;
    font-size: 14px;
    font-weight: bold;
    padding: 30px;
    height: 150px;
}
.grid-empty-info .info-icon-1 {
    display: inline-block;
    margin-bottom: 10px;
}
.grid-loading-info {
    height: 150px;
    padding: 30px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #fbfbfb;
}
.table-striped>tbody>tr:hover>td, .table-striped>tbody>tr:hover>th {
    background-color: #f7f7f7;
}
.sort-th {
    cursor: pointer;
}
/* tab页 第三种类型 */

.tab-style-3 {} .tab-style-3 ul.nav-tabs {
    border-bottom: 2px solid #ddd;
}
.tab-style-3 ul.nav-tabs .active {
    border: none;
    border-bottom: 2px solid #428bca;
}
.tab-style-3 .nav-tabs>li>a {
    color: #666;
    border: none;
    font-weight: bold;
}
.tab-style-3 .nav-tabs>li.active>a, .tab-style-3 .nav-tabs>li.active>a:hover, .tab-style-3 .nav-tabs>li.active>a:focus {
    border: none;
}
.tab-style-3 ul.nav-tabs .active a {
    color: #428bca;
    background: transparent;
}
.tab-style-3 .nav>li>a:hover, .tab-style-3 .nav>li>a:focus {
    background: none;
    border-color: #fff;
}
.tab-style-3 li:hover {
    border-bottom: 2px solid #666;
}
.tab-style-3 .nav-tabs .ext {
    height: 40px;
}
.tab-style-3 .nav-tabs .ext .win-rate {
    float: right;
    line-height: 40px;
}
.table {
    table-layout: fixed;
}
/* 页面中标题的样式 */

.page-main-name {
    font-size: 18px;
    font-weight: bold;
}
.grid-list-wrap {
    position: relative;
    min-height: 200px;
}
.grid-list-wrap .grid-empty-info {
    text-align: center;
}
/* php 分页 样式*/

.pages {
    text-align: center;
    margin-bottom: 20px;
}
.pages a, .pages span {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    text-decoration: none;
}
span.nextprev {
    display: none;
}
.pages .current {
    background-color: #eee;
}
/* 各种活动 详情页 样式 */

.plan-title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 50px;
}
.grid-pagination-wrap.show+.grid-bottom-btns {
    margin-top: -65px;
    margin-left: 20px;
}
.disabled .fa {
    color: #aaa;
}
/* 左侧 菜单 */

.menu {
    padding-top: 8px;
    padding-bottom: 6px;
    border-top: 1px solid #e7e7eb;
    margin-bottom: 0;
}
.menu:first-child {
    border-top: none;
}
.menu_title {
    position: relative;
    padding: 0 30px 0;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    line-height: 34px;
    color: #8d8d8d;
}
.menu_item {
    line-height: 34px;
}
.menu_item.selected, .menu_title.clickable.selected {
    background-color: #f70;
    color: #fff;
}
.menu_item.selected a, .menu_title.clickable.selected a {
    color: #fff;
}
.menu_item.selected:hover, .menu_title.clickable.selected:hover {
    background-color: #f70;
}
.menu_item a {
    display: block;
    padding: 0 0 0 63px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: #222;
}
.menu_title.clickable {
    padding: 0;
}
.menu_title.clickable a {
    display: block;
    padding: 0 30px 0;
    color: #222;
    text-decoration: none;
    font-weight: normal;
}
.icon_menu {
    width: 23px;
    height: 23px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    color: #bbb;
}
.menu_title.clickable.selected .icon_menu {
    color: #fff;
}
.menu_title.clickable i {
    cursor: pointer;
}
.menu_item:hover {
    background-color: #f4f5f9;
}
.menu_item:hover a {
    text-decoration: none;
}
.menu_title.clickable:hover {
    background-color: #f4f5f9;
}
/*/菜单*/

.page-title {
    color: #333333;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #cccccc;
    margin: 10px 17px 0;
}
.page-title em {
    padding-left: 3px;
    font-style: normal;
    color: #333;
}
.page-title .btn {
    float: right;
    margin: -5px 20px 0 0;
}
.top-area .label-text {
    line-height: 34px;
    height: 34px;
    float: left;
    margin-left: 10px;
}
.top-area .select-style-1, .top-area .input-group {
    margin-right: 10px;
    float: left;
}
.top-area .input-group {
    width: 250px;
}
.top-area .search_div .input-group {
    margin-right: 0;
}
.top-area .select-style-1 {
    width: 100px;
}
.top-area .input-width-1 {
    display: inline-block;
    width: 120px;
}
.highlight-em {
    font-style: normal;
    color: #f60;
}
.tips-style {
    border: 1px solid #ffbb76;
    background-color: #fffcef;
    color: #ff7700;
    padding: 8px 20px;
    margin-top: 10px;
}
.tips-style .fa {
    font-size: 18px;
}
.text-bold {
    font-weight: bold;
}
.text-yellow {
    color: #ff7700;
}
.text-green {
    color: #009900;
}
.text-dark {
    color: #666666;
}
.step-ver {
    float: left;
    width: 100%;
    padding-left: 60px;
    min-height: 70px;
    position: relative;
    background: url("../images/step-ver-bg.png") no-repeat 0 -90px;
}
.step-ver:last-of-type {
    min-height: 40px;
}
.step-ver.active {
    background-position: 0 10px;
}
.step-ver .step-title {
    display: none;
    position: absolute;
    background: #a1bce5;
    color: #fff;
    padding: 0 5px;
    top: 3px;
    left: 10px;
}
.step-ver.active .step-title {
    display: block;
    background-color: #dd0000;
}
.step-ver p {
    margin-bottom: 5px;
}
.tooltip .tooltip-inner {
    background-color: #fffcef;
    border: 1px solid #ffbb76;
    color: #ff7700;
}
.tooltip.top .tooltip-arrow {
    width: 10px;
    height: 10px;
    border-top-color: #ffbb76;
    border: 1px solid #ffbb76;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-color: transparent;
    border-left-color: transparent;
    background-color: #fffcef;
}
.tooltip.bottom .tooltip-arrow {
    width: 10px;
    height: 10px;
    border-bottom-color: #ffbb76;
    border: 1px solid #ffbb76;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom-color: transparent;
    border-left-color: transparent;
    background-color: #fffcef;
}
.tooltip.left .tooltip-arrow {
    width: 10px;
    height: 10px;
    border-bottom-color: #ffbb76;
    border: 1px solid #ffbb76;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom-color: transparent;
    border-left-color: transparent;
    background-color: #fffcef;
}
.tooltip.right .tooltip-arrow {
    width: 10px;
    height: 10px;
    border-bottom-color: #ffbb76;
    border: 1px solid #ffbb76;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    border-bottom-color: transparent;
    border-left-color: transparent;
    background-color: #fffcef;
}
.ie8 .tooltip .tooltip-arrow {
    display: none;
}
.ie8 .tooltip.top .tooltip-arrow {
    display: none;
}
.tooltip.in {
    opacity: 1
}
.ie8 .input-group .form-control {
    display: inline-block;
}
.copyright-icon {
    margin: 0 5px;
    height: 38px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #dfdfdf;
}
.copyright-icon-4 {
    border: 1px solid #fffe00;
}
.goodsList_table td p:last-of-type {
    margin-bottom: 0;
}
.table-kh thead >tr >th {
    padding: 12px 8px 10px;
    background-color: #f4f4f4;
    vertical-align: middle;
    color: #666666;
    border-bottom: 1px solid #DDDDDD;
}
.table-kh tbody> tr > td {
    border-top: none;
    border-bottom: 1px solid #ddd;
}
.table-kh tbody >tr >td {
    padding: 10px 8px;
    vertical-align: middle;
}
.goodsList_table .btn {
    padding: 3px 14px;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: #fafafa;
}
.top-label {
    line-height: 32px;
    margin-right: 10px;
    display: inline-block;
    width: 100px;
    text-align: right;
}
.top-area .input-group {
    width: 300px;
}
.top-area .width-size-1 {
    width: 300px;
    display: inline-block;
}
.word-breaking {
    word-break: break-all;
}
.form-group label {
    margin-right: 8px;
}
.form-group .control-label {
    margin-right: -10px;
}
.form-group .control-label-wrap label {
    padding-top: 7px;
}
.goods-tags-wrap {
    margin-bottom: 10px;
    *zoom: 1;
}
.goods-tags-wrap:before, .goods-tags-wrap:after {
    display: table;
    content: " ";
    clear: both;
}
.goods-tags-wrap .label {
    font-family: '宋体';
    font-size: 12px;
    display: inline-block;
    margin-top: 5px;
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    float: left;
    margin-right: 5px;
}
.label.label-hot {
    background-color: #d00;
}
.label.label-new {
    background-color: #7dbe26;
}
.label.label-for-female {
    background-color: #e72980;
}
.label.label-for-male {
    background-color: #f49800;
}
.form-control+.sp-replacer {
    padding: 7px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
}
/*头部，底部公共样式*/

.header-top-menu {
    width: 100%;
    background: #f5f5f5;
    border-bottom: 1px solid #e0dfdf;
    padding: 4px 6px;
    line-height: 25px;
    font-size: 12px;
}
.header-top-menu a {
    color: #333;
}
.header-top-menu a:hover {
    text-decoration: none;
    color: #999;
}
.header-top-menu a:link {
    text-decoration: none;
}
.header-favorite {
    color: #666;
    margin-right: 15px;
    float: left;
	margin-top:4px;
}
.header-favorite .fa {
    color: #f8b600;
    margin-right: 5px;
}
.header-qrcode {
    font-size: 18px;
    float: left;
}
.header-qrcode .fa {
    text-align: center;
    display: block;
    margin: 2px 6px 0 0;
}
.header-ten-weibo {
    background: #54b2de;
    float: left;
    margin: 2px 6px 0 0;
}
.header-ten-weibo .fa {
    color: #fff;
    display: block;
    padding: 3px 5px;
}
.header-weibo {
    background: #eb3f28;
    float: left;
    margin-top: 2px;
}
.header-weibo .fa {
    color: #fff;
    display: block;
    padding: 3px;
}
.header-base-btn a {
    display: inline-block;
}
.header-base-btn a:hover {
    color: #22ac38;
}
.header-base-btn .fa{
    color:#b3b2b2;
}
.contact-type {
    font-size: 12px;
    color: #999;
    display: block;
}
.contact-tel {
    font-size: 32px;
    color: #848484;
    display: block;
    margin-top: -5px;
}
.header-nav {
    background: #ff7c1c;
}
.header-menu {
    width: 100%;
    background-color: #06c;
    height: 55px;
    line-height: 55px;
    box-shadow: 0 5px 3px #d7d7d7;
    -webkit-box-shadow: 0 5px 3px #d7d7d7;
    -moz-webkit-box-shadow: 0 5px 3px #d7d7d7;
}
.header-menu-con {
    width: 1200px;
    height: 55px;
    margin: 0 auto;
    padding: 0;
}
.header-menu-con li {
    float: left;
    position: relative;
}
.header-menu-con li a {
    color: #fff;
    padding: 10px 45px;
    font-size: 16px;
}
.header-menu-con li a.target:hover {
    text-decoration: none;
    padding: 9px 45px 6px 45px;
    background-color: #2482e0;
    border-bottom: 4px solid #2482e0;
}
.header-menu-con li.active .target {
    text-decoration: none;
    padding: 9px 45px 6px 45px;
    background-color: #2482e0;
    border-bottom: 4px solid #2482e0;
}
.header-con-padding {
    padding: 20px 0;
    width: 1000px;
    margin: 0 auto;
}
.header-search {
    float: left;
    position: relative;
    margin: 8px 0px 0 150px;
}
.header-hover-con {
    position: absolute;
    border: 3px solid #22ac38;
    border-top: none;
    top: 40px;
    left: 0px;
    /*width: 466px;*/
    width: 200px;
    height: 250px;
    background-color: #fff;
    color: #333;
    z-index: 100;
    overflow: hidden;
    display: none;
}
/*.hoverMenu .header-hover-con{
    display: block;
}*/

.header-hover-left {
    float: left;
    height: 300px;
    width: 200px;
    padding: 15px;
}
.header-hover-right {
    background-color: #f3f2f2;
    float: left;
    height: 300px;
    padding: 15px 10px;
    margin-left: 10px;
    width: 250px;
}
.header-hover-con a {
    padding: 1px 5px!important;
    /*background-color: #fff!important;*/
    
    border: none!important;
    color: #333!important;
    font-size: 14px!important;
    line-height: 25px;
    color: #666!important;
    text-decoration: none;
}
.header-hover-left dl {
    width: 230px;
    float: left;
}
.header-hover-left dt {
    padding-left: 5px;
}
.header-hover-left dd {
    float: left;
    font-size: 14px;
    width: 95px;
}
.header-hover-right dl {
    width: 230px;
    float: left;
}
.header-hover-right dt {
    padding-left: 10px;
}
.header-hover-right dd {
    float: left;
    font-size: 14px;
    width: 230px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.header-hover-right dd a:hover {
    color: #22ac38!important;
}
.header-hover-left a:hover {
    background-color: #22ac38;
    color: #fff!important;
}
.select_box {
    width: 100%;
    position: relative;
    padding: 0;
    font-size: 14px;
    text-align: center;
    background-color: #000;
}
.submit_box {
    width: 180px;
    position: relative;
    margin: 10px;
    padding: 0;
    font-size: 12px;
    text-align: center;
}
.search-form {
    position: relative;
    width: 430px;
    height: 38px;
    border: 2px solid #06c;
}
.index-search-select {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100px;
    height: 34px;
    border-right:1px solid #e6e6e6;
    background-color: #F9F9F9;
}
.index-search-select i{
    position: absolute;
    top:11px;
    right:8px;
}
.index-search-input-text {
    position: absolute;
    top: 0;
    left: 100px;
    width: 241px;
    height: 34px;
    line-height: 30px;
    border:none;
    background-color: #fff;
    padding: 0 10px;
}
.index-search-btn {
    position: absolute;
    right: 0px;
    top: 0;
}
.index-search-btn button {
    width: 85px;
}
.select_box input {
    cursor: pointer;
    display: block;
    line-height: 25px;
    width: 90%;
    height: 34px;
    overflow: hidden;
    border: none;
    text-align: center;
}
.select_box ul {
    width: 100px;
    position: absolute;
    left: 0;
    top: 33px;
    border: 1px solid #ccc;
    border-radius: 3px!important;
    overflow: hidden;
    display: none;
    background: #ffffff;
    z-index: 99999;
}
.select_box ul li {
    display: block;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    padding-left: 5px;
    width: 100%;
    cursor: pointer;
}
.hover {
    background: #f7f7f7;
}
.hot-word {
    color: #22ac38!important;
    display: inline-block;
    margin: 0 7px;
}
#logoimg {
    margin-top: 5px;
}
.user-center {
    position: absolute;
    right: 0;
    top: 0px;
    color: #fff!important;
}
.container {
    position: relative;
}
.layout-warp {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border-top: 3px solid #06c;
    color: #06c;
    font-weight: bold;
}
ul.nav.nav-tabs>li:first-child a {
    border-left: none;
}
.nav>li>a {
    padding: 10px 20px;
}
/*width*/

.w50 {
    width: 50px!important;
}
.w100 {
    width: 100px!important;
}
.w130 {
    width: 130px!important;
}
.w150 {
    width: 150px!important;
}
.w200 {
    width: 200px!important;
}
.w250 {
    width: 250px!important;
}
.w300 {
    width: 300px!important;
}
.w350 {
    width: 350px!important;
}
.w400 {
    width: 400px!important;
}
.font-size-12 {
    font-size: 12px!important;
}
.font-size-13 {
    font-size: 13px!important;
}
.font-size-14 {
    font-size: 14px!important;
}
.font-size-15 {
    font-size: 15px;
}
.font-size-16 {
    font-size: 16px;
}
.font-size-17 {
    font-size: 17px;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-19 {
    font-size: 19px;
}
.font-size-20 {
    font-size: 20px;
}
.display-inline {
    display: inline-block!important;
}
.line-height-22 {
    line-height: 22px;
}
.line-height-23 {
    line-height: 23px;
}
.line-height-24 {
    line-height: 24px;
}
.line-height-25 {
    line-height: 25px;
}
.display-block {
    display: block;
}
.padding-0 {
    padding: 0!important;
}
.padding-10 {
    padding: 10px!important;
}
.padding-15 {
    padding: 15px!important;
}
.padding-20 {
    padding: 20px !important;
}
.height-30 {
    height: 30px;
}
.form-control.height-30 {
    padding-top: 3px;
    padding-bottom: 3px;
}
.table-content {
    padding: 0 10px;
}
.margin-lr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.margin-lr-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.well {
    color: #e57d20;
    background-color: #fffcf0;
    border: 1px solid #ebb678;
}
.tdnoBorder tbody>tr>td, .tdnoBorder thead>tr>th {
    border-left: none;
    border-right: none;
    vertical-align: middle;
}
.tdnoBorder thead {
    background-color: #f7f7f7;
}
.tdnoBorder {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.border-no-lr {
    border-left: none;
    border-right: none;
}
.border-none {
    border: none;
}
/* 用户中心 布局 */

.user-content {
    width: 100%;
    position: relative;
}
.user-left {
    float: left;
    width: 180px;
    background: #fff;
}
.user-right .nav a {
    color: #333;
}
.user-right {
    float: left;
    width: 1000px;
    min-height: 312px;
    background: #fff;
}
/*左侧*/

.menu-list {
    width: 100%;
    padding: 15px 5px 15px 20px;
    background-color: #fff;
    font-size: 15px;
}
.hover-menu .menu-list {
    border-bottom: 1px solid #f6f5f5;
}
.hover-menu .menu-list, .hover-menu .menu-list a, .hover-menu .menu-list .fa {
    background: #fff;
    font-weight: bold;
    color: #333;
}
.menu-list a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
.menu-list:hover {
    background: #fff;
    color: #ff8114;
}
.menu-list:hover a {
    color: #ff8114;
    text-decoration: none;
}
.menu-list:hover .fa {
    color: #ff8114;
}
.menu-list .fa {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    margin: 0px 5px 0;
}
.menu-cate {
    padding: 10px;
}
.menu-cate a {
    color: gray;
}
.menu-cate .fa {
    margin: 0 5px;
}
.menu-cate:hover {
    /*background-color: #fffeed;*/
}
.menu-cate:hover a {
    color: #ffa00a;
    text-decoration: none;
}
.hover-cate a {
    /*background-color: #fffeed;*/
    
    color: #ffa00a;
}
.hover-cate {
    /*background-color: #fffeed;*/
}
.left-layout dl {
    border-bottom: 1px solid #f5f5f5;
    margin: 0;
}
.menu-cate {
    display: none;
}
.hover-menu .menu-cate {
    display: block;
    padding-left: 20px;
}
.nav-tabs>li {
    margin-bottom: -2px;
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 10px;
    padding: 8px 0;
}
.breadcrumb>li+li:before {
    display: none;
}
.breadcrumb a {
    color: #333;
}
.breadcrumb a:hover {
    color: #22ac38;
}
.text-center {
    text-align: center!important;
}
.text-left {
    text-align: left!important;
}
.text-right {
    text-align: right!important;
}
.font-normal {
    font-weight: normal!important;
}
.page-toolbar {
    margin: 10px;
}
.page-main-wrap {
    padding: 0 10px;
}
.cursor {
    cursor: pointer;
}
.btn-border {
    background-color: #fff;
    border: 1px solid #ff7700;
    color: #ff7700!important;
}

.btn-border[disabled] {
    background-color: rgb(240, 238, 238)!important;
    border: 1px solid #ddd!important;
    color: #666!important;
}
.background-color-none {
    background-color: #fff!important;
}
.font-style-normal {
    font-style: normal;
}
.J_editInfod {
    float: left;
}
.J_editInfod .form-group {
    margin: 8px 0!important;
}
.form-control:focus {
    border-color: #22ac38;
}
.no-border {
    border: none!important;
}
.percent100 {
    width: 100%!important;
}
.J_loginshow {
    display: none;
}
.right-service {
    position: fixed;
    width: 180px;
    height: 377px;
    top: 50%;
    right: 0;
    margin-top: -135px;
    background-color: #f8f8f7;
    padding: 10px;
    border: 1px solid #e3e4e9;
    border-right: none;
    border-radius: 5px 0 0 5px !important;
    transition: right .3s ease-in-out;
}
.RS-title {
    font-weight: bold;
    color: #323333;
/*    border-bottom: 1px dashed #cecece;*/
    /*padding: 3px 0;*/
    /*margin-top: 5px;*/
    /*margin-bottom: 5px;*/
}
.RS-ul{
    border-bottom: 1px dashed #cecece;
    padding-bottom: 5px;
    margin-bottom:8px;
}
.RS-ul li {
    height: 34px;
    padding: 5px 0;
}
.RS-close {
    position: absolute;
    top: 110px;
    left: -25px;
    width: 25px;
    background-color: #22ac38;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    padding: 15px 0;
    cursor: pointer;
    border-radius: 5px 0 0 5px !important;
}
.right-service.closed {
    right: -180px;
}
.RS-li-t {
    display: inline-block;
    width: 80px;
    text-align: left;
}
.right-service.closed {
    right: -180px
}
.right-service .RS-close .for-closed {
    display: none;
}
.closed.right-service .for-opened {
    display: none;
}
.closed.right-service .for-closed {
    display: block;
}
.inline-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tooltips{
    cursor: pointer;
}
.col-12-border{
    border:1px solid #ddd;
}
.col-12-border h3{
    font-size: 16px;
    border-bottom:1px solid #ddd;
    padding: 0 10px 15px;
    width: 94%;
    margin-left:3%;
}
.checkbox-icon{
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url("../img/media-icon.png") no-repeat 0 -200px;
}
.checkbox-icon.checked{
    background-position: 0 -250px;
}
.disabled .checkbox-icon{
    background-position: 0 -350px;
}


/*内容页面*/
.address {
	width:1200px;
	padding:0 10px;
	border:1px solid #ddd;
	font-family:"微软雅黑";
	font-size:14px;
	color:#666;
	line-height:30px;
	margin:20px auto 0px auto;
}
.address a {
	color:#0088CC;
}


.address em{
background:url(../images/ptem.png) no-repeat scroll 0 10px;
    width: 20px;
	height:35px;
	display:block;
	float:left;
}
.address a{
font-size:14px;
}
.main_border{
width:1048px;
margin-top:10px;
}
.main_sort_left{
width:900px;
float:left;
display:inline;
padding-right:5px;
}



.main_sort_left_title{
margin-top:10px;
text-align: center;
}

.main_sort_left_title h3{
 font-size: 22px;
    line-height: 40px;
}

.main_sort_left_title  P{
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
	border-bottom:1px dashed #ddd;
}

.main_sort_left_summary{
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px dashed #ddd;
    padding: 10px 20px;
}
.main_sort_left_summary p{
padding:10px;
}

.main_sort_left_center{
	margin-top:10px;
	padding:10px;
	font: 14px/25px "宋体";
	color:#000000;	
	}
.main_sort_left_center img{
	height: auto !important;
  max-width: 702px;
  
  	}
	
.main_sort_left_center .sort_1,.main_sort_left_center .sort_2,.main_sort_left_center .sort_3,.main_sort_left_center .sort_4,.main_sort_left_center .sort_5{
font-size:14px;
line-height:35px;
}

.main_sort_left_center .sort_1 span ,.main_sort_left_center .sort_2 span ,.main_sort_left_center .sort_3 span ,.main_sort_left_center .sort_4 span, .main_sort_left_center .sort_5 span{
color:#CC0000;
padding-right:20px;
}


.main_sort_left .list{
    border-bottom: 1px dashed #CCCCCC;
	height:140px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
}
.main_sort_left .list a{
font-size:16px;
}
.main_sort_left .list img{
   border: 1px solid #CCCCCC;
    padding: 1px;
}

.main_sort_left .list span{
color: #22ac38;
    left: 210px;
    position: absolute;
    top: 5px;
	
}

.main_sort_left .list p {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    left: 190px;
    position: absolute;
    text-indent: 2em;
    top: 35px;
	line-height:25px;

}
.main_sort_left .list .s_1{
padding-left:20px;
}
.main_sort_left .list .s_2{
padding-left:20px;
}
.main_sort_left .list .more{
  background: url(../images/but_1.jpg) no-repeat scroll 0px 0 ;
    color: #FFFFFF;
    display: block;
    height: 21px;
    line-height: 21px;
    margin-top: 12px;
    text-align: center;
    width: 78px;
	font-size:12px;
	  position: absolute;
	   top: 95px;
	    left:800px;

}
.main_sort_left .list .more:hover{
background: url(../images/but_1.jpg) no-repeat scroll -83px 0 ;
}


/*关键词上一页*/
.scon_prenext {
    height: 20px;
    padding: 10px 15px;
    width: 620px;
}


.scon_next {
    color: #0088CC;
    float: right;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 48%;
}


.scon_pre {
    color: #0088CC;
    float: left;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 48%;
}


.scon_prenext span {
    color: #666666;
}


.scon_prenext span {
    color: #666666;
}
/*关键词竞价*/
.acon_price_list {
    border: 1px solid #CFD3DD;
    overflow: hidden;
	margin:10px;
}

.acon_price_list .atle {
      background: url("../img/tle_bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #CFD3DD;
    border-left: 0 none;
    height: 33px;
    width: 100%;
}

.acon_price_list .atle h3 {
    color: #24629A;
    float: left;
    font-size: 14px;
    padding: 6px 0 0 15px;
	margin:0px;
	font-weight: bold;
}



.acon_price_list table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.acon_price_list table thead th {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #DCDCDC;
    color: #666666;
    padding: 5px 2px;
	text-align:center;
}

.acon_price_list table tbody td {
    border-left: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
    color: #666666;
    padding: 5px 3px;
}
/*关键词评论页面*/

.news_con_left_pl {
    border: 1px solid #CFD3DD;
	margin:10px;
}


.ntil {
    background: url(../images/tle_bg.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #CFD3DD;
    height: 33px;
    width: 100%;
}

.ntil span{
    float: right;
    font-size: 12px;
    padding: 8px 20px 0 0;
}


.ntil h3 {
    color: #24629A;
    float: left;
    font-size: 14px;
    padding: 6px 0 0 15px;
	margin:0px;
	font-weight: bold;
}



element.style {
    color: #666666;
}
.news_con_left_plpost table td {
    padding: 5px 10px;
}



.news_con_left_plpost .inputText {
    border: 1px solid #CCCCCC;
    height: 20px;
	float:none;
}

.news_con_left_plshow {
    padding: 10px;
	border-top:2px  solid #FF6600;
}


.news_con_left_plshow h3 {
    color: #005FAA;
    font-size: 14px;
    padding-left: 10px;
	margin:0px;
	font-weight: bold;
}

/*网站首页滚动*/
.spread{
	width:900px;
	margin-top:10px;
	overflow: hidden;
	}
	
.spread li{
	float:left;
	width:131px;
	text-align:center;
	margin: 2px 9px 2px 10px;
	 height: 112px;
	}	
.spread li a{
	color:#000;
	}
.spread li img{
	padding:1px;
	border:1px solid #CCC;	
	}
.spread span{
	line-height:25px;
	}


/*网站列表滚动*/

.spread2{
	width:1000px;
	margin-top:10px;
	overflow: hidden;
	}
	
.spread2 li{
	float:left;
	width:133px;
	text-align:center;
	margin: 2px 5px 2px 4px;
	 height: 112px;
	}	
.spread2 li a{
	color:#000;
	}
.spread2 li img{
	padding:1px;
	border:1px solid #CCC;	
	}
.spread2 span{
	line-height:25px;
	}