﻿body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  margin: 0;
}
ol,
li,
ul,
input,
textarea,
select,
button,
del,
ins,
table,
td,
tr,
th {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  outline: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select {
  font-size: 100%;
}
textarea {
  overflow: auto;
  resize: none;
}
s,
i,
em {
  text-decoration: none;
  font-style: normal;
}
.clearfix {
  clear: both;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  content: " ";
  height: 0;
  clear: both;
  visibility: hidden;
}
a,
area {
  outline: 0;
  border: none;
  outline: none;
}
body {
  height: auto;
}
.w1200 .wrap {
  width: 1190px;
  margin: 0 auto;
}
.w960 .wrap {
  width: 950px;
  margin: 0 auto;
}
a:link,
a:visited {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #111111;
}
.w1200 .footer {
  clear: both;
  padding-top: 30px;
}
.w960 .footer {
  clear: both;
  padding-top: 30px;
}

#thickdesk {
  position: absolute;
  position: fixed;
  _position: absolute;
  height: 100%;
  _height: expression(document.body.offsetHeight + "px");
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  background: #000;
  opacity: 0.5;
  display: none;
}
.pop-up {
  position: absolute;
  background: #fafafa;
  border: 1px solid #aaa;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
.pop-up .caption {
  background: #eee;
}
.pop-up .caption .text {
  line-height: 44px;
  padding-left: 20px;
  font-size: 14px;
  color: #666;
  font-family: "Microsoft YaHei";
  font-weight: bold;
}
.pop-up .caption .closebox {
  position: relative;
}
.pop-up .caption a {
  width: 30px;
  height: 22px;
  padding-top: 14px;
  text-align: center;
  margin-top: -45px;
  color: #a8a8a3;
  font-size: 32px;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  right: 6px;
}
.pop-up .caption a:hover {
  text-decoration: none;
  color: #333;
  background: #ccc;
}
.pop-up img {
  float: left;
  display: inline;
}
.pop-up .content {
  background: #fff;
  float: left;
  display: inline;
}
.pop-up .content .info {
  padding: 20px 20px 24px 20px;
  float: left;
  display: inline;
  min-width: 340px;
}
.pop-up .content .info .message-line {
  width: 340px;
  height: auto;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 18px;
}
.pop-up .content .message-center .message-line {
  text-align: center;
}

.pop-up .content .info .line-center {
  display: inline-block;
}

.pop-up .content .info .txt {
  margin-left: 12px;
  width: 250px;
  height: auto;
  float: left;
  display: inline;
}
.pop-up .content .info .txt .name {
  width: 100%;
  font-size: 15px;
  line-height: 24px;
  float: left;
  display: inline;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: #333;
}
.pop-up .content .info .txt .word {
  width: 100%;
  color: #666;
  line-height: 20px;
  width: 100%;
  margin-top: 2px;
  font-size: 12px;
  float: left;
  display: inline;
  font-family: "Microsoft YaHei";
}
.pop-up .content .info i {
  width: 36px;
  height: 36px;
  float: left;
  display: inline;
  background: url("../images/alert-icon.png") no-repeat;
  margin-left: 20px;
}
.pop-up .content .info i.success {
  background-position: 0 0;
}
.pop-up .content .info i.failure {
  background-position: 0 -36px;
}
.pop-up .content .info i.warning {
  background-position: 0 -72px;
}
.pop-up .content .message-only i {
  margin-left: 50px;
}
.pop-up .content .message-only .txt {
  width: 220px;
}
.pop-up .content .message-only .txt .name {
  line-height: 24px;
  padding: 6px 0;
}
.pop-up .content .message-center .txt {
  margin-left: 20px;
  width: 300px;
}
.pop-up .content .message-center .txt .name {
  min-height: 33px;
  line-height: 22px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}

.pop-up .content .info .btn-line {
  width: 100%;
  height: auto;
  padding-top: 15px;
}
.pop-up .content .btn-line {
  text-align: center;
  *width: auto;
  *margin-left: 98px;
}
.pop-up .content .info .btn-left {
  margin-left: 68px;
}
.pop-up .content .message-only .btn-left {
  margin-left: 98px;
}

.pop-up .content .info .btn {
  margin-right: 8px;
}
.pop-up .content .info .blue {
  color: #08c;
}
.pop-up .content .info .bold {
  font-weight: bold;
}

.pop-up .content .info .textarea {
  height: 100px;
  position: relative;
  width: 340px;
}
.pop-up .content .info .textarea textarea {
  border: 1px solid #ddd;
  height: 98px;
  padding-left: 5px;
  resize: none;
  width: 333px;
}
.pop-up .content .info .textarea .number {
  bottom: 0;
  color: #666;
  display: inline;
  float: right;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 8px;
}

/* search-list.css Date:2019-04-29 19:44:44 */
@charset "UTF-8";
.btn {
  cursor: pointer;
  text-align: center;
  font-family: "Microsoft Yahei";
  border: 0 none;
  transition: all 0.08s ease-in;
  -moz-transition: all 0.08s ease-in;
  -ms-transition: all 0.08s ease-in;
  -o-transition: all 0.08s ease-in;
  -webkit-transition: all 0.08s ease-in;
  outline: 0;
}
.btn-primary {
  color: #fff;
  background: #e6133c;
  font-size: 16px;
  height: 36px;
  width: 136px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.btn-primary:hover {
  background: #fa2244;
}
.btn-notprimary {
  color: #fff;
  background: #bbb;
  font-size: 16px;
  height: 36px;
  width: 136px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.btn-secondary {
  height: 26px;
  background: #e6133c;
  width: 70px;
  color: #fff;
  font-size: 12px;
}
.btn-secondary:hover {
  background: #fa2244;
}
.btn-notsecondary {
  height: 26px;
  background: #bbb;
  width: 70px;
  color: #fff;
  font-size: 12px;
}
.btn-notsecondaryclick {
  height: 26px;
  background: #fa2244;
  width: 70px;
  color: #fff;
  font-size: 12px;
}
.btn-submit {
  height: 26px;
  width: 70px;
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  font-size: 12px;
}
.btn-submit:hover {
  color: #000;
  border: 1px solid #999;
}
.btn-notsubmit {
  height: 26px;
  width: 70px;
  background: #eee;
  border: 1px solid #ccc;
  color: #999;
  font-size: 12px;
}
.btn-notsubmitclick {
  height: 26px;
  width: 70px;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
}
.btn-greysubmit {
  height: 26px;
  width: 70px;
  background: #f5f5f5;
  color: #333;
  border: 1px solid #ccc;
  font-size: 12px;
}
.btn-greysubmit:hover {
  color: #000;
  border: 1px solid #999;
  background: #eee;
}
.btn-notgreysubmit {
  height: 26px;
  width: 70px;
  background: #eee;
  border: 1px solid #ccc;
  color: #999;
  font-size: 12px;
}
.btn-notgreysubmitclick {
  height: 26px;
  width: 70px;
  background: #f5f5f5;
  color: #333;
  border: 1px solid #ccc;
  font-size: 12px;
}
body {
  background: #fff;
}
.list-class li {
  float: left;
  position: relative;
  width: 108px;
  height: 48px;
  border: 1px solid #eee;
  overflow: hidden;
  text-align: center;
  line-height: 48px;
  color: #999;
  margin: 4px 5px 4px 0;
  display: inline;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-class li span {
  display: inline;
  text-align: center;
}
.list-class li span img {
  height: 48px;
}
.list-class li i {
  display: none;
}
.list-class li i img {
  width: 96px;
  height: 48px;
}
@-moz-document url-prefix() {
  .list-class li span {
    float: left;
    width: 100%;
  }
}
.list-class li.on {
  background: #fff url(../images/cha-1.png) no-repeat right bottom;
  height: 46px;
  border: 2px solid #ddd;
  width: 106px;
  line-height: 46px;
  color: #999;
}
.list-class li.on i {
  display: inline;
  color: #999;
  white-space: nowrap;
}
.list-class li.on span {
  display: none;
}
.list-class li.on:hover {
  background: #fef9ee url(../images/cha-2.png) no-repeat right bottom;
  height: 46px;
  border: 2px solid #d5af82;
  width: 106px;
  line-height: 46px;
  color: #987144;
}

.list-class li:hover {
  border: 2px solid #000;
  height: 46px;
  width: 106px;
  line-height: 46px;
  color: #000;
}

.list-class li:hover i {
  display: inline;
  color: #987144;
  white-space: nowrap;
}
.listclass li {
  float: left;
  margin-left: -1px;
  position: relative;
}
.listclass li a span {
  float: left;
  display: inline-block;
}
.listclass li a i {
  float: left;
  margin-left: 7px;
  display: inline-block;
  width: 7px;
  height: 34px;
  background-repeat: no-repeat;
}
.listclass li a:link,
.listclass li a:visited {
  border: 1px solid #ccc;
  display: block;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  background: #f8f8f8;
}
.listclass li a:hover {
  background: #f8f8f8;
  border: 1px solid #df3d36;
  color: #e6133c;
  position: relative;
  z-index: 2;
}
.listclass li a.disable {
  border: 1px solid #ccc;
  color: #bbb;
  cursor: not-allowed;
}
.listclass li a.disable:hover {
  border: 1px solid #ccc;
  color: #bbb;
}
.listclass li:hover i {
  background-position: -7px center;
}
.listclass li.on {
  z-index: 3;
}
.listclass li.upanddown i {
  background-image: url(../images/icon-xiala.png);
  background-position: 0 center;
}
.listclass li.upanddown a.disable i {
  background-image: url(../images/list-new-arrow.png);
  background-position: -7px center;
}
.listclass li.sort i {
  background-image: url(../images/icon-xiala1.png);
  background-position: 0 center;
}
.listclass li.on a:link,
.listclass li.on a:visited {
  background: #c01133;
  border: 1px solid #c01133;
  color: #fff;
}
.listclass li.on i {
  background-position: -14px center;
}
.listclass li.down i {
  background-position: -21px center;
}
.left-money {
  float: left;
  margin-left: 10px;
  display: inline-block;
  height: 34px;
  position: relative;
  z-index: 3;
  width: 164px;
}
.left-money .moneyshow {
  padding: 4px;
  position: absolute;
  border: 1px solid #ccc;
  background: #f8f8f8;
}
.left-money .moneyshow .btn-secondary {
  background: #e6133c;
  border: 1px solid #e6133c;
}
.left-money .moneyshow .btn-secondary:hover {
  background: #fa2244;
  border: 1px solid #fa2244;
}
.left-money input {
  height: 24px;
  border: 1px solid #ccc;
  width: 68px;
  text-align: center;
  background: #fff;
  float: left;
  font-family: "Microsoft YaHei";
  vertical-align: middle;
  *line-height: 24px;
}
.left-money span {
  display: inline-block;
  padding: 0 5px;
  float: left;
}
.option {
  float: left;
}
.option label {
  margin-right: 25px;
  line-height: 34px;
  float: left;
  cursor: pointer;
}
.option label input {
  float: left;
  cursor: pointer;
  margin-top: 10px;
  outline: 0;
  padding: 0;
  list-style: none;
  *margin-top: 8px;
}
.option label span {
  cursor: pointer;
  float: left;
  margin-left: 5px;
  color: #333;
  font-family: "Microsoft YaHei";
}
.option label span.on-span {
  color: #2e3385;
  background: url(../images/kj-icon.png) no-repeat left;
  padding-left: 18px;
}
.option label img {
  margin: 4px 0 0 6px;
  cursor: pointer;
  width: 78px;
  height: 26px;
}
.option label i {
  width: 12px;
  height: 12px;
  margin-top: 11px;
  margin-left: 4px;
  float: left;
  display: inline;
  background: url(../images/list-new-alert.png) 0 0 no-repeat;
}
.option label i .tips {
  z-index: 1000;
  text-align: left;
  border: 1px solid #ffdaa2;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 6px 8px;
  color: #000;
  background-color: ivory;
  position: absolute;
  top: 25px;
  left: -100px;
  font-family: "Microsoft YaHei";
  display: none;
}
.option label i .tips .tip-arrow-top {
  margin-top: -14px;
  position: absolute;
  top: 0;
  left: 98px;
  width: 17px;
  height: 14px;
  background: url(../images/tip-yellow_arrow.png) no-repeat;
}
.option label i .tips .tips-line {
  width: 240px;
  height: 24px;
  line-height: 24px;
  float: left;
  display: inline;
  color: #bb7e23;
}
.option label i .tips .tips-line a {
  float: right;
  display: inline;
  color: #999;
}
.option label i .tips .tips-line a em {
  width: 12px;
  height: 12px;
  margin: 7px 4px 0;
  float: right;
  display: inline;
  background: url(../images/list-new-alert.png) 0 -26px no-repeat;
}
.option label i .tips .tips-line a:hover {
  color: #e6133c;
}
.option label i .tips .tips-line a:hover em {
  background-position: 0 -39px;
}
.option label i .tips .tips-txt {
  width: 240px;
  height: auto;
  line-height: 22px;
  float: left;
  display: inline;
  color: #000;
}
.option label i:hover {
  background-position: 0 -13px;
  position: relative;
}
.option label i:hover .tips {
  display: inline;
}
.pro-class {
  width: 1200px;
}
.pro-class:after {
  display: block;
  content: " ";
  height: 0;
  clear: both;
  visibility: hidden;
}

.pro-class li {
  margin-top: 10px;
  margin-right: 10px;
  float: left;
  position: relative;
  width: 230px;
  height: 320px;
}

.pro-class li:hover .search-list-show {
  bottom: 0;
}
.pro-img {
  overflow: hidden;
}
.pro-img .phone {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  color: #fff;
  background: #ff4a4a;
  background: -moz-linear-gradient(135deg, #ff4a4a 20%, #e911b9);
  background: -webkit-gradient(
    linear,
    20% 80%,
    0 0,
    from(#ff4a4a),
    to(#e911b9)
  );
  background: -webkit-linear-gradient(135deg, #ff4a4a 20%, #e911b9);
  background: linear-gradient(135deg, #ff4a4a 20%, #e911b9);
  background: -o-linear-gradient(135deg, #ff4a4a 20%, #e911b9);
  padding: 5px;
  border-radius: 3px;
  margin-right: 10px;
}
.phoneshow {
  width: 140px;
  height: 140px;
  position: absolute;
  left: 0;
  top: 30px;
  display: none;
}
.point {
  float: right;
  padding-top: 19px;
  height: 10px;
}
.point ul li {
  float: left;
  margin-left: 6px;
  display: inline;
  width: 10px;
  height: 10px;
  background-image: url(../images/dian-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.point ul li.on,
.point ul li:hover {
  background-position: right center;
}
.path {
  font-family: "Microsoft YaHei";
  position: relative;
  height: 56px;
  z-index: 195;
}
.path-icon {
  float: left;
  padding-left: 15px;
  background: url(../images/left-icon.png) no-repeat left;
  padding-right: 10px;
  font-size: 12px !important;
}
.path-font {
  float: left;
  color: #333;
  margin: 0;
  padding: 0;
  background: 0 0;
  padding-right: 10px;
  padding-left: 10px;
}
.path-current a:link,
.path-current a:visited,
.path-font a:link,
.path-font a:visited {
  color: #333;
  text-decoration: none;
  display: block;
  max-width: 72px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.path-current a:hover,
.path-font a:hover {
  color: #e6133c;
  text-decoration: underline;
}
.path-show {
  border: 1px dashed #ddd;
  line-height: 24px;
  height: 24px;
  padding: 0 20px 0 10px;
  color: #333;
  background: url(../images/showrighticon.png) no-repeat right 10px;
  position: relative;
}
.path-show span {
  display: block;
  max-width: 72px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.path-show span a:link,
.path-show span a:visited {
  color: #333;
}
.path-show span a:hover {
  color: #e6133c;
  text-decoration: underline;
}
.path-show-1 {
  border: 1px dashed #d5af82;
  line-height: 24px;
  height: 24px;
  padding-left: 10px;
  color: #333;
  position: relative;
}
.path-show-1 .fl {
  color: #999;
  float: left;
}
.path-show-1 i {
  color: #987144;
}
.path-show:hover {
  border: 1px dashed #e6133c;
  background: url(../images/showrighticon.png) no-repeat right -17px;
}
.path-show:hover span {
  color: #e6133c;
}
.path-input {
  height: 22px;
  padding: 1px;
  border: 1px solid #ddd;
  padding-left: 10px;
  width: 150px;
}
.path-input input {
  float: left;
  height: 22px;
  border: 0;
  width: 125px;
  font-family: "Microsoft YaHei";
  vertical-align: middle;
  *line-height: 22px;
}
.path-input button {
  height: 22px;
  width: 22px;
  border: 0;
  background: url(../images/select-button.png) no-repeat center center;
  cursor: pointer;
  float: right;
}
.path-input-bk {
  border: 1px solid #7fcbfe;
  border-radius: 2px;
  box-shadow: 0 0 3px #bbb;
}
.path-input-bk button {
  background: #7fcbfe url(../images/select-button-bg.png) no-repeat center
    center;
}
.filter {
  border-top: 2px solid #987144;
  font-family: "Microsoft YaHei";
  float: left;
  display: inline;
}
.filter-item {
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
  float: left;
  display: inline;
}
.filter-left {
  float: left;
  display: inline;
  width: 90px;
  margin: 0 20px;
  color: #999;
  text-align: right;
  line-height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.filter-right {
  width: 1040px;
  float: left;
  display: inline;
  background: #fff;
  padding: 6px 0;
  padding-left: 20px;
  line-height: 22px;
  min-height: 22px;
  color: #333;
}
.wid-list {
  width: 925px;
}
.filter-right-item {
  margin-right: 28px;
  max-width: 88px;
  height: 22px;
  line-height: 22px;
  float: left;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.filter-right-item a:link {
  color: #333;
  white-space: nowrap;
}
.filter-right-item a:visited {
  color: #333;
}
.filter-right-item a:hover {
  color: #987144;
  text-decoration: underline;
}
.filter-right-item-auto {
  width: auto;
  margin-right: 35px;
  height: 22px;
}
.filter-item-pr {
  padding-right: 14px;
  background: url(../images/xlicon.png) no-repeat right 9px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 72px;
}
.ulfclass li:hover .filter-item-pr {
  background: url(../images/xlicon.png) no-repeat right -22px;
}
.sequence {
  margin-top: 20px;
  height: 36px;
  float: left;
  display: inline;
}
.sequence-left {
  height: 36px;
  float: left;
  overflow: hidden;
  font-family: "Microsoft YaHei";
}
.sequence-right {
  margin-left: 10px;
  height: 34px;
  border: 1px solid #ccc;
  background: #f8f8f8;
  padding: 0 4px 0 10px;
  float: right;
  width: 645px;
}
.sequence-right-pt {
  float: right;
  color: #666;
  line-height: 26px;
  padding-top: 4px;
}
.sequence-right-pt span {
  color: #e6133c;
}
.fl {
  float: left;
  display: inline;
}
.swicon {
  height: 24px;
  width: 24px;
  border: 1px solid #ccc;
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 8px;
  display: block;
}
.swicon:hover {
  background-color: #fff;
  border: 1px solid #999;
  box-shadow: 0 0 3px #bbb;
}
.buledt {
  background-image: url(../images/slicon.png);
  float: left;
}
.buridt {
  background-image: url(../images/swicon.png);
  float: right;
}
.prolist {
  font-family: "Microsoft YaHei";
  margin-top: 10px;
  position: relative;
  float: left;
  display: inline;
}
.pro-show {
  width: 202px;
  border: 1px solid #eee;
  padding: 14px 13px;
  height: auto;
  float: left;
  display: inline;
}
.pro-class li:hover .pro-show {
  /* border: 1px solid #298dff; */
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.pro-icon {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 2;
}

.pro-money {
  height: 30px;
  margin-top: 10px;
  position: relative;
}

.pro-name {
  line-height: 21px;
  color: #333;
  height: 21px;
  word-break: break-all;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro-name i {
  background: #6db1cd;
  color: #fff;
  height: 16px;
  border-radius: 2px;
  padding: 0 4px;
  float: left;
  margin-right: 4px;
  display: block;
  line-height: 16px;
  font-size: 12px;
  margin-top: 2px;
}
.two-line {
  height: 42px;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
}

.product-comment {
  height: 25px;
  clear: both;
}

.pro-name a:link,
.pro-name a:visited {
  color: #333;
  word-break: break-all;
}
.pro-name a:hover {
  color: #e6133c;
  text-decoration: underline;
}
.pro-info {
  line-height: 21px;
  color: #ff875a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-info a {
  color: #ff875a;
  text-decoration: none;
  word-break: break-all;
}
.pro-info a:hover {
  color: #ff875a;
  text-decoration: underline;
}
.pro-discount {
  line-height: 21px;
  color: #e6133c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.pro-discount a {
  color: #e6133c;
  text-decoration: none;
  word-break: break-all;
}
.pro-discount a:hover {
  color: #e6133c;
  text-decoration: underline;
}
.pro-button {
  padding: 4px 0 14px;
  display: block;
}
.pro-button button {
  width: 100%;
}
.pro-button button.btn-primary {
  border: 1px solid #e6133c;
  background: #fff;
  color: #e6133c;
}
.pro-button button.btn-primary:hover {
  background: #e6133c;
  color: #fff;
}
.pro-assess {
  height: 21px;
  line-height: 21px;
}
.pro-assess-left {
  float: left;
  background: url(../images/w13-icon.png) no-repeat left;
  padding-left: 20px;
  color: #08c;
}
.pro-assess-new {
  float: left;
  background: url(../images/list-praise.png) no-repeat left;
  padding-left: 18px;
  color: #ff4c61;
  margin-left: 12px;
}
.pro-assess-right {
  float: left;
  color: #999;
}
.pro-assess-right a:link,
.pro-assess-right a:visited {
  color: #999;
}
.pro-assess-right a:hover {
  color: #333;
  text-decoration: underline;
}
.pro-top {
  height: 21px;
  line-height: 21px;
}
.pro-top .pro-top-left {
  float: left;
  background: url(../images/list-top-icon.png) no-repeat left;
  padding-left: 20px;
  color: #999;
}
.pro-top .pro-top-left span {
  float: left;
}
.pro-top .pro-top-left .red {
  float: left;
  display: inline;
  margin: 0 4px;
  color: #666;
  text-decoration: none;
  max-width: 84px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-top .pro-top-left a.red:hover {
  text-decoration: underline;
}
.fr-show {
  float: left;
  width: 68px;
  margin-left: 2px;
}
.ul-secondary {
  margin-left: -1px;
  *position: relative;
  *left: -1px;
}
.ul-secondary li {
  float: left;
  padding: 0 15px;
  color: #fff;
  width: 108px;
  margin-top: 15px;
  border-left: 1px dashed #fff;
  display: inline-block;
}
.ul-secondary li dl {
  margin: 0;
  list-style: none;
  padding: 0;
}
.ul-secondary li dd {
  margin: 0;
  list-style: none;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #bbb;
  display: block;
  height: 21px;
  line-height: 21px;
}
.ul-secondary li dd a:link,
.ul-secondary li dd a:visited {
  color: #bbb;
  font-size: 12px;
  line-height: 21px;
}
.ul-secondary li dd a:hover {
  text-decoration: underline;
  color: #fff;
}
.ul-secondary li dd.on,
.ul-secondary li dd.on a:link,
.ul-secondary li dd.on a:visited {
  color: #eee;
  font-weight: 700;
}
.ul-secondary li dd.on a:hover {
  color: #eee;
  font-weight: 700;
  text-decoration: none;
}
.path-show:hover .show-drop {
  display: block;
}
.show-drop {
  position: absolute;
  top: 25px;
  left: 0;
  padding-top: 10px;
  z-index: 1;
  display: none;
}
.show-drop-bg {
  overflow: hidden;
  background: url(../images/show-bg-1.png);
  padding-bottom: 15px;
  line-height: 21px;
  max-width: 834px;
  position: relative;
}
.show-drop-bg:after {
  display: block;
  content: " ";
  height: 0;
  clear: both;
  visibility: hidden;
}
.white {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  max-width: 120px;
}
.white-gb {
  float: left;
  background: url(../images/bi.png) no-repeat center center;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.path-pa {
  position: absolute;
  left: 0;
  white-space: nowrap;
  height: 26px;
  font-size: 0;
}
.path-tue {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 56px;
  background: #fff url(../images/tue.png) no-repeat center center;
  display: none;
  cursor: pointer;
}
.path-tue1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 56px;
  background: #fff url(../images/tue1.png) no-repeat center center;
  display: none;
  cursor: pointer;
}
.showbg {
  position: absolute;
  left: -1px;
  border: 1px solid #ddd;
  background: #fff;
  top: 26px;
  display: none;
  min-width: 100%;
  line-height: 21px;
  padding: 5px 0;
}
.showbg dd {
  float: left;
  line-height: 21px;
  padding: 0 12px;
  white-space: nowrap;
  color: #333;
  width: 60px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.showbg dd a:link,
.showbg dd a:visited {
  color: #333;
}
.showbg dd a:hover {
  color: #987144;
  text-decoration: underline;
}
.wide-version dd {
  float: left;
  line-height: 21px;
  padding: 0 12px;
  white-space: nowrap;
  color: #333;
  width: 75px;
  display: inline-block;
  overflow: hidden;
}
.wide-version dd a:link,
.wide-version dd a:visited {
  color: #333;
}
.wide-version dd a:hover {
  color: #987144;
  text-decoration: underline;
}
.ulfclass {
  margin-left: -6px;
}
.ulfclass li {
  padding: 0 6px;
  height: 26px;
  border: 1px solid #fff;
  float: left;
  margin-right: 25px;
  position: relative;
}
.ulfclass li span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  left: 0;
  top: 26px;
  display: none;
  z-index: 2;
}
.ulfclass li:hover {
  border: 1px solid #ddd;
  z-index: 4;
}
.ulfclass li:hover .showbg,
.ulfclass li:hover span {
  display: block;
}
.fr-button {
  float: right;
}
.fr-button-a {
  float: left;
  height: 22px;
  width: 56px;
  line-height: 22px;
  background: #eee;
  color: #666;
  text-align: center;
  cursor: pointer;
}
.fr-button-a:hover {
  background: #fef9ee;
  color: #987144;
}
.fr-button-b {
  float: left;
  height: 22px;
  width: 50px;
  line-height: 22px;
  background: #fff;
  color: #666;
  text-align: center;
  cursor: pointer;
  background-image: url(../images/showrighticon.png);
  background-repeat: no-repeat;
  background-position: right 9px;
  padding-right: 6px;
}
.fr-button-b:hover {
  color: #987144;
}
.clr {
  clear: both;
}
.hdl {
  height: 24px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.hdl dl {
  position: absolute;
  left: 0;
  top: 0;
}
.hdl dl dd {
  float: left;
  height: 23px;
  line-height: 23px;
  white-space: nowrap;
  margin-right: 12px;
  display: inline;
  color: #333;
}
.hdl dl dd:hover {
  color: #987144;
  border-bottom: 2px solid #987144;
  cursor: pointer;
}
.hdl dl dd.on {
  color: #987144;
  border-bottom: 2px solid #987144;
}
.list-class1 li {
  float: left;
  position: relative;
  width: 108px;
  height: 48px;
  border: 1px solid #eee;
  overflow: hidden;
  text-align: center;
  line-height: 48px;
  color: #999;
  margin: 0 4px 8px 0;
  *margin-right: 3px;
  display: inline-block;
  cursor: pointer;
}
.list-class1 li span {
  display: inline-block;
  text-align: center;
  max-width: 96px;
}
.list-class1 li i {
  display: none;
}
.list-class1 li i img {
  width: 96px;
  height: 48px;
}
.list-class1 li.on {
  background: #fef9ee url(../images/cha-3.png) no-repeat right bottom;
  height: 46px;
  border: 2px solid #d5af82;
  width: 106px;
  line-height: 46px;
  color: #987144;
}
.list-class1 li.on i {
  display: inline-block;
  color: #987144;
  white-space: nowrap;
}
.list-class1 li.on span {
  display: none;
}
.list-class1 li.on:hover {
  background: #fef9ee url(../images/cha-3.png) no-repeat right bottom;
}
.list-class1 li:hover {
  background: #fef9ee;
  height: 46px;
  border: 2px solid #d5af82;
  width: 106px;
  line-height: 46px;
}
.list-class1 li:hover span {
  display: none;
}
.list-class1 li:hover i {
  display: inline-block;
  color: #987144;
  white-space: nowrap;
}
.w48 {
  width: 48px !important;
  *margin: 0 2px;
}
.max-h {
  overflow: auto;
  max-height: 224px;
  margin-top: 8px;
  position: relative;
}
.choice {
  margin-top: 15px;
  line-height: 30px;
  background: #f4f1e9;
  padding: 0 10px;
  display: none;
}
.choice-left {
  color: #999;
  float: left;
}
.choice-show {
  margin-left: 60px;
  line-height: 30px;
}
.choice-show label {
  float: left;
  margin-right: 25px;
}
.choice-show input {
  float: left;
  margin-top: 8px;
}
.choice-show span {
  margin-left: 6px;
  float: left;
  line-height: 30px;
  color: #333;
  font-family: "Microsoft YaHei";
}
.multiselect label {
  float: left;
  margin-right: 25px;
  line-height: 24px;
  font-family: "Microsoft YaHei";
  white-space: nowrap;
}
.multiselect label input {
  float: left;
  margin-top: 5px;
}
.multiselect label span {
  float: left;
  margin-left: 6px;
  display: inline;
}
.showbutton {
  height: 26px;
  text-align: center;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 6px;
  line-height: 26px;
}
.showbutton .btn-secondary {
  background: #987144;
  color: #fff;
  border: 1px solid #987144;
}
.showbutton .btn-secondary:hover {
  background: #d5af82;
  border: 1px solid #d5af82;
}
.pt6 {
  padding-top: 6px;
}
.sx-show {
  display: none;
}
.shshow {
  max-height: 116px;
  overflow: hidden;
  position: relative;
}
.zk-icon {
  background-position: right -18px;
}
.fr {
  float: right;
  display: inline;
}
.ltshow {
  position: absolute;
  width: 154px;
  top: 39px;
  left: 4px;
  display: none;
}
.inp-focus {
  background: #fff;
  font-size: 12px;
  color: #444;
  border: 1px solid #7fcbfe !important;
  box-shadow: 0 0 3px #bbb;
  -moz-box-shadow: 0 0 3px #bbb;
  -ms-box-shadow: 0 0 3px #bbb;
  -o-box-shadow: 0 0 3px #bbb;
  -webkit-box-shadow: 0 0 3px #bbb;
}
.showheight {
  background: #fff !important;
  height: 61px;
  border: 1px solid #ccc;
}
.pathclip {
  clip: rect(0, auto, 1050px, 0);
  position: absolute;
  width: 100%;
  left: 0;
  height: 26px;
}
.max-h::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.max-h::-webkit-scrollbar-track-piece {
  background-color: #f1f1f1;
  border-radius: 5px;
}
.max-h::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 0;
  outline: 0;
}
.max-h::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}
.max-h::-webkit-scrollbar-thumb:horizontal {
  width: 6px;
  background-color: #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.listicon-1 {
  overflow: hidden;
  height: 30px;
  margin-top: 4px;
  position: relative;
}
.listicon-1 dl {
  margin-left: -4px;
  position: absolute;
}
.listicon-1 dl dd {
  float: left;
  width: 30px;
  height: 30px;
  background: #f8f8f8;
  position: relative;
  cursor: pointer;
  margin-left: 4px;
}
.listicon-1 dl dd span {
  width: 28px;
  height: 28px;
  display: none;
  border: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 0;
}
.listicon-1 dl dd.on span,
.listicon-1 dl dd:hover span {
  display: block;
}
.listicon-1:after {
  display: block;
  content: " ";
  height: 0;
  clear: both;
  visibility: hidden;
}
.left-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 13px;
  background: #fff;
  z-index: 1;
  background-image: url(../images/left-bg.png);
  background-position: left top;
  display: none;
  cursor: pointer;
}
.right-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 13px;
  background: #fff;
  z-index: 1;
  background-image: url(../images/left-bg.png);
  background-position: right top;
  display: none;
  cursor: pointer;
}
.bn-1 {
  background-position: left bottom;
  cursor: auto;
}
.bn-2 {
  background-position: right bottom;
  cursor: auto;
}
.pro-class .on-show {
  height: 390px;
}
.pro-class .on-show .pro-show {
  height: 367px;
  padding-bottom: 7px;
}
.newnone {
  text-align: center;
  border: 1px solid #fde9bd;
  background: #fffdf0;
  margin-top: 20px;
  padding: 25px 0;
  float: left;
  display: inline;
  width: 1188px;
}
.newnone-icon {
  background: url(../images/none-pro.png) no-repeat left top;
  padding-left: 85px;
  text-align: left;
  display: inline-block;
  font-family: "Microsoft YaHei";
}
.newnone-title {
  height: 30px;
  font-size: 18px;
  color: #f60;
}
.newnone-title span {
  color: #333;
}
.newnone-font {
  line-height: 18px;
  color: #666;
}
.newnone-font a:link,
.newnone-font a:visited {
  color: #08c;
}
.newnone-font a:hover {
  text-decoration: underline;
}
.titleshow {
  line-height: 38px;
  height: 38px;
  font-size: 18px;
  color: #f60;
  background: #fffdf0;
  border: 1px solid #fde9bd;
  padding: 0 14px;
  font-family: "Microsoft YaHei";
  margin-top: 10px;
}
.titleshow span {
  color: #333;
}
.path-left {
  height: 26px;
  line-height: 26px;
  padding: 15px 0;
  float: left;
  width: 1050px;
  position: relative;
}
.path-right {
  float: right;
  color: #666;
  line-height: 56px;
  background: #fff;
  text-align: right;
  width: 140px;
  width: 140px;
  position: relative;
  z-index: 3;
}
.ovhidden {
  overflow: hidden;
}
.money-fl {
  float: left;
  font-family: Verdana, Geneva, sans-serif;
  color: #e6133c;
  line-height: 26px;
  font-size: 18px;
}
.money-fr {
  float: right;
}
.money-fr span {
  float: left;
  margin-left: 3px;
  display: inline-block;
  height: 18px;
  margin-top: 4px;
  line-height: 18px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  padding: 0 3px;
  background: #ff4c61;
}
.money-fr span.xndc {
  color: #fff;
  background: #ec3c47;
}
.ticon-2 {
  background: url(../images/t-icon.png) no-repeat left -16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-top: 5px;
}
.show1 {
  height: 22px;
  overflow: hidden;
}
.flist {
  color: #999 !important;
  background: none !important;
}
.flist a {
  color: #999 !important;
  background: #f8f8f8 !important;
  border: 1px solid #ccc !important;
  cursor: default !important;
}
.listclass li.flist i {
  background-position: 0 center !important;
}
.w1200 .main-content {
  position: relative;
}
.showbg label {
  float: left;
  margin-left: 20px;
  *margin-left: 15px;
  line-height: 24px;
  font-family: "Microsoft YaHei";
  white-space: nowrap;
}
.showbg dl {
  float: left;
}
.showbg label input {
  float: left;
  margin-top: 5px;
  *margin-top: 2px;
}
.ulfclass li .showbg label span {
  float: left;
  margin-left: 6px;
  *margin-left: 3px;
  display: inline;
  position: static;
  width: auto;
  height: 24px;
  line-height: 24px;
  background: #fff;
}
.btn-submit {
  margin-left: 3px;
}
.multiselect label input {
  *margin-top: 2px;
}
.sequence .flienav-list,
.sequence .search-line {
  display: none;
}
.sequence-fixed {
  width: 100%;
  height: 34px;
  line-height: 34px;
  margin-top: 0;
  float: left;
  display: inline;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  border: solid #ddd;
  border-width: 1px 0;
}
.sequence-fixed .flienav-list {
  width: 84px;
  height: 34px;
  position: relative;
  float: left;
  display: inline;
}
.sequence-fixed .flienav-list .flienav-show {
  padding-left: 14px;
  width: 70px;
  height: 34px;
  float: left;
  display: inline;
  color: #333;
}
.sequence-fixed .flienav-list .flienav-show span {
  float: left;
  display: inline;
}
.sequence-fixed .flienav-list .flienav-show i {
  width: 7px;
  height: 5px;
  background: url(../images/icon-xiala1.png) 0 -7px no-repeat;
  float: left;
  display: inline;
  margin: 14px 0 0 6px;
}
.sequence-fixed .flienav-list .listclass {
  float: left;
  display: inline;
  width: 342px;
}
.sequence-fixed .flienav-list .nav-show {
  background: #e6133c;
  position: absolute;
  left: 0;
  top: 30px;
  width: 190px;
  line-height: 30px;
  display: none;
}
.sequence-fixed .flienav-list:hover .flienav-show {
  color: #fff;
  background: #e6133c;
  margin-top: -1px;
  border-top: 1px solid #e6133c;
}
.sequence-fixed .flienav-list:hover .flienav-show i {
  background-position: -14px -7px;
}
.sequence-fixed .flienav-list:hover .nav-show {
  display: block;
}
.sequence-fixed .sequence-left {
  overflow: visible;
}
.sequence-fixed .sequence-left .index-none {
  z-index: 0;
}
.sequence-fixed .listclass li.on {
  z-index: 1003;
}
.sequence-fixed .listclass li.on a:link,
.sequence-fixed .listclass li.on a:visited {
  background: #c01133;
  border: 1px solid #c01133;
  color: #fff;
  margin-top: -1px;
}
.sequence-fixed .listclass li a:link,
.sequence-fixed .listclass li a:visited {
  border: 0 none;
  background: #fff;
}
.sequence-fixed .listclass li a:hover {
  background: #fff;
  border: 0 none;
  color: #e6133c;
  position: relative;
  z-index: 1002;
}
.sequence-fixed .listclass li a.disable {
  border: 0 none;
  color: #bbb;
  cursor: not-allowed;
}
.sequence-fixed .listclass li a.disable:hover {
  border: 0 none;
  color: #bbb;
}
.sequence-fixed .left-money .moneyshow {
  padding: 4px;
  position: absolute;
  border: 0 none;
  background: 0 0;
  margin: 1px;
}
.sequence-fixed .left-money .moneyshow .btn-secondary {
  background: #e6133c;
  border: 1px solid #e6133c;
}
.sequence-fixed .left-money .moneyshow .btn-secondary:hover {
  background: #fa2244;
  border: 1px solid #fa2244;
}
.sequence-fixed .left-money .showheight {
  background: #fff;
  height: 61px;
  border: 1px solid #ccc;
  margin: 0;
}
.sequence-fixed .sequence-right {
  margin-left: 0;
  border: 0 none;
  background: #fff;
  width: 574px;
}
.sequence-fixed .sequence-right .sequence-right-pt .fl {
  display: none;
}
.sequence-fixed .option label {
  margin-right: 5px;
}
.sequence-fixed .search-line {
  width: 132px;
  height: 26px;
  float: right;
  display: inline;
  position: relative;
  margin-right: 0;
  margin-top: 4px;
}
.sequence-fixed .search-line input {
  width: 120px;
  height: 24px;
  float: left;
  display: inline;
  border: 1px solid #ccc;
  padding: 0 5px;
}
.sequence-fixed .search-line input:focus {
  border: 1px solid #7fcbfe;
  box-shadow: 0 0 3px #7fcbfe;
  -moz-box-shadow: 0 0 3px #7fcbfe;
  -ms-box-shadow: 0 0 3px #7fcbfe;
  -o-box-shadow: 0 0 3px #7fcbfe;
  -webkit-box-shadow: 0 0 3px #7fcbfe;
}
.sequence-fixed .search-line .search {
  width: 22px;
  height: 22px;
  float: left;
  display: inline;
  position: absolute;
  right: 4px;
  top: 2px;
  background: url(../images/select-button.png) no-repeat;
}
.sequence-fixed .swicon {
  border: 0 none;
  background-color: transparent;
  width: 14px;
}
.sequence-fixed .swicon:hover {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
}
.sequence-fixed .fr-show {
  width: 45px;
}
.sequence-fixed .left-ul-show {
  top: 4px;
  min-height: 419px;
}
.sequence-fixed .left-ul-show li {
  height: 419px;
}
.sequence-fixed .show-right {
  padding: 4px 10px;
}
.fr-button-top {
  margin-top: 4px;
}
.wid-list-change {
  width: 930px;
}
.sequence-fixed .listclass {
  float: left;
  display: inline;
  width: 342px;
}
.listclass {
  margin-left: 1px;
}
.page-show {
  text-align: center;
  height: 26px;
  padding-top: 70px;
  clear: both;
  font-family: "Microsoft YaHei";
}
.page-show table {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.page {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
}
.page ul {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.page li {
  margin: 0 2px;
  display: inline-block;
  height: 26px;
  *float: left;
}
.page li a:link,
.page li a:visited {
  background: #eee;
  height: 24px;
  *width: 24px;
  min-width: 24px;
  border: 1px solid #ccc;
  color: #333;
  line-height: 24px;
  text-align: center;
  display: block;
}
.page li a:hover {
  background: #fff;
  border: 1px solid #999;
  box-shadow: 0 0 3px #bbb;
}
.page li.ym a:link,
.page li.ym a:visited {
  width: 48px;
}
.page li.on a:hover,
.page li.on a:link,
.page li.on a:visited {
  background: #e6133c;
  color: #fff;
  border: 1px solid #e6133c;
}
.recommend-show {
  margin-top: 20px;
  border: 1px solid #ddd;
  border: 1px solid #eee;
  position: relative;
  float: left;
  display: inline;
  width: 1188px;
}
.recommend-top {
  height: 48px;
  padding: 0 24px 0 15px;
}
.recommend-top-left {
  float: left;
  font-size: 18px;
  color: #333;
  font-family: "Microsoft YaHei";
  line-height: 48px;
}
.recommend-ul {
  font-family: "Microsoft YaHei";
  padding: 0 4px;
  position: relative;
  height: 273px;
}
.recommend-money {
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  color: #e6133c;
  font-family: Verdana, Geneva, sans-serif;
}
.ul-recommend li {
  position: absolute !important;
  width: 100%;
  top: 0;
}
.pro-recommend {
  float: left;
  padding: 14px 14px 0;
  border: 1px solid #fff;
  margin-left: 5px;
  width: 200px;
  background: #fff;
}
.pro-recommend:hover {
  border: 1px solid #e6133c;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
.pro-img {
  height: 200px;
  width: 200px;
  position: relative;
}
.progress-bar-ol {
  position: absolute;
  right: 20px;
  top: 19px;
  height: 10px;
}
.progress-bar-ol li {
  float: left;
  width: 16px;
  display: inline;
}
.progress-bar-ol li a {
  width: 10px;
  height: 10px;
  background-image: url(../images/dian-bg.png);
  background-position: 0 top;
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
  text-indent: 10px;
  overflow: hidden;
  position: relative;
}
.progress-bar-ol li .li-a-circle-red {
  width: 10px;
  height: 10px;
  background-image: url(../images/dian-bg.png);
  background-position: -10px top;
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
  text-indent: 10px;
  overflow: hidden;
  position: relative;
}
.hshow {
  position: absolute;
  left: 50%;
  margin-left: -595px;
  top: 0;
}
.banner-itemleft {
  overflow: hidden;
  height: 407px;
  width: 180px;
  text-align: left;
  color: #fff;
  padding: 9px 0 9px 10px;
  line-height: 30px;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
}
.banner-itemleft ul {
  font-size: 0;
}
.banner-itemleft li {
  height: 30px;
  padding-left: 6px;
  cursor: pointer;
  color: #fff;
  font-family: "Microsoft YaHei";
}
.banner-itemleft li i {
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 7px;
  display: inline-block;
  line-height: 16px;
  font-size: 16px;
  background: url(../images/nav-v3-icon-1.png) no-repeat;
}
.banner-itemleft li i.jinkou {
  background-position: 0 0;
}
.banner-itemleft li i.shengxian {
  background-position: 0 -30px;
}
.banner-itemleft li i.shipin {
  background-position: 0 -60px;
}
.banner-itemleft li i.huli {
  background-position: 0 -90px;
}
.banner-itemleft li i.muying {
  background-position: 0 -120px;
}
.banner-itemleft li i.jiaju {
  background-position: 0 -150px;
}
.banner-itemleft li i.lengdong {
  background-position: 0 -180px;
}
.banner-itemleft li i.fuzhuang {
  background-position: 0 -210px;
}
.banner-itemleft li i.xiangbao {
  background-position: 0 -240px;
}
.banner-itemleft li i.sanc {
  background-position: 0 -270px;
}
.banner-itemleft li i.jiadian {
  background-position: 0 -300px;
}
.banner-itemleft li i.qiche {
  background-position: 0 -330px;
}
.banner-itemleft li i.yiliao {
  background-position: 0 -360px;
}
.banner-itemleft li i.zhubao {
  background-position: 0 -390px;
}
.banner-itemleft li i.xiexue {
  background-position: 0 -420px;
}
.banner-itemleft li span {
  float: left;
  margin-left: 10px;
  display: inline-block;
  font-size: 13px;
}
.banner-itemleft li span a:link,
.banner-itemleft li span a:visited {
  color: #fff;
  text-decoration: none;
}
.banner-itemleft li.on {
  background: #f9f9f9;
  position: relative;
  z-index: 6;
}
.banner-itemleft li.on span {
  color: #222;
}
.banner-itemleft li.on i {
  color: #e6133c;
}
.banner-itemleft li.on span a:link,
.banner-itemleft li.on span a:visited {
  color: #222;
}
.banner-itemleft li.on span a:hover {
  text-decoration: underline;
  color: #e6133c;
}
.left-ul-show {
  position: absolute;
  left: 190px;
  top: 0;
  min-height: 421px;
  background: #f9f9f9;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  display: none;
  width: 775px;
  border: 1px solid #e6133c;
  border-left: 0;
  z-index: 3;
}
.left-ul-show li {
  width: 775px;
  height: 423px;
  display: none;
}
.show-left {
  float: left;
  max-width: 526px;
  padding: 5px;
}
.show-w233 {
  float: left;
  width: 245px;
  margin: 0 15px 0 20px;
  display: inline-block;
  overflow: hidden;
}
.show-title {
  font-weight: 700;
  color: #222;
  line-height: 38px;
  min-height: 38px;
}
.show-title span {
  background: #f9f9f9;
  padding-right: 5px;
}
.nav-show ul li .show-title a:link,
.nav-show ul li .show-title a:visited,
.show-title a:link,
.show-title a:visited {
  color: #222;
  text-decoration: none;
}
.show-title a:hover {
  color: #e6133c;
  text-decoration: underline;
}
.show-font {
  line-height: 24px;
  color: #666;
  padding-bottom: 10px;
  margin-left: -9px;
}
.show-font a:link,
.show-font a:visited {
  float: left;
  padding: 0 8px;
  margin: 4px 0;
  line-height: 14px;
  height: 14px;
  border-left: 1px solid #ddd;
  white-space: nowrap;
  color: #666;
}
.show-font a:hover {
  color: #e6133c !important;
  text-decoration: underline;
}
.show-font span {
  margin: 0 3px;
}
.show-left-bottom {
  width: 496px;
  height: 92px;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
}
.show-right {
  float: right;
  padding: 5px 10px;
  width: 170px;
}
.h200 {
  margin-top: 5px;
  height: 200px;
  overflow: hidden;
  width: 170px;
}
.h200 img {
  width: 170px;
  height: 200px;
}
.show-left-1 {
  float: left;
  max-width: 280px;
  margin-left: 5px;
  margin-top: 5px;
}
.menu-nav-main {
  float: left;
  width: 190px;
  height: 30px;
  background: #c01133;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-weight: 700;
  margin-top: 1px;
}
.menu-nav-all i {
  width: 16px;
  height: 15px;
  background: url(../images/v3index_icon.png) no-repeat top center;
  display: block;
  float: left;
  margin: 8px 8px 0 16px;
}
.gb-icon {
  width: 31px;
  height: 31px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/header-bg.png) no-repeat;
  background-position: -31px -205px;
}
.gb-icon:hover {
  background-position: -62px -205px;
}
.int-nav {
  line-height: 28px;
}

.int-nav ul li {
  height: 83px;
  line-height: 83px;
  border-bottom: 1px dashed #eaeaea;
}

.int-nav ul li i {
  margin-top: 6px;
}
.act1190-enter {
  width: 1190px;
  height: 90px;
}
.act1190-enter img {
  width: 1190px;
  height: 90px;
  border: 0;
}
.activity-enter {
  width: 200px;
  height: 360px;
  padding-bottom: 14px;
  display: inline;
  float: left;
}
.activity-enter img {
  width: 200px;
  height: 360px;
  border: 0;
}
.pro-img-show {
  width: 186px;
  height: 28px;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 28px;
  padding: 0 7px;
  background: rgba(0, 0, 0, 0.7);
  *background: #000;
  color: #fff;
}
.select-icon-1 {
  float: left;
  padding-left: 18px;
  background: url(../images/select-icon-1.png) no-repeat left 7px;
}
.select-icon-right {
  float: right;
}
.pro-money {
  white-space: nowrap;
}
.pro-money .primary-money {
  font-size: 12px;
  color: #999;
  margin: 0 0 0 2px;
  padding: 0;
  float: left;
  line-height: 26px;
}
.item-recommend {
  clear: both;
  background: #fffadf;
  border: 1px solid #fff1cf;
  height: 48px;
  line-height: 48px;
  padding: 0 13px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 1162px;
  float: left;
  display: inline;
}
.welfare-search-main {
  text-align: center;
  padding-top: 45px;
}
.welfare-search-main .welfare-search-info {
  height: 36px;
  width: 510px;
  background: #666;
  border-radius: 2px;
  margin: 36px auto 20px;
}
.welfare-search-main .welfare-search-info .welfare-search-info-left {
  float: left;
  width: 454px;
  padding: 2px 0 2px 2px;
}
.welfare-search-main .welfare-search-info .welfare-search-info-left input {
  height: 32px;
  border: 0;
  margin: 0;
  background: #fff url(../images/welfare-icon-1a.png) no-repeat 10px center;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px 0 30px;
  font-family: "Microsoft YaHei";
}
.welfare-search-main .welfare-search-info .welfare-search-info-right {
  float: right;
  width: 50px;
}
.welfare-search-main .welfare-search-info .welfare-search-info-right button {
  width: 50px;
  height: 36px;
  border: 0;
  outline: 0;
  background: url(../images/welfare-icon-2a.png) no-repeat center center;
  cursor: pointer;
}
.welfare-ul-show {
  margin-top: 40px;
}
.welfare-ul-show.welfare-ul-fixed {
  height: 124px;
}
.welfare-ul-show.welfare-ul-fixed .welfare-ul {
  position: fixed;
  width: 1188px;
  bottom: 0;
  background: #fff;
  z-index: 9999;
}
.welfare-ul {
  border: 1px solid #c9c9c9;
}
.welfare-ul .welfare-ul-top {
  border: 1px solid #c9c9c9;
  position: absolute;
  width: 1188px;
  left: 0;
  bottom: 124px;
  background: #fff;
}
.welfare-ul .welfare-ul-top .welfare-overflow {
  padding: 10px 0 0 25px;
  overflow: auto;
  max-height: 407px;
  position: relative;
}
.welfare-ul .welfare-ul-top .welfare-overflow .h35 {
  height: 35px;
  clear: both;
}
.welfare-ul .welfare-ul-top .welfare-stop {
  height: 35px;
  text-align: right;
  font-size: 12px;
  color: #999;
  clear: both;
  position: absolute;
  width: 1168px;
  bottom: 0;
  left: 0;
  background: #fff;
}
.welfare-ul .welfare-ul-top .welfare-stop span {
  padding-right: 14px;
  line-height: 35px;
  background: url(../images/xiala-icon1.png) no-repeat right;
  cursor: pointer;
}
.welfare-ul .welfare-ul-bottom .welfare-ul-bottom-fl {
  float: left;
  border-right: 1px solid #ccc;
  height: 124px;
  width: 41px;
  background: #fafafa;
}
.welfare-ul .welfare-ul-bottom .welfare-ul-bottom-fl .welfare-list-title {
  border-top: 3px solid #e6133c;
  background: url(../images/welfare-ul-icon-1.png) no-repeat center 20px;
  padding-top: 44px;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 16px;
}
.welfare-ul .welfare-ul-bottom .welfare-ul-bottom-fr {
  float: right;
  width: 316px;
}
.welfare-ul .welfare-ul-bottom .welfare-ul-bottom-fr .quota {
  float: left;
  padding-right: 15px;
  width: 175px;
  margin-top: 5px;
  padding-top: 2px;
}
.welfare-ul .welfare-ul-bottom .welfare-ul-bottom-fr .quota div {
  background: #fafafa;
  height: 28px;
  box-sizing: border-box;
  border: 1px dashed #c9c9c9;
  border-radius: 5px;
  margin-top: 6px;
  line-height: 26px;
  padding: 0 15px;
  text-align: center;
  font-size: 12px;
  color: #6a6a6a;
}
.welfare-ul .welfare-ul-bottom .welfare-ul-bottom-fr .quota div span {
  color: #e6133c;
}
.welfare-ul .welfare-ul-bottom .welfare-ul-bottom-fr .quota-button {
  float: right;
  width: 95px;
  padding: 0 15px;
  border-left: 1px solid #d2d2d2;
  margin-top: 5px;
  height: 115px;
}
.welfare-ul .welfare-ul-bottom .welfare-ul-bottom-fr .quota-button a:link,
.welfare-ul .welfare-ul-bottom .welfare-ul-bottom-fr .quota-button a:visited {
  display: block;
  height: 26px;
  box-sizing: content-box;
  border: 1px solid #e6133c;
  line-height: 26px;
  text-align: center;
  color: #e6133c;
  font-size: 12px;
  margin-top: 23px;
}
.welfare-ul .welfare-ul-bottom .welfare-ul-bottom-fr .quota-button a:link.j,
.welfare-ul .welfare-ul-bottom .welfare-ul-bottom-fr .quota-button a:visited.j {
  color: #fff;
  background: #e6133c;
  margin-top: 10px;
}
.welfare-ul .welfare-ul-bottom .welfare-ul-width {
  float: left;
  width: 830px;
  position: relative;
  overflow: hidden;
  height: 124px;
}
.welfare-ul .welfare-ul-bottom .welfare-ul-width .qb-left {
  float: left;
  width: 10px;
  height: 18px;
  background: url(../images/qb-left.png) no-repeat center center;
  margin-top: 50px;
  position: absolute;
  left: 10px;
  top: 0;
  cursor: pointer;
}
.welfare-ul .welfare-ul-bottom .welfare-ul-width .qb-right {
  float: right;
  width: 10px;
  height: 18px;
  background: url(../images/qb-right.png) no-repeat center center;
  margin-top: 50px;
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
}
.welfare-ul .welfare-ul-bottom .welfare-ul-width .welfare-width {
  width: 790px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 124px;
}
.welfare-ul .welfare-ul-bottom ul {
  position: absolute;
}
.welfare-ul .welfare-ul-bottom ul li {
  padding: 15px 8px;
}
.welfare-ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.welfare-ul ul li {
  padding: 15px 10px;
  list-style: none;
  width: 142px;
  height: 94px;
  float: left;
  box-sizing: content-box;
}
.welfare-ul ul li .list-left {
  float: left;
  width: 70px;
  height: 70px;
  position: relative;
}
.welfare-ul ul li .list-left i {
  position: absolute;
  right: -5px;
  top: -5px;
  background: url(../images/promotion-delete.png) no-repeat center center;
  width: 15px;
  height: 15px;
  display: none;
  opacity: 0.5;
  cursor: pointer;
}
.welfare-ul ul li .list-left i:hover {
  opacity: 1;
}
.welfare-ul ul li .list-left img {
  width: 70px;
  height: 70px;
}
.welfare-ul ul li:hover i {
  display: block;
}
.welfare-ul ul li .list-right {
  float: left;
  margin-left: 5px;
  display: inline;
}
.welfare-ul ul li .list-right .topmoney {
  font-size: 14px;
  color: #e6133c;
  line-height: 36px;
}
.welfare-ul ul li .list-right .bottominput {
  height: 27px;
  border-radius: 1px;
  border: 1px solid #ccc;
}
.welfare-ul ul li .list-right .bottominput .fl-input {
  float: left;
}
.welfare-ul ul li .list-right .bottominput .fl-input input {
  height: 27px;
  border: 0;
  width: 32px;
  text-align: center;
}
.welfare-ul ul li .list-right .bottominput .fr-button {
  float: right;
  border-left: 1px solid #ccc;
  width: 15px;
}
.welfare-ul ul li .list-right .bottominput .fr-button .welfare-icon-top {
  height: 13px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  background: url(../images/welfare-icon-top.png) no-repeat center center;
}
.welfare-ul ul li .list-right .bottominput .fr-button .welfare-icon-bottom {
  height: 13px;
  cursor: pointer;
  background: url(../images/welfare-icon-bottom.png) no-repeat center center;
}
.welfare-ul ul li .list-content {
  clear: both;
  color: #666;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 132px;
  overflow: hidden;
}
.search-list-show {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.search-list-show a:link,
.search-list-show a:visited {
  display: block;
  float: left;
  line-height: 18px;
  border-radius: 2px;
  border: 1px solid #949494;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 6px;
  margin-right: 4px;
  font-size: 12px;
  max-width: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  *padding: 0 6px;
  *width: 48px;
}
.search-list-show a:hover {
  color: #e6133c;
  border: 1px solid #e6133c;
}
.search-list-show a:nth-child(3) {
  margin-right: 0;
}
.progress-bar-ol {
  width: auto !important;
}

/* header1200.css Date:2018-07-27 16:32:52 */
.header {
  background: #fff;
  min-width: 1190px;
  height: 96px;
}
.header-logo {
  width: 410px;
  height: 60px;
  margin-top: 18px;
  float: left;
}
.logo {
  width: 190px;
  float: left;
}
.secondary-logo {
  float: left;
  margin-left: 25px;
}
.w960 .header {
  min-width: 950px;
}
.w960 .fl-w215 {
  display: none;
}
.w960 .header-logo {
  width: 385px;
}
.header-search {
  width: 780px;
  position: absolute;
  left: 385px;
  margin-top: 25px;
}
.w1000 .header-search {
  width: 625px;
}
.header-search-font {
  width: 490px;
  overflow: hidden;
  clear: both;
  height: 28px;
  line-height: 28px;
  font-family: "Microsoft YaHei";
  margin-left: -5px;
}
.header-search-font a:link,
.header-search-font a:visited {
  color: #999;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  display: inline-block;
}
.header-search-font a.der,
.header-search-font a:hover {
  color: #ff6f6f;
}
.header-search-font a:hover {
  text-decoration: underline;
}
.header-search-font span {
  float: left;
  color: #e5e5e5;
  margin-left: 5px;
  display: inline-block;
}
.header-search-top {
  width: 516px;
  height: 35px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.header-search-input {
  padding: 2px 0 2px 2px;
  background: #ff3d3d;
  float: left;
  position: relative;
  z-index: 1001;
}
.header-search-input div.indiv {
  background: #fff;
  height: 31px;
  overflow: hidden;
  padding: 0 10px;
  vertical-align: middle;
}
.header-search-input input {
  height: 19px;
  line-height: 19px;
  border: 0;
  width: 406px;
  font-size: 13px;
  font-family: "Microsoft YaHei";
  background: 0 0;
  vertical-align: middle;
  padding: 6px 0;
}
.header-search-input input.gray {
  color: #a9a9a9;
}
.header-search-button {
  height: 35px;
  width: 85px;
  float: left;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
}
.header-search-button button {
  height: 35px;
  width: 85px;
  border: 0;
  cursor: pointer;
  background: #ff3d3d url(../images/ser_btnbg.png) no-repeat center center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-family: \5FAE\8F6F\96C5\9ED1;
}
.header-search-button button:hover {
  background-color: #ff3d3d;
}
.header-input-show {
  width: 423px;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  padding-bottom: 5px;
  z-index: 2;
  display: none;
}
.header-input-show1 {
  width: 423px;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  z-index: 2;
  display: none;
}
.header-input-show2 {
  width: 423px;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  padding: 5px 0;
  z-index: 2;
  display: none;
}
.header-input-show2 dl dd {
  height: 26px;
  line-height: 26px;
}
.header-input-show2 dl dd a:link,
.header-input-show2 dl dd a:visited {
  display: block;
  padding: 0 10px;
  color: #333;
}
.header-input-show2 dl dd a:hover,
.header-input-show2 dl dd.on a:link,
.header-input-show2 dl dd.on a:visited {
  background: #e6133c;
  color: #fff;
}
.header-input-show dl dd {
  height: 26px;
  line-height: 26px;
}
.header-input-show dl dd a:link,
.header-input-show dl dd a:visited {
  display: block;
  padding: 0 10px;
  color: #333;
}
.header-input-show dl dd a:hover {
  background: #e6133c;
  color: #ff6f6f;
}
.header-input-show dl dd.on a:link,
.header-input-show dl dd.on a:visited {
  background: #f7f7f7;
  color: #ff6f6f;
}
.header-input-title {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.header-input-title-fl {
  float: left;
  color: #999;
}
a.header-input-title-fr:link,
a.header-input-title-fr:visited {
  float: right;
  color: #666;
}
a.header-input-title-fr i {
  float: left;
  width: 9px;
  height: 10px;
  background: url(../images/header1200_sprite.png) no-repeat 0 -35px;
  display: inline-block;
  margin-top: 10px;
}
a.header-input-title-fr span {
  float: left;
  margin-left: 7px;
}
a.header-input-title-fr:hover {
  color: #08c;
}
a.header-input-title-fr:hover i {
  background-position: 0 -45px;
}
.inpshow {
  line-height: 20px;
  padding: 5px 0;
  color: #333;
}
.inpshow dd a strong {
  color: #333;
}
.inpshow dd a:link,
.inpshow dd a:visited {
  display: block;
  padding: 0 10px;
  height: 26px;
  color: #333;
  line-height: 26px;
}
.inpshow dd a:hover,
.inpshow dd.on a:link,
.inpshow dd.on a:visited {
  color: #ff6f6f;
  background: #f7f7f7;
}
.inpshow dd a:hover strong,
.inpshow dd.on a strong {
  color: #ff6f6f;
}
.intshow-dl {
  padding: 5px 0;
  border-top: 1px solid #ccc;
  line-height: 26px;
}
.intshow-dl dd a:link,
.intshow-dl dd a:visited {
  display: block;
  padding: 0 10px;
  color: #333;
  height: 26px;
}
.intshow-dl dd.on a:link,
.intshow-dl dd.on visited {
  background: #f7f7f7;
  color: #ff6f6f;
}
.intshow-dl dd a:link i,
.intshow-dl dd a:visited i,
.intshow-dl dd.on a:link i,
.intshow-dl dd.on visited i {
  color: #999;
}
.intshow-dl dd a:hover {
  background: #e6133c;
  color: #fff;
}
.intshow-dl dd a:hover i {
  color: #fff;
}
.intshow-dl dd span {
  float: none;
  position: absolute;
  left: 10px;
  top: 0;
  display: inline-block;
}
.intshow-dl dd i {
  float: right;
  display: inline-block;
}
.intshow-dl dd {
  position: relative;
  height: 26px;
}
.fl-w215 {
  float: right;
  height: 35px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fl-w215 a:link,
.fl-w215 a:visited {
  height: 33px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #d7d7d7;
  display: inline-block;
  margin-left: 2px;
  color: #666;
  overflow: hidden;
  padding: 0 19px 0 12px;
  float: left;
  background: #fff url(../images/header-right-icon.png) no-repeat right 12px;
  line-height: 33px;
  font-family: "Microsoft YaHei";
}
.fl-w215 a:hover {
  border: 1px solid #ff6f6f;
  color: #ff6f6f;
  background: #fff url(../images/header-right-icon.png) no-repeat right -59px;
}
.w1200 .wrap,
.w960 .wrap {
  position: relative;
}
.w1200 .wrap .header-search {
  left: 415px;
}

/* nav1200.css Date:2017-11-08 15:20:12 */
.nav {
  height: 35px;
  border-bottom: 2px solid #151515;
  background: #fff;
  min-width: 1190px;
  z-index: 996;
  position: relative;
}
.nav-left {
  float: left;
  height: 35px;
  width: 190px;
  position: relative;
  font-family: "Microsoft YaHei";
}
.nav-leftfont {
  background: #151515;
  cursor: pointer;
  height: 35px;
}
.nav-leftfont i {
  display: inline-block;
  width: 14px;
  height: 12px;
  float: left;
  margin-top: 12px;
  margin-left: 13px;
  background: url(../images/nav1200_sprite.png) no-repeat 0 -101px;
}
.nav-leftfont span {
  margin-left: 25px;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  float: left;
}
.nav-leftfont span a:link,
.nav-leftfont span a:visited {
  color: #fff;
  text-decoration: none;
}
.nav-leftfont span a:hover {
  text-decoration: underline;
}
.nav-right {
  max-width: 1000px;
  float: left;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  color: #000;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  white-space: nowrap;
}
.nav-right ul li {
  float: left;
  padding: 0 18px;
  position: relative;
  z-index: 999;
  background: #fff;
}
.nav-right ul li img {
  vertical-align: -12px;
}
.nav-right ul li a:link,
.nav-right ul li a:visited {
  display: block;
  height: 35px;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  color: #333;
  font-weight: 700;
  z-index: 1000;
}
.nav-right ul li a:hover {
  color: #ed595c;
}
.nav-right ul li a:link span,
.nav-right ul li a:visited span {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 35px;
  transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
}
.black-nav .nav-right ul li a:link,
.nav-right ul li a:visited {
  background: 0 0;
}
.black-nav .nav-right ul li.on a:link,
.black-nav .nav-right ul li.on a:visited {
  color: #fff;
  background: #e6133c;
  line-height: 35px;
  height: 35px;
}
.nav-right ul li a:hover span,
.nav-right ul li.on a:link span,
.nav-right ul li.on a:visited span {
  top: 32px;
}
.nav-right ul li a {
  background: #fff;
}
.black-nav ul li.nav-p0,
.nav-right ul li.nav-sg,
.red-nav ul li.nav-p0 {
  display: none;
}
.nav .doudou {
  width: 24px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 220px;
  background: url(../images/doudou.png) no-repeat;
  z-index: 999;
  display: none;
}
.black-nav ul li.nav-sg,
.red-nav ul li.nav-sg {
  display: block;
}
.black-nav .nav {
  height: 35px;
  background: #333;
  min-width: 1190px;
  border-bottom: 0;
}
.black-nav .nav-leftfont {
  background: #333;
}
.black-nav .nav-leftfont span {
  float: left;
  margin-left: 13px;
}
.black-nav .nav-leftfont i {
  float: right;
  margin-right: 13px;
  height: 6px;
  width: 9px;
  background: url(../images/nav1200_sprite.png) no-repeat 0 -125px;
  margin-top: 14px;
}
.black-nav .nav-right ul li {
  padding: 0;
  line-height: 35px;
  height: 35px;
  background: #333;
}
.black-nav .nav-right ul li span {
  display: none;
}
.black-nav .nav-right ul li a:link,
.black-nav .nav-right ul li a:visited {
  color: #fff;
  padding: 0 28px;
  line-height: 35px;
  height: 35px;
}
.black-nav .nav-right ul li a:hover {
  background: #e6133c;
}
.red-nav .nav {
  border-bottom: 0;
  background: #e6133c;
  line-height: 35px;
  height: 35px;
  color: #fff;
}
.red-nav .nav-leftfont {
  background: url(../images/nav1200_sprite.png) no-repeat 0 -35px;
  cursor: pointer;
  height: 35px;
}
.red-nav .nav-leftfont i {
  display: inline-block;
  width: 14px;
  height: 12px;
  float: left;
  margin-top: 12px;
  margin-left: 13px;
  background: url(../images/nav1200_sprite.png) no-repeat 0 -113px;
}
.red-nav .nav-right ul li {
  height: 35px;
  line-height: 35px;
  padding: 0;
}
.red-nav .nav-right ul li span {
  display: none;
}
.red-nav .nav-right ul li a:link,
.red-nav .nav-right ul li a:visited {
  height: 35px;
  line-height: 35px;
  display: block;
  padding: 0 28px;
  color: #fff;
}
.red-nav .nav-right ul li a:hover,
.red-nav .nav-right ul li.on a:link,
.red-nav .nav-right ul li.on a:visited {
  color: #fff;
  background: #c01133;
  line-height: 35px;
  height: 35px;
}
.show-nav {
  display: none;
  position: absolute;
  left: 0;
  top: 35px;
}
.nav-left:hover .show-nav {
  display: block;
}
.nav-left:hover {
  z-index: 5;
}
.w960 .nav {
  min-width: 950px !important;
}
.hshow {
  position: absolute;
  left: 50%;
  margin-left: -595px;
  top: 0;
}
.banner-itemleft {
  position: relative;
  z-index: 4;
  overflow: hidden;
  height: 412px;
  width: 190px;
  text-align: left;
  color: #fff;
  padding: 11px 0 9px;
  line-height: 30px;
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2);
}
.banner-itemleft_newbg {
  width: 100%;
  height: 431px;
  position: absolute;
  left: 0;
  top: 0;
  background: #151515;
  opacity: 0.9;
  filter: alpha(opacity: 75);
}
.banner-itemleft ul {
  font-size: 0;
}
.banner-itemleft li {
  height: 30px;
  padding-left: 16px;
  cursor: pointer;
  color: #fff;
  font-family: "Microsoft YaHei";
}
.banner-itemleft li i {
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 7px;
  display: inline-block;
  line-height: 16px;
  font-size: 16px;
  background: url(../images/nav-v3-icon-1.png) no-repeat;
}
.banner-itemleft li i.jinkou {
  background-position: 0 0;
}
.banner-itemleft li i.shengxian {
  background-position: 0 -30px;
}
.banner-itemleft li i.shipin {
  background-position: 0 -60px;
}
.banner-itemleft li i.huli {
  background-position: 0 -90px;
}
.banner-itemleft li i.muying {
  background-position: 0 -120px;
}
.banner-itemleft li i.jiaju {
  background-position: 0 -150px;
}
.banner-itemleft li i.lengdong {
  background-position: 0 -180px;
}
.banner-itemleft li i.fuzhuang {
  background-position: 0 -210px;
}
.banner-itemleft li i.xiangbao {
  background-position: 0 -240px;
}
.banner-itemleft li i.sanc {
  background-position: 0 -270px;
}
.banner-itemleft li i.jiadian {
  background-position: 0 -300px;
}
.banner-itemleft li i.qiche {
  background-position: 0 -330px;
}
.banner-itemleft li i.yiliao {
  background-position: 0 -360px;
}
.banner-itemleft li i.cardbook {
  background-position: 0 -390px;
}
.banner-itemleft li span {
  float: left;
  margin-left: 10px;
  display: inline-block;
  font-size: 13px;
}
.banner-itemleft li span a:link,
.banner-itemleft li span a:visited {
  color: #fff;
  text-decoration: none;
}
.banner-itemleft li.on {
  background: #888;
  position: relative;
  z-index: 6;
}
.banner-itemleft li.on span {
  color: #fff;
}
.banner-itemleft li.on i {
  color: #e6133c;
}
.banner-itemleft li.on span a:link,
.banner-itemleft li.on span a:visited {
  color: #fff;
}
.banner-itemleft li.on span a:hover {
  text-decoration: underline;
  color: #fff;
}
.left-ul-show {
  position: absolute;
  left: 190px;
  top: 1px;
  background: #f9f9f9;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  display: none;
  width: 1000px;
  height: 429px;
  border: 1px solid #dfdfdf;
  border-left: 0;
  border-top: 0;
  z-index: 3;
}
.w1000 .left-ul-show {
  width: 800px;
}
.left-ul-show li {
  width: 984px;
  height: 416px;
  display: none;
  padding: 8px;
}
.w1000 .left-ul-show li {
  width: 784px;
}
.show-left {
  float: left;
  max-width: 526px;
  padding: 5px;
}
.show-w233 {
  float: left;
  width: 245px;
  margin: 0 15px 0 20px;
  display: inline-block;
  overflow: hidden;
}
.show-title {
  font-weight: 700;
  color: #222;
  line-height: 38px;
  min-height: 38px;
}
.show-title span {
  background: #f9f9f9;
  padding-right: 5px;
}
.nav-show ul li .show-title a:link,
.nav-show ul li .show-title a:visited,
.show-title a:link,
.show-title a:visited {
  color: #222;
  text-decoration: none;
}
.show-title a:hover {
  color: #e6133c;
  text-decoration: underline;
}
.show-font {
  line-height: 24px;
  color: #666;
  padding-bottom: 10px;
  margin-left: -9px;
}
.show-font a:link,
.show-font a:visited {
  float: left;
  padding: 0 8px;
  margin: 4px 0;
  line-height: 14px;
  height: 14px;
  border-left: 1px solid #ddd;
  white-space: nowrap;
  color: #666;
}
.show-font a:hover {
  color: #e6133c !important;
  text-decoration: underline;
}
.show-font span {
  margin: 0 3px;
}
.show-left-bottom {
  width: 496px;
  height: 92px;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
}
.show-right {
  float: right;
  padding: 5px 10px;
  width: 170px;
}
.h200 {
  margin-top: 5px;
  height: 200px;
  overflow: hidden;
  width: 170px;
}
.h200 img {
  width: 170px;
  height: 200px;
}
.show-left-1 {
  float: left;
  max-width: 280px;
  margin-left: 5px;
  margin-top: 5px;
}
.gb-icon {
  display: none;
  width: 31px;
  height: 31px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/nav1200_sprite.png) no-repeat 0 -70px;
}
.gb-icon:hover {
  background-position: -31px -70px;
}
.int-nav {
  line-height: 28px;
}

.int-nav ul li {
  height: 83px;
  line-height: 83px;
  border-bottom: 1px dashed #eaeaea;
}

.int-nav ul li i {
  margin-top: 6px;
}
.menu_floor {
  width: 725px;
  margin: 10px 0 0 5px;
  line-height: 23px;
  position: relative;
  overflow: hidden;
}
.menu_floor_a {
  width: 620px;
  float: left;
  line-height: 23px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #f3f3f3;
}
.menu_floor a {
  margin-right: 18px;
  color: #666;
  display: inline-block;
}
.menu_floor a:hover {
  color: #ff6f6f;
  text-decoration: underline;
}
.menu_floor span {
  width: 75px;
  font-weight: 700;
  float: left;
  margin-right: 23px;
  text-align: right;
}
.menu_floor span a {
  color: #333;
  margin-right: 0;
}
.menu_floor span a:hover {
  color: #333;
  text-decoration: none;
}
.menu_right_img {
  width: 240px;
  height: 422px;
  float: right;
}
.menu_right_img a {
  margin-bottom: 9px;
}
.w1000 .nav-right {
  width: 800px;
  overflow: hidden;
  height: 35px;
}
.w1000 .menu_floor {
  width: 524px;
}
.w1000 .menu_floor_a {
  width: 426px;
}

/* footer1200.css Date:2016-07-04 16:32:54 */
.footer {
  min-width: 1190px;
  margin: 0 auto;
  clear: both;
  font-family: "Microsoft YaHei";
}
.footer-h40 {
  height: 40px;
}
.footer .helpnav {
  background: #f3f3f3;
  min-width: 1190px;
  padding: 24px 0;
  clear: both;
}
.footer .helpnav-list {
  float: left;
  width: 200px;
  margin: 0 10px;
  display: inline-block;
}
.footer .helpnav-title {
  height: 40px;
  line-height: 40px;
  color: #000;
  font-size: 16px;
}
.footer .helpnav-title i {
  display: inline-block;
  float: left;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.helpnav-title i.footic1 {
  background: url(../images/footer1200_sprite.png) no-repeat 0 0;
}
.helpnav-title i.footic2 {
  background: url(../images/footer1200_sprite.png) no-repeat 0 -40px;
}
.helpnav-title i.footic3 {
  background: url(../images/footer1200_sprite.png) no-repeat 0 -80px;
}
.helpnav-title i.footic4 {
  background: url(../images/footer1200_sprite.png) no-repeat 0 -120px;
}
.helpnav-title i.footic5 {
  background: url(../images/footer1200_sprite.png) no-repeat 0 -160px;
}
.footer .helpnav-list ul {
  margin-left: 55px;
  font-size: 13px;
  line-height: 26px;
  color: #555;
}
.footer .helpnav-list ul li a:link,
.footer .helpnav-list ul li a:visited {
  color: #555;
  text-decoration: none;
}
.footer .helpnav-list ul li a:hover {
  color: #e6133c;
  text-decoration: underline;
}
.footer .bottom-nav {
  line-height: 24px;
  text-align: center;
  padding: 15px 0 0;
  color: #ccc;
  background: #fff;
}
.footer .bottom-nav a.drug-message {
  color: #999;
  font-size: 12px;
  padding-top: 5px;
}
.footer .bottom-nav a.drug-message:link,
.footer .bottom-nav a.drug-message:visited {
  color: #999;
}
.footer .bottom-nav a.drug-message:hover {
  color: #666;
}
.footer .bottom-contact {
  line-height: 20px;
  text-align: center;
  color: #999;
  padding: 10px 0;
  background: #fff;
}
.bottom-nav span {
  padding: 0 8px;
}
.bottom-contact span {
  padding: 0 10px;
  color: #666;
}
.footer .bottom-nav a:link,
.footer .bottom-nav a:visited {
  color: #033;
}
.footer .bottom-nav a:hover {
  color: #e6133c;
}
..footer .bottom-nav .copyright {
  color: #999;
}
.footer .bottom-nav .police {
  width: 100%;
  text-align: center;
  padding: 10px 0 20px;
  background: #fff;
}
.footer .bottom-nav .police a {
  display: inline-block;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
}
.footer .bottom-nav .police a img {
  float: left;
  display: inline;
}
.footer .bottom-nav .police a span {
  float: left;
  display: inline;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 5px;
  color: #999;
}
.footer-center {
  width: 1100px;
  margin: 0 auto;
}
.copyright span {
  padding: 0 8px;
  color: #ccc;
}
.w960 .helpnav-list {
  width: 170px;
}
.w960 .footer,
.w960 .footer .helpnav {
  min-width: 950px;
}
.w960 .footer-center {
  width: 950px;
  margin: 0 auto;
}

/* sidebar.css Date:2019-03-21 11:31:59 */
.right-slidebar {
  font-family: "Microsoft YaHei";
}
#rside {
  z-index: 2000;
}
#rsidein {
  background: #333;
}
#rsidein > div {
  cursor: pointer;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.food {
  width: 1190px;
  height: 564px;
}
.food h2 {
  height: 36px;
  padding-top: 30px;
  border-bottom: 3px solid #222;
  color: #222;
}
.food-detail-left,
.food-detail-right {
  float: left;
}
.food-detail-left ul {
  width: 96px;
  margin-top: 2px;
}
.food-detail-left ul li {
  float: right;
  padding: 18px 10px 0 38px;
  width: 43px;
  height: 52px;
  background: #f5f5f5;
  color: #000;
  font-weight: 700;
}
.food-detail-left .select {
  padding-left: 43px;
  background: #fb8b0b;
  color: #fff;
}
.food-detail-right {
  width: 1094px;
}
.food-detail-left ul li:hover {
  padding-left: 43px;
  background: #fb8b0b;
  color: #fff;
}
.food-detail-right div {
  margin: 2px 0 0 2px;
  float: left;
  background: #f19293;
}
.adimg-big {
  width: 544px;
  height: 490px;
}
.adimg-small {
  width: 272px;
  height: 244px;
}
.iconfont {
  font-family: iconfont !important;
  font-size: 23px;
}
.login-detail s {
  text-decoration: none;
}
.right-slidebar-main > div:hover {
  background-color: #e6133c;
}
.right-slidebar {
  width: 314px;
  position: fixed;
  right: -319px;
  top: 0;
  color: #fff;
}
.right-slidebar-main {
  width: 38px;
  position: absolute;
  left: 0;
  top: 0;
  background: #333;
  z-index: 999999;
  height: 100%;
}
.sidecss {
  height: 40px;
  font-size: 12px;
  width: 38px;
  background: #333;
  text-align: center;
  margin: 2px 0;
  line-height: 40px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.sidecss i {
  width: 38px;
  height: 40px;
  float: left;
  display: inline;
}
.login {
  font-size: 12px;
  position: absolute;
  top: 100px;
  z-index: 99;
}
.login i {
  background: url(../images/sidebar_out.png) no-repeat 0 0;
}
.collection {
  position: absolute;
  top: 330px;
  z-index: 98;
}
.collection i {
  background: url(../images/sidebar_out.png) no-repeat 0 -40px;
}
.history {
  position: absolute;
  top: 390px;
  z-index: 97;
}
.history i {
  background: url(../images/sidebar_out.png) no-repeat 0 -80px;
}
.suggest {
  position: absolute;
  top: 400px;
  display: none;
}
.expert {
  position: absolute;
  top: 350px;
  display: none;
}
.expert i {
  background: url(../images/sidebar_out.png) no-repeat 0 -120px;
}
.expert.comshow {
  display: block;
}
.suggest i {
  background: url(../images/sidebar_out.png) no-repeat 0 -160px;
}
.qrcode {
  position: absolute;
  top: 450px;
}
.qrcode i {
  background: url(../images/sidebar_out.png) no-repeat 0 -200px;
}
.service {
  position: absolute;
  top: 500px;
}
.service i {
  background: url(../images/sidebar_out.png) no-repeat 0 -240px;
}
.activity {
  font-size: 12px;
  position: absolute;
  top: 60px;
  z-index: 99;
  display: none;
}
.cartbar_co {
  width: 43px;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: url(../images/sidebar_out.png) no-repeat 0 -360px;
}
.totop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 40px;
  text-align: center;
  background: #333;
  line-height: 40px;
  display: none;
}
.totop i {
  background: url(../images/sidebar_out.png) no-repeat 0 -320px;
}
.totop i:hover {
  background: url(../images/sidebar_out.png) no-repeat 0 -280px;
}
.totop .iconfont {
  font-size: 18px;
}
.shopcar {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  height: 174px;
  position: absolute;
  top: 160px;
  width: 43px;
  right: 0;
  z-index: 99999;
  background-color: #333;
  font-family: "Microsoft YaHei";
}
.shopcar b {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e6133c;
  text-align: center;
  display: block;
  line-height: 18px;
  color: #fff;
  margin-top: 10px;
}
.shopcar span {
  margin-top: 10px;
  line-height: 15px;
  display: block;
  font-size: 14px;
}
.shopcar i {
  width: 24px;
  height: 18px;
  margin-top: 36px;
  background: url(../images/sidebar_out.png) no-repeat 0 -365px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.right-slidebar-detail {
  height: inherit;
  position: absolute;
  right: 0;
  top: 0;
  background: #f2f2f2;
}
.right-slidebar-detail div {
  width: 276px;
}
::-webkit-scrollbar-thumb {
  background-color: #999;
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 8px;
  border: 2px solid #fff;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #666;
  height: 50px;
  -webkit-border-radius: 8px;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}
.ico_dd {
  width: 31px;
  height: 50px;
  position: absolute;
  left: -25px;
  top: 0;
  background: url(../images/ico_dd.png) 0 0 no-repeat;
  z-index: 999;
  cursor: default;
}
.ico_dd.cur {
  top: -115px;
  background: url(../images/ico_dd2.png) 0 0 no-repeat;
  left: -31px;
}
#purchaseicon {
  background: url(../images/sidebar_in.png) 0 0 no-repeat;
  width: 24px;
  height: 44px;
  margin: 0 10px 0 0;
  float: right;
  cursor: pointer;
}
#purchaseicon:hover {
  background-position: -25px 0;
  margin: 0 10px 0 0;
  float: right;
  cursor: pointer;
}
.login-detail {
  position: relative;
}
.login-detail .login-detail-h {
  height: 44px;
  background: #f2f2f2;
  line-height: 44px;
}
i.sidebar-closed {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/sidebar_in.png) no-repeat 0 -44px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  font-family: iconfont;
  width: 16px;
  margin: 14px 0 0 18px;
  cursor: pointer;
  color: #999;
}
i.sidebar-closed:hover {
  left: 2px;
}
.collection-detail-h span {
  margin-left: 36px;
  font-size: 14px;
  color: #333;
  font-family: "Microsoft YaHei";
  width: 198px;
  text-align: center;
  display: inline-block;
}
.login-detail-h span {
  height: 15px;
  padding-left: 20px;
  cursor: pointer;
}
.login-detail-h a {
  float: right;
  margin: 0 10px 0 0;
}
.login-detail .login-detail-l {
  padding: 65px 0 65px 95px;
  height: 75px;
}
.login-detail .pwd {
  margin-top: -1px;
  color: #000;
}
.verification div,
.verification input {
  float: left;
}
.verification {
  height: 40px;
  margin-top: 20px;
}
.login-detail .forget {
  height: 20px;
  margin: 10px 0 10px 20px;
  cursor: pointer;
}
.login-detail button {
  width: 220px;
  height: 36px;
  background: #d62233;
  border: none;
  margin-left: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 20px;
  outline: 0;
  margin-bottom: 20px;
  cursor: pointer;
}
.login-detail .other {
  height: 50px;
  margin-left: 20px;
  line-height: 30px;
}
.login-detail .other span {
  line-height: 12px;
  color: #666;
}
.login-detail .other ul {
  list-style: none;
}
.login-detail .other li {
  float: left;
  color: #333;
  line-height: 12px;
  list-style: none;
}
.login-detail .cooperation {
  height: 24px;
  padding-left: 20px;
  color: #666;
}
.shopcar-detail {
  position: relative;
}
.shopcar-detail .shopcar-detail-h {
  height: 44px;
  background: #f2f2f2;
  line-height: 44px;
  position: relative;
  z-index: 1;
}
.collection-detail .collection-detail-h {
  height: 44px;
  background: #f2f2f2;
  line-height: 44px;
}
.shopcar-detail .product-show {
  width: 276px;
  height: 490px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
}
#cart_con .clearcart {
  width: 194px;
  height: 60px;
  padding-top: 74px;
  background: #fff url(../images/clearcart.png) center 0 no-repeat;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -97px;
  top: 50%;
  margin-top: -70px;
  font-size: 16px;
  color: #666;
  line-height: 25px;
}
#cart_con .clearcart i {
  font-style: normal;
  font-size: 14px;
}
.shopcar-detail .product-show li.s-show .product-news,
.shopcar-detail .product-show li.s-show .product-price {
  color: #999;
}
.shopcar-detail li {
  width: 100%;
  height: 50px;
  background: #fff;
  padding: 10px 0 10px 10px;
  float: left;
}
.shopcar-detail li:hover {
  background: #f2f2f2;
}
.shopcar-detail li div {
  float: left;
}
.shopcar-detail .product-img {
  border: 1px solid #ccc;
  height: 48px;
  width: 48px;
  margin-right: 10px;
  position: relative;
}
.shopcar-detail .product-img:hover {
  border: 1px solid #666;
}
.shopcar-detail p.item_fail {
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
}
.shopcar-detail .product-news {
  width: 96px;
  color: #666;
  font-size: 12px;
}
.product-news span {
  display: block;
  height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.shopcar-detail .product-price {
  width: 88px;
  color: #d20000;
  font: 12px verdana;
  text-align: right;
  float: right;
  margin-right: 14px;
  font-weight: bolder;
}
.shopcar-detail .product-price i {
  cursor: pointer;
  display: none;
  width: 16px;
  height: 16px;
  background: url(../images/sidebar_in.png) 0 -92px no-repeat;
  margin: 20px 0 0 65px;
}
.shopcar-detail .product-price i:hover {
  background: url(../images/sidebar_in.png) -16px -92px no-repeat;
}
.shopcar-detail li:hover i {
  display: block;
}
.shopcar-detail .shopcar-submit {
  height: 92px;
  background: #f2f2f2;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.shopcar-submit div {
  height: 36px;
  color: #333;
  font-size: 12px;
  line-height: 36px;
  padding-left: 10px;
  text-align: left;
}
.shopcar-submit div s {
  padding: 0 3px;
  color: #d20000;
}
.shopcar-submit div i {
  font-family: verdana;
  color: #d20000;
  font-style: normal;
}
.shopcar-submit a.tomycar {
  cursor: pointer;
  width: 260px;
  height: 40px;
  line-height: 40px;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-weight: bolder;
  outline: 0;
  background: #d62233;
  border: none;
  font-size: 15px;
  font-family: "Microsoft YaHei";
}
.shopcar-submit a.tomycar:hover {
  background-color: #f12233;
}
.collection-detail {
  background: #f2f2f2;
  position: relative;
}
.collection-detail .collection-detail-show {
  height: 660px;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: "Microsoft YaHei";
  background: #f2f2f2 !important;
  position: relative;
  padding-top: 5px;
}
.collection-detail ul {
  padding-left: 30px;
}
.collection-detail-show li {
  height: 124px;
  width: 100px;
  margin: 0 10px 16px 0;
  float: left;
}
.collection-detail-show li span {
  font-family: verdana;
  color: #d20000;
  font-size: 12px;
  text-align: center;
  display: block;
  font-weight: bolder;
}
.collection-detail button {
  width: 260px;
  height: 40px;
  color: #fff;
  font-weight: 700;
  outline: 0;
  background: #d62233;
  border: none;
  font-size: 16px;
  margin: 15px 0 0 20px;
}
.right-slidebar-detail .qrcode-detail {
  background: #f2f2f2;
}
.right-slidebar-detail .qrcode-detail-h {
  height: 50px;
}
.qrcode-detail-show img {
  margin-left: 65px;
}
.orderstyle div {
  width: 110px;
  height: 110px;
  float: left;
}
.orderstyle .waitpay {
  width: 109px;
  height: 109px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.orderstyle .waitvalue {
  width: 109px;
  height: 109px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
#nosidederty {
  background: #333;
}
.code_title {
  background: transparent url(../images/code_title.png) no-repeat left center;
  width: 82px;
  line-height: 28px;
  margin: 18px auto 0;
  padding-left: 12px;
}
.mui-mbar-tab {
  position: relative;
  z-index: 999;
  top: 15px;
}
.totop .mui-mbar-tab {
  top: 15px;
}
.mui-mbar-tab-tip .tip_con {
  width: 86px;
  font-size: 14px;
  color: #333;
  font-family: "Microsoft YaHei";
}
.mui-mbar-tab-tip {
  opacity: 1;
  display: none;
  position: absolute;
  width: 0;
  line-height: 40px;
  right: 38px;
  top: -17px;
  border: 1px solid #ddd;
  color: #000;
  background-color: #fff;
  overflow: hidden;
  cursor: default;
  border-top-left-radius: 8%;
  border-bottom-left-radius: 8%;
}
.mui-mbar-tab-tip img {
  width: 100px;
  height: 100px;
}
.mui-mbar-tab-tip-arr {
  position: absolute;
  top: 15px;
  right: -6px;
  width: 6px;
  height: 12px;
  background: url(../images/sidebar_in.png) no-repeat -6px -108px;
}
.mui-mbar-tab-normal-arr {
  position: absolute;
  top: 14px;
  right: 0;
  display: none;
  width: 6px;
  height: 12px;
  background: url(../images/sidebar_in.png) no-repeat 0 -108px;
  border: 0;
}
.mui-mbar-tab-cart-arr {
  position: absolute;
  top: 82px;
  right: 0;
  z-index: 999990;
  width: 6px;
  height: 12px;
  display: none;
  background: url(../images/sidebar_in.png) no-repeat 0 -108px;
}
.collection-detail-h a {
  float: right;
  color: #999;
  margin-right: 15px;
}
.collection-detail-h a:hover {
  color: #d62233;
}
.collection-detail-show a.item_warp {
  position: relative;
  display: inline-block;
}
.collection-detail-show a.item_warp .close_item {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
}
.collection-detail-show a.item_warp:hover .close_item {
  display: inline-block;
  background: url(../images/sidebar_in.png) no-repeat 0 -92px;
}
.collection-detail-show a.item_warp:hover .close_item:hover {
  display: inline-block;
  background: url(../images/sidebar_in.png) no-repeat -16px -92px;
}
.collection-detail-show a.item_warp p {
  display: none;
  position: absolute;
  bottom: 23px;
  height: 24px;
  line-height: 24px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.collection-detail-show a.item_warp p.addcart {
  background-color: #d62233;
}
.collection-detail-show a.item_warp p.item_fail {
  background-color: #666;
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: block;
}
.collection-detail-show a.item_warp:hover p {
  display: block;
}
.more_bottom {
  position: absolute;
  bottom: 0;
  height: 40px !important;
  background-color: #f2f2f2;
  font-family: "Microsoft YaHei";
  width: 100%;
}
.more_bottom p {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #999 !important;
}
.reddot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d62233;
  margin: 7px 0 0 2px;
  float: left;
}
.product-news span {
  font-size: 12px;
  line-height: 16px;
}
.timeline_num {
  font-family: "Microsoft YaHei";
  padding-left: 5px;
  color: #999;
  font-size: 12px;
}
.collection-detail-show s,
.product-price s {
  font-weight: 400;
}
.timeline_2 {
  border-left: 1px dotted #d20001;
  height: 46px;
  position: absolute;
  top: 6px;
  left: 30px;
}
.timeline_1 {
  position: absolute;
  top: 12px;
  left: 30px;
}
.more_bottom a {
  line-height: 5px;
}
.more_bottom a s {
  display: inline-block;
  width: 16px;
  height: 6px;
  background: url(../images/more_bottom_s.png) no-repeat right top;
}
.more_bottom a:hover s {
  background-position: right bottom;
}
.loading-warp {
  display: none;
}
.loading-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999996;
  opacity: 0.3;
  filter: alpha(opacity=30);
  background-color: gray;
}
.loading-con {
  position: absolute;
  text-align: center;
  left: 0;
  top: 45%;
  z-index: 999997;
}
.login-detail-h i.sidebar-gift {
  line-height: 16px;
  font-size: 14px;
  margin-left: 2px;
  font-family: iconfont;
  color: #d62233;
}
.show-bx {
  top: 0;
  right: 315px;
  position: absolute;
  width: 290px;
  height: 100px;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  z-index: 9999999;
  color: #000;
  background: #fff;
  margin-top: -34px;
  display: none;
}
.gbicon-2 {
  background: url(../images/gbicon-2.png) no-repeat 35px 25px;
  padding-left: 75px;
  font-family: "Microsoft YaHei";
  text-align: left;
  line-height: 28px;
  padding-top: 23px;
}
.pr-t0px {
  position: absolute;
  right: 10px;
  cursor: pointer;
  width: 11px;
  height: 11px;
  display: block;
  background: url(../images/pr-t0px.png) no-repeat left top;
  top: 10px;
}
.ftitle {
  font-size: 16px;
}
.gbicon-2 a:link,
.gbicon-2 a:visited {
  color: #08c;
}
.gbicon-2 a:hover {
  text-decoration: underline;
}
.bg-1 {
  position: absolute;
  right: -6px;
  width: 6px;
  height: 12px;
  background: url(../images/sidebar_in.png) no-repeat -6px -108px;
  top: 50%;
}
.show-tk {
  right: 320px;
  margin-top: 35px;
}
.si-show {
  height: 16px;
  line-height: 16px;
  position: relative;
  width: 38px;
  padding: 0 8px;
  display: none;
  margin-top: 3px;
}
.si-em {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 1px;
  display: block;
  background: url(../images/sidebar_in.png) no-repeat 0 -60px;
  cursor: pointer;
  margin: 0 !important;
}
.st-em {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 1px;
  display: block;
  background: url(../images/sidebar_in.png) no-repeat -16px -60px;
  cursor: pointer;
  margin: 0 !important;
}
.si-em.nosel {
  background: url(../images/sidebar_in.png) no-repeat 0 -124px;
}
.st-em.nosel {
  background: url(../images/sidebar_in.png) no-repeat -16px -124px;
}
.si-show input {
  width: 20px;
  height: 16px;
  border: 0;
  text-align: center;
  line-height: 16px;
  padding: 0 8px;
  margin: 0;
  background: 0 0;
  color: #333;
}
.product-show li:hover .si-show {
  display: block;
}
.product-show li:hover .sl-show {
  display: none;
}
.si-show .si-em:hover {
  background: url(../images/sidebar_in.png) no-repeat 0 -76px;
}
.si-show .st-em:hover {
  background: url(../images/sidebar_in.png) no-repeat -16px -76px;
}
.si-em.nosel:hover {
  background: url(../images/sidebar_in.png) no-repeat 0 -124px;
}
.st-em.nosel:hover {
  background: url(../images/sidebar_in.png) no-repeat -16px -124px;
}
.si-show input.bg {
  background: #fff;
  height: 14px;
  line-height: 14px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.h36-1 {
  height: 36px;
  position: absolute;
  background: url(../images/h36-1.png) no-repeat center center;
  width: 125px !important;
  padding-right: 4px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  top: -34px;
  left: -36px;
  color: #000;
}
.h36-2 {
  height: 36px;
  position: absolute;
  background: url(../images/h36-2.png) no-repeat center center;
  width: 105px !important;
  padding-right: 4px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  top: -34px;
  left: -26px;
  color: #000;
}
.h36-3 {
  height: 36px;
  position: absolute;
  background: url(../images/h36-3.png) no-repeat center center;
  width: 151px !important;
  padding-right: 4px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  top: -34px;
  left: -52px;
  color: #000;
}
.h36-3 b {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/h36-3-b.png) no-repeat center center;
  margin-top: 5px;
  float: left;
  margin-left: 20px;
}
.shopcar-detail li.cartgoods_lk {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
}
.cartgoods_lk h4 {
  background: url(../images/lk_ico.png) no-repeat 0 1px;
  padding-left: 20px;
  color: #666;
}
.cartgoods_lk h4 .lk_price {
  float: right;
  color: #e6133c;
  margin-right: 15px;
}
.cartgoods_lk h4 .err_price {
  color: #666;
}
.goods_lk {
  padding: 10px 0 10px 20px;
  background: url(../images/lk_point.png) no-repeat 4px center;
}
.goods_lk_last {
  background: url(../images/lk_pointlast.png) no-repeat 4px 0;
}
.cartgoods_lk .del_this {
  cursor: pointer;
  display: none;
  width: 16px;
  height: 16px;
  background: url(../images/sidebar_in.png) 0 -92px no-repeat;
  position: absolute;
  right: 12px;
  top: 10px;
}
.cartgoods_lk .del_this:hover {
  background: url(../images/sidebar_in.png) -16px -92px no-repeat;
}
.lk_change {
  position: absolute;
  right: 32px;
  top: 9px;
  display: none;
}
.shopcar-detail .cartgoods_lk:hover i {
  display: none;
}
.cartgoods_lk .product-news span:hover {
  color: #e6133c;
}
.shopcar-detail li.cartgoods_tz {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
}
.cartgoods_tz h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/tz_ico.png) no-repeat 0 1px;
  padding-left: 20px;
  color: #666;
  padding-right: 75px;
}
.cartgoods_tz h4 .tz_price {
  position: absolute;
  right: 3px;
  top: 10px;
  color: #e6133c;
  margin-right: 15px;
}
.cartgoods_tz h4 .err_price {
  color: #666;
}
.goods_tz {
  padding: 10px 0 10px 20px;
  background: url(../images/lk_point.png) no-repeat 4px center;
}
.goods_tz_last {
  background: url(../images/lk_pointlast.png) no-repeat 4px 0;
}
.cartgoods_tz .del_this {
  cursor: pointer;
  display: none;
  width: 16px;
  height: 16px;
  background: url(../images/sidebar_in.png) 0 -92px no-repeat;
  position: absolute;
  right: 12px;
  top: 10px;
}
.cartgoods_tz .del_this:hover {
  background: url(../images/sidebar_in.png) -16px -92px no-repeat;
}
.tz_change {
  position: absolute;
  right: 32px;
  top: 6px;
  color: #e6133c;
  display: none;
}
.lk_change {
  color: #666;
}
.lk_change:hover {
  text-decoration: underline;
}
.shopcar-detail .cartgoods_tz:hover .tz_change,
.shopcar-detail .cartgoods_tz:hover i {
  display: block;
}
.shopcar-detail .cartgoods_tz:hover .tz_price {
  display: none;
}
.cartgoods_tz .product-news span:hover {
  color: #e6133c;
}
.point_bar {
  border-left: 1px solid #e8e5e5;
  position: absolute;
  left: 17px;
}
.goods_err .product-img img {
  opacity: 0.7;
  filter: alpha(opacity=60);
}
.goods_err .product-news span,
.goods_err .product-news span:hover {
  color: #bbb;
  text-decoration: none;
}
.product-news a:hover {
  color: #e6133c;
}

/* tools1200.css Date:2018-08-07 16:01:55 */
.tools {
  height: 30px;
  min-width: 1190px;
  background: #f7f7f7;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e9e9e9;
  font-family: "Microsoft YaHei";
  position: relative;
  z-index: 1003;
}
.bl-name {
  float: left;
  width: auto;
  padding: 0 12px 0 18px;
  height: 30px;
  line-height: 30px;
  color: #8d8d8d;
  background: url(../images/bl_logo_m.png) 2px center no-repeat;
  position: relative;
}
.bl-name .txt {
  width: 156px;
  height: 30px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.w1000 .bl-name .txt,
.w960 .bl-name .txt {
  width: 86px;
}
.bl-name b {
  position: absolute;
  width: 1px;
  height: 12px;
  display: block;
  top: 9px;
  right: -1px;
  background: url(../images/tools1200_sprite.png) no-repeat 0 -28px;
  z-index: 2;
}
.tools-left {
  float: left;
  position: relative;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.tools-leftfont {
  color: #666;
  line-height: 30px;
  height: 30px;
}
.tools-leftfont b {
  position: absolute;
  width: 1px;
  height: 12px;
  display: block;
  top: 9px;
  right: -1px;
  background: url(../images/tools1200_sprite.png) no-repeat 0 -28px;
  z-index: 2;
}
.tools-leftfont a:link,
.tools-leftfont a:visited {
  color: #666;
  padding: 0 10px;
  display: block;
  height: 30px;
}
.tools-leftfont span {
  float: left;
}
.tools-leftfont i {
  float: left;
  display: inline-block;
  width: 7px;
  height: 4px;
  margin-left: 7px;
  background: url(../images/tools1200_sprite.png) no-repeat 0 -40px;
  margin-top: 13px;
  transition: all 0.1s ease-in 0s;
  -webkit-transition: all 0.1s ease-in 0s;
}
.tools-left:hover .tools-leftfont i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.tools-left:hover {
  background-color: #fff;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  z-index: 2;
  box-shadow: 0 0 2px #ccc;
}
.tools .left-span {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 28px;
  background-color: #fff;
  z-index: 2;
  display: none;
}
.tools .left-show {
  left: -1px;
  padding: 7px 12px;
}
.tools .left-show-title {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #000;
  padding-left: 5px;
  width: 150px;
}
.tools .left-show-title i {
  float: left;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/tools1200_sprite.png) no-repeat 0 0;
  margin-top: 10px;
}
.tools .left-show-title span {
  float: left;
  margin-left: 6px;
}
.tools .left-show:after {
  display: block;
  content: " ";
  height: 0;
  clear: both;
  visibility: hidden;
}
.tools .left-show-dl {
  width: 222px;
  line-height: 24px;
}
.left-show-dl:after {
  display: block;
  content: " ";
  height: 0;
  clear: both;
  visibility: hidden;
}
.tools .left-show-dl dl dd a:link,
.tools .left-show-dl dl dd a:visited {
  padding: 0 10px;
  color: #666;
  display: block;
}
.tools .left-show-dl dl dd a:hover {
  color: #ff6f6f;
}
.tools .left-show-dl dl dd {
  padding: 0 5px;
  width: 100px;
  float: left;
  margin-left: 1px;
}
.tools-right {
  float: right;
}
.tools-right ul li {
  float: left;
  position: relative;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  display: inline;
  height: 30px;
  line-height: 30px;
  margin-left: -1px;
}
.tools-right ul li b {
  position: absolute;
  width: 1px;
  height: 12px;
  display: block;
  top: 9px;
  right: -1px;
  background: url(../images/tools1200_sprite.png) no-repeat 0 -28px;
  z-index: 2;
}
.tools .hdiv {
  left: -1px;
  width: 100%;
}
.tools-right ul li .hdiv dl dd {
  line-height: 24px;
}
.tools-right ul li .hdiv dl dd a:link,
.tools-right ul li .hdiv dl dd a:visited {
  padding: 0 10px;
  height: 24px;
  display: block;
  color: #666;
}
.tools-right ul li .hdiv dl dd a:hover {
  color: #ff6f6f;
}
.tools-right ul li:hover b {
  display: none;
}
.tools .divshow {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 0 2px #ccc;
  top: 30px;
}
.tools-left:hover .divshow,
.tools-left:hover .left-span,
.tools-right ul li:hover .divshow,
.tools-right ul li:hover .left-span {
  display: block;
}
.tools-right ul li:hover {
  background-color: #fff;
  box-shadow: 0 0 2px #ccc;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  z-index: 2;
}
.tools-right ul li:hover .tools-leftfont i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.tools-right ul li.box,
.tools-right ul li.box-tols {
  box-shadow: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.tools-right ul li.box-tols a:link,
.tools-right ul li.box-tols a:visited {
  padding: 0;
}
.tools-right ul li.box-tols i {
  float: left;
}
.tools-right ul li.box-tols span {
  float: left;
  display: inline-block;
  max-width: 84px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tools-right ul li.box-tols a:link,
.tools-right ul li.box-tols a:visited {
  margin-right: 10px;
}
.tools-right ul li.box-tols:hover {
  background: 0 0;
}
.tools-right ul li.box-tols:hover b {
  display: block;
}
.tools-right ul li.box-tols a:hover {
  color: #ff6f6f;
}
.tools-right ul li.box a:link,
.tools-right ul li.box a:visited {
  float: left;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #666;
}
.tools-right ul li.box i {
  float: left;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../images/tools1200_sprite.png) no-repeat 0 -15px;
  margin-top: 8px;
}
.tools-right ul li.box span {
  margin-left: 5px;
  display: inline-block;
  float: left;
}
.tools .nav-right ul li a:hover,
.tools .nav-right ul li.on a:link,
.tools .nav-right ul li.on a:visited,
.tools-leftfont a:hover,
.tools-right ul li.box a:hover {
  color: #ff6f6f;
}
.tools .palm {
  width: 310px;
  left: 50%;
  margin-left: -214px;
  border: 1px solid #e2e2e2;
  overflow: hidden;
}
.tools .palm:after {
  display: block;
  content: " ";
  height: 0;
  clear: both;
  visibility: hidden;
}
.tools .palm-item {
  float: left;
  margin-left: 8px;
  width: 141px;
  text-align: center;
  padding: 20px 0 4px;
}
.tools .palm-item-line {
  text-align: center;
  padding: 0 20px;
  line-height: 20px;
  height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tools .palm-item-title {
  color: #666;
  margin-top: 10px;
  font-size: 14px;
}
.tools .palm-item-message {
  color: #ff6f6f;
}
.tools .palm-item-img {
  line-height: 0;
  height: 100px;
  overflow: hidden;
}
.tools .pay {
  padding: 15px;
  width: 450px;
  left: 50%;
  margin-left: -240px;
}
.tools .pay-dl {
  width: 450px;
  overflow: hidden;
}
.tools .pay-dl dd {
  float: left;
  width: 100px;
  padding: 0 5px;
  margin-left: -1px;
  border-left: 1px dashed #e9e9e9;
  height: 126px;
}
.tools .pay-title {
  line-height: 26px;
  height: 30px;
  font-weight: 700;
  font-size: 14px;
  color: #333;
  padding: 0 10px;
}
.tools .pay-head {
  line-height: 24px;
}
.tools .pay-head a:link,
.tools .pay-head a:visited {
  display: block;
  color: #666;
  height: 24px;
  padding: 0 10px;
}
.tools .pay-head a:hover {
  color: #ff6f6f;
}
.w960 .tools {
  min-width: 950px;
}
.tools-info {
  width: 30px;
  float: left;
  display: inline;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  position: relative;
}
.tools-info a.red-font {
  color: #666;
  font-family: "Microsoft YaHei";
}
.tools-info a.red-font:hover {
  color: #ff6f6f;
}
.tools-info s {
  width: 4px;
  height: 4px;
  line-height: 4px;
  color: #ff6f6f;
  font-size: 18px;
  position: absolute;
  right: 2px;
  top: 5px;
}
#concern-us .palm {
  width: 283px;
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -1px;
  padding-bottom: 10px;
}
#concern-us .palm-item {
  padding: 0;
  margin-top: 14px;
}
#concern-us em {
  width: 40px;
  height: 16px;
  margin: 8px 0 0 6px;
  float: left;
  display: inline-block;
  background: url(../images/head-icon.png) no-repeat;
}
#concern-us .bder-right {
  border-right: 1px solid #eee;
}
#concern-us .palm-item-line {
  height: 40px;
  margin-top: -8px;
}
#concern-us .palm-item-title {
  color: #333;
  margin-top: 0;
  font-size: 12px;
}
.w1000 #concern-us,
.w960 #concern-us {
  display: none;
}
