@charset "utf-8";

@font-face {
  font-family: '方正兰亭纤黑';
  src: url('./fonts/方正兰亭纤黑.TTF') format('truetype');
}

* {
  margin: 0;
  padding: 0;
}

body {
  outline: none;
  font-size: 1rem;
  font-family: "方正兰亭纤黑";
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  max-width: 75rem;
  border-radius: 0;
  background-color: #fff;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
/* @media (prefers-color-scheme: dark) {
  body {
	outline: none;
	font-size: 1rem;
	font-family: "方正兰亭纤黑";
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	max-width: 75rem;
	border-radius: 0;
    background-color: #d7d7d7;
	margin: 0 auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
  }
} */
.motify {
  position: fixed;
  top: 35%;
  left: 50%;
  width: 12rem;
  padding: 0.4rem;
  margin: 0 0 0 -6rem;
  font-size: 12px;
  z-index: 999999;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  line-height: 2em;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  text-align: center;
  display: none;
}

@media screen and (min-width: 900px) {
  body {
    outline: none;
    font-size: 1rem;
    font-family: "PingFangSC", "Microsoft YaHei UI", "Helvetica Neue", Helvetica, STHeiTi, sans-serif !important;
    line-height: 1.5;
    color: #454545;
    max-width: 36rem;
    border-radius: 0;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
  }
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
dl,
dt,
dd,
table,
span,
th,
td,
ol,
form,
bdo,
em,
i {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-touch-callout: none;
}

a:link,
a:visited {
  text-decoration: none;
  color: #333;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
@media(prefers-color-scheme: dark) {
 a:link,
 a:visited {
	 color-scheme: dark;
	 color: #000;
 }
}
a:hover {
  text-decoration: none;
  -webkit-touch-callout: none;
  outline: none;
}

::-webkit-input-placeholder {
  color: #9f9f9f
}

::-moz-placeholder {
  color: #9f9f9f
}

::-ms-input-placeholder {
  color: #9f9f9f
}

#tips {
  width: 100%;
  color: #261c19;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  z-index: 999999;
  background-color: #C1EAFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#tips .tipsContent {
  width: 95%;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

#tips .tipsContent span {
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
}

#tips .tipsClose {
  width: 24px;
  cursor: pointer;
}

.fixedTop {
  position: sticky;
  top: 0;
  width: 100%;
  display: block;
 /* height: 3.7rem; */
  background-color: #C1EAFF;
  z-index: 9999;
  box-shadow: 0 0 5px #eee;
  margin: 0;
  overflow: hidden;
}

.headerBox {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 3.7rem;
  background: url(../images/logo.png) no-repeat center 58%;
  background-size: 24%;
  z-index: 9;
  text-align: center;
  overflow: hidden;
}

.bodybg {
  background-color: #f2fafd;
}

.hanbao {
  float: left;
  width: 3.4rem;
  height: 3.7rem;
  display: block;
  background: url(../images/hanbaomenu.png) no-repeat center center;
  background-size: 54%;
}

.fanhuiTop {
  float: left;
  width: 2.4rem;
  height: 3.7rem;
  display: block;
  background: url(../images/back.png) no-repeat right center;
  background-size: 52%;
}

.hanbao2 {
  background: url(../images/hanbaomenu2.png) no-repeat center center;
  background-size: 54%;
}

.midLogo {
  height: 3.7rem;
  display: inline-block;
  padding: 2rem;
}

.searchIcon {
  float: left;
  width: 3.4rem;
  height: 3.7rem;
  display: block;
  background: url(../images/search.png) no-repeat 0 center;
  background-size: 44%;
}

.rightIcon {
  float: right;
  width: 3.4rem;
  height: 3.7rem;
  display: block;
  background: url(../images/car.png) no-repeat right center;
  background-size: 44%;
}

.rightAdmin {
  float: right;
  width: 3.4rem;
  height: 3.7rem;
  display: block;
  background: url(../images/wode.png) no-repeat center center;
  background-size: 52%;
}

.wapper {
  background-color: #fff;
  overflow: hidden;
  min-height: 10rem;
}
/* @media (prefers-color-scheme: dark) {
	.wapper {
	  background-color: #d7d7d7;
	  overflow: hidden;
	  min-height: 10rem;
	}
} */

.prowapper {
  padding-bottom: 4rem;
}

.cateBox {
  padding: 1rem;
}

.cateBox ol {
  margin-bottom: 1rem;
  display: block;
}

.cateBox ol .titles {
  display: block;
  width: 100%;
  position: relative;
  min-height: 9rem;
}

.cateBox ol img {
  width: 100%;
  display: block;
  margin-bottom: 0.2rem;
}

.title {
  line-height: 2.4rem;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #0f0b00;
  font-weight: 600;
  padding-top: 0.2rem;
}

.fuceng {
  position: absolute;
  left: 20%;
  top: 50%;
  width: 60%;
  height: 2rem;
  margin-top: -1rem;
  background: rgba(255, 255, 255, 0.7);
  display: block;
  z-index: 9;
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: bold;
}

.cateBox ol h2 {
  font-size: 1.1rem;
  line-height: 1.3;
}

.cateBox ol p {
  display: block;
  width: 100%;
  font-size: 0.72rem;
  padding: 0.5rem 0 1rem 0;
}

.cateBox ol p span {
  display: block;
  float: left;
  padding-right: 1rem;
}

.shaixuan {
  display: block;
  overflow: hidden;
  padding: 1rem 1rem 0;
  line-height: 2rem;
  height: 2rem;
  font-size: 0.8rem;
}

.shaiPro {
  position: fixed;
  left: 0;
  top: 3.6rem;
  width: 100%;
  height: 7rem;
  background-color: #fff;
  display: block;
  z-index: 11;
}

.shaiXilie {
  position: fixed;
  left: 0;
  top: 3.7rem;
  width: 100%;
  height: 3rem;
  background-color: #fff;
  display: block;
  z-index: 11;
}

.shaixuan span {
  float: right;
}

.shaixuan span bdo {
  background: url(../images/icon02.png) no-repeat 40% center;
  background-size: 1.2rem;
  padding-left: 3rem;
}

.shaixuan span kbd.adds {
  background: url(../images/icon01.png) no-repeat 40% center;
  background-size: 1.2rem;
  padding-left: 3rem;
  display: inline-block;
}

.paddingbox {
  padding: 0.5rem 1rem;
}

.subNav {
  display: block;
  background: #fff;
  background-size: 1.2rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 1rem;
  position: relative;
}

.subNav em {
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  display: block;
}

.adminnotice {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  line-height: 1.4rem;
  margin: 1rem 0;
  font-size: 0.8rem;
  color: #000;
  background: url(../images/gong.png) no-repeat 0 0.6rem;
  background-size: 1rem;
  overflow: hidden;
  padding: 0.5rem 0 0.5rem 1rem;
  min-height: 2rem;
  display: block;
}

.adbox {
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
}

.adbox img {
  width: 100%;
  display: block;
}

.bannerBottom {
  box-shadow: 0 0 1rem #ccc;
  margin: 1rem;
}

.regbox {
  padding: 1rem;
  display: block;
}

.adminInfo {
  display: block;
  margin-bottom: 1rem;
  position: relative;
}

.adminInfo strong {
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
}

.jifentips {
  position: absolute;
  right: 0rem;
  bottom: 0.2rem;
  border: 1px solid#0f0b00;
  color: #0f0b00;
  font-size: 0.8rem;
  padding: 0 0.5rem;
  display: inline-block;
}

.adminInfo p {
  font-size: 1rem;
  color: #000;
}

.adminInfo p span {
  float: right;
  border: 1px solid#0f0b00;
  color: #0f0b00;
  font-size: 0.8rem;
  padding: 0 0.5rem;
}

.menu {
  display: block;
  margin-bottom: 2rem;
}

.menu ul li {
  border-bottom: 1px solid #f3f3f3;
  display: block;
  padding: 0.2rem 0;
}

.nuline {
  padding-bottom: 1rem;
}

.nuline ul li {
  border-bottom: none;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.menu ul li .libox {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 3rem;
  background: url(../images/jiantou.png) no-repeat right center;
  background-size: 1rem;
}

.menu ul li span {
  display: block;
  font-size: 12px;
  color: #6b6b6b;
  margin-top: -0.5rem;
  padding-bottom: 1rem;
}

.menu ul li span em {
  font-style: normal;
  font-weight: bold;
  color: #000;
}

.menu ul li span i {
  float: right;
  font-style: normal;
  color: #999;
  padding-right: 1rem;
  display: none;
}

.menu ul li bdo {
  line-height: 2rem;
  font-size: 0.8rem;
  color: #000;
  padding-top: 0.5rem;
  display: block;
}

.menu ul li p.tips {
  color: #6b6b6b;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 12px;
  clear: both;
  text-align: left;
  padding-left: 22%;

}

.menu ul li p.tips i {
  font-weight: bold;
  color: #000;
  font-style: normal;
}

.menu ul li bdo.tips {
  color: #999;
  padding-bottom: 5px;
}

.menu ul li bdo.tips em {
  font-style: normal;
  font-weight: bold;
  color: #0f0b00;
}

.formMenu ul li {
  display: block;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.formMenu ul li strong {
  float: left;
  width: 22%;
  line-height: 2.6rem;
}

.formMenu .rightline {
  float: right;
  width: 78%;
}

.shengshiquBox {
  display: block;
  margin: 2rem auto;
}

.shengshiqu {
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 2rem;
  line-height: 2rem;
}

.shengshiqu em {
  flex: 1;
  display: inline-block;
  background: url(../images/jiantouDown.png) no-repeat 90% center;
  background-size: 0.8rem;
  font-style: normal;
  text-align: center;
}

.tabbar {
  line-height: 3rem;
  display: flex;
  width: 16rem;
  margin: 0 auto;
  padding-top: 1rem;
}

.tabbar ol {
  flex: 1;
  font-size: 1.2rem;
  color: #4c4c4c;
  text-align: center;
  position: relative;
}

.tabbar ol:last-child:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1rem;
  width: 1px;
  height: 1rem;
  background-color: #000;
  display: block;
}

.tabbar ol.curbar {
  color: #000;
  font-weight: bold;
}

.subTitles {
  line-height: 3rem;
  color: #333;
  font-weight: bold;
  font-size: 1.2rem;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 1rem;
}

.changInput {
  border: 1px solid #dadada;
  height: 2.8rem;
  line-height: 2.8rem;
  display: block;
  width: 99%;
  font-size: 1rem;
  text-indent: 1rem;
  -webkit-appearance: none;
  box-shadow: inset 0 2px 5px #eee;
  border-radius: 0;
  outline: none;
}

.changBai {
  border: none;
  height: 2.8rem;
  line-height: 2.8rem;
  display: block;
  width: 99%;
  text-indent: 1rem;
  font-size: 1rem;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  background: none
}

.telPhone {
  color: #aaaaaa
}

input:disabled,
input[disabled] {
  -webkit-opacity: 1;
  opacity: 1;
}

.duanInput {
  float: left;
  border: 1px solid #dadada;
  height: 2.8rem;
  line-height: 2.8rem;
  font-size: 1rem;
  -webkit-appearance: none;
  display: block;
  box-shadow: inset 0 2px 5px #eee;
  width: 55%;
  text-indent: 1rem;
  border-radius: 0;
  outline: none;
}

.inputcss {
  border: 1px solid #dadada;
  height: 2.8rem;
  line-height: 2.8rem;
  box-shadow: inset 0 2px 5px #eee;
  display: block;
  text-indent: 1rem;
  font-size: 0.9rem;
  color: #000;
}

.inputBaidi {
  border: none;
  height: 2.8rem;
  line-height: 2.8rem;
  display: block;
  text-indent: 1rem;
  font-size: 0.9rem;
  color: #000;
}

.textareaCss {
  border: 1px solid #dadada;
  height: 5.2rem;
  width: 99%;
  line-height: 1.4rem;
  box-shadow: inset 0 2px 5px #eee;
  display: block;
  text-indent: 1rem;
  font-size: 0.9rem;
  color: #000;
}

.duanbox {
  float: right;
  width: 40%;
  height: 2.6rem;
}

.imgbtn {
  display: block;
  background-color: #eee;
  height: 2.6rem;
  text-align: center;
  line-height: 2.6rem;
  color: #999;
  font-size: 0.8rem;
}

.imgcodes {
  width: 99%;
  height: 2.8rem;
  display: block;
}

.send,
.send1 {
  width: 99%;
  display: block;
  background-color: #0f0b00;
  height: 2.8rem;
  text-align: center;
  line-height: 2.8rem;
  color: #fff;
  font-size: 0.9rem;
  border-top: 1px solid#0f0b00;
  border-bottom: 1px solid#0f0b00;
}

.yinsi {
  font-size: 12px;
  color: #0f0b00;
  line-height: 20px;
  margin-bottom: 2rem;
}

.yinsi span {
  float: left;
  width: 12px;
  height: 12px;
  border: 1px solid#0f0b00;
  display: inline-block;
  margin-right: 5px;
  margin-top: 2px;
  border-radius: 12px;
}

.yinsi span.cur {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../images/gou.png) no-repeat center center#0f0b00;
  background-size: 10px;
}

.submitBtn {
  clear: both;
  width: 60%;
  height: 2.8rem;
  display: block;
  background-color: #0f0b00;
  border: 1px solid#0f0b00;
  color: #fff;
  font-size: 1rem;
  line-height: 2.8rem;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
}

.smallBtn {
  width: 30%;
  height: 2.2rem;
  line-height: 2.2rem;
  display: block;
}

.jiantouBtn {
  width: 4rem;
  height: 2.8rem;
  display: inline-block;
  background: url(../images/righticons.png) no-repeat center center;
  background-size: 1.6rem;
}

.kongBtn {
  clear: both;
  width: 60%;
  height: 2.8rem;
  display: block;
  background-color: #fff;
  border: 1px solid#0f0b00;
  color: #0f0b00;
  font-size: 1rem;
  line-height: 2.8rem;
  text-align: center;
  font-weight: bold;
  margin: 1rem auto;
}

.thirdTitle {
  line-height: 2rem;
  font-size: 0.8rem;
  color: #333;
  padding: 2rem 0;
  text-align: center;
  margin-top: 5rem;
}

.thirdbox {
  display: block;
  overflow: hidden;
  width: 12rem;
  margin: 0 auto;
}

.thirdbox ol {
  float: left;
  width: 50%;
  text-align: center;
  display: block;
}

.thirdbox ol img {
  width: 40%;
  margin: 0 auto;
  display: block;
}

.tabLogin {
  display: block;
  height: 2.2rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.tabLogin ol {
  float: left;
  width: 30%;
  height: 2rem;
  line-height: 2rem;
  text-align: left;
  font-size: 12px;
  display: inline-block;
  color: #585858;
  outline: none;
}

.tabLogin ol.curtab span {
  font-weight: bold;
  color: #000;
  display: inline-block;
  border-bottom: 1px solid #000;
}

#loginbox ul {
  display: none;
}

.forgetp {
  font-size: 12px;
  color: #999;
  padding: 0 0.1rem;
  text-align: right;
}

.duanxin {
  line-height: 2rem;
  font-size: 0.8rem;
  color: #333;
}

.duanxin span {
  float: right;
}

.xiliChanpin {
  display: block;
  width: 100%;
  height: 15rem;
  overflow: hidden;
}

.xingbie {
  display: block;
}

.xingbie ol {
  float: left;
  width: 50%;
  line-height: 2.6rem;
}

.xingbie ol em {
  float: left;
  border: 1px solid#0f0b00;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1rem;
  display: inline-block;
  margin-top: 0.6rem;
  margin-right: 0.5rem;
}

.xingbie ol.curXing em {
  background: url(../images/dian.png) no-repeat center center;
  background-size: 0.6rem;
}

.bottomAddress {
  padding-bottom: 5rem;
}

.addressList ul li {
  display: block;
  margin: 1rem 0;
  background: url(../images/jiantou.png) no-repeat 96% center #f7f7f7;
  background-size: 1rem;
  padding: 1rem 4rem 1rem 2rem;
  display: block;
  position: relative;
}

.addressList .editbox {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 100%;
  display: block;
  z-index: 99;
}

.addressList .checkItems {
  position: absolute;
  left: 0;
  top: 0;
  width: 4rem;
  height: 100%;
  display: block;
  z-index: 99;
}

.addressList ul li.noAddressIcon {
  background: none;
  padding: 1rem 2rem;
  background-color: #f7f7f7;
}

.addressList ul li.curMo .morenIcon {
  background: url(../images/gou.png) no-repeat center center#0f0b00;
  background-size: 0.6rem;
}

.morenIcon {
  position: absolute;
  left: -0.5rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
  display: block;
  border: 1px solid#0f0b00;
  margin-top: -0.5rem;
  border-radius: 1rem;
}

.morenNo {
  border: none;
}

.addressList ul li p {
  font-size: 12px;
  color: #888;
  line-height: 2rem;
  color: #0f0b00;
}

.addressList ul li strong {
  font-size: 1rem;
}

.addressList ul li span {
  float: right;
  font-size: 1rem;
  font-family: helvetica;
}

.addressList ul li bdo.moren {
  background: #0f0b00;
  color: #fff;
  padding: 0 0.5rem;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  line-height: 1.2rem;
  margin-right: 0.5rem;
}


.addIcon {
  display: block;
  background: url(../images/add.png) no-repeat center 0.4rem;
  background-size: 1.4rem;
  padding-top: 2.4rem;
  font-size: 1rem;
  color: #666;
  text-align: center;
}

.jifenBox {
  display: block;
}

.jifenBox p {
  line-height: 3rem;
  display: block;
  border-bottom: 1px solid #f3f3f3;
  overflow: hidden;
}

.jifenBox p span {
  float: right;
  font-weight: bold;
}

.jifenBox p em {
  font-style: normal;
}

.jifenBox p strong {
  font-size: 1rem;
  line-height: 3rem;
}

.jifenBox ul li {
  border-bottom: 1px solid #f3f3f3;
  display: block;
  padding: 1rem 0;
  overflow: hidden;
  font-family: helvetica;
  color: #8b8b8b;
}

.jifenBox ul li span {
  float: right;
}

.jifenBox ul li kbd {
  font-size: 12px;
  color: #999;
  display: block;
}

.nodata {
  display: block;
  background: url(../images/shoucangIcon.png) no-repeat center center;
  background-size: 2rem;
  padding-top: 6rem;
  font-size: 0.8rem;
  color: #0f0b00;
  line-height: 3rem;
  margin-bottom: 2rem;
  text-align: center;
}

.noChandata {
  display: block;
  background: url(../images/nodata.png) no-repeat center center;
  background-size: 3rem;
  padding-top: 6rem;
  font-size: 0.8rem;
  color: #0f0b00;
  line-height: 3rem;
  margin-bottom: 2rem;
  text-align: center;
}

.hotData h2 {
  font-size: 1.2rem;
  display: block;
  line-height: 2rem;
  margin-bottom: 1rem;
}

.maskbg {
  position: fixed;
  left: 0;
  top: 7.2rem;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}

.maskCon {
  position: absolute;
  left: 15%;
  top: 18%;
  width: 70%;
  margin: 0;
  background-color: #fff;
  height: auto;
  display: block;
  z-index: 9991;
}

.tipsBox {
  padding: 3rem;
  display: block;
  text-align: center;
}

.tipsBox strong {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 2rem;
  display: block;
  border-top: 1px solid #f3f3f3;
  padding: 1rem 0;
  font-weight: normal;
}

.quedingBtn {
  border: 1px solid#0f0b00;
  padding: 0 1rem;
  line-height: 2rem;
  font-size: 0.9rem;
  display: inline-block;
  background-color: #0f0b00;
  color: #fff;
  margin: 0 1rem 1rem;
  width: 6rem;
}


.cangList {
  display: block;
  overflow: hidden;
}

.cangList h2 {
  line-height: 3rem;
  font-size: 1.2rem;
  color: #000;
  font-weight: 600;
}

.cangList ul {
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 1rem;
}

.cangList ul.chanpin li {
  border: 1px solid #f3f3f3;
  padding: 1rem;
  background-color: #f9f9f9;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.cancalCang {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.8rem;
  font-size: 0.8rem;
  color: #fff;
  display: block;
  z-index: 99;
  background: rgba(0, 0, 0, 0.2);
  padding: 0 1rem;
}

.cangList ul.chanpin img {
  float: left;
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
}

.cangList ul.chanpin strong {
  line-height: 2rem;
  font-size: 1rem;
  color: #000;
  display: block;
  font-weight: 400;
}

.cangList ul.chanpin bdo {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
}

.cangList ul.chanpin span {
  display: inline-block;
  width: 5rem;
  line-height: 1.5rem;
  font-size: 0.72rem;
  color: #333;
  border: 1px solid #000;
  text-align: center;
  padding: 0 0.5rem;
}

.cangList ul.imageBox {
  border: none;
}

.cangList ul.imageBox li {
  margin-bottom: 1rem;
  display: block;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
}

.cangList ul.imageBox p {
  line-height: 3rem;
  height: 3rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  /* text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical; */
}

.videoImg {
  position: relative;
  display: block;
}

.videoImg img {
  display: block;
  width: 100%;
}

.videoSize {
  width: 100%;
  display: block;
  z-index: 990;
}

.videoBofan {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 88;
  background: url(../images/bofan.png) no-repeat center center rgba(0, 0, 0, 0.2);
  background-size: 2.2rem;
  text-align: center;
}


.zhongcaoTxt {
  padding: 2rem 1rem 1rem;
  display: block;
  text-align: center;
}

.zhongcaoTxt p {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.3rem;
  text-align: center;
  display: block;
}

.zhongcaoList {
  display: block;
  overflow: hidden;
  /* padding-left: 0.9rem; */
  position: relative;
  padding: 0 1% 1rem;
}

.zhongcaoList .boxItem {
  display: block;
  width: 45%;
  margin: 0 2%;
  overflow: hidden;
  box-shadow: 0 0 6px 1px #ddd;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 1rem;
}

.zhongcaoList .boxItem a {
  display: inline-block;
  /* width: 100%; */
}

.zhongcaoList .boxItem img {
  width: 100%;
  display: block;
  margin-bottom: 0.6rem;
  border-radius: 5px;
}

.maskceng {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
}

.zhongcaoName {
  text-align: left;
  display: block;
  padding: 0 0.6rem;
  font-size: 0.92rem;
}

.zhongcaoName span {
  font-size: 0.7rem;
  display: block;
  color: #888;
  padding: 0.5rem 0;
}

.zhongcaoName p {
  line-height: 1.2rem;
  font-size: 0.8rem;
}

.zhongcaoName .author {
  margin-bottom: 0.6rem;
  color: #0F0B00;
  font-weight: bold;
  display: inline-block;
  padding: 0;
}

.zhongcaoName .shareBox {
  float: right;
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
  margin: 0;
  overflow: visible;
}

.zhongcaoName .shareBox i {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url("../images/share.png") no-repeat center;
  background-size: 1rem;
}

.zhongcaoName .shareBox .sharedialog {
  width: 11.5rem;
  height: 2rem;
  background: #ffffff;
  box-shadow: 0 0 5px #0f0b00;
  position: absolute;
  left: -10rem;
  top: 1.5rem;
  padding: 0;
  /* display: none; */
}

.zhongcaoName .shareBox:hover .sharedialog {
  display: block;
}

.zhongcaoName .shareBox .sharedialog .shareLeft {
  float: left;
  line-height: 2rem;
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 5px;
}

.bdshare-button-style0-16 a {
  margin: 6px 4px 4px 0 !important;
}

.bdshare_popup_box {
  display: none !important;
}

.maskceng p {
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  height: 2rem;
  width: 100%;
  line-height: 2rem;
  font-size: 1.2rem;
  text-align: center;
  margin-top: -1rem;
  display: block;
  text-align: center;
  display: block;
  z-index: 10;
}

.leftbofan {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  background: url(../images/bofan2.png) no-repeat center center;
  background-size: 2rem;
  display: block;
  z-index: 12;
}

.midbofan {
  position: absolute;
  left: 50%;
  bottom: 50%;
  height: 2.8rem;
  width: 2.8rem;
  background: url(../images/bofan.png) no-repeat center center;
  background-size: 100%;
  margin-left: -1.4rem;
  margin-bottom: -1.4rem;
  display: block;
  z-index: 12;
}

.layerbg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  z-index: 98;
}

.maskNav {
  padding-top: 3.7rem;
  width: 100%;
  height: 0;
  background-color: #f0f0f0;
}

.maskNav ul {
  padding: 2rem;
  display: block;
  overflow: hidden;
}

.maskNav ul li {
  border-bottom: 1px solid #a1a1a1;
  font-size: 1rem;
  color: #0f0b00;
  line-height: 3rem;
  display: block;
  overflow: hidden;
}

.maskNav a {
  display: block;
}

.maskNav ul li bdo {
  float: left;
  display: inline-block;
  margin-right: 1.2rem;
}

.maskNav ul li bdo.indexIcon01 {
  width: 2rem;
  height: 3rem;
  background: url(../images/indexIcon01.png) no-repeat center center;
  background-size: 2rem;
}

.maskNav ul li bdo.indexIcon02 {
  width: 2rem;
  height: 3rem;
  display: block;
  background: url(../images/indexIcon02.png) no-repeat center center;
  background-size: 2rem;
}

.maskNav ul li bdo.indexIcon03 {
  width: 2rem;
  height: 3rem;
  display: block;
  background: url(../images/indexIcon03.png) no-repeat center center;
  background-size: 2rem;
}

.maskNav ul li bdo.indexIcon04 {
  width: 2rem;
  height: 3rem;
  display: block;
  background: url(../images/indexIcon04.png) no-repeat center center;
  background-size: 2rem;
}

.maskNav ul li bdo.indexIcon05 {
  width: 2rem;
  height: 3rem;
  display: block;
  background: url(../images/kefu.png) no-repeat center center;
  background-size: 1.6rem;
}

.carTitle {
  height: 2rem;
  overflow: hidden;
  display: block;
  padding: 1rem 1.5rem;
  line-height: 2rem;
}

.carTitle strong {
  font-size: 1rem;
  font-weight: bold;
}

.carTitle span {
  float: right;
}

.carToolBar {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  width: 90%;
  display: block;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 1rem;
  padding-top: 1rem;
  height: 2.4rem;
  background-color: #fff;
  line-height: 2.4rem;
  overflow: hidden;
}

.quanxuan {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 1rem;
}

.quanxuan em {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border: 1px solid#0f0b00;
  border-radius: 1rem;
  float: left;
  margin-top: 0.55rem;
}

.gouxuan {
  width: 1rem;
  height: 1rem;
  display: block;
  border: 1px solid#0f0b00;
  border-radius: 1rem;
  margin: 2rem auto;
  line-height: 1rem;
}

.xuanzhong {
  background: url(../images/gou.png) no-repeat center center#0f0b00;
  background-size: 0.6rem;
}

.rightdiv {
  float: right;
  width: 70%;
  display: block;
  overflow: hidden;
  text-align: right;
}

.oneBtns {
  border-top: 1px solid #f3f3f3;
  padding: 0.6rem 0;
  display: block;
  width: 90%;
  text-align: right;
  margin: 0 5%;
}

.heji {
  color: #0f0b00;
  font-size: 1rem;
  text-align: right;
  margin-right: 1rem;
  display: inline-block;
}

.jiesuanBtn {
  background-color: #0f0b00;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.6rem;
  display: inline-block;
  border: 1px solid#0f0b00;
  padding: 0 2rem;
}

.kong {
  border: 1px solid#0f0b00;
  color: #0f0b00;
  background-color: #fff;
}

.yichuMenu {
  display: inline-block;
  border: 1px solid#0f0b00;
  height: 2.2rem;
  font-size: 1rem;
  color: #0f0b00;
  padding: 0 1rem;
  font-weight: bold;
  text-align: center;
}

.delMenu {
  display: inline-block;
  border: 1px solid#0f0b00;
  height: 2.2rem;
  font-size: 1rem;
  color: #0f0b00;
  margin-left: 1rem;
  text-align: center;
  padding: 0 2rem;
}

.carList {
  display: block;
  overflow: hidden;
  padding: 0.5rem 1rem;
}

.padbottom {
  padding-bottom: 5rem;
}

.carList ul li {
  margin-bottom: 1rem;
  display: block;
  overflow: hidden;
}

.kongData {
  width: 12rem;
  display: block;
  height: 6rem;
  background: url(../images/gouwudai.png) no-repeat center 0;
  background-size: 2rem;
  padding-top: 4rem;
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #0f0b00;
  margin: 10rem auto;
}

.kongDuihuan {
  width: 12rem;
  display: block;
  height: 3rem;
  background: url(../images/noduihuan.png) no-repeat center 0;
  background-size: 4rem;
  padding-top: 5rem;
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #0f0b00;
  margin: 8rem auto 0;
}

.leftone {
  float: left;
  width: 10%;
}

.rightone {
  float: right;
  width: 90%;
}

.items {
  display: block;
  border: 1px solid #f3f3f3;
  padding: 1rem;
  background-color: #f9f9f9;
  overflow: hidden;
}

.items img {
  float: left;
  width: 5rem;
  height: 5rem;
  display: block;
  margin-right: 1rem;
}

.items bdo {
  font-size: 12px;
  color: #999;
  display: block;
  margin-bottom: 0.6rem;
}

.items strong {
  height: 2rem;
  line-height: 1rem;
  color: #000;
  overflow: hidden;
  display: block;
}

.items div.pline {
  font-size: 1rem;
  color: #000;
  line-height: 1rem;
  display: block;
}

.items span {
  float: right;
  display: block;
  width: 4rem;
  height: 1rem;
  text-align: right;
}

.items span em {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  text-align: center;
  line-height: 1.6rem;
  font-size: 1rem;
  color: #000;
  font-style: normal;
  font-weight: bold;
}

.items .duanInputs {
  width: 2rem;
  height: 1rem;
  border: none;
  -webkit-appearance: none;
  line-height: 1rem;
  text-align: center;
  display: inline-block;
  background: none;
  border-radius: 0;
  outline: none;
}

.oneServer {
  text-align: right;
  display: block;
  line-height: 3rem;
  font-size: 0.8rem;
  border-bottom: 1px solid #f3f3f3;
}

.oneServer span {
  background: url(../images/righticons.png) no-repeat right center;
  background-size: 1rem;
  padding-right: 2rem;
  font-size: 0.8rem;
  display: inline-block;
  margin-left: 1rem
}

.xuanAddress {
  margin: 1rem;
  border: 1px solid #f3f3f3;
}

.xuanAddress ul li {
  margin: 0;
  background-color: #fff;
}

.xuanAddress ul li p.addressIcon {
  background: url(../images/address.png) no-repeat 0 center;
  background-size: 1rem;
  padding-left: 1rem;
}

.fapiao {
  margin: 0;
  margin-bottom: 5rem;
}

.fapiao ul li {
  padding: 0.5rem 1rem;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  border-bottom: 1px solid #f3f3f3;
  background: none;
}

/* .fapiao ul li:last-child{
	border-bottom: none;
} */
.fapiao ul li strong {
  font-weight: normal;
  color: #0f0b00;
}

.paybox {
  padding: 3rem 0;
  display: block;
}

.paybox h2 {
  display: block;
  text-align: center;
  line-height: 2rem;
  font-size: 1.4rem;
  color: #0f0b00;
  margin-bottom: 1rem;
}

.paybox h2 em {
  font-style: normal;
}

.payli {
  display: block;
  border-bottom: 1px solid #f3f3f3;
  padding: 1rem 0;
  overflow: hidden;
}

.payli span {
  float: right;
  border: 1px solid#0f0b00;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1.2rem;
  margin-right: 1rem;
  margin-top: 0.3rem;
  display: block;
}

.payli bdo.weixin {
  float: left;
  width: 2rem;
  height: 2rem;
  background: url(../images/weixin.png) no-repeat center center;
  background-size: 2rem;
  display: block;
  margin-right: 0.5rem;
}

.payli bdo.zhifb {
  float: left;
  width: 2rem;
  height: 2rem;
  background: url(../images/zhifubao0.png) no-repeat center center;
  background-size: 2rem;
  display: block;
  margin-right: 0.5rem;
}

.success {
  display: block;
  background: url(../images/paysuccess.jpg) no-repeat center bottom;
  background-size: 8rem;
  margin-bottom: 5rem;
  padding-bottom: 8rem;
  padding-top: 6rem;
}

.pingsuccess {
  display: block;
  background: url(../images/success.jpg) no-repeat center 0;
  background-size: 20rem;
  margin-top: 8rem;
  padding-top: 6rem;
  padding-bottom: 0;
}

.pingsuccess p {
  text-align: center;
  line-height: 2rem;
}

.fail {
  display: block;
  background: url(../images/fail.jpg) no-repeat center bottom;
  background-size: 6rem;
  padding-top: 8rem;
}

.success h2 {
  display: block;
  text-align: center;
  line-height: 2rem;
  font-size: 1.8rem;
  color: #0f0b00;
}


.checkRedio {
  width: 14rem;
  float: right;
  text-align: right;
}

.checkRedioSmall {
  width: 2rem;
  float: right;
  text-align: right;
}

.checkRedio ol {
  width: auto;
  margin-left: 1rem;
}

.checkRedioSmall ol {
  width: 100%;
}

.fapiaoLi ul li {
  padding-right: 1rem;
  line-height: 2.6rem;
  background: none;
}

.fapiaoLi ul li span {
  width: 14rem;
  text-align: right;
}

.fapiaoLi ul li .changBai {
  box-shadow: none;
  text-align: right;
}

.fapiaoLi ul li p {
  background: url(../images/jiantou.png) no-repeat right center;
  background-size: 1rem;
  padding-right: 1rem;
}

.fapiaoLi ul li p span {
  color: #999;
}

.isHide {
  display: none;
}

.isHide input::-webkit-input-placeholder {
  color: #9f9f9f;
  font-size: 0.6rem;
}

.isShow {
  display: block;
}

.searchBox {
  border: 1px solid#0f0b00;
  width: 100%;
  height: 2.6rem;
  display: block;
}

.searchBtn {
  float: right;
  width: 16%;
  height: 2.6rem;
  background: url(../images/righticonbai.png) no-repeat center center#0f0b00;
  background-size: 2rem;
  display: block;
}

.searchInput {
  float: left;
  width: 84%;
  display: block;
  border: none;
  background: transparent;
  height: 2.6rem;
  border-radius: 0;
  text-indent: 1rem;
}

.hotSearch {
  padding: 4rem 0;
  display: block;
  min-height: 12rem;
}

.hotSearch h3 {
  line-height: 2rem;
  font-size: 1rem;
  display: block;
  text-align: center;
  color: #000;
  margin-bottom: 1rem;
}

.hotSearch ul li {
  line-height: 2.5rem;
  font-size: 1rem;
  text-align: center;
}

/* chanpin */
.chanpinList {
  display: block;
  overflow: hidden;
  margin: 0.5rem -0.5rem;
  background-color: #fff;
  min-height: 20rem;
}

.chanpinList h2 {
  line-height: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  padding: 0 0.5rem;
}

.searchLine {
  margin: 1rem 0;
  display: block;
  border-bottom: 1px solid #f3f3f3;
}

.chanpinList ul li,
.searchUl li {
  display: block;
  float: left;
  width: 50%;
}

.chanpinList ul li .itemLi,
.searchUl li .itemLi {
  margin: 0.5rem;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.chanimg {
  border: 1px solid #f3f3f3;
  position: relative;
  padding-bottom: 100%;
  display: block;
  margin-bottom: 0.2rem;
}

.chanimg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.chanpinList ul li .itemLi p,
.searchUl li .itemLi p {
  line-height: 2rem;
  font-size: 1rem;
  color: #000;
  display: block;
  height: 2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.chanpinList ul li .itemLi strong,
.searchUl li .itemLi strong {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 2rem;
  display: block;
}

.heightcss {
  height: 167rem;
  overflow: hidden;
}

.paixu {
  display: block;
  width: 16rem;
  margin: 1rem auto;
  overflow: hidden;
}

.paixu ol {
  float: left;
  width: 33.33%;
  line-height: 2rem;
  text-align: center;
  display: block;
  font-weight: normal;
  color: #787878;
}

.paixu ol.curol span {
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #000;
  color: #000;
}

.paixu ol span {
  background: url(../images/jianDown.png) no-repeat right center;
  background-size: 0.8rem;
  display: inline-block;
  padding-right: 0.8rem;
}

.paixu ol span.cur {
  background: url(../images/jianUp.png) no-repeat right center;
  background-size: 0.8rem;
}

.jifenSub {
  display: block;
  overflow: hidden;
}

.jifenSub img {
  width: 100%;
  display: block;
}

.subNavBai {
  margin: 0 1rem;
  display: block;
  margin-bottom: 0;
}

.subNav span {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 400;
  font-size: 12px;
}

.subNavLeft {
  background: none;
}

.jifenIndex {
  position: fixed;
  top: 6.7rem;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/jifenindex.jpg) no-repeat center 0 #f6fafc;
  background-size: contain;
  z-index: 9;
}

.jifenDuiTitle {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  height: 10rem;
  display: block;
  text-align: center;
}

.jifenDuiTitle strong {
  font-size: 1.6rem;
  color: #0f0b00;
  line-height: 4rem;
  display: inline-block;
}

.jifenDuiTitle p {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #0f0b00;
  padding: 0 5rem;
  margin-bottom: 1rem;
}

.jifenli ul li .itemLi bdo {
  color: #999;
  margin-bottom: 1rem;
  font-size: 12px;
}

.jifenli ul li .itemLi strong {
  font-weight: normal;
  font-size: 1rem;
}

.chaxunBtn {
  margin: 2rem auto;
  display: block;
}

.jiangLayer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18rem;
  height: 25rem;
  background: url(../images/layer.png) no-repeat center center;
  background-size: 18rem 25rem;
  display: block;
  margin-left: -9rem;
  margin-top: -12rem;
}

.jiangClose {
  position: absolute;
  left: 50%;
  bottom: -3.8rem;
  width: 2rem;
  margin-left: -1rem;
  height: 5rem;
  display: block;
  background: url(../images/guanbi.png) no-repeat center center;
  background-size: 2rem 4.6rem;
}

.resultTitle {
  line-height: 2rem;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #0f0b00;
  font-weight: bold;
  margin-top: 1rem;
}

.jiangLayer p {
  line-height: 2rem;
  font-size: 1rem;
  color: #787878;
  display: block;
  text-align: center;
}

.jiangHezi {
  width: 14rem;
  height: 14rem;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}

.jiangHezi img.zhong {
  width: 66%;
  border: 1px solid #f3f3f3;
  display: block;
  margin: 0.5rem auto;
}

.jiangHezi p {
  line-height: 1.4rem;
  color: #0f0b00;
  font-size: 0.8rem;
}

.jiangHezi p bdo {
  color: #999;
}

.jiangHezi img.weizhong {
  width: 50%;
  margin: 2.5rem auto;
  display: block;
}

.jiangBtn {
  width: 5rem;
  height: 1.6rem;
  background-color: #fff;
  color: #0f0b00;
  display: block;
  font-size: 0.92rem;
  text-align: center;
  line-height: 1.6rem;
  border: 1px solid #0f0b00;
  margin: 0 auto 0.5rem;
}

.jiangKongBtn {
  width: 8rem;
  height: 2rem;
  background-color: #fff;
  border: 1px solid#0f0b00;
  color: #0f0b00;
  display: block;
  text-align: center;
  line-height: 2rem;
  margin: 0 auto;
}

.jiangHeiBtn {
  width: 8rem;
  height: 2rem;
  background-color: #0f0b00;
  border: 1px solid#0f0b00;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 2rem;
  margin: 0 auto 0.5rem;
}

/*mingxing*/

.starTab{
	width: 92%;
	height: 3rem;
	margin: 0 auto;
	display: block;
}
.starTab span{
	float: left;
	width: 20%;
	text-align: center;
	color: #808080;
	line-height: 3rem;
	font-size: 1.2rem;
	cursor: pointer;
}
.starTab span.starCur{
	color: #0F0B00;
	font-weight: bold;
	border-bottom: 2px solid #0F0B00;
}
.starContent{
	width: 92%;
	margin: 0 auto;
	display: block;
}
.starContent ol{
	display: none;
}
.starContent ol.dis{
	display: block;
}
.chanspli{
	display: block;
	padding: 1.5rem 0 2.4rem;
	overflow: hidden;
}
.chanspli img{
	width: 100%;
	display: block;
	min-height: 18rem;
}
.chanspli .chanSlide{
	display: block;
	padding: 1rem 0;
	text-align: center;
}
.chanspli .tipsp2{
	font-size: 1rem;
	line-height: 1.5rem;
	height: 3rem;
	overflow: hidden;
	font-weight: bold;
	color: #000;
}
.chanspli .tipsp3{
	font-size: 1rem;
	line-height: 2.6rem;
	height: 2.6rem;
	overflow: hidden;
	font-weight: bold;
	color: #000;
}
.chanspli .chanSlide a{
	display: block;
	width: 5.4rem;
	height: 2rem;
	border: 0;
	background: #ffffff;
	border: 1px solid #0F0B00;
	color: #0F0B00;
	font-weight: 600;
	font-size: 1rem;
	line-height:2rem;
	margin: 0 auto;
	cursor: pointer;
}
.chanspli .chanSlide a:hover{
	background: #000;
	color: #fff;
}
.mingxingList {
  display: block;
  overflow: hidden;
}

.mingxingList ul li {
  margin: 1rem 0;
  border-top: 1px solid #f3f3f3;
}

.mingxingList ul li:first-child {
  margin-top: 0;
  border-top: none;
}

.imgBanner {
  display: block;
  min-height: 6rem;
  padding-top: 1.4rem;
}

.imgBanner img {
  width: 100%;
  display: block;
}

.imgTag {
  border-bottom: 1px solid #f3f3f3;
  display: block;
  padding: 1rem 0;
}

.imgTag p {
  font-size: 0.8rem;
  color: #807a77;
  line-height: 1rem;
  text-align: center;
  display: block;
}

.imgTagItem {
  height: 2rem;
  display: flex;
}

.chat {
  flex: 1;
  background: url(../images/chat.png) no-repeat center center;
  background-size: 1rem;
}

.tagItem {
  flex: 2;
  margin: 0 0.5rem;
  display: block;
  text-align: center;
  line-height: 2rem;
  color: #444;
  font-weight: 100;
  box-shadow: 0px 3px 6px 1px #eeeeee;
  font-size: 0.8rem;
}

.mingxingTitle {
  overflow: hidden;
  padding: 1rem 0 0;
  text-align: center;
  display: block;
}

.mingxingTitle h2 {
  font-size: 1.12rem;
  color: #0f0b00;
  margin-bottom: 0.8rem;
}

.mingxingTitle p {
  display: block;
  line-height: 1.6rem;
  font-size: 0.92;
}

.mingxingTitle strong {
  display: block;
  line-height: 1.6rem;
  margin-bottom: 0.8rem;
  font-size: 0.92;
}

/* shouye */
.gotoTop {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  width: 3rem;
  height: 3rem;
  display: block;
  background: url(https://chandowebprd.chandogroup.com/fz/top.png) no-repeat center center #fff;
  background-size: 100%;
  z-index: 97;
  border-radius: 100%;
}

.IndexBanner {
  display: block;
  overflow: hidden;
  padding-bottom: 2rem;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  display: block;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-container .swiper-button-prev {
  width: 2rem;
  height: 2rem;
  display: block;
  background: url(../images/leftbtn.png) no-repeat center center rgba(0, 0, 0, 0.2);
  color: #fff;
  background-size: 70%;
}

.swiper-container .swiper-button-next {
  width: 2rem;
  height: 2rem;
  display: block;
  background: url(../images/rightbtn.png) no-repeat center center rgba(0, 0, 0, 0.2);
  background-size: 70%;
  color: #fff;
}

.swiper-pagination-customs {
  width: 1.2rem;
  height: 0.2rem;
  background-color: #dedede;
  margin: 0 0.2rem;
  display: inline-block;
}

.swiper-pagination-customs-active {
  background-color: #333;
  width: 2rem;
}

.shidadanpin {
  display: block;
  padding: 1rem 0;
  text-align: center;
}
.shidadanpin h3{
	font-size: 2rem;
	line-height: 2.6rem;
	display: block;
	color: #282828;
	font-weight: 600;
}
.shidadanpin p{
	font-size: 1rem;
	line-height: 1.6rem;
	display: block;
}

.indexDan ul li {
  border-top: none;
}

.gobangdan {
  display: block;
  width: 100%;
  height: 3.4rem;
  color: #0f0b00;
  font-size: 1rem;
  margin: 1rem auto;
  text-align: center;
  background: rgb(200, 200, 200, 0.1);
}

.gobangdan a {
  color: #0f0b00;
}

.gobangdan span {
  display: inline-block;
  background: url(../images/righticons.png) no-repeat center bottom;
  background-size: 2rem;
  padding-bottom: 1.4rem;
  padding-top: 0.6rem;
}

.indexTitle {
  display: block;
  padding: 3rem 0;
  line-height: 2rem;
  font-size: 1.6rem;
  color: #0f0b00;
  text-align: center;
  font-weight: 300;
}

.goodShop {
  width: 100%;
  display: block;
  background: url(../images/indexProductbg.jpg) no-repeat center 0;
  background-size: 100% auto;
  height: 20rem;
}

.goodsItem {
  padding: 1rem;
  display: block;
  overflow: hidden;
}

.goodsItem ol {
  float: left;
  width: 48%;
}

.goodsItem img {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}

.goodsItem ol.rightdiv {
  float: right;
}

.zhongcao {
  box-shadow: 0 0 1rem #ddd;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
  margin: 3.5rem 0;
}

.zhongcao img {
  width: 100%;
  display: block;
}

.zhongcao p {
  height: 3rem;
  line-height: 3rem;
  display: block;
  padding: 0 1rem;
  font-size: 1rem;
  background: url(../images/righticons.png) no-repeat 95% center;
  background-size: 2rem;
}

.indexVideo {
  display: block;
  overflow: hidden;
  min-height: 6rem;
  position: relative;
}

.indexVideo img {
  width: 100%;
  display: block;
}

.videobg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/bofan.png) no-repeat center center rgba(0, 0, 0, 0.3);
  background-size: 3rem;
  overflow: hidden;
  z-index: 8;
}

.sixBox {
  margin: 0.5rem -0.2rem 3rem;
  display: block;
  overflow: hidden;
}

.sixBox ul li {
  float: left;
  width: 33.33%;
  display: block;
  overflow: hidden;
}

.sixBox ul li .sixitem {
  margin: 0.2rem;
  display: block;
}

.sixBox ul li .sixitem img {
  width: 100%;
  display: block;
}

.abouts {
  background-color: #C1EAFF;
  padding: 1rem;
  overflow: hidden;
}

.abouts h2 {
  font-size: 1.6rem;
  display: block;
  line-height: 4rem;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-weight: 300;
}

.fourTag {
  border-bottom: 1px solid rgba(0, 0, 0, 0.9);
  margin: 1rem 0;
  overflow: hidden;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-around;
}

.fourTag ol {
  float: left;
  width: 25%;
  text-align: center;
}

.fourTag ol p {
  line-height: 2rem;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.9);
}

.indexicon01 {
  width: 3rem;
  height: 3rem;
  background: url(../images/four01.png) no-repeat center center;
  background-size: 100%;
  display: block;
  margin: 0 auto 0.4rem;
}

.indexicon02 {
  width: 3rem;
  height: 3rem;
  background: url(../images/four02.png) no-repeat center center;
  background-size: 100%;
  display: block;
  margin: 0 auto 0.4rem;
}

.indexicon03 {
  width: 3rem;
  height: 3rem;
  background: url(../images/four03.png) no-repeat center center;
  background-size: 100%;
  display: block;
  margin: 0 auto 0.4rem;
}

.indexicon04 {
  width: 3rem;
  height: 3rem;
  background: url(../images/four04.png) no-repeat center center;
  background-size: 100%;
  display: block;
  margin: 0 auto 0.4rem;
}

.threeNav {
  display: block;
  overflow: hidden;
  padding: 1rem;
}

.threeNav ul li {
  float: left;
  width: 40%;
  display: block;
  text-align: left;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 1rem;
}

.threeNav ul li a {
  color: rgba(0, 0, 0, 0.9);
}

.threeNav ul li strong {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.threeNav ul li p {
  display: block;
  line-height: 2rem;
  font-size: 0.8rem;
}
.qiweiicon{
	background: url("../images/qiweiicon.png") no-repeat 0 center;
	background-size: 1.4rem;
	padding-left: 1.6rem;
	display: block;
	height: 2rem;
}

.footer {
  display: block;
  text-align: center;
  background: url(../images/bottombg.png) no-repeat center bottom #C1EAFF;
  background-size: 100% auto;
  padding-bottom: 5rem;
  padding-top: 1rem;
}

.bottomlogo {
  width: 10rem;
  height: 4rem;
  display: block;
  margin: 1rem auto;
  overflow: hidden;
}

.bottomlogo a {
  font-size: 0;
  width: 10rem;
  height: 4rem;
  display: block;
  overflow: hidden;
  text-indent: -1000px;
}

.footer p {
  line-height: 1.6rem;
  font-size: 0.8rem;
  color: #0f0b00;
  display: block;
}

.footer p img {
  width: 1.4rem;
  display: inline-block;
}

.footer p.share {
  display: block;
  overflow: hidden;
  height: 2rem;
  width: 18rem;
  margin: 0 auto 0.5rem;
  line-height: 2rem;
  font-weight: bold;
}

.footer p.share bdo {
  float: left;
  padding-left: 1rem;
}

.weixin {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background: url(../images/weixinIndex.png) no-repeat center center;
  background-size: 2rem;
}

.weibo {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background: url(../images/weiboIndex.png) no-repeat center center;
  background-size: 2rem;
}
.douyinicon {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background: url(../images/douyin.png) no-repeat center center;
  background-size: 1.4rem;
}
.xiaohongshu {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background: url(../images/xiaohongshu.png) no-repeat center center;
  background-size: 2rem;
}

.indexLayer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18rem;
  height: 25rem;
  background-image: url(../images/layerbg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fff;
  display: block;
  margin-left: -9rem;
  margin-top: -13rem;
  border-radius: 0.8rem;
}

.pointImg img {
  width: 30%;
  margin: 1rem auto;
  display: block;
}

.indexTips {
  font-size: 0.8rem;
  color: #0f0b00;
  padding: 0 2rem;
  text-align: center;
}

.bodyTips {
  font-size: 1.4rem;
  color: #0f0b00;
  padding: 0 2rem;
  text-align: center;
  font-weight: bold;
}

.indexTipsTitle {
  line-height: 2rem;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  color: #0f0b00;
  font-weight: bold;
  margin: 3rem 4rem 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f3f3f3;
}

.jifenTipsTitle {
  margin: 1rem 2rem;
}

.bodyTipsSmall {
  font-size: 1rem;
}

.navList {
  position: fixed;
  left: -80%;
  width: 80%;
  height: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  min-height: 560px;
 background-color: #C1EAFF;
  z-index: 99;
}

.rightMask {
  position: fixed;
  right: -88%;
  width: 88%;
  height: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  min-height: 560px;
  background-color: #fff;
  box-shadow: -5px 0 10px #ddd;
}

.rightMaskCon {
  padding: 5rem 1.5rem;
  display: block;
  overflow: hidden;
}

.delMask {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  float: right;
  overflow: hidden;
  cursor: pointer;
  background: url(../images/cha.png) no-repeat center center;
  background-size: 100%;
}

.shuaiDiv {
  clear: both;
  display: block;
  overflow: hidden;
}

.shuaiDiv ol {
  border-bottom: 1px solid #f3f3f3;
  display: block;
}

.shuaiDiv ol h2 {
  font-size: 1.1rem;
  display: block;
  font-weight: normal;
  padding: 0.6rem 0;
  background: url(../images/jiantouDown.png) no-repeat right center;
  background-size: 1rem;
}

.shuaiDiv ol.curbtns h2 {
  background: url(../images/jiantouUp.png) no-repeat right center;
  background-size: 1rem;
}

.shuaiDiv p {
  display: none;
  border-top: 1px solid #f3f3f3;
  padding-top: 0.5rem;
  overflow: hidden;
  padding-bottom: 1rem;
}

.shuaiDiv ol.curbtns p {
  display: block;
}

.shuaiDiv p span {
  float: left;
  display: block;
  width: 25%;
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 0.8rem;
  overflow: hidden;
  color: #666;
}

.shuaiDiv p span em {
  float: left;
  width: 1rem;
  height: 1rem;
  border: 1px solid #666;
  display: inline-block;
  margin-top: 0.6rem;
  margin-right: 0.2rem;
}

.shuaiDiv p span.cur {
  color: #000;
  font-weight: bold;
}

.shuaiDiv p span.cur em {
  background: url(../images/goublack.png) no-repeat center center;
  background-size: 0.8rem;
  border-color: #000;
}

.maskBtns {
  display: block;
}

.topNav {
  margin-top: 3.7rem;
  display: block;
}

.navline {
  height: 1px;
  background-color: #f3f3f3;
  display: block;
  margin: 0 2rem;
}

.navBar {
  padding: 2rem;
  display: block;
  overflow: hidden;
}

.shareBox {
  margin: 0 2rem;
  display: block;
  overflow: hidden;
}

.shareBox span {
  margin-right: 1rem;
}


.maskBtns {
  width: 100%;
  display: block;
  clear: both;
  overflow: hidden;
  padding-top: 5rem;
}

.maskBtns ol {
  float: left;
  width: 40%;
  display: block;
  padding: 0 5%;
}

.chongzhiBtn {
  border: 1px solid#0f0b00;
  display: block;
  font-size: 1rem;
  height: 2.2rem;
  line-height: 2.2rem;
  color: #0f0b00;
  text-align: center;
}

.chakanBtn {
  border: 1px solid#0f0b00;
  display: block;
  background-color: #0f0b00;
  font-size: 1rem;
  height: 2.2rem;
  line-height: 2.2rem;
  color: #fff;
  text-align: center;
}

.navBar ul li {
  line-height: 2.6rem;
  height: 2.6rem;
  display: block;
  background: url(../images/jiantou.png) no-repeat right 0.64rem;
  background-size: 1rem;
  font-weight: bold;
  font-size: 1rem;
}

.navBar ul li a {
  display: block;
}

.navBar p {
  line-height: 2rem;
  display: block;
  font-weight: normal;
  font-size: 0.8rem;
  padding-left: 0.8rem;
}

.navBar ul li.zhankai {
  height: auto;
  display: block;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0.4rem;
  margin-bottom: 0.2rem;
  background: url(../images/jiantouDown.png) no-repeat right 0.64rem;
  background-size: 1rem;
}
.navBar ul li.zhankai p{
	font-weight: 600;
}
@media(prefers-color-scheme: dark) {

 .navBar ul li span{
	 color: #000;
	 color-scheme:dark;
 }
}

.submenus {
  display: none;
  overflow: hidden;
}

.navBar ul li.zhankai .submenus {
  display: block;
}
.submenus .submore{
	font-size: 0.8rem;
	line-height: 1.4rem;
	display: inline-block;
	font-weight: 600;
	padding: 0 1.4rem 0 0.4rem;
	background: url("../images/jiantou.png") no-repeat 98% center;
	background-size: 0.8rem;
	margin-left: 0.4rem;
}
.bgbg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/bgbg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

.erweimaBox {
  position: absolute;
  left: 20%;
  width: 60%;
  top: 30%;
  display: block;
}

.erweimaBox p {
  text-align: center;
  display: block;
  line-height: 2rem;
  color: #0f0b00;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.erweimaBox img {
  border: 1px solid #f3f3f3;
  width: 60%;
  margin: 0 auto;
  display: block;
}

.tryTab {
  display: block;
  overflow: hidden;
}

.tryTab ol {
  float: left;
  width: 19.2%;
  position: relative;
  height: 4.4rem;
}

.tryTab ol span {
  display: none;
  margin: 0 0.1rem;
}

.tryTab ol bdo {
  display: block;
  margin: 0 0.1rem;
}

.tryTab ol img {
  width: 100%;
  display: block;
}

.tryTab ol.curtab {
  width: 42.4%;
}

.tryTab ol.curtab span {
  display: block;
}

.tryTab ol.curtab bdo {
  display: none;
}

.tryTab ol bdo em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-style: normal;
  vertical-align: middle;
  line-height: 4.4rem;
  font-size: 1rem;
  color: #fff;
}

.tryIndex {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 22rem;
}

.tryIndex ol {
  display: none;
}

.tryIndex img {
  width: 100%;
  display: block;
}

.tryBtn {
  position: absolute;
  left: 10%;
  width: 80%;
  bottom: 1rem;
  display: block;
  z-index: 99;
  margin: 0 auto;
}

.tryBtn p {
  font-size: 12px;
  text-align: center;
  color: #333;
}

.subjiang {
  height: 3rem;
  display: block;
  text-align: center;
}

.myjilu {
  display: block;
  text-align: center;
  font-size: 1rem;
  text-decoration: underline;
  padding-top: 5rem;
}

.subjiang span {
  background: url(../images/lipin.jpg) no-repeat 0 center;
  background-size: 1.2rem;
  display: inline-block;
  line-height: 3rem;
  font-size: 1rem;
  padding-left: 1.4rem;
}

.tryBtns {
  border: 1px solid#0f0b00;
  width: 9rem;
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: 1.2rem;
  color: #0f0b00;
  display: block;
  text-align: center;
  font-size: 1rem;
  margin: 0 auto 0.6rem;
}

.jiangMask {
  position: absolute;
  top: 7rem;
  left: 5%;
  width: 90%;
  background-color: #fff;
  z-index: 99;
  display: block;
}

.jiangMask h2 {
  text-align: center;
  font-size: 1.2rem;
  color: #000;
  display: block;
  padding-top: 1rem;
}

.jiangMask p {
  line-height: 2rem;
  color: #999;
  text-align: center;
  display: block;
}

.tabCon {
  border-bottom: 1px solid #eee;
  display: flex;
  overflow: hidden;
  margin: 0 0.2rem;
  padding-bottom: 0.5rem;
}

.tabCon ol {
  flex: 1;
  height: 2rem;
  text-align: center;
  font-size: 12px;
  line-height: 2rem;
  overflow: hidden;
}

.tabCon ol.curol {
  border: 1px solid #000;
  display: inline-block;
}

.mingdan {
  padding: 1rem;
}

.mingdan h3 {
  text-align: center;
  font-size: 1rem;
  padding-bottom: 0.4rem;
}

.mingdan p {
  display: block;
  font-size: 12px;
  line-height: 1.4rem;
  margin-bottom: 0.8rem;
}

.minglist {
  width: 100%;
  height: 20rem;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.minglist ol {
  display: none;
}

.minglist span {
  float: left;
  display: block;
  font-size: 12px;
  width: 50%;
  text-align: left;
  color: #4c4c4c;
}

.xieyiBox {
  padding: 1rem 1rem 4rem;
  display: block;
}

.xieyiBox ol {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f3f3f3;
}

.xieyiBox p {
  font-size: 1rem;
  line-height: 2rem;
  font-size: 0.8rem;
}

.xieyiBox p strong {
  display: block;
  line-height: 2rem;
  color: #000;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.xieyiBtn {
  position: fixed;
  background-color: #fff;
  left: 3%;
  bottom: 0;
  width: 94%;
  display: block;
  height: 2rem;
  padding: 0.5rem 0;
  z-index: 99;
}

.xieyiBtn ol {
  float: right;
  width: 50%;
  display: block;
  font-size: 1rem;
  text-align: center;
}

.xieyiBtn ol span {
  margin: 0 0.5rem;
  display: block;
  border: 1px solid#0f0b00;
  color: #fff;
  background-color: #0f0b00;
  line-height: 2rem;
}

.xieyiBtn ol span.kong {
  color: #0f0b00;
  background-color: #fff;
  line-height: 2rem;
}

.tryOrder {
  padding: 1rem 0;
  overflow: hidden;
  background-color: #fff;
}

.tryOrder ol {
  padding-bottom: 1rem;
  display: block;
}

.tryOrder h2 {
  line-height: 3rem;
  font-size: 1rem;
  font-weight: bold;
  display: block;
}

.tryOrderBox {
  border: 1px solid #f3f3f3;
  margin-bottom: 1rem;
}

.tryChanpin {
  border-bottom: 1px solid #f3f3f3;
  overflow: hidden;
  padding: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.chanpinImg {
  float: left;
  width: 30%;
  padding-bottom: 30%;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  position: relative;
}

.chanpinImg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
}

.bookNum {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  line-height: 2rem;
  font-size: 0.8rem;
  text-align: center;
}

.chanpinInfo {
  float: right;
  width: 66%;
}

.chanpinInfo p {
  line-height: 1.6rem;
  height: 3.2rem;
  overflow: hidden;
  font-size: 0.8rem;
  color: #333;
  display: block;
}

.chanpinInfo p strong {
  background-color: #e70000;
  padding: 0 0.2rem;
  font-size: 0.8rem;
  color: #fff;
  font-weight: normal;
  margin-right: 0.2rem;
}

.chanpinInfo span {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1rem;
  color: #000;
}

.chanpinInfo span em {
  font-size: 1.4rem;
  font-family: helvetica;
  color: #e70000;
  font-style: normal;
}

.chanpinInfo p.times {
  font-size: 0.8rem;
  color: #999;
  height: 1.6rem;
  display: block;
}

.chanpinInfo p.times bdo {
  float: right;
}

.booksBtn {
  position: static;
  background-color: #fff;
  clear: both;
  width: 75%;
  margin-left: 25%;
  display: block;
  height: 3rem;
  padding: 0.5rem 0;
}

.chakan {
  display: block;
  line-height: 3rem;
  padding-top: 2rem;
  font-size: 0.8rem;
  color: #0f0b00;
  text-align: center;
}

.chakan span {
  padding: 0 0.2rem;
  text-decoration: underline;
}

.orderNum {
  display: block;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  font-size: 0.8rem;
  color: #000;
  border-bottom: 1px solid #f3f3f3;
}

.moreDataPage {
  width: 100%;
  line-height: 3rem;
  display: none;
  font-size: 12px;
  text-align: center;
  color: #999;
  padding-top: 1rem;
  height: 3rem;
  clear: both;
  overflow: hidden;
}

.moreDataPage span {
  width: 100%;
  display: block;
  line-height: 3rem;
  padding-top: 1rem;
  height: 3rem;
  background: url(../images/imgloading.gif) no-repeat center 0;
}

.shouquan {
  width: 60%;
  padding: 5rem;
  display: block;
  margin: 0 auto;
}

.orderNum span {
  float: right;
  font-weight: bold;
}

.chaZhuangui h2 {
  display: block;
  line-height: 2rem;
  font-weight: normal;
  color: #999;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}

.zuobiaoList {
  display: block;
  margin-top: 2rem;
  overflow: hidden;
  border-top: 1px solid #f3f3f3;
}

.zuobiaoList ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #f3f3f3;
  font-size: 1rem;
  background: url(../images/zuobiao.png) no-repeat right 1.2rem;
  background-size: 1.6rem;
}

.zuobiaoList ul li strong {
  background: url(../images/address.png) no-repeat 0 center;
  padding-left: 1.2rem;
  display: block;
  margin-bottom: 0.4rem;
  background-size: 1rem;
}

.zuobiaoList ul li p {
  line-height: 1.4rem;
  font-size: 0.8rem;
  padding-left: 1.2rem;
}

.fangwei {
  display: block;
  overflow: hidden;
  min-height: 10rem;
  margin-bottom: 1rem;
}

.fangwei strong {
  display: block;
  line-height: 3rem;
  font-size: 1.12rem;
}

.fangwei p {
  line-height: 1.6rem;
  font-size: 0.92rem;
  color: #333;
  margin-bottom: 1rem;
}

.fangwei img {
  width: 99%;
  display: block;
  border: 1px solid #ddd;
}

.fangweiResult {
  border: 1px solid #f3f3f3;
  padding: 1rem;
  overflow: hidden;
}

.fangweiResult p {
  line-height: 3rem;
  text-align: center;
}

.fangweiResult h6 {
  font-size: 1rem;
  display: block;
  color: #000;
}

.fangweiResult .quanquan {
  border: 1px solid #000;
  display: block;
  width: 8rem;
  height: 8rem;
  padding: 0.5rem;
  border-radius: 100%;
  margin: 1rem auto;
}

.fangweiResult .quanNum {
  width: 8rem;
  height: 8rem;
  background-color: #000;
  border-radius: 100%;
  line-height: 8rem;
  font-weight: bold;
  font-family: helvetica;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
}

.testCon {
  padding: 1rem;
  display: block;
  text-align: center;
}

.testCon h2 {
  font-size: 1.4rem;
  padding-bottom: 0.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #f3f3f3;
}

.testCon p {
  line-height: 2rem;
  font-size: 1rem;
  padding-top: 0.6rem;
}

#timuAll ol {
  display: none;
}

.timuBox {
  padding: 1rem;
  display: block;
  overflow: hidden;
}

.timuBox h2 {
  line-height: 2.4rem;
  font-size: 1.04rem;
  font-weight: bold;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 1rem;
}

.timuBox ul li {
  line-height: 1.8rem;
  height: 1.8rem;
  margin: 1rem 0.5rem;
  cursor: pointer;
  overflow: hidden;
  display: block;
  font-size: 1rem;
  padding: 0 0.5rem;
}

.timuBox ul li.cur {
  font-weight: bold;
  background: url(../images/goublack.png) no-repeat 98% center;
  background-size: 1rem;
  border: 1px solid#0f0b00;
}

.timuBtn {
  height: 2.8rem;
  padding: 1rem 0 2rem;
}

.timuBtn ol {
  float: left;
}

.timuBtn ol span.kong {
  line-height: 2.8rem;
}

.resultCon {
  padding: 1rem;
  display: block;
  overflow: hidden;
}

.resultCon p {
  display: block;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 2rem;
  color: #000;
}

.tuijianPro h2 {
  font-size: 1rem;
  line-height: 3rem;
  color: #333;
}

.timuBtn ol span.huibtn {
  border-color: #f3f3f3;
  color: #eee;
}

.detailBanner {
  padding: 1rem 0rem 0;
  display: block;
  overflow: hidden;
  position: relative;
  height: 28rem;
}

.prodetail {
  display: block;
  margin: 0.5rem 0.5rem 0.5rem 1rem;
  border-bottom: 1px solid #f3f3f3;
}

.probanner {
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 100%;
}

.jiaobiao {
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 5rem;
  height: 5rem;
  display: block;
  z-index: 9;
}

.jiaobiao img {
  width: 100%;
  display: block;
}

.imgFeng {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 11;
}

.videoFeng {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 11;
  background-color: #000;
}

.videoFengm {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 11;
  background-color: #000;
}

.videoFm {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 12;
}

.videoBoIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4rem;
  height: 4rem;
  display: block;
  z-index: 95;
  background: url(../images/bofangtu.png) no-repeat center center rgba(0, 0, 0, 0.5);
  background-size: 50%;
  border-radius: 100%;
  margin-left: -2rem;
  margin-top: -2rem;
  text-align: center;
}

.prodetail h1 {
  font-size: 1rem;
  color: #000;
  text-align: center;
  display: block;
  line-height: 2rem;
}

.prodetail p {
  line-height: 2rem;
  display: block;
  text-align: center;
  font-size: 1rem;
}

.prodetail p.price {
  display: block;
  font-size: 1rem;
}

.zhutu {
  width: 100%;
  display: none;
  min-height: 4rem;
}

.zhutu img {
  width: 100%;
  display: block;
}

.guige {
  display: block;
  overflow: hidden;
  padding: 0.5rem 0;
}

.guige .plines {
  line-height: 2rem;
  display: block;
  padding-left: 5rem;
  font-size: 1rem;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 0.1rem;
  overflow: hidden;
}

.guige .plines strong {
  display: inline-block;
  line-height: 2rem;
  margin-left: -5rem;
  width: 5rem;
  font-weight: normal;
  color: #787878;
  float: left;
}

.guige .plines span {
  float: left;
  display: block;
}

.guige .plines bdo {
  margin-right: 0.5rem;
  display: inline-block;
  font-size: 0.8rem;
  height: 1.6rem;
  line-height: 1.6rem;
  overflow: hidden;
  margin-bottom: 0.4rem;
  padding: 3px;
  border: 1px solid #ddd;
}

.guige .plines bdo:nth-child(2n){
	margin-right: 0;
}

.guige .plines em {
  padding: 0 0.6rem;
  display: inline-block;
  line-height: 1.8rem;
  font-size: 1rem;
  color: #000;
  text-align: center;
  overflow: hidden;
  font-style: normal;
}

.guige .plines img {
  float: left;
  width: 2.6rem;
  height: 1.6rem;
  border: none;
  display: inline-block;
}

.guige .plines i {
  font-style: normal;
  padding: 0 0.3rem;
}

.guige .plines bdo.cur {
  border-color: #000;
  color: #000;
  font-weight: bold;
  position: relative;
  z-index: 0;
}

.guige .spanline {
  display: inline-block;
  width: 7rem;
  height: 2.2rem;
}

.guige .spanline em {
  float: left;
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  text-align: center;
  line-height: 1.6rem;
  border: 1px solid #999;
  font-size: 1rem;
  color: #000;
  padding: 0;
  font-style: normal;
  font-weight: bold;
}

.guige .spanline .duanInputs {
  float: left;
  width: 3rem;
  height: 1.6rem;
  border: 1px solid #999;
  border-left: none;
  border-right: none;
  -webkit-appearance: none;
  line-height: 1rem;
  font-size: 1rem;
  text-align: center;
  display: inline-block;
  background: none;
  font-weight: bold;
  border-radius: 0;
  outline: none;
}


.productImg {
  padding: 1rem 0;
  display: block;
  overflow: hidden;
  min-height: 10rem;
}
.detailVideoBox{
	display: block;
	margin:0 auto;
	width: 100%;
	position: relative;
}
.productImg img, .detailVideoBox img{
  width: 100%;
  display: block;
}
.detailVideoFixed{
	position: absolute;
	left: 0%;
	top: 3.6rem;
	width: 100%;
	display: block;
	height: auto;
}

.productInfo-use {
  margin: 0 1rem;
  padding: 1rem 0;
  display: block;
  border-bottom: 1px solid #f3f3f3;
}

.productInfo-use h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #0F0B00;
}

.productInfo-use-method {
  font-size: 0.9rem;
}

.pingInput {
  border: 1px solid #f3f3f3;
  height: 8rem;
  line-height: 2rem;
  font-size: 1rem;
  display: block;
  width: 99.2%;
  margin: 1rem auto;
  text-indent: 10px;
}

.yipingjia {
  display: block;
  text-align: right;
  border: 1px solid #f3f3f3;
  height: 2.6rem;
  margin-bottom: 1rem;
}

.yipingjia span {
  text-align: right;
  font-size: 0.8rem;
  color: #999;
  display: inline-block;
  padding: 0 1rem;
  line-height: 2.6rem;
}

.toolBar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  height: 4rem;
  display: flex;
  z-index: 9999;
  font-size: 1.2rem;
  font-weight: bold;
}

.cangIcon {
  flex: 1;
  background: url(../images/shoucang.png) no-repeat center center;
  background-size: 1.6rem;
}

.cangIconzhong {
  background: url(../images/shoucangzhong.png) no-repeat center center;
  background-size: 1.6rem;
}

.shareIcon {
  flex: 1;
  background: url(../images/share.png) no-repeat center center;
  background-size: 1.6rem;
}

.kefuIcon {
  flex: 1;
  background: url(../images/kefu.png) no-repeat center center;
  background-size: 1.6rem;
}

.kefuIcon a {
  font-size: 0;
  height: 4rem;
  display: block;
  overflow: hidden;
  text-indent: -1000rem;
}

.addCar {
  flex: 2;
  border: 1px solid#0f0b00;
  height: 2.8rem;
  font-size: 1rem;
  color: #0f0b00;
  text-align: center;
  margin: 0.5rem;
  line-height: 2.8rem;
}

.buyCar {
  flex: 2;
  border: 1px solid#0f0b00;
  height: 2.8rem;
  line-height: 2.8rem;
  font-size: 1rem;
  color: #fff;
  background-color: #0f0b00;
  text-align: center;
  margin: 0.5rem;
}

.buyCarHui {
  background-color: #eee;
  color: #bbb;
  border-color: #eee;
}

.protips {
  display: none;
  padding-left: 5rem;
  padding-bottom: 0.5rem;
  font-size: 12px;
  color: #ff0000;
}

.pingcebox {
  border-top: 1px solid #f3f3f3;
  display: block;
  margin: 1rem;
  padding-top: 2rem;
}

.pingcebox h2 {
  line-height: 2rem;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}

.pingcebox span {
  float: right;
  font-size: 1rem;
  font-weight: normal;
}

.pingcebox h2 em {
  font-style: normal;
}


.pingceItems img {
  width: 100%;
  display: block;
  margin-bottom: 0.5rem;
}

.pingceItems p {
  display: block;
  font-size: 0.8rem;
  height: 2.4rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mystep {
  padding: 1rem;
  display: block;
  min-height: 10rem;
}

.mystep p.pptxt{
	text-align: center;
	font-size: 0.8rem;
	color: #999;
	line-height: 1rem;
	display: block;
}
.mystep h2 {
  line-height: 3rem;
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  position: relative;
  font-weight: bold;
}


.swiper-next {
  background: url(../images/jiantouleft.png) no-repeat center center;
  background-size: 1rem;
  display: block;
}

.swiper-prev {
  background: url(../images/jiantouRight.png) no-repeat center center;
  background-size: 1rem;
  display: block;
}
.mystepBox{
	background-color: #F9F9F9;
	padding-bottom: 2rem;
}

.mystepBox img {
  width: 90%;
  display: block;
  margin: 1rem auto;
}
.mystepBox strong {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.4rem;
  height: 2.4rem;
  display: block;
  padding: 0 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0F0B00;
}
.mystepBox p {
  font-size: .88rem;
  line-height: 2rem;
  display: block;
  margin-bottom: 1rem;
  color: #0F0B00;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}
.mystepBox p.pinfo{
	color: #808080;
	display: block;
	line-height: 2rem;
	margin-bottom: 0;
	font-weight: normal;
}

.mystepBox .buybtns{
	display: block;
	width: 5.4rem;
	height: 2rem;
	border: 0;
	background: #ffffff;
	border: 1px solid #0F0B00;
	color: #0F0B00;
	font-size: 1rem;
	line-height:2rem;
	margin: 0 auto 1rem;
	cursor: pointer;
}
.mystepBox .buybtns:hover{
	background: #000;
	color: #fff;
}

.buycarKong {
  width: 12rem;
  border: 1px solid#0f0b00;
  height: 2.4rem;
  line-height: 2.4rem;
  display: block;
  color: #0f0b00;
  margin: 0 auto 1rem;
}

.buycarBtn {
  width: 12rem;
  border: 1px solid#0f0b00;
  height: 2.4rem;
  line-height: 2.4rem;
  display: block;
  background-color: #0f0b00;
  color: #fff;
  margin: 0 auto;
}

.buycarKong1 {
  width: 12rem;
  /* border: 1px solid#0f0b00; */
  height: 2.4rem;
  line-height: 2.4rem;
  display: block;
  color: #bbbbbb;
  background-color: #eeeeee;
  margin: 0 auto 1rem;
}

.buycarBtn1 {
  width: 12rem;
  /* border: 1px solid#0f0b00; */
  height: 2.4rem;
  line-height: 2.4rem;
  display: block;
  background-color: #eeeeee;
  color: #bbbbbb;
  margin: 0 auto;
}


.pinpaiBox {
  width: 100%;
  display: block;
  position: relative;
  height: 100vh;
}

.pageone {
  padding: 4rem 1rem;
  display: block;
}

.gundongbox{
	height: 20rem;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
}
.pageone h2 {
  font-size: 1.6rem;
  color: #000;
 /* line-height: 3rem; */
  text-align: left;
  border-bottom: 1px solid #d0d8de;
  margin: 0 0.5rem 0.5rem;
  padding-bottom: 0.5rem;
}

.pageone p {
  font-size: 0.92rem;
  display: block;
  line-height: 1.6rem;
  text-align: left;
  padding: 0.5rem;
  color: #55595c;
}

.subjectLeft {
  position: absolute;
  left: 5%;
  top: 2%;
  width: 2rem;
  height: 2rem;
  background: url(../images/lefticons.png) no-repeat center 0;
  background-size: 2rem;
  display: block;
  cursor: pointer;
  z-index: 9999;
  outline: none;
}

.subjectRight {
  position: absolute;
  right: 5%;
  top: 2%;
  width: 2rem;
  height: 2rem;
  background: url(../images/righticons.png) no-repeat center 0;
  background-size: 2rem;
  display: block;
  z-index: 9999;
  cursor: pointer;
  outline: none;
}

.subjectLBtn {
  position: absolute;
  left: 2%;
  top: 40%;
  width: 3rem;
  height: 3rem;
  background: url(../images/leftbtn.png) no-repeat center center rgba(0, 0, 0, 0.2);
  background-size: 3rem;
  margin-top: -1rem;
  display: block;
  cursor: pointer;
  z-index: 9999;
  outline: none;
}

.subjectRBtn {
  position: absolute;
  right: 2%;
  top: 40%;
  width: 3rem;
  height: 3rem;
  background: url(../images/rightbtn.png) no-repeat center center rgba(0, 0, 0, 0.2);
  background-size: 3rem;
  display: block;
  margin-top: -1rem;
  z-index: 9999;
  cursor: pointer;
  outline: none;
}

.pinpaibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/pinpai.jpg) no-repeat center bottom #f1f7fa;
  background-size: 100%;
  z-index: 11;
}

.chankejibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/chankeji.jpg) no-repeat center bottom #fff;
  background-size: 100%;
  z-index: 11;
}

.subpinpai{
	display: block;
	overflow: hidden;
	margin-bottom: 1rem;
}
.subpinpai img{
	width: 100%;
	display: block;
	min-height: 180px;
}
.heilogosize{
	width: 4.4rem;
	height: 4.4rem;
	float: left;
	margin-right: 1rem;
}
.qixialogo{
	width: 100%;
	overflow: hidden;
	text-align: left;
}
.qixialogo strong{
	display: block;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
	color: #282828;
}
.qixialogo ol{
	width: 100%;
	display: block;
	margin-top: 0.5rem;
}
.qixialogo ol img{
	width: 80%;
}
.videoPoster {
  margin: 0.5rem 0.78rem;
  display: block;
  position: relative;
}

.videoPoster img {
  display: block;
  width: 100%;
}

.videoCss {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  object-fit: fill;
  overflow: hidden;
}

.videoName {
  display: block;
  font-size: 1rem;
  text-align: left;
  padding-top: 0.4rem;
  overflow: hidden;
  height: 1.6rem;
}

.videoBox {
  margin-bottom: 1rem;
}

.videoPadd {
  margin-bottom: 0;
}

.videoBox p {
  line-height: 2rem;
  display: block;
  text-align: left;
  font-size: 12px;
  color: #999;
}

.videoBox p span {
  float: right;
}

.videoBox p em {
  font-style: normal;
  color: #000;
}

.videoBox p.jianjie {
  padding: 1rem 0;
  color: #666;
  line-height: 1.6rem;
}

.videoTab {
  display: flex;
  overflow: hidden;
  margin-bottom: 0.5rem;
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}

.videoTab ol {
  flex: 1;
  text-align: center;
  margin: 0.3rem;
  position: relative;
  overflow: hidden;
}

.videoTab .vfuceng {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

.videoTab .imgtabSize {
  width: 100%;
  display: block;
  height: 4rem;
}

.videoTab ol.curtab .vfuceng {
  display: none;
}

.pageTwo {
  margin: 4rem 1rem;
  background: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 2rem 0;
}

.pageTwo ol {
  padding: 2rem;
  display: block;
  text-align: left;
  color: #000;
}

.pageTwo ol h2 {
  font-size: 1.6rem;
  line-height: 3rem;
  border-bottom: 1px solid #c2c6c9;
  display: inline-block;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.pageTwo ol p {
  font-size: 0.92rem;
}

.pageTwo ol.curbg {
  background: rgba(150, 199, 218, 0.5);
  margin-left: -1rem;
  margin-right: 1rem;
  padding: 2rem 0 2rem 3rem;
  color: #fff;
}

.pageTwo ol.curbg h2 {
  border-color: #fff;
}

.pageThree {
  padding: 4rem 1.3rem;
  display: block;
  overflow: hidden;
  text-align: left;
}

.pageThree h2 {
  border-bottom: 1px solid #e4e4e4;
  color: #000;
  line-height: 3rem;
  font-size: 1.6rem;
  display: block;
  text-align: left;
  padding-bottom: 0.5rem;
}

.pageThree p strong {
  font-size: 1.2rem;
  line-height: 3rem;
  display: block;
}

.pageThree p {
  line-height: 1.4rem;
  font-size: 0.92rem;
  padding: 1rem 0;
  color: #191919;
}

.pageFourbg {
  background: none;
  background-color: #ebfaff;
}

.pageFourBox {
  display: block;
  width: 100%;
  height: 80vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
.wapchengV{
	width: 100%;
	height: 13.6rem;
	display: block;
	position: relative;
}
.swiper-slide img.menbanCc{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999;
	cursor: pointer;
}
.wapchengV video{
	width: 100%;
	height: 13.6rem;
	display: block;
}

.pageFourBox img {
  width: 100%;
  display: block;
}

.onebg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pinpai1.jpg) no-repeat center 0 #fbfbfb;
  background-size: 100% auto;
  display: block;
  z-index: 10;
}

.twobg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pinpai2.jpg) no-repeat center 0;
  background-size: 100% auto;
  display: block;
  z-index: 10;
}

.threebg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pinpai3.jpg) no-repeat center 0;
  background-size: 100% auto;
  display: block;
  z-index: 10;
}

.fourbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pinpai4.jpg) no-repeat center 0 #f5f5f7;
  background-size: 100% auto;
  display: block;
  z-index: 10;
}

.fivebg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pinpai5.jpg) no-repeat center 0 #f5f5f7;
  background-size: 100% auto;
  display: block;
  z-index: 10;
}

.sixbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pinpai6.jpg) no-repeat center 0;
  background-size: 100% auto;
  display: block;
  z-index: 10;
}

.zixunList {
  padding: 1rem;
  display: block;
  overflow: hidden;
}

.zixunList ul li {
  border-bottom: 1px solid #e7e7e7;
  padding: 0.6rem 0;
  line-height: 2rem;
  background: url(../images/jiantou.png) no-repeat right 1rem;
  background-size: 1rem;
}

.zixunList ul li strong {
  display: block;
  font-weight: 400;
}

.zixunList ul li img {
  width: 100%;
  display: block;
  margin-bottom: 0.6rem;
  margin-top: 0.6rem;
}

.zixunList ul li p {
  font-size: 0.8rem;
  color: #999;
  line-height: 1.6rem;
  display: block;
  padding: 0.5rem 0;
  max-height: 4.8rem;
  overflow: hidden;
}

.zixunList ul li p strong {
  background: #0f0b00;
  display: inline-block;
  color: #fff;
  margin-right: 0.5rem;
  padding: 0 0.5rem;
}

.showtu {
  display: none;
}

.zixunList ul li.showli .showtu {
  display: block;
}

.zixunDetail {
  display: block;
  overflow: hidden;
}

.zixunDetail img {
  display: block;
  width: 100%;
}

.zixunContent {
  margin: 1rem;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #f3f3f3;
  padding: 1rem 0.5rem;
}

.zixunContent img{
 vertical-align: middle;
 max-width: 100%;
 width: 100%;
 box-sizing: border-box;
}

.zixunContent h2 {
  font-size: 1.4rem;
  text-align: left;
  display: block;
}

#biaoti p {
  font-size: 1rem;
  color: #333;
  line-height: 2rem;
}

#biaoti p.times {
  float: left;
  font-size: 0.9rem;
  color: #999;
}

.zixunContent .shareBox {
  position: relative;
}

.zixunContent .shareIcon {
  float: left;
  width: 2rem;
  height: 2rem;
  flex: 1;
  background: url(../images/share.png) no-repeat center center;
  background-size: 1.2rem;
  margin-left: 1rem;
}

.zixunContent .shareBox .sharedialog {
  position: absolute;
  left: 3rem;
  top: 0;
  background: #ffffff;
  width: 12rem;
}

.zixunContent .shareBox .sharedialog .dialogLeft {
  margin: 0;
  padding: 0;
  line-height: 1.8rem;
}

.caozuoArea {
  width: 12rem;
  display: flex;
  margin: 1rem auto;
  height: 4rem;
  position: relative;
}

.sharedialog {
  display: none;
  position: absolute;
  left: 11rem;
  bottom: 0;
  width: 10rem;
}

.fixeddialog {
  display: none;
  position: fixed;
  left: 0;
  bottom: 4rem;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 99999;
  color: #666;
}

.share span {
  float: left;
  font-size: 12px;
  padding-left: 1rem;
}

.huiyuanBox {
  padding: 1rem 2rem;
  display: block;
  overflow: hidden;
}

.huiyuanBox ol {
  padding: 1.5rem 0;
  display: block;
  border-bottom: 1px solid #f3f3f3;
}

.huiyuanBox ol h2 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.huiyuanBox ol p {
  font-size: 0.9rem;
  line-height: 1.9rem;
}

.huiyuanBox p.tips {
  font-size: 1rem;
  padding-top: 2rem;
  color: #000;
}

.dis {
  display: block;
}

.undis {
  display: none;
}

.layerCeng {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 90;
  background: rgba(0, 0, 0, 0.5);
}

.layerBai {
  position: absolute;
  top: 30%;
  left: 10%;
  width: 80%;
  background-color: #fff;
  display: block;
  z-index: 99;
}

.layerBaiCon {
  padding: 1rem;
  display: block;
  overflow: hidden;
}

.layerBai h2 {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0.6rem;
}

.layerBai p {
  line-height: 1.6rem;
  color: #000;
  font-size: 0.8rem;
  display: block;
  margin-bottom: 1rem;
}

.queBtn {
  width: 6rem;
  height: 2.4rem;
  background: #000;
  display: block;
  float: right;
  color: #fff;
  line-height: 2.4rem;
  text-align: center;
}

/*order*/
.myorder {
  border-bottom: 1px solid #eee;
  background-color: #fff;
  padding: 1rem;
  display: block;
  line-height: 2rem;
  color: #000;
  font-size: 1.1rem;
  font-weight: bold;
}

.myorderMenu {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0.8rem 0;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.myorderMenu ol {
  float: left;
  width: 20%;
  text-align: center;
}

.myorderMenu ol strong {
  font-size: 0.9rem;
  display: inline-block;
  margin: 0 auto;
  line-height: 1.6rem;
}

.myorderMenu ol.curOrder strong {
  border-bottom: 2px solid #000;
}

.myorderMenu ol span {
  width: 2rem;
  height: 2rem;
  display: block;
  margin: 0.2rem auto 0.1rem;
  position: relative;
}

.reddian {
  position: absolute;
  right: -0.4rem;
  top: -0.2rem;
  width: 1rem;
  height: 1rem;
  background-color: #0f0b00;
  font-style: normal;
  border-radius: 100%;
  color: #fff;
  line-height: 1rem;
  font-size: 0.6rem;
  display: block;
  z-index: 88;
}

.myorderMenu ol span.icon01 {
  background: url(../images/daifukuan.png) no-repeat center 75%;
  background-size: 100%;
}

.myorderMenu ol span.icon02 {
  background: url(../images/daifukuan02.png) no-repeat center center;
  background-size: 100%;
}

.myorderMenu ol span.icon03 {
  background: url(../images/daifukuan03.png) no-repeat center center;
  background-size: 100%;
}

.myorderMenu ol span.icon04 {
  background: url(../images/daifukuan04.png) no-repeat center center;
  background-size: 100%;
}

.myorderMenu ol span.icon05 {
  background: url(../images/daifukuan05.png) no-repeat center center;
  background-size: 100%;
}


.myorderbg {
  background-color: #f3f4f4;
}

.orderList {
  padding: 0;
  border: none;
  min-height: 12rem;
  margin-top: 0.5rem;
  background: none;
}

.orderList ol {
  margin-bottom: 1rem;
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding-bottom: 1rem;
}

.orderList .tryChanpin {
  margin-bottom: 0;
}

.orderList .tryOrderBox {
  border: none;
  margin-bottom: 0;
}

.orderList .chanpinInfo p.orderTT {
  font-size: 1rem;
  color: #000;
}

.orderBtnbox {
  padding-bottom: 2rem;
}

.orderBtnbox ol {
  margin: 0;
  border: none;
  background: none;
  width: 33.33%;
}

.orderBtnbox p {
  display: block;
  padding-top: 1rem;
  text-align: right;
  font-size: 0.8rem;
  color: #5b5b5b;
  padding-right: 0.6rem;
  line-height: 1.2rem;
  margin-bottom: 0.8rem;
}

.orderBtnbox p em {
  font-size: 0.8rem;
  font-style: normal;
  color: #000;
  padding: 0 2px;
}

.orderBtnbox p strong {
  font-size: 1rem;
  color: #000;
  padding-left: 0.2rem;
}

.orderList ol.detailOrder {
  padding-bottom: 0;
  border-color: #f3f3f3;
  border-bottom: none;
  position: relative;
}

.tuihuobtn {
  float: right;
  border: 1px solid #000;
  padding: 0 1rem;
  font-size: 0.8rem;
}

.detailBoxs {
  border: 1px solid #f3f3f3;
  background-color: #fff;
  padding: 1rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.detailBoxs p {
  line-height: 2rem;
  display: block;
  font-size: 0.8rem;
  color: #000;
  padding-left: 5rem;
}

.detailBoxs p span {
  width: 5rem;
  color: #787878;
  display: inline-block;
  margin-left: -5rem;
}

.wuliuList {
  display: block;
  border-top: 1px solid #f3f3f3;
  margin-top: 1rem;
  padding-top: 2rem;
}

.wuliuList ol {
  font-size: 0.8rem;
  color: #000;
  text-align: left;
  display: block;
  border-left: 1px solid #f3f3f3;
  padding-bottom: 2rem;
  padding-left: 1rem;
  position: relative;
  margin-left: 0.5rem;
}

.wuliuList ol:before {
  content: '';
  position: absolute;
  left: -5px;
  top: 5px;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
  background-color: #eee;
}

.wuliuList ol p {
  color: #999;
  text-align: left;
  padding: 0;
}

.kuaidiFrom {
  display: block;
  overflow: hidden;
  padding-bottom: 0.2rem;
  margin-bottom: 5rem;
}

.kuaidiFrom h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  line-height: 3rem;
}

.kuaidiFrom ul {
  border: 1px solid #f3f3f3;
  overflow: hidden;
  display: block;
  border-bottom: none;
}

.kuaidiFrom ul li {
  border-bottom: 1px solid #f3f3f3;
  padding-left: 1rem;
  line-height: 3rem;
  height: 3rem;
  overflow: hidden;
}

.kuaidiFrom ul li span {
  float: right;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.8rem;
  border: 1px solid#0f0b00;
  border-radius: 100%;
  margin-right: 1rem;
}

.kuaidiFrom ul li em {
  float: right;
  font-size: 0.8rem;
  color: #999;
  font-style: normal;
  margin-right: 0.5rem;
  padding-right: 1rem;
  background: url(../images/jiantou.png) no-repeat right center;
  background-size: 1rem;
}

.kuaidiFrom ul li bdo.icon01 {
  background: url(../images/tuihuo.jpg) no-repeat 0 center;
  background-size: 1.2rem;
  padding-left: 1.5rem;
  display: block;
}

.kuaidiFrom ul li bdo.icon02 {
  background: url(../images/tuikuan.jpg) no-repeat 0 center;
  background-size: 1.2rem;
  padding-left: 1.5rem;
  display: block;
}

.dropdown-select {
  border: 1px solid #dadada;
  height: 2.8rem;
  display: block;
  line-height: 2.8rem;
  font-size: 1rem;
  width: 99.2%;
  text-align: center;
  color: #333;
  background: url(../images/jiantouDown.png) no-repeat 97% center;
  background-size: 1rem;
  -webkit-appearance: none;
  text-indent: 1rem;
  box-shadow: inset 0 2px 5px #eee;
  border-radius: 0;
}

.pingjiaPro {
  border-bottom: none;
  margin-bottom: 0;
  background-color: #f3f3f3;
}

.error {
  display: block;
  padding-top: 50%;
  width: 100%;
  text-align: center;
}

.error strong {
  font-size: 5rem;
  display: block;
}

.error p {
  font-size: 0.8rem;
  color: #333;
}

.resultInfo {
  display: block;
  margin: 0 1rem 1rem;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 1rem;
}

.xieshangjilu {
  display: block;
  margin: 0 1rem;
}

.resultInfo h2 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}

.xieshangjilu h2 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}

.resultInfo p {
  font-size: 0.8rem;
  color: #333;
}

.xieshangjilu ul li {
  border-bottom: 1px solid #f3f3f3;
  overflow: hidden;
  padding: 0.4rem 0;
}

.xieshangjilu ul li img {
  float: left;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  margin-right: 1rem;
}

.xieshangjilu ul li strong {
  display: block;
  color: #000;
}

.xieshangjilu ul li p {
  font-size: 0.8rem;
  color: #999;
}


.morenHeader {
  float: left;
  width: 5rem;
  height: 5rem;
  background: url('../images/jiahao.png') no-repeat center center #f3f3f3;
  background-size: 22px;
  display: block;
  display: block;
  font-size: 0;
  overflow: hidden;
  margin-bottom: 1rem;
  appearance: none;
  margin-right: 1rem;
}

.uploadcss {
  position: absolute;
  left: 0;
  top: 0;
  width: 99.8%;
  height: 150px;
  display: block;
  opacity: 0;
  z-index: 98;
}

.uploadImage {
  float: left;
  width: 18rem;
  height: 5rem;
  display: block;
  z-index: 90;

}

.uploadImage ol {
  float: left;
  width: 5rem;
  height: 5rem;
  display: block;
  position: relative;
  margin-right: 1rem;
}

.uploadImage ol img {
  width: 5rem;
  height: 5rem;
  display: block;
}

.regflexbox {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1rem 0;
  height: 10rem;
}

.delfun {
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  width: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  background-color: #999;
  display: block;
  z-index: 999;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
}
@media(prefers-color-scheme: dark) {
 .pageone h2 {
	 color: #000;
	 color-scheme: dark;
	 display: block;
 }
 .pageone p {
   font-size: 0.92rem;
   display: block;
   line-height: 1.6rem;
   text-align: left;
   padding: 0.5rem;
   color-scheme: dark;
   color: #55595c;
 }
 .pageThree h2 {
   border-bottom: 1px solid #e4e4e4;
   color: #000;
   color-scheme: dark;
   line-height: 3rem;
   font-size: 1.6rem;
   display: block;
   text-align: left;
   padding-bottom: 0.5rem;
 }
 .pageThree p {
   line-height: 1.4rem;
   font-size: 0.92rem;
   padding: 1rem 0;
   color: #191919;
   color-scheme: dark;
 }
}