/* Minification failed. Returning unminified contents.
(1843,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '+'
 */
html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
    margin:0;
}
body, button, input, select, textarea {
  font: 12px/1.5 "Microsoft YaHei", "微软雅黑", tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif;
}
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}
img {
    border:none;
}
.order-img {
        vertical-align: middle;
        padding-right: 6px;
        height: 60px;
}
a {
  background: transparent;
  color: #669AB3;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
  color: #f50;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

b,
strong {
  font-weight: bold;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}

.fl {float:left;}
.fr {float:right;}
.h {
    color: #F22E00!important;
}
.mt5 {
    margin-top: 5px!important;
}
.mt {
    margin-top: 10px!important;
}
.mb5 {
    margin-bottom: 5px!important;
}
.mb {
    margin-bottom: 10px!important;
}
.ml5 {
    margin-left: 5px!important;
}
.ml {
    margin-left: 10px!important;
}

.mr5 {
    margin-right: 5px!important;
}
.mr {
    margin-right: 10px!important;
}
.tc { text-align:center;}
.tl { text-align:left;}
.tr { text-align:right;}

.hide { display:none;}

.input-magnify {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}
.input-magnify.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.input-magnify-inner {
    max-width: 200px;
    padding: 3px 8px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #5cb85c;
    border-radius: 4px;
}
.countdown s { font-style:normal; color:#f60; text-decoration: none; padding:0 2px;}

.input-magnify {
    font-size: 20px;
    font-weight: bold;
    background:#f50;
    color:#fff;
    padding: 10px;
}
.bootstrap-dialog {
  /* dialog types */
  /**
     * Icon animation
     * Copied from font-awesome: http://fontawesome.io/
     **/
  /** End of icon animation **/
}
.bootstrap-dialog .modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bootstrap-dialog .bootstrap-dialog-title {
  color: #fff;
  display: inline-block;
  font-size: 16px;
}
.bootstrap-dialog .bootstrap-dialog-message {
  font-size: 14px;
}
.bootstrap-dialog .bootstrap-dialog-button-icon {
  margin-right: 3px;
}
.bootstrap-dialog .bootstrap-dialog-close-button {
  font-size: 20px;
  float: right;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bootstrap-dialog .bootstrap-dialog-close-button:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.bootstrap-dialog.type-default .modal-header {
  background-color: #ffffff;
}
.bootstrap-dialog.type-default .bootstrap-dialog-title {
  color: #333;
}
.bootstrap-dialog.type-info .modal-header {
  background-color: #5bc0de;
}
.bootstrap-dialog.type-primary .modal-header {
  background-color: #337ab7;
}
.bootstrap-dialog.type-success .modal-header {
  background-color: #5cb85c;
}
.bootstrap-dialog.type-warning .modal-header {
  background-color: #f0ad4e;
}
.bootstrap-dialog.type-danger .modal-header {
  background-color: #d9534f;
}
.bootstrap-dialog.size-large .bootstrap-dialog-title {
  font-size: 24px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-close-button {
  font-size: 30px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-message {
  font-size: 18px;
}
.bootstrap-dialog .icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: .5; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0; }
  .modal textarea {
    width: 100%;
    min-height: 100px; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: 600px;
  margin: 30px auto;
  transform: translate3d(0, 0, 0); }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none; }

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e; }

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary .badge {
  color: #428bca;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-block {
  width: 100%; }


/* Preload images */
body:after {
  content: url(/r/img/close.png) url(/r/img/loading.gif) url(/r/img/prev.png) url(/r/img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/r/img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/r/img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/r/img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-top: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/r/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  top: -40px;
  right: 10px;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

body {
    background: url(/r/img/bg.png) repeat;
}

.search-panel .search-button .btn-search, .footer .logo, .box-hd .more {
    background: transparent url(/r/img/m.png) no-repeat -999px -999px;
    text-indent: -9999px;
}

.clear:after, .wrap:after, .row-full:after, .menu ul:after, .footer:after, .footer-wrap:after, .ft-menu:after, .list-box:after, .cat-list ul:after, .form .item:after, .tab:after, .tab-hd:after {
    content: "";
    display: table;
    clear: both;
}

.site-nav {
    z-index: 10000;
    width: 100%;
    background: #F5F5F5;
    border-bottom: 1px solid #EEE;
}

    .site-nav .site-nav-bd {
        margin: 0 auto;
        width: 1000px;
        height: 35px;
        -webkit-backface-visibility: hidden;
    }

        .site-nav .site-nav-bd .site-nav-bd-l, .site-nav .site-nav-bd li {
            float: left;
        }

        .site-nav .site-nav-bd .site-nav-bd-r {
            float: right;
        }

        .site-nav .site-nav-bd li {
            height: 35px;
            line-height: 35px;
        }

            .site-nav .site-nav-bd li a {
                font-size: 12px;
                color: #6C6C6C;
            }

            .site-nav .site-nav-bd li .online {
                color: #f50;
                font-weight: bold;
            }

            .site-nav .site-nav-bd li a:hover {
                color: #F40;
            }

.site-nav-bd .site-nav-pipe {
    padding: 0 5px;
    font-style: normal;
    color: #DDD;
}

.site-nav-bd .h {
    color: #F22E00 !important;
}

.wrap {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}

.ad-con {
    margin-top: 10px;
}

.cxslide, .ad-con {
    position: relative;
    overflow: hidden;
}

    .cxslide .box {
        overflow: hidden;
        position: relative;
    }

    .cxslide .list {
        overflow: hidden;
        width: 9999px;
    }

        .cxslide .list li {
            float: left;
            position: relative;
        }

    .cxslide .btns {
        overflow: hidden;
        position: absolute;
        bottom: 4px;
        right: 6px;
    }

        .cxslide .btns li {
            float: left;
            width: 16px;
            height: 16px;
            margin: 0 0 0 10px;
            border-radius: 2px;
            background: #eee;
            color: #333;
            font: 11px/16px Tahoma;
            text-align: center;
            cursor: pointer;
        }

        .cxslide .btns .selected {
            background: #f30;
            color: #fff;
        }

.ad-column .list {
    width: 110%;
}

    .ad-column .list .item {
        margin-right: 8px;
        float: left;
    }

.text-list .list {
    width: 100%;
}

    .text-list .list li {
        float: none;
    }

.head {
    margin-top: 10px;
    height: 100px;
    overflow: hidden;
}

    .head .logo {
        display: block;
        float: left;
        width: 96px;
        height: 99px;
        background-position: 0 0;
    }
    .head .logo img {
		width: 100%;
		display: block;
		margin-top: 5px;
	}

    .head .banner {
        float: left;
        height: 80px;
        width: 874px;
        margin: 10px 0 0 30px;
    }

        .head .banner .ad-con {
            margin-top: 0;
        }

    .head .search {
        float: left;
        margin: 5px 0 0 60px;
        z-index: 1;
        position: relative;
    }

    .head .search-tab {
        height: 25px;
    }

        .head .search-tab li {
            text-align: center;
            float: left;
            width: 50px;
            height: 25px;
            line-height: 25px;
            cursor: pointer;
        }

        .head .search-tab .action {
            color: #fff;
            background-color: #FF5400;
        }

.search-panel {
    padding: 3px 0 3px 3px;
    height: 34px;
    background: #F50;
    -moz-transition-property: background;
    -o-transition-property: background;
    -webkit-transition-property: background;
    transition-property: background;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

    .search-panel .search-button {
        position: absolute;
        right: -1px;
        -right: 102px;
        top: 25px;
        z-index: 500;
        width: 100px;
        height: 40px;
        overflow: hidden;
        background-color: #FF4200;
        text-align: center;
        -moz-transition-property: background;
        -o-transition-property: background;
        -webkit-transition-property: background;
        transition-property: background;
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
    }

        .search-panel .search-button .btn-search {
            cursor: pointer;
            height: 100%;
            border: 0;
            width: 100%;
            background-position: -96px -19px;
        }

            .search-panel .search-button .btn-search:hover {
                background-position: -96px -60px;
            }

    .search-panel .search-input {
        padding: 6px 0;
        text-indent: 10px;
        height: 21px;
        line-height: 21px;
        width: 618px;
        border: 0;
        outline: 0;
        background: #FFF;
    }

.search .search-hots {
    position: relative;
    float: left\0;
    padding: 5px 41px 0 0;
    height: 20px;
    overflow: hidden;
}

.search-hots a {
    float: left;
    margin-right: 8px;
    color: #6C6C6C;
}

    .search-hots a:hover {
        color: #F40;
    }

.menu {
    margin: 10px 0;
    background: #e2e2e8;
    border-top: 1px solid #d1d1da;
    border-bottom: 1px solid #d1d1da;
}

.menu-wrap {
    margin: 10px auto;
}

.menu ul {
    overflow: hidden;
}


    .menu ul li {
        float: left;
        margin-right: 30px;
    }

        .menu ul li a {
            color: #7e7272;
            font-size: 14px;
            font-weight: bold;
        }

            .menu ul li a:hover {
                color: #b0aaad;
            }

.footer {
    margin-top: 10px;
    background: #46403e;
}

.footer-wrap {
    padding: 40px 0 20px 0;
}

.footer .logo, .footer .adr, .footer .ft-menu {
    float: left;
}

.footer .logo {
    display: block;
    width: 96px;
    height: 99px;
    background-position: 0 -99px;
}

.footer .adr {
    color: #887567;
    margin: 15px 0 0 20px;
    line-height: 20px;
}

.footer .ft-menu {
    color: #88a3b0;
    margin: 0 0 0 20px;
    line-height: 25px;
}

    .footer .ft-menu dl {
        float: left;
        margin-left: 30px;
        width: 75px;
        overflow: hidden;
    }

    .footer .ft-menu dt {
        font-size: 18px;
        font-weight: bold;
    }

    .footer .ft-menu dd a {
        color: #B8B8B8;
    }

.main-page .list-main {
    width: 740px;
    float: right;
}

.main-page .list-sub {
    width: 250px;
    float: left;
}

.list-sub .box-bd ul li {
    overflow: hidden;
}

.list-main h2 {
    margin-bottom: 10px;
}

.list-main .max-img {
    max-width: 740px;
}

.text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    color: #eee;
    font: 12px/24px "\5b8b\4f53";
    text-indent: 6px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000',endColorstr='#99000000');
    background: rgba(0,0,0,0.6);
    overflow: hidden;
}

.border_line {
    margin: 10px 0 10px;
    border-bottom: 1px dashed #d9d9d9;
    height: 0;
    overflow: hidden;
}

.btn_a, .btn_b:hover {
    border: 1px solid #ff9b01;
    background-color: #ffa00a;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}

    .btn_a:hover span, .btn_b:hover span {
        border: 1px solid #ffce82;
        color: #fff;
    }

.btn_b {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-color: #d9d9d9;
    background-color: #f2f2f2;
}

    .btn_a span, .btn_b span {
        border-color: #ffb33b;
        color: #fff;
    }

    .btn_a:hover, .btn_b:hover {
        text-decoration: none;
        background: rgb(255,184,71);
        background: -moz-linear-gradient(top, rgba(255,184,71,1) 0%, rgba(255,162,16,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,184,71,1)), color-stop(100%,rgba(255,162,16,1)));
        background: -webkit-linear-gradient(top, rgba(255,184,71,1) 0%,rgba(255,162,16,1) 100%);
        background: -o-linear-gradient(top, rgba(255,184,71,1) 0%,rgba(255,162,16,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,184,71,1) 0%,rgba(255,162,16,1) 100%);
        background: linear-gradient(top bottom, rgba(255,184,71,1) 0%,rgba(255,162,16,1) 100%);
    }

    .btn_a span, .btn_b span {
        padding: 0 9px 0 10px;
        white-space: nowrap;
        display: inline-block;
        border-style: solid;
        border-width: 1px;
        border-radius: 2px;
        height: 18px;
        line-height: 18px;
    }

    .btn_b span {
        border-color: #ffffff;
        color: #333333;
    }

.btn_a_disable, .btn_b_disable {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}

    .btn_a_disable, .btn_a_disable:hover, .btn_b_disable, .btn_b_disable:hover {
        border-color: #d9d9d9;
        background-color: #f2f2f2;
    }

.btn_a_disable {
    border-color: #fff;
    background: #fff;
}

    .btn_a_disable span {
        color: #333;
        border-color: #fff;
    }

    .btn_a_disable:hover span {
        background-color: #ffa00a;
    }

.btns {
    margin-top: 10px;
    text-align: right;
}

    .btns .btn_a span, .btns .btn_b span {
        padding: 5px 10px;
        font-size: 14px;
    }

.input {
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 28px;
    padding: 0 0 0 2px;
    vertical-align: middle;
    color: #808080;
    -webkit-box-shadow: 0px 1px 1px 0px #eaeaea inset;
    -moz-box-shadow: 0px 1px 1px 0px #eaeaea inset;
    box-shadow: 0px 1px 1px 0px #eaeaea inset;
    height: 20px\9;
    padding: 8px 0 0 2px\9;
}

.input_full {
    width: 100% !important;
}

.form {
    margin-top: 10px;
}

    .form .item {
        position: relative;
        margin-bottom: 5px;
        line-height: 30px;
    }

        .form .item .tit, .form .form-group .control-label {
            float: left;
            width: 80px;
            height: 30px;
            text-align: right;
        }

            .form .item .tit em {
                font-style: normal;
                color: #f00;
                padding-right: 2px;
            }

        .form .item .inp, .form .form-group .col-sm-10 {
            float: left;
            width: 730px;
            margin-left: 20px;
            padding: 0;
        }

            .form .item .inp .form-control-static {
                padding: 0;
                margin: 0;
            }

        .form .item .btn_a {
            margin-right: 10px;
        }

        .form .item .btn_a, .form .item .btn_b {
            line-height: 20px;
        }

.info {
    margin-top: 10px;
    line-height: 30px;
    font-size: 14px;
}

    .info .item {
        width: 49%;
        display: inline-block;
        margin-bottom: 6px;
    }

    .info .item_full {
        width: 99%;
    }

    .info .tit {
        width: 80px;
        display: inline-block;
        text-align: right;
        color: #888;
        vertical-align: top;
    }

    .info .txt {
        padding-left: 10px;
        display: inline-block;
    }

.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

.not-result {
    line-height: 30px;
    margin-top: 10px;
}

.pagination {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 100%;
}

    .pagination li {
        width: 30px;
        margin-left: 1px;
        background-color: #fff;
        color: #88a4b0;
        text-align: center;
        float: left;
        cursor: pointer;
    }

        .pagination li a {
            display: block;
        }

        .pagination li.active {
            background-color: #88a4b0;
            color: #fff;
        }

        .pagination li.info {
            background: none;
            margin: 0 0 0 6px;
            cursor: default;
            width: auto;
        }

.breadcrumb {
    padding: 8px 10px;
    margin-bottom: 10px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

.tab {
    margin-top: 10px;
}

.tab-hd {
}

    .tab-hd li {
        float: left;
        padding: 10px;
        font-size: 14px;
        border: 1px solid #d1d1da;
        border-bottom: none;
        cursor: pointer;
        margin-right: 2px;
    }

        .tab-hd li.active {
            background-color: #e2e2e8;
        }

.tab-bd {
    border: 1px solid #d1d1da;
    margin-top: -1px;
    padding: 10px;
}

    .tab-bd .panel {
        display: none;
    }

        .tab-bd .panel.active {
            display: block;
        }

.time-source {
    color: #333;
    line-height: 30px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 10px;
}

.main-content {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
}

    .main-content img {
        max-width: 100%;
    }

dd.main-content {
    margin: 0;
    margin-left: 10px;
}

.jiathis_style {
    margin: 10px 0;
}

/*======左栏box=======*/
.box {
}

.box-hd {
    height: 36px;
    line-height: 36px;
    position: relative;
    color: #46403e;
}

    .box-hd h3 {
        font-size: 18px;
        font-weight: 700;
    }

    .box-hd .more {
        position: absolute;
        height: 18px;
        width: 39px;
        display: block;
        background-position: -96px 0;
        top: 9px;
        right: 0;
    }

.box-bd {
    overflow: hidden;
}

    .box-bd ul {
        width: 110%;
    }

        .box-bd ul li {
            position: relative;
            float: left;
            margin: 0 7px 7px 0;
        }

            .box-bd ul li a p {
                height: 25px;
                width: 80px;
                line-height: 25px;
                overflow: hidden;
            }

            .box-bd ul li a img {
                border: 1px solid #fff;
                border-radius: 2px;
            }

/*======列表页=======*/
.list-box {
}

.list-box-hd {
}

.list-box-bd {
}

.list-box ul {
    width: 110%;
}

    .list-box ul li {
        float: left;
        margin: 0 10px 10px 0;
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 10px;
        border-radius: 3px;
        -webkit-transition: border-color 0.3s ease-out;
        -moz-transition: border-color 0.3s ease-out;
        -o-transition: border-color 0.3s ease-out;
        transition: border-color 0.3s ease-out;
    }

        .list-box ul li p {
            width: 140px;
            min-height: 36px;
            line-height: 18px;
            position: relative;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            word-break: break-all;
        }

        .list-box ul li:hover {
            border-color: #aaa;
        }

        .list-box ul li .txt {
            width: 140px;
            overflow: hidden;
            height: 34px;
        }

        .list-box ul li .price {
            margin-top: 3px;
        }

            .list-box ul li .price strong {
                padding: 0 2px;
                font-size: 14px;
                color: #f50;
            }

.list-box.max-text ul li p {
    width: 140px;
    overflow: hidden;
}

.under-line {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #999;
}

.text-number-list {
    line-height: 26px;
}

    .text-number-list ol {
        list-style: decimal;
        margin-left: 25px;
    }

.dot-text-list {
    line-height: 26px;
}

    .dot-text-list ul {
    }

        .dot-text-list ul li {
            position: relative;
            _zoom: 1;
            padding-left: 10px;
            border-bottom: 1px dashed #ddd;
            width: 100%;
            line-height: 30px;
            height: 30px;
            overflow: hidden;
            text-overflow: clip;
        }

            .dot-text-list ul li i {
                position: absolute;
                left: 0;
                top: 14px;
                margin-top: -1px;
                width: 4px;
                height: 4px;
                background: #999;
                _overflow: hidden;
                z-index: 3;
            }

            .dot-text-list ul li a {
                font-size: 14px;
                padding-right: 6px;
            }

            .dot-text-list ul li time {
                color: #777;
            }

/*======auction list=======*/
.auction-box li {
    position: relative;
    overflow: hidden;
    height: 140px;
    padding-left: 150px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #999;
    padding-bottom: 10px;
}

    .auction-box li:last-child {
        border-bottom: none;
    }

.auction-box .img {
    position: absolute;
    left: 0;
    top: 0;
}

.auction-box .detail-info {
}

.auction-box .price {
    color: #f50;
    font-size: 16px;
}

.auction-box dd em {
    color: #888;
}

.auction-box .soldout {
    background: transparent url(/r/img/auction-yp.png);
    height: 140px;
    width: 140px;
    display: block;
}

    .auction-box .soldout.seckill {
        background: transparent url(/r/img/auction-ms.png);
    }

    .auction-box .soldout:hover {
        background: none;
    }

        .auction-box .soldout:hover img {
            opacity: 1;
        }

    .auction-box .soldout img {
        opacity: .6;
    }
/*======详情页=======*/
.detail-box {
    line-height: 30px;
}

    .detail-box h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .detail-box img {
        border: 1px solid #fff;
        border-radius: 3px;
    }

.detail-info {
    font-size: 14px;
}

    .detail-info dt, .detail-info dd {
        margin-bottom: 6px;
    }

    .detail-info dt {
        float: left;
        width: 15%;
        text-align: right;
        color: #777;
    }

    .detail-info dd {
        float: left;
        width: 80%;
        margin-left: 10px;
    }

    .detail-info .qpr {
        color: #888;
    }

.detailimg-box {
    background: #fff;
    padding: 10px;
    line-height: 26px;
}

    .detailimg-box .detailimg-img-box {
        width: 150px;
    }

    .detailimg-box .detailimg-info-box {
        width: 560px;
    }

        .detailimg-box .detailimg-info-box dt {
            float: left;
            width: 65px;
            text-align: right;
        }

        .detailimg-box .detailimg-info-box dd {
            float: left;
            width: 495px;
        }

.view-box h1 {
    margin-bottom: 10px;
}

.view-box .img-list li {
    float: left;
}

    .view-box .img-list li a {
        display: block;
        padding: 4px;
        margin: 0 1rem 1rem 0;
        border-radius: 4px;
        background-color: #fff;
        line-height: 0;
        -webkit-transition: background-color 0.1s ease-out;
        -moz-transition: background-color 0.1s ease-out;
        -o-transition: background-color 0.1s ease-out;
        transition: background-color 0.1s ease-out;
    }

        .view-box .img-list li a:hover {
            background-color: #4ae;
        }

        .view-box .img-list li a img {
            border-radius: 3px;
        }

.view-box h3 {
    margin: 10px 0 5px 0;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 14px;
}

.view-box .price {
    color: #f50;
    font-size: 16px;
}

/*tag*/
.tag .action, .tag .action:hover {
    background: #1abc9c;
    color: #FEFEFE;
}

.cat-tag {
    border-bottom: 5px solid #1abc9c;
    overflow: hidden;
    _zoom: 1;
    height: 34px;
    margin-bottom: 20px;
}

    .cat-tag a {
        float: left;
        padding: 0px 20px;
        color: #666;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
    }

        .cat-tag a:hover {
            background: #eeeeee;
        }

.letter-tag a {
    float: left;
    padding: 0px 20px;
    height: 24px;
    line-height: 24px;
    background: #eee;
    color: #999;
    margin-right: 5px;
}

/*留言框*/
.message-item {
    margin-bottom: 10px;
}

.message-item-hd {
    color: #777;
}

.message-item-bd {
    font-size: 14px;
    line-height: 26px;
}

.message-write {
    margin-top: 10px;
    position: relative;
}

    .message-write .write-text {
        margin-bottom: 4px;
        width: 100%;
        border: 1px solid #c9c9c9;
        box-shadow: 2px 2px 2px #f8f8f8 inset;
        position: relative;
        background-color: #fff;
    }

        .message-write .write-text textarea {
            width: 100%;
            height: 40px;
            font-size: 14px;
            border: 0;
            outline: 0;
            background: 0;
            margin: 10px;
        }

@media screen and (min-width: 768px) {
}

/* 分类 */
.cat-list {
    overflow: hidden;
}

    .cat-list .cat-bd {
        width: 105%;
        +display: inline;
    }

        .cat-list .cat-bd li {
            float: left;
            overflow: hidden;
        }

            .cat-list .cat-bd li a {
                line-height: 0;
                display: block;
                text-align: center;
            }

            .cat-list .cat-bd li img {
                max-width: 140px;
                max-height: 140px;
            }

.cat-list-inner .cat-bd li {
    margin: 4px 6px 4px 2px;
    border: 1px solid #aaa;
    position: relative;
}

    .cat-list-inner .cat-bd li:hover {
        border-color: #666;
    }

    .cat-list-inner .cat-bd li, .cat-list-inner .cat-bd li img {
        width: 60px;
        height: 60px;
    }

        .cat-list-inner .cat-bd li p {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 22px;
            line-height: 22px;
            overflow: hidden;
            text-align: center;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000',endColorstr='#99000000');
            background: rgba(0,0,0,0.6);
        }

.cat-list-inner .cat-bd a {
    color: #fff;
}

.cat-list-outer .cat-bd li {
    margin: 4px 6px 4px 2px;
    height: 100px;
}

    .cat-list-outer .cat-bd li img {
        width: 80px;
        height: 80px;
        border: 1px solid #aaa;
    }

.list-cat ul li:first-child {
    margin: 0;
}

.list-cat ul li {
    width: 100%;
    float: none;
    margin: 8px 0 0 0;
}

    .list-cat ul li a {
        font-size: 14px;
    }

.list-cat .level2 {
}

.list-cat .level3, .list-cat .level4, .list-cat .level5, .list-cat .level6, .list-cat .level7 {
    margin-left: 2em;
}

.fav-btn .fav {
    float: right;
}

.fav {
    font-size: 14px;
}

.ChoCatList ul {
    margin-left: 20px;
}

    .ChoCatList ul.level2 {
        margin-left: 0;
    }

.J_CatText .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #5bc0de;
    max-width: 100%;
    margin-bottom: 5px;
}

#J_MessageCount em {
    color: #f50;
    font-style: normal;
}

.shop-info {
    border-bottom: 1px dashed #999;
}

    .shop-info .box-bd {
        position: relative;
    }

    .shop-info .logo {
        position: absolute;
        top: 0;
        left: 0;
        height: 80px;
        width: 80px;
        border: 1px solid #ddd;
    }

    .shop-info .info {
        padding-left: 90px;
        margin-top: 0;
        height: 82px;
        overflow: hidden;
    }

        .shop-info .info h2 {
            font-size: 14px;
        }

        .shop-info .info dl {
            height: 25px;
            line-height: 25px;
            overflow: hidden;
            position: relative;
        }

            .shop-info .info dl dt {
                position: absolute;
                top: 0;
                left: 0;
                color: #888;
            }

            .shop-info .info dl dd {
                padding-left: 50px;
            }

    .shop-info .intro {
        margin: 5px 0;
        line-height: 22px;
    }

/* 搜索 */
.search-form {
    position: relative;
}

    .search-form select {
        height: 22px;
        border-radius: 2px;
        border: 1px solid #999;
        padding: 2px;
        margin-bottom: 6px;
    }

    .search-form .q {
        height: 22px;
        width: 97%;
        border-radius: 2px;
        border: 1px solid #999;
        padding: 2px;
    }

    .search-form button {
        position: absolute;
        right: 9px;
        top: 4px;
        background: transparent url(/r/img/search.png) no-repeat;
        border: none;
        text-indent: -999px;
        height: 20px;
        width: 20px;
    }

.ft-quick-nav {
    float: left;
    width: 1000px;
    margin-top: 10px;
}

.online {
    position: fixed;
    right: 0;
    top: 30%;
}

    .online .min {
        cursor: pointer;
        height: 120px;
        width: 28px;
        background: url(/r/img/online.png) no-repeat 0 -36px;
    }

    .online .box {
        height: auto;
        width: 150px;
        border: 2px solid #76A20D;
        display: none;
        cursor: pointer;
        font-size: 12px;
        text-align: center;
        line-height: 130%;
        overflow: hidden;
        background-color: #fff;
    }

        .online .box h3 {
            width: 150px;
            height: 36px;
            background: url(/r/img/online.png) no-repeat 0 0;
        }

        .online .box p {
            text-align: center;
            padding: 5px;
            margin: 5px;
            border-bottom: 1px solid #ddd;
        }

            .online .box p.nob {
                border-bottom: none;
            }

.en .menu ul li {
    margin-right: 20px;
}
.en .home-search {top: 25px;}
