@charset "utf-8";
/* CSS Document */

/*公共头部*/
.left {
  float: left;
}
.right {
  float: right;
}
.shop_top {
  color: #626262;
  font-size: 12px;
  font-family: Arial, SimSun;
  height: 35px;
  background: #f2f2f2;
  border-bottom: 1px solid #d3d3d3;
}
.shop_top ul li {
  margin: 0;
  padding: 0 10px;
  position: relative;
}
.shop_top ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  width: 1px;
  height: 13px;
  background: #ccc;
}
.shop_top ul li:last-child::after {
  display: none;
}
.shop_top ul li a {
  color: #626262;
}
.shop_top .jw-shop-hong {
  color: #f00;
  white-space: nowrap;
  max-width: 130px;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop_tkuang {
  width: 1200px;
  margin: 0 auto;
}
.shop_tkuang a:hover {
  text-decoration: underline;
}
.shop_tleft {
  width: auto;
}
.shop_tleft ul {
  overflow: hidden;
  zoom: 1;
}
.shop_tleft ul li {
  float: left;
  color: #a1a1a1;
  line-height: 35px; /*width:70px;*/
  width: auto;
  margin-left: 0;
  text-align: center;
}
.shop_tleft ul li.shop_a {
  /*width:120px;*/
  width: auto;
  margin-left: 20px;
  color: #626262;
}
.shop_tleft ul li.shop_b {
  margin-left: 10px;
  padding: 0;
  width: 76px;
  background: url(../images/QqSDK_login.png) no-repeat 50% 50%;
  background-size: 100% auto;
  text-align: right;
  height: 34px;
}
.shop_tleft ul li.shop_b::after {
  display: none;
}
.shop_tleft ul li.shop_b a {
  display: block;
  height: 34px;
  color: #fff;
  padding: 0 5px 0 0;
  font-size: 12px;
}
.shop_tleft ul li.shop_b a:hover {
  text-decoration: none;
}
.shop_tleft ul li.weixin {
  background: url(../images/WeixinSDK_login.png) no-repeat right center;
}
.shop_tleft ul li.douyin {
  background: url(../images/DouyinSDK_login.png) no-repeat right center;
}

/*.shop_tright{ width:500px;}*/
.shop_tright ul li {
  float: left;
  /* padding: 0 4px; */
  text-align: center;
  line-height: 35px;
  width: auto;
  background: none;
  position: relative;
}
.shop_tright ul li.shop_tzui {
  background: none;
}
.shop_tright ul li img {
  display: inline;
  vertical-align: middle;
  padding-right: 5px;
}
.shop_tright ul li a:hover {
  color: #6a6a6a;
}

.shop_tright li.menuMyEnwds {
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  width: 88px;
  z-index: 1000;
  *margin-top: 1px;
  height: 35px;
}
.shop_tright li.menuMyEnwds a.arrow {
  width: 100%;
  display: block;
  _padding-top: 6px;
}
.shop_tright li.menuMyEnwds a.arrow:hover {
  text-decoration: none;
}
.shop_tright li.menuMyEnwds a.arrow b {
  background: url(../images/common_head.png) no-repeat -94px -6px;
  width: 7px;
  height: 4px;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.shop_tright li.menuMyEnwds a:hover b {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.shop_tright .my_enwds_list {
  background: #fff;
  width: 241px;
  height: 110px;
  padding: 0 15px;
  border: 1px solid #e2e2e2;
  border-right: none;
  -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 100;
  display: none;
}
.shop_tright .my_enwds_list dl.quick_opr {
  margin-top: 10px;
}
.shop_tright .my_enwds_list dl.quick_opr dd {
  width: 120px;
  float: left;
  line-height: 30px;
  text-align: left;
}
.shop_tright .my_enwds_list dl.quick_opr dd a:hover {
  color: #575757;
}
.shop_tright .my_enwds_list dl.quick_opr dd em {
  margin: 0 1px;
  color: #cc1111;
  font-size: 12px;
  font-family: 'Arial';
  font-weight: bold;
}

.shop_tright .my_enwds_guide {
  background: #fff;
  width: 210px;
  overflow: hidden;
  padding: 5px 10px;
  border: 1px solid #e2e2e2;
  border-right: none;
  -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 100;
  display: none;
}
.shop_tright .my_enwds_guide dl {
  text-align: left;
  padding: 2px 0 0 12px;
  border-bottom: 1px solid #ddd;
}
.shop_tright .my_enwds_guide dl dt {
  font-weight: bold;
}
.shop_tright .my_enwds_guide dl dt.t1,
.my_enwds_guide dl dt.t2,
.my_enwds_guide dl dt.t3 {
  color: #636363;
  font-family: 'Microsoft Yahei';
}
.shop_tright .my_enwds_guide dl dd {
  margin-bottom: 5px;
  overflow: hidden;
  width: 198px;
}
.shop_tright .my_enwds_guide dl dd a {
  float: left;
  text-indent: 0;
  width: 65px;
  margin: 0;
}
.shop_tright .my_enwds_guide span {
  color: #333333;
  margin-top: 5px;
  padding-left: 12px;
}
.shop_tright .my_enwds_guide span em {
  font-family: 'Arial';
  color: #ef4a84;
  font-weight: bold;
}

/*.shop_tright li.menuMyEnwds a.arrup b{ background-position: -110px -6px; }*/
.shop_tright li.menuMyEnwds a.arrup {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-right: none;
  border-bottom: none;
  color: #494241;
  width: 100%;
  position: absolute;
  height: 33px;
  left: -1px;
  margin-top: -1px;
  -webkit-box-shadow: 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 0 rgba(0, 0, 0, 0.2);
  z-index: 101;
  _height: 21px;
}

.sh_logo {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  height: 117px;
}
.sh_lzuo {
  padding-top: 10px;
}
.sh_lyou {
  padding-top: 20px;
}
.sh_lyou ul {
  overflow: hidden;
  zoom: 1;
}
.sh_lyou ul li {
  float: left;
}
.nums {
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  min-width: 6px;
  height: 16px;
  padding: 0 5px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background: #e83e3e;
}
