body {
  background-color: #f4f4f4;
  /*min-width: 1300px;*/
}

* {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
}
.red {
  color: red;
}
em {
  font-style: normal;
}

li {
  list-style: none;
}
.relative {
  position: relative;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.welcome {
  max-width: 190px;
}
.iblock {
  display: inline-block;
}
.headerHide {
  display: none !important;
}
.hides {
  display: none;
}
.headerHide {
  display: none !important;
}
.flex,
.disFlex {
  display: flex;
}

.flexJcCt {
  justify-content: center;
}
.cursor {
  cursor: pointer;
}
.wd30 {
  width: 30px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.logoImgs {
  width: 240px;
  height: 60px;
  margin-top: 20px;
}
.logoImgs img {
  width: 100%;
  height: 100%;
}
.wp70 {
  width: 70% !important;
}
.wp100 {
  width: 100%;
}

.hp100 {
  height: 100%;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.block {
  display: block;
}

.defaultColor {
  color: var(--color);
}

.bg-f4 {
  background: #f4f4f4;
}

.bgf {
  background: #fff;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt24 {
  margin-top: 24px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr10 {
  margin-right: 10px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt50 {
  margin-top: 50px;
}
.mb30 {
  margin-bottom: 30px !important;
}

.pb10 {
  padding-bottom: 10px;
}

.pl20 {
  padding-left: 20px;
}
.p10 {
  padding: 10px;
}
.pt-0 {
  padding-top: 0 !important;
}
.priColor {
  color: var(--color);
}
.space-between {
  justify-content: space-between;
}
.language-drap {
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 3;
  width: 120px;
  background: #f0eeee;
  padding: 10px;
}

.language-drap p {
  /* margin-top: 10px; */
  line-height: 24px;
  /* font-size: 14px;
	color: #333;
	cursor: pointer; */
}
.language-drap p input,
.language-drap dd input {
  margin-right: 6px;
}
.language-drap p:last-child {
  border-bottom: 0;
}
.language-drap dl {
  border-top: 1px solid #ddd;
  margin-top: 10px;
}
.language-drap dt b {
  font-size: 12px;
  color: #1f78c8;
  cursor: pointer;
}
.language-drap dd li {
  line-height: 24px;
}
.language-drap dd li span,
.language-drap dd input {
  vertical-align: middle;
}

/*通用提示框，过2秒自动消失 S*/
.wangTipsModal,
.wangTipsModal1 {
  width: 300px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 0 1px 2px #eee;
}

.wangTipsTitle,
.wangTipsBtn {
  line-height: 36px;
  text-align: center;
}

.wangTipsText {
  margin-top: 10px;
}

.wangTipsModal .wangTipsTitle,
.wangTipsModal1 .wangTipsTitle {
  background-color: var(--color);
  color: #fff;
  border-radius: 4px 4px 0 0;
}

.wangTipsModal .wangTipsBtn,
.wangTipsModal1 .wangTipsBtn {
  border: 1px solid #ddd;
  width: 60%;
  margin: 15px 20% 20px;
  border-radius: 3px;
  box-shadow: 0 0 1px 1px #eee;
  cursor: pointer;
}

.wangTipsModal .wangTipsText,
.wangTipsModal1 .wangTipsText {
  box-sizing: border-box;
  padding: 0 5%;
  text-align: left;
  font-size: 14px;
}

.wangTipsModal .wangTipsBtn:hover,
.wangTipsModal1 .wangTipsBtn:hover {
  background-color: var(--color);
  color: #fff;
}

.wangTipsModal1 .wangTipsBtns {
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 15px;
}

.wangTipsModal1 .wangTipsBtns span {
  display: inline-block;
  height: 36px;
  width: 40px;
  border-radius: 2px;
  padding: 0 15px;
  cursor: pointer;
}

.wangTipsModal1 .wangTipsBtns .wangTipsCancel {
  color: #888;
  border: 1px solid #ddd;
}

.wangTipsModal1 .wangTipsBtns .wangTipsCancel:hover {
  color: #666;
  border: 1px solid #ccc;
}

.wangTipsModal1 .wangTipsBtns .wangTipsSure {
  color: #fff;
  border: 1px solid #ff4101;
  background-color: #ff4101;
  margin-left: 25px;
}

.wangTipsModal1 .wangTipsBtns .wangTipsSure:hover {
  border: 1px solid #f00;
  background-color: #f00;
}

/*通用提示框，过2秒自动消失 E*/

.clearfix {
  zoom: 1;
}

#backTop {
  cursor: pointer;
}

i {
  font-style: normal;
}

a {
  color: #000;
  outline-style: none !important;
  text-decoration: none !important;
}

input,
textarea {
  outline: none;
}

.fr {
  float: right;
}

.fl {
  float: left;
  cursor: pointer;
}

.fz0 {
  font-size: 0;
}

.fz12 {
  font-size: 12px !important;
}

.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.tipCf10000 {
  color: #f10000;
}

.cc70808 {
  color: #c70808;
}

.hoverPointer {
  cursor: pointer;
}

.re {
  position: relative;
}

.ab {
  position: absolute;
}

.c33 {
  color: #333;
}

.c-888 {
  color: #888;
}

.hide {
  display: none !important;
}

.bold {
  font-weight: bold;
}

.flex1 {
  flex: 1;
}

.style-tb-cl {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.two-overflow {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.one-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

/*网页头部 S*/
/*头部上部分*/
.headerTop {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #f4f4f4;
  font-size: 12px;
  color: #666;
}

.headerTop .headerTopContent {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.headerTop .toLogin {
  margin-left: 20px;
  cursor: pointer;
  color: var(--color);
}

.headerTop .toLogin:hover {
  color: #333;
  cursor: pointer;
}

.headerTop .toRegister {
  margin-left: 20px;
  color: var(--color);
  cursor: pointer;
}

.headerTop .toRegister:hover {
  color: #196341;
  cursor: pointer;
}

.headerTopRight .line {
  margin: 0 10px;
  color: #ddd;
}

.headerTopRight span:hover {
  color: #222;
  cursor: pointer;
}

.headerButton .address {
  display: none;
  opacity: 0;
}

.headerTopRight .toCellphone {
  z-index: 666;
  position: relative;
}
.loadAppBox {
  width: 156px;
  height: 42px;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  z-index: 333;
  right: 150px;
  top: 40px;
  padding-left: 5px;
  border-radius: 4px;
}
/*头部下部分*/
.headerButton {
  width: 100%;
  background-color: #fff;
  padding-top: 15px;
}

.headerButtonSearch {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
}

.headerButtonSearch .fl img {
  width: 240px;
  height: 60px;
}

img[src=""],
img:not([src]) {
  opacity: 0;
}

.headerProvince,
.headerCity {
  display: inline-block;
  text-indent: 1em;
  width: 78px;
  height: 30px;
  border: 1px solid #888;
  border-radius: 2px;
  line-height: 30px;
  margin-left: 8px;
  color: #aaa;
}

.headerSearch {
  position: relative;
  margin-left: 70px;
  margin-right: 40px;
}

.headerSearchBox {
  display: flex;
  width: 550px;
  height: 38px;
  border-radius: 6px;
  border: 1px solid var(--color);
}

.search-types {
  display: inline-block;
  width: 110px;
  position: relative;
}

.search-types .iconfont {
  display: inline-block;
  font-size: 15px;
  color: #999;
  vertical-align: middle;
}

.search-types p {
  position: relative;
  height: 100%;
  line-height: 38px;
  text-align: center;
}

.search-types p:after {
  content: "";
  width: 1px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 6px;
  background: rgba(71, 71, 71, 0.1);
}

.search-types p span {
  font-size: 12px;
  color: #222;
}

.search-types ul {
  display: none;
  position: absolute;
  left: 0px;
  top: 38px;
  z-index: 5;
  background: #fff;
  width: 110px;
  text-align: center;
  padding: 6px 0;
  border: 1px solid rgba(71, 71, 71, 0.1);
  border-top: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.search-types ul li {
  padding: 6px 10px;
  font-size: 14px;
  color: #666;
}

.search-types ul li:hover {
  background: var(--color);
  color: #fff;
}

.searchShopProduct {
  padding-right: 30px;
  width: 100%;
  height: 36px;
  border: 0;
  text-indent: 1em;
  vertical-align: top;
  font-size: 16px;
  box-sizing: border-box;
}
.searchShopProduct:placeholder-shown {
  color: #c5c1c1; /* 灰色 */
  font-size: 12px;
}

.searchProductBtn,
.searchShopBtn {
  width: 96px;
  height: 100%;
  background-color: var(--color);
  border: 0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}

.recommendBox {
  font-size: 12px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 550px;
  display: inline-block;
}

.recommendBox li {
  margin-right: 15px;
  color: #666;
  display: inline;
  float: none;
}

.recommendBox .recommend:hover {
  color: var(--color);
  cursor: pointer;
}

.logo_new {
  margin-top: -7px;
}

.headerCartBox {
  border: 1px solid var(--color);
  color: var(--color);
  width: 120px;
  height: 38px;
  line-height: 38px;
  margin-left: 10px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
}

.headerCartBoxs {
  border: 1px solid var(--color);
  color: #fff;
  background: var(--color);
  width: 120px;
  height: 38px;
  line-height: 38px;
  margin-left: 10px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
}

.headerCartBox i {
  font-size: 16px;
  margin-right: 6px;
}

.headerButtonNav {
  height: 50px;
  width: 100%;
  background-color: #fff;
  line-height: 50px;
  margin-top: 26px;
}

.headerNav {
  width: 1200px !important;
  margin: 0 auto;
  padding-left: 250px;
  height: 100%;
  box-sizing: border-box !important;
}

.headerNav li {
  margin-left: 18px;
  color: #666;
  font-size: 16px;
}

.headerNav li .nowSpan:hover {
  cursor: pointer;
  color: var(--color);
}

.headerNav .now {
  color: var(--color);
}

.headerNav .headerNavLine {
  color: #ccc;
}
.headerNav .platformshop,
.headerNav .headerNavLine {
  width: auto !important;
}
#swiperHeaderNav {
  width: 100%;
  overflow: hidden;
}
.headerNav .reBgc {
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #f25555;
  border-radius: 4px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.headerNav .hide {
  display: none;
}

/*网页头部 E*/

/*网页低部 S*/
footer {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ddd;
}

.footer {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}

.footerTop {
  padding-bottom: 20px;
  border-bottom: 2px solid #ddd;
}

.footerTopUL {
  display: flex;
}

.footerTopUlLi {
  flex: 1;
}

.footerTopOL li {
  font-size: 12px;
  margin-top: 10px;
  color: #666;
  box-sizing: border-box;
  padding-right: 10px;
}

.footerTopOL li:first-child {
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  margin-top: 10px;
}

.footerBottom {
  font-size: 12px;
  color: #666;
  padding-bottom: 30px;
  margin-top: 25px;
}

.footerBottomUl {
  margin: 0 auto;
  height: 120px;
  width: 600px;
}

.footerBottomUlLi {
  margin-bottom: 15px;
}

.footerBottomOl {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}

.footerBottomOlLi {
  flex: 1;
  text-align: center;
  border-left: 1px solid #666;
}

.footerBottomOlLi:first-child {
  border: none;
}

.footerBottomUlLiLine {
  margin: 0 8px;
  color: #888;
}

.footerBottomUlLiBeian {
  margin-left: 18px;
}

.footerBottomUlLiLast {
  text-align: center;
}

.footerHover:hover {
  color: #333;
  cursor: pointer;
}

/*网页低部 E*/

/*分页 S*/
.pagesContainer {
  height: 40px;
  width: 100%;
  line-height: 40px;
  margin-top: 15px;
  text-align: right;
}

.pagesList {
  position: relative;
  display: inline-block;
  height: 40px;
  text-align: center;
  color: #666;
}

.pagesList li {
  margin-left: 10px;
  padding: 0 4px;
  font-size: 14px;
}

.pagesList .pagesNumber {
  min-width: 40px;
  height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
}

.pagesList .pagesNumber:hover {
  background-color: var(--color);
}

.pagesList .now {
  background-color: var(--color);
  color: #fff;
}

.pagesList input {
  width: 40px;
  height: 40px;
  font-size: 12px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #f7f7f7;
  vertical-align: top;
  background: #dcdcdc;
  box-sizing: border-box;
}

.prevPages,
.nextPages {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  color: #666;
  border-radius: 2px;
  height: 40px;
  font-size: 12px !important;
}

.pagesList .sureJump {
  width: 70px;
  height: 40px;
  background-color: var(--color);
  color: #fff;
  line-height: 40px;
}

/*分页 E*/

/*提示登录模态框 S*/
.tipsModal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

.tipsModal .tipsModalMasker {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.tipsModal .tipsModalContainer {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  /*box-shadow: 0 0 2px 2px #f3f3f3;*/
}

.tipsModal .tipsModalContainer p {
  line-height: 25px;
  max-width: 350px;
  /* min-height: 50px; */
  padding: 10px;
}

.tipsModal .tipsModalContainer .tipsModalContainerText {
  padding: 0 20px;
  margin-top: 20px;
}

.tipsModal .tipsModalContainer .tipsModalContainerBTn span {
  display: inline-block;
  width: 50%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  list-style: 30px;
  cursor: pointer;
}

.tipsModal .tipsModalContainer .tipsModalContainerBTn .fr {
  background-color: var(--color);
  color: #fff;
}

.tipsModal .tipsModalContainer .tipsModalContainerBTn .fl {
  background-color: #eaeaea;
}

/*提示登录模态框 E*/

/*可复用模态框 S*/
.addCartModal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.addCartModal .addCartModalMasker {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.addCartModal .addCartModalContent {
  padding-top: 0 !important;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  width: 350px;
  overflow: hidden;
}

.addCartModal .addCartModalWarning {
  height: 36px;
  line-height: 36px;
  background-color: #f6f6f6;
  box-sizing: border-box;
  padding: 0 15px;
}

.addCartModal .addCartModalWarning .fr:hover {
  cursor: pointer;
  color: #ff0000;
}

.addCartModal .addCartModalBtns {
  height: 44px !important;
  line-height: 44px !important;
  display: flex;
  margin: 10px 0 0;
}

.addCartModal .addCartModalStop,
.addCartModal .addCartModalToCart {
  flex: 1;
  text-align: center;
  cursor: pointer;
}

.addCartModal .addCartModalStop {
  background-color: #eaeaea;
  border-radius: 0 0 0px 4px;
}

.addCartModal .addCartModalToCart {
  background-color: var(--color);
  color: #fff;
  border-radius: 0 0 4px 0px;
}

/*可复用模态框 E*/

/*头部分类 S*/
.catType {
  box-sizing: border-box;
  border-radius: 40px 0 0 0;
  width: 250px;
  height: 43px;
  padding: 0 15px;
  line-height: 43px;
  background-color: var(--color);
  color: #fff !important;
  left: -18px;
  bottom: 0;
  cursor: pointer;
}

.catType > span {
  text-indent: 2em;
  display: inline-block;
}

.catType .xiala {
  width: 928px;
  /*height: 547px;*/
  background-color: #fff;
  top: 43px;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
}

.xialaLeft {
  border: 1px solid #ddd;
  width: 250px;
  box-sizing: border-box;
  height: 504px;
  max-height: 504px;
  overflow-y: auto;
}

.xialaLeft.Firefox {
  scrollbar-width: thin;
}
.xialaLeft::-webkit-scrollbar {
  width: 2px !important;
}
/* 滚动轨道的样式 */
.xialaLeft::-webkit-scrollbar-track {
  background: rgba(255, 255, 255); /* 轨道背景颜色 */
}
/* 滚动滑块的样式 */
.xialaLeft::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(143, 143, 143); /* 滑块背景颜色 */
}

.xialaLeft li {
  height: 72px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 5px;
  line-height: 30px;
  text-indent: 1em;
}

.xialaLeft .now,
.xialaLeft li:hover {
  background-color: var(--rgba2);
  /* color: var(--color); */
}

.xialaLeft .xialaLeftTypes {
  font-size: 12px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
}

.xialaLeft .xialaLeftTips {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xialaLeft .xialaLeftTypes span {
  cursor: pointer;
}

.xialaLeft .xialaLeftTypes span:hover {
  color: var(--color);
}

.xialaLeft img {
  width: 17px;
  height: 17px;
  /*vertical-align: top;*/
  vertical-align: middle;
}

.xialaRightListLeftText {
  display: inline-block;
  max-width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*右侧*/
.xialaRightListLeft {
  width: 120px;
  text-align: right;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
  color: rgb(109, 107, 107);
}

.xialaRightListLeft .iconfont {
  margin-left: 8px;
}

.xialaRightListright {
  width: 520px;
  font-size: 16px;
  line-height: 45px;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.xialaRightListright span {
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  padding: 0 5px;
  color: rgb(109, 107, 107);
}

.xialaRightListright span:hover {
  color: var(--color);
}

.xialaRight {
  box-shadow: 0 0 1px 2px #eaeaea;
  height: 500px;
  padding-top: 2px;
  margin-top: 2px;
  overflow: auto;
  width: 73%;
}

/*头部分类 E*/
/* 輪播 */
/* flexslider */
.flexslider {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: url(../../images/loading.gif) 50% no-repeat;
}

.slides {
  position: relative;
  z-index: 1;
  height: 100%;
}

.slides li {
  height: 100%;
}

.flex-control-nav {
  position: absolute;
  bottom: 10px;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.flex-control-nav li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  display: inline;
  zoom: 1;
}

.flex-control-nav a {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 60px;
  overflow: hidden;
  background: url(/images/dot.png) right 0 no-repeat;
  cursor: pointer;
}

.flex-control-nav .flex-active {
  background-position: 2px 0;
}

.flex-direction-nav {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 45%;
}

.flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}

.flex-direction-nav li a.flex-prev {
  left: 40px;
  background: url(../../images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
  right: 40px;
  background: url(../../images/next.png) center center no-repeat;
}

.overflow_one {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.overflow_two {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.loadCustomBox {
  width: 156px;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  z-index: 333;
  right: 54px;
  top: 0;
  padding-left: 5px;
  border-radius: 4px;
  padding: 10px;
  line-height: 20px;
}
.customType .iconfont,
.shopCustomType .iconfont {
  font-size: 23px;
  color: #666;
  margin-right: 10px;
  margin-top: 12px;
}
.customType h4,
.shopCustomType h4 {
  font-size: 12px;
  color: #777;
  font-weight: normal;
  line-height: 20px;
}
.customType.type1 div span,
.customType.type3 div span,
.shopCustomType.type1 div span,
.shopCustomType.type3 div span {
  display: inline-block;
  padding: 0px 8px;
  background: var(--color);
  border-radius: 20px;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
}
.customType.type2 div span,
.shopCustomType.type2 div span {
  font-size: 14px;
  font-weight: bold;
  color: #555;
}
.shopCustomIm .loadCustomBox {
  right: 10px;
  top: 35px;
}
.photo-search-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(../../images/camera.png) 50% / contain no-repeat;
  cursor: pointer;
}

.photo-search-btn .upload-trigger {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 500px;
  height: 500px;
  cursor: pointer;
  opacity: 0;
}
.photo-search-dropdown {
  position: absolute;
  z-index: 10;
  top: 42px;
  left: 0;
  width: 464px;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 12px;
  box-sizing: border-box;
}
.photo-search-dropdown span {
  display: none;
  font-size: 12px;
  color: #666;
}
.photo-search-dropdown.loadding span.loadding,
.photo-search-dropdown.error span.error {
  display: block;
}
.photo-search-dropdown.loadding span.error,
.photo-search-dropdown.error span.loadding {
  display: none;
}
.countrySelCode2 {
  position: absolute;
  left: 163px;
  top: 0;
  cursor: pointer;
  height: 100%;
  line-height: 48px;
  padding: 0 5px;
  z-index: 20;
}
.countryListDialog {
  position: absolute;
  left: 0;
  top: 61px;
  z-index: 20;
  box-shadow: 0 0 2px 2px #eee;
  border: 1px solid #eee;
  padding: 10px 14px;
  width: 356px;
  height: auto;
  background: #fff;
  box-sizing: border-box;
}
.countryListDialog i {
  display: block;
  position: absolute;
  background-image: url(../../images/tips.gif);
  background-repeat: no-repeat;
  width: 16px;
  height: 9px;
  background-position: 0 0;
  overflow: hidden;
  top: -9px;
  right: 270px;
}
.searchModule {
  width: auto;
  height: auto;
  position: relative;
  background: #f7f7f7;
  margin-bottom: 12px;
}
.searchModule input {
  display: inline-block;
  margin-left: 0 !important;
  width: 100%;
  height: 38px !important;
  line-height: 38px;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding-left: 42px;
  text-indent: 0 !important;
  box-sizing: border-box;
}
.search-icon {
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url(../../images/search-icon.png) no-repeat;
  position: absolute;
  left: 17px;
  top: 13px;
}
.indexList {
  margin-bottom: 10px;
}
.indexList a {
  padding: 0 5px;
  color: #0563c1;
  line-height: 20px;
  font-size: 14px;
}
.indexList a.cur {
  color: #e4393c;
}
.countryIndexTitBox .tit {
  font-size: 14px;
  color: #666;
}
.countryIndexTitBox .line {
  display: inline-block;
  width: 208px;
  height: 1px;
  margin-left: 12px;
  background: #eee;
  vertical-align: middle;
}
.countryListConts dd .li {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  margin-top: 15px;
}
.countryListConts dd span,
.countryListConts dd em {
  font-size: 14px;
  color: #666;
}
.countryNoData {
  font-size: 14px;
  color: #666;
}
.countryListBox {
  max-height: 150px;
  overflow-y: auto;
}
.countryListDialog.style2 {
  width: 704px;
  left: 0;
  top: 70px;
  border-radius: 0 0 8px 8px;
}
/*可复用模态框 S*/
.addCartModal,
.askModal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.addCartModal .addCartModalMasker,
.askModalMasker {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.addCartModal .addCartModalContent,
.askModalContent {
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  width: 350px;
  overflow: hidden;
}

.addCartModal .addCartModalWarning,
.askModalWarning {
  height: 36px;
  line-height: 36px;
  background-color: #f6f6f6;
  box-sizing: border-box;
  padding: 0 15px;
}

.addCartModal .addCartModalWarning .fr:hover {
  cursor: pointer;
  color: #ff0000;
}

.addCartModal .addCartModalText,
.askModalText {
  padding: 0 20px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  color: #ff7119;
  font-size: 16px;
}

.addCartModal .addCartModalBtns,
.askModalBtns {
  height: 44px;
  line-height: 44px;
  display: flex;
  margin: 10px 0 0;
}

.addCartModal .addCartModalStop,
.addCartModal .addCartModalToCart,
.askCancel,
.askSure {
  flex: 1;
  text-align: center;
  cursor: pointer;
}

.addCartModal .addCartModalStop,
.askCancel {
  background-color: #eaeaea;
  border-radius: 0 0 0px 4px;
}

.addCartModal .addCartModalToCart,
.askSure {
  background-color: var(--color);
  color: #fff;
  border-radius: 0 0 4px 0px;
}

/*可复用模态框 E*/

.shopSelfSupport {
  padding: 0px 3px;
  border: 1px solid var(--color);
  font-size: 12px;
  color: var(--color);
  margin-left: 5px;
}
