@charset "utf-8";
:root {
  --color-main: #e60012;
  --color-white: #fff;
  --color-txt: #000;
  --color-bg: #f5f5f5;
  --color-0: #000;
  --color-3: #333;
  --color-6: #666;
  --color-9: #999;
  --color-border: #dedede;
  --fsize-base: 14px;
  --fsize-large: calc(var(--fsize-base) * 1.25);
  --fsize-txt: calc(var(--fsize-base) * 1.14);
  --fsize-small: calc(var(--fsize-base) * 0.85);
  --fsize-h1: calc(var(--fsize-base) * 2.6);
  --fsize-h2: calc(var(--fsize-base) * 2.15);
  --fsize-h3: calc(var(--fsize-base) * 1.7);
  --gap-base: 16px;
  --gap-mini: calc(var(--gap-base) * 0.25);
  --gap-small: calc(var(--gap-base) * 0.5);
  --gap-large: calc(var(--gap-base) * 1.5);
  --gap-h1: calc(var(--gap-base) * 5);
  --gap-h2: calc(var(--gap-base) * 4);
  --gap-h3: calc(var(--gap-base) * 3);
}
@media (max-width: 1440px) {
  :root {
    --fsize-base: 12px;
    --gap-base: 12px;
  }
}
@media (max-width: 800px) {
  :root {
    --fsize-base: 12px;
    --gap-base: 6px;
  }
}
/* by Sean Lu 20151222 */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
}
body {
  font-size: 12px;
  background: #fff;
  color: #333;
  font-family: microsoft yahei;
}
ul,
li {
  list-style: none;
}
img {
  border: 0;
}
input:focus {
  outline: none;
}
/* 圆细滚动条样式 20150717 */
::-webkit-scrollbar {
  width: 6px;
  height: 12px;
}
::-webkit-scrollbar-button:vertical {
  display: none;
}
::-webkit-scrollbar-track:vertical {
  background-color: black;
}
::-webkit-scrollbar-track-piece {
  background: #fff;
}
::-webkit-scrollbar-thumb:vertical {
  background-color: #8e8e8e;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #3b3b3b;
}
::-webkit-scrollbar-corner:vertical {
  background-color: #535353;
}
::-webkit-scrollbar-resizer:vertical {
  background-color: #ff6e00;
}
/* 全局 */
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: underline;
}
/* 清理浮动 */
.clearfix {
  clear: both;
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wrapper {
  width: 1186px;
  margin: 0 auto;
}
.topbar {
  line-height: 30px;
  height: 30px;
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
  color: #666;
}
.header {
  height: 110px;
  background: #fff;
}
.header .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .logo {
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.header .logo img {
  display: block;
  width: 250px;
}
.header .rightbox {
  margin-left: auto;
  display: flex;
  align-items: center;
  column-gap: var(--gap-base);
}
.header .seabox {
  width: 430px;
}
.header .seabox .sea {
  border: 1px solid var(--color-main);
  overflow: hidden;
  border-radius: 4px;
}
.header .seabox .sea .key {
  border: 0;
  background: #fff;
  line-height: 36px;
  height: 36px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 80%;
  font-size: 14px;
  font-family: microsoft yahei;
  color: #666;
  display: block;
  float: left;
}
.header .seabox .sea .btn {
  border: 0;
  background: var(--color-main);
  line-height: 36px;
  height: 36px;
  box-sizing: border-box;
  width: 20%;
  font-size: 16px;
  font-family: microsoft yahei;
  color: #fff;
  text-align: center;
  display: block;
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.header .seabox .sea .btn:hover {
  background-color: #c62124;
}
.header .seabox .hot {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  color: #999;
}
.header .seabox .hot a {
  margin: 0 6px;
  color: #999;
}
.topbigbtn {
  padding-top: 0;
}
.topbigbtn .tbb {
  position: relative;
}
.topbigbtn .tbb .btn {
  position: relative;
  width: fit-content;
  height: 36px;
  padding: 0 25px;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  line-height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  column-gap: var(--gap-small);
}
.topbigbtn .tbb .btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.241 20.682q-.433-.434-.433-1.066t.433-1.067q.434-.433 1.067-.433t1.066.433t.434 1.067t-.434 1.066t-1.066.434t-1.067-.434m9.385 0q-.434-.434-.434-1.066t.434-1.067q.434-.433 1.066-.433t1.067.433q.433.434.433 1.067q0 .632-.433 1.066q-.434.434-1.067.434t-1.066-.434M5.881 5.5l2.669 5.616h6.635q.173 0 .307-.087q.135-.087.231-.24l2.616-4.75q.115-.212.019-.375q-.097-.164-.327-.164zm-.489-1h13.02q.651 0 .98.532q.33.531.035 1.095l-2.858 5.208q-.217.365-.564.573t-.763.208H8.1l-1.215 2.23q-.154.231-.01.5t.433.27h10.884v1H7.308q-.875 0-1.306-.738t-.021-1.482l1.504-2.68L3.808 3.5H2v-1h2.442zm3.158 6.616h7z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.topbigbtn .tbb .btn a {
  color: var(--color-main);
}
.topbigbtn .tbb .btn a:hover {
  color: var(--color-main);
  text-decoration: none;
}
.topbigbtn .tbb .btn .arrow {
  width: 9px;
  height: 9px;
  background: url(../images/downarrowa.gif) no-repeat center center;
  position: absolute;
  right: 15px;
  top: 18px;
  display: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.topbigbtn .tbb.on .btn .arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.topbigbtn .tbb .btn .icon {
  width: 26px;
  height: 18px;
  background: url(../images/bot.gif) no-repeat center center;
  position: absolute;
  left: 10px;
  top: 12px;
  display: none;
}
.topbigbtn .tbb .btn .icon01 {
  background-image: url(../images/bot.gif);
}
.topbigbtn .tbb.on .btn .icon01 {
  background-image: url(../images/bots.jpg);
}
.topbigbtn .tbb .btn .icon02 {
  background-image: url(../images/ches.jpg);
}
.topbigbtn .tbb.on .btn .icon02 {
  background-image: url(../images/ches.jpg);
}
.topbigbtn .tbb .btn .num {
  display: block;
  width: 20px;
  height: 22px;
  background: url(../images/goyyr.gif) no-repeat center center;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -12px;
  left: 30px;
}
.topbigbtn .tbb.on .btn {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.topbigbtn .tbb .con {
  position: absolute;
  z-index: 5;
  top: 35px;
  right: 0;
  width: 320px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
}
.topbigbtn .tbb.on .con {
  display: block;
}
.topbigbtn .tbb .con .kong {
  height: 5px;
  background: #fff;
  width: 115px;
  position: absolute;
  top: -5px;
  right: 0;
}
.topbigbtn .tbb .con .tipkong {
  padding: 40px 0 40px 60px;
  font-family: microsoft yahei;
  text-align: left;
}
.topbigbtn .tbb .con .tipkong .che {
  display: inline-block;
  background: url(../img/carticon.jpg) no-repeat center center;
  width: 27px;
  height: 26px;
  float: left;
  margin-right: 10px;
  -webkit-animation: douche 2s 0 linear infinite;
  animation: douche 2s 0 linear infinite;
}
.topbigbtn .tbb .con .tipkong .mess {
  line-height: 26px;
  color: #999;
  display: inline-block;
}
.topbigbtn .tbb .con .tipkong .cbtn {
  display: block;
  line-height: 30px;
  height: 30px;
  background: #ee0a2b;
  color: #fff;
  text-shadow: 0 -1px 0 #ee0a2b;
  border: 1px solid #ee0a2b;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 0 40px;
  width: 120px;
  text-align: center;
  float: left;
}
.topbigbtn .tbb .con .itemlist {
  overflow-y: auto;
  height: 240px;
  margin: 5px;
  text-align: left;
}
.topbigbtn .tbb .con .itemlist li {
  overflow: hidden;
  padding: 10px;
  border-bottom: 1px dashed #dedede;
}
.topbigbtn .tbb .con .itemlist li:hover {
  background: #f1f1f1;
}
.topbigbtn .tbb .con .itemlist li .ilimg {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #dedede;
  background: #fff;
  float: left;
  margin-right: 10px;
}
.topbigbtn .tbb .con .itemlist li .ilimg img {
  width: 50px;
  height: 50px;
  display: block;
}
.topbigbtn .tbb .con .itemlist li .iltit {
  line-height: 18px;
  float: left;
  width: 152px;
  overflow: hidden;
  height: 52px;
}
.topbigbtn .tbb .con .itemlist li .iltit a {
  color: #666;
  font-family: microsoft yahei;
}
.topbigbtn .tbb .con .itemlist li .iltit a:hover {
  color: #ed0a0a;
}
.topbigbtn .tbb .con .itemlist li .ildet {
  float: right;
  line-height: 24px;
  width: 70px;
  text-align: right;
}
.topbigbtn .tbb .con .itemlist li .ildet .price {
  color: #999;
  font-family: arial;
}
.topbigbtn .tbb .con .itemlist li .ildet .price strong {
  color: #f30;
  font-weight: bold;
  margin-right: 4px;
}
.topbigbtn .tbb .con .itemlist li .ildet .del {
  color: #2471c9;
}
.topbigbtn .tbb .con .tbbfoot {
  padding-bottom: 10px;
}
.topbigbtn .tbb .con .tbbfoot .xinxi {
  float: left;
  margin: 6px 0 0 10px;
  line-height: 30px;
  font-family: microsoft yahei;
  color: #999;
}
.topbigbtn .tbb .con .tbbfoot .xinxi strong {
  color: #f30;
  font-weight: bold;
  font-family: arial;
  font-size: 14px;
  margin-left: 6px;
}
.topbigbtn .tbb .con .tbbfoot .jiesuan {
  float: right;
  margin: 6px 10px 0 0;
  display: block;
  background: #ed0a0a;
  border: 1px solid #f30;
  color: #fff;
  padding: 0 10px;
  line-height: 30px;
  height: 30px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 0 -1px 0 #f30;
}
.topbigbtn .tbb .con .memberinfo {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 10px 20px;
}
.topbigbtn .tbb .con .memberinfo .tips {
  float: left;
  font-size: 12px;
  color: #666;
}
.topbigbtn .tbb .con .memberinfo .tips em {
  color: var(--color-main);
  margin: 0 2px;
}
.topbigbtn .tbb .con .memberinfo .tips .out {
  color: #999;
  margin-left: 6px;
}
.topbigbtn .tbb .con .memberinfo .jifen {
  float: right;
  color: #999;
  font-size: 12px;
}
.topbigbtn .tbb .con .memberinfo .jifen em {
  color: #f60;
  margin: 0 2px;
  font-family: arial;
  font-weight: bold;
  font-size: 16px;
}
.topbigbtn .tbb .con .memberlist {
  padding: 0 10px 10px;
}
.topbigbtn .tbb .con .memberlist a {
  display: block;
  width: 31.33333333%;
  margin: 0 1% 6px 1%;
  background: #f1f1f1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #333;
  float: left;
  text-decoration: none;
}
.topbigbtn .tbb .con .memberlist a:hover {
  background: var(--color-main);
  color: #fff;
}
.topbigbtn .head_hot_line {
  float: right;
  line-height: 30px;
  color: #666;
  margin-top: 4px;
  display: none;
}
.topbigbtn .head_hot_line p {
  line-height: 20px;
  font-size: 12px;
  color: var(--color-main);
  font-weight: 700;
}
.topbigbtn .head_hot_line p:nth-child(1) {
  font-size: 15px;
  color: #666666;
  font-weight: normal;
}
.topbarlinks {
  float: right;
}
.topbarlinks .tbLi {
  float: left;
  line-height: 30px;
  background: url(../img/topbarsplit.jpg) no-repeat right center;
  padding-right: 10px;
  margin-right: 10px;
}
.topbarlinks .tbLi .tba {
  font-family: simsun;
  color: #666;
}
.topbarlinks .tbLi .tba:hover {
  color: var(--color-main);
}
.topbarlinks .tbcart .tba {
  background: url(../images/gouwuche.gif) no-repeat left center;
  padding-left: 20px;
}
.topbarlinks .tbnew {
  background: url(../images/nre.gif) no-repeat center center;
  width: 22px;
  height: 30px;
  padding-right: 0;
}
.topbarlinks .tbmenu {
  position: relative;
  z-index: 5;
}
.topbarlinks .tbmenu .tba {
  display: block;
  padding: 0 20px 0 10px;
  position: relative;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  text-decoration: none;
}
.topbarlinks .tbmenu.on .tba {
  border-color: #dedede;
  background: #fff;
}
.topbarlinks .tbmenu .tba b {
  display: block;
  position: absolute;
  right: 8px;
  top: 11px;
  width: 8px;
  height: 8px;
  background: url(../images/downarrow.gif) no-repeat center center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.topbarlinks .tbmenu.on .tba b {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.topbarlinks .tbdao {
  background: none;
  padding-right: 0;
  margin-right: 0;
}
.topbarlinks .tbdao .tba {
  padding: 0 10px 0 26px;
}
.topbarlinks .tbdao .tba b {
  background-image: url(../images/daohang.gif);
  right: auto;
  left: 8px;
  width: 11px;
  height: 10px;
  top: 10px;
}
.topbarlinks .tbdao.on .tba b {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.topbarlinks .tbmenu .tbsub {
  position: absolute;
  right: 10px;
  top: 30px;
  width: 170px;
  border: 1px solid #dedede;
  background: #fff;
  display: none;
}
.topbarlinks .tbmenu.on .tbsub {
  display: block;
}
.topbarlinks .tbmenu .tbsub .tbkong {
  position: absolute;
  right: 0;
  top: -2px;
  width: 78px;
  height: 3px;
  background: #fff;
}
.topbarlinks .tbmenu .tbsub .tblist {
  padding: 10px 10px;
}
.topbarlinks .tbmenu .tbsub .tblist .tbla {
  display: block;
  width: 50%;
  float: left;
  line-height: 30px;
  height: 30px;
  text-align: center;
  font-family: simsun;
  color: #666;
}
.topbarlinks .tbmenu .tbsub .tblist .tbla:hover {
  color: var(--color-main);
}
.searchkey {
  width: 100%;
  border: 0;
  background: none;
  font-size: 14px;
  font-family: simsun;
  line-height: 22px;
  color: #999;
}
.searchkey:focus {
  color: #333;
}
.searchbtn {
  border: 0;
  background: var(--color-main);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: microsoft yahei;
  cursor: pointer;
  display: block;
  width: 78px;
  height: 33px;
}
.searchbtn:hover {
  background-color: #c62124;
}
.navbar {
  height: 40px;
  border-bottom: 3px solid var(--color-main);
  box-sizing: border-box;
  background: #fff;
}
.navmenu {
  width: 232px;
  position: relative;
  float: left;
}
.navmenu .nmbtn {
  height: 40px;
}
.navmenu .nmbtn a {
  display: block;
  line-height: 40px;
  padding-left: 46px;
  background: var(--color-main) url(../images/otoet.gif) no-repeat 14px center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
}
.navmenu .nmbtn a:hover,
.navmenu.on .nmbtn a {
  background-color: var(--color-main);
}
.navmenu .nmsub {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 500;
  background: #ffffff;
  width: 232px;
  color: #fff;
  display: none;
  height: 512px;
}
.navmenu.on .nmsub,
.navmenu.ons .nmsub {
  display: flex;
  flex-direction: column;
}
.navmenu .nmsub .item {
  flex: 1;
  border-bottom: 1px solid rgba(194, 194, 194, 0.2);
}
.navmenu .nmsub .item .nmtit {
  padding: 0 10px;
  display: flex;
  align-items: center;
  height: 100%;
  column-gap: var(--gap-base);
  color: var(--color-3);
  background-image: none !important;
}
.navmenu .nmsub .item .nmtit:hover {
  color: var(--color-main);
  background: #ffe6e8;
}
.navmenu .nmsub .item .nmtit::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
}
.navmenu .nmsub .item:hover {
  background: #fff;
}
.navmenu .nmsub .item .icon01::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9.27 20v-.77l1.884-1.884H4.616q-.691 0-1.153-.462T3 15.73V5.616q0-.691.463-1.153T4.615 4h14.77q.69 0 1.152.463T21 5.616V15.73q0 .69-.463 1.153t-1.153.462h-6.538l1.885 1.885V20zM4 14.846h16v-9.23q0-.231-.192-.424T19.385 5H4.615q-.23 0-.423.192T4 5.616zm0 0V5z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.navmenu .nmsub .item .icon02::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m9.108 11.758l2.284-2.29l-2.053-2.06L8.18 8.566l-.708-.708L8.625 6.7L6.673 4.748l-2.29 2.29zm7.834 7.84l2.29-2.29l-1.951-1.952l-1.158 1.152l-.707-.708l1.151-1.158l-2.04-2.034l-2.285 2.284zM17.273 5l1.733 1.733zM7.153 20H4v-3.154l4.394-4.394L3 7.039l3.673-3.673l5.439 5.419l4.467-4.473q.165-.166.348-.239t.39-.073t.39.073t.349.239l1.632 1.696q.166.165.23.348t.063.39t-.064.378t-.228.336l-4.43 4.454l5.376 5.413L16.96 21l-5.413-5.394zM5 19h1.727l9.82-9.814l-1.734-1.732L5 17.273zM15.692 8.314l-.878-.86l1.732 1.733z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.navmenu .nmsub .item .icon03::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 8.616v-3H8v3H7v-4h10v4zm-11.423 1h14.846zm13.038 2.5q.425 0 .713-.288t.287-.712t-.287-.713t-.713-.288t-.712.288t-.288.713t.288.712t.713.288M16 19v-4.538H8V19zm1 1H7v-4H3.577v-5.384q0-.85.577-1.425t1.423-.576h12.846q.85 0 1.425.576t.575 1.424V16H17zm2.423-5v-4.384q0-.425-.287-.713t-.713-.288H5.577q-.425 0-.712.288t-.288.713V15H7v-1.538h10V15z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.navmenu .nmsub .item .icon04::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 19v-1h9.039v1zm2.616-2.384q-.691 0-1.153-.463T4 15V6.616q0-.691.463-1.153T5.616 5h12.769q.517 0 .912.28t.55.72H5.615q-.231 0-.424.192T5 6.616V15q0 .23.192.423t.423.193h6.424v1zm14.576 1.057v-7.577q0-.134-.096-.23q-.096-.097-.23-.097h-3.732q-.134 0-.23.096t-.096.231v7.577q0 .135.096.23q.096.097.23.097h3.731q.135 0 .231-.096t.096-.231M16.02 19q-.504 0-.858-.353q-.353-.354-.353-.858V9.98q0-.505.353-.858q.353-.354.858-.354h3.962q.504 0 .858.353q.353.354.353.859v7.807q0 .505-.353.859q-.353.353-.858.353zm1.978-6.5q.29 0 .483-.2q.193-.202.193-.47q0-.29-.193-.483t-.488-.193q-.273 0-.469.193t-.196.488q0 .273.2.469q.201.196.47.196M18 13.885'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.navmenu .nmsub .item .icon05::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20zM5 8.998h14V5.616q0-.231-.192-.424T18.384 5H5.616q-.231 0-.424.192T5 5.616zm0 5.004h14V9.998H5zM5.616 19h12.769q.23 0 .423-.192t.192-.424v-3.382H5v3.382q0 .231.192.424t.423.192M6.77 7.804V6.188h1.615v1.616zm0 5.004v-1.616h1.615v1.616zm0 5.003v-1.615h1.615v1.615z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.navmenu .nmsub .item .icon06::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.994 17.23v-5.524l.25-.475h7.5l.25.475v5.525zm1.025-5v4h6v-4zm4.13-5.466q.46-.46.46-1.155q0-.694-.46-1.154t-1.155-.46t-1.154.46t-.461 1.154t.46 1.155t1.155.461t1.155-.46m2.774.035V4.42l-1.492.296q.102.215.14.437t.038.457t-.038.456t-.14.438zm-7.929 4.906q0-1.306.779-2.354t2.025-1.444q-.41-.2-.737-.54q-.328-.34-.498-.78l-3.102-.594v-.769l3.103-.594q.298-.731.952-1.187q.655-.455 1.478-.455q.556 0 1.043.225t.847.594l3.039-.602v4.808l-3.038-.602q-.146.165-.319.277q-.172.111-.376.219q1.247.396 2.026 1.434q.778 1.039.778 2.364h-.975q0-1.212-.865-2.103T12 8.712q-1.27 0-2.125.891q-.856.891-.856 2.103zM9.61 21q-.69 0-1.153-.462t-.463-1.153V17.23H9.02v2.154q0 .269.173.442q.174.173.443.173h4.769q.269 0 .442-.173t.173-.442V17.23h.975v2.154q0 .69-.462 1.153T14.379 21z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.navmenu .nmsub .item .icon07::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.808 21q-.421 0-.711-.29q-.29-.289-.29-.71v-1q0-1.002.494-1.896t1.434-1.492l-.76-4.92h-1.59q-.69 0-1.153-.462t-.463-1.153V5.616q0-.672.472-1.144Q5.714 4 6.385 4H10v-.77h4V4h3.052l-1.786 11.612q.94.597 1.433 1.492T17.192 19v1q0 .421-.289.71q-.29.29-.71.29zm.02-11.308L7.095 5h-.71q-.23 0-.423.192t-.192.423v3.462q0 .23.192.423t.423.192zm4.721 8.857q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22M9.662 15h4.677L15.88 5H8.119zm-1.854 5h8.384v-1q0-1.25-.875-2.125T13.192 16h-2.384q-1.25 0-2.125.875T7.808 19zM12 18'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.navmenu .nmsub .item .icon08::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.616 21q-.691 0-1.153-.462T6 19.385V12q0-1.933 1.084-3.425q1.083-1.492 2.762-2.144V6q0-.904.625-1.529T12 3.846t1.529.625T14.154 6v.43q1.679.653 2.762 2.145Q18 10.067 18 12v7.385q0 .69-.462 1.152T16.384 21zm0-1h8.769q.23 0 .423-.192t.192-.424V12q0-2.075-1.463-3.537T12 7T8.463 8.463T7 12v7.385q0 .23.192.423t.423.192m7.742-4.643q.143-.143.143-.357v-2.5h-7v1h6V15q0 .214.143.357T15 15.5t.357-.143m-4.51-9.218q.294-.07.576-.104Q11.706 6 12 6t.577.034t.577.105V6q0-.483-.336-.818T12 4.846t-.818.336t-.336.818zM7.615 20H7h10z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.navmenu .nmsub .item .icon09::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.044 20q-.54 0-.978-.316q-.439-.317-.581-.851L2.28 11.025q-.106-.379.134-.702q.239-.323.643-.323H7.75l3.592-5.416q.125-.18.292-.267q.168-.086.38-.086t.378.096t.292.277L16.238 10h4.704q.404 0 .653.323q.25.323.124.702l-2.242 7.808q-.143.534-.58.85q-.44.317-.98.317zm-.082-1h12.077q.211 0 .365-.125t.211-.336L20.7 11H3.3l2.085 7.539q.057.211.211.336t.366.125m6.739-3.299Q13 15.402 13 15t-.299-.701T12 14t-.701.299T11 15t.299.701T12 16t.701-.299M8.964 10h6.067l-3.037-4.623zM12 15'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.navmenu .nmsub .item .icon010::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4.012 11.5h3.465q-.092-1.18-.613-2.284q-.522-1.104-1.345-1.927q-.661.898-1.05 1.96T4.011 11.5m12.511 0h3.466q-.068-1.17-.457-2.222q-.39-1.053-1.051-1.951q-.881.842-1.373 1.917t-.585 2.256M5.519 16.673q.823-.842 1.344-1.917t.614-2.256H4.012q.086 1.189.466 2.232t1.041 1.941m12.962 0q.661-.898 1.05-1.951q.39-1.053.458-2.222h-3.466q.093 1.18.585 2.256t1.373 1.917M8.488 11.5H11.5V4.012q-1.575.104-2.953.766q-1.378.663-2.393 1.768q1.013 1.008 1.622 2.269q.609 1.26.713 2.685m4.011 0h3.012q.103-1.425.702-2.705t1.632-2.249q-1.015-1.106-2.393-1.768T12.5 4.012zm-1 8.489V12.5H8.489q-.105 1.464-.704 2.705t-1.631 2.21q1.015 1.106 2.374 1.788q1.358.682 2.972.786m1 0q1.575-.104 2.953-.767t2.393-1.768q-1.033-.97-1.632-2.23t-.702-2.724H12.5zM12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.navmenu .nmsub .item .icon011::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12.003 21q-1.866 0-3.51-.709q-1.643-.708-2.859-1.923T3.709 15.51T3 12h2V4.75L21 3v.904L10.423 5.069v2.104H21v.885H10.423V12H21q0 1.868-.708 3.51t-1.924 2.858t-2.856 1.923t-3.509.709m-6.118-9h1.384V8.058H5.884zm0-4.827h1.384v-1.77l-1.384.158zM8.154 12h1.385V8.058H8.153zm0-4.827h1.385V5.161l-1.385.145zM4.51 14.769h14.96q.158-.423.262-.862q.104-.44.16-.907H4.082q.056.467.162.907t.265.862M11.99 20q2.289 0 4.139-1.178t2.84-3.053H5.012q.99 1.875 2.84 3.053T11.991 20M12 15.77v-1z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.navmenu .nmsub .item .icon012::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4.075 9.192h15.85l-.985-3.384H5.085zm12.937 1H6.994l-.352 2.731h10.735zM4.827 19.02l1.187-8.827h-2.36q-.327 0-.528-.265t-.114-.586l1.175-4.058q.061-.23.234-.362q.173-.133.408-.113H19.19q.234 0 .407.132q.173.133.235.362l1.175 4.038q.086.321-.115.587q-.2.265-.527.265h-2.374l1.181 8.827h-.98l-.695-5.096H6.502l-.694 5.096z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.navmenu .nmsub .item .icon013::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.616 21q-.691 0-1.153-.462T5 19.385V8.615q0-.69.463-1.152T6.616 7H8.5v-.5q0-1.458 1.021-2.479T12 3t2.479 1.021T15.5 6.5V7h1.885q.69 0 1.152.463T19 8.616v10.769q0 .69-.463 1.153T17.385 21zm0-1h10.769q.23 0 .423-.192t.192-.424V8.616q0-.231-.192-.424T17.384 8H15.5v2.5q0 .214-.143.357T15 11t-.357-.143t-.143-.357V8h-5v2.5q0 .214-.143.357T9 11t-.357-.143T8.5 10.5V8H6.616q-.231 0-.424.192T6 8.616v10.769q0 .23.192.423t.423.192M9.5 7h5v-.5q0-1.056-.722-1.778T12 4t-1.778.722T9.5 6.5zM6 20V8z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.navmenu .nmsub .item .icon014::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23333333' d='M11 14v1.5q0 .417.291.708q.291.292.707.292t.709-.292T13 15.5V14h1.5q.417 0 .708-.291q.292-.291.292-.707t-.292-.709T14.5 12H13v-1.5q0-.417-.291-.708q-.291-.292-.707-.292t-.709.292T11 10.5V12H9.5q-.417 0-.708.291q-.292.291-.292.707t.292.709T9.5 14zm-4.384 6q-.667 0-1.141-.475T5 18.386v-8.077q0-.384.172-.727t.474-.565l5.385-4.058q.423-.324.966-.324t.972.324l5.385 4.057q.303.222.474.566q.172.343.172.727v8.077q0 .666-.475 1.14t-1.14.475zm0-1h10.769q.269 0 .442-.173t.173-.442v-8.077q0-.154-.067-.28t-.183-.22l-5.384-4.039q-.154-.134-.366-.134t-.365.134L6.25 9.808q-.115.096-.183.22t-.067.28v8.077q0 .269.173.442t.443.173M12 12.308'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.navmenu .nmsub .item .nmtit a {
  color: #333;
  font-size: 14px;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: normal;
}
.navmenu .nmsub .item:hover .nmtit a {
  color: var(--color-main);
}
.navmenu .nmsub .item .nmcon {
  padding: 0 8px 4px;
  position: absolute;
  left: 232px;
  top: 0;
  background: #fff;
  width: 722px;
  height: 512px;
  overflow-y: auto;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
  opacity: 0;
  visibility: hidden;
}
.navmenu .nmsub .item:hover .nmcon {
  opacity: 1;
  visibility: visible;
}
.navmenu .nmsub .item .nmcon .nmlin {
  margin-bottom: 5px;
  border-bottom: 1px dashed #dedede;
  line-height: 20px;
  padding: 9px 0;
  overflow: hidden;
}
.navmenu .nmsub .item .nmcon .nmsl {
  width: 120px;
  float: left;
}
.navmenu .nmsub .item .nmcon .nmsl a {
  font-size: 14px;
  font-weight: bold;
}
.navmenu .nmsub .item .nmcon .nmsr {
  margin-left: 120px;
}
.navmenu .nmsub .item .nmcon .nmsr a {
  margin: 0 0 0 20px;
  display: inline-block;
}
/* .navmenu .nmsub .item .nmcon a { display: block; text-align: center; color: #333; width: 33.33333333333333%; font-weight: normal; float: left; line-height: 26px; } */
.navul {
  height: 40px;
  line-height: 40px;
  float: left;
}
.navul li {
  width: 120px;
  float: left;
  position: relative;
}
.navul li .hot {
  display: block;
  width: 28px;
  height: 12px;
  background: url(../images/new.gif) no-repeat center center;
  position: absolute;
  top: -3px;
  right: 0;
}
.navul li .yu {
  background: url(../images/yu.gif) no-repeat center center;
}
.navul li a {
  color: #333;
  font-size: 14px;
  text-align: center;
  display: block;
  text-decoration: none;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .navul li a {
    font-size: 14px;
  }
}
.navul li a:hover {
  color: var(--color-main);
}
.navul li a.on {
  color: var(--color-main);
}
.index_menu_wrapper {
  background: var(--color-bg);
}
.index_menu_wrapper .index_banner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 800px) {
  .index_menu_wrapper .index_banner {
    width: 100%;
  }
}
.index_menu_wrapper .index_banner .index_menu {
  width: 158px;
  position: absolute;
}
@media screen and (max-width: 800px) {
  .index_menu_wrapper .index_banner .index_menu {
    display: none;
  }
}
.index_menu_wrapper .index_banner .paginationw {
  bottom: 80px !important;
}
.index_menu_wrapper .index_banner .swiper-button-next {
  right: 50%;
  transform: translateX(350px);
  background: rgba(0, 0, 0, 0.1);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_menu_wrapper .index_banner .swiper-button-next::after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m13.292 12l-4.6-4.6l.708-.708L14.708 12L9.4 17.308l-.708-.708z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.index_menu_wrapper .index_banner .swiper-button-prev {
  left: 50%;
  transform: translateX(-350px);
  background: rgba(0, 0, 0, 0.1);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_menu_wrapper .index_banner .swiper-button-prev::after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14 17.308L8.692 12L14 6.692l.708.708l-4.6 4.6l4.6 4.6z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.index_menu_wrapper .index_banner .wrapper {
  position: relative;
}
.index_menu_wrapper .index_banner .enna {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.index_menu_wrapper .index_banner .tipshow {
  background: var(--color-white);
  position: absolute;
  top: 435px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 700px;
  height: 67px;
  z-index: 3;
  display: flex;
  align-items: center;
}
.index_menu_wrapper .index_banner .tipshow .tshd {
  width: 140px;
  height: 100%;
}
.index_menu_wrapper .index_banner .tipshow .tshd a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  font-size: var(--fsize-txt);
  font-weight: bold;
  color: var(--color-main);
  text-align: center;
  text-decoration: none;
  column-gap: var(--gap-small);
}
.index_menu_wrapper .index_banner .tipshow .tshd a::after {
  content: "";
  display: block;
  width: 1px;
  background: var(--color-border);
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
}
.index_menu_wrapper .index_banner .tipshow .tshd a svg {
  display: block;
  width: 24px;
  height: 24px;
}
.index_menu_wrapper .index_banner .tipshow .tsbd {
  flex: 1;
  height: 100%;
  overflow: hidden;
  padding: 0 var(--gap-large);
}
.index_menu_wrapper .index_banner .tipshow .tsbd .tslide .sbox {
  display: flex;
  align-items: center;
  height: 67px;
}
.index_menu_wrapper .index_banner .tipshow .tsbd .tslide .sbox .inf {
  flex: 1;
}
.index_menu_wrapper .index_banner .tipshow .tsbd .tslide .sbox .inf .nam {
  font-size: var(--fsize-base);
  font-weight: bold;
}
.index_menu_wrapper .index_banner .tipshow .tsbd .tslide .sbox .inf .nam a {
  font-size: var(--fsize-base);
}
.index_menu_wrapper .index_banner .tipshow .tsbd .tslide .sbox .inf .nam a:hover {
  color: var(--color-main);
}
.index_menu_wrapper .index_banner .tipshow .tsbd .tslide .sbox .inf .txt {
  font-size: var(--fsize-small);
  line-height: 1.6;
  color: var(--color-6);
}
.index_menu_wrapper .index_banner .tipshow .tsbd .tslide .sbox .mor {
  width: 50px;
}
.index_menu_wrapper .index_reg {
  position: absolute;
  top: 0;
  right: 0;
  width: 232px;
  height: 512px;
  box-sizing: border-box;
  padding: 8px 0;
}
@media screen and (max-width: 800px) {
  .index_menu_wrapper .index_reg {
    display: none;
  }
}
.index_menu_wrapper .index_reg .head {
  display: flex;
  flex-direction: column;
  background: #546a89;
  align-items: center;
  text-align: center;
  row-gap: 6px;
  border-radius: 2px 2px 0 0;
  text-transform: uppercase;
  padding: 0 var(--gap-large) var(--gap-large);
}
.index_menu_wrapper .index_reg .head .img {
  width: 60px;
  height: 60px;
  margin-top: -6px;
  border-radius: 50%;
  overflow: hidden;
}
.index_menu_wrapper .index_reg .head .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_menu_wrapper .index_reg .head .tip {
  font-size: var(--fsize-base);
  color: #d9cfc6;
}
.index_menu_wrapper .index_reg .head .too {
  display: flex;
  column-gap: var(--gap-base);
  align-items: center;
}
.index_menu_wrapper .index_reg .head .too a {
  font-size: var(--fsize-base);
  color: var(--color-white);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
  padding: 2px 12px;
  display: flex;
  transition: all 0.2s;
}
.index_menu_wrapper .index_reg .head .too a:hover {
  background: #455d7f;
}
.index_menu_wrapper .index_reg .head .txt {
  padding: 0 0 0 20px;
}
.index_menu_wrapper .index_reg .head .txt p:nth-child(1) a {
  font-size: 13px;
  font-weight: bold;
  color: #666;
  text-decoration: none;
}
.index_menu_wrapper .index_reg .head .txt p:nth-child(2) a {
  font-size: 12px;
  color: var(--color-main);
  text-decoration: none;
}
.index_menu_wrapper .index_reg .tit {
  display: flex;
  justify-content: center;
  color: var(--color-main);
  padding-top: 5px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  background: var(--color-white);
}
.index_menu_wrapper .index_reg .tit::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 58px;
  height: 1px;
  background: #ff959d;
}
.index_menu_wrapper .index_reg .tit::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 58px;
  height: 1px;
  background: #ff959d;
}
.index_menu_wrapper .index_reg .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0 auto;
  padding: 15px var(--gap-large);
  flex-wrap: wrap;
  flex-direction: column;
  background: var(--color-white);
}
.index_menu_wrapper .index_reg .box .item {
  text-align: center;
  margin-bottom: 8px;
}
.index_menu_wrapper .index_reg .box .item .img img {
  max-width: 100%;
}
.index_menu_wrapper .index_reg .tel {
  padding: 8px 0;
  display: flex;
  justify-content: center;
  text-align: center;
  background: var(--color-white);
}
.index_menu_wrapper .index_reg .tel P {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
.bannerslide {
  flex: 1;
  width: auto;
  height: 512px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .bannerslide {
    height: auto;
  }
}
.bannerslide .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}
.bannerslide .swiper-slide .ba {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  width: 1186px;
  height: 512px;
  margin: 0 auto;
}
.bannerslide .swiper-slide .ba img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerslide .swiper-slide a .con {
  margin-top: 52px;
}
.bannerslide .swiper-slide a .con .tit {
  line-height: 48px;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}
.bannerslide .swiper-slide a .con .txt {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400px;
}
.paginationw {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 10px !important;
  width: 100%;
  z-index: 9;
}
.swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  background: #e30409;
}
.bannerad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bannerad .bannerad01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  height: 237px;
  overflow: hidden;
}
.bannerad .bannerad02 {
  position: absolute;
  top: 237px;
  right: 0;
  width: 190px;
  height: 243px;
  overflow: hidden;
}
.bannerad a {
  display: block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.bannerad a img {
  display: block;
}
.bannerad a:hover {
  padding-left: 10px;
}
.homebigslide .hd {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.homebigslide .hd .hdul {
  float: left;
}
.homebigslide .hd .hdul li {
  float: left;
  margin-right: 25px;
  font-size: 14px;
  color: #555;
  font-weight: bold;
  cursor: pointer;
}
.homebigslide .hd .hdul li.on {
  color: #f00;
}
.homebigslide .hd .links {
  float: right;
}
.homebigslide .hd .links .spnext {
  float: left;
  padding-left: 20px;
  font-size: 12px;
  color: #6d6d6d;
  font-weight: bold;
  background: url(../images/xin.png) no-repeat left center;
}
.homebigslide .hd .links .spnext:hover,
.homebigslide .hd .links .more:hover {
  color: var(--color-main);
}
.homebigslide .hd .links .more {
  float: left;
  margin-left: 25px;
  padding-right: 10px;
  font-size: 12px;
  color: #6d6d6d;
  background: url(../images/jbo.gif) no-repeat right center;
}
.homebigslide .bd .danpin {
  padding-bottom: 2px;
}
.homebigslide .bd .danpin li {
  width: 295.5px;
  height: 171px;
  overflow: hidden;
  float: left;
  margin-right: 1px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.homebigslide .bd .danpin li a {
  display: block;
}
.homebigslide .bd .danpin li a img {
  display: block;
  width: 296px;
  height: 171px;
}
.homebigslide .bd .danpin li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  z-index: 9;
}
.homebigslide .bd .pinpai ul {
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
.homebigslide .bd .pinpai li {
  width: 236px;
  height: 85px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  float: left;
}
.homebigslide .bd .pinpai li a {
  display: block;
  padding: 12.5px 0;
}
.homebigslide .bd .pinpai li img {
  display: block;
  width: 120px;
  margin: 0 auto;
}
.homebigslide .bd .pinpai li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.inhome {
  background: var(--color-bg);
  overflow: hidden;
}
.homeboxitem {
  margin-bottom: 30px;
}
.homeboxitem .hd {
  overflow: hidden;
  line-height: 58px;
}
.homeboxitem .hd h1 {
  float: left;
  font-size: 22px;
  font-weight: 200;
  color: #333;
}
.homeboxitem .hd .more {
  float: right;
  font-size: 16px;
  text-decoration: none;
}
.homeboxitem .hd .more:hover {
  color: var(--color-main);
}
.homeboxitem .index_tit {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  line-height: 58px;
  height: 58px;
  overflow: hidden;
  text-align: left;
  font-weight: bold;
}
.homeboxitem .index_tit span {
  color: var(--color-main);
}
.homeboxitem .bd {
  display: flex;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .homeboxitem .bd {
    grid-template-columns: repeat(2, 1fr);
  }
}
.homeboxitem .bd .item {
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 4px;
}
.homeboxitem .bd .item .img {
  margin-bottom: 5px;
}
.homeboxitem .bd .item .img img {
  width: 100%;
  height: 205px;
  display: block;
}
@media screen and (max-width: 800px) {
  .homeboxitem .bd .item .img img {
    height: auto;
  }
}
.homeboxitem .bd .item .tit {
  font-weight: 400;
  line-height: 1.6;
  height: 60px;
  overflow: hidden;
  text-align: left;
}
.homeboxitem .bd .item .tit a {
  font-size: 12px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.homeboxitem .bd .item .tit a:hover {
  color: var(--color-main);
}
.homeboxitem .bd .item .txt {
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
  height: 20px;
  color: #999;
}
.homeboxitem .bd .item .pri {
  font-size: 16px;
  color: var(--color-main);
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.homeboxitem .bd .item:hover {
  border-color: var(--color-main);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.homeboxitem .bd .item:hover .img {
  opacity: 0.8;
}
.homeboxitem .bd .item.itemsp {
  background: #f60;
  padding: 0;
}
.homelouitem {
  position: relative;
  margin-bottom: 40px;
  height: 407px;
  overflow: hidden;
}
.homelouitem .hd {
  float: left;
  width: 184px;
  height: 407px;
  background: #fafaf8;
  background-repeat: no-repeat;
  background-position: center top;
}
.homelouitem .hd .tit {
  height: 30px;
  line-height: 30px;
  padding: 15px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.homelouitem .hd .hlppslide {
  position: relative;
  padding: 17px 0 20px;
}
.homelouitem .hd .hlppslide .hppbd {
  width: 100%;
  margin: 0 auto;
}
.homelouitem .hd .hlppslide .hppbd li {
  width: 100%;
}
.homelouitem .hd .hlppslide .hppbd li a {
  width: 92px;
  padding: 14px 0;
  height: 30px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
.homelouitem .hd .hlppslide .hppbd li a img {
  width: 100%;
  display: block;
}
.homelouitem .hd .hlppslide .prev,
.homelouitem .hd .hlppslide .next {
  display: block;
  width: 20px;
  height: 30px;
  background: url(../images/leftarr.gif) no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.homelouitem .hd .hlppslide .prev {
  left: 10px;
}
.homelouitem .hd .hlppslide .next {
  right: 10px;
  background-image: url(../images/rightarr.gif);
}
.homelouitem .hd .con {
  padding-left: 26px;
  background: #fafaf8;
  padding-top: 15px;
}
.homelouitem .hd .con li {
  width: 50%;
  float: left;
  text-align: left;
  line-height: 26px;
}
.homelouitem .hd .con li a {
  color: #6d6d6d;
}
.homelouitem .hd .con li a:hover {
  color: var(--color-main);
}
.hlou01 .hd {
  background-image: url(../images/dianzibg.jpg);
}
.hlou02 .hd {
  background-image: url(../images/bfk.jpg);
}
.hlou03 .hd {
  background-image: url(../images/staline.jpg);
}
.hlou04 .hd {
  background-image: url(../images/cet.jpg);
}
.hlou05 .hd {
  background-image: url(../images/ccd.jpg);
}
.homelouitem .bd {
  position: relative;
  width: 1002px;
  height: 407px;
  float: right;
}
.homelouitem .bd li {
  position: relative;
  float: left;
  border: 1px solid #f1f1f1;
  background: #fff;
  width: 224.6px;
  height: 202px;
  margin: 0 0 -1px -1px;
}
.homelouitem .bd li .img {
  width: 100px;
  height: 100px;
  padding: 20px 0 10px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.homelouitem .bd li:hover .img {
  padding-right: 10px;
}
.homelouitem .bd li .img img {
  width: 100%;
  display: block;
}
.homelouitem .bd li .tit {
  text-align: left;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  padding: 0 10px;
}
.homelouitem .bd li .tit a {
  color: #666;
  font-family: arial;
  display: block;
}
.homelouitem .bd li .tit a:hover {
  color: var(--color-main);
}
.homelouitem .bd li .price {
  text-align: left;
  padding: 0 10px;
  font-size: 12px;
  color: #be122e;
  margin-top: 8px;
}
.homelouitem .bd li .price strong {
  font-size: 16px;
  margin: 0 2px;
  font-weight: normal;
}
.homelouitem .bd li.spad001 {
  width: 325px;
  height: 407px;
  overflow: hidden;
  border: 0;
  margin: 0;
}
.homelouitem .bd li.spad001 img {
  width: 325px;
  height: 407px;
  display: block;
}
.homelouitem .bd li.spad002 {
  width: 451px;
  height: 203px;
  overflow: hidden;
  border: 0;
  margin: 0;
}
.homelouitem .bd li.spad002 img {
  width: 451px;
  height: 203px;
  display: block;
}
.shuaishuaidelinks a {
  color: #333333;
}
.shuaishuaidelinks a:hover {
  color: #333333;
}
.shuaiqibottomlink a {
  color: #999;
}
.shuaiqibottomlink a:hover {
  color: #333;
}
.innow {
  height: 40px;
  line-height: 40px;
}
.innow a {
  font-size: 12px;
  color: #757575;
  font-family: microsoft yahei;
}
.innow a:hover {
  text-decoration: none;
  color: var(--color-main);
}
.innow .split {
  font-size: 12px;
  color: #b0b0b0;
  margin: 0 5px;
  font-family: simsun;
}
.choosebox {
  background: #fff;
  padding: 0 0;
  border-top: 1px solid #dedede;
}
.choosebox .item {
  line-height: 22px;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  background: #f1f1f1;
}
.choosebox .item .ith {
  width: 90px;
  float: left;
  text-align: left;
  font-weight: bold;
  color: #333;
  font-family: microsoft yahei;
  font-size: 12px;
  margin-right: 10px;
  padding: 7px 10px;
}
.choosebox .item .itd {
  overflow: hidden;
  background: #fff;
  padding: 7px 10px;
}
.choosebox .item .itd a {
  font-size: 12px;
  font-family: microsoft yahei;
  color: #333;
  float: left;
  padding: 0 16px;
  border-radius: 2px;
  text-decoration: none;
  margin: 5px 5px;
}
.choosebox .item .itd a:hover {
  background: #f3f3f3;
  color: var(--color-main);
}
.choosebox .item .itd a.on {
  background: var(--color-main);
  color: #fff;
}
.paixuarea {
  line-height: 22px;
  height: 24px;
  margin: 30px 0 10px;
  overflow: hidden;
  background: #f1f1f1;
  padding: 5px;
}
.paixuarea .paixu {
  float: left;
}
.paixuarea .paixu li {
  float: left;
  height: 24px;
  line-height: 22px;
}
.paixuarea .paixu li a {
  display: block;
  padding: 0 26px 0 16px;
  font-family: microsoft yahei;
  text-decoration: none;
  font-size: 12px;
  color: #666;
  border: 1px solid #dedede;
  background: #fff;
  margin-right: -1px;
  position: relative;
}
.paixuarea .paixu li a:hover {
  color: var(--color-main);
  z-index: 1;
  border-color: var(--color-main);
}
.paixuarea .paixu li.on a {
  color: #fff;
  background: var(--color-main);
  border-color: var(--color-main);
  z-index: 1;
}
.paixuarea .paixu li a .ico {
  width: 7px;
  height: 8px;
  background: url(../img/icon-order.gif) no-repeat 0 0;
  display: block;
  position: absolute;
  top: 7px;
  right: 12px;
}
.paixuarea .paixu li a .ico01 {
  background-position: 0 -24px;
}
.paixuarea .paixu li.on a .ico01 {
  background-position: 0 -16px;
}
.paixuarea .paixu li a .ico02 {
  background-position: 0 -8px;
}
.paixuarea .paixu li.on a .ico02 {
  background-position: 0 0;
}
.paixuarea .minipage {
  float: right;
}
.paixuarea .minipage .total {
  float: left;
  font-size: 12px;
  color: #999;
}
.paixuarea .minipage .total strong {
  color: #333;
  margin: 0 2px;
  font-weight: normal;
  font-family: arial;
}
.paixuarea .minipage .now {
  float: left;
  font-size: 12px;
  margin: 0 12px;
  color: #999;
}
.paixuarea .minipage .now em {
  margin: 0 2px;
  color: var(--color-main);
  font-weight: bold;
  font-family: arial;
}
.paixuarea .minipage .btn {
  float: left;
  margin-right: 12px;
}
.paixuarea .minipage .btn a {
  display: block;
  width: 30px;
  height: 22px;
  border: 1px solid #dedede;
  background: #fff;
  float: left;
  text-align: center;
  font-family: simsun;
  text-decoration: none;
  margin: 0 2px;
}
.paixuarea .minipage .btn a:hover {
  background: #f1f1f1;
  color: var(--color-main);
}
.paixuarea .minipage .btn a.no {
  background: #f1f1f1;
  color: #999;
  cursor: default;
}
.spmorepro {
  padding-left: 1px;
  padding-bottom: 1px;
  margin-bottom: 40px;
}
.spmorepro ul {
  width: 1196px;
}
.spmorepro li {
  float: left;
  width: 210px;
  height: 324px;
  border: 1px solid #dedede;
  background: #fff;
  font-family: microsoft yahei;
  padding: 5px;
  margin: 3px 14px 14px 3px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.spmorepro li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.spmorepro li.sp01 {
  width: 547px;
}
.spmorepro li.sp02 {
  height: 621px;
}
.spmorepro li .img {
  display: block;
  width: 100%;
  margin: 0 auto 8px;
}
.spmorepro li .img img {
  display: block;
  width: 210px;
  height: 210px;
}
@media screen and (max-width: 800px) {
  .spmorepro li .img img {
    width: 100%;
    height: auto;
  }
}
.spmorepro li .title {
  display: block;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-align: left;
}
.spmorepro li .title a {
  font-size: 16px;
  color: #333;
  margin-bottom: 4px;
  font-family: microsoft yahei;
}
.spmorepro li .title a:hover {
  color: var(--color-main);
}
.spmorepro li .desc {
  display: block;
  text-align: left;
  line-height: 20px;
  color: #999;
  height: 40px;
  overflow: hidden;
}
.spmorepro li.sp01 .desc {
  font-size: 14px;
  line-height: 24px;
}
.spmorepro li .price {
  display: block;
  text-align: left;
  color: #e01d20;
  font-size: 14px;
  line-height: 30px;
}
.spmorepro li .price strong {
  margin: 0 5px;
  font-size: 20px;
  font-weight: normal;
}
.spmorepro li .cover {
  background: #000;
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -50px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.spmorepro li:hover .cover {
  bottom: 0;
}
.spmorepro li .addbuy {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.spmorepro li:hover .addbuy {
  bottom: 0;
}
.spmorepro li .addbuy a {
  display: block;
  background: var(--color-main);
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  font-family: microsoft yahei;
}
.spmorepro li .addbuy a:hover {
  background: var(--color-main);
  text-decoration: none;
}
.proshowtou {
  margin-bottom: 30px;
}
.proshowtou .psimg {
  float: left;
  width: 420px;
}
.proshowtou .pscon {
  float: right;
  width: 760px;
}
.proshowtou .pscon .spec {
  margin: 20px 0;
  padding-bottom: 20px;
  font-family: microsoft yahei;
  border-bottom: 1px solid #dedede;
  border-top: 0 solid #dedede;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.proshowtou .pscon .spec .col {
  margin-top: var(--gap-base);
  display: flex;
  align-items: center;
}
.proshowtou .pscon .spec .col.colauto .bd .it {
  width: auto;
}
.proshowtou .pscon .spec .col.colauto .bd .it a {
  padding: 2px var(--gap-base);
}
.proshowtou .pscon .spec .col .hd {
  font-size: var(--fsize-base);
  color: var(--color-3);
  padding-right: var(--gap-base);
  width: 90px;
}
@media (max-width: 800px) {
  .proshowtou .pscon .spec .col .hd {
    width: 12vw;
    flex-shrink: 0;
  }
}
.proshowtou .pscon .spec .col .hd::after {
  content: "：";
}
.proshowtou .pscon .spec .col .bd {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.proshowtou .pscon .spec .col .bd .it {
  width: 100px;
}
@media (max-width: 800px) {
  .proshowtou .pscon .spec .col .bd .it {
    width: 20vw;
  }
}
.proshowtou .pscon .spec .col .bd .it a {
  display: block;
  border: 1px solid #dedede;
  padding: 2px;
  background: var(--color-white);
  border-radius: 4px;
  text-decoration: none;
}
.proshowtou .pscon .spec .col .bd .it a:hover {
  border-color: var(--color-main);
}
.proshowtou .pscon .spec .col .bd .it a img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}
.proshowtou .pscon .spec .col .bd .it a span {
  display: block;
  line-height: 20px;
  padding: 5px 0;
  font-size: var(--fsize-base);
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 1;
}
.proshowtou .pscon .spec .col .bd .it.on a {
  border-color: var(--color-main);
  box-shadow: var(--color-main) 1px 0 0, var(--color-main) 0 1px 0, var(--color-main) -1px 0 0, var(--color-main) 0 -1px 0;
  color: var(--color-main);
}
.proshowtou .pscon .spec .col .txt {
  font-size: var(--fsize-base);
  line-height: 1.6;
  color: var(--color-3);
}
.proshowtou .pscon .spec .col .txt p {
  margin-top: var(--gap-large);
}
.proshowtou .pscon .spec .col .txt p:first-child {
  margin-top: 0;
}
.proshowtou .pscon .spec .col .txt ul {
  margin-bottom: var(--gap-large);
  list-style-type: disc;
  list-style-position: inside;
}
.proshowtou .pscon h1 {
  font-weight: normal;
  font-family: microsoft yahei;
  font-size: 27px;
  line-height: 40px;
}
.proshowtou .pscon h3 {
  font-weight: normal;
  font-family: microsoft yahei;
  font-size: 14px;
  color: #c0c0c0;
  line-height: 30px;
}
.proshowtou .pscon .intro {
  margin: 20px 0;
  padding-bottom: 20px;
  font-family: microsoft yahei;
  padding-top: 20px;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.proshowtou .pscon .intro p {
  font-family: microsoft yahei;
}
.proshowtou .pscon .intro strong {
  color: #999;
}
#tsShopContainer li,
#tsShopContainer img {
  vertical-align: top;
}
#tsShopContainer {
  width: 400px;
  border: 1px solid #dedede;
  position: relative;
  font-size: 12px;
  padding-bottom: 5px;
  z-index: 99;
}
#tsShopContainer #tsImgS {
  text-align: center;
  width: 100%;
  position: relative;
}
#tsShopContainer #tsImgS a {
  display: block;
  text-align: center;
  margin: 0px auto;
}
#tsShopContainer #tsImgS img {
  border: 0px;
}
#tsShopContainer #tsPicContainer {
  width: 100%;
  height: 78px;
  position: relative;
  border-top: 1px solid #dedede;
}
#tsShopContainer #tsPicContainer #tsImgSArrL {
  width: 17px;
  height: 100%;
  background: url(../img/productshow01.jpg) no-repeat left center;
  position: absolute;
  top: 0px;
  left: 12px;
  cursor: pointer;
}
#tsShopContainer #tsPicContainer #tsImgSArrR {
  width: 17px;
  height: 100%;
  background: url(../img/productshow02.jpg) no-repeat right center;
  position: absolute;
  top: 0px;
  right: 12px;
  cursor: pointer;
}
#tsShopContainer #tsPicContainer #tsImgSCon {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -140px;
  width: 1px;
  height: 70px;
  overflow: hidden;
}
#tsShopContainer #tsPicContainer #tsImgSCon ul {
  width: 100%;
  overflow: hidden;
}
#tsShopContainer #tsPicContainer #tsImgSCon li {
  width: 70px;
  height: 60px;
  float: left;
  cursor: pointer;
}
#tsShopContainer #tsPicContainer #tsImgSCon li img {
  padding: 3px;
  margin: 1px;
  border: 1px solid #e4e4e4;
  display: block;
  width: 46px;
  height: 46px;
}
#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img {
  border: 2px solid var(--color-main);
  margin: 0px;
}
.MagicZoomBigImageCont {
  border: 1px solid #dedede;
  background: #fff;
  top: -3px !important;
}
.MagicZoomMain {
  text-align: center !important;
  width: 92px;
}
.MagicZoomMain div {
  padding: 0px !important;
}
.MagicZoomHeader {
  font: 10px Tahoma, Verdana, Arial, sans-serif;
  color: #fff;
  background: #91b817;
  text-align: center !important;
}
.MagicZoomPup {
  border: 0px solid #aaa;
  background: #ffffff;
}
.MagicZoomLoading {
  text-align: center;
  background: #ffffff;
  color: #444;
  border: 1px solid #ccc;
  opacity: 0.8;
  padding: 3px 3px 3px 3px !important;
  display: none;
}
.MagicZoomLoading img {
  padding-top: 3px !important;
}
.introtable {
  width: 100%;
}
.introtable .td-name {
  line-height: 24px;
  font-size: 14px;
  color: #666;
  font-family: microsoft yahei;
  padding: 3px;
}
.introtable .td-body {
  line-height: 24px;
  font-size: 14px;
  color: #666;
  font-family: microsoft yahei;
  padding: 3px;
}
.introtable .td-body .unit {
  font-size: 20px;
  font-family: arial;
  color: #ed0a0a;
  margin: 0 0 0 -3px;
  vertical-align: middle;
}
.introtable .td-body .price {
  font-size: 30px;
  font-family: arial;
  letter-spacing: -1px;
  color: #ed0a0a;
  vertical-align: middle;
}
.introtable .td-body .price del {
  font-size: 20px;
  font-family: arial;
  color: #999;
  letter-spacing: -1px;
  vertical-align: middle;
}
.itxuanbox {
  line-height: 26px;
}
.itxuanbox li {
  float: left;
  margin: 5px 5px 5px;
}
.itxuanbox li a {
  display: block;
  border: 1px solid #dedede;
  padding: 1px 11px;
  font-family: microsoft yahei;
  text-decoration: none;
  position: relative;
  color: #666;
}
.itxuanbox li a:hover {
  color: var(--color-main);
}
.itxuanbox li a i {
  display: none;
  width: 11px;
  height: 11px;
  background: url(../img/icon-param.gif) no-repeat center center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.itxuanbox li.on a {
  border: 2px solid var(--color-main);
  padding: 0 10px;
  color: var(--color-main);
}
.itxuanbox li.on a i {
  display: block;
}
.itxuanbox.itxuanboximg li a {
  width: 50px;
  height: 50px;
  overflow: hidden;
  padding: 1px;
}
.itxuanbox.itxuanboximg li a img {
  width: 50px;
  height: 50px;
  display: block;
}
.itxuanbox.itxuanboximg li.on a {
  padding: 0;
}
.amount-box {
  width: 100px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #cacaca;
  font-size: 14px;
}
.amount-minus,
.amount-num,
.amount-plus {
  height: 32px;
  display: block;
  text-align: center;
  color: #666;
}
.amount-minus:hover,
.amount-num:hover,
.amount-plus:hover {
  color: var(--color-main);
}
a.amount-minus {
  width: 28px;
  background: #f2f1ef;
  border-right: 1px solid #cacaca;
  text-decoration: none;
  font-family: microsoft yahei;
}
.amount-num {
  width: 42px;
  background: #fff;
  border: 0;
  padding: 0;
  margin: 0;
  font-family: microsoft yahei;
}
* + html .amount-num {
  height: 18px;
  overflow: hidden;
  padding: 7px 0 0 0;
}
a.amount-plus {
  width: 28px;
  height: 32px;
  background: #f2f1ef;
  border-left: 1px solid #cacaca;
  text-decoration: none;
  font-family: microsoft yahei;
}
.proshowtou .pscon .btnbox {
  text-align: left;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  margin-left: 90px;
}
.proshowtou .pscon .btnbox .btn {
  display: inline-block;
  float: left;
  padding: 0 60px;
  background: var(--color-main);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-family: microsoft yahei;
}
.proshowtou .pscon .btnbox .btn:hover {
  background-color: var(--color-main);
}
.proshowtou .pscon .btnbox .btn02 {
  background: #333;
  margin-left: 10px;
}
.proshowtou .pscon .btnbox .btn02:hover {
  background: #000;
}
.itemnavfixed {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #eee;
  display: none;
}
.itemnavfixed .cover {
  height: 60px;
  width: 100%;
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  left: 0;
}
.itemnavfixed .shadow {
  height: 32px;
  width: 100%;
  background: url(../img/shadow.png) no-repeat center top;
  position: absolute;
  top: 60px;
  left: 0;
}
.itemnavfixed .fixnavul {
  line-height: 60px;
  position: relative;
  float: left;
}
.itemnavfixed .fixnavul li {
  line-height: 60px;
  float: left;
  margin: 0 20px;
}
.itemnavfixed .fixnavul li a {
  font-size: 16px;
  color: #333;
  display: block;
  text-decoration: none;
  padding: 0 10px;
}
.itemnavfixed .fixnavul li a .num {
  font-size: 14px;
  color: #999;
  margin-left: 5px;
}
.itemnavfixed .fixnavul li a:hover {
  color: var(--color-main);
}
.itemnavfixed .fixnavul li.on a {
  color: var(--color-main);
  border-bottom: 2px solid var(--color-main);
}
.itemnavfixed .addbuy {
  float: right;
  position: relative;
}
.itemnavfixed .addbuy .info {
  float: left;
  text-align: right;
  font-size: 12px;
  color: #666;
  line-height: 20px;
  margin-top: 10px;
  font-family: microsoft yahei;
}
.itemnavfixed .addbuy .info .price {
  color: #ed0a0a;
}
.itemnavfixed .addbuy .info .price strong {
  font-size: 14px;
  margin-left: 5px;
}
.itemnavfixed .addbuybtn {
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  background: var(--color-main);
  padding: 0 50px;
  display: block;
  margin-left: 10px;
  float: left;
  text-decoration: none;
}
.itemnavfixed .addbuybtn:hover {
  background: var(--color-main);
}
.proshowcontent {
  position: relative;
}
.proshowcontent .pscontent {
  width: 900px;
  float: left;
}
.proshowcontent .psconside {
  width: 260px;
  float: right;
}
.proshowcontent .psconside .pscsfixedbox {
  width: 260px;
}
.pscsfixedbox .tit {
  font-size: 17px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  border-bottom: 2px solid var(--color-main);
  font-family: microsoft yahei;
  color: var(--color-main);
  margin-bottom: 0;
  padding-top: 16px;
}
.pscsfixedbox .con {
  margin-bottom: 30px;
}
.pscsfixedbox .pscsul li {
  width: 258px;
  height: 100px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  z-index: 0;
  margin-bottom: -1px;
}
.pscsfixedbox .pscsul li:hover {
  border-color: var(--color-main);
  z-index: 1;
}
.pscsfixedbox .pscsul li .img {
  width: 90px;
  height: 90px;
  padding: 5px;
  overflow: hidden;
  float: left;
  margin-right: 5px;
}
.pscsfixedbox .pscsul .img img {
  width: 90px;
  height: 90px;
  display: block;
}
.pscsfixedbox .pscsul .title {
  margin: 16px 10px 5px 0;
  display: block;
}
.pscsfixedbox .pscsul .title a {
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #333;
  font-family: microsoft yahei;
}
.pscsfixedbox .pscsul .title a:hover {
  color: var(--color-main);
  text-decoration: none;
}
.pscsfixedbox .pscsul .desc {
  color: #999;
  font-family: microsoft yahei;
  font-size: 12px;
  margin: 0 10px 0 0;
  display: block;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}
.pscsfixedbox .pscsul .price {
  color: #666;
  font-family: microsoft yahei;
  font-size: 12px;
  margin: 5px 10px 5px 0;
  display: block;
}
.pscsfixedbox .pscsul .price strong {
  color: var(--color-main);
  font-size: 16px;
  margin: 0 4px;
  font-weight: normal;
}
.pscontent .pscdetail_tit {
  height: 40px;
  line-height: 40px;
  margin-bottom: 2px;
  border-bottom: 1px solid #dedede;
  padding-top: 16px;
}
.pscontent .pscdetail_tit h3 {
  float: left;
  border-bottom: 2px solid var(--color-main);
  color: var(--color-main);
  padding: 0 10px;
  font-size: 21px;
  font-family: microsoft yahei;
  font-weight: normal;
}
.pscontent .pscdetail_con {
  padding: 20px 0;
  margin-bottom: 30px;
  font-family: microsoft yahei;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.pscontent .pscdetail_con p {
  font-family: microsoft yahei;
  font-size: 14px;
  color: #333;
  line-height: 180%;
  margin: 0;
}
.pscontent .pscdetail_con p img {
  max-width: 100%;
  display: block;
}
.pscdetail_table {
  width: 100%;
}
.pscdetail_table td {
  color: #666;
  font-family: microsoft yahei;
  font-size: 14px;
  padding: 6px 2px;
  border: 1px solid #d9d9d9;
  text-align: center;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.pscdetail_table td.tl {
  background: #f1f1f1;
  text-align: center;
  font-weight: bold;
}
.pingjia {
  background: #fff;
}
.pingjia .pic {
  margin: 20px 0;
  height: 110px;
  overflow: hidden;
}
.pingjia .pic .percent {
  float: left;
  width: 200px;
  text-align: center;
  border-right: 1px solid #eee;
  margin-right: 20px;
  padding-bottom: 10px;
}
.pingjia .pic .percent strong {
  font-size: 40px;
  color: #ee330a;
  display: block;
  line-height: 55px;
}
.pingjia .pic .percent span {
  background: url(../img/icon-stat.png) no-repeat 0 -148px;
  display: block;
  width: 65px;
  height: 16px;
  margin: 0 auto 10px;
}
.pingjia .pic .percent em {
  background: url(../img/icon-stat.png) no-repeat 0 2px;
  display: block;
  width: 65px;
  height: 16px;
  overflow: hidden;
}
.pingjia .pic .percent span.stat50 em {
  width: 60px;
}
.pingjia .pic .percent span.stat48 em {
  width: 58px;
}
.pingjia .pic .percent p {
  font-size: 12px;
  color: #666;
  display: block;
}
.pingjia .pic .keyword p {
  color: #666;
  font-size: 12px;
  margin-bottom: 10px;
}
.pingjia .pic .keyword span {
  display: block;
  line-height: 20px;
  padding: 5px 20px;
  background: #eee;
  float: left;
  margin: 0 19px 10px 0;
  color: #666;
  font-size: 14px;
}
.pingjia .pic a.ipost {
  display: block;
  line-height: 30px;
  height: 30px;
  float: left;
  padding: 0 20px;
  background: var(--color-main);
  color: #fff;
  font-size: 14px;
  font-family: microsoft yahei;
}
.pingjia .pic a.ipost:hover {
  background: var(--color-main);
  text-decoration: none;
}
.pingjiabox {
  margin: 10px;
  border-top: 1px solid #dedede;
}
.pingjiabox li {
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}
.pingjiabox li .menbers {
  float: left;
  width: 60px;
  text-align: center;
}
.pingjiabox li .menbers img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin: 0 auto;
}
.pingjiabox li .menbers a {
  font-size: 12px;
  color: #666;
}
.pingjiabox li .ping {
  margin: 0;
  padding: 20px 0;
  position: relative;
}
.pingjiabox li .ping .name {
  position: absolute;
  left: 80px;
  top: 20px;
  font-weight: bold;
  color: #000;
}
.pingjiabox li .ping .time {
  float: right;
}
.pingjiabox li .ping .stat {
  background: url(../img/icon-stat.png) no-repeat 0 -148px;
  display: block;
  width: 65px;
  height: 16px;
  margin-bottom: 10px;
  margin-top: 4px;
}
.pingjiabox li .ping .stat em {
  background: url(../img/icon-stat.png) no-repeat 0 2px;
  display: block;
  width: 65px;
  height: 16px;
  overflow: hidden;
}
.pingjiabox li .ping .stat.stat48 em {
  width: 58px;
}
.pingjiabox li .ping .con {
  color: #333;
  font-size: 14px;
  line-height: 24px;
}
.pingjiabox li .ping .reply {
  margin-top: 20px;
  padding: 15px;
  background-color: #f3f3f3;
  font-size: 12px;
  color: #8c8c8c;
}
.pingjiabox li .ping .reply strong {
  color: #ff4a00;
  font-weight: normal;
}
.dping {
  margin: 30px 0;
}
.dping .tit {
  background: #f1f1f1;
  line-height: 40px;
  height: 40px;
  font-size: 18px;
  padding-left: 20px;
}
.pinglegejia {
  padding: 20px 0;
}
.pinglegejia .xingxing {
  font-size: 14px;
  position: relative;
  margin-bottom: 10px;
}
.pinglegejia .xingxing .xing {
  font-size: 24px;
  color: #f60;
}
.pinglegejia .xingxing .spltip {
  font-size: 12px;
  color: #fff;
  background: #ff4a00;
  padding: 0 20px;
  line-height: 30px;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
}
.pinglegejia .xingxing .spltip em {
  width: 0;
  height: 0;
  position: absolute;
  display: block;
  border: 8px solid #ff4a00;
  border-color: transparent transparent #ff4a00 transparent;
  bottom: 0;
  left: -8px;
}
.pingjiatextarea {
  border: 1px solid #dedede;
  padding: 14px;
  background: #fff;
  box-shadow: 1px 1px 1px 0 #eaeaea inset;
  margin: 0 0 10px;
}
.pingjiatextarea:hover {
  border-color: var(--color-main);
}
.pjtextarea {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  font-family: microsoft yahei;
  color: #333;
  border: 0;
  resize: none;
  height: 72px;
}
.pjtextarea:hover,
.pjtextarea:focus {
  outline: none;
}
.shaidan {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 30px;
}
.pjbutton {
  width: 260px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: var(--color-main);
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-family: Microsoft Yahei;
  cursor: pointer;
  border-radius: 4px;
  margin-left: 10px;
}
.pjbutton:hover,
.pjbutton:focus {
  outline: none;
  background: var(--color-main);
}
.pingjianow .br-widget {
  height: 30px;
}
.pingjianow .br-widget a {
  background-image: url("../img/star.png");
  width: 30px;
  height: 30px;
  display: block;
  float: left;
}
.pingjianow .br-widget a:hover,
.pingjianow .br-widget a.br-active,
.pingjianow .br-widget a.br-selected {
  background-position: 0 30px;
}
.pingjianow .br-widget .br-current-rating {
  clear: both;
  width: 330px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 0.5em 0;
  color: #646464;
}
.pingjianow .br-readonly a.br-active,
.pingjianow .br-readonly a.br-selected {
  background-color: #50e3c2;
}
/* Center in container */
.pingjianow {
  float: left;
  width: 150px;
  margin-top: 5px;
}
.commonbg {
  background: #f1f1f1;
}
.loginwrapper {
  position: relative;
  margin-bottom: 20px;
}
.loginwrapper .lwhead {
  height: 100px;
  padding: 40px 20px 0;
}
.loginwrapper .lwhead .lwlogo {
  width: 300px;
  height: 100px;
  background: url(../images/logo.svg) no-repeat left center;
  background-size: 200px 100px;
  display: block;
  text-indent: -99999px;
  float: left;
}
.loginwrapper .lwhead .lwtab {
  float: right;
  line-height: 100px;
}
.loginwrapper .lwhead .lwtab a {
  font-size: 16px;
  color: #666;
  font-family: microsoft yahei;
  text-decoration: none;
}
.loginwrapper .lwhead .lwtab a:hover {
  color: #333;
}
.loginwrapper .lwhead .lwtab a.on {
  color: var(--color-main);
}
.loginwrapper .lwhead .lwtab .split {
  color: #999;
  margin: 0 5px;
}
.loginwrapper .lwbox {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 50px;
}
.loginwrapper .lwbtit {
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  font-size: 20px;
  font-family: microsoft yahei;
}
.loginwrapper .lwfoot {
  font-family: microsoft yahei;
  color: #999;
  padding: 30px 20px;
  font-size: 12px;
  line-height: 20px;
}
.loginwrapper .lwfoot .beian {
  font-family: microsoft yahei;
  color: #999;
  float: right;
}
.commonform .item {
  padding-bottom: 15px;
  position: relative;
}
.commonform .item .tit {
  width: 160px;
  float: left;
  text-align: right;
  color: #333;
  line-height: 40px;
}
.commonform .item .tit i {
  color: #f00;
  padding-right: 4px;
  font-style: normal;
  font-family: simsun;
}
.commonform .item .ipt {
  margin-left: 160px;
}
.commonform .item .ipt .input {
  line-height: 30px;
  height: 30px;
  border: 1px solid #dedede;
  background: #fff;
  font-size: 14px;
  font-family: microsoft yahei;
  padding: 5px 10px;
  width: 190px;
  box-shadow: 1px 1px 1px 0 #eaeaea inset;
}
.commonform .item {
  padding-bottom: 15px;
  position: relative;
}
.commonform .item .bigtit {
  margin-bottom: 10px;
  font-size: 24px;
  color: #666;
  line-height: 60px;
}
.commonform .item .tit {
  width: 160px;
  float: left;
  text-align: right;
  color: #999;
  line-height: 40px;
  padding: 6px 20px 6px 0;
  box-sizing: border-box;
}
.commonform .item .tit i {
  color: #f00;
  padding-right: 4px;
  font-style: normal;
  font-family: simsun;
}
.commonform .item .ipt {
  font-size: 12px;
  color: #999;
}
.commonform .item .ipt .input {
  line-height: 30px;
  height: 30px;
  border: 1px solid #dedede;
  background: #fff;
  font-size: 14px;
  font-family: microsoft yahei;
  padding: 5px 10px;
  width: 190px;
  box-shadow: 1px 1px 1px 0 #eaeaea inset;
}
.commonform .item .ipt .txt {
  line-height: 24px;
  height: 24px;
  padding: 14px 0;
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.commonform.cfuser .item .tit {
  font-size: 14px;
}
.commonform.cfuser .item .img {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
}
.commonform.cfuser .item .img img {
  width: 100%;
  display: block;
}
.commonformlogin {
  width: 642px;
  margin: 0 auto;
}
.commonformlogin .item .ipt .input {
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  width: 300px;
  color: #aaa;
}
.commonformlogin .item .ipt .getcode {
  width: 120px;
  border-left: 1px solid #dedede;
  background: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  display: block;
  color: var(--color-main);
  position: absolute;
  top: 6px;
  left: 360px;
  font-family: microsoft yahei;
  text-align: center;
}
.commonformlogin .item .ipt .getcode:hover {
  color: var(--color-main);
  text-decoration: none;
}
.commonformlogin .item .ipt .getcodeno {
  color: #999;
}
.commonformlogin .item .ipt .getcodeno:hover {
  color: #999;
}
.commonformlogin .item .itema {
  font-size: 12px;
  font-family: microsoft yahei;
  color: #999;
}
.commonformlogin .item .itema:hover {
  color: var(--color-main);
}
.commonformlogin .item p {
  font-size: 14px;
  font-family: microsoft yahei;
  color: #999;
  line-height: 30px;
  margin-bottom: 10px;
}
.commonformlogin .item .split {
  font-size: 12px;
  font-family: arial;
  color: #dedede;
  margin: 0 10px;
}
.commonform .item .ipt .inputhalf {
  width: 150px;
}
.commonform .item .ipt .input:focus {
  border-color: var(--color-main);
  color: #333;
}
.commonform .item .ipt .textarea {
  line-height: 24px;
  height: 48px;
  width: 250px;
  border: 1px solid #dedede;
  background: #fff;
  font-size: 14px;
  font-family: microsoft yahei;
  padding: 5px 10px;
  resize: none;
  box-shadow: 1px 1px 1px 0 #eaeaea inset;
}
.commonform .item .ipt .textarea:focus {
  border-color: var(--color-main);
  outline: none;
}
.commonform .itembtn {
  margin-left: 160px;
}
.commonform .itembtn .submit {
  height: 40px;
  width: 200px;
  text-align: center;
  border: 1px solid var(--color-main);
  background: var(--color-main);
  color: #fff;
  font-size: 14px;
  font-family: microsoft yahei;
  cursor: pointer;
  border-radius: 5px;
}
.commonformlogin .itembtn .submit {
  height: 50px;
  width: 320px;
  font-size: 16px;
  margin-bottom: 15px;
}
.commonform .itembtn .submit:hover {
  background: var(--color-main);
}
.messagebox {
  width: 720px;
  margin: 30px auto;
  font-family: microsoft yahei;
}
.messagebox .micon {
  float: left;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px 120px;
}
.messagebox .micon_success {
  background-image: url(../img/tips_success.png);
}
.messagebox .micon_error {
  background-image: url(../img/tips_error.png);
}
.messagebox .micon_tips {
  background-image: url(../img/tips_tips.png);
}
.messagebox .mbox {
  margin-left: 150px;
}
.messagebox .mbox .mbtit {
  font-size: 24px;
  line-height: 50px;
  color: #333;
}
.messagebox .mbox .mbtip {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin: 5px 0 15px 0;
}
.messagebox .mbox .mbbtn {
  line-height: 30px;
  height: 30px;
}
.messagebox .mbox .mbbtn .btna {
  display: block;
  float: left;
  padding: 0 20px;
  background: #f1f1f1;
  color: #333;
  border: 1px solid #dedede;
  text-align: center;
  font-family: microsoft yahei;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  margin-right: 10px;
}
.messagebox .mbox .mbbtn .btna:hover {
  background: #007eff;
  color: #fff;
  border-color: #006fe0;
}
.messagebox .mbox .mbbtn .btna.on {
  background: transparent;
  color: #fff;
  border-color: #f30;
  line-height: 32px;
  display: flex;
  justify-content: center;
}
.messagebox .mbox .mbbtn .btna.on img {
  display: inline;
  margin: 0 auto;
}
.messagebox .mbox .mbbtn .btna.alipay {
  background: #009fe9;
  color: #fff;
  border-color: #009fe9;
}
.messagebox .mbox .mbbtn .btna.wechatpay {
  background: #15ba11;
  color: #fff;
  border-color: #15ba11;
}
.messagebox .mbox .mbbtn a {
  color: #007eff;
  font-family: microsoft yahei;
  margin-right: 10px;
}
.spbrandbg {
  background: #f1f1f1;
  padding: 20px;
}
.commonbigname {
  width: 200px;
  height: 50px;
  padding: 10px 0;
  background: var(--color-main);
  margin: 0 auto 30px;
  color: #fff;
  text-align: center;
}
.commonbigname .cn {
  font-size: 20px;
  line-height: 30px;
}
.commonbigname .en {
  font-size: 14px;
  font-family: arial;
  text-transform: uppercase;
}
.brandlist ul {
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  text-align: center;
}
.brandlist li {
  width: 236px;
  height: 120px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  float: left;
}
.brandlist li a {
  display: block;
  padding: 18px 0;
  background: #fff;
  color: #333;
  text-decoration: none;
}
.brandlist li img {
  display: block;
  width: 120px;
  margin: 0 auto;
}
.brandlist li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: var(--color-main);
}
.brandlist li a .name {
  display: block;
  line-height: 24px;
  height: 24px;
}
.brandshowbox {
  background: url(../img/commonbrandbg.jpg) repeat-x left center;
  height: 160px;
  margin-bottom: 30px;
  overflow: hidden;
}
.brandshowbox .img {
  width: 120px;
  height: 120px;
  background: #fff;
  margin: 20px 20px 20px 40px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px var(--color-main);
  box-shadow: 0 0 10px var(--color-main);
  float: left;
}
.brandshowbox .img:hover {
  -webkit-box-shadow: 0 0 20px var(--color-main);
  box-shadow: 0 0 20px var(--color-main);
}
.brandshowbox .img a {
  display: block;
}
.brandshowbox .img img {
  display: block;
  width: 100px;
  margin: 35px auto;
}
.brandshowbox .brandinfo {
  margin-left: 190px;
  padding-top: 30px;
  padding-right: 150px;
}
.brandshowbox .brandinfo .title {
  height: 30px;
}
.brandshowbox .brandinfo .title .pp {
  height: 20px;
  line-height: 20px;
  background: var(--color-main);
  color: #fff;
  width: 40px;
  display: block;
  float: left;
  text-align: center;
  font-size: 12px;
}
.brandshowbox .brandinfo .title .name {
  height: 18px;
  line-height: 18px;
  background: #fff;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  display: block;
  float: left;
  font-size: 12px;
  padding: 0 10px;
}
.brandshowbox .brandinfo .info {
  color: #666;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.brandshowbox .brandinfo .link {
  margin-top: 6px;
}
.brandshowbox .brandinfo .link a {
  display: block;
  width: 120px;
  height: 22px;
  border: 1px solid #999;
  text-align: center;
  color: #999;
}
.jifenboxtop .boxnews {
  width: 184px;
  float: left;
}
.jifenboxtop .boxnews .cjbox {
  border: 1px solid #dedede;
  background: #fff;
  margin-bottom: 20px;
}
.jifenboxtop .boxnews .cjbox .tit {
  border-bottom: 2px solid var(--color-main);
  background: #f1f1f1;
  color: var(--color-main);
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.jifenboxtop .boxnews .cjbox .con {
  padding: 10px;
}
.jifenboxtop .boxnews .cjbox .con .jfgg {
  line-height: 24px;
}
.jifenboxtop .boxnews .cjbox .con .jfgg li {
  height: 24px;
  overflow: hidden;
  padding-left: 10px;
  background: url(../img/dot.jpg) no-repeat left center;
}
.jifenboxtop .boxnews .cjbox .con .jfgg li a {
  color: #666;
}
.jifenboxtop .boxnews .cjbox .con .jfgg li a:hover {
  color: var(--color-main);
}
.jifenboxtop .boxnews .cjbox .con .jfdhb {
  line-height: 30px;
}
.jifenboxtop .boxnews .cjbox .con .jfdhb li {
  height: 30px;
  overflow: hidden;
  padding-left: 10px;
  background: url(../img/dot.jpg) no-repeat left center;
  border-bottom: 1px dashed #dedede;
}
.jifenboxtop .boxnews .cjbox .con .jfdhb li a {
  color: #666;
}
.jifenboxtop .boxnews .cjbox .con .jfdhb li a:hover {
  color: var(--color-main);
}
.jfwaobox {
  float: right;
}
.jfslide {
  position: relative;
  width: 730px;
  height: 270px;
  float: left;
  margin: 0 20px 20px;
}
.jfslide .bd {
  width: 730px;
  height: 270px;
  overflow: hidden;
}
.jfslide .hd {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 10px;
}
.jfslide .hd li {
  float: left;
  display: block;
  width: 5px;
  height: 5px;
  background: #000;
  border: 2px solid #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin: 0 2px;
  text-indent: -9999px;
  border-radius: 50%;
  cursor: pointer;
}
.jfslide .hd li.on {
  background: #fff;
}
.jifenmember {
  position: relative;
  float: right;
  width: 232px;
  height: 270px;
  overflow: hidden;
  background: #f1f1f1;
}
.jifenmember .img {
  width: 120px;
  height: 120px;
  border: 1px solid #dedede;
  padding: 2px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  margin: 20px auto 10px;
}
.jifenmember .img:hover {
  -webkit-box-shadow: 0 0 10px var(--color-main);
  box-shadow: 0 0 10px var(--color-main);
}
.jifenmember .img img {
  width: 120px;
  height: 120px;
  display: block;
  border-radius: 50%;
}
.jifenmember .name {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 4px;
}
.jifenmember .name a {
  color: #333;
}
.jifenmember .name a:hover {
  color: var(--color-main);
}
.jifenmember .jifens {
  color: #666;
  text-align: center;
  line-height: 30px;
}
.jifenmember .jifens strong {
  color: var(--color-main);
  font-size: 24px;
  font-family: arial;
}
.jifenmember .links {
  height: 26px;
  overflow: hidden;
  padding: 0 20px;
  margin-top: 6px;
}
.jifenmember .links a {
  width: 60px;
  height: 26px;
  line-height: 26px;
  background: #dedede;
  color: #666;
  text-align: center;
  display: block;
  float: left;
  margin: 0 2px;
  font-size: 12px;
  text-decoration: none;
}
.jifenmember .links a:hover {
  background: var(--color-main);
  color: #fff;
}
.spjfevent {
  float: right;
}
.spjfevent li {
  width: 321px;
  height: 178px;
  overflow: hidden;
  float: left;
  margin-left: 10px;
}
#lottery {
  width: 574px;
  height: 584px;
  background: url(../img/bg.gif) no-repeat;
  padding: 50px 55px;
}
#lottery table td {
  width: 143px;
  height: 143px;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  color: #333;
  font-index: -999;
}
#lottery table td a {
  width: 284px;
  height: 284px;
  line-height: 150px;
  display: block;
  text-decoration: none;
}
#lottery table td.active {
  background-color: var(--color-main);
}
.lotterybox {
  background: #d71936 url(../img/lotterybg.png) repeat-x 0 bottom;
  padding: 40px 0 74px;
  -webkit-animation: bolang 8s linear infinite;
  animation: bolang 8s linear infinite;
}
@-webkit-keyframes bolang {
  100% {
    background-position: -385px bottom;
  }
}
@keyframes bolang {
  100% {
    background-position: -385px bottom;
  }
}
.lotterycon {
  float: right;
  width: 500px;
  padding-top: 0;
}
.lottmember {
  background: #c50926;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.lottmember .img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 50%;
  float: left;
}
.lottmember .img img {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
}
.lottmember .info {
  margin-left: 90px;
  color: #fff;
  line-height: 25px;
}
.lottmember .info .name strong {
  color: #ff92ad;
}
.lottmember .info .jifen em {
  color: #ffea3a;
  font-weight: bold;
  font-family: arial;
  font-size: 16px;
}
.lottmember .info .jifen .btn {
  color: #ff92ad;
  margin-left: 20px;
}
.lottwao {
  background: #c50926;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #ff92ad;
}
.lottwao .tit {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 6px;
}
.lottwao .con .item {
  line-height: 26px;
  height: 26px;
  overflow: hidden;
}
.lottwao .con .item .i1 {
  width: 30%;
  float: left;
}
.lottwao .con .item .i2 {
  width: 50%;
  float: left;
}
.lottwao .con .item .i3 {
  width: 20%;
  float: left;
  text-align: right;
}
/*pages by alex 20160114*/
.pages {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  margin: 30px 0;
}
.pages li {
  margin: 0 5px;
  display: inline-block;
}
.pages li a,
.pages li a {
  background: #f44d45;
  padding: 0 10px;
  border: 1px solid #f44d45;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 30px;
  color: #fff;
  margin-top: 0;
  line-height: 30px;
  text-decoration: none;
}
.pages li a:hover,
.pages li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.main .con .pages li.on a,
.pages li.on a {
  background: #fff;
  color: #f44d45;
  cursor: default;
  border: 1px solid #f44d45;
}
/* 购物车 */
.cart_box {
  font-family: "Microsoft Yahei", "微软雅黑", "Arial", "Verdana";
}
.cart_box .cart_head {
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #dedede;
}
.cart_box .cart_head li {
  height: 40px;
  float: left;
  border-bottom: 2px solid #2471c9;
  padding: 0 70px 0 50px;
  font-size: 20px;
  position: relative;
  background: url(../images/carticon.jpg) no-repeat 15px center;
}
.cart_box .cart_head li strong {
  width: 20px;
  height: 20px;
  background: #2471c9;
  color: #fff;
  position: absolute;
  display: block;
  right: 42px;
  top: 11px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  font-weight: normal;
}
.cart_box .cart_table {
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
}
.cart_box .cart_table thead tr th {
  line-height: 24px;
  height: 24px;
  font-weight: normal;
  color: #333;
  border-bottom: 1px dashed #dedede;
  padding: 5px 10px;
  text-align: left;
  font-family: microsoft yahei;
  background: #f1f1f1;
}
.cart_box .cart_table tbody tr td {
  line-height: 24px;
  height: 24px;
  font-weight: normal;
  color: #333;
  border-bottom: 1px dashed #dedede;
  padding: 10px;
  font-family: microsoft yahei;
}
.cart_box .cart_table tbody tr td .jianjie {
  color: #999;
  font-family: microsoft yahei;
}
.cart_box .cart_table tbody tr:hover td {
  background: #f1f1f1;
}
.cart_box .cart_table tbody tr td a {
  color: #333;
  font-family: microsoft yahei;
}
.cart_box .cart_table tbody tr td a:hover {
  color: #a70000;
}
.cart_box .cart_table tbody tr td strong.on {
  color: #a70000;
  font-family: Verdana, Tahoma, arial;
}
.cart_box .cart_table .input {
  text-align: center;
}
.cart_box .cart_img {
  width: 90px;
  height: 90px;
  border: 1px solid #dedede;
  display: block;
  background: #fff;
}
.cart_box .cart_img img {
  width: 90px;
  height: 90px;
  display: block;
}
.cart_box .cash_table .cart_img {
  width: 50px;
  height: 50px;
}
.cart_box .cash_table .cart_img img {
  width: 50px;
  height: 50px;
}
.cart_box .price_original {
  color: #9c9c9c;
  text-decoration: line-through;
  display: block;
  line-height: 12px;
  font-family: Verdana, Tahoma, arial;
}
.cart_box .input {
  width: 240px;
  line-height: 24px;
  height: 24px;
  color: #999999;
  padding: 3px 9px;
  border: 1px solid #dedede;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-family: microsoft yahei;
}
.cart_box select {
  font-family: microsoft yahei;
  line-height: 32px;
  height: 32px;
  color: #999999;
  padding: 5px 10px;
  border: 1px solid #dedede;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.cart_box .input:hover,
.cart_box .input:focus,
.cart_box select:hover,
.cart_box select:focus {
  border-color: var(--color-main);
  box-shadow: 0 0 5px var(--color-main);
  outline: none;
}
.cart_bar {
  height: 50px;
  line-height: 50px;
  background: #e5e5e5;
  padding: 0 0 0 20px;
}
.cart_bar .tip {
  display: block;
  float: left;
  margin-right: 20px;
  line-height: 50px;
  font-family: microsoft yahei;
}
.cart_bar a {
  font-family: microsoft yahei;
}
.cart_bar .tip .all {
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #a70000;
  font-family: tohoma, arial;
  font-style: normal;
}
.cart_bar .tip .price {
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #a70000;
  font-family: tohoma, arial;
  display: block;
  float: right;
  font-style: normal;
}
.cart_bar .tip .total {
  font-size: 20px;
  font-style: normal;
}
.cart_bar .cart_cash {
  width: 120px;
  height: 50px;
  line-height: 50px;
  background: #a70000;
  font-family: microsoft yahei;
  color: #fff;
  font-size: 20px;
  display: block;
  float: right;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.cart_bar .cart_cash:hover {
  box-shadow: 0 0 5px #a70000;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.point {
  height: 240px;
  line-height: 240px;
  background: url(../img/point02.png) no-repeat 20px center;
  padding-left: 140px;
  color: #666;
  width: 230px;
  margin: 0 auto;
  font-family: microsoft yahei;
}
.point01 {
  background-image: url(../img/point01_2.png);
}
.point01_2 {
  background-image: url(../img/point01_2.png);
}
/* 结算中心 */
.cash_tit {
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dedede;
  color: #333;
  font-family: microsoft yahei;
}
.cash_tit .edit {
  float: right;
  font-size: 12px;
  font-weight: normal;
  color: #266aae;
  font-family: microsoft yahei;
}
.cash_con {
  padding: 20px;
}
.cash_con .peisonglist li {
  border: 1px dashed #dedede;
  margin-bottom: 10px;
  line-height: 30px;
  padding: 0 10px;
  color: #999;
  font-family: microsoft yahei;
  cursor: pointer;
}
.cash_con .peisonglist li:hover {
  border: 1px dashed #ed0a0a;
  color: #333;
}
.cash_con .peisonglist li.on {
  border: 2px solid #ed0a0a;
  color: #333;
}
.cash_con .peisonglist .detail {
  margin-left: 20px;
  font-family: microsoft yahei;
}
.cash_con .peisonglist .xinjiandizhi {
  padding: 10px 20px;
  font-family: microsoft yahei;
}
.cash_con .peisonglist .xinjiandizhi .list {
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  margin-bottom: 5px;
}
.cash_con .peisonglist .xinjiandizhi .list .label {
  width: 90px;
  float: left;
  text-align: right;
  margin-right: 5px;
  color: #666;
  font-family: microsoft yahei;
}
.cash_con .peisonglist .xinjiandizhi .list .label em {
  margin-right: 5px;
  color: #f60;
  font-family: sans-serif;
  font-style: normal;
}
.cash_con .peisonglist .xinjiandizhi .list .btn {
  display: block;
  float: left;
  background: #ed0a0a;
  border: 1px solid #ed0a0a;
  border-radius: 2px;
  color: #fff;
  text-shadow: 0 -1px 0 #f30;
  padding: 0 10px;
  margin-left: 95px;
  line-height: 30px;
  height: 30px;
}
.cash_bar {
  text-align: right;
  border-bottom: 1px dashed #dedede;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #999;
  line-height: 20px;
  float: right;
  font-size: 12px;
}
.cash_bar .cash_line {
  margin-bottom: 5px;
  overflow: hidden;
}
.cash_bar .cash_line.sp {
  line-height: 40px;
  font-family: microsoft yahei;
}
.cash_bar .cash_line .noname {
  float: left;
  width: 200px;
  font-family: microsoft yahei;
}
.cash_bar .cash_line .noprice {
  float: left;
  width: 140px;
  font-family: microsoft yahei;
}
.cash_bar .cash_line .price {
  color: #f60;
  font-size: 30px;
  font-family: tohoma, arial;
}
.cash_bar .cash_line strong {
  font-size: 14px;
  padding: 0 10px;
  font-family: tohoma, arial;
}
.cash_btn {
  text-align: right;
  line-height: 40px;
  padding-bottom: 20px;
  font-family: microsoft yahei;
}
.cash_btn a {
  color: var(--color-main);
  font-size: 14px;
}
.cash_btn .btn {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: microsoft yahei;
  color: #fff;
  display: block;
  float: right;
  background: var(--color-main);
  font-size: 16px;
  margin-left: 20px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
.cash_btn .btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.cash_btn02 {
  margin-top: 20px;
}
.cash_btn02 .btn {
  margin: 0 auto;
  float: none;
}
.cash_btn03 {
  margin-top: 20px;
}
.cash_btn03 .btn {
  float: none;
  margin-left: 100px;
}
.paytit {
  margin: 0 0;
  background: #f1f1f1;
  color: #333;
  font-family: microsoft yahei;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 20px;
  border-bottom: 0 solid #007eff;
}
.paydl {
  border: 1px solid #dedede;
  border-bottom: 0 none;
  margin: 0 0 0;
}
.paydl dd {
  position: relative;
}
.order-payment-area {
  border-bottom: 1px solid #dedede;
}
.order-payment-area .h {
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #dedede;
  background-color: #fcfcfc;
}
.order-payment-area .h b {
  font-weight: 400;
  font-family: microsoft yahei;
}
.order-payment-area .h em {
  color: #999;
  margin-left: 8px;
}
.order-payment-area .b {
  padding: 30px 0 0 25px;
  position: relative;
}
.order-payment-area .b li {
  float: left;
  width: 158px;
  padding-bottom: 25px;
}
.jxsbtn {
  margin: 30px 0 0 0;
  text-align: center;
}
.jxsbtn .jbtna {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  background: #f60;
  color: #fff;
  font-size: 18px;
  font-family: microsoft yahei;
  width: 200px;
  margin: 0 auto;
  text-decoration: none;
  border: 1px solid #f30;
  border-radius: 4px;
}
.jxsbtn .jbtna:hover {
  background: #f30;
}
.orside {
  width: 220px;
  float: left;
}
.orside .box {
  border: 0 solid #a8c8e7;
  background: #f8f8f8;
  margin-bottom: 10px;
}
.orside .orlist {
  border-bottom: 0 dotted #8ab6df;
  margin-top: 0;
  margin-bottom: 10px;
}
.orside .orlist.no {
  border-bottom: 0;
}
.orside .orlist .orlh {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #dedede;
  padding-top: 10px;
  margin: 0 20px 0;
  font-family: microsoft yahei;
}
.sidenavul {
  position: relative;
  z-index: 0;
  width: 180px;
  padding: 10px 20px 30px;
  background: #f8f8f8;
}
.sidenavul li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #f1f1f1;
}
.sidenavul li a {
  font-family: microsoft yahei;
  font-size: 14px;
  display: block;
  text-align: center;
  position: relative;
  color: #666;
}
.sidenavul li.on a,
.sidenavul li a:hover {
  color: #ed0a0a;
  text-decoration: none;
}
.sidenavul li a em {
  display: block;
  position: absolute;
  top: 50%;
  left: -1px;
  margin-top: -6px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #fff;
}
.sidenavul #lanPos {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-left: 5px solid #ed0a0a;
  position: absolute;
  left: -5px;
  top: 0;
  z-index: -1;
  transition: top 0.2s;
}
.ormain .orderm_grxx {
  border: 1px solid #ddd;
  margin-top: 0;
  padding: 20px 20px 60px;
  margin-bottom: 10px;
}
.ormain {
  width: 930px;
  float: right;
}
.ormain .box {
  border: 1px solid #ddd;
  border-top: 1px solid var(--color-main);
  margin-bottom: 10px;
}
.ormain .box .tit {
  background: #f7f7f7;
  height: 30px;
  line-height: 30px;
}
.ormain .box .tit h3 {
  float: left;
  margin-left: 20px;
  font-size: 14px;
  color: var(--color-main);
  font-weight: bold;
}
.ormain .box .con {
  background: #fff;
  padding: 15px 20px;
}
.ormain .box .con p {
  line-height: 20px;
  color: #666;
  overflow: hidden;
}
.ormain .orderm_list {
  height: 50px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
  padding-top: 10px;
  line-height: 50px;
}
.ormain .orderm_list .list_tab {
  float: left;
}
.ormain .orderm_list .list_tab li {
  float: left;
  border: 0 solid #ddd;
  margin-right: -1px;
}
.ormain .orderm_list .list_tab li a {
  display: block;
  padding-bottom: 0;
  border-top: 0 solid #fff;
  line-height: 50px;
  padding: 0 20px;
  font-size: 18px;
  color: #000;
  font-family: microsoft yahei;
}
.ormain .orderm_list .list_tab li.on {
  border-top-color: #2174c3;
  border-bottom: 0 solid #fff;
  background: #fff;
}
.ormain .orderm_list .list_tab li.on a {
  font-size: 18px;
  color: #ed0a0a;
  font-weight: normal;
  font-family: microsoft yahei;
}
.ormain .orderm_list .list_tab li.on a:hover {
  text-decoration: none;
}
.ormain .orderm_list .list_tab2 li {
  margin-right: 5px;
}
.ormain .orderm_list .list_tab2 li a {
  font-family: microsoft yahei;
}
.ormain .orderm_list .list_tab2 li a:hover {
  text-decoration: none;
}
.ormain .orderm_list .list_tab2 li.on a {
  font-size: 18px;
  color: #ed0a0a;
  font-weight: normal;
  font-family: microsoft yahei;
}
.ormain .orderm_list .list_tab2 li.on a:hover {
  text-decoration: none;
}
.ormain .orderm_list .list_key {
  float: left;
  padding-left: 20px;
  line-height: 50px;
  font-family: microsoft yahei;
}
.ormain .orderm_list .list_key a {
  color: #999;
  margin-right: 10px;
  font-family: microsoft yahei;
}
.ormain .orderm_list .list_key a.edit {
  color: #2174c3;
}
.ormain .orderm_list .list_tip {
  float: right;
}
.ormain .orderm_list .list_tip a {
  color: #2174c3;
}
.ormain .orderm_list .list_tip .laji {
  background: url(../images/orderlaji.jpg) no-repeat 0 center;
  padding-left: 20px;
  line-height: 26px;
  color: #2174c3;
  padding-right: 24px;
  position: relative;
}
.ormain .orderm_list .list_tip .laji .new {
  background: url(../images/news.jpg) no-repeat 0 0;
  width: 20px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 0;
}
.ormain .orderm_ss {
  position: relative;
  margin-bottom: 10px;
}
.ormain .orderm_ss .sel {
  width: 128px;
  height: 26px;
  margin-right: 10px;
  padding: 2px 0;
  line-height: 24px;
  border: 1px solid #cdcdcd;
  color: #999;
}
.ormain .orderm_ss .cha {
  position: absolute;
  right: 0;
  top: 0;
}
.ormain .orderm_ss .cha .sea {
  margin-right: 10px;
  padding: 4px;
  height: 16px;
  width: 186px;
  line-height: 12px;
  border: 1px solid #bbb;
  color: #999;
}
.ormain .orderm_ss .cha .seabtn {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 15px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid #bbb;
}
a.spqrshbtn {
  line-height: 30px;
  height: 30px;
  display: block;
  float: right;
  background: #f60;
  color: #fff;
  border: 1px solid #f30;
  text-shadow: 0 1px 0 #f30;
  padding: 0 20px;
  border-radius: 4px;
}
a.spqrshbtn:hover {
  color: #fff;
}
.morder-buzhou li {
  width: 20%;
  height: 75px;
  float: left;
  text-align: center;
  color: #666;
  margin-bottom: 20px;
  border-bottom: 1px dashed #dedede;
  padding-bottom: 20px;
}
.morder-buzhou li span {
  display: block;
  height: 26px;
  line-height: 26px;
  color: #fff;
  background: #ccc;
  position: relative;
  margin-bottom: 10px;
}
.morder-buzhou li span em {
  position: absolute;
  right: -28px;
  top: 0;
  border: 13px solid #fff;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
}
.morder-buzhou li span i {
  position: absolute;
  right: -26px;
  top: 0;
  border: 13px solid #ccc;
  border-color: transparent transparent transparent #ccc;
  z-index: 1;
}
.morder-buzhou li.on span {
  background: #a70000;
}
.morder-buzhou li.on span i {
  border-left-color: #a70000;
}
.order_table {
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 10px;
}
.order_table thead tr th {
  font-weight: normal;
  line-height: 32px;
}
.order_table tbody .info td {
  background: #ecf3fd;
  line-height: 26px;
  padding-left: 20px;
  color: #666;
  border-bottom: 1px solid #ddd;
}
.order_table tbody .info td .sm {
  margin-left: 40px;
}
.order_table tbody .info td .del {
  float: right;
  width: 15px;
  height: 16px;
  background: url(../img/del.jpg) no-repeat 0 0;
  margin-right: 20px;
}
.order_table tbody .deta td {
  padding: 0 10px;
}
.order_table tbody .deta1 td {
  padding: 0 30px;
}
.order_table tbody .deta td img {
  width: 110px;
  height: 110px;
  display: block;
}
.order_table tbody .deta td.zhuang {
  border-left: 1px solid #eee;
  color: #f60;
  text-align: center;
  line-height: 24px;
}
.order_table tbody .deta td.zhuang a {
  color: #2174c3;
}
.order_table tbody .deta td.zhuang a.qrsh {
  display: inline-block;
  width: 70px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  background: #f60;
  border: 1px solid #f30;
  text-shadow: 0 1px 0 #f30;
  border-radius: 2px;
}
.order_table tbody .deta td.price {
  border-left: 1px solid #eee;
  color: #999;
  text-align: center;
  line-height: 24px;
}
.order_table tbody .deta td.price .num {
  font-size: 13px;
  font-weight: bold;
  color: #ec6300;
}
.order_table tbody .deta td.btn {
  border-left: 1px solid #eee;
  text-align: center;
  line-height: 24px;
}
.order_table tbody .deta td.btn a {
  color: #2174c3;
}
.order_table tbody .deta td.btn a.spbtn {
  display: inline-block;
  background: var(--color-bg);
  border: 1px solid #bbb;
  color: #333;
  width: 72px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.order_table tbody .deta td.btn a.spbtn01 {
  width: 112px;
  height: 28px;
  line-height: 28px;
  border-color: #eb7f00;
  background: #fb9000;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}
.order_table tbody .deta td.btn a.spbtn02 {
  width: 112px;
  height: 28px;
  line-height: 28px;
  border-color: #2064c0;
  background: #2367cf;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}
.order_table tbody .deta td.btn a.spbtn03 {
  width: 56px;
  height: 20px;
  line-height: 20px;
  border-color: #eb7f00;
  background: #fb9000;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}
.order_table2 thead tr th {
  background: #f1f1f1;
  border-bottom: 1px solid #e8e7e7;
}
.order_table2 tbody .info td {
  background: #f4f4f4;
  border-bottom: 1px solid #eee;
}
.order_table2 tbody .deta td a {
  color: #666;
}
.order_table2 tbody .deta td.zhuang {
  color: #666;
}
.order_table3 tbody .deta td {
  background: #fbfbfb;
  border-bottom: 1px solid #e7e7e7;
}
.order_table3 tbody .deta td.check {
  padding-left: 20px;
}
.order_table3 tbody .deta td .shouc {
  margin-top: 20px;
  color: #999;
  line-height: 20px;
}
.order_table3 tbody .deta td.price {
  color: #333;
  border-left: 0;
}
.order_table3 tbody .deta td.price a {
  color: #2174c3;
}
.order_table3 tbody .deta td.btn {
  border-left: 0;
}
.order_table3 tbody .deta td.btn a {
  color: #666;
}
.order_table4 thead tr th {
  background: #e8e8e8;
}
.order_table4 tbody .deta td {
  color: #666;
  border-bottom: 1px solid #eee;
}
.order_table4 tbody .deta td img {
  width: 80px;
  height: 80px;
}
.order_table4 tbody .deta td.number {
  text-align: center;
  border-right: 1px solid #eee;
}
.order_table4 tbody .deta td.time {
  text-align: center;
  border-left: 1px solid #eee;
}
.order_table5 {
  border-top: 0;
  margin-top: -10px;
}
.order_table5 thead tr th {
  background: url(../img/order_table5.jpg) repeat-x 0 0;
  line-height: 32px;
  height: 32px;
}
.order_table5 tbody .deta td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.order_table5 tbody .deta.on td {
  border-bottom: 1px solid #ffa970;
}
.order_table5 tbody .deta td.juz {
  text-align: center;
}
.order_table5 tbody .deta td.btn {
  border-left: 0;
}
.order_table5 tbody .deta td.btn .more {
  background: url(../img/order_table5_01.jpg) no-repeat right center;
  padding-right: 14px;
  margin-left: 20px;
  position: relative;
}
.order_table5 tbody .deta td.btn .more span {
  position: relative;
  z-index: 1;
}
.order_table5 tbody .deta.on td.btn .more {
  background-image: url(../img/order_table5_02.jpg);
}
.order_table5 tbody .deta.on td.btn em {
  display: block;
  position: absolute;
  top: 12px;
  left: 60px;
  background: #fff8f0;
  border: 1px solid #ffa970;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  width: 80px;
  height: 52px;
  z-index: 0;
}
.order_table5 tbody .xiangq td {
  background: #fff8f0;
  border-bottom: 1px solid #ffa970;
  padding: 40px 20px 40px 70px;
}
.youhuiquan li {
  background: #fafafa;
  color: #c3c3c3;
  font-family: microsoft yahei;
  text-align: center;
  width: 300px;
  float: left;
  margin: 0 10px 20px;
}
.youhuiquan li .bigtit {
  display: block;
  font-size: 36px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  margin: 30px 0 0;
}
.youhuiquan li .info {
  display: block;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.youhuiquan li .tips {
  display: block;
  height: 30px;
  line-height: 30px;
  background: #f3f3f3;
}
.youhuiquan li.on01 {
  background: #c6f0fe;
  color: #009ed2;
}
.youhuiquan li.on01 .tips {
  background: #92e4ff;
}
.youhuiquan li.on02 {
  background: #b3ffcd;
  color: #00b43e;
}
.youhuiquan li.on02 .tips {
  background: #78eca0;
}
.youhuiquan li.on03 {
  background: #ffe5ac;
  color: #d39406;
}
.youhuiquan li.on03 .tips {
  background: #f4ca6d;
}
.youhuiquan li.on04 {
  background: #ffc7bb;
  color: #d72700;
}
.youhuiquan li.on04 .tips {
  background: #f3927d;
}
.ormain .addbox {
  margin-bottom: 20px;
}
.ormain .addbox .address {
  width: 248px;
  height: 138px;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-shadow: 1px 1px 2px #ddd;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.ormain .addbox .address:hover {
  border: 1px solid #f60;
  box-shadow: 1px 1px 2px #f60;
}
.ormain .addbox .address.no {
  margin-right: 0;
}
.ormain .addbox .address p {
  padding: 10px 0 0 20px;
  line-height: 24px;
}
.ormain .addbox .address p .mr {
  display: block;
  color: #f60;
  height: 24px;
}
.ormain .addbox .address p em {
  color: #999;
  font-style: normal;
}
.ormain .addbox .address_a {
  width: 250px;
  height: 140px;
  background: url(../img/add-adder.png) no-repeat 0 0;
  cursor: pointer;
  float: left;
}
.ormain .addbox .address_a:hover {
  background-image: url(../img/add-adder-hover.png);
}
.ormain .addsoms {
  height: 12px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.ormain .addsoms p {
  line-height: 24px;
  display: block;
  float: left;
  color: #666;
  background: #fff;
  padding-right: 10px;
}
.ormain .addsoms p .sp {
  font-weight: bold;
  color: #f60;
}
.address {
  position: relative;
}
.address .bianji {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #333;
  color: #fff;
  padding: 1px 3px;
  line-height: 16px;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.address .del {
  display: block;
  position: absolute;
  right: 54px;
  top: 0px;
  background: #f60;
  color: #fff;
  padding: 1px 3px;
  line-height: 16px;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.address:hover .bianji {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.address:hover .del {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.safetoolmain {
  width: 100%;
  float: left;
  margin: 20px 0 0 8px;
}
.safetoolmain .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.safetoolmain .tipbox {
  margin-bottom: 10px;
}
.safetoolmain .tipbox .now {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  margin-bottom: 10px;
}
.safetoolmain .tipbox .now .mimalevel {
  width: 80px;
  height: 12px;
  display: inline-block;
  background: url(../images/mimalevel.jpg) no-repeat 0 0;
}
.safetoolmain .tipbox .now .ml01 {
  background-position: 0 0;
}
.safetoolmain .tipbox .now .ml02 {
  background-position: 0 -12px;
}
.safetoolmain .tipbox .now .ml03 {
  background-position: 0 -24px;
}
.safetoolmain .tipbox .bigbtn {
  display: block;
  width: 120px;
  text-align: center;
  color: #fff;
  background: #f60;
  border: 1px solid #f30;
  text-shadow: 1px 1px 0 #f30;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.safetoolmain .tipbox p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-bottom: 20px;
}
.safetoolmain .content {
  border-top: 1px solid #dedede;
  padding-top: 30px;
  margin-top: 30px;
}
.safetoolmain .content .biaoti {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  height: 30px;
}
.safetoolmain .content p {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  margin-bottom: 10px;
}
.memberziliao {
  background: #fff;
  border: 1px solid #dedede;
  padding: 15px;
}
.memberziliao .name {
  line-height: 40px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
}
.memberziliao .name strong {
  font-size: 16px;
  color: #f60;
}
.memberziliao .name .logintime {
  color: #666;
  margin-left: 10px;
}
.memberziliao .somexin {
  color: #333;
  line-height: 30px;
}
.memberziliao .somexin table td {
  padding: 10px 20px;
}
.memberziliao .somexin .lab {
  display: inline-block;
  width: 90px;
  color: #666;
  font-weight: bold;
}
.memberziliao .somexin .editbtn {
  font-size: 16px;
  color: #fff;
  background: var(--color-main);
  line-height: 30px;
  text-align: center;
  width: 120px;
  height: 30px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  margin-top: 10px;
}
.memberziliao .somexin .editbtn:hover {
  color: #fff;
  background: #c62124;
}
.input {
  height: 30px;
  line-height: 30px;
  padding: 4px 10px;
  border: 1px solid #dedede;
  width: 200px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.memberziliao .input:hover,
.input:focus {
  border-color: var(--color-main);
  box-shadow: 0 0 9px var(--color-main);
}
.memberziliao .btn {
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  font-family: microsoft yahei;
  cursor: pointer;
  border-radius: 2px;
  background: #f60;
  color: #fff;
  border: 0;
  width: 222px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.spqrshbtn {
  line-height: 30px;
  height: 30px;
  display: block;
  float: right;
  background: #f60;
  color: #fff;
  border: 1px solid #f30;
  text-shadow: 0 1px 0 #f30;
  padding: 0 20px;
  border-radius: 4px;
}
.grxx_table {
  width: 100%;
}
.grxx_table tr th {
  width: 110px;
  font-weight: normal;
  padding: 10px 0;
  padding-right: 8px;
  line-height: 26px;
  text-align: right;
  font-size: 14px;
  color: #4d4d4d;
  vertical-align: top;
}
.grxx_table tr td {
  color: #545454;
  padding: 5px 0;
  line-height: 26px;
  font-size: 14px;
  font-family: microsoft yahei;
}
.grxx_table .must {
  padding-right: 3px;
  font: 12px Simsun;
  color: #ec6300;
  margin-right: 2px;
  vertical-align: middle;
}
.grxx_table tr td .input {
  height: 26px;
  line-height: 26px;
  padding: 5px 10px;
  border: 1px solid #bbb;
  -webkit-transition: all 0.2s ease-in;
  font-size: 14px;
  font-family: microsoft yahei;
  transition: all 0.2s ease-in;
}
.grxx_table tr td .input:hover,
.grxx_table tr td .input:focus {
  border-color: var(--color-main);
  box-shadow: 0 0 9px var(--color-main);
  outline: none;
}
.grxx_table tr td a {
  color: #1f6bb1;
}
.grxx_table tr td input.spbtn {
  width: 60px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #f60;
  background: #ff7f2a;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}
.grxx_table tr td span.bq {
  display: inline-block;
  margin-right: 4px;
  padding: 0 5px;
  cursor: pointer;
  line-height: 18px;
  height: 18px;
  background: #6eabe0;
  color: #fff;
  border-radius: 2px;
}
.bigbanner {
  height: 400px;
  position: relative;
}
.bigbanner .bd {
  height: 400px;
}
.bigbanner .bd,
.bigbanner .bd ul,
.bigbanner .bd ul li {
  height: 400px;
  width: 100% !important;
}
.bigbanner .bd li {
  background-repeat: no-repeat;
  background-position: center top;
}
.bigbanner .bd ul li a {
  height: 400px;
  width: 100% !important;
  display: block;
}
.bigbanner .hd {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bigbanner .hd ul {
  width: 100%;
  text-align: center;
}
.bigbanner .hd ul li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #000;
  margin: 0 6px;
  display: inline-block;
  text-indent: -9999px;
  cursor: pointer;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.bigbanner .hd ul li.on {
  background: #fff;
}
.jfxiaohezi {
  width: 1192px;
  margin: 20px auto;
}
.jfxiaohezi a {
  display: block;
  width: 290px;
  float: left;
  margin-right: 8px;
}
.jfxiaohezi a img {
  width: 100%;
  display: block;
}
#lottery {
  background: url(../img/disc-bg.png) no-repeat scroll 0 0 transparent;
  height: 450px;
  position: relative;
  width: 450px;
}
#lottery .arrow {
  background: url(../img/arrow.png) no-repeat scroll 0 0 transparent;
  height: 191px;
  left: 259px;
  position: absolute;
  top: 146px;
  width: 32px;
}
#lottery .lot-btn {
  height: 92px;
  left: 229px;
  overflow: hidden;
  position: absolute;
  top: 232px;
  width: 91px;
}
#lottery .lot-btn span {
  cursor: pointer;
  display: block;
  height: 92px;
  position: relative;
  width: 91px;
}
#lottery .first span {
  background: url(../img/buttons_01.png) no-repeat scroll 0 0 transparent;
}
.shuaishuaidetab {
  margin-bottom: 20px;
  height: 40px;
}
.shuaishuaidetab a {
  display: block;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  border-radius: 4px;
  background: #c50926;
  color: #ff0;
  float: left;
  margin-right: 20px;
  font-size: 16px;
  text-decoration: none;
}
.shuaishuaidetab a.on {
  background: #ff0;
  color: #c50926;
}
.mfoot {
  display: none;
}
.imgslide {
  display: none;
}
.prorderform {
  background: #fff;
  border: 1px solid #dedede;
  border-top: 2px solid var(--color-main);
  padding: 20px 60px;
}
.prorderform .poftit {
  color: var(--color-main);
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.prorderform .pofinfo {
  border-bottom: 1px dashed #dedede;
  padding: 0 0 20px;
  margin-bottom: 30px;
}
.prorderform .pofinfo h3 {
  line-height: 20px;
  padding: 15px 0;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
  background: #f1f1f1;
}
.poful {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.poful li {
  padding: 10px 0;
  height: 30px;
  width: 50%;
  float: left;
}
.poful02 li {
  height: 30px;
  width: 100%;
  float: none;
}
.poful li.big {
  width: 100%;
  height: auto;
}
.poful li label {
  margin-right: 30px;
  cursor: pointer;
}
.poful li em {
  display: block;
  float: left;
  width: 100px;
  font-style: normal;
}
.poful li span {
  color: #333;
  display: block;
  margin-left: 100px;
}
.poful li .datenow {
  background: #fff;
  font-style: normal;
  padding: 0 10px;
  width: 40%;
  line-height: 30px;
  height: 30px;
  border: 1px solid #dedede;
  display: block;
  float: left;
  cursor: pointer;
}
.poful li .price {
  color: var(--color-main);
  font-style: normal;
}
.poful li .price02 {
  margin-left: 20px;
  float: left;
}
.poful li .price i {
  font-style: normal;
  font-family: arial;
  margin-right: 5px;
}
.poful li .price strong {
  font-size: 24px;
  font-family: tahoma, arial;
}
.poful li .num {
  float: left;
}
.poful li .num .n01 {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  background: #fff;
  border: 1px solid #dedede;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-family: arial;
  color: #333;
  text-decoration: none;
}
.poful li .num .n01:hover {
  border-color: var(--color-main);
  background: var(--color-main);
  color: #fff;
}
.poful li .num .n02 {
  display: block;
  width: 50px;
  height: 30px;
  float: left;
  background: #fff;
  border: 1px solid #dedede;
  border-left: 0;
  border-right: 0;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-family: arial;
  color: #333;
}
.poful li .tip {
  float: left;
  margin-left: 10px;
  color: #999;
}
.poful li .tare {
  padding: 5px 10px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  border: 1px solid #dedede;
  font-family: microsoft yahei;
  width: 90%;
  height: 80px;
}
.poful li .tare:focus {
  border-color: var(--color-main);
}
.prorderform .input {
  line-height: 30px;
  height: 30px;
  border: 1px solid #dedede;
  padding: 0 10px;
  font-family: microsoft yahei;
  font-size: 14px;
  color: #333;
  width: 40%;
}
.prorderform .input:focus {
  border-color: var(--color-main);
}
.cartlist {
  margin-bottom: 30px;
}
.cartlist dl {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.cartlist dl dt {
  line-height: 30px;
  background: #fff;
  float: left;
  width: 20%;
  text-align: center;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 14px;
}
.cartlist dl dt:nth-child(1) {
  width: 80%;
  text-align: left;
}
.cartlist dl dd {
  padding: 10px 20px;
  box-sizing: border-box;
  background: #fff;
  float: left;
  width: 10%;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.cartlist dl dd:nth-child(1) {
  width: 90%;
  text-align: left;
}
.cartlist dl dd .img {
  height: 60px;
  margin-right: 10px;
  float: left;
}
.cartlist dl dd .img a {
  display: block;
  height: 100%;
}
.cartlist dl dd .img img {
  display: block;
  height: 100%;
}
.cartlist dl dd .info {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 800px) {
  .cartlist dl dd .info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cartlist dl dd .info a {
  flex: 3;
}
.cartlist dl dd .info .pribox {
  flex: 1;
}
.cartlist dl dd .info .prinum {
  flex: 1;
}
.cartlist dl dd:last-child {
  line-height: 60px;
}
.userside {
  background: #fff;
  border: 1px solid #dedede;
  padding: 10px;
  float: left;
  width: 200px;
}
.userside .ustit {
  background: #f9f9f9;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  color: var(--color-main);
  border-bottom: 1px solid #dedede;
}
.userside .uscon li {
  line-height: 40px;
  height: 40px;
  border-bottom: 1px dashed #dedede;
  text-align: center;
}
.userside .uscon li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
}
.userside .uscon li.on {
  border-bottom-color: #fff;
}
.userside .uscon li.on a {
  background: var(--color-main);
  color: #fff;
}
.usermain {
  margin-left: 240px;
  background: #fff;
  border: 1px solid #dedede;
  padding: 20px;
  margin-bottom: 20px;
}
.usermain .umtit {
  line-height: 40px;
  height: 40px;
  border-bottom: 2px solid #dedede;
}
.usermain .umtit h3 {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-main);
  padding: 0 20px;
  border-bottom: 2px solid var(--color-main);
  float: left;
}
.usermain .umcon {
  padding: 20px 20px;
}
.usermain .umcon .poful li {
  width: 100%;
  float: none;
}
.usermain .umcon .input {
  line-height: 30px;
  height: 30px;
  border: 1px solid #dedede;
  padding: 0 10px;
  font-family: microsoft yahei;
  font-size: 14px;
  color: #333;
  width: 40%;
}
.usermain .umcon .input:focus {
  border-color: var(--color-main);
}
.usermain .umcon .textarea {
  line-height: 24px;
  height: 48px;
  width: 40%;
  border: 1px solid #dedede;
  background: #fff;
  font-size: 14px;
  font-family: microsoft yahei;
  padding: 5px 10px;
  resize: none;
}
.usermain .umcon .textarea:focus {
  border-color: var(--color-main);
  outline: none;
}
.userwrap {
  overflow: hidden;
  position: relative;
}
.user_left_bg {
  width: 232px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.user_left {
  width: 232px;
  float: left;
  height: 100%;
  box-sizing: content-box;
  position: relative;
}
.user_left .hd {
  line-height: 40px;
  font-size: 20px;
  color: var(--color-main);
  padding: 20px 20px;
  border-bottom: 1px solid var(--color-bg);
  text-align: center;
  font-weight: bold;
}
.teacherwrap .user_left .hd {
  color: #693290;
}
.user_left .bd ul li {
  border-bottom: 0 solid var(--color-bg);
}
.user_left .bd ul li a {
  line-height: 40px;
  height: 40px;
  display: block;
  color: #333;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}
.user_left .bd ul li a:hover {
  color: var(--color-main);
}
.teacherwrap .user_left .bd ul li a:hover {
  color: #693290;
}
.user_left .bd ul li.on a {
  color: #fff;
  background: var(--color-main);
}
.teacherwrap .user_left .bd ul li.on a {
  background: #693290;
}
.teacherwrap .user_left .bd ul li.on a:hover {
  color: #fff;
}
.user_main {
  margin-left: 246px;
}
.user_main01 {
  padding-top: 16px;
  position: relative;
}
.subj_bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.subj_bar .subj_bar_wrap {
  margin-left: 216px;
  height: 30px;
  padding: 15px 20px;
  background: #fff;
  border-top: 1px solid #dedede;
  position: relative;
}
.subj_bar .subj_bar_wrap .btn {
  float: left;
}
.subj_bar .subj_bar_wrap .btn a {
  display: block;
  float: left;
  width: 120px;
  line-height: 30px;
  height: 30px;
  background: var(--color-main);
  color: #fff;
  border-radius: 4px;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
}
.subj_bar .subj_bar_wrap .rightbtn {
  float: right;
}
.subj_bar .subj_bar_wrap .rightbtn .more {
  float: left;
  padding-left: 30px;
  font-size: 14px;
  color: #666;
  background: url(../img/subj_bar_wrap_img01.png) no-repeat 0 0;
  background-size: 30px auto;
  line-height: 30px;
  margin-left: 20px;
}
.subj_bar .subj_bar_wrap .rightbtn .more:hover {
  opacity: 0.8;
}
.subj_bar .subj_bar_wrap .rightbtn .more.on {
  background-position: 0 -30px;
  color: var(--color-main);
}
.subj_bar .subj_bar_wrap .rightbtn .btns {
  display: block;
  box-sizing: border-box;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  margin-left: 20px;
  background: #999;
  float: left;
}
.subj_bar .subj_bar_wrap .rightbtn .btns:hover {
  background: #333;
}
.subj_bar .subj_bar_wrap .rightbtn .btns.bt02 {
  background: #f60;
}
.subj_bar .subj_bar_wrap .rightbtn .btns.bt02:hover {
  background: #f30;
}
.subj_bar .subj_bar_wrap .rightbtn .icon {
  margin-right: 10px;
  font-size: 14px;
  line-height: 30px;
  padding-left: 30px;
  background: url(../img/subj_bar_wrap_img02.png) no-repeat left center;
  background-size: 30px auto;
  float: left;
}
.subj_bar .subj_bar_wrap .rightbtn .icon.icon01 {
  color: #0075a1;
}
.subj_bar .subj_bar_wrap .rightbtn .icon.icon02 {
  color: #ff0000;
  background-image: url(../img/subj_bar_wrap_img03.png);
}
.lasttime {
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: var(--color-main);
  font-family: arial;
}
.examtx {
  padding: 20px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.examtip {
  margin: 0 20px 20px;
  padding: 20px;
  font-size: 12px;
  color: #999;
  line-height: 22px;
  background: #f1f1f1;
}
.umwrap01 {
  float: left;
  width: 74%;
  padding-top: 16px;
}
.umwrap02 {
  float: right;
  width: 24%;
  padding-top: 16px;
}
.umbox {
  background: #fff;
  padding: 28px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 16px;
}
.umbox_hd01 {
  line-height: 50px;
  background: #fff;
  border-bottom: 1px solid var(--color-bg);
  padding: 0 28px;
}
.umbox_hd01 .nam {
  font-size: 14px;
  color: #666;
}
.umbox_hd01 .tim {
  font-size: 12px;
  color: #999;
  float: right;
}
.umbox .umb_hd {
  line-height: 20px;
  margin-bottom: 16px;
}
.umbox .umb_hd .tim {
  font-size: 12px;
  color: #999;
  float: right;
}
.umbox .umb_hd .nam {
  font-size: 14px;
  color: #666;
}
.umbox .umb_bd .btn {
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}
.umbox .umb_bd .btn span {
  text-align: center;
  font-style: italic;
  color: #999;
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 36px;
}
.umbox .umb_bd .btn span.score01 {
  font-size: 30px;
  color: #0075a1;
  font-family: arial;
}
.umbox .umb_bd .btn span.score02 {
  font-size: 30px;
  color: var(--color-main);
  font-family: arial;
}
.umbox .umb_bd .btn a {
  display: block;
  line-height: 30px;
  width: 90px;
  color: #fff;
  background: var(--color-main);
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}
.teacherwrap .umbox .umb_bd .btn a {
  background: #693290;
}
.teacherwrap .umbox .umb_bd .btn a.del {
  background: #fff;
  color: #999;
  font-size: 12px;
  margin-top: 5px;
}
.teacherwrap .umbox .umb_bd .btn a.del:hover {
  color: #666;
  text-decoration: underline;
}
.umbox .umb_bd .btn a.er {
  background: #ccc;
}
.umbox .umb_bd .btn a.san {
  background: #999;
}
.umbox .umb_bd .txt {
  font-size: 18px;
  line-height: 30px;
  padding: 5px 0;
  color: #333;
}
.umbox .umb_bd .txt strong {
  font-weight: normal;
  color: var(--color-main);
  margin: 0 4px;
}
.teacherwrap .umbox .umb_bd .txt strong {
  color: #693290;
}
.umbox .umb_bd .inf {
  font-size: 12px;
  color: #999;
  line-height: 24px;
}
.umbox .umb_bd .list li {
  line-height: 34px;
  height: 34px;
}
.umbox .umb_bd .list li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #666;
}
.umbox .umb_bd .list li a:hover {
  color: var(--color-main);
}
.teacherwrap .umbox .umb_bd .list li a:hover {
  color: #693290;
}
.umbox .umb_bd .tips {
  color: #999;
  background: var(--color-bg);
  font-size: 12px;
  padding: 10px 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.umbox .umb_bd .con {
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.umbox01 {
  padding: 0;
}
.memlist .item {
  border: 1px solid #dedede;
  margin-bottom: 25px;
}
.memlist .item .ihead {
  background: #f9f9f9;
  padding: 10px 20px;
  overflow: hidden;
}
.memlist .item .ihead .pop {
  float: left;
}
.memlist .item .ihead .pop .zhu {
  font-size: 16px;
  line-height: 30px;
}
.memlist .item .ihead .price {
  float: right;
  text-align: right;
}
.memlist .item .ihead .price span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
.memlist .item .ihead .price strong {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: var(--color-main);
  font-family: tahoma, arial;
}
.memlist .item .ihead .price strong i {
  font-style: normal;
  font-size: 12px;
  font-family: arial;
  font-weight: normal;
}
.memlist .item .ihead .txt {
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
.memlist .item .ihead .txt span {
  margin-right: 20px;
}
.memlist .item .ihead .name {
  line-height: 30px;
  margin: 5px 0;
}
.memlist .item .ihead .name h3 {
  font-size: 22px;
  font-weight: normal;
  color: #36b66b;
}
.memlist .item .icon {
  overflow: hidden;
  padding: 10px 20px;
}
.memlist .item .icon .txt {
  line-height: 26px;
  font-size: 14px;
  color: #666;
  float: left;
}
.memlist .item .icon .txt .it {
  overflow: hidden;
  margin-bottom: 16px;
}
.memlist .item .icon .txt .it:last-child {
  margin-bottom: 0;
}
.memlist .item .icon .txt .it .img {
  float: left;
  width: 100px;
  margin-right: 10px;
}
.memlist .item .icon .txt .it .img a {
  display: block;
}
.memlist .item .icon .txt .it .img img {
  display: block;
  width: 100%;
}
.memlist .item .icon .txt .it .info p {
  line-height: 26px;
}
.dingdanit {
  padding: 20px 0;
}
.dingdanit .it {
  overflow: hidden;
  margin-bottom: 16px;
}
.dingdanit .it:last-child {
  margin-bottom: 0;
}
.dingdanit .it .img {
  float: left;
  width: 100px;
  margin-right: 10px;
}
.dingdanit .it .img a {
  display: block;
}
.dingdanit .it .img img {
  display: block;
  width: 100%;
}
.dingdanit .it .info {
  font-size: 14px;
}
.dingdanit .it .info p {
  line-height: 26px;
  height: 26px;
  overflow: hidden;
}
.pofbox {
  border-bottom: 1px dashed #dedede;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.pofbox .btnn {
  overflow: hidden;
  margin-top: 20px;
}
.pofbox .btnn a {
  float: left;
  display: block;
  line-height: 30px;
  border: 1px solid #dedede;
  padding: 0 30px;
  font-size: 14px;
  text-decoration: none;
  margin-right: 20px;
  border-radius: 4px;
}
.pofbox .btnn a:hover {
  color: var(--color-main);
  border-color: var(--color-main);
}
.pofbox .btnn a.on {
  background: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
}
.pofbox .btnn a.on:hover {
  background: #c62124;
  border-color: #c62124;
}
.pofbox .pfbtit {
  font-size: 18px;
  margin-bottom: 10px;
}
.pofbox .pfbtit em {
  font-size: 14px;
  font-style: normal;
  color: #666;
  margin-left: 20px;
}
.pofbox .pfbcon {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.pofbox .pfbcon p {
  margin-bottom: 20px;
}
.pofbox .pfbbtn .btn {
  display: block;
}
.memlist .item .icon .pop {
  float: right;
}
.memlist .item .icon .pop .btn {
  font-size: 12px;
  line-height: 26px;
  height: 26px;
  border: 1px solid #dedede;
  display: block;
  margin-bottom: 10px;
  padding: 0 30px;
  text-decoration: none;
}
.memlist .item .icon .pop .btn:hover {
  border-color: var(--color-main);
  color: var(--color-main);
}
.memlist .item .icon .pop .btn02 {
  border-color: #f60;
  background: #f60;
  color: #fff;
}
.memlist .item .icon .pop .btn02:hover {
  border-color: #f30;
  background: #f30;
}
.user_main .umbox .poful li {
  width: 100%;
  float: none;
}
.user_main .umbox .poful li .txt {
  font-size: 14px;
  padding: 0;
}
.cart_bar {
  height: 50px;
  line-height: 50px;
  background: #e5e5e5;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
.cart_bar .tip {
  display: block;
  float: left;
  margin-right: 20px;
  line-height: 50px;
}
.cart_bar .tip .all {
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #a70000;
  font-family: tohoma, arial;
  font-style: normal;
}
.cart_bar .tip .price {
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #a70000;
  font-family: tohoma, arial;
  display: block;
  float: right;
  font-style: normal;
}
.cart_bar .tip .total {
  font-size: 20px;
  font-style: normal;
}
.cart_bar .cart_cash {
  width: 120px;
  height: 50px;
  line-height: 50px;
  background: #a70000;
  color: #fff;
  font-size: 20px;
  display: block;
  float: right;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.cart_bar .cart_cash:hover {
  box-shadow: 0 0 5px #a70000;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.mosho {
  display: none;
}
@media (max-width: 1186px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .header .seabox {
    width: 32vw;
  }
  .homebigslide {
    display: none;
  }
  .topbarlinks .tbLi:nth-child(2) {
    background: none;
    padding-right: 0;
    margin-right: 0;
  }
  .navul li {
    width: 75px;
  }
  .spmorepro ul {
    width: 100%;
  }
  .spmorepro li {
    width: 23.5%;
    box-sizing: border-box;
    float: left;
    margin: 0 2% 20px 0;
    height: auto;
  }
  .spmorepro li:nth-child(4n) {
    margin-right: 0;
  }
  .spmorepro li:hover {
    border-width: 1px;
  }
  .proshowtou .pscon {
    float: none;
    width: auto;
    margin-left: 420px;
  }
  .proshowcontent .pscontent {
    float: none;
    width: 100%;
  }
  .proshowcontent .psconside {
    display: none;
  }
  .jfxiaohezi {
    display: none;
  }
  .bigbanner {
    margin-bottom: 20px;
  }
  .topbarlinks .tbLixx {
    display: none;
  }
  .user_left_bg {
    left: 20px;
  }
  .memlist .item .ihead .pop {
    float: none;
  }
  .memlist .item .ihead .price {
    float: none;
    text-align: left;
    line-height: 30px;
    margin-top: 10px;
    height: 30px;
  }
  .memlist .item .ihead .price span {
    display: inline;
  }
  .memlist .item .ihead .price strong {
    display: inline;
  }
  .memlist .item .icon .txt {
    float: none;
  }
  .memlist .item .icon .pop {
    float: none;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
  }
  .memlist .item .icon .pop .btn {
    width: 49%;
    margin: 0 2% 0 0;
    float: left;
    box-sizing: border-box;
    line-height: 30px;
    height: 30px;
  }
  .memlist .item .icon .pop .btn:nth-child(2) {
    margin-right: 0;
  }
  .memlist .item .ihead .txt span {
    display: block;
  }
  .memlist .item .icon,
  .memlist .item .ihead {
    padding: 10px;
  }
}
@media (max-width: 800px) {
  .mxx {
    display: none;
  }
  .homeboxitem .bd .item.itemsp {
    display: none;
  }
  .homeboxitem .bd .item {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 8px;
  }
  .homeboxitem .bd .item:nth-child(2n + 1) {
    margin-right: 0;
  }
  .header .seabox {
    width: 70vw;
    margin-left: 10vw;
    display: none;
  }
  .header {
    height: auto;
  }
  .header .logo {
    float: none;
    width: 100%;
    height: 80px;
  }
  .header .logo img {
    height: 67px;
  }
  .topbigbtn {
    display: none;
  }
  .navbar {
    height: auto;
    padding: 10px 0;
    background: #f7f7f7;
    border-top: 1px solid #eee;
  }
  .navbar .wrapper {
    padding: 0;
  }
  .navmenu {
    display: none;
  }
  .navul {
    height: auto;
    line-height: 30px;
    float: none;
  }
  .navul li {
    width: 25%;
  }
  .bannerslide .swiper-slide {
    height: 220px;
  }
  .mfoot {
    background: #fff;
    text-align: center;
    color: #999;
    display: block;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 12px;
    border-top: 1px solid #eee;
  }
  .mfoot img {
    height: 40px;
    margin: 0 auto 10px;
    display: block;
  }
  .spmorepro li {
    width: 49%;
    margin-bottom: 10px;
  }
  .spmorepro li:nth-child(2n) {
    margin-right: 0;
  }
  .paixuarea {
    height: auto;
  }
  .paixuarea .paixu {
    float: right;
    margin-bottom: 4px;
  }
  .paixuarea .minipage .btn {
    margin-right: 0;
  }
  .paixuarea .minipage .btn a:last-child {
    margin-right: 0;
  }
  .choosebox .item .ith {
    float: none;
    width: 100%;
    padding: 4px 10px;
  }
  .choosebox .item .itd a {
    padding: 0 6px;
    margin: 4px;
  }
  .proshowtou .psimg {
    width: 100%;
    float: none;
  }
  #tsShopContainer {
    width: 100%;
  }
  .proshowtou .pscon {
    margin-left: 0;
  }
  .psimg {
    display: none;
  }
  .imgslide {
    display: block;
    width: 100%;
    height: calc(100vw - 40px);
    margin-bottom: 10px;
  }
  .imgslide .pdimg {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
  }
  .imgslide .pdimg .swiper-slide {
    background-position: center;
    background-size: cover;
  }
  .imgslide .pdimg .pagination02 {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 2;
  }
  .imgslide .pdimg .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
  }
  .imgslide .pdimg .swiper-active-switch {
    background: #fff;
  }
  .imgslide .pdimg .arrow-left02 {
    background: url(../img/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 9;
  }
  .imgslide .pdimg .arrow-right02 {
    background: url(../img/arrows.png) no-repeat right top;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 9;
  }
  .proshowtou .pscon .btnbox {
    margin-left: 0;
  }
  .proshowtou .pscon .btnbox .btn {
    padding: 0 30px;
  }
  .itemnavfixed .fixnavul {
    display: none;
  }
  .proshowcontent .psconside {
    display: block;
    float: none;
    width: 100%;
  }
  .pscontent .pscdetail_con p img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .dping {
    margin-bottom: 0;
  }
  .pscontent .pscdetail_con {
    margin-bottom: 0;
  }
  .proshowcontent .psconside .pscsfixedbox {
    width: 100%;
  }
  .pscsfixedbox .pscsul li {
    width: 100%;
  }
  .bigbanner {
    height: 160px;
  }
  .bigbanner .bd,
  .bigbanner .bd ul,
  .bigbanner .bd ul li {
    height: 160px;
  }
  .bigbanner .bd li {
    background-size: cover;
  }
  .spbrandbg {
    padding: 0 0 20px;
  }
  .brandlist li {
    width: 50%;
    box-sizing: border-box;
  }
  .brandshowbox .img {
    margin: 20px;
  }
  .brandshowbox .brandinfo {
    margin-left: 160px;
    padding-right: 20px;
  }
  .commonformlogin {
    width: 100%;
  }
  .commonform .item .ipt,
  .commonform .itembtn {
    margin-left: 0;
  }
  .commonformlogin .item .ipt .input,
  .commonformlogin .itembtn .submit {
    width: 100%;
    box-sizing: border-box;
  }
  .loginwrapper .lwbox {
    padding: 20px;
    margin-top: 20px;
  }
  .loginwrapper .lwhead .lwlogo img {
    height: 37px;
  }
  .loginwrapper .lwhead {
    padding: 0 0 0;
  }
  .loginwrapper .lwbtit {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    border-bottom: 0;
  }
  .loginwrapper .lwhead .lwlogo {
    width: 200px;
  }
  .commonformlogin .item .ipt .getcode {
    right: 0;
    top: 0;
    left: auto;
    background: transparent;
  }
  .messagebox {
    width: 100%;
  }
  .messagebox .micon {
    float: none;
    margin: 0 auto 20px;
  }
  .messagebox .mbox {
    margin-left: 0;
    text-align: center;
  }
  .messagebox .mbox .mbbtn .btna {
    display: inline-block;
    float: none;
  }
  .user_left_bg {
    display: none;
  }
  .user_main {
    margin-left: 0;
  }
  .user_left {
    float: none;
    width: 100%;
    background: #fff;
    margin-top: 16px;
  }
  .user_left .hd {
    display: none;
  }
  .user_left .bd ul {
    overflow: hidden;
  }
  .user_left .bd ul li {
    border-right: 1px solid var(--color-bg);
    width: 33.33333333%;
    box-sizing: border-box;
    float: left;
  }
  .user_left .bd ul li a {
    font-size: 12px;
  }
  .umbox .utou {
    width: 100%;
    float: none;
    padding-bottom: 0;
  }
  .umbox .utbd {
    margin-left: 0;
  }
  .umbox .utbd .info {
    margin-bottom: 10px;
    text-align: center;
  }
  .umbox .utbd .info .no {
    display: none;
  }
  .umbox .utbd .utblock {
    overflow: hidden;
  }
  .umbox .utbd .utblock .item {
    width: 50%;
    padding: 10px 0;
  }
  .umbox .utbd .utblock .item:after {
    top: 20px;
  }
  .umbox .utbd .utblock .item:nth-child(2n):after {
    display: none;
  }
  .subj_item .title .icon {
    background-size: 80%;
  }
  .endsnums {
    overflow: hidden;
  }
  .endsnums .item {
    width: 50%;
    padding: 10px 0;
  }
  .endsnums .item:after {
    top: 20px;
  }
  .endsnums .item:nth-child(2n):after {
    display: none;
  }
  .examtab a {
    padding: 0 10px;
  }
  .userbox {
    text-align: left;
    padding: 5px 0;
    padding-left: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #693290;
  }
  .userbox .link {
    padding-left: 0;
    background: none;
    color: #fff;
  }
  .userbox .link.link02 {
    background: none;
  }
  .userbox .search {
    margin-right: 20px;
    margin-left: 0;
  }
  .userbox .search .key {
    width: 80px;
  }
  .commonform .item .bigtit {
    line-height: 50px;
  }
  .cfregister .item .bigtit {
    margin-left: 0;
  }
  .commonform .item .tit {
    float: none;
    width: 100%;
    text-align: left;
    line-height: 30px;
  }
  .cartlist dl dd {
    padding: 10px 0;
  }
  .cart_bar {
    padding-left: 0;
  }
  .cart_bar .fl {
    float: none;
    text-align: center;
  }
  .cart_bar .fr {
    float: none;
  }
  .cart_bar .cart_cash {
    width: 100%;
  }
  .mosho {
    display: block;
  }
}
.umbox .news li {
  line-height: 30px;
  border-bottom: 1px dashed #ccc;
}
.form2 {
  display: block;
}
.form2 .item {
  width: 50%;
  float: left;
  padding: 0 20px 0;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.form2 .item .ih {
  float: left;
  width: 120px;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  padding: 10px 0;
}
.form2 .item .ih.ihm:before {
  content: "*";
  color: #f00;
  font-size: 12px;
  margin-right: 4px;
}
.form2 .item .ib {
  margin-left: 120px;
}
.form2 .item .ipt {
  line-height: 38px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #dedede;
  border-radius: 4px;
  overflow: hidden;
  background: var(--color-bg);
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
}
.form2 .item .ipt:focus {
  background: #fff;
}
.form2 .item2 {
  width: 100%;
}
.umbtn {
  padding-left: 140px;
  margin-top: 20px;
}
.umbtn a {
  display: inline-block;
  line-height: 20px;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  background: var(--color-main);
  text-decoration: none;
  border-radius: 4px;
}
.umbtn a:hover {
  opacity: 0.8;
}
.addlist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gap-large);
}
@media (max-width: 800px) {
  .addlist {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.addlist .item {
  border: 1px solid var(--color-border);
  padding: var(--gap-large);
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: var(--gap-base);
}
.addlist .item .inf {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: var(--gap-small);
  line-height: 1.2;
}
.addlist .item .inf .sub {
  font-size: var(--fsize-base);
  color: var(--color-6);
}
.addlist .item .inf .tit {
  font-size: var(--fsize-large);
  color: var(--color-0);
}
.addlist .item .inf .nam {
  display: flex;
  column-gap: var(--gap-base);
  color: var(--color-0);
  align-items: center;
}
.addlist .item .inf .nam i {
  display: flex;
  background: var(--color-0);
  color: var(--color-white);
  padding: 2px 6px;
  font-style: normal;
  font-size: var(--fsize-small);
}
.addlist .item .mor {
  display: flex;
  align-items: center;
  column-gap: var(--gap-base);
}
.addlist .item .mor a {
  color: var(--color-9);
}
.addlist .item .mor a:hover {
  color: var(--color-main);
}
.addlist .item .mor a svg {
  display: block;
  width: 24px;
  height: 24px;
}
@media (max-width: 800px) {
  .addlist .item .mor a.del {
    display: none;
  }
}
.addlist .item .mor a.del:hover {
  color: #ff596d;
}
.header_fix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  right: 0;
  height: 68px;
}
.header_fix .wrapper .logo {
  height: 78px;
}
.header_fix .wrapper .seabox,
.header_fix .wrapper .topbigbtn {
  padding-top: 13px;
}
.common_footer {
  background: #ffffff;
}
.common_footer .bottom_slogan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
  padding: 35px 0 0 0;
}
@media screen and (max-width: 800px) {
  .common_footer .bottom_slogan {
    row-gap: 10px;
    flex-wrap: wrap;
  }
}
.common_footer .bottom_slogan .item {
  width: 25%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .common_footer .bottom_slogan .item {
    width: 45%;
  }
}
.common_footer .bottom_slogan .item .img {
  width: 40px;
  height: 40px;
}
.common_footer .bottom_slogan .item .img img {
  max-width: 100%;
}
.common_footer .bottom_slogan .item p {
  font-size: 14px;
  font-weight: 700;
  color: #666;
  margin-left: 8px;
}
@media screen and (max-width: 800px) {
  .common_footer .bottom_slogan .item p {
    font-size: 12px;
  }
}
.common_footer .common_footer_news {
  width: 100%;
  display: flex;
  align-items: center;
  row-gap: 10px;
  flex-wrap: wrap;
  margin: 25px 0 10px 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .common_footer .common_footer_news {
    display: none;
  }
}
.common_footer .common_footer_news .qrcode {
  display: flex;
  align-items: center;
  column-gap: var(--gap-base);
  line-height: 2;
}
.common_footer .common_footer_news .qrcode img {
  display: block;
  width: 120px;
}
.common_footer .common_footer_news ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}
.common_footer .common_footer_news ul li {
  width: 100%;
  text-align: center;
  margin: 0 0;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .common_footer .common_footer_news ul li {
    line-height: 1.2;
  }
}
.common_footer .common_footer_news ul li:nth-child(1) {
  color: #333333;
  font-weight: 600;
  margin: 0 0 4px 0;
  font-size: 14px;
}
.common_footer .common_footer_copyright {
  width: 100%;
  display: flex;
  border-top: 1px solid #e5e5e5;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
@media screen and (max-width: 800px) {
  .common_footer .common_footer_copyright {
    border-top: none;
  }
}
.common_footer .common_footer_copyright p {
  color: #999999;
  text-align: center;
}
.common_footer .common_footer_copyright p a {
  color: #999999;
}
/*购物车*/
.right_menu {
  position: fixed;
  right: 0;
  top: 300px;
  width: 60px;
  z-index: 99;
  box-shadow: 0px 1px 5px #999;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  /* 个人中心 */
  /* 购物车 */
  /* 在线客服 */
  /* 返回顶部 */
  /* 返回顶部 */
  /* 上标 */
}
@media screen and (max-width: 800px) {
  .right_menu {
    display: none;
  }
}
.right_menu .personal-center,
.right_menu .shopping-center,
.right_menu .online-srvice,
.right_menu .goback-top,
.right_menu .follow-center {
  cursor: pointer;
  background: #fff;
  width: 60px;
  height: 60px;
  z-index: 99;
  padding: 3px;
}
.right_menu .personal-link,
.right_menu .shopping-link,
.right_menu .online-link,
.right_menu .goback-link,
.right_menu .follow-link {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: 6px 8px 1px;
}
.right_menu .personal-center {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.right_menu .personal-link {
  background-image: url(../img/right_menu_bg_01.png);
}
.right_menu .shopping-link {
  background-image: url(../img/right_menu_bg_02.png);
}
.right_menu .online-link {
  background-image: url(../img/right_menu_bg_03.png);
}
.right_menu .goback-link {
  background-image: url(../img/right_menu_bg_04.png);
}
.right_menu .goback-top {
  position: absolute;
  z-index: 9999;
  top: 100%;
  box-shadow: 0px 4px 5px #999;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.right_menu .addcart-goods-num {
  font: bold 11px/14px Verdana;
  color: #fff;
  background: var(--color-main);
  text-align: center;
  display: inline-block;
  height: 15px;
  min-width: 15px;
  max-width: auto !important;
  border: none 0;
  border-radius: 50%;
  position: absolute;
  z-index: 10000;
  top: 60px;
  left: 36px;
}
.commonformreg {
  width: 100%;
}
.commonformreg .input_block .tit {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
  background: var(--color-bg);
  line-height: 40px;
  padding: 0 10px;
  color: var(--color-main);
}
.commonformreg .input_block .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
}
@media screen and (max-width: 800px) {
  .commonformreg .input_block .box {
    grid-template-columns: 1fr;
  }
}
.commonformreg .input_block .box .item {
  margin: 0 20px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 800px) {
  .commonformreg .input_block .box .item {
    margin: 0 0;
  }
}
.commonformreg .input_block .box .item .label {
  font-size: 14px;
  color: #666;
  width: 140px;
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .commonformreg .input_block .box .item .label {
    width: 100px;
    text-align: left;
    font-size: 12px;
  }
}
.commonformreg .input_block .box .item .label span {
  color: var(--color-main);
  padding-right: 5px;
}
.commonformreg .input_block .box .item .ipt {
  margin-left: 0;
}
.commonformreg .input_block .box .item .ipt .input {
  width: 300px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .commonformreg .input_block .box .item .ipt .input {
    width: auto;
  }
}
.commonformreg .input_block .box .item .ipt .getcode {
  height: 30px;
  line-height: 30px;
  left: 330px;
}
@media screen and (max-width: 800px) {
  .commonformreg .input_block .box .item .ipt .getcode {
    left: auto;
    border-left: none;
  }
}
@media screen and (max-width: 800px) {
  .commonformreg .input_block .box .item .ipt .getcodeno {
    display: none;
  }
}
.commonformreg .reg_bottom {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.commonformreg .reg_bottom .itembtn {
  margin-left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .commonformreg .reg_bottom .itembtn input {
    padding: 0 20px;
  }
}
.commonformreg .reg_bottom .item .ipt {
  margin-left: 0;
}
.special_banner {
  height: 450px !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .special_banner {
    display: none;
  }
}
/* 主容器样式 */
.contact-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 8px 40px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}
/* 标题样式 */
.contact-card h1 {
  color: #2c3e50;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}
/* 信息项列表样式 */
.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
/* 单个信息项样式 */
.contact-info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
}
/* 图标样式 */
.contact-info li .icon {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  color: #3498db;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 标签文本样式 */
.contact-info li .label {
  font-weight: 700;
  color: #2c3e50;
  min-width: 100px;
}
/* 链接样式 */
.contact-info li a {
  font-size: 18px;
  color: #2c3e50;
  text-decoration: none;
  transition: color 0.2s ease;
}
.contact-info li a:hover {
  color: #2c3e50;
  text-decoration: underline;
}
/* 响应式设计 */
@media (max-width: 480px) {
  .contact-card {
    padding: 25px 20px;
  }
  .contact-info li {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-info li .icon {
    margin-bottom: 8px;
  }
}
.help_pay_info {
  padding: 20px;
}
.help_pay_info .block {
  padding: 20px;
}
.help_pay_info .block_head {
  display: flex;
  align-items: center;
}
.help_pay_info .block_head .number {
  font-weight: bold;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: var(--color-main);
  font-size: var(--fsize-large);
  color: var(--color-white);
  text-align: center;
  line-height: 40px;
}
.help_pay_info .block_head .content .title {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  margin-bottom: 6px;
}
.help_pay_info .block_head .content .content {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  display: inline;
}
.help_pay_info .block_content {
  margin-top: 20px;
  margin-left: 45px;
  text-align: left;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  padding: 0 60px 0px 60px;
  width: 600px;
}
.help_pay_info .block_content table.pay_info_table {
  border-collapse: collapse;
  margin: 30px auto 40px 0px;
  width: 100%;
}
.help_pay_info .block_content table.pay_info_table th {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}
.help_pay_info .block_content table.pay_info_table td {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
.help_pay_info .block_content table.pay_info_table td p {
  line-height: 48px;
  float: left;
}
.help_pay_info .block_content table.pay_info_table td img {
  width: 113px;
  float: left;
}
.help_pay_info .block_content table.pay_info_table td a {
  text-decoration: none;
}
.help_pay_info .block_content table.pay_bank_table {
  border-collapse: collapse;
  margin: 20px auto 40px 0;
  width: 100%;
}
.help_pay_info .block_content table.pay_bank_table th {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  border-bottom: 2px solid #e5e5e5;
}
.help_pay_info .block_content table.pay_bank_table td {
  color: #666;
  font-size: 15px;
  line-height: 36px;
  border-bottom: 1px dashed #999;
}
.help_pay_info .block_content .note {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  padding: 20px 0;
  line-height: 1.6;
}
.Supplier-Onboarding-Agreement {
  font-size: var(--fsize-txt);
}
.Supplier-Onboarding-Agreement .ql-align-center {
  text-align: center;
}
.Supplier-Onboarding-Agreement .ql-align-justify {
  text-align: justify;
}
.Supplier-Onboarding-Agreement .ql-align-right {
  text-align: right;
}
.Supplier-Onboarding-Agreement .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.help-shiping-box {
  background-size: 74px auto;
  border-left: 1px dashed #e8e8e8;
  margin-left: 52px;
  margin-top: 25px;
  margin-bottom: 40px;
  height: auto;
}
.help-shiping-box .n_right_line {
  padding-bottom: 40px;
}
.help-shiping-box .n_right_line .n-right-head {
  display: inline-block;
  margin-left: 21px;
  width: 802px;
  padding-bottom: 0px;
}
.help-shiping-box .n_right_line .n-right-head p {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  margin-bottom: 6px;
}
.help-shiping-box .n_right_line .n_title_line {
  text-align: left;
  margin-left: -20px;
}
.help-shiping-box .n_right_line .n_title_line .icon-background2 {
  float: left;
  margin-left: -1px;
  margin-top: -2px;
}
.help-shiping-box .n_right_line .n-content {
  margin-top: 30px;
  margin-left: 45px;
  text-align: left;
  text-indent: 10px;
  font-size: 14px;
  text-indent: 2em;
  line-height: 30px;
  color: #000;
}
.help-shiping-box .n_right_line .n-content p {
  padding-left: 20px;
}
.help-shiping-box .n_right_line .n-content .no_indent {
  text-indent: 0;
}
.help-shiping-box .n_right_line .n-content .n_content_list {
  width: 784px;
  margin-left: 10px;
}
.help-shiping-box .n_right_line .n-content .n_content_list .send-date-list {
  margin-left: -22px;
  height: 330px;
}
.help-shiping-box .n_right_line .n-content .n_content_list .send-date-list .send-date-item {
  position: relative;
  float: left;
  width: 383px;
  height: 150px;
  font-size: 14px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(4, 0, 0, 0.12);
  border-radius: 3px;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 40px 30px 0 20px;
  box-sizing: border-box;
}
.help-shiping-box .n_right_line .n-content .n_content_list .send-date-list .send-date-item .pdt-status-tag {
  position: absolute;
  top: 15px;
  left: 19px;
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  border-radius: 3px;
}
.help-shiping-box .n_right_line .n-content .n_content_list .send-date-list .send-date-item .pdt-status-tag.type1 {
  color: #3c89e1;
  border: 1px solid #3c89e1;
}
.help-shiping-box .n_right_line .n-content .n_content_list .send-date-list .send-date-item .pdt-status-tag.type2 {
  color: #f3942a;
  border: 1px solid #f3942a;
}
.help-shiping-box .n_right_line .n-content .n_content_list .send-date-list .send-date-item .pdt-status-tag.type3 {
  color: #fb4848;
  border: 1px solid #fb4848;
}
.help-shiping-box .n_right_line .n-content .n_content_list .send-date-list .send-date-item .send-date-des .send-date-tag {
  color: #fff;
  font-size: 12px;
}
.help-shiping-box .n_right_line .n-content .n_content_list .send-date-list .send-date-item .send-date-des .send-date-tag.day1 {
  background-color: #f74747;
}
.help-shiping-box .n_right_line .n-content .n_content_list .send-date-list .send-date-item .send-date-des .send-date-tag.day2 {
  background-color: #ed760c;
}
.help-shiping-box .n_right_line .n-content .n_content_list .send-date-list .send-date-item .send-date-tip {
  color: #666;
  text-align: center;
  line-height: 20px;
}
.help-shiping-box .n_right_line .n-content .n_content_list li {
  min-height: 90px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 20px;
  padding-bottom: 8px;
}
.help-shiping-box .n_right_line .n-content .n_content_list li h3 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 16px;
}
.help-shiping-box .n_right_line .n-content .n_content_line {
  width: 100%;
  margin-top: 34px;
  margin-bottom: 34px;
}
.help-shiping-box .n_right_line .n-content .n_content_line .thead {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: 700;
  color: #666;
  line-height: 20px;
  background: #f5f5f5;
  white-space: nowrap;
}
.help-shiping-box .n_right_line .n-content .n_content_line .thead .table-cell {
  display: inline-block;
  width: 32%;
  line-height: 34px;
  text-align: center;
}
.help-shiping-box .n_right_line .n-content .n_content_line ul.delivery-time-wrap {
  border: 1px solid #e2e2e2;
  border-top: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.help-shiping-box .n_right_line .n-content .n_content_line ul.delivery-time-wrap li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #999;
  border-bottom: 1px solid #e2e2e2;
}
.help-shiping-box .n_right_line .n-content .n_content_line ul.delivery-time-wrap li h3 {
  font-weight: 400;
  display: inline-block;
  width: 31%;
  text-align: center;
  line-height: 1.2;
  text-indent: 0;
  margin-block-end: 0;
  margin-block-start: 0;
}
.help-shiping-box .n_right_line .n-content .n_content_line ul.delivery-time-wrap li p {
  display: inline-block;
  width: 31%;
  text-align: center;
}
.help-shiping-box .n_right_line .n-content .n_content_line ul.delivery-time-wrap li span {
  display: inline-block;
  width: 30%;
  text-align: center;
}
.help-feedbacks-box {
  background-size: 74px auto;
  border-left: 1px dashed #e8e8e8;
  margin-left: 52px;
  margin-top: 25px;
  margin-bottom: 40px;
  height: auto;
}
.help-feedbacks-box .n_right_line {
  padding-bottom: 40px;
}
.help-feedbacks-box .n_right_line .n_title_line {
  text-align: left;
  margin-left: -30px;
  display: flex;
  align-items: center;
}
.help-feedbacks-box .n_right_line .n_title_line .n_right_head {
  display: inline-block;
  margin-left: 21px;
  width: 802px;
}
.help-feedbacks-box .n_right_line .n_title_line .n_right_head p {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  margin-bottom: 6px;
  margin-block-start: 0;
  margin-block-end: 0;
}
.help-feedbacks-box .n_right_line .n_content {
  margin-top: 20px;
  margin-left: 45px;
  text-align: left;
}
.help-feedbacks-box .n_right_line .feedback-wrap {
  width: 802px;
}
.help-feedbacks-box .n_right_line .feedback-wrap .feedback-content {
  margin-top: 10px;
}
.help-feedbacks-box .n_right_line .feedback-wrap .feedback-content .feedback-img {
  width: auto;
}
.help-feedbacks-box .n_right_line .feedback-wrap .feedback-content .feedback-icon {
  height: 128px;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.help-feedbacks-box .n_right_line .feedback-wrap .feedback-content .feedback-icon .feedback-li-icon {
  width: 230px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.help-feedbacks-box .n_right_line .feedback-wrap .feedback-content .feedback-icon .feedback-li-icon .icon-background2 {
  width: 48px;
  float: left;
}
.help-feedbacks-box .n_right_line .feedback-wrap .feedback-content .feedback-icon .feedback-li-icon .icon-background2 img {
  width: 100%;
}
.help-feedbacks-box .n_right_line .feedback-wrap .feedback-content .feedback-icon .feedback-li-icon a {
  text-decoration: none;
  color: #666;
}
.help-feedbacks-box .n_right_line .feedback-wrap .feedback-content .feedback-icon .feedback-li-icon .icon-text {
  margin-left: 16px;
  float: left;
  text-align: left;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.help-feedbacks-box .n_right_line .feedback-wrap .feedback-content .feedback-icon .feedback-li-icon .icon-text h3 {
  color: #333;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.help-feedbacks-box .n_right_line .feedback-wrap .feedback-content .feedback-icon-left {
  justify-content: left;
  padding-left: 8px;
}
.help_orders_info {
  padding: 20px;
}
.help_orders_info .block {
  padding: 20px;
}
.help_orders_info .block_head {
  display: flex;
  align-items: center;
}
.help_orders_info .block_head .number {
  font-weight: bold;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: var(--color-main);
  font-size: var(--fsize-large);
  color: var(--color-white);
  text-align: center;
  line-height: 40px;
}
.help_orders_info .block_head .content .title {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  margin-bottom: 6px;
}
.help_orders_info .block_head .content .content {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  display: inline;
}
.help_orders_info .block_content {
  margin-top: 20px;
  margin-left: 45px;
  text-align: left;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  padding: 0 60px 0px 60px;
  width: 600px;
}
.help_orders_info .block_content img {
  max-width: 100%;
  height: auto;
}
/*# sourceMappingURL=./c.css.map */