/*@font-face {*/

/*font-family:'Icons';*/

/*src:url('../fonts/icons.woff') format('woff');*/

/*}*/

.clear {
  clear: both;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both
}

.hidden {
  display: none!important;
}

#myCanvas {
  display: none;
}

html,
body,
#container {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-family: "SimSun";
}

a {
  color: #111111;
}

.is-on {
  color: #ffffff;
  background-color: #b61910;
}

.icon-iconfontchoose:before {
  font-size: 12px;
}

.icon-iconfontchoose:hover {
  text-decoration: none;
}

.icon-iconfontchoose {
  margin-left: 5px;
}

input,
button,
textarea {
  outline: none;
}

textarea {
  padding: 10px 0;
}

/*input:focus, textarea:focus{*/

/*border:1px solid #b61910 !important;*/

/*}*/

button {
  cursor: pointer;
}

input,
textarea {
  padding: 0 15px;
}

.more-products .more {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}

.footer-contact {
  max-width: 1280px;
  /*background-color:#b61910;*/
  padding: 24px 0 46px 0;
  color: #111111;
  margin: 0 auto
}

@media screen and (max-width:1024px) {
  #content {
    /* margin-top: 20px; */
  }
  .full-width-container>.content {
    display: none
  }
}

@media screen and (min-width:1025px) {
  #container {
    margin: 0 auto
  }
  .content-container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 30px 0;
    position: relative;
  }
  .news-detail-container {
    background-color: #F5F5F5;
  }
}

/*页尾css*/

#footer {
  background: #202020;
}

#footer .footer-container {
  max-width: 1280px;
  margin: 0 auto
}

#footer .footer-container::after {
  content: '';
  display: block;
  clear: both
}

#footer .tagLists {
  display: inline-block;
  padding: 29px 0 0 21px;
  margin-right: 170px;
  float: left;
}

#footer .tagLists::after {
  content: '';
  display: block;
  clear: both
}

#footer .tagLists ul {
  float: left;
  font-size: 14px;
  color: #111111;
  margin-right: 74px
}

#footer .tagLists ul:last-of-type {
  margin-right: 0
}

#footer .tagLists ul li:first-child {
  margin-top: 0;
}

#footer .tagLists ul li {
  margin-top: 11px;
}

#footer .tagLists ul li a:hover {
  color: #aa0d1c
}

#footer .phone-member {
  /* display: inline-block; */
  margin-top: 29px;
  float: left;
  margin-right: 92px
}

#footer .phone-member .img {
  position: relative;
  margin-right: 16px;
  top: -8px;
  display: inline-block;
  width: 31px;
  height: 30px;
  font-size: 0;
}

#footer .phone-member .service-phone-img {
  background: url(../img/home-page.png) no-repeat -136px -30px;
}

#footer .phone-member .tel-img {
  background: url(../img/home-page.png) no-repeat -136px -70px;
}

#footer .phone-member .member-img {
  background: url(../img/home-page.png) no-repeat -136px -114px;
}

#footer .phone-member .desc {
  display: inline-block;
}

#footer .phone-member ul {
  margin-bottom: 25px
}

#footer .phone-member ul li {
  font-size: 0;
  margin-bottom: 3px;
  position: relative;
}

#footer .phone-member .desc span {
  font-size: 18px;
  color: #111111;
}

#footer .phone-member .desc span:first-child {
  font-size: 14px;
  color: #111111;
}

#footer .phone-member .desc span:nth-child(2) {
  display: block
}

#footer .phone-member ul li:nth-child(3) .desc span:nth-child(2) {
  font-size: 20px;
  color: #e41f0e;
}

#footer .attention {
  float: left;
  margin-top: 29px;
  margin-right: 89px
}

#footer .attention .text {
  font-size: 14px;
  color: #111111;
}

#footer .attention .image .footer-img {
  width: 31px;
  height: 30px;
  display: block;
  margin-right: 24px
}

#footer .attention .image .footer-img {
  width: 31px;
  height: 30px;
  display: inline-block;
  margin-right: 24px;
}

#footer .attention .image .footer-img:last-of-type {
  margin-right: 0px
}

#footer .attention .image .weibo {
  background: url(../img/home-page.png) no-repeat -79px -29px;
}

#footer .attention .image .weibo:hover {
  background: url(../img/home-page.png) no-repeat -23px -29px;
}

#footer .attention .image .tieba {
  background: url(../img/home-page.png) no-repeat -75px -114px;
}

#footer .attention .image .tieba:hover {
  background: url(../img/home-page.png) no-repeat -23px -114px;
}

#footer .attention .image .weitao {
  background: url(../img/home-page.png) no-repeat -80px -68px;
}

#footer .attention .image .weitao:hover {
  background: url(../img/home-page.png) no-repeat -24px -68px;
}

#footer .qrCode {
  float: left;
  margin-top: 46px;
}

#footer .qrCode img {
  width: 103px;
  height: 103px;
  font-size: 0;
}

#footer .qrCode div {
  display: inline-block
}

#footer .qrCode a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #111111;
}

#footer .qrCode div:first-child {
  margin-right: 44px
}

.copy-right {
  text-align: center;
  font-size: 12px;
  /*background-color: #d8d8d8;*/
  color: #bbbbbb;
  padding: 33px 0 46px 0;
}

.copy-right>a {
  margin-left: 5px;
}

/*.layui-layer-content{*/

/*text-align:center;*/

/*}*/

@media screen and (max-width: 1024px) {
  #footer .tagLists {
    display: none
  }
  #footer .phone-member ul li:nth-child(2) {
    display: none
  }
  #footer .qrCode {
    display: none
  }
  .header .logo {
    display: block
  }
  #footer .phone-member,
  #footer .attention {
    margin-left: 0.8rem;
  }
  #footer .attention {
    margin-bottom: 20px
  }
  #footer .phone-member ul {
    margin-bottom: 0
  }
  #footer .bei {
    display: block;
    margin-top: 10px;
  }
  .copy-right {
    padding: 18px 0;
  }
  .copy-right img {
    /** 解决4G网速慢图片显示不正常的 */
    width: auto;
  }
}

/*页尾结束*/

/*--- 产品列表 ---*/

@media screen and (min-width: 1025px) {
  #product-slider {
    /*padding-top: 80px;*/
    max-width: 1280px;
    margin: 0 auto
  }
  #product-slider .productComm {
    /*height: 420px;*/
    margin: 50px 5px;
  }
  .more-products {
    position: absolute;
    right: 20px;
    top: 0;
  }
  .swiper-slide {
    /*float:left;*/
    /*width: 21% !important;*/
    /*margin:0 2%*/
  }
  #product-slider .productComm:hover {
    webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    /*webkit-box-shadow: 0 0 10px rgba(189, 17, 23, .5);*/
    /*-moz-box-shadow: 0 0 10px rgba(189, 17, 23, .5);*/
    /*box-shadow: 0 0 10px rgba(189, 17, 23, .5);*/
  }
  /*#product-slider .productComm:hover{*/
  /*border:1px solid #bd1117;*/
  /*}*/
  .product-list .productComm-top {
    width: 100%;
  }
  #product-slider .productComm-bottom {
    padding: 20px 0;
  }
  .productComm-detail {
    padding-top: 10px;
  }
  .product-list>div>.productComm-img {
    width: 100%;
  }
  .productComm-img {
    width: 100%;
  }
  .productComm-bottom {
    padding-top: 25px;
  }
  .productComm-name {
    font-size: 16px;
    color: #202020;
  }
  .productComm-detail {
    font-size: 14px;
    color: #666666;
  }
  .swiper-button-next,
  .swiper-button-prev {
    background-color: #d61319;
    width: 60px !important;
    height: 60px !important;
    background-size: 16px 29px !important;
  }
  .swiper-button-prev.swiper-button-disabled {
    background-color: white;
    border: 1px solid #e0e0e0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23DADADA'%2F%3E%3C%2Fsvg%3E") !important;
  }
  .swiper-button-next.swiper-button-disabled {
    background-color: white;
    border: 1px solid #e0e0e0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23DADADA'%2F%3E%3C%2Fsvg%3E") !important;
  }
  #productContent .productComm-img {
    width: 100%;
  }
  #productContent {
    /*padding-top: 50px;*/
  }
  .shopName {
    margin-left: 122px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: calc(50% - 30px) !important;
  }
}

@media screen and (max-width: 1024px) {
  .intro-container img {
    width: 100%;
    height: auto;
  }
  .product-wrapper img {
    width: 100%
  }
  .intro-container .intro-title,
  .developerment-container .development-title,
  .honor-container .honor-title,
  .culture-container .culture-title,
  .leader-list .leader-title,
  .all-video-container .video-title {
    padding-left: 10px;
    height: 57px;
    font-size: 19px;
    line-height: 57px
  }
  .culture-container img {
    width: 100%;
  }
  .videoSubMenu {
    height: 80px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc
  }
  .videoSubMenu li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    float: left;
    margin: 0 calc((100% - 61px*4)/9);
  }
  .videoSubMenu li.curr-selected-menu {
    color: #d61418
  }
  .productComm {
    margin-bottom: 10px;
  }
  .productComm-top {
    text-align: center;
  }
  .productComm-img {
    width: 135px;
    height: 135px;
  }
  .productComm-bottom {
    height: 60px;
    background-color: #F2F2F2;
  }
  .productComm-name {
    font-size: 15px;
    padding-top: 12px;
    font-weight: 300;
  }
  .productComm-detail {
    font-size: 11px;
    font-weight: 300;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 3px;
  }
  .showMoreProduct {
    width: 100%;
    height: 100px;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .moreProductText {
    font-size: 11px;
    border: 1px solid #e0e0e0;
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    color: #000;
    text-align: center;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: calc(50% - 22px) !important;
  }
  .series-inner {
    top: 40%;
    width: 100%;
    left: 0;
  }
}

.productComm .productComm-bottom span {
  display: block;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.productComm .productComm-bottom {
  text-align: center;
}

.hideMoreProduct {
  display: none;
}

#series {
  width: 100%;
}

.series-inner {
  text-align: center;
  position: absolute;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .series-inner {
    top: 40%\0;
    width: 100%\0;
    text-align: center\0;
  }
  .sub-type-inner {
    top: 40%\0;
    position: absolute\0;
    width: 100%\0;
    text-align: center\0;
  }
  .salesNetworkCell>img,
  .salesNetworkName {
    float: left;
  }
  .shopEntrance-content>ul>li {
    width: calc(100% / 3);
    margin-top: 60px;
  }
}

.title {
  display: block;
  color: #111111;
}

.slogan {
  display: block;
}

.readMore {
  display: block;
  background-color: #d61319;
  color: #FFF;
  cursor: pointer;
}

.series-sub {
  width: 50%;
  float: left;
  position: relative;
}

.series-img {
  height: 50%;
  float: left;
  width: 100%;
}

.sub-type-inner {
  text-align: center;
}

@media screen and (max-width: 550px) and (min-width: 430px) {
  .greenTea-series-img,
  .blackTea-series-img {
    -webkit-background-size: 60%;
    background-size: 60%;
  }
  /** banner title */
  .slides .slick-dots {
    height: 0;
    with: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 700px) and (min-width: 550px) {
  .greenTea-series-img,
  .blackTea-series-img {
    -webkit-background-size: 50%;
    background-size: 50%;
  }
  /** banner title */
  .slides .slick-dots {
    height: 0;
    with: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
  }
}

@media screen and (max-width: 1024px) and (min-width: 700px) {
  .greenTea-series-img,
  .blackTea-series-img {
    -webkit-background-size: 35%;
    background-size: 35%;
  }
  /** banner title */
  /*.slides .slick-dots{height:0; with:0;margin:0;padding:0; overflow: hidden}*/
  .slick-dots {
    width: 100%;
    height: 20px;
    text-align: center;
    bottom: 7px !important;
  }
  .slides .slick-dots li {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border-radius: 5px !important;
    background: #f1eeee !important;
  }
  .slides .slick-dots li.slick-active {
    background: #a1120a !important;
  }
  .slick-dots li span {
    width: 10px !important;
    height: 10px !important;
    font-size: 0 !important
  }
  .slider button {
    display: block !important;
  }
}

.series-sub-inner {
  width: 100%;
  height: 50%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  position: absolute;
}

.series-arr-img {
  /*position: absolute;*/
}

@media screen and (min-width: 1025px) {
  #ad-swiper {
    /*height: 350px;*/
    padding: 35px 8%;
  }
  .series-sub {
    height: 100%;
  }
  #series {
    /*height: 770px;*/
    overflow: hidden;
    margin-top: 35px;
  }
  .series-left {
    width: 50%;
    height: 100%;
    float: left;
  }
  .title {
    font-size: 12px;
    /*margin-bottom: 15px;*/
  }
  /*.navigation-group .title{*/
  /*margin-bottom: 15px;*/
  /*}*/
  .slogan {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .readMore {
    font-size: 14px;
    width: 120px;
    height: 38px;
    line-height: 38px;
    margin-left: calc(50% - 60px);
  }
  .series-right {
    width: 50%;
    /*height: 100%;*/
    float: left;
  }
  .series-arr-bottom {
    /*bottom: 40px;*/
  }
  .series-arr-top {
    /*top: 40px;*/
  }
  .video-play {
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    cursor: pointer;
  }
  .series-top-arr-container {
    top: 40px;
  }
  .series-bottom-arr-container {
    bottom: 40px;
  }
}

.vedio-container {
  position: relative;
  width: calc(50% - 17px);
  float: left
}

.vedio-md {
  width: 100%;
  height: calc(100% - 39px);
  position: absolute;
  top: 0;
  cursor: pointer
}

.vedio-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -34px;
  z-index: 1000;
  margin-top: -47px;
}

.intro-video {
  /*background-image: url("../img/demo-img/video-poster.png");*/
  width: 100%;
  /*height: 339px;*/
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.intro-vedio-title {
  font-size: 18px;
  color: #111111;
  text-align: center;
  margin-top: 15px
}

.vedio-container:first-child {
  margin-right: 34px;
}

.series-top-arr-container,
.series-bottom-arr-container {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
}

@media screen and (max-width: 400px) {
  .slick-dots {
    width: 100%;
    height: 20px;
    text-align: center;
    bottom: 0 !important;
  }
  .slides .slick-dots li {
    display: inline-block;
    width: 8px !important;
    height: 8px !important;
    border-radius: 5px !important;
    background: #f1eeee !important;
  }
  .slides .slick-dots li.slick-active {
    background: #a1120a !important;
  }
  .slick-dots li span {
    width: 8px !important;
    height: 8px !important;
    border-radius: 5px !important;
    background: none !important;
    font-size: 0px !important;
  }
  .slides .slick-dots li.slick-active span:before {
    display: none;
  }
  .flexslider button {
    display: none;
  }
}

@media screen and (max-width: 1024px) and (min-width: 400px) {
  .slick-dots {
    width: 100%;
    height: 20px;
    text-align: center;
    bottom: 7px !important;
  }
  .slides .slick-dots li {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border-radius: 5px !important;
    background: #f1eeee !important;
  }
  .slides .slick-dots li.slick-active {
    background: #a1120a !important;
  }
  .slick-dots li span {
    width: 10px !important;
    height: 10px !important;
    border-radius: 5px !important;
    background: none !important;
  }
  .slides .slick-dots li.slick-active span:before {
    display: none;
  }
  .flexslider button {
    top: 50% !important;
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 1024px) {
  .vedio-container:first-child {
    margin-right: 0
  }
  #menus {
    display: none
  }
  .series-top-arr-container {
    top: 0;
  }
  .series-bottom-arr-container {
    bottom: 10px;
  }
  #ad-swiper {
    /*height: 350px;*/
    padding: 20px 7%;
  }
  .series-left {
    width: 100%;
    /*height: 300px;*/
    background-size: 100%;
  }
  #series {
    margin-top: 20px;
  }
  /*.title{*/
  /*font-size: 24px;*/
  /*margin-bottom: 5px;*/
  /*}*/
  .slogan {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .readMore {
    font-size: 9px;
    width: 60px;
    height: 20px;
    line-height: 20px;
    margin-left: calc(50% - 35px);
    padding: 5px;
  }
  .series-right {
    width: 100%;
    height: 300px;
  }
  .series-arr-img {
    width: 19px;
    height: 10px;
  }
  .series-arr-bottom {
    bottom: 10px;
  }
  .series-arr-top {
    top: 10px;
  }
  .video-play {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
  }
}

#ad,
#product-slider {
  /*padding: 0 10px;*/
  /*margin-bottom: 66px;*/
  position: relative;
}

.ad-slider-img {
  width: 100%;
  /*height: 100%;*/
}

#productVideo {
  /* max-height: 250px; */
  width: 100%;
  position: relative;
}

.my-video {
  width: 100%;
}

.video-default {
  width: 100%;
  height: 100%;
}

.video-shader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, .2);
  cursor: pointer;
}

/*--- 新闻列表cell ---*/

@media screen and (min-width: 1025px) {
  #video {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 100px;
  }
  .index-news-inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  #news {
    max-width: 1260px;
    margin: 0 auto;
    padding: 175px 10px 0;
    overflow: hidden;
  }
  #product-swiper {
    padding: 0 8%;
  }
  .index-news .news-title-chinese {
    position: absolute;
    width: 100%;
    top: -30px;
  }
  .index-news .news-left .news-left-img {
    width: 100%;
    min-height: 100%;
  }
  .index-news .news-title-english {
    padding-top: 40px;
  }
  .news-title,
  .vedio-title,
  .product-title {
    /*overflow: hidden;*/
    text-align: center;
    margin-bottom: 60px;
    position: relative;
  }
  .news-item-container {
    width: 100%;
    height: 195px;
    overflow: hidden;
  }
  .news-title-chinese,
  .vedio-title-chinese,
  .product-title-chinese {
    font-size: 40px;
    color: #d61418;
    display: block;
  }
  .news-title-english {
    font-size: 12px;
    color: #d61418;
    display: block;
    text-transform: uppercase;
    margin-top: 16px;
  }
  .news-left {
    width: calc(50% - 30px);
    float: left;
    position: relative;
    margin: 10px 20px 10px 10px;
  }
  .first-news-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 24px);
    color: #eeeeee;
    background-color: rgba(0, 0, 0, .6);
    padding: 15px 12px;
  }
  .news-left:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
  }
  /*.news-left:hover .firstNewsTime,.news-left:hover .firstNewsTitle,.news-left:hover .firstNewsBody{*/
  /*color:#AA0D1C;*/
  /*}*/
  .read-more-news {
    margin-left: calc(50% - 50px);
    margin-top: 15px;
    padding-bottom: 60px;
  }
  .news-readMore {
    color: #202020;
    font-size: 12px;
    width: 100px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    display: block;
    border: 1px solid #333333;
  }
  .news-readMore:hover {
    background-color: #333333;
    color: #ffffff;
  }
  /*.more-products .more:hover,*/
  /*.read-more-news:hover,*/
  /*.news-readMore:hover{*/
  /*color:#AA0D1C;*/
  /*}*/
  .news-left::after {
    content: '';
    display: block;
    clear: both
  }
  .firstNewsTime {
    font-size: 12px;
  }
  .firstNewsTitle {
    font-size: 16px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .firstNewsTitle:after {
    clear: both
  }
  .firstNewsBody {
    font-size: 12px;
    margin-bottom: 10px;
    /*line-height: 20px;*/
    /*height: 40px;*/
    /*width: 584px;*/
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .firstNewsImage {
    /*width: 540px;*/
    height: 426px;
    overflow: hidden;
  }
  .firstNewsImageimg {
    max-width: 100%;
    min-height: 100%;
  }
  .firstReadMore {
    height: 38px;
    width: 120px;
    font-size: 14px;
    color: #FFF;
    background-color: #b61910;
    display: block;
    text-align: center;
    line-height: 38px;
    margin-top: 35px;
  }
  .news-right {
    width: 50%;
    float: left;
    margin-top: 10px;
  }
  .newsCell {
    display: flex;
    /*flex-direction: row;*/
    /*align-items: center;*/
    /*justify-content: space-around;*/
    /*padding: 0 10px;*/
    margin-top: 22.5px;
    height: 127px;
    background-color: white;
    width: calc(100% - 10px);
  }
  .news-right a:nth-child(2) .newsCell {
    margin-top: 0;
  }
  .newsCell:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  }
  .newsCell-top {
    display: flex;
    display: -webkit-flex;
    /* Safari */
    justify-content: space-between;
    margin-bottom: 15px;
  }
  /*.newsCell:hover .newsCell-title,.newsCell:hover .newsCell-time,.newsCell:hover .newsCell-detail{*/
  /*color:#AA0D1C;*/
  /*}*/
  .newsCell-title {
    font-size: 16px;
    display: block;
    color: #202020;
    margin: 15px 0 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .newsCell-time {
    font-size: 12px;
    color: #666666;
    display: block;
  }
  .newsCell-detail {
    font-size: 12px;
    color: #202020;
    display: block;
    margin-bottom: 12px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media screen and (max-width: 1024px) {
  #news {
    padding: 20px 10px;
  }
  .news-left {
    display: none;
  }
  .news-title-chinese {
    display: block;
    text-align: center;
    font-size: 24px;
  }
  .news-title-english {
    display: block;
    text-align: center;
    font-size: 12px;
  }
  .more-products .more:hover,
  .read-more-news .news-readMore:hover {
    color: #AA0D1C;
  }
  .more-products {
    left: 0;
    bottom: -28px;
    right: auto;
    top: auto;
    position: absolute;
    width: 100%;
    text-align: center;
  }
  .newsCell {
    padding: 13px 15px;
  }
  .newsCell:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
  }
  .newsCell-left {
    width: 128px !important;
    height: 80px !important;
  }
  .newsCell-right {
    width: calc(100% - 135px) !important;
    float: right;
  }
  .newsCell-title {
    display: block;
    font-size: 15px;
    line-height: 16px;
    color: #333333;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .newsCell-time {
    display: block;
    font-size: 12px;
    color: #999999;
    margin-top: 15px;
  }
  .newsCell-detail {
    display: block;
    font-size: 13px;
    margin-top: 11px;
    line-height: 13px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #video {
    padding: 0
  }
  #vedio .vedio-title,
  .vedio-title-chinese {
    display: block;
    text-align: center
  }
  #product .product-title,
  .product-title-chinese {
    display: block;
    text-align: center
  }
  .vedio-content {
    margin-top: 10px !important
  }
  .vedio-container {
    width: 100%;
    margin-bottom: 20px
  }
  .intro-video {
    height: auto
  }
}

.vedio-content::after {
  content: '';
  display: block;
  clear: both
}

#imgBanner {
  width: 100%;
  height: auto;
}

.otherPageBanner {
  width: 100%;
}

.news-content-nav {
  overflow: hidden;
}

.newsCell-left {
  float: left;
}

.newsCell-right {
  float: right
}

@media screen and (min-width: 1025px) {
  .personal-center-container .menu-list-container {
    display: none;
  }
  .news-content-nav {
    display: flex;
    display: -webkit-flex;
    /* Safari */
    align-items: baseline;
  }
  .newsCell-left {
    width: 193px;
    height: 100%;
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    justify-items: center;
    overflow: hidden;
  }
  .newsCell-left-img {
    height: 100%;
  }
  .newsCell-right {
    width: calc(100% - 225px);
  }
  #newsContent .nav-breadcrumb {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
  }
  .news-nav-left {
    /* width: 210px; */
    float: left;
  }
  #newsDetailContent .news-nav-right {
    width: 100%;
    margin: 0;
    background-color: white;
  }
  .news-nav-right {
    float: right;
  }
  #news-content .news-nav-right {
    float: none;
  }
  .about-efuton-info {
    width: calc(100% - 162px);
  }
  .aboutUs-nav-right {
    float: left;
  }
  .not-left-nav {
    width: 100%;
  }
  .news-nav-chinese {
    font-size: 18px;
    margin-right: 10px;
  }
  .news-nav-english {
    font-size: 12px;
  }
  .news-nav-indexLink {}
  .news-nav-arr {
    margin: 0 15px;
  }
  .news-nav-current {}
  .news-content-container {
    /*overflow: hidden;*/
    /* margin-top: 40px; */
  }
  .news-menu {
    font-size: 14px;
    font-weight: 500;
  }
  .news-menu>li {
    padding: 15px 0;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
  }
  .curr-selected-menu {
    color: #d61418
  }
  .list-container {
    width: calc((100% - 75px) / 3);
    float: left;
    margin: 5px 0 20px 5px;
    cursor: pointer;
    height: 371px;
  }
  .list-container:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .list-container:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  }
  .list-container-img {
    width: 100%;
  }
  .list-container-title {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .list-container-text {
    padding: 0 15px;
    position: relative;
    height: 166px;
  }
  .list-container-detail {
    font-size: 14px;
    color: #666666;
    text-indent: 2em;
    margin: 15px 0;
    display: block;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .list-container-time {
    text-align: right;
    font-size: 12px;
    padding: 10px;
    position: absolute;
    right: 20px;
    bottom: 0;
  }
  .nav-breadcrumb {
    font-size: 12px;
    overflow: hidden;
    color: #333333;
  }
  .news-menu>ul span {
    color: #808080;
  }
  .news-menu>ul>li {
    color: #222222;
    cursor: default;
    font-size: 16px;
    font-weight: 600;
  }
  .news-menu>ul {
    margin-bottom: 20px;
  }
  .news-menu>ul li {
    padding: 15px 0;
    padding-left: 20px;
  }
  .news-menu>ul>a>li {
    font-size: 14px;
    color: #808080;
  }
  .news-menu>ul li:not(:first-child) {
    cursor: pointer;
  }
}

@media screen and (max-width: 1024px) {
  #imgBanner {
    display: none;
  }
  #productContent .menu-list-container {
    display: none;
  }
  #newsContent {
    overflow: hidden;
  }
  .list-container {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .list-container-img {
    width: 36%;
    float: left;
    padding: 0 15px;
  }
  .list-container-text {
    width: calc(100% - 36% - 50px);
    float: left;
  }
  .list-container-title {
    font-size: 16px;
    display: block;
  }
  .list-container-time {
    font-size: 11px;
    display: block;
    text-align: right;
  }
  .list-container-detail {
    font-size: 11px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .nav-breadcrumb {
    display: none;
  }
  .personal-center-menu {
    display: none;
  }
}

.menu-item-arr-product {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transition: 1s;
}

.menu-item-arr-trans {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transition: 1s;
}

/*.menu-item-arr-transDefault{*/

/*transform: rotate(90deg);*/

/*-ms-transform: rotate(90deg);*/

/*-moz-transform: rotate(90deg);*/

/*-webkit-transform: rotate(90deg);*/

/*-o-transform: rotate(90deg);*/

/*transition: 1s;*/

/*}*/

/*--- 产品页 ---*/

@media screen and (min-width: 1025px) {
  .product-menu {
    font-size: 14px;
    font-weight: 500;
  }
  .backTopImage {
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 40px;
    right: 120px;
    cursor: pointer;
    background-image: url('../images/back-top-icon.png');
  }
  .backTopImage:hover {
    background-image: url('../images/back-top-hover-icon.png');
  }
  /*.product-menu>li{*/
  /*padding: 15px 0;*/
  /*padding-left: 20px;*/
  /*}*/
  /*.product-menu>li:not(:last-child){*/
  /*border-bottom: 1px solid #E0E0E0;*/
  /*}*/
  .product-menu-item {
    font-size: 18px;
    margin-top: 40px;
  }
  .menu-item-class {
    /*padding: 15px 0;*/
    /*padding-left: 20px;*/
    position: relative;
    cursor: pointer;
  }
  .menu-item-class>.text {
    /*display: block;*/
    /*width: calc(100% - 50px);*/
    /*padding: 15px 0;*/
    display: inline-block;
    width: 100px;
  }
  .menu-item-list {
    /*background-color: #fcfcfc;*/
    display: none;
  }
  .menu-item-arr {
    vertical-align: middle;
  }
  .menu-item-arr-div {
    /*width: 50px;*/
    /*height: 40px;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 18px;*/
    text-align: center;
  }
  /*.menu-item-arr-trans{*/
  /*transform: rotate(-90deg);*/
  /*-ms-transform: rotate(-90deg);*/
  /*-moz-transform: rotate(-90deg);*/
  /*-webkit-transform: rotate(-90deg);*/
  /*-o-transform: rotate(-90deg);*/
  /*transition: 1s;*/
  /*}*/
  /*.menu-item-arr-transDefault{*/
  /*transform: rotate(90deg);*/
  /*-ms-transform: rotate(90deg);*/
  /*-moz-transform: rotate(90deg);*/
  /*-webkit-transform: rotate(90deg);*/
  /*-o-transform: rotate(90deg);*/
  /*transition: 1s;*/
  /*}*/
  .menu-item-list li {
    /*padding: 15px 0;*/
    /*padding-left: 50px;*/
    margin-top: 20px
  }
  .product-list-topImg {
    width: 100%;
  }
  .product-list {
    overflow: hidden;
    padding: 30px 5px;
  }
  .product-list>.productComm {
    float: left;
    width: calc((100% / 5) - 60px);
    padding: 30px;
    margin-top: 15px;
  }
  .product-list>.productComm:not(:nth-child(5n)) {
    /*margin-right: 27px;*/
  }
  .product-list>.productComm:hover {
    webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  }
  .product-list>div>.productComm-top {
    height: auto;
    margin-bottom: 30px;
  }
  .product-list>div>.productComm-bottom {
    height: auto;
    margin-bottom: 20px;
  }
  .menu-md,
  .phone-menu-select {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  #adboutEfutonContent .menu-list-container,
  .business-container .menu-list-container {
    display: none;
  }
  .news-nav-left .product-menu-item:last-child {
    padding-right: 36px;
  }
  #adboutEfutonContent .QA-container,
  .business-container .QA-container {
    padding-top: 0;
  }
  .productComm-top {
    padding-top: 20px;
  }
  .product-list-topImg {
    width: 100%;
    margin-top: 46px;
  }
  .menu-item-arr-div {
    position: absolute;
    top: 12px;
    right: 30px;
  }
  .product-list {
    overflow: hidden;
  }
  .product-list .productComm {
    width: calc(50% - 15px);
    padding-left: 10px;
    float: left;
  }
  .phone-menu-select {
    width: 100%;
    /*position: fixed;*/
    /*top: 70px;*/
    height: 45px;
    background: white;
    border-bottom: 1px solid #e0e0e0;
    z-index: 100;
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transition: 0.3s;
  }
  .phone-menu-select>span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
  }
  .phone-menu-arr {
    position: absolute;
    left: calc(50% - 10px);
    top: 25px;
    width: 20px;
  }
  .menu-list-container {
    width: 100%;
    position: absolute;
    top: 0;
    border-bottom: 1px solid #CCCCCC;
    background-color: white;
    height: 40px;
  }
  .product-menu {
    /*width: 100%;*/
    font-size: 14px;
    z-index: 10;
    height: 100%;
    display: -webkit-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .news-content-container {
    position: relative;
  }
  .product-menu-item {
    height: 100%;
  }
  .menu-item-class,
  .menu-item-list li {
    padding: 10px 9px 10px 28px;
  }
  .menu-item-class {
    position: relative;
    height: calc(100% - 20px);
  }
  .menu-item-list {
    display: none;
    font-size: 12px;
    color: #555555;
  }
  .page-hidden {
    overflow: hidden;
  }
  .menu-md {
    display: none;
    /*position: fixed;*/
    top: 98px;
  }
  .page-hidden .menu-md {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    display: block;
  }
  .phone-menu-select.close-menu {
    /*top: -50px;*/
    transform: translate(0, -96px);
    -webkit-transform: translate(0, -96px);
    -moz-transform: translate(0, -96px);
    -o-transform: translate(0, -96px);
    -ms-transform: translate(0, -96px);
    transition: 0.3s;
  }
}

@media screen and (min-width: 1025px) {
  .title-chinese {
    display: none
  }
  .online-shop-chinese {
    font-size: 24px;
    color: #555555;
  }
  .online-shop-english {
    font-size: 14px;
    color: #555555;
  }
  .salesNetworkName {
    width: 60%;
  }
  .salesPlatform {
    width: 25%;
  }
  .salesNetworkCell .lookMore {
    text-decoration: underline;
  }
  .salesNetworkCell {
    padding: 20px 0;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .salesNetworkCell>img {
    width: 100px;
    margin-right: 20px;
  }
}

.sales-network-list {
  width: 100%;
}

.salesNetworkCell {
  font-size: 16px;
  color: #555555;
  overflow: hidden;
}

.salesNetworkCell:not(:last-child) {
  border-bottom: 1px dashed #e0e0e0;
}

.salesNetworkCell>span {
  display: block;
  float: left;
}

@media screen and (max-width: 500px) {
  .slider-banner .bannerImg {
    /*margin-left: -64px;*/
    height: 125px !important;
    width: auto !important;
  }
}

@media screen and (max-width: 1024px) {
  .online-shop-chinese {
    font-size: 15px;
    color: #313030;
    padding-left: 3%;
    padding-top: 20px;
  }
  .slick-slide {
    height: 125px !important;
  }
  .title-chinese {
    font-weight: 500;
    font-size: 15px;
    color: #313030;
    text-align: center;
    padding: 19px 0 13px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  /*.horizon{*/
  /*margin: 10px 0;*/
  /*height:1px;*/
  /*background-color:#d6d6d6;*/
  /*}*/
  .online-shop-english {
    font-size: 9px;
    color: #555555;
    display: block;
    padding-left: 3%;
  }
  .salesNetworkCell .lookMore {
    /*display: none;*/
  }
  .salesNetworkCell>img {
    width: 35px;
    margin-right: 20px;
  }
  .sales-network-list {
    padding: 0 5%;
  }
  .salesNetworkCell {
    padding: 20px 5%;
    width: 80%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .salesNetworkName {
    width: 60%;
  }
  .salesPlatform {
    width: 40%;
    text-align: right;
  }
}

/*-- 新闻详情 --*/

.news-info {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
}

.news-content video {
  width: 500px;
}

@media screen and (min-width: 1025px) {
  .news-title-info {
    font-size: 32px;
    margin: 0 0 40px 0;
    padding-top: 60px;
    font-weight: 500;
  }
  #newsDetailContent .news-content-container {
    margin-top: 0;
  }
  #newsDetailContent {
    padding: 0;
  }
  .news-info {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    padding-left: 23px;
    padding-right: 23px;
  }
  .news-issuer-info {
    font-size: 12px;
    color: #999999;
  }
  .news-issuer {}
  .news-time-info {
    font-size: 12px;
    color: #999999;
    margin-left: 120px;
  }
  .news-time {}
  .news-content {
    padding: 20px 23px 40px;
    font-family: 宋体, SimSun;
    font-size: 16px;
    color: #202020;
  }
  .news-content>img {
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
  }
  .news-content>img:nth-child(2n) {
    margin-left: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .news-main-body {
    padding: 30px 15px;
  }
  .news-main-body img {
    width: 300px;
  }
  .news-title-info {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .news-issuer-info,
  .news-time-info {
    font-size: 11px;
    color: #666666;
  }
  .news-time-info {
    margin-left: 25px;
  }
  .news-content>img {
    width: 100%;
  }
  .news-content {
    font-family: 宋体, SimSun;
    font-size: 16px;
    padding: 20px 0;
  }
  .news-content video {
    width: 100%;
  }
}

.news-bottom-opc {
  font-size: 14px;
  font-weight: 500;
  padding: 25px 20px 0;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  justify-content: space-between;
}

.news-bottom-opc>span {
  cursor: pointer;
}

.previous-page {}

.next-page {}

/*-- 加入我们 --*/

@media screen and (min-width: 1025px) {
  .standard-container>div {
    border-bottom: none!important;
    font-size: 14px;
  }
  .standard-container .standard-content p {
    font-size: 16px;
  }
  .standard-container .standard-title {
    margin-top: 20px;
    font-size: 26px;
    color: #262626;
    margin-bottom: 22px;
    padding: 0!important;
  }
  .standard-container .standard-intro {
    font-size: 18px;
    color: #262626;
    margin-bottom: 22px;
    padding: 0!important;
  }
  .standard-container .standard-create-at {
    font-size: 16px;
    color: #999999;
    margin-bottom: 22px;
    padding: 0!important;
  }
  .standardListCell,
  .joinUsCell {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dashed #e0e0e0;
    padding: 20px 0;
  }
  .recruitment-list {
    margin-bottom: 20px;
  }
  .standardListCell>span,
  .joinUsCell>span {
    display: block;
    float: left;
    color: #555555;
  }
  .standard-list-title {
    width: 80%;
    font-size: 16px;
    font-weight: 500;
    float: left;
  }
  .standard-list-time {
    width: 20%;
    font-size: 16px;
    font-weight: 500;
    color: #111111;
  }
  .joinUs-job-title {
    width: 20%;
    font-size: 16px;
    font-weight: 500;
    float: left;
  }
  .joinUs-job-num {
    width: 20%;
    font-size: 14px;
  }
  .joinUsCell:not(:first-child) .joinUs-job-num {
    width: 18%;
    padding-left: 2%;
  }
  .joinUs-job-type {
    width: 20%;
    font-size: 14px;
  }
  .joinUs-job-address {
    width: 40%;
    font-size: 14px;
  }
  .joinUsCell .lookMore {
    font-size: 14px;
    color: #555555;
    float: left;
  }
  #joinUsContent .news-nav-right>div {
    padding: 40px 0;
  }
  .campusRecr .campusDetail {
    font-size: 14px;
    color: #555555;
    padding-top: 40px;
  }
  .recruitment-list {
    padding-top: 30px;
  }
  .office-environment-img>img,
  .office-environment-img>div>img,
  .office-environment-img>div {
    float: left;
  }
  .office-environment-img>div {
    display: flex;
    display: -webkit-flex;
    /* Safari */
    flex-direction: column;
  }
  .office-work-address {
    width: 100%;
  }
  .contact-us-info {
    padding-top: 40px;
  }
  .contact-us-type {
    overflow: hidden;
    padding-bottom: 30px;
  }
  .contact-us-cell {
    width: 33%;
    float: left;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    align-items: center;
    justify-content: center;
    height: 56px;
  }
  .contact-cell-logo {
    float: left;
  }
  .contact-cell-detail {
    float: left;
    width: 70%;
    /*height: 100%;*/
    padding-left: 10px;
  }
  .contact-cell-detail>span {
    color: #555555;
    font-size: 14px;
    display: block;
  }
  .contact-us-input-left {
    width: 25%;
    float: left;
    overflow: hidden;
  }
  .contact-us-input-info {
    overflow: hidden;
    height: 150px;
  }
  .contact-us-input-left>input {
    width: 95%;
    border: 0;
    background: #F5F5F5;
    height: 35px;
    padding-left: 15px;
  }
  .contact-us-input-left>input:not(:first-child) {
    margin-top: 20px;
  }
  .contact-us-input-right {
    width: 70%;
    margin-left: 20px;
    height: 95%;
    background: #F5F5F5;
    /*padding: 0;*/
    border: 0;
    padding: 10px;
  }
  .contact-us-btn {
    height: 48px;
    width: 300px;
    background-color: white;
    font-size: 14px;
    color: #555555;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-top: 50px;
    cursor: pointer;
    margin-left: calc((100% - 300px) / 2);
  }
}

@media screen and (max-width: 1024px) {
  .standard-container>div {
    border-bottom: none!important;
    font-size: 14px;
  }
  .standard-container .standard-content p {
    font-size: 14px;
  }
  .standard-container .standard-title {
    margin-top: 20px;
    font-size: 20px;
    color: #262626;
    margin-bottom: 22px;
    padding: 0!important;
  }
  .standard-container .standard-intro {
    font-size: 18px;
    color: #262626;
    margin-bottom: 22px;
    padding: 0!important;
  }
  .standard-container .standard-create-at {
    font-size: 12px;
    color: #999999;
    margin-bottom: 22px;
    padding: 0!important;
  }
  .standard-container .standard-content img {
    max-width: 100%;
  }
  .contact-container>div img {
    width: 100%;
    height: auto;
  }
  .recruitment-list {
    padding: 0 10px;
  }
  .standardListCell,
  .joinUsCell {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
  }
  .standardListCell:not(:last-child),
  .joinUsCell:not(:last-child) {
    border-bottom: 1px dashed #e0e0e0;
  }
  .standardListCell>span,
  .joinUsCell>span {
    display: block;
    float: left;
    color: #555555;
  }
  .standard-list-title {
    width: 50%;
    font-size: 16px;
    font-weight: 500;
    float: left;
  }
  .standard-list-time {
    width: 50%;
    font-size: 14px;
    font-weight: 500;
    color: #111111;
  }
  .joinUs-job-title {
    width: 25%;
    font-size: 16px;
    font-weight: 500;
    float: left;
  }
  .joinUs-job-type {
    width: 25%;
    font-size: 14px;
  }
  .joinUs-job-num {
    width: 25%;
    font-size: 14px;
  }
  .joinUs-job-address {
    width: 25%;
    font-size: 14px;
  }
  .joinUsCell .lookMore {
    display: none;
  }
  .campusRecr .campusDetail {
    font-size: 12px;
    color: #555555;
    padding: 20px 15px 0;
  }
  .contact-us-input-left>input {
    width: calc(100% - 30px);
    border: 0;
    background: #F5F5F5;
    height: 35px;
    padding: 0 15px;
  }
  .contact-us-input-left>input:not(:first-child) {
    margin-top: 10px;
  }
  .contact-us-input-right {
    width: calc(100% - 30px);
    padding: 15px;
    height: 70px;
    margin-top: 10px;
    background: #F5F5F5;
    /*padding: 0;*/
    border: 0;
  }
  .contact-us-btn {
    height: 38px;
    width: 180px;
    background-color: white;
    font-size: 14px;
    color: #555555;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-top: 30px;
    cursor: pointer;
    margin-left: calc((100% - 180px) / 2);
  }
  .contact-us-cell {
    width: 100%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }
  .office-work-address {
    width: 100%;
    margin-top: 10px;
  }
  .contact-us-type {
    padding: 20px 0;
  }
  .contact-cell-detail>span {
    display: block;
  }
  .contact-us-cell .contact-cell-logo {
    width: 10%;
    float: left;
  }
  .contact-cell-detail {
    width: 60%;
    padding-left: 10%;
    float: left;
    font-size: 12px;
    color: #555555;
  }
  .office-environment-img>img,
  .office-environment-img>div>img {
    width: calc(100% - 20px);
  }
}

.about-efuton-info>div:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

/*-- 走进艺福堂 --*/

.culture-list-item-content {
  font-size: 14px;
  color: #555555;
}

.culture-list-item-content>li {
  padding: 5px 0;
}

@media screen and (min-width: 1025px) {
  .company-synopsis {}
  .bread-cruem {
    float: left;
  }
  .search-container {
    overflow: hidden;
    float: right;
    border-bottom: 1px solid #b2b2b2;
    margin-left: 20px;
  }
  .search-img {
    float: left;
    width: 30px;
    height: 30px;
    background: url('../img/search.png') no-repeat center center/100%;
  }
  .search-news-input,
  .search-year-input {
    height: 26px;
    border: 0;
    color: #111111;
    width: 150px;
    font-size: 14px;
  }
  .search-news-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b2b2b2;
  }
  .search-news-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b2b2b2;
  }
  .search-news-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b2b2b2;
  }
  .search-news-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b2b2b2;
  }
  .search-year-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b2b2b2;
  }
  .search-year-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b2b2b2;
  }
  .search-year-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b2b2b2;
  }
  .search-year-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b2b2b2;
  }
  .search-news-input:focus,
  .search-year-input:focus {
    border: none !important;
  }
  .search-year {
    overflow: hidden;
    float: left;
    border-bottom: 1px solid #b2b2b2;
  }
  .search-year>.el-icon-date {
    color: #b2b2b2;
  }
  .about-efuton-info>div:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
  }
  #adboutEfutonContent .news-nav-right>div,
  #joinUsContent .news-nav-right>div,
  #QAContent .news-nav-right>div,
  #newsContent .news-nav-right>div,
  #businessContent .news-nav-right>div,
  #joinUsDetailContent .news-nav-right>div {
    margin-left: 125px;
    padding: 10px 0;
    width: calc(100% - 125px);
  }
  /*#adboutEfutonContent .news-nav-right>.honor-container {*/
  /*margin-left: 20%;*/
  /*padding: 40px 0;*/
  /*}*/
  #adboutEfutonContent .news-nav-right>.all-video-container {
    width: auto
  }
  #adboutEfutonContent .news-nav-right>.intro-container {
    padding: 40px 0 130px 0;
  }
  #adboutEfutonContent .news-nav-right>.intro-container>.intro-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 33px
  }
  #adboutEfutonContent .news-nav-right>.leader-list {
    width: auto
  }
  .company-synopsis-body {
    padding-top: 30px;
  }
  .company-synopsis-body p {
    font-size: 14px;
    color: #555555;
    text-indent: 2em;
  }
  .company-synopsis-body>p {
    padding-top: 40px;
  }
  .company-synopsis-body-top {
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    align-items: center;
  }
  .company-synopsis-body-top>img {
    width: 40%;
    float: left;
  }
  .company-synopsis-body-top>p {
    width: 60%;
    float: left;
    padding: 0 30px 0 70px;
  }
  .our-mission .missionDetail,
  .our-culture .cultureDetail {
    font-size: 14px;
    color: #555555;
    padding-top: 40px;
  }
  .mission-img-list {
    overflow: hidden;
    padding-top: 40px;
  }
  .mission-img-list>img {
    width: 50%;
    float: left;
    padding-right: 10px;
  }
  .mission-img-list>div {
    float: left;
    width: calc(50% - 10px);
  }
  .mission-img-list>div>img {
    width: calc((100% - 10px) / 2);
  }
  .mission-img-list>div>img:first-child {
    padding-right: 10px;
  }
  .cultureImg {
    background: url("../img/culture.png") no-repeat center center/100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    height: 260px;
    margin-top: 30px;
  }
  .culture-round {
    display: inline-block;
    color: #bd1117;
    font-size: 8px;
  }
  .culture-list {}
  .culture-list-item {}
  .culture-list-item-title {
    padding: 45px 0 25px;
    font-size: 18px;
    color: #555555;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .culture-list-item-title>span {
    padding-right: 15px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  #adboutEfutonContent .news-nav-right>div {
    margin-left: 14%;
    padding: 40px 0;
    width: 86%;
  }
  .content-container {
    padding: 60px 40px;
  }
}

@media screen and (max-width: 1024px) {
  .about-efuton-info {
    /*padding: 0 10px;*/
  }
  .grey-background {
    /* height: 20px; */
    background: #f5f5f5;
  }
  .company-synopsis-body p {
    font-size: 12px;
    padding: 10px 0;
  }
  .company-synopsis-body-top>img {
    width: 100%;
    margin-top: 10px;
  }
  .missionDetail,
  .cultureDetail {
    font-size: 12px;
    color: #555555;
    padding: 10px 0;
  }
  .mission-img-list {
    padding: 10px 0;
  }
  .mission-img-list>img {
    width: 100%;
  }
  .mission-img-list>div>img {
    width: calc(50% - 5px);
  }
  .mission-img-list>div>img:last-child {
    margin-left: 10px;
  }
  .cultureImg {
    background: url("../img/culture.png") no-repeat center center/100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    margin-top: 10px;
  }
  .cultureImg>span {
    font-size: 14px;
  }
  .culture-list-item-title {
    padding: 15px 0 10px;
    font-size: 12px;
    color: #555555;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .culture-round {
    display: inline-block;
    color: #bd1117;
    font-size: 8px;
  }
  .culture-list-item-title>span {
    padding-right: 15px;
  }
}

.news-menu>li,
.menu-item-list li {
  font-size: 14px;
  cursor: pointer;
}

.product-video {
  width: 100%;
  background-color: black;
}

@media screen and (min-width: 1025px) {
  .product-video-list {
    overflow: hidden;
  }
  .product-video {
    height: 433px;
    width: 100%;
    float: left;
  }
  .product-video-cell {
    float: left;
    cursor: pointer;
  }
  .product-video-cell:not(:first-child) {
    margin-top: 20px;
  }
  .video-info {
    margin-top: 10px;
    display: inline-block;
    width: calc(100% - 253px);
  }
  .video-name {
    font-size: 18px;
    color: #111111;
    display: block;
  }
  .product-video-name-select {
    color: #a90a1a;
  }
  .video-time {
    font-size: 14px;
    color: #111111;
    margin-top: 3px;
    display: block;
  }
  .video-spec {
    font-size: 14px;
    color: #111111;
    display: block;
    margin-top: 16px;
  }
  .video-list {
    width: 233px;
    float: left;
    margin-left: 18px;
    height: 433px;
    overflow-y: scroll;
  }
  .product-video-img {
    width: 100%;
    position: relative;
  }
  .product-video-img>img {
    width: 100%;
  }
  .product-video-cell:hover .product-video-img>div {
    display: flex;
    display: -webkit-flex;
  }
  .product-video-img>div {
    height: 97%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    justify-content: center;
    align-items: center;
    display: none;
  }
  .product-video-img>div>div {
    text-align: center;
  }
  .product-video-img>div>div>img {
    width: 30px;
  }
  .product-video-img>div>div>span {
    font-size: 12px;
    color: #ffffff;
    display: block;
  }
  .product-video-detail {
    font-size: 14px;
    padding: 10px 5px 0;
  }
  .product-video-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 100%;
    display: block;
  }
  .product-video-count {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
}

.product-video-img>div>span {
  font-size: 12px;
  color: #ffffff;
}

.product-video-detail {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .product-video-cell,
  .product-video-img,
  .product-video-img>img {
    width: 100%;
    position: relative;
  }
  .product-video-cell {
    padding-top: 10px;
  }
  .product-video {
    height: 300px;
  }
  .product-video-img>div {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    justify-content: center;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 97%;
  }
  .product-video-img>div>div {
    text-align: center;
  }
  .product-video-img>div>div>img {
    width: 30px;
  }
  .product-video-img>div>div>span {
    font-size: 14px;
    color: #ffffff;
    display: block;
  }
  .product-video-detail {
    padding: 10px 5px 0;
  }
}

@media screen and (min-width: 1025px) {
  .materialBaseCell .campusDetail {
    font-size: 14px;
    color: #555555;
    padding-top: 40px;
  }
  .materialBaseImage {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .QA-container {
    /*padding: 0 10px;*/
    padding-top: 41px;
  }
  .materialBaseCell .campusDetail {
    font-size: 12px;
    color: #555555;
    padding-top: 20px;
  }
  .materialBaseImage {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .job-title {
    font-size: 24px;
    color: #333333;
  }
  .job-type {
    font-size: 14px;
    color: #555555;
  }
  .job-detail-list {
    font-size: 14px;
    color: #555555;
    padding: 30px 0;
  }
  .job-detail-list>div {
    overflow: hidden;
    padding: 15px;
  }
  .job-detail-list>div>ul {
    float: left;
    width: calc(100% - 130px);
  }
  .job-detail-list>div>span {
    float: left;
    display: block;
  }
  .job-detail-item>span:first-child {
    width: 130px;
  }
  .job-detail-item:not(:nth-child(2n)) {
    background-color: #f2f2f2;
  }
  .applyBtn {
    width: 300px;
    height: 50px;
    background-color: #333333;
    cursor: pointer;
    font-size: 14px;
    margin-left: 130px;
    text-align: center;
    display: block;
    line-height: 50px;
    color: #ffffff;
  }
}

@media screen and (max-width: 1024px) {
  .job-title {
    font-size: 18px;
    color: #333333;
    margin-left: 3%;
    padding-top: 20px;
  }
  .job-type {
    font-size: 12px;
    color: #555555;
    margin-left: 3%;
  }
  .job-detail-list {
    font-size: 12px;
    color: #555555;
    padding: 10px 0;
  }
  .job-detail-list>div {
    overflow: hidden;
    padding: 10px;
  }
  .job-detail-list>div>ul {
    float: left;
    width: calc(100% - 130px);
  }
  .job-detail-list>div>span {
    float: left;
    display: block;
  }
  .job-detail-item>span:first-child {
    width: 130px;
  }
  .job-detail-item>ul>p>span {
    white-space: normal!important;
  }
  .job-detail-item:not(:nth-child(2n)) {
    background-color: #f2f2f2;
  }
  .applyBtn {
    width: 180px;
    height: 38px;
    background-color: #333333;
    color: white;
    cursor: pointer;
    font-size: 14px;
    margin-left: calc(50% - 90px);
    text-align: center;
    display: block;
    line-height: 38px;
  }
  .fwcx-opc-cell {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
}

@media screen and (min-width: 1025px) {
  .buyInquiryLeft {}
  .buyInquiryLeft>h4 {
    font-size: 18px;
    color: #252424;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .noListTips {
    color: #bd1117;
    font-size: 14px;
    display: block;
    margin: 15px 0;
    background-color: #fbd4d5;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 7px;
  }
  .buyInquiryTips {
    font-size: 14px;
    color: #4c4b4b;
    display: block;
  }
  .buyInquiryList {
    width: calc(100% - 176px);
    margin-left: 77px;
  }
  .buy-inquiry-list {
    margin-left: 176px;
  }
  .buyInquiryList>div {
    overflow: hidden;
    margin-bottom: 15px;
    height: 40px;
    line-height: 40px;
  }
  .buyInquiryList>div>span {
    font-size: 14px;
    color: #000;
    display: block;
    width: 112px;
    float: left;
  }
  .buyInquiryList>div>input {
    float: left;
    height: 36px;
    border: 1px solid #D9D9D9;
    font-size: 14px;
  }
  .phoneTextInput {
    width: 390px;
  }
  .imgCaptchaInput,
  .messageCaptchaInput {
    width: 182px;
  }
  .captchaImage {
    width: 93px;
    margin-left: 14px;
    height: 38px;
    float: left;
  }
  .messageCaptchaBtn {
    width: 133px;
    margin-left: 14px;
    color: #ffffff;
    font-size: 16px;
    float: left;
    padding: 0;
    height: 38px;
    background-color: #333333;
    border: 0;
    cursor: pointer;
  }
  .buyInquiryBtn {
    color: #ffffff;
    font-size: 18px;
    margin: 15px 0;
    margin-left: 189px;
    width: 290px;
    background-color: #333333;
    text-align: center;
    height: 38px;
    border: 0;
    cursor: pointer;
  }
  .buy-inquiry-btn {
    margin-left: 287px;
  }
  .buy-inquiry-container {
    height: 420px;
  }
  .marin-bottom-inquiry-container {
    height: 490px;
  }
  .buyInquiryRight {}
  .buy-inquiry-tips {
    color: #666666;
    font-size: 16px;
    display: block;
    margin: 46px 0 0 30px;
  }
  .buyInquiryRight>h4 {
    font-size: 18px;
    color: #191919;
    font-weight: 500;
  }
  .rankingTab {
    position: relative;
  }
  .rankingMenu {
    border-bottom: 1px solid #e0e0e0;
  }
  .rankingMenu span {
    font-size: 18px;
    color: #333333;
    display: block;
    cursor: pointer;
  }
  .rankingMenu>ul>li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    height: 60px;
    line-height: 60px;
  }
  .rankingMenu>ul>li:not(:last-child)::before {
    content: '';
    display: block;
    width: 1px;
    height: 34px;
    background-color: #cccccc;
    position: absolute;
    right: 0;
    top: 16px;
  }
  .rankingSelectedMenu {
    color: #d61418 !important;
  }
  .rankingSelectedMenu::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #d61418;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .rankingContent {
    margin-bottom: 15px;
  }
  .rankingContent>div {
    display: none;
    min-height: 306px;
  }
  .rankingContent>div>div {
    padding: 20px 70px;
    font-size: 16px;
    overflow: hidden;
    color: #333333;
    font-weight: 200;
  }
  .rankingContent>div>div:not(:first-child) {
    border-bottom: 1px dashed #cccccc;
  }
  .rankingContent>div>div>span {
    display: block;
    float: left;
  }
  .rankingContent-header {
    color: #1a1919;
    background-color: #F5F5F5;
  }
  .rankingId {
    font-weight: 600;
    width: 30%;
  }
  .rankingPhone {
    width: 37%;
    font-weight: 600;
  }
  .rankingMoney {
    width: 33%;
    font-weight: 600;
  }
  .showRankingList {
    display: block !important;
  }
  #buyInquiryReasonContent {
    background-color: #f5f5f5;
    padding: 5px 0;
  }
  .reasonContent {
    overflow: hidden;
  }
  .searchReasonContent {
    padding-left: 4%;
  }
  .searchReasonContent>h4 {
    color: #252424;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0;
  }
  .userContentInfo {
    float: left;
    width: 28%;
    position: relative;
  }
  .reasonContent {
    background-color: white;
  }
  .rs-user-info {
    overflow: hidden;
    margin: 0 15%;
    padding: 20px 0;
  }
  .rs-user-info:not(:last-child) {
    border-bottom: 1px dashed #e0e0e0;
  }
  .rs-user-info>img {
    float: left;
    width: 20px;
    margin-top: 10px;
  }
  .rs-user-info-detail {
    float: left;
    padding-left: 40px;
  }
  .rs-user-info-detail>span {
    display: block;
    color: #191919;
    font-size: 16px;
  }
  .rs-user-info-detail>span:not(:first-child) {
    margin-top: 10px;
  }
  .rs-container {
    width: 65%;
    float: left;
    padding: 20px 30px;
    position: relative;
  }
  .rs-container:after {
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    content: "";
    top: 0;
    background: #e0e0e0;
  }
  .total-records {
    font-size: 14px;
    color: #111111;
    font-weight: 600;
  }
  .buy-records-list {
    margin: 20px 0;
  }
  .buy-records-cell {
    font-size: 14px;
    color: #111111;
    font-weight: 500;
    border: 1px solid #e0e0e0;
  }
  .buy-records-cell:not(:last-child) {
    margin-bottom: 20px;
  }
  .buy-records-cell>div {
    padding: 20px 30px;
  }
  .order-user-info {}
  .order-user-info-cell {
    position: relative;
    margin-bottom: 5px;
  }
  .order-user-info-cell>span:not(:first-child) {
    margin-left: 40px;
  }
  .total-money {
    font-size: 16px;
    color: #bd1117;
  }
  .total-money-item,
  .order-more {
    position: absolute;
    right: 30px;
  }
  .order-more {
    text-decoration: underline;
    cursor: pointer;
  }
  .order-detail-info {
    display: none;
    border-top: 1px solid #e0e0e0;
  }
  .buy-order-list {
    margin-top: 15px;
  }
  .buy-order-titleCell {
    background-color: #e5e5e5;
    padding: 15px 0;
    overflow: hidden;
  }
  .buy-order-cell {
    padding: 15px 0;
    overflow: hidden;
  }
  .buy-order-titleCell>span,
  .buy-order-cell>span {
    display: block;
    float: left;
  }
  .order-product-name {
    padding-left: 10%;
    width: 50%;
  }
  .order-product-money {
    width: 25%;
  }
  .order-product-count {}
  .buy-order-cell:not(:last-child) {
    border-bottom: 1px dashed #e0e0e0;
  }
  .buy-order-cell-id {
    width: 10%;
    text-align: center;
  }
  .buy-order-cell-name {
    width: 50%;
  }
  .buy-order-cell-money {
    width: 25%;
  }
  .buy-inquiry-tabs {}
  .buy-inquiry-tabs-item {
    width: 50%;
    float: left;
    height: 60px;
    line-height: 60px;
    color: #333333;
    font-size: 22px;
    position: relative;
    background-color: #eeeeee;
    cursor: pointer;
    text-align: center;
  }
  .buy-inquiry-tabs-item-selected {
    background-color: #ffffff;
  }
  .buy-inquiry-tabs-item-selected::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #d61418;
    position: absolute;
    top: 0;
    left: 0;
  }
  .buy-inquiry-content {
    padding: 0;
    margin-top: 20px;
    border: 1px solid #AAAAAA;
  }
}

@media screen and (max-width: 1024px) {
  .buy-inquiry-tabs-item {
    color: #6a6a6a;
    font-size: 13px;
    width: 50%;
    text-align: center;
    position: relative;
    height: 100%;
    float: left;
  }
  .buy-records-list {
    margin-bottom: 20px;
  }
  .buy-inquiry-tabs::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #eeeeee;
    position: absolute;
    top: -5px;
    left: 0;
  }
  .buy-inquiry-tabs {
    border-bottom: 1px solid #CCCCCC;
    height: 40px;
    line-height: 40px;
    position: relative;
  }
  .buy-inquiry-tabs-item-selected {
    color: #d61418;
  }
  .buy-inquiry-tips {
    font-size: 12px;
    color: #666666;
  }
  .buyInquiryLeft {
    padding: 0 37px;
  }
  .buy-inquiry-tabs-item-selected::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #d61418;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .buyInquiryLeft>h4,
  .buyInquiryRight>h4 {
    color: #0f0f0f;
    font-size: 18px;
  }
  .buyInquiryTips {
    font-size: 12px;
    color: #333333;
  }
  .buyInquiryList span {
    display: none;
  }
  .buyInquiryList input {
    height: 37px;
    float: left;
    background-color: #EEEEEE;
    border: 0;
  }
  .buyInquiryList>div {
    overflow: hidden;
    margin-top: 15px;
  }
  .imgCaptchaInput,
  .messageCaptchaInput {
    width: calc(100% - 160px);
  }
  #captchaImage {
    float: left;
    width: 100px;
    height: 37px;
    margin-left: 10px;
  }
  .phoneTextInput {
    width: 100%;
  }
  .messageCaptchaBtn {
    width: 100px;
    margin-left: 10px;
    color: #ffffff;
    font-size: 12px;
    float: left;
    padding: 0;
    height: 37px;
    background-color: #333333;
    border: 0;
    cursor: pointer;
  }
  .buyInquiryBtn {
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    margin: 20px 0;
    padding: 0;
    height: 40px;
    background-color: #333333;
    border: 0;
    cursor: pointer;
  }
  .rankingMenu>ul {
    overflow: hidden;
  }
  .rankingMenu>ul>li {
    float: left;
    width: 25%;
    font-size: 15px;
    color: #1a1919;
    overflow: hidden;
  }
  .rankingTab {
    border: 1px solid #e0e0e0;
  }
  .rankingSelectedMenu {
    background-color: #eeeeee;
    color: #333333;
  }
  .rankingMenu>ul>li>span {
    display: block;
    text-align: center;
    height: 44px;
    line-height: 44px;
    color: #666666;
  }
  .rankingContent>div>div>span {
    display: block;
    float: left;
  }
  .rankingContent-header {
    color: #1a1919;
    background-color: #eef1f6;
    font-size: 15px;
  }
  .rankingId {
    font-weight: 500;
    width: 10%;
  }
  .rankingPhone {
    width: 50%;
    font-weight: 500;
  }
  .rankingMoney {
    width: 35%;
    font-weight: 500;
  }
  .rankingListCell:nth-child(2n+1) {
    background-color: #fcfcfc;
  }
  .rankingContent>div>div {
    padding: 15px 25px;
    font-size: 14px;
    overflow: hidden;
  }
  .rankingMoney {
    text-align: right;
  }
  .rankingPhone {
    text-align: center;
  }
  #buyInquiryReasonContent {
    background-color: #F5F5F5;
  }
  .reasonContent>div {
    background-color: white;
    padding: 0 15px;
  }
  .searchReasonContent>h4 {
    display: none;
  }
  .userContentInfo {
    overflow: hidden;
  }
  .rs-user-info {
    width: calc(50% - 20px);
    float: left;
    padding: 20px 10px;
    font-size: 15px;
  }
  .rs-user-info:nth-last-child(2) {
    height: 45px;
  }
  .rs-user-info>img {
    width: 18px;
    float: left;
    margin-right: 20px;
  }
  .rs-user-info-detail {
    float: left;
  }
  .rs-user-info-detail>span {
    display: block;
    font-size: 12px;
  }
  .rs-user-info-detail>span:first-child {
    color: #808080;
  }
  .rs-user-info-detail>span:last-child {
    color: #191919;
  }
  .rs-container {
    margin-top: 20px;
  }
  .total-records {
    color: #191919;
    font-size: 15px;
    font-weight: 500;
  }
  .order-user-info-cell {
    font-size: 14px;
    position: relative;
    color: #111111;
  }
  .order-user-info-cell>span {
    display: block;
  }
  .order-user-info-cell:first-child {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
  }
  .order-user-info-cell:not(:first-child) {
    margin-top: 5px;
  }
  .total-money-item {
    position: absolute;
    right: 10px;
    top: -2px;
  }
  .total-money {
    font-size: 15px;
    color: #bd1117;
  }
  .order-user-info {
    padding: 15px;
    background-color: #FAFAFA;
  }
  .order-more {
    position: relative;
    padding-top: 10px;
    margin-top: 10px;
  }
  .buy-records-cell {
    border: 1px solid #e0e0e0;
    margin-top: 15px;
  }
  .order-more:before {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    content: '';
    position: absolute;
    top: 0;
  }
  .order-user-time {
    font-size: 12px;
    color: #656565;
  }
  .order-user-phone {}
  .order-more-arr-phone {
    position: absolute;
    right: 10px;
    top: 13px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: 1s;
  }
  .order-detail-info>span {
    display: none;
  }
  .buy-order-list>div {
    overflow: hidden;
    font-size: 15px;
  }
  .buy-order-list>div>span {
    display: block;
    float: left;
    color: #111111;
    font-size: 12px;
  }
  .order-product-name {
    margin-left: 10%;
    width: 68%;
  }
  .buy-order-cell-id {
    width: 10%;
    text-align: center;
    font-size: 12px;
  }
  .buy-order-list>div {
    padding: 15px 0;
  }
  .buy-order-cell-name {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .buy-order-cell:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
  }
  .buy-order-cell-money,
  .buy-order-cell-count {
    font-size: 12px;
  }
  .buy-order-list {
    border-top: 1px solid #e0e0e0;
  }
  .order-detail-info {
    display: none;
  }
  .menu-item-arr-trans {}
  .transform-order-arr {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: 1s;
  }
}

.invoiceSearchContianer>h4 {
  font-size: 22px;
  color: #333333;
  margin-bottom: 30px;
  font-weight: 500;
}

.invoiceSearchContianer .buyInquiryTips {
  width: 100%;
  display: block;
  color: #666666;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  #invoiceSearchContent {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 1025px) {
  #invoiceReasonContent {
    margin-bottom: 1%;
  }
  .invoice-reason-header,
  .invoice-reason-cell {
    overflow: hidden;
  }
  #invoiceReasonContent>div {
    padding: 15px 0;
  }
  #invoiceReasonContent>div:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
  }
  #invoiceReasonContent>div>span {
    font-size: 16px;
    color: #111111;
    display: block;
    float: left;
  }
  .invoice-header-name {
    padding-left: 10%;
    width: 35%;
  }
  .invoice-header-number {
    width: 25%;
  }
  .invoice-header-amountMoney {
    width: 10%;
  }
  .invoice-header-money {
    width: 10%;
  }
  .invoice-cell-id {
    width: 10%;
    text-align: center;
  }
  .invoice-cell-name {
    width: 35%;
  }
  .invoice-cell-number {
    width: 25%;
  }
  .invoice-cell-amountMoney {
    width: 10%;
  }
  .invoice-cell-money {
    width: 10%;
  }
  .invoice-cell-more {
    width: 10%;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
    float: left;
  }
  .invoice-cell-more:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 1024px) {
  .invoice-reason-header,
  .invoice-reason-cell {
    overflow: hidden;
  }
  #invoiceReasonContent>div {
    padding: 10px;
  }
  #invoiceReasonContent>div:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
  }
  #invoiceReasonContent>div>span {
    font-size: 14px;
    color: #111111;
    display: block;
    float: left;
  }
  .invoice-header-name {
    padding-left: 10%;
    width: 30%;
    text-align: center;
  }
  .invoice-header-number {
    width: 30%;
    text-align: center;
  }
  .invoice-header-amountMoney {
    width: 10%;
    display: none !important;
  }
  .invoice-header-money {
    width: 10%;
    display: none !important;
  }
  .invoice-cell-id {
    width: 10%;
    text-align: center;
  }
  .invoice-cell-name {
    width: 30%;
    text-align: center;
  }
  .invoice-cell-number {
    width: 30%;
    text-align: center;
  }
  .invoice-cell-amountMoney {
    width: 10%;
    display: none !important;
  }
  .invoice-cell-money {
    width: 10%;
    display: none !important;
  }
  .invoice-cell-more {
    width: 30%;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    display: block;
    float: left;
  }
  .invoice-cell-more:hover {
    text-decoration: underline;
  }
}

.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #bd1117;
  border-color: #bd1117;
}

.el-checkbox__inner:hover {
  border-color: #bd1117;
}

@media screen and (min-width: 1025px) {
  #supplierContent {}
  #supplierContent>h1 {
    text-align: center;
  }
  #supplierContent>div>h4 {
    font-size: 22px;
    color: #111111;
    margin-top: 20px;
  }
  #supplierContent>div {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
  .supplier-cell {
    overflow: hidden;
    margin-top: 20px;
  }
  .supplier-cell>span {
    display: block;
    float: left;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    width: 23%;
    text-align: right;
  }
  .supplier-cell>span>span {
    font-size: 12px;
    color: #4c4b4b;
  }
  .supplier-cell>input,
  .supplier-cell>textarea {
    float: left;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    height: 30px;
    margin-left: 10%;
    width: 60%;
    max-width: 60%;
    font-size: 14px;
  }
  .supplier-cell>textarea {
    height: 100px;
  }
  #supplierContent>div>.supplier-cell>.uploadBtn {
    height: 30px;
    margin-left: 10%;
    width: 100px;
    border-radius: 4px;
    float: left;
  }
  .uploadBtn {
    font-size: 14px;
    background-color: #b61910;
    border: 0;
    color: #ffffff;
  }
  .verifyInput {
    width: 23% !important;
  }
  .supplier-cell:last-child {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .submit-supplier {
    font-size: 16px;
    width: 180px;
    height: 38px;
    background-color: #b61910;
    border: 0;
    color: #ffffff;
    border-radius: 6px;
  }
}

.supplier-info:last-child {
  text-align: center;
  padding-top: 30px;
}

@media screen and (max-width: 1024px) {
  .supplier-content {
    padding: 10px 20px;
  }
  #supplierContent>h1 {
    font-size: 24px;
  }
  .supplier-info>h4 {
    font-size: 18px;
    padding: 15px 10px 5px;
  }
  .supplier-cell {
    font-size: 12px;
    overflow: hidden;
    margin-top: 10px;
  }
  .supplier-cell>span {
    display: block;
    width: 40%;
    float: left;
  }
  .supplier-cell>input,
  .supplier-cell>textarea {
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    float: left;
    width: 47%;
  }
  .supplier-cell>input {
    height: 25px;
  }
  #supplierContent>div>.supplier-cell>.uploadBtn {
    height: 20px;
    margin-left: 10px;
    width: 25%;
    border-radius: 4px;
    float: left;
  }
  .uploadBtn {
    font-size: 12px;
    background-color: #b61910;
    border: 0;
    color: #ffffff;
  }
  .submit-supplier {
    font-size: 12px;
    width: 40%;
    height: 38px;
    background-color: #b61910;
    border: 0;
    color: #ffffff;
    border-radius: 6px;
  }
  #supplierVerify {
    width: calc(47% + 30px);
    float: right;
    margin-right: 5px;
    margin-top: 10px;
  }
  .submit-file-info {
    float: left;
    display: none;
    cursor: pointer;
    width: 40%;
  }
  .submit-file {
    float: left;
    display: none;
    cursor: pointer;
    width: 40%;
  }
  .delete-file {
    width: 20px;
    float: left;
    padding-left: 5px;
  }
  .submit-file .filename {
    display: block;
    width: calc(100% - 25px);
    overflow-y: hidden;
    float: left;
    height: 20px;
    line-height: 20px;
  }
  .delect-file {
    width: 20px;
    float: left;
    padding-left: 5px;
  }
  .submit-file-info .submit-file-name {
    display: block;
    width: calc(100% - 25px);
    overflow-y: hidden;
    float: left;
    height: 20px;
    line-height: 20px;
  }
}

.uploadInput {
  display: none;
}

.activ-detail-info>h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}

.activ-detail-info span {
  font-size: 12px;
  font-weight: 500;
}

.activ-detail-info>div>span {
  display: block;
  float: left;
}

.activ-detail-info>div {
  margin: 20px 0;
  overflow: hidden;
}

.activ-detail-info {
  border-bottom: 1px solid #f5f5f5;
}

@media screen and (min-width: 1025px) {
  .activ-detail-container {
    margin-top: 40px;
  }
  .activ-detail-info span {
    color: #1a1a1a;
  }
  .activ-detail-info>div {
    margin: 20px 0;
  }
  .activ-issuer {
    width: 20%;
  }
  .activ-send-time {}
}

.activ-detail-content {
  font-size: 16px;
  font-family: 宋体, SimSun;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .activ-detail-container {
    padding: 20px 15px;
  }
  .activ-detail-info span {
    color: #666666;
  }
  .activ-detail-info>div {
    margin: 20px 0 10px;
  }
  .activ-send-time {
    padding-left: 20px;
  }
  .activ-detail-content img {
    width: 100%;
  }
}

.cats-name,
.cats-tip {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.cats-name {
  font-size: 18px;
  font-weight: 600;
}

/*--- 填写应聘信息 ---*/

@media screen and (min-width: 1025px) {
  .apply-info {}
  .apply-info-cell {
    overflow: hidden;
    padding: 10px 0;
    padding-left: 5%;
    height: 38px;
    line-height: 38px;
  }
  .apply-info-cell>span {
    display: block;
    float: left;
    width: 15%;
    font-size: 16px;
    text-align: right;
  }
  .submit-file-name {
    font-size: 14px;
  }
  .delect-file {
    width: 20px;
    margin-left: 5px;
    vertical-align: sub;
  }
  .submit-file-info {
    margin-left: 20px;
    cursor: pointer;
  }
  #joinUsDetailContent .submit-file-info {
    float: left;
    display: none;
  }
  .apply-info-cell>span>span {
    font-size: 12px;
  }
  .apply-info-cell>input {
    float: left;
    height: 36px;
    width: 35%;
    border: 1px solid #e0e0e0;
    margin-left: 10%;
    font-size: 14px;
  }
  .apply-info-cell>select {
    float: left;
    height: 36px;
    width: calc(35% + 30px);
    border: 1px solid #e0e0e0;
    margin-left: 10%;
    font-size: 14px;
    padding: 0 15px;
  }
  .sunmit-inputFile {
    display: none;
  }
  .submit-apply {
    font-size: 14px;
    background-color: #333333;
    border: 0;
    color: #ffffff;
    margin-left: 10%;
    float: left;
    height: 39px;
    width: 120px;
  }
  .apply-info-cell:last-child {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .apply-verifyInput {
    width: 13% !important;
  }
  .applyVerify {
    width: 20%;
    padding-left: 1%;
    height: 38px;
    float: left;
  }
  .apply-submit-btn {
    font-size: 14px;
    background-color: #333333;
    border: 0;
    color: #ffffff;
    height: 38px;
    width: 180px;
    margin-top: 30px;
    margin-left: 29%;
  }
  .apply-info-cell>label {
    font-size: 14px;
    padding-left: 20px;
  }
  .boyLabel {
    margin-left: 10%;
  }
}

@media screen and (max-width: 1024px) {
  .apply-info {
    padding: 10px 20px;
  }
  .apply-info-cell {
    margin-top: 10px;
    overflow: hidden;
  }
  .apply-info-cell>span {
    display: block;
    float: left;
    width: 30%;
    font-size: 12px;
    text-align: right;
    height: 30px;
    line-height: 30px;
  }
  .submit-file-name {
    font-size: 12px;
  }
  .apply-info-cell>span>span {
    font-size: 12px;
  }
  .apply-info-cell>input {
    float: left;
    height: 28px;
    width: 40%;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    margin-left: 10%;
    font-size: 12px;
  }
  .apply-info-cell>select {
    float: left;
    height: 28px;
    width: calc(40% + 30px);
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    margin-left: 10%;
    font-size: 12px;
    padding: 0 15px;
    outline: none;
  }
  .sunmit-inputFile {
    display: none;
  }
  .submit-apply {
    font-size: 14px;
    background-color: #333333;
    border: 0;
    color: #ffffff;
    margin-left: 10%;
    float: left;
    height: 30px;
    width: 120px;
  }
  .apply-info-cell:last-child {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .applyVerify {
    width: 180px;
    height: 40px;
    float: left;
    margin-top: 5px;
    margin-left: 40%;
  }
  .apply-submit-btn {
    font-size: 14px;
    background-color: #333333;
    border: 0;
    color: #ffffff;
    margin-left: calc((100% - 150px) / 2);
    float: left;
    height: 38px;
    width: 150px;
    margin-top: 15px;
  }
  .apply-info-cell>label {
    font-size: 14px;
    padding-left: 20px;
  }
  .boyLabel {
    margin-left: 10%;
  }
  .apply-info-cell .submit-file-info {
    margin-left: 10%;
  }
  .apply-info-cell .submit-file-name {
    height: 30px;
    line-height: 30px;
  }
  .apply-info-cell .delect-file {
    margin-top: 5px;
  }
}

.el-pagination {
  padding: 20px 0;
  text-align: center;
}

.el-pager li.active {
  border-color: #BD1117 !important;
  background-color: #BD1117 !important;
}

.el-select-dropdown__item.selected.hover {
  background-color: #bd1117;
}

.el-select-dropdown__item.selected {
  background-color: #bd1117;
}

.el-pagination__sizes .el-input .el-input__inner:hover {
  border-color: #bd1117;
}

/*--- 商品详情 ---*/

@media screen and (min-width: 1025px) {
  .product-detail-content {
    background-color: #f5f5f5;
  }
  .bread-cruem {
    color: #333333;
    font-size: 12px;
    padding: 31px 0;
  }
  .el-pagination {
    text-align: right;
  }
  #product-detail-crumb>.bread-cruem>a,
  #product-detail-crumb>.bread-cruem>span {
    color: #454545;
    font-size: 12px;
  }
  #product-detail-content {
    margin: 0 auto;
    max-width: 1280px;
  }
  #poster-detail-content {
    margin: 0 auto;
    max-width: 1280px;
  }
  #cooperateDetailContent {
    margin: 0 auto;
    max-width: 1280px;
  }
  .product-name {
    font-size: 20px;
    color: #202020;
    font-weight: bold;
  }
  .product-desc {
    padding: 20px 0;
    color: #333333;
    font-size: 16px;
    font-weight: 200;
  }
  .product-img-list {
    float: left;
    width: 565px;
  }
  .product-big-img {
    width: 450px;
    float: left;
  }
  .product-small-img-list {
    height: 450px;
    width: 82px;
    float: left;
    margin-left: 10px;
  }
  .product-small-img-list>ul {
    overflow: hidden;
  }
  .product-small-img-list img {
    width: 100%;
    float: left;
  }
  .product-small-img-list>ul>li:not(:last-child) {
    margin-bottom: 10px;
  }
  .product-small-img-cell {
    overflow: hidden;
    width: 100%;
  }
  .product-detail-wrap {
    float: left;
    padding-left: 93px;
    width: calc(100% - 658px);
  }
  .product-wrap-money {}
  .product-wrap-money>span {
    color: #d61318;
  }
  .product-money {
    font-size: 36px;
  }
  .product-money-symbol {
    font-size: 18px;
  }
  .product-detail-info {
    margin-top: 40px;
  }
  .product-detail-info-cell {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 50px;
    margin-left: 10px;
    border-bottom: 1px solid #CCCCCC;
  }
  .pInfo-cell-round {
    display: inline-block;
    background-color: #bd1117;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    float: left;
  }
  .pInfo-cell-name,
  .pInfo-cell-content {
    font-size: 16px;
    color: #4c4c4c;
    float: left;
  }
  .pInfo-cell-name {
    padding-left: 5%;
    width: 50%;
    display: block;
  }
  a.pInfo-cell-content {
    text-decoration: underline;
  }
  .product-detail-layout {
    min-height: 1200px;
    border-top: 1px solid #666666;
    margin-top: 80px;
    padding-top: 30px;
  }
  .pDetail-layout-left {
    width: 70%;
    float: left;
  }
  .pDetail-layout-left>h6 {
    font-size: 18px;
  }
  .pDetail-layout-right>h6 {
    font-size: 16px;
  }
  .product-info-desc-cell {
    width: 50%;
    float: left;
    border-bottom: 1px dashed #e0e0e0;
    padding: 15px 0;
  }
  .product-info-desc-cell-name {
    font-size: 14px;
    color: #4c4c4c;
    width: 120px;
    display: block;
    float: left;
  }
  .product-info-desc-cell-desc {
    font-size: 14px;
    color: #999999;
    float: left;
  }
  .pDetail-layout-left-info {
    padding: 20px 0;
    overflow-y: hidden;
  }
  .pDetail-layout-left-info p {
    font-size: 0
  }
  .pDetail-layout-left-desc-list {}
  .pDetail-layout-right {
    float: left;
    width: 25%;
    margin-left: 5%;
  }
  .look-again-plist {
    width: 100%;
    border: 1px solid #e0e0e0;
    margin-top: 25px;
  }
  .look-again-plist>.productComm {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    background-color: white;
  }
  .look-again-plist>.productComm:last-child {
    border-bottom: 0;
  }
  .product-ops-btn {
    width: 188px;
    height: 40px;
    font-size: 18px;
    border: 0;
    margin-top: 33px;
  }
  .product-ops-add {
    background-color: #333333;
    color: #ffffff;
    margin-left: 24px;
  }
  .product-ops-buy {
    border: 1px solid #333333;
    color: #333333;
    background: white;
  }
}

@media screen and (max-width: 1025px) {
  #product-detail-content {
    padding: 0 0 20px;
  }
  .product-img-list {}
  .product-img-list .flex-control-nav {
    position: relative;
  }
  .product-img-list .flex-active {
    background-color: #030303 !important;
  }
  .product-img-list .flex-control-paging li a {
    width: 6px;
    height: 6px;
  }
  .product-detail-wrap {
    border-bottom: 1px solid #CCCCCC;
  }
  .pDetail-layout-right {
    display: none;
  }
  .pDetail-layout-left>h6 {
    color: #333333;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .product-ops-btn {
    width: 130px;
    height: 37px;
    margin: 20px;
    font-size: 12px;
    border: 0;
  }
  .product-ops-buy {
    background-color: #333333;
    color: #ffffff;
  }
  .product-ops-add {
    border: 1px solid #333333;
    color: #333333;
    background: white;
  }
  .product-detail-wrap,
  .product-detail-layout {
    padding: 0 15px;
  }
  .product-big-img {
    display: none;
  }
  .product-small-img {
    width: 100%;
  }
  .bread-cruem {
    display: none;
  }
  .flexslider {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .product-desc {
    font-size: 14px;
    color: #202020;
    margin-top: 14px;
  }
  .product-name {
    font-size: 16px;
    color: #202020;
  }
  .product-wrap-money {
    margin-top: 10px;
    background-color: #EEEEEE;
    padding: 5px 0 10px 5px;
  }
  .product-wrap-money>span {
    color: #202020;
  }
  .product-money-symbol {
    font-size: 16px;
  }
  .product-money {
    font-size: 20px;
  }
  .product-detail-info .product-detail-info-cell {
    overflow: hidden;
  }
  .product-detail-info .product-detail-info-cell:nth-child(-n+2) {
    background-color: #EEEEEE;
    padding: 0 5px 10px;
    font-size: 12px;
    color: #999999;
  }
  .product-detail-info .product-detail-info-cell:nth-child(-n+2) .pInfo-cell-content {
    padding-left: 30px;
  }
  .product-detail-info .product-detail-info-cell:nth-child(n+3) .pInfo-cell-content {
    display: none;
  }
  .product-detail-info .product-detail-info-cell:nth-child(n+3) {
    font-size: 12px;
    color: #333333;
    padding: 10px 0 10px 5px;
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .isIntegral-pInfo-cell {
    color: #6a6a6a;
  }
  .product-detail-info .product-detail-info-cell:nth-child(n+3) .pInfo-cell-name {
    width: 220px;
    display: block;
  }
  .product-detail-info .product-detail-info-cell:last-child {
    border: 0;
  }
  .product-detail-layout {
    margin-top: 20px;
  }
}

.isIntegral-pInfo-cell {
  display: block !important;
  margin-right: 20px;
}

.developerment-container {
  font: 14px/24px "Helvetica Neue", Helvetica, STheiti, "Microsoft Yahei", "冬青黑体简体中文 w3", 宋体, Arial, Tahoma, sans-serif, serif;
  margin: 0 auto;
}

.cx-container,
.cx-container>img {
  width: 100%;
}

.cx-container>img {
  float: left;
}

/* 企业团购 */

.groupon-content {
  text-align: center;
  font-size: 0;
}

.pics {
  max-width: 100%;
  margin: 0 auto;
  line-height: 0;
}

.pic {
  width: 100%;
  position: relative
}

.pic .contact {
  width: 100%;
  /* height: 100%; */
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20%;
  left: 0;
}

.pic .contact li {
  float: left;
  position: relative;
  width: 50%;
  margin: 0;
  text-align: center;
  color: white;
  padding-top: 20%;
}

.groupon-content .header-pic {
  margin-left: 10%;
  float: left;
  border-radius: 50%;
  width: 20%;
  max-width: 100%;
  /* margin-bottom: 2%; */
  box-shadow: 0 0 20px #333;
}

.groupon-content h2 {
  font-size: 19px;
  line-height: 31px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.groupon-content h2 span {
  font-weight: bold;
}

.groupon-content .group-phone {
  font-size: 39px;
  line-height: 119px;
  display: inline-block;
  /* margin-bottom: 4%; */
  background: none;
  color: #fff;
  float: left;
  margin: 5% 7% 0 1%;
}

.contact .group-phone {
  font-size: 39px;
  line-height: 119px;
  display: inline-block;
  /* margin-bottom: 4%; */
  background: none;
  color: #fff;
  float: left;
}

@media screen and (min-width: 1025px) {
  .contact .group-phone {
    margin: 5% 7% 0 1%;
  }
}

@media screen and (max-width: 1024px) {
  .contact .group-phone {
    margin: 5% 2% 0 1%;
  }
}

.groupon-content .group-title {
  font-size: 39px;
  line-height: 31px;
  margin: 0;
  padding: 26px 0;
  background: #007fdc;
  color: white;
  letter-spacing: 5px;
  text-align: center;
}

.groupon-content .ewm {
  /* display: block; */
  width: 20%;
  max-width: 100%;
  margin: 0 auto;
  float: left;
}

.groupon-content .group-phone .group-icon {
  width: 53px;
  margin: 0 0 -13px;
}

.groupon-content .group-name {
  font-size: 19px;
  line-height: 31px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .groupon-content .group-name {
    font-size: 12px;
  }
  .groupon-content .pic {
    margin-bottom: 40px
  }
  .groupon-content .pic:last-child {
    margin-bottom: 0
  }
  .contact .group-phone {
    font-size: 12px;
  }
}

@media screen and (min-width: 1025px) {
  .news-list-cell {
    /*padding: 30px 20px;*/
    /*margin: 10px 10px 0 0;*/
    overflow: hidden;
    position: relative;
    width: calc((100% - 28px * 3) / 4);
    float: left;
    margin-top: 64px;
    padding-bottom: 10px;
  }
  .news-list a:not(:nth-child(4n)) .news-list-cell,
  .active-content-list a:not(:nth-child(4n)) .news-list-cell {
    margin-right: 28px;
  }
  .active-content-list {
    padding-bottom: 20px;
  }
  .news-list-cell:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  }
  .news-list-cell img {
    width: 100%;
  }
  .news-list-cell-container {
    padding: 0 10px;
  }
  .news-list-cell-title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 10px 0 15px 0;
    height: 63px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .news-list-cell-detail {
    color: #333333;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    letter-spacing: 1px;
    height: 50px;
  }
  .news-list-cell-time {
    color: #666666;
    font-size: 12px;
  }
  #product-slider .hotSaleProduct {
    border: 1px solid #bd1117;
  }
  .hotSaleProduct .hot-sale-tag {
    position: absolute;
    left: -6px;
    top: -6px;
  }
}

.hotSaleProduct .productComm-bottom {
  /*background-color: #bd1117;*/
  color: #000;
  border-top: 1px solid #bd1117;
  border-top: 1px solid #bd1117;
}

@media screen and (max-width: 1024px) {
  .hot-sale-tag {
    display: none;
  }
  #product-slider .swiper-button-next,
  #product-slider .swiper-button-prev {
    display: none;
  }
  .news-list-cell {
    padding: 15px;
  }
  .news-list a:not(:last-child) .news-list-cell {
    border-bottom: 1px solid #e6e6e6;
  }
  .news-nav-right {
    background-color: #ffffff;
    /* padding-top: 10px; */
  }
  .news-nav-right .el-pagination {
    padding: 20px 0 !important;
  }
  .news-list {
    background-color: white;
  }
  .news-list-cell-headerImage {
    width: 127px;
    height: 80px;
    float: right;
    overflow: hidden;
    margin-top: 33px;
    margin-left: 23px;
  }
  .news-list-cell img {
    width: 100%;
  }
  .news-list-cell-container {
    width: calc(100% - 150px);
    float: left;
  }
  .news-list-cell-title {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .news-list-cell-detail {
    color: #666666;
    font-size: 12px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .news-list-cell-time {
    color: #d61418;
    font-size: 12px;
  }
  .search-year {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    margin-left: 5px;
  }
  .search-year .el-icon-date {
    color: #b2b2b2;
  }
  .news-opc-container {
    margin: 15px 0;
  }
  .search-container {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
  }
  .search-img {
    float: left;
    width: 30px;
    height: 30px;
    background: url('../img/search.png') no-repeat center center/100%;
  }
  .search-news-input,
  .search-year-input {
    height: 28px;
    border: 0;
    color: #111111;
    font-size: 14px;
    width: calc(100% - 105px);
  }
  .search-year,
  .search-container {
    padding: 5px 20px;
  }
  .search-year-input {
    margin-left: 5px;
  }
}

.wihContent {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.fwcx-container {
  width: 100%;
}

.fwcx-img-list>li {
  float: left;
  text-align: center;
  width: 25%;
}

.fwcx-img-list>li>img {
  width: 100%;
}

.fwcx-opc-cell {
  padding: 10px 0;
}

@media screen and (min-width: 1025px) {
  .fwcx-title {
    text-align: center;
    padding-top: 37px;
    position: relative;
    z-index: 9;
  }
  .fwcx-mid {
    /* background-color: #eeeeee; */
    background-image: url('/images/fwcx-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: -37px; */
    margin-top: 37px;
    position: relative;
  }
  .fwcx-dialog {
    position: absolute;
    width: 800px;
    height: 400px;
    top: 40px;
    left: calc(50% - 400px);
    background: #FFF;
    border-radius: 2px;
    box-shadow: 0 12px 48px 16px rgba(0,0,0,0.03);
  }
  .fwcx-dialog-header {
    display: flex;
    height: 56px;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .fwcx-dialog-title {
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    font-weight: 500;
  }
  .fwcx-dialog-close {
    color: rgba(0,0,0,0.45);
    font-size: 14px;
    cursor: pointer;
  }
  .fwcx-dialog-success {
    height: 94px;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 0 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .fwcx-dialog-success > img {
    height: auto;
    width: 54px;
    display: block;
  }
  .fwcx-dialog-success > span {
    font-size: 16px;
    color: #DF113D;
    margin-left: 10px;
  }
  .fwcx-dialog-content {
    height: 280px;
    box-sizing: border-box;
    background: #FFF;
    padding: 20px 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .fwcx-dialog-content-left {
    width: 252px;
    height: 240px;
    background: #FAFAFA;
    border-radius: 2px;
    padding: 16px 35px 12px;
    box-sizing: border-box;
  }
  .fwcx-example-img {
    height: 80px;
    width: auto;
    margin-bottom: 9px;
    display: block;
  }
  .fwcx-tips {
    font-size: 16px;
    color: #999999;
  }
  .fwcx-tips-title {
    font-size: 16px;
    color: #666666;
  }
  .fwcx-dialog-content-right {
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    width: 456px;
    height: 240px;
    padding: 20px 30px;
    box-sizing: border-box;
  }
  .fwcx-dialog-res-cell {
    font-size: 16px;
  }
  .fwcx-dialog-res-cell:not(:first-child) {
    margin-top: 20px;
  }
  .fwcx-dialog-res-cell > span {
    display: block;
    float: left;
  }
  .fwcx-dialog-res-cell>span:first-child {
    color: #555555;
    width: 110px;
  }
  .fwcx-dialog-res-cell>span:last-child {
    color: #111111;
  }
  .fwcx-mid-inner {
    padding-bottom: 67px;
    position: relative;
  }
  .fwcx-logo-container {
    padding-top: 29px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .fwcx-logo-container>img {
    height: 51px;
  }
  .fwcx-logo-container>img:first-child {
    margin-right: 60px;
  }
  .fwcx-icon-list {
    text-align: center;
    /* padding-top: 108px; */
    margin-top: 29px;
    margin-bottom: 25px;
  }
  .fwcx-icon-list>img:not(:last-child) {
    margin-right: 32px;
  }
  .fwcx-user-write-list {
    padding-left: 245px;
  }
  .fwcx-scan-success {
    color: #de0332;
    font-size: 14px;
    position: absolute;
    left: 81px;
    bottom: 12px;
    width: calc(100% - 42px - 81px);
  }
  .fwcx-scan-success>img {
    float: left;
  }
  .fwcx-scan-success>span {
    display: block;
    float: left;
    width: calc(100% - 64px);
    margin-left: 10px;
    margin-top: 3px;
    letter-spacing: 2px;
  }
  .fwcx-write-item {
    height: 36px;
    margin-top: 20px;
  }
  .fwcx-write-item>span {
    color: #FFF;
    font-size: 16px;
    float: left;
    display: block;
    width: 106px;
    text-align: left;
    height: 36px;
    line-height: 36px;
  }
  .fwcx-write-item>input {
    float: left;
    border: 1px solid #999999;
    height: 34px;
  }
  .fwcx-input {
    width: 278px;
  }
  .fwcx-yzm-input {
    width: 158px;
  }
  #fwcx-yzm {
    float: left;
    height: 36px;
    width: 100px;
    margin-left: 20px;
  }
  .fwcx-search-btn {
    width: 310px;
    height: 38px;
    background-color: #333333;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    margin-left: 106px;
    margin-top: 20px;
    cursor: pointer;
  }
  .fwcx-footer {
    padding: 33px 42px 51px;
  }
  .fwcx-footer>img,
  .fwcx-footer>div {
    float: left;
  }
  .fwcx-footer>img {
    width: 350px;
  }
  .fwcx-footer-right {
    width: calc(100% - 370px);
    margin-left: 20px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-top: 30px;
  }
  .fwcx-footer-right>span {
    display: block;
    padding: 26px 0 22px;
    text-align: left;
    text-indent: 2em;
  }
  .fwcx-search-footer-right {
    width: calc(100% - 400px);
    margin-left: 50px;
    margin-top: 0;
  }
  .fwcx-search-footer-right>img {
    margin-left: 20px;
  }
  .fwcx-search-tip {
    color: #c32f2b;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .fwcx-search-tip>img {
    float: left;
  }
  .fwcx-search-tip>span {
    float: left;
    display: block;
    width: calc(100% - 150px);
    margin-left: 7px;
    margin-top: -2px;
  }
  .fwcx-search-res-cell {
    margin-top: 18px;
    font-size: 14px;
  }
  .fwcx-search-res-cell>span {
    display: block;
    float: left;
  }
  .fwcx-search-res-cell>span:first-child {
    color: #666666;
    width: 137px;
  }
  .fwcx-search-res-cell>span:last-child {
    color: #030303;
    width: calc(100% - 137px);
  }
}

@media screen and (max-width: 1024px) {
  .fwcx-title {
    text-align: center;
    padding-top: 20px;
  }
  .fwcx-title>img {
    width: 180px;
  }
  .fwcx-mid {
    /* background-color: #eeeeee; */
    background-image: url('/images/fwcx-bg-mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: -28px; */
    margin-top: 28px;
  }
  .fwcx-mid-inner {
    padding-bottom: 80px;
    position: relative;
  }
  .fwcx-dialog {
    display: none;
  }
  .fwcx-logo-container {
    padding: 29px 20px 0;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .fwcx-logo-container>img:first-child {
    margin-bottom: 20px;
    height: 30px;
  }
  .fwcx-logo-container>img:last-child {
    width: 280px;
  }
  .fwcx-icon-list {
    text-align: center;
    padding-top: 55px;
    width: 250px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .fwcx-icon-list>img:nth-child(2n) {
    margin-left: 32px;
  }
  .fwcx-icon-list>img {
    width: 100px;
  }
  .fwcx-user-write-list {}
  .fwcx-scan-success {
    color: #de0332;
    font-size: 12px;
    position: absolute;
    left: 10px;
    bottom: 12px;
    width: 100%;
  }
  .fwcx-scan-success>img {
    float: left;
  }
  .fwcx-scan-success>span {
    display: block;
    float: left;
    width: calc(100% - 74px);
    margin-left: 10px;
    margin-top: 3px;
    letter-spacing: 2px;
  }
  .fwcx-write-item {
    margin-left: 40px;
  }
  .fwcx-write-item>span {
    color: #FFF;
    font-size: 16px;
    float: left;
    display: block;
    width: 100%;
    text-align: left;
    height: 36px;
    line-height: 36px;
  }
  .fwcx-write-item>input {
    float: left;
    border: 1px solid #999999;
    height: 34px;
  }
  .fwcx-input {
    width: calc(100% - 80px);
  }
  .fwcx-yzm-input {
    width: calc(100% - 80px - 120px);
  }
  #fwcx-yzm {
    float: left;
    height: 36px;
    width: 100px;
    margin-left: 20px;
  }
  .fwcx-search-btn {
    width: calc(100% - 80px);
    height: 38px;
    background-color: #333333;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    margin-left: 40px;
    margin-top: 20px;
    cursor: pointer;
  }
  .fwcx-footer-right {
    display: none;
  }
  .fwcx-footer>img,
  .fwcx-footer>div {
    float: left;
  }
  .fwcx-footer>img {
    display: none;
  }
  .fwcx-search-footer-right {
    margin-top: 0;
    padding: 33px 42px 0;
  }
  .fwcx-search-footer-right>img {
    margin-left: 20px;
  }
  .fwcx-search-tip {
    color: #c32f2b;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .fwcx-search-tip>img {
    float: left;
  }
  .fwcx-search-tip>span {
    float: left;
    display: block;
    width: calc(100% - 25px);
    margin-left: 7px;
    margin-top: -2px;
  }
  .fwcx-search-res-cell {
    margin-top: 18px;
    font-size: 14px;
  }
  .fwcx-search-res-cell>span {
    display: block;
    float: left;
  }
  .fwcx-search-res-cell>span:first-child {
    color: #666666;
    width: 137px;
  }
  .fwcx-search-res-cell>span:nth-child(2) {
    color: #030303;
    width: calc(100% - 137px);
  }

  .searchResultContainer {
    width: 100%;
  }
  .search-result-container {
    width: 100%;
  }
  .search-result-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 36px;
  }
  .search-result-header > img {
    display: block;
    width: 77px;
    height: 77px;
    margin-bottom: 21px;
  }
  .search-result-title {
    font-size: 16px;
    font-weight: 600;
    color: #03081A;
  }
  .search-result-content {
    padding-left: 28px;
    padding-right: 28px;
    box-sizing: border-box;
    font-size: 15px;
    color: #DF113D;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .search-result-tips-container {
    width: 100%;
    background: #FAFAFA;
    padding: 11px 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .search-result-example-img {
    display: block;
    width: 66px;
    height: 46px;
    margin-right: 13px;
  }
  .search-result-tips {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
  }
  .search-result-tips-title {
    color: #666666;
  }
  .search-result-table-content {
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    width: 100%;
  }
  .search-result-table-content-cell {
    height: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .search-result-table-content-cell > div {
    height: 100%;
    line-height: 20px;
    border-bottom: 1px solid #DDDDDD;
    padding: 0 12px;
    font-size: 15px;
    color: #666666;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .search-result-table-content-cell > div:first-child {
    width: 38%;
    border-right: 1px solid #DDDDDD;
  }
  .search-result-table-content-cell > div:last-child {
    width: 62%;
  }
}

.notFound-container {
  margin: 0 auto;
  padding: 0 30px;
  background-color: #EFEFEF;
  max-width: 500px;
  padding-top: 10%;
}

.notFindTips>h4 {
  font-size: 20px;
  color: #434343;
  font-weight: 400;
  width: 100%;
}

.notFindReason>span {
  font-size: 12px;
  color: #5d5d5d;
}

.notFindReason-list {
  font-size: 12px;
  color: #8d8d8d;
  margin-top: 10px;
  margin-left: 50px;
}

.notFindReason-list>li {
  list-style: disc;
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  .notFindPageContent>img {
    width: 100%;
  }
  .active-title-chinese,
  .active-content-list {
    background-color: white;
  }
}

@media screen and (min-width: 1025px) {
  .notFindReason-list>li {
    float: left;
  }
  .news-opc-container {
    display: block;
  }
  .news-list-cell-headerImage {
    width: 300px;
    height: 200px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    align-items: center;
  }
  .nothing-product {
    width: 100%;
    text-align: center;
    margin: 40px 0 100px 0;
  }
  .nothing-product>span {
    display: block;
    font-size: 14px;
    color: #999999;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.notFindOpc>button {
  width: 88px;
  height: 30px;
  border: 0;
  font-size: 12px;
  color: #FFF;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
}

.backLastPage {
  background-color: #bd1117;
}

.backIndex {
  background-color: #666666;
  margin-left: 30px;
}

.notFindOpc {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.el-input__inner {
  height: 31px;
}

.el-date-editor.el-input {
  width: 120px;
}

@media screen and (min-width: 1025px) {
  .leader-list-cell {
    width: calc((100% - 30px) / 3);
    float: left;
    position: relative;
    margin: 10px 0 0 10px;
    cursor: pointer;
  }
  .leader-list>div {
    margin-bottom: 30px;
  }
  .leader-list-cell>span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .leader-list-cell {
    width: 100%;
    position: relative;
    padding-top: 10px;
  }
  .leader-list>div {
    margin-bottom: 10px;
  }
  .leader-list-cell>span {
    font-size: 12px;
  }
}

.leader-list-cell img {
  width: 100%;
  float: left;
}

.leader-list-cell>div {
  height: 204px;
  width: 100%;
  overflow: hidden;
}

.leader-list-cell>span {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 5px 0;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.leader-swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.leader-swiper-slide {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.leader-gallery-top {
  height: 80%;
  width: 100%;
}

.leader-gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  margin-top: 20px;
}

.leader-gallery-thumbs .leader-swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.leader-gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.shopping-cart-fixed {
  position: fixed;
  right: 20px;
  background-color: #bd1117;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .leader-detail-swiper {}
  .leader-detail-content {
    margin-top: 50px;
    font-size: 22px;
    line-height: 200%;
    text-align: center
  }
  .leader-swiper-slide p {
    font-size: 16px;
  }
  .shopping-cart-fixed {
    bottom: 250px;
    width: 40px;
    height: 40px;
  }
  .shopping-cart-fixed>i {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
  }
}

@media screen and (max-width: 1024px) {
  .leader-detail-swiper {
    /*height: 500px;*/
    padding-top: 10px;
  }
  .leader-gallery-top {
    /*height: 65%;*/
    width: 100%;
  }
  .leader-detail-container {
    margin-bottom: 40px
  }
  .leader-detail-content {
    margin-top: 30px;
    text-align: center;
    line-height: 200%;
    font-size: 14px;
  }
  .leader-swiper-slide p {
    font-size: 14px;
  }
  .leader-gallery-thumbs {
    margin-top: 40px
  }
  .nothing-product {
    width: 100%;
    text-align: center;
    margin: 20px 0 50px 0;
  }
  .nothing-product>span {
    display: block;
    font-size: 14px;
  }
}

.gallery-thumbs .leader-swiper-slide>p {
  display: none;
}

.leader-swiper-slide p {
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
  text-align: center;
  background-color: rgba(0, 0, 0, .7);
  color: white;
  padding: 5px 10px;
}

.video-bg-container {
  cursor: pointer;
}

.video-play-btn {
  width: 100%;
  float: left;
}

.video-out-container {
  height: 122px;
  width: 215px;
  overflow-y: hidden;
}

.leader-swiper-slide>img {
  width: 100%;
}

.compatible-tips {
  background-color: rgb(255, 249, 211);
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -moz-transition: top 200ms ease-in-out;
  -o-transition: top 200ms ease-in-out;
  -webkit-transition: top 200ms ease-in-out;
  transition: top 200ms ease-in-out;
  z-index: 999;
}

.compatible-tips>span {
  color: #bd1117;
}

@media screen and (max-width: 1024px) {
  .video-out-container {
    height: auto;
    width: 100%;
    overflow-y: hidden;
  }
  .video-list .product-video-detail>span {
    display: block
  }
}

@media screen and (min-width: 1025px) {
  .orderListCell {
    border: 1px solid #E0E0E0;
    width: 100%;
  }
  .orderListCell:not(:last-child) {
    margin-bottom: 30px;
  }
  .order-nav {
    width: 100%;
    margin-bottom: 20px;
  }
  .order-nav-item {
    float: left;
    text-align: center;
    cursor: pointer;
    padding-bottom: 12px;
    font-size: 18px;
    width: 12%;
  }
  .order-nav-search {
    width: 30%;
    float: right;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    height: 40px;
  }
  .order-nav-search .el-input {
    width: calc(100% - 40px);
    height: 40px;
  }
  .order-nav-search .el-input>input {
    border: 1px solid white;
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
  }
  .order-nav-search>button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 38px;
    background-color: white;
    border: 0;
    border-left: 1px solid #e0e0e0;
    border-radius: 0;
    line-height: 38px;
  }
  .order-nav-search>button>i {
    font-size: 22px;
  }
  .orderTop {
    background-color: white;
    border-bottom: 1px solid #E0E0E0;
    padding: 0 30px;
    padding-bottom: 25px;
    position: relative;
  }
  .orderState {
    padding-top: 20px;
  }
  .state {
    font-size: 25px;
    font-weight: 400;
  }
  .orderDetails {
    color: #999999;
    font-size: 14px;
    position: relative;
    padding-top: 10px;
  }
  .orderDetails span {
    padding-right: 15px;
  }
  .orderDetails .refundType {
    float: right;
    color: #B41C1B
  }
  .orderId,
  .logisticsId {
    padding-left: 20px;
    border-left: 1px solid #999999;
  }
  .orderMoney {
    display: inline;
    /* float: right; */
    position: absolute;
    right: 0;
    bottom: -5px;
  }
  .orderListMoney {
    color: #B41C1B;
  }
  .orderListMoney>span {
    font-size: 30px;
  }
  .orderBottom {
    padding: 0 40px;
    margin: 20px 0;
  }
  .orderItemList {
    width: 75%;
    border-right: 1px solid #E0E0E0;
    float: left;
  }
  .refundOrderItemList {
    width: 100%;
  }
  .refundOrderItemList .order-refund {
    margin-right: 5px
  }
  .order-ops-btn-list {
    width: 20%;
    float: right;
    font-size: 12px;
    text-align: center;
  }
  .order-ops-btn-list>button {
    width: 130px;
    height: 28px;
    display: block;
    background-color: #B41C1B;
    color: white;
    border: 0;
    font-weight: 700;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0 12px;
  }
  .order-ops-btn-list>a {
    display: block;
    margin-bottom: 5px;
  }
  .orderListItemCell {
    position: relative;
    width: 100%;
  }
  .orderListItemCell:not(:last-child) {
    margin-bottom: 25px;
  }
  .orderList-img {
    width: 80px;
    height: 80px;
    float: left;
  }
  .orderList-text {
    float: left;
    width: 50%;
    margin: 0 0 0 10px;
    font-size: 14px;
    color: #666666;
  }
  .orderList-text>span {
    display: block;
  }
  .order-refund {
    text-align: center;
    float: right;
    margin-right: 20px;
  }
  .refund-status {
    font-size: 12px;
    color: #d93235;
    padding: 6px 25px
  }
  .refund-btn {
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 6px 20px;
    border: 1px solid #cccccc;
    color: #3a3a3a;
  }
  .orderList-product-name {
    display: block;
    margin-bottom: 5px;
  }
  .order-detail {
    border: 1px solid #E0E0E0;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
  }
  .orderDesc {
    padding: 30px 30px 20px;
    display: inline-block;
    border-bottom: 1px dashed #E0E0E0;
  }
  .orderDesc>div {
    width: 50%;
    float: left;
    font-size: 14px;
    padding-bottom: 10px;
  }
  .orderDesc>div>span:first-child {
    width: 80px;
    color: #999999;
    display: block;
    float: left;
  }
  .orderDesc>div>span:last-child {
    color: #4c4c4c;
    width: calc(100% - 100px);
    float: left;
    display: block;
  }
  .orderDesc>div:nth-last-child(1) {
    width: 100%;
    padding-left: 0;
    float: left;
  }
  .orderProductList {
    width: 100%;
    position: relative;
  }
  .orderProductList>ul {
    margin: 0;
    padding: 0;
  }
  .orderProductList>ul>li .order-product-all {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #333333;
    margin: 10px 0;
  }
  .orderProductList>ul>li .order-product-info {
    width: 34%;
  }
  .orderProductList>ul>li .order-product-info>img {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    margin-left: 30px;
  }
  .orderProductList .productRefund {
    float: left;
    width: 30%;
    padding: 0 2%;
    text-align: center;
    min-height: 1px
  }
  .orderProductList .refund-status,
  .orderProductList .refund-btn {
    padding: 0;
    line-height: 28px;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    height: 30px
  }
  .orderProductList .refund-status {
    float: left
  }
  .orderProductList .refund-btn {
    float: right
  }
  .orderProductList .orderProductTitle {
    display: inline-block;
    width: calc(97% - 110px);
    padding-left: 3%;
    vertical-align: middle
  }
  .orderProductList>ul>li .perPrice {
    display: inline-block;
    float: left;
    width: 17%;
  }
  .orderProductList>ul>li .perPrice .num {
    display: inline-block;
  }
  .order-refund-mobile {
    display: none
  }
  .productTotalPrice {
    float: left;
    color: #f66567;
    width: 10%;
  }
  .orderDetail-invoice {
    width: 100% !important;
  }
  .orderDetail-invoice>div {
    font-size: 14px;
  }
  .orderDetail-invoice>div:first-child {
    padding-bottom: 10px;
  }
  .orderDetail-invoice>div>span:first-child {
    width: 80px;
    color: #999999;
    display: block;
    float: left;
  }
}

.order-nav-current {
  color: #d61418;
  border-bottom: 2px solid #d61418;
  display: inline-block;
  padding-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .order-nav-search {
    display: none;
  }
  .order-nav-item {
    float: left;
    font-size: 14px;
    width: 20%;
    text-align: center;
    padding: 10px 0;
  }
  .orderTop,
  .orderBottom {
    font-size: 14px;
    padding: 10px 20px;
    background-color: white;
  }
  .orderState {
    font-size: 17px;
  }
  .order-list {
    background-color: #F8F8F8;
  }
  .orderDetails {
    position: relative;
    margin-top: 14px
  }
  .orderDetails>span {
    display: block;
  }
  .orderDetails .refundType {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d61418;
  }
  .orderDetails .orderId {
    margin-top: 9px;
  }
  .refund-mobile-btn {
    float: right;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 6px 20px;
    border: 1px solid #cccccc;
    color: #3a3a3a;
  }
  .orderDetails .orderMoney {
    position: absolute;
    bottom: 0;
    right: 5px
  }
  .orderListCell {
    padding-top: 10px;
  }
  .order-ops-btn-list {
    padding-top: 15px;
    padding-bottom: 5px;
    border-top: 1px solid #e0e0e0;
    text-align: right;
  }
  .orderListItemCell {
    width: 100%;
    position: relative;
  }
  .order-ops-btn-list>button {
    width: 74px;
    height: 28px;
    background-color: #B41C1B;
    color: white;
    border: 0;
    font-weight: 700;
    padding: 0 12px;
    margin-right: 10px;
  }
  .order-ops-btn-list>a {
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 12px;
  }
  .orderList-img {
    width: 82px;
    height: 82px;
    float: left;
  }
  .orderList-text {
    float: left;
    margin: 0px 0 0 10px;
    width: calc(100% - 92px)
  }
  .orderList-text>span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #666666;
  }
  .orderListItemCell:not(:last-child) {
    margin-bottom: 20px;
  }
  .orderItemList {
    border-top: 1px solid #e0e0e0;
    padding: 10px 0;
  }
  .refundOrderItemList {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
  }
  .orderDesc {
    padding: 10px 20px 15px;
    font-size: 14px;
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .orderDesc div>span:first-child {
    width: 80px;
    color: #999999;
    display: block;
    float: left;
  }
  .orderDesc>div>span:last-child {
    color: #4c4c4c;
    width: calc(100% - 90px);
    float: left;
    display: block;
  }
  .orderProductList>ul>li>img {
    width: 60px;
    float: left;
  }
  .productTotalPrice {
    display: none;
  }
  .orderProductList {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding: 0 20px;
  }
  .orderProductList>ul>li {
    display: block;
    font-size: 14px;
    color: #333333;
    margin: 10px 0;
    position: relative
  }
  .orderProductList .orderProductTitle {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 92px);
    padding-left: 10px;
  }
  .orderProductList>ul>li>div {
    display: inline-block;
    float: left;
    width: 30%;
  }
  .orderList-product-totalPrice {
    position: absolute;
    bottom: 0;
    width: calc(100% - 102px)
  }
  .orderList-product-num {
    float: right;
    margin-right: 15px
  }
  .orderProductList>ul>li .order-product-all {
    position: relative;
    width: 100% !important;
    float: none !important
  }
  .orderProductList>ul>li .order-product-info {
    width: 100%;
    float: none
  }
  .orderProductList>ul>li .perPrice {
    width: calc(100% - 92px);
    position: absolute;
    bottom: 0;
    left: 92px
  }
  .orderProductList>ul>li .perPrice .num {
    display: inline-block;
    float: right;
    margin-right: 15px
  }
  .orderProductList>ul>li .order-product-info>img {
    width: 82px;
    height: 82px;
    vertical-align: middle;
  }
  .order-refund-mobile {
    margin-top: 10px;
    width: 100% !important;
    text-align: right;
    float: none !important
  }
  .order-refund-mobile .refund-status {
    display: inline-block;
    font-size: 12px;
    color: #d93235;
    padding: 6px 25px
  }
  .order-refund-mobile .refund-btn {
    margin-left: 10px;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 6px 20px;
    border: 1px solid #cccccc;
    color: #3a3a3a;
  }
}

.order-detail-ops-btn-list {
  padding: 15px 20px;
  border-top: 1px solid #e0e0e0;
  text-align: right;
}

.order-detail-ops-btn-list>button {
  width: 130px;
  height: 28px;
  background-color: #B41C1B;
  color: white;
  border: 0;
  font-weight: 700;
  padding: 0 12px;
  margin-right: 10px;
}

.order-detail-ops-btn-list>a {
  margin-bottom: 5px;
  margin-right: 10px;
  font-size: 12px;
}

.address-list {
  width: 100%;
}

/* 收货地址 */

@media screen and (min-width: 1025px) {
  .address-item {
    width: calc((100% - 160px) / 3);
    height: 120px;
    float: left;
    border: 1px solid #E0E0E0;
    margin-right: 10px;
    padding: 20px;
    position: relative;
    cursor: default;
    margin-bottom: 10px;
  }
  .address-item:not(.addNewSite):hover {
    border-color: #bd1117;
  }
  .address-name {
    font-size: 18px;
    color: #4c4c4c;
    padding-bottom: 10px;
    max-width: 35%;
  }
  .defaultAddressTips {
    position: absolute;
    top: 21px;
    left: 120px;
    color: #ec951a;
    font-size: 12px;
    border: 1px solid #ec951a;
    border-radius: 4px;
    text-align: center;
    background: white;
    width: 70px;
    display: none;
  }
  .editAddress {
    position: absolute;
    right: 70px;
    color: #bd1117;
    display: none;
  }
  .delectAddress,
  .editAddress {
    font-size: 12px;
    top: 23px;
    cursor: pointer;
  }
  .delectAddress {
    position: absolute;
    color: #999999;
    right: 20px;
    display: none;
  }
  .address-item:not(.addNewSite):hover .editAddress,
  .address-item:not(.addNewSite):hover .defaultAddressTips,
  .address-item:not(.addNewSite):hover .delectAddress {
    display: block;
  }
  .address-phoneNumber {
    font-size: 18px;
    color: #4c4c4c;
    padding-bottom: 10px;
  }
  .address-site {
    font-size: 14px;
    color: #666666;
  }
  .address-site-province {
    float: left;
  }
  .address-site-city {
    float: left;
  }
  .address-site-area {}
  .address-site-street {}
  .addAddress {
    position: relative;
  }
  .newAddress {
    font-size: 16px;
  }
  .address-default {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .address-model {
    padding-left: 40px;
  }
  .address-model .ant-input:hover {
    border-color: #b61910;
  }
  .address-model .ant-input {
    height: 100%;
  }
  .address-model .ant-cascader-picker-label {
    padding-left: 15px;
  }
  .model-address-supplementary .el-cascader {
    font-size: 14px;
    height: 35px;
  }
  .model-address-supplementary .el-cascader .el-input,
  .model-address-supplementary .el-cascader .el-input__inner {
    height: 100%;
  }
  .address-model>div>div,
  .model-address-supplementary .el-cascader {
    width: 70%;
  }
  .address-model>div {
    width: 100%;
    height: 35px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-top: 15px;
  }
  .address-model>div:last-child {
    margin-bottom: 15px;
  }
  .address-model>div>input {
    font-size: 14px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid rgb(217, 217, 217);
  }
  .address-model>div>span:first-child {
    font-size: 14px;
    color: #4c4c4c;
    width: 18%;
    float: left;
  }
  .delectAddress .iconfont,
  .editAddress .iconfont {
    display: none;
  }
}

.address-name,
.address-phoneNumber,
.address-site {
  display: block;
}

.addNewSite {
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .addNewSite {
    border: 1px solid #e0e0e0;
    margin: 10px;
  }
  .address-default {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .el-cascader-menu {
    min-width: 100px;
  }
  .address-item {
    background-color: white;
    margin-bottom: 10px;
    padding: 20px;
    font-size: 12px;
    position: relative;
  }
  .address-name,
  .address-phoneNumber {
    width: 50%;
    float: left;
    font-size: 16px;
  }
  .address-site {
    padding: 10px 0 30px;
    font-size: 14px;
  }
  .address-phoneNumber {
    text-align: right;
  }
  .address-list {
    background-color: #F8F8F8;
  }
  .delectAddress {
    position: absolute;
    right: 40px;
    bottom: 20px;
  }
  .editAddress {
    position: absolute;
    right: 110px;
    bottom: 20px;
  }
  .defaultAddressTips {
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #ec951a;
    font-size: 12px;
    border: 1px solid #ec951a;
    border-radius: 4px;
    text-align: center;
    background: white;
    width: 70px;
  }
  .delectAddress,
  .editAddress {
    display: flex;
    display: -webkit-flex;
  }
  .delectAddress .iconfont,
  .editAddress .iconfont {
    margin-right: 3px;
  }
}

/* confirm_order */

@media screen and (min-width: 1025px) {
  .confirm-order-container {
    max-width: 990px;
    margin: 0 auto;
    padding: 60px 0 40px;
  }
  .confirm-order-mailFee {
    margin-top: 40px;
  }
  .confirm-order-integral {
    position: relative;
  }
  .confirm-order-integral-total {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 35px;
    color: grey;
  }
  .confirm-order-integral-total>span {
    font-size: 14px;
    color: #bd1117;
    padding: 0 5px;
  }
  .confirm-order-integral-notFound>span {
    cursor: pointer;
  }
  .confirm-order-container .address-item:hover .defaultAddressTips,
  .confirm-order-container .address-item:hover .delectAddress,
  .confirm-order-container .address-item:not(.address-current):hover .editAddress {
    display: none;
  }
  .confirm-order-container .address-item:not(.address-current):hover {
    border-color: #e0e0e0;
  }
  .confirm-order-container .editAddress {
    right: 20px;
  }
  .confirm-order-container .address-default {
    display: none;
  }
  .address-current .address-default,
  .address-current .editAddress {
    display: block;
  }
  .address-current {
    border-color: #bd1117;
  }
  .confirm-order-product-list {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #E0E0E0;
  }
  .confirm-order-product-list-tip {
    font-size: 16px;
    color: #4c4c4c;
    padding-bottom: 25px;
  }
  .confirm-order-product-list>.confirm-order-product-info {
    margin: 0;
    padding: 0;
  }
  .confirm-order-product-list>.confirm-order-product-info .order-product-all {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .confirm-order-product-list>.confirm-order-product-info .order-product-all .order-product-info {
    display: inline-block;
    vertical-align: middle;
    width: 57%;
  }
  .confirm-order-product-list>.confirm-order-product-info .order-product-all .order-product-info img {
    width: 80px;
    vertical-align: middle;
  }
  .confirm-order-product-list>.confirm-order-product-info .order-product-all .perPrice {
    display: inline-block;
    width: 25%;
    margin-left: 5%;
  }
  .confirm-order-product-list .orderProductTitle {
    vertical-align: middle;
    width: 45%;
    padding-left: 3%;
  }
  .orderProduct-isIntegral {
    background-color: #bd1117;
    color: #ffffff;
    padding: 5px;
    border-radius: 4px;
    cursor: default;
    display: none;
    position: absolute;
    left: 54%;
  }
  .confirm-order-product-list>ul>li>div {
    /*display: inline-block;*/
    /*float: left;*/
    /*width: 25%;*/
    /*margin-left: 5%;*/
  }
  .confirm-order-bottom {
    margin-top: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
  }
  .confirm-order-remark {
    width: 40%;
    float: left;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .confirm-order-remark>span {
    display: block;
    font-size: 14px;
    width: 90px;
  }
  .confirm-order-remark>div>textarea {
    min-height: 100px;
  }
  .confirm-order-price {
    width: 60%;
    float: left;
  }
  .confirm-order-price-cell {
    font-size: 16px;
    margin-bottom: 7px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
  }
  .confirm-order-price-cell>span {
    display: block;
  }
  .confirm-order-price-cell .confirm-order-price-cell-tips {
    text-align: right;
    width: 70%;
  }
  .confirm-order-price-cell .confirm-order-price-cell-content {
    width: 30%;
    text-align: right;
    color: #f66567;
    font-size: 14px;
  }
  .order-total-price {
    font-size: 30px;
  }
  .comfirm-order-ops {
    padding: 20px 0;
    text-align: right;
  }
  .goPayBtn {
    width: 200px;
    height: 40px;
    background-color: #bd1117;
    border: 0;
    border-radius: 5px;
    color: white;
    font-size: 16px;
  }
  .leader-swiper-wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .leader-gallery-thumbs {
    margin-top: 100px;
  }
}

.confirm-order-product-list>ul>li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  color: #333333;
  margin: 10px 0;
}

.address-site-tips,
.address-name-tips {
  display: none;
}

@media screen and (max-width: 1024px) {
  .confirm-order-product-list {
    padding: 0 20px;
    background-color: white;
  }
  .confirm-order-mailFee {
    margin-top: 40px;
  }
  .confirm-order-integral-total {
    position: absolute;
    top: 35px;
    width: 100%;
    text-align: right;
    font-size: 12px;
  }
  .confirm-order-integral-total>span {
    color: #bd1117;
  }
  .confirm-order-product-list>.confirm-order-product-info {
    margin: 0;
    padding: 0;
  }
  .confirm-order-product-list>.confirm-order-product-info .order-product-all {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .confirm-order-product-list>.confirm-order-product-info .order-product-all .order-product-info {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  .confirm-order-product-list>.confirm-order-product-info .order-product-all .order-product-info img {
    width: 80px;
    vertical-align: middle;
  }
  .confirm-order-product-list>.confirm-order-product-info .order-product-all .perPrice {
    display: inline-block;
    width: 25%;
    margin-left: 5%;
    position: absolute;
    left: 45%;
  }
  .confirm-order-product-list .orderProductTitle {
    vertical-align: top;
    width: 45%;
    padding-left: 15%;
  }
  .orderProduct-isIntegral {
    background-color: #bd1117;
    color: #ffffff;
    padding: 5px;
    border-radius: 4px;
    cursor: default;
    display: none;
    position: absolute;
    left: 41%;
  }
  .confirm-order-integral {
    position: relative;
  }
  /*.orderProduct-isIntegral{*/
  /*background-color: #bd1117;*/
  /*color: #ffffff;*/
  /*padding: 2px 3px;*/
  /*border-radius: 3px;*/
  /*cursor: default;*/
  /*display: none;*/
  /*position: absolute;*/
  /*left: 60%;*/
  /*}*/
  /*.confirm-order-container{*/
  /*background-color: #f9f9f9;*/
  /*}*/
  /*.confirm-order-product-list>ul{*/
  /*padding: 10px 0;*/
  /*}*/
  /*.confirm-order-product-list>ul>li>img {*/
  /*width: 60px;*/
  /*float: left;*/
  /*}*/
  /*.confirm-order-product-list-tip{*/
  /*font-size: 14px;*/
  /*color: #4c4c4c;*/
  /*padding-top: 10px;*/
  /*}*/
  /*.confirm-order-product-list .orderProductTitle {*/
  /*float: left;*/
  /*width: 40%;*/
  /*padding-left: 3%;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 2;*/
  /*overflow: hidden;*/
  /*}*/
  /*.confirm-order-product-list>ul>li>div {*/
  /*display: inline-block;*/
  /*float: left;*/
  /*width: 30%;*/
  /*margin-left: 10%;*/
  /*}*/
  .confirm-order-bottom,
  .comfirm-order-ops {
    background-color: white;
  }
  .confirm-order-container .defaultAddressTips,
  .confirm-order-container .editAddress,
  .confirm-order-container .delectAddress {
    display: none;
  }
  .confirm-order-container .address-site {
    padding-bottom: 5px;
  }
  .confirm-order-container .address-site-tips,
  .confirm-order-container .address-name-tips {
    display: block;
    float: left;
  }
  .confirm-order-bottom {
    padding: 10px 20px;
  }
  .confirm-order-remark,
  .confirm-order-price-cell {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .confirm-order-remark>span {
    display: block;
    font-size: 14px;
    width: 80px;
  }
  .confirm-order-remark>.el-input {
    width: calc(100% - 80px);
  }
  .confirm-order-price {
    margin-top: 10px;
  }
  .confirm-order-price-cell {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .confirm-order-price-cell .confirm-order-price-cell-content {
    width: 30%;
    text-align: right;
    color: #f66567;
    font-size: 14px;
  }
  .confirm-order-price-cell .confirm-order-price-cell-tips {
    text-align: left;
    width: 70%;
  }
  .goPayBtn {
    width: 130px;
    height: 30px;
    background-color: #bd1117;
    border: 0;
    border-radius: 4px;
    color: white;
    font-size: 12px;
  }
  .comfirm-order-ops {
    padding: 0 20px;
    padding-bottom: 20px;
    text-align: right;
  }
  .confirm-order-container .address-default {
    display: none;
  }
  .addressList-phone {
    background-color: #f9f9f9;
  }
  .addressList-phone .defaultAddressTips,
  .addressList-phone .editAddress,
  .addressList-phone .delectAddress,
  .addressList-phone .address-default {
    display: none;
  }
  .addressList-phone .address-site {
    padding-bottom: 10px;
  }
  .el-dialog__body .address-item {
    padding: 5px 10px;
  }
}

.isShow-isIntegral {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 1025px) {
  .freightTips {
    position: absolute;
    right: 250px;
  }
  .pay-count-down {
    display: block;
    margin-top: 20px;
    font-size: 16px;
  }
  .pay-count-down-number {
    color: #bd1117;
    font-size: 24px;
    padding: 0 5px;
  }
  .pay-QRCode-container {
    border: 2px solid #bd1117;
    width: 250px;
    height: 250px;
    padding: 20px;
    margin: 0 auto;
  }
  .pay-QRCode-tip {
    background-color: #bd1117;
    color: #ffffff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .pay-QRCode-tip>div {
    padding-left: 20px;
  }
  .pay-QRCode-tip>div>span {
    display: block;
  }
  .pay-container .el-dialog__body canvas {
    width: 100% !important;
    height: 100% !important;
  }
  .freightTips>div {
    display: inline-block;
    float: left;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 24px;
    background-color: #f66567;
    font-size: 12px;
    color: white;
    padding-left: 5px;
    padding-right: 10px;
  }
  .freightTips>img {
    position: absolute;
    right: -16px;
  }
  .pay-container {
    max-width: 990px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .pay-container .el-dialog__body {
    text-align: center;
  }
  .create-order-info {
    padding: 0 20px;
  }
  .create-order-info>h4 {
    font-size: 30px;
    color: #666666;
    font-weight: 400;
  }
  .order-info-container {
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-top: 20px;
    font-size: 14px;
    position: relative;
  }
  .order-info-container>span {
    display: block;
  }
  .order-id {
    font-size: 16px;
    color: #333333;
    padding-bottom: 25px;
    font-weight: 500;
  }
  .order-tip {
    color: #666666;
  }
  .order-time {
    color: #666666;
  }
  .order-address {
    color: #666666;
  }
  .order-address>span {
    margin-right: 20px;
  }
  .amount-payable {
    color: #666666;
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .amount-payable>span,
  .pay-time {
    color: #f66567;
  }
  .amount-payable-number {
    font-size: 30px;
  }
  .mode-of-payment {
    padding: 20px;
    padding-top: 40px;
  }
  .mode-of-payment>span {
    color: #4c4c4c;
    padding-right: 5px;
    display: block;
    padding-bottom: 20px;
  }
  .mode-of-payment-list {}
  .mode-of-payment-cell {
    border: 1px solid #e0e0e0;
    float: left;
    width: 150px;
    height: 55px;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
  }
  .mode-of-payment-cell:not(:last-child) {
    margin-right: 50px;
  }
  .mode-of-payment-cell>img:first-child {
    float: left;
    width: 100%;
    height: 100%;
  }
  .balance-item-img {
    width: 46px !important;
    height: 46px !important;
    margin-top: 4px;
  }
  .balance-item-right {
    color: #333333;
    float: right;
  }
  .balance-item-right-top {
    font-size: 24px;
    display: block;
  }
  .balance-item-right-bottom {
    font-size: 14px;
    display: block;
  }
  .nowPay-container {
    padding: 40px 20px;
  }
  .nowPay-btn {
    width: 200px;
    height: 45px;
    background-color: #bd1117;
    color: white;
    font-size: 16px;
    border: 0;
    border-radius: 5px;
  }
  .payment-default {
    border: 1px solid #bd1117;
  }
  .payment-default .pay-default {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .login-form {
    padding: 0 22px;
  }
}

@media screen and (max-width: 1024px) {
  .pay-container {
    padding: 25px 10px;
  }
  .create-order-info {}
  .create-order-info>h4 {
    display: none;
  }
  .order-info-container {
    border: 1px solid #e0e0e0;
    padding: 10px;
    font-size: 14px;
  }
  .order-info-container>span {
    display: block;
  }
  .order-info-container>span:not(:first-child) {
    margin-top: 5px;
  }
  .pay-time,
  .amount-payable>span {
    color: #f66567;
  }
  .amount-payable-number {
    font-size: 18px;
  }
  .mode-of-payment {
    margin-top: 15px;
  }
  .mode-of-payment>span {
    font-size: 16px;
  }
  .mode-of-payment-list {
    width: 100%;
    margin-top: 10px;
  }
  .mode-of-payment-cell {
    width: 120px;
    height: 30px;
    float: left;
    padding: 10px;
    position: relative;
    border: 1px solid #e0e0e0;
    margin-top: 10px;
    margin-right: 10px;
  }
  .payment-default {
    border-color: #bd1117;
  }
  .balance-item-img {
    width: 28px !important;
    height: 28px !important;
    margin-top: 4px;
  }
  .balance-item-right {
    color: #333333;
    float: right;
  }
  .balance-item-right-top {
    font-size: 15px;
    display: block;
  }
  .balance-item-right-bottom {
    font-size: 12px;
    display: block;
  }
  .pay-default {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .mode-of-payment-cell>img:first-child {
    float: left;
    width: 100%;
    height: 100%;
  }
  .nowPay-container {
    padding-top: 20px;
    text-align: center;
  }
  .nowPay-btn {
    width: 130px;
    height: 30px;
    background-color: #bd1117;
    color: white;
    font-size: 14px;
    border: 0;
    border-radius: 5px;
  }
}

/* login */

.allDiv {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 500px;
}

.loginContent {
  background: url(../img/6J2A8704.png) no-repeat center center;
  /*background-size:100% 100%;*/
  min-width: 1200px;
  /*height: 848px;*/
  height: calc(100% - 148px);
  min-height: 800px;
  position: relative;
}

.loginContent input,
textarea,
select,
button {
  font-size: 14px;
}

.main-account,
.main-password,
.main-password-again {
  height: 40px;
  width: 100%;
  border: 1px solid #E0E0E0;
  line-height: 30px;
  /*padding: 5px 10px;*/
  margin-bottom: 20px;
}

.main-account>img,
.main-password>img,
.main-validate-content>img,
.main-message-content>img,
.main-password-again>img {
  padding-right: 10px;
  border-right: 1px solid #E0E0E0;
}

.main-account>input,
.main-password>input,
.main-validate>input,
.main-password-again>input {
  border: 0;
  height: 100%;
  width: 92%;
  font-size: 14px;
}

.main-opc input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}

.main-opc input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1;
}

.main-opc input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
}

.main-opc input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}

.main-bottom {
  margin-top: 20px;
}

.main-bottom>a {
  font-size: 12px;
  color: #999999;
}

.main-register {
  float: left;
}

.main-forgetPw {
  float: right;
}

.main-button {
  width: 100%;
  height: 48px;
  background-color: #b61910;
  color: white;
  border: 0;
  border-radius: 6px;
  font-weight: 300;
  font-size: 20px;
}

.login-button {
  background-color: #333333 !important;
  width: 100%;
  height: 38px;
  color: white;
  font-size: 16px !important;
  border: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

@media screen and (max-width: 1200px) {
  .loginContent {
    min-width: 100%;
  }
  .allDiv {
    position: relative;
    height: 500px;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .loginContent input,
  textarea,
  select,
  button {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 500px) {
  .loginContent input,
  textarea,
  select,
  button {
    font-size: 12px;
  }
  .allDiv {
    position: relative;
    height: 400px;
    width: 100%;
  }
  .main-account>input,
  .main-password>input,
  .main-validate>input,
  .main-password-again>input {
    width: 88%;
  }
  .loginContent {
    height: 50%;
    min-height: 573px;
  }
}

/* regist */

.registerContent {
  background: url(../img/6J2A8704.png) no-repeat;
  background-size: 100% 100%;
  min-width: 1200px;
  /*height: 848px;*/
  height: calc(100% - 148px);
  min-height: 800px;
  position: relative;
}

.registerContent input,
textarea,
select,
button {
  font-size: 14px;
}

.main-validate-content {
  position: relative;
}

.yes {
  display: none;
  width: 25px;
  height: 25px;
  background: url(../img/YesOrNo.png) no-repeat 1% -14%;
  background-size: 200%;
  position: absolute;
  top: 9px;
  right: 10px;
}

.no {
  display: none;
  width: 25px;
  height: 25px;
  background: url(../img/YesOrNo.png) no-repeat 110% -14%;
  background-size: 200%;
  position: absolute;
  top: 9px;
  right: 10px;
}

.user-agreement {
  margin-top: 25px;
  /*display: inline-block;*/
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: default;
}

.user-agreement-content {
  display: block;
  background-image: url('../img/checkBox-unSelect.png');
  border: 0;
  width: 14px;
  height: 14px;
  float: left;
}

.user-agreement-read {
  background-image: url('../img/checkBox-select.png');
}

.read-success {
  font-size: 12px;
  color: #999999;
  float: left;
  margin-left: 10px;
}

.user-agreement-text,
.user-agreement-text:hover {
  color: #f69833;
}

.main-message,
.main-validate {
  height: 40px;
  width: 100%;
  margin-bottom: 20px;
}

.main-message-content,
.main-validate-content {
  height: 100%;
  width: 68%;
  border: 1px solid #E0E0E0;
  line-height: 30px;
  /*padding: 5px 10px;*/
  float: left;
}

.validateImg {
  width: 84px;
  height: 32px;
  margin: 5px 0 0 5px;
}

.main-account>img,
.main-password>img,
.main-validate-content>img,
.main-message-content>img,
.main-password-again>img {
  padding-right: 10px;
  border-right: 1px solid #E0E0E0;
}

.main-message-content>input,
.main-validate-content>input {
  border: 0;
  height: 100%;
  font-size: 14px;
  width: 88.5%;
}

.send-phone-message {
  width: 90px;
  height: 40px;
  font-size: 12px;
  color: #339999;
  background-color: white;
  border: 1px solid #339999;
  border-radius: 4px;
  padding: 0;
  float: left;
  margin-left: 5px;
}

@media screen and (max-width: 1200px) {
  .registerContent {
    min-width: 100%;
  }
  .allDiv {
    position: relative;
    height: 500px;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .yes {
    display: none;
    width: 20px;
    height: 20px;
    background: url(../img/YesOrNo.png) no-repeat 1% -18%;
    background-size: 200%;
    position: absolute;
    top: 6px;
    right: 10px;
  }
  .no {
    display: none;
    width: 20px;
    height: 20px;
    background: url(../img/YesOrNo.png) no-repeat 110% -18%;
    background-size: 200%;
    position: absolute;
    top: 6px;
    right: 10px;
  }
  .registerContent input,
  textarea,
  select,
  button {
    font-size: 12px;
  }
  .allDiv {
    position: relative;
    height: 400px;
    width: 100%;
  }
  .main-account>input,
  .main-password>input,
  .main-validate>input,
  .main-password-again>input {
    width: 88%;
  }
  .main-message-content,
  .main-validate-content {
    width: 63%;
  }
  .main-message-content>input,
  .main-validate-content>input {
    width: 81%;
  }
  .un-sendMessage {
    width: 70px;
    height: 32px;
  }
  .main-account,
  .main-password,
  .main-password-again {
    height: 30px;
    line-height: 15px;
  }
  .main-message,
  .main-validate {
    height: 30px;
  }
  .main-message-content,
  .main-validate-content {
    line-height: 15px;
  }
  .registerContent {
    min-height: 600px;
  }
}

/* forgetPwd */

.forgetPwdContent {
  background: url(../img/6J2A8704.png) no-repeat center center;
  /* background-size: 100% 100%; */
  min-width: 1200px;
  /* height: 848px; */
  height: calc(100% - 148px);
  min-height: 800px;
  position: relative;
}

@media screen and (max-width: 1200px) and (min-width: 800px) {
  .findPwd {
    width: 800px;
    left: calc((100% - 800px)/2);
  }
  .findPwd>form>div {
    width: 40%;
    margin: 55px auto;
  }
}

@media screen and (max-width: 800px) and (min-width: 500px) {
  .findPwd {
    width: 500px;
    left: calc((100% - 500px)/2);
    height: auto;
  }
  .findPwd>form>div {
    width: 63%;
    margin: 55px auto;
  }
}

@media screen and (max-width: 500px) {
  .forgetPwd-phone,
  .forgetPwd-validateImg,
  .forgetPwd-input>div,
  .forgetPwdVerify {
    height: 30px;
  }
  .forgetPwd-phone,
  .input-loginPwd,
  .input-loginPwd-again {
    height: 30px;
  }
  .forgetPwdContent input,
  textarea,
  select,
  button {
    font-size: 12px;
  }
  .findPwd {
    width: calc(100% - 20px);
    left: 10px;
    height: auto;
    top: 55px;
  }
  .findPwd-account-button,
  .forgetPwd-findPwd-button,
  .forgetPwd-success {
    height: 36px;
    font-size: 14px;
  }
  .forgetPwdContent .send-idCode {
    margin-left: 7px;
    width: 84px;
  }
  .findPwd>span {
    margin-top: 40px;
  }
  .findPwd>form>div {
    width: 80%;
    margin: 20px auto;
    padding: 0;
  }
  .forgetPwd-phone>input,
  .forgetPwd-input>div>input,
  .validateImg-content>input {
    width: calc(100% - 30px);
  }
  .forgetPwdVerify {
    margin-left: 18px;
    width: calc(39% - 20px);
    height: 30px;
    float: left;
  }
  .not-idCode {
    margin-top: 20px !important;
  }
  .send-idCode {
    width: calc(39% - 22px);
  }
}

/* 账户安全 */

.accountContent {
  width: 90%;
  display: inline-block;
  float: left;
}

.codeButton {
  float: right;
}

.accountContentTop {
  height: 45px;
  line-height: 45px;
}

.accountContentTop>h1 {
  margin: 0;
  padding: 0;
  float: left;
  font-weight: 400;
  font-size: 30px;
}

.accountContentTop>span {
  display: inline-block;
  font-size: 12px;
  color: #666666;
  padding-left: 25px;
}

.safe-list {}

.safe-item {
  width: 95%;
  margin-bottom: 20px;
  padding-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
}

.safe-item:not(:first-child) {
  border-top: 1px dashed #E0E0E0;
}

.safe-item-img {
  margin-right: 3px;
  width: 40px;
  height: 40px;
}

.safe-item-title {
  color: #333333;
  width: 14%;
}

.safe-item-detail {
  width: 65%;
  color: #808080;
}

.safe-item-phone {
  color: #4c4c4c;
}

.safe-item-opc {}

.bind,
.bind:hover {
  color: #287ce0;
  text-decoration: underline !important;
}

.notBind,
.notBind:hover {
  color: #f74342;
  text-decoration: underline !important;
}

/* 绑定邮箱弹窗样式 */

.enter-email,
.email-idCode {
  font-size: 14px;
  padding: 3%;
  color: #4c4c4c;
}

.enter-email-tips {}

.enter-content,
.idCode-email,
.idCode-content {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.enter-content>span,
.idCode-content>span,
.idCode-email>span:first-child {
  width: 20%;
  float: left;
  display: block;
  margin-left: 10px;
}

.enter-content>input,
.idCode-content>input {
  float: left;
  height: 30px;
  width: 60%;
  padding-left: 20px;
}

input {
  outline: none;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b2b2b2;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b2b2b2;
  opacity: 1;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b2b2b2;
  opacity: 1;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b2b2b2;
}

.enter-button {
  width: 50%;
  height: 40px;
  background-color: #339999;
  border: 0;
  color: white;
  font-size: 16px;
  font-weight: 300;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
  line-height: 0;
  position: absolute;
  left: 25%;
}

.enter-email-button {
  top: 140px;
}

.enter-idCode {
  top: 190px;
}

/* 验证验证码弹窗样式 */

.email-idCode {}

.idCode-tips {}

.idCode-email>span:last-child {
  font-weight: 600;
}

.idCode-link,
.idCode-link:hover {
  color: #ed7819;
  text-decoration: underline !important;
  cursor: pointer;
}

.idCode-bottom {
  margin-top: 90px;
}

.idCode-bottom>span {
  display: block;
  font-size: 12px;
  color: #808080;
  margin-top: 5px;
}

/* 修改手机弹窗 */

.editTel,
.editPwd {
  font-size: 14px;
  color: #4c4c4c;
  padding: 4%;
}

.editTel>div,
.editPwd>div {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-left: 15px;
}

.editTel>div>span {
  display: block;
  float: left;
  width: 15%;
}

.editPwd>div>span {
  display: block;
  float: left;
  width: 20%;
}

.editPwd>div>input {
  float: left;
  width: 60%;
  height: 30px;
  padding-left: 20px;
}

.editTel>div>input:not(:last-child) {
  float: left;
  width: 40%;
  height: 30px;
  padding-left: 20px;
}

.editTel>div>input:last-child {
  float: left;
  width: 60%;
  height: 30px;
  padding-left: 20px;
}

.send-idCode {
  width: calc(20% - 5px);
  height: 36px;
  margin: 0;
  padding: 0;
  margin-left: 5px;
  font-size: 12px;
  color: #339999;
  border: 1px solid #339999;
  border-radius: 5px;
  background-color: white;
  outline: none;
}

.enter-phone-btn {
  width: 50%;
  height: 35px;
  color: white;
  background-color: #339999;
  border: 0;
  border-radius: 6px;
  position: absolute;
  top: 240px;
  left: 25%;
  outline: none;
}

.editPwd>button {
  height: 40px;
  width: 25%;
  margin-right: 5%;
  border-radius: 5px;
  margin-top: 20px;
  outline: none;
}

.enter-pwd-save {
  color: white;
  background-color: #339999;
  border: 0;
}

.enter-pwd-cancel {
  background-color: #f2f2f2;
  color: #666666;
  border: 1px solid #E0E0E0;
  margin-left: 20%;
}

.editTel>span {}

.old-phone {}

.new-phone {}

.editTel-idCode {}

/*.un-sendMessage{*/

/*width: calc(20% - 5px);*/

/*height: 36px;*/

/*margin: 0;*/

/*padding: 0;*/

/*font-size: 12px;*/

/*color: #E0E0E0;*/

/*border: 1px solid #E0E0E0;*/

/*border-radius: 5px;*/

/*outline: none;*/

/*float: left;*/

/*margin-left: 5px;*/

/*background-color: #F2F2F2;*/

/*}*/

@media screen and (max-width: 1024px) {
  .accountContent {
    width: 100%;
    display: block;
    float: none;
  }
  .accountContentTop {
    display: none;
  }
  .safe-item-title,
  .safe-item-detail {
    width: 100%;
  }
  .safe-item {
    margin: 20px auto;
    flex-direction: column;
    text-align: center;
    line-height: 30px;
  }
}

@media screen and (max-width: 500px) {
  .codeButton {
    float: none;
  }
}

/* 账户明细 */

.account-balance {
  background-color: #fafafa;
  border: 1px solid #E0E0E0;
  padding: 25px 40px;
  line-height: 30px;
}

.account-money-content {
  font-size: 14px;
  color: #666666;
}

.account-money {
  color: #f66567;
}

.account-money-number {
  font-size: 30px;
}

.rechargeBtn {
  padding: 0;
  float: right;
  width: 100px;
  height: 35px;
  background-color: #f66567;
  color: white;
  border: 0;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 300;
}

.account-details {
  margin-top: 35px;
}

.account-details>h4 {
  font-size: 16px;
  color: #4c4c4c;
  font-weight: 400;
  margin-bottom: 15px;
}

.account-details-table>li {
  height: 20px;
  padding: 10px 0;
}

.account-details-table>li:not(:first-child) {
  border-top: 1px solid #E0E0E0;
}

.account-details-table>li>span {
  font-size: 14px;
  display: block;
  float: left;
  text-align: center;
}

.account-table-header>span {
  color: #666666;
}

.exchangeHour {
  width: 30%;
}

.exchangeContent {
  width: 20%;
}

.exchangeMoney {
  width: 16%;
}

.exchangeType {
  width: 15%;
}

.exchangePoints {
  width: 20%;
}

.exchangeBalance {
  width: 20%;
}

.accountItemsContent li.account-table-items {
  height: 40px;
}

.accountItemsContent li.account-table-items .exchangeHour,
.accountItemsContent li.account-table-items .exchangeMoney,
.accountItemsContent li.account-table-items .exchangeType {
  line-height: 40px;
}

.account-table-item>span {
  color: #333333;
}

.account-table-items .text {
  display: none;
}

.pay {
  color: #13ad6e !important;
}

.recharge {
  color: #f66567 !important;
}

.balance {
  color: #f66567 !important;
}

@media screen and (max-width: 1024px) {
  ul {
    float: none;
  }
  /*.header .logo {*/
  /*!** 解决 Logo 在4G 下显示不正常 **!*/
  /*width: auto;*/
  /*display: block;*/
  /*}*/
  .accountItemsContent {
    min-height: 400px;
    width: 90%;
  }
  .account-details-table>li>span {
    font-size: 12px;
  }
  .account-balance {
    margin-top: 35px;
  }
  .exchangeHour {
    width: 42%;
  }
  .exchangeMoney {
    width: 18%;
  }
  .exchangeType {
    width: 18%;
  }
  .exchangePoints {
    width: 18%;
  }
  .exchangeBalance {
    width: 19%;
  }
}

@media screen and (max-width: 500px) {
  .accountItemsContent {
    width: 100%
  }
  .account-details {
    width: 80%;
    margin: 0 auto;
  }
  .account-table-header {
    display: none;
  }
  .accountItemsContent li.account-table-items {
    height: auto;
  }
  .accountItemsContent li.account-table-items .exchangeHour,
  .accountItemsContent li.account-table-items .exchangeMoney,
  .accountItemsContent li.account-table-items .exchangeType {
    line-height: 20px;
  }
  .account-table-items .text {
    display: inline-block;
  }
  .account-details-table>li {
    padding: 10px 5px;
  }
  .exchangeHour,
  .exchangeMoney,
  .exchangeContent,
  .exchangeType,
  .exchangePoints,
  .exchangeBalance {
    width: auto;
    line-height: 20px;
  }
  .account-details-table>li>span {
    float: none;
    text-align: left;
  }
  .account-table-items {
    border: 1px solid #E0E0E0;
    margin-bottom: 20px;
  }
  .account-details-table>li {
    height: auto;
  }
}

.cartListCell {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .cart-container {
    max-width: 990px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .element-message-zIndex {
    z-index: 9999;
  }
  .invoiceDesc {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .updateInvoice {
    cursor: pointer;
    margin-left: 20px;
  }
  .invoiceDesc-info,
  .invoiceDesc-number {
    margin-right: 15px;
  }
  .invoiceDesc>div {
    margin-left: 30px;
  }
  .confirm-order-container .el-dialog__body>.el-input {
    margin-top: 10px;
  }
  .invoiceDesc>div>span {
    font-size: 14px;
  }
  .cartListCell {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-size: 14px;
    padding: 0 20px 15px;
    margin-top: 15px;
  }
  .cartListCell-titleOrPrice {
    width: 35%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .cartListCell:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
  }
  .el-message {
    z-index: 9999;
  }
  .cartListCell-img {
    width: 80px;
    margin-left: 15px;
    height: 80px;
  }
  .cartListCell-title {
    width: 43%;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .cartListCell-price {
    color: #3c3c3c;
    font-weight: 700;
    width: 40%;
    margin-left: 15%;
  }
  .cartListCell-total-price {
    font-weight: 700;
    color: #bd1117;
    width: 30%;
    text-align: center;
  }
  .cartListCell-delete {
    color: #3c3c3c;
    cursor: pointer;
  }
  .cartListCell-header-product-info {
    width: 30%;
    text-align: center;
  }
  .cartListCell-header-product-price {
    width: 15%;
  }
  .cartListCell-header-product-number {
    width: 26%;
  }
  .cartListCell-header-product-money {
    width: 17%;
  }
  .cartListCell-header-product-ops {}
  .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #bd1117;
    border-color: #bd1117;
  }
  .notHasProductList {
    text-align: center;
    margin: 30px 0;
  }
  .notHasProductList>span {
    display: block;
    font-size: 14px;
    color: #999999;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .cart-bottom {
    height: 50px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background-color: #e5e5e5;
    font-size: 14px;
  }
  .cart-bottom .el-checkbox__label {
    font-size: 14px;
  }
  .cart-bottom-left {
    padding-left: 20px;
    width: 30%;
    height: 100%;
    line-height: 50px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .cart-bottom-right {
    width: 70%;
    height: 100%;
    line-height: 50px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
  }
  .cart-bottom>.el-checkbox {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .cart-bottom-delete-selected {
    margin-left: 20px;
    cursor: pointer;
  }
  .cart-bottom-selected {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .cart-bottom-selected-number {
    font-size: 18px;
    font-weight: 700;
    color: #bd1117;
    padding: 0 5px;
  }
  .cart-bottom-total {
    padding: 0 20px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .cart-bottom-total-money {
    font-weight: 700;
    font-size: 22px;
    color: #bd1117;
  }
  .cart-bottom-go {
    width: 120px;
    height: 100%;
    border: 0;
    background: #333333;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
  }
  .cart-phone-ops,
  .cartListCell-phone-number {
    display: none;
  }
  .cartListCell-isIntegral {
    background-color: #bd1117;
    color: #ffffff;
    padding: 5px;
    border-radius: 4px;
    cursor: default;
    display: none;
    position: absolute;
    left: 30%;
  }
  .invoice-dialog-tip {
    margin-top: 10px;
    display: block;
  }
}

.addCart-fly {
  width: 60px;
  border-radius: 50%;
  z-index: 999999;
}

.updateInvoice {
  color: #d61418;
}

@media screen and (max-width: 1024px) {
  .invoiceDesc-info,
  .invoiceDesc-number {
    margin-right: 15px;
  }
  .invoiceDesc>div {
    font-size: 14px;
    margin-top: 5px;
  }
  .cart-container {
    width: 100%;
    background-color: #f9f9f9;
  }
  .cartListCell-isIntegral {
    background-color: #bd1117;
    color: #ffffff;
    padding: 3px;
    border-radius: 2px;
    cursor: default;
    display: none;
    position: absolute;
    left: 70%;
  }
  .model-address-supplementary>span {
    display: block;
  }
  .address-model>div {
    margin-top: 5px;
  }
  .notHasProductList {
    text-align: center;
    margin: 30px 0;
    background-color: white;
  }
  .notHasProductList>span {
    display: block;
    font-size: 14px;
    color: #999999;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .cart-phone-ops {
    background-color: white;
    padding: 10px 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .cart-phone-title {
    font-size: 22px;
  }
  .cart-phone-edit {
    font-size: 14px;
    position: absolute;
    right: 15px;
  }
  .cartListCell .el-input-number,
  .cartListCell .cartListCell-delete {
    display: none;
  }
  .edit-cart-status .cartListCell .el-input-number {
    display: block;
  }
  .edit-cart-status .cartListCell-phone-number {
    display: none;
  }
  .edit-cart-status .cartListCell .cartListCell-total-price {
    display: none;
  }
  .cartListCell .el-input-number {
    width: 45%;
  }
  .cartListCell-title {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .cartListCell-titleOrPrice {
    width: 30%;
    padding: 0 5px;
  }
  .el-message-box {
    width: 80%;
  }
  .cartListCell-price {
    width: 100%;
  }
  .cartListCell-total-price {
    position: absolute;
    right: 15px;
  }
  .cartListCell {
    font-size: 12px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background-color: white;
    margin-top: 10px;
    padding: 0 15px;
  }
  .cart-list-header {
    display: none;
  }
  .cartListCell-img {
    width: 80px;
    height: 80px;
  }
  .cart-bottom {
    font-size: 12px;
    padding: 10px 15px;
    background-color: white;
    position: relative;
    margin-top: 10px;
  }
  .cartListCell-delete,
  .cart-bottom-delete-selected {
    display: none;
  }
  .invoiceMessage {
    background-color: white;
    padding: 10px 20px 10px;
  }
  .confirm-order-product-list-tip {
    margin-right: 20px;
    font-size: 18px;
  }
  .invoice-dialog-tip {
    margin-bottom: 10px;
    display: block;
  }
  .freightTips {
    position: relative;
  }
  .freightTips>div {
    display: inline-block;
    float: left;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 24px;
    background-color: #f66567;
    font-size: 12px;
    color: white;
    padding-left: 5px;
    padding-right: 10px;
    min-width: 110px;
  }
  .pay-QRCode-container {
    border: 2px solid #bd1117;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    padding: 20px;
    margin: 0 auto;
  }
  .pay-QRCode-tip {
    background-color: #bd1117;
    color: #ffffff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .pay-count-down {
    display: block;
    margin-top: 20px;
    font-size: 16px;
  }
  .shoppingCart-container {
    display: none;
  }
  .pay-count-down-number {
    color: #bd1117;
    font-size: 18px;
    padding: 0 5px;
  }
  .pay-QRCode-tip>div>span {
    display: block;
  }
  .pay-QRCode-tip>div {
    padding-left: 10px;
  }
  .pay-container .el-dialog__body {
    text-align: center;
  }
  .pay-container .el-dialog__body canvas {
    width: 100% !important;
    height: 100% !important;
  }
  .order-address>span {
    padding: 0 5px;
  }
  .freightTips>img {
    position: absolute;
    right: -16px;
  }
  .invoiceDesc {}
  .cart-bottom-right {
    margin-top: 5px;
  }
  .cart-bottom-total-money,
  .cart-bottom-selected-number {
    color: #bd1117;
    font-size: 16px;
    padding: 0 3px;
  }
  .cart-bottom-go {
    position: absolute;
    right: 15px;
    bottom: 20px;
    background-color: #bd1117;
    color: #ffffff;
    height: calc(100% - 40px);
    width: 100px;
    font-size: 14px;
  }
  .cart-bottom-total {
    display: block;
  }
  .cart-bottom-left,
  .el-checkbox {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
}

.cartListCell-isShow-isIntegral {
  display: block;
}

/*user index */

.basicInfoBox {
  /*margin-top: 25px;*/
  width: 100%;
  display: inline-block;
  float: left;
  margin-top: 30px;
}

.basicInfoBox ul {
  height: 40px;
  border-bottom: 1px solid #E6E6E6;
}

.basicInfoBox ul li {
  float: left;
  width: 100px;
  color: #666;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  margin-right: 20px;
}

.basicInfoBox ul li.now {
  color: #b61910;
  border-bottom: solid 2px #b61910;
}

.accountBox #tab {
  height: 40px;
  border-bottom: 1px solid #E6E6E6;
}

.accountBox .acc-money {
  color: #333333;
  margin-bottom: 10px;
  line-height: 26px
}

.accountBox .acc-money .tips {
  font-size: 16px;
  float: left;
}

.accountBox .acc-money .content {
  font-size: 20px;
  float: left;
}

.accountBox #tab li {
  float: left;
  width: 100px;
  color: #666;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  margin-right: 20px;
}

.accountBox #tab li.now {
  color: #b61910;
  border-bottom: solid 2px #b61910;
}

.list {
  margin-top: 20px;
  min-height: 400px;
}

.list>div {
  padding-bottom: 20px;
  color: #666;
}

.list>div.text {
  display: none;
  width: 100%;
}

.editInfo {
  padding-left: 165px;
}

.editInfo button {
  width: 100px;
  height: 40px;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  padding: 0;
  float: left;
  margin-left: 20px;
  background-color: #b61910;
}

.headerInfo {
  width: 140px;
  height: 140px;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 140px;
  float: left;
  margin-top: 30px;
  position: relative;
  cursor: pointer;
}

.editHeader {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 90px;
  text-align: center;
  font-size: 14px;
  color: #808080;
  cursor: pointer;
  height: 20px;
}

.baseInfo {
  float: left;
  margin-left: 90px;
  margin-top: 30px;
  font-size: 14px;
}

.baseInfo>div {
  margin-bottom: 40px;
  height: 20px;
}

.baseInfo>div>span:first-child {
  color: #4c4c4c;
  width: 80px;
  display: block;
  float: left;
}

.bindSuccess {
  color: #4c4c4c;
}

.notBindEmail {
  color: #999999;
}

.bindSuccess,
.notBindEmail {
  width: 200px;
  display: block;
  float: left;
}

.updatePhone,
.updatePhone:hover {
  color: #287ce0;
  text-decoration: underline !important;
}

.updateName,
.updateName:hover {
  color: #287ce0;
  text-decoration: underline !important;
}

.bindEmailUrl,
.bindEmailUrl:hover,
.bindCompany,
.bindCompany:hover {
  color: #f74342;
  text-decoration: underline !important;
}

.notBindCompany {}

.bindCompanyOpc {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #e0e0e0;
  display: inline-block;
  width: 90%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.bindCompanyOpc>h4 {
  float: left;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  padding-right: 150px;
  padding-left: 20px;
}

.bindCompanyOpc>span {
  width: 120px;
  height: 30px;
  display: block;
  float: left;
  border: 1px solid #339999;
  font-size: 14px;
  color: #339999;
  line-height: 30px;
  text-align: center;
}

.remarks {
  padding-left: 20px;
  padding-top: 40px;
  font-size: 14px;
  color: #999999;
}

.remarksTitle {
  display: block;
}

.remarksContent {
  display: block;
  padding-left: 20px;
}

.submitCompanyOpc {
  margin-top: 35px;
  padding-bottom: 30px;
}

.submitCompanyOpc>h4 {
  float: left;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  padding-right: 30px;
  padding-left: 20px;
}

.submitCompanyOpc>span {
  font-size: 12px;
  color: #808080;
}

.submitInfo {
  padding-left: 25px;
}

.submitInfo>div {
  padding-bottom: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: flex-start;
}

.submitInfo>div>span {
  font-size: 14px;
  color: #4c4c4c;
  font-weight: 500;
}

.submitInfo>div>span:first-child {
  display: block;
  float: left;
  width: 100px;
}

.submitInfo input {
  width: 280px;
  height: 35px;
  font-size: 14px;
  color: #4c4c4c;
}

.submitCompanyContacts:last-child,
.submitCompanyContactsPhone:last-child {
  padding-left: 10px;
}

.submitUpload {
  display: block;
  float: left;
  color: #666666;
  width: 60px !important;
  height: 30px !important;
  background-color: #F5F5F5;
  text-align: center;
  cursor: pointer;
  border: 0;
  font-size: 14px;
  line-height: 0 !important;
}

.viewSample,
.downSample {
  font-size: 12px;
  color: #287ce0;
  text-decoration: underline;
  padding-left: 20px;
}

.viewSampleRemark {
  font-size: 12px !important;
  color: #999999 !important;
  padding-left: 20px;
}

.submitBtn {
  width: 120px;
  height: 35px;
  background-color: #339999;
  color: white;
  font-size: 14px;
  border: 0;
  border-radius: 4px;
  margin-left: 120px;
  margin-top: 10px;
}

.submitFail {
  padding-left: 20px;
  margin: 40px 0;
}

.failDetails {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  color: #808080;
}

.failReason {
  color: #d9892b;
}

.underReview {}

.underReviewState {
  margin: 40px 0 0 20px;
  padding-bottom: 20px;
}

.underReviewState>h4 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}

.underReviewState>span {
  display: block;
  font-size: 12px;
  color: #808080;
  margin-bottom: 10px;
}

.underReviewTime {
  color: #ef8c2b;
}

.authorizationImg,
.licenceImg {
  width: 100px;
  height: 100px;
}

.licenceDiv,
.authorizationDiv {
  position: relative;
}

.licenceDiv:hover .imgMD,
.authorizationDiv:hover .imgMD {
  display: block;
}

.imgMD {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
  display: none;
}

.imgMD>span {
  color: white;
  font-size: 14px;
}

.viewSample:hover,
.downSample:hover {
  color: #287ce0;
  text-decoration: underline !important;
  padding-left: 20px;
}

.layui-layer-content>div {
  float: left;
}

#cutPhoto {
  margin-left: calc(20% - 70px);
  margin-top: 40px;
  overflow: hidden;
}

.headerSize {
  color: #999999;
  font-size: 12px;
  margin-bottom: 20px;
  display: block;
}

.saveCutPhoto {
  margin: calc(20% - 70px);
}

.submitPhoto {
  background-color: #1d9b90;
  color: #ffffff;
  font-size: 14px;
  width: 140px;
  height: 35px;
  border: 0;
  border-radius: 6px;
}

.cropper-container {
  height: 100% !important;
  width: 100% !important;
}

.noResultImage a {
  font-size: 14px;
  color: #333333;
  display: block;
}

.productVedio-container {
  height: 433px;
  width: calc(100% - 253px);
  float: left;
  position: relative;
}

.productVedio-container .productVedio-md {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  cursor: pointer
}

.productVedio-container .productVedio-md .playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -34px;
  margin-top: -34px
}

@media screen and (max-width:1024px) {
  .productVedio-container {
    display: none
  }
  /*.vedio-md{*/
  /*height:239px*/
  /*}*/
  .basicInfoBox {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    float: none;
    min-height: 610px;
  }
  .basicInfoBox ul li {
    float: none;
    width: 100%;
  }
  .accountBox #tab li {
    width: 50%;
    margin-right: 0;
  }
  .headerInfo {
    float: none;
    margin: 0 auto;
    margin-top: 30px;
  }
  .editInfo {
    width: 100%;
    height: 40px;
    padding-left: 0;
  }
  .editInfo button {
    width: 100px;
    display: block;
    height: 40px;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 0;
    float: none;
    margin: 0 auto;
    background-color: #b61910;
  }
  .baseInfo {
    width: 80%;
    float: none;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
    font-size: 12px;
  }
  .baseInfo>div>span:first-child {
    width: 14%;
  }
  .bindSuccess,
  .notBindEmail {
    width: 62%;
  }
  .list {
    min-height: 400px;
  }
}

@media screen and (max-width:500px) {
  .basicInfoBox {
    min-height: 0;
  }
  .intro-vedio-title span {
    font-size: 15px
  }
  #cutPhoto {
    display: inline-block;
    margin-left: 0;
    margin-top: 40px;
    overflow: hidden;
  }
  .layui-layer-content>div {
    float: none;
  }
  .saveCutPhoto {
    margin: 0;
  }
}

/* 登录下拉框 */

.nickNameTips {
  position: relative
}

.nickNameTips:hover .tips {
  display: block;
  cursor: pointer;
  transform-origin: 100% 0;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}

.nickNameTips .tips:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: white;
  left: 31px;
  top: -12px;
}

.nickNameTips .tips:after {
  width: 100%;
  height: 40px;
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
}

.nickNameTips .tips {
  display: none;
  text-align: left;
  background-color: #FFFFFF;
  padding: 16px;
  width: 102px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .6);
  left: 0;
  color: black;
  font-size: 13px;
  line-height: 1.4;
  top: 28px;
  z-index: 999;
}

.nickNameTips .tips a {
  color: #999999 !important;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
}

.nickNameTipsDl {
  height: 1px;
  margin: 8px 0;
  background-color: #E6E6E6;
}

.brandMenu {
  height: 200px;
}

.iconfont-add {
  width: 15px;
  vertical-align: middle;
}

/**
搜索页面
 */

@media screen and (min-width:1025px) {
  .product-container .product-wrapper a:hover {
    box-shadow: 0 0 6px -5px grey, 0 0 0 grey, 0 6px 10px grey, 0 2px 0 grey;
  }
  #searchContainer {
    min-height: 1031px
  }
  .searchTitle {
    margin-top: 60px;
    font-size: 18px;
    color: #111111;
  }
  .searchList {
    margin-top: 32px;
    margin-left: 230px;
  }
  .searchList ul:first-child>li {
    width: 40px;
    text-align: center;
    padding-bottom: 4px;
    display: inline-block;
    margin-right: 33px;
    font-size: 16px;
    color: #333333;
  }
  .iconfont-arrow {
    width: 10px;
    margin-left: 5px
  }
  .searchList ul:first-child>li.active {
    border-bottom: 2px solid #a70620;
  }
  .resultContent,
  .noResultContent {
    margin-top: 7px;
    font-size: 13px;
    color: #333333;
  }
  .noResultImage {
    margin-top: 72px;
    text-align: center;
  }
  .search-text h1 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
  }
  .search-text div {
    font-size: 14px;
    color: #333333;
    margin-bottom: 2px;
    height: 40px;
    line-height: 20px
  }
  .search-text span {
    font-size: 14px;
    color: #333333;
  }
  .results {
    margin-top: 25px
  }
  .search-text-img {
    margin-bottom: 40px
  }
  .search-text-img .searchResult-img-container {
    display: block;
    float: left;
    width: 204px;
    height: 107px;
    overflow: hidden;
    text-align: center;
    margin-right: 20px;
  }
  .search-text-img::after {
    display: block;
    content: "";
    clear: both
  }
  .search-text-img .searchResult-img {
    /* height: 107px; */
    width: 100%;
  }
  .product-search-img {
    height: 107px;
    width: auto !important;
    overflow: hidden;
  }
  .search-text-img .search-text {
    float: left;
    width: 825px
  }
  .search-page-first-search-container {
    height: 35px;
    margin-left: 230px;
  }
  .search-content-input {
    float: left;
    border: 2px solid #333333;
    border-radius: 7px;
    padding: 8px 0 9px 14px;
    font-size: 13px;
    width: 381px;
  }
  .search-page-button {
    position: absolute;
    left: 358px;
    top: 5px;
    width: 28px;
    height: 28px;
    cursor: pointer;
  }
  .news-right>a:first-child {
    display: none;
  }
}

@media screen and (max-width:1024px) {
  .el-message-box {
    width: 90% !important;
  }
  .search-list-content {}
  .searchTitle {
    display: none;
  }
  .search-list-content>li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
  }
  .searchList ul:first-child>li.active {
    border-bottom: 2px solid #a70620;
  }
  .resultContent,
  .noResultContent {
    margin-top: 7px;
    font-size: 14px;
    color: #333333;
  }
  .noResultImage {
    margin-top: 25px;
    text-align: center;
  }
  .searchResult-img-container {
    width: 151px;
    height: 79px;
    float: left;
    text-align: center;
    overflow: hidden
  }
  .searchResult-img {
    width: 100%;
  }
  .product-search-img {
    width: auto;
    height: 79px;
  }
  .search-text h1 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search-text {
    float: left;
    width: calc(100% - 170px);
    margin-left: 10px;
    position: relative;
    height: 79px;
  }
  .search-text div {
    color: #000;
    font-size: 12px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 32px;
  }
  .search-text span {
    color: #000;
    font-size: 12px;
    position: absolute;
    bottom: 0;
  }
  .search-text-img {
    padding: 10px;
  }
  .search-page-first-search-container {
    height: 35px;
  }
  .search-button-container {
    margin-top: 10px;
  }
  .search-content-input {
    float: left;
    border: 1px solid #333333;
    border-radius: 7px;
    padding: 8px 0 9px 14px;
    font-size: 13px;
    width: calc(100% - 18px);
  }
  .search-page-button {
    position: absolute;
    left: calc(100% - 40px);
    top: 5px;
    width: 28px;
    height: 28px;
  }
  .video-info,
  .product-video {
    display: none;
  }
  .backTopImage {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 115px;
    right: 15px;
    cursor: pointer;
  }
}

@media screen and (min-width: 1180px) and (max-width: 1280px) {
  #footer .tagLists {
    margin-right: 100px;
  }
}

@media screen and (min-width: 1017px) and (max-width: 1180px) {
  #footer .tagLists {
    margin-right: 50px;
  }
  #footer .phone-member {
    margin-right: 40px;
  }
  #footer .attention {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1017px) {
  #footer .tagLists {
    margin-right: 50px;
  }
  #footer .phone-member {
    margin-right: 40px;
  }
  #footer .attention {
    margin-right: 30px;
  }
  #footer .tagLists ul {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .main-cats-menu {
    display: none;
  }
}

@media screen and (min-width:1025px) {
  .productAll-list {
    margin-left: 0
  }
  .main-cats-menu ul:first-child {
    border: 1px solid #e6e6e6
  }
  .main-cats-menu ul:nth-child(2) {
    border: 1px solid #e6e6e6;
    border-top: 0px
  }
  .main-cats-menu ul::after {
    display: block;
    content: '';
    clear: both;
  }
  .main-cats-menu li {
    float: left;
  }
  .main-cats-menu a {
    display: block;
    font-size: 14px;
    height: 58px;
    color: #333333;
    padding: 0 5px 0 24px;
    line-height: 58px;
  }
  .main-cats-menu span {
    display: block;
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    width: 75px;
    background-color: #f5f5f5;
    padding-left: 13px;
    color: #202020;
  }
  .main-cats-menu li.product-active a {
    color: #e8411b;
  }
}

/*-- 手机产品分类页面 --*/

.product-class-header {
  position: relative;
}

.product-class-header-img {
  height: 50px;
  margin-top: 15px;
  margin-left: 18px;
}

.product-class-header-text {
  font-size: 16px;
  color: #202020;
  display: block;
  padding: 30px 0 24px 0;
  text-align: center;
}

.product-class-header-text:after {
  content: '';
  display: block;
  width: 75px;
  height: 1px;
  background-color: #999999;
  position: absolute;
  top: 41px;
  right: 63px;
}

.product-class-header-text:before {
  content: '';
  display: block;
  width: 75px;
  height: 1px;
  background-color: #999999;
  position: absolute;
  top: 41px;
  left: 63px;
}

.product-class-header-arr {
  width: 10px;
  position: absolute;
  right: 20px;
  top: 31px;
}

.product-class-bottom {
  padding: 0 11px;
}

.product-phone-comm {
  width: calc((100% - 8px) / 3);
  height: 45px;
  float: left;
  margin-top: 4px;
  line-height: 45px;
  text-align: center;
}

.product-phone-comm:not(:nth-child(3n+1)) {
  margin-left: 4px;
}

.product-phone-comm-name {
  font-size: 12px;
  color: #535b5d;
  display: block;
}

.product-phone-container {
  padding-bottom: 30px;
}

.product-phone-container:not(:last-child) {
  border-bottom: 1px solid #CCCCCC;
}

.content-background {
  background-color: #ffffff;
  width: 100%;
}

.min-width-content {
  margin: 0 auto;
  max-width: 1280px;
}

@media screen and (min-width: 1025px) {
  .flexslider .slides .bannerImg {
    height: 426px;
  }
}

@media screen and (min-width: 1025px) {
  header {
    height: 203px;
  }
  #banner {
    position: relative;
  }
  .main-opc {
    width: 440px;
    height: 335px;
    padding: 40px 80px 42px;
    background-color: white;
    position: absolute;
  }
  .login-main {
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 100px;
  }
  #banner:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #202020;
    display: block;
    position: absolute;
    bottom: -105px;
  }
  .index-news {
    margin: 205px 0 0;
    background-color: #f5f5f5;
  }
  .product-top {}
  .product-first {
    border: 2px solid #CCCCCC;
    width: 622px;
    padding: 75px 104px 75px 70px;
    float: left;
  }
  .product-first-left {
    float: left;
  }
  .product-first-name {
    color: #202020;
    font-size: 32px;
    display: block;
    letter-spacing: 3px;
  }
  .product-first-desc {
    color: #202020;
    font-size: 18px;
    display: block;
    margin-top: 25px;
    letter-spacing: 3px;
  }
  .product-first-more {
    color: #202020;
    font-size: 14px;
    background-color: #f5f5f5;
    width: 112px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    margin-top: 88px;
  }
  .product-first:hover .product-first-more {
    background-color: #202020;
    color: white;
  }
  .product-first-img {
    float: right;
    width: 295px;
  }
  .product-second {
    width: 450px;
    height: 450px;
    background-color: #f5f5f5;
    float: right;
    position: relative;
  }
  .product-second-content {
    border: 1px solid #cccccc;
    height: 429px;
    width: 376px;
    background-color: white;
    float: right;
    padding-top: 55px;
  }
  .product-second-img-out {
    text-align: center;
  }
  .product-second-img {
    width: 261px;
  }
  .product-second-name {
    color: #202020;
    font-size: 18px;
    display: block;
    padding-left: 20px;
    margin-top: 65px;
    margin-bottom: 16px;
    letter-spacing: 2px;
  }
  .product-second-desc {
    color: #202020;
    font-size: 12px;
    display: block;
    padding-left: 20px;
    letter-spacing: 2px;
  }
  .product-second-more {
    font-size: 14px;
    color: #202020;
    position: absolute;
    right: 20px;
    bottom: 4px;
  }
  .product-first,
  .product-second-content {
    cursor: pointer;
  }
  .product-first:hover,
  .product-second-content:hover,
  .index-product-wapper:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  }
  .index-product-wapper:hover .index-product-wapper-more,
  .product-second-content:hover .product-second-more {
    color: #d61318;
  }
  .product-wrapper a:last-of-type .index-product-wapper {
    margin-right: 0;
  }
  .product-wrapper {
    padding-bottom: 10px;
  }
  #product-slider {
    border-bottom: 1px solid #cccccc;
  }
  .index-product-wapper {
    text-align: center;
    border: 1px solid #cccccc;
    padding: 36px 38px 25px;
    margin-top: 90px;
    float: left;
    width: calc((100% - (29px * 3)) / 4 - 78px);
    margin-right: 29px;
  }
  .index-product-wapper>span {
    color: #202020;
    display: block;
  }
  .index-product-wapper-img {
    width: 100%;
  }
  .index-product-wapper-name {
    font-size: 18px;
    margin-top: 48px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .index-product-wapper-tip {
    font-size: 14px;
    margin-top: 17px;
    position: relative;
    margin-bottom: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .index-product-wapper-tip::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background-color: #b8b8b8;
    position: absolute;
    left: calc(50% - 16px);
    bottom: -18px;
  }
  .index-product-wapper-more {
    font-size: 12px;
    padding-top: 18px;
  }
  #product-slider,
  #video {
    padding-top: 80px;
  }
  #video .video-bg {
    width: 100%;
    /*height: 740px;*/
    cursor: pointer;
  }
  .video-md {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
  }
  .video-md .video-md-play {
    width: 114px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -57px;
    margin-top: -57px;
  }
  .video-inner:hover .video-md {
    display: block;
  }
  #video .flexslider {
    height: auto;
    padding-bottom: 10px;
  }
  #video .slick-dots {
    display: none !important;
  }
  /*-- Footer --*/
  #footer {
    padding-top: 90px;
  }
  .footer-QRCode {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    background-color: #353535;
    padding: 72px 0 57px;
  }
  .footer-QRCode-top {
    padding-left: calc(50% - 118px);
  }
  .footer-QRCode-item {
    float: left;
    text-align: center;
  }
  .footer-QRCode-item:not(:last-child) {
    margin-right: 74px;
  }
  .footer-QRCode-img {
    width: 96px;
    margin-bottom: 10px;
  }
  .footer-QRCode-tip {
    color: #cccccc;
    font-size: 12px;
    display: block;
  }
  .footer-QRCode-bottom {
    color: #eeeeee;
    font-size: 16px;
    padding-top: 40px;
    display: block;
  }
  .footer-shortcut {
    max-width: 1145px;
    margin: 0 auto;
    padding-top: 68px;
    padding-bottom: 60px;
    border-bottom: 1px solid #666666;
  }
  .footer-shortcut-list {
    margin: 0 100px 0 160px;
  }
  .footer-buy-search {
    height: 18px;
    line-height: 18px;
  }
  .footer-search-icon {
    width: 18px;
    float: left;
  }
  .footer-buy-search span {
    height: 18px;
    display: block;
    float: left;
    margin-left: 5px;
  }
  .footer-shortcut-list ul {
    float: left;
  }
  .footer-shortcut-list ul li:first-child {
    color: #cccccc;
    font-size: 14px;
  }
  .footer-shortcut-list ul li a,
  .footer-shortcut-list ul li {
    color: #999999;
    font-size: 12px;
  }
  .footer-shortcut-list .footer-tel-text {
    color: #bbbbbb;
  }
  .footer-shortcut-list .footer-vip-number {
    color: #d61418;
  }
  .footer-shortcut-list ul:not(.footer-shortcut-fifth) {
    margin-right: 80px;
  }
  .footer-shortcut-list ul li:not(:first-child) {
    margin-top: 15px;
  }
  .footer-img-text img,
  .footer-img-text span {
    vertical-align: middle;
  }
  .footer-img-text span {
    margin-left: 5px;
  }
  .footer-shortcut-list a:not(:first-child) .footer-link-img {
    margin-left: 12px;
  }
  .footer-vip-number>span:last-child {
    margin-left: 17px;
  }
  .phone-go-userInfo {
    display: none;
  }
  .login-form input {
    background-color: #eeeeee;
  }
  .main-opc h4 {
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 35px;
  }
  .main-bottom {
    padding: 0 22px;
  }
  .login-form .el-form-item {
    margin-bottom: 16px;
  }
  .register-main {
    height: 555px;
    top: 100px;
  }
  .back-login,
  .back-login:hover {
    font-size: 14px;
    color: #666666;
    position: absolute;
    right: 80px;
    top: 48px;
  }
  .login-button {
    margin-top: 9px !important;
  }
  .register-btn {
    width: 146px;
    height: 38px;
    margin-left: calc(50% - 73px) !important;
  }
  .login-form .el-form-item__label {
    padding: 10px 0 !important;
  }
  .login-form .small-input {
    width: 184px;
  }
  .send-message {
    width: 94px;
    height: 100%;
    font-size: 12px !important;
    margin-left: 14px !important;
  }
  .registerVerify {
    margin-left: 14px;
    width: 94px;
    height: 38px;
  }
  .findPwd-account {
    top: 100px;
    height: 388px;
  }
  .findPwd-message {
    top: 100px;
    height: 558px;
  }
  .findPwd-tip {
    padding-bottom: 24px;
    margin-bottom: 10px;
  }
  .findPwd-account h4,
  .findPwd-message h4 {
    margin-bottom: 24px;
  }
  #adboutEfutonContent .menu-list-container,
  #joinUsContent .menu-list-container,
  #QAContent .menu-list-container,
  #businessContent .menu-list-container,
  #joinUsDetailContent .menu-list-container {
    float: left;
  }
  .news-list .el-pagination {
    padding: 80px 0 130px 0;
  }
  .productAll-list .product-footer-pagination {
    padding-bottom: 130px;
  }
  .productAll-list .product-header-ops {
    padding-top: 30px;
  }
  #brandActiv .el-pagination {
    padding: 60px 0 130px 0;
  }
  .phone-menu-md {
    display: none;
  }
  .results .el-pagination {
    padding: 40px 0 160px 0;
  }
}

.product-header-ops .header-btn {
  float: right;
  width: 72px;
  height: 28px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0;
  margin: 0;
  color: #e8411b;
  background-color: #FFFFFF;
  border: 1px solid #e8411b;
}

.product-header-ops .prev {
  margin-right: 20px;
}

.product-header-ops .btn-disabled {
  border-color: #999999;
  color: #999999;
  cursor: not-allowed;
}

.curr-selected-menu span {
  color: #d61418 !important;
}

@media screen and (max-width: 1024px) {
  .productAll-list .product-header-ops {
    padding-top: 20px;
  }
  .product-header-ops .next {
    margin-right: 20px;
  }
  .forgetPwdContent {
    min-width: 100%;
  }
  #banner .slides .slick-dots li {
    margin: 0 5px !important;
  }
  .index-content {
    background-color: #e6e6e6;
  }
  #product-slider,
  #video {
    margin-top: 10px;
  }
  .index-news,
  #product-slider,
  #video,
  .footer-iphone {
    background-color: white;
  }
  .news-title-english {
    display: none;
  }
  .news-title-chinese {
    padding: 18px 0 13px;
    font-size: 19px;
    border-bottom: 1px solid #e6e6e6;
  }
  .newsCell-left {
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
  }
  .newsCell-right {
    float: left;
  }
  .news-right .newsCell {
    border-bottom: 1px solid #e6e6e6;
  }
  .read-more-news {
    margin-left: calc(50% - 41px);
    margin-top: 13px;
    padding-bottom: 20px;
  }
  .news-readMore {
    color: #202020;
    font-size: 12px;
    width: 82px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    display: block;
    border: 1px solid #999999;
  }
  .product-wrapper {
    padding: 13px 0;
    border-bottom: 1px solid #CCCCCC;
  }
  .product-wrapper a {
    display: block;
    float: left;
    width: calc(50% - 1px);
    text-align: center;
    padding: 15px 0;
  }
  .product-wrapper a:nth-child(2n+1) {
    border-right: 1px solid #CCCCCC;
  }
  .product-wrapper a:nth-child(-n+4) {
    border-bottom: 1px solid #CCCCCC;
  }
  .index-product-wapper .index-product-wapper-img {
    width: 106px;
    height: 106px;
  }
  .index-product-wapper .index-product-wapper-name {
    color: #333333;
    font-size: 15px;
    display: block;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
  }
  .index-product-wapper .index-product-wapper-tip {
    color: #4d4d4d;
    font-size: 13px;
    display: block;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    white-space: nowrap;
    width: calc(100% - 20px);
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
  }
  .index-product-wapper .index-product-wapper-tip::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background-color: #bbbbbb;
    position: absolute;
    left: calc(50% - 16px);
    bottom: -8px;
  }
  .index-product-wapper .index-product-wapper-more {
    color: #666666;
    font-size: 12px;
    display: block;
    margin-top: 14px;
  }
  .index-video-item {
    width: calc(100% - 28px);
    padding: 0 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  .index-video-item img {
    width: 100%;
    padding: 12px 0;
  }
  .index-video-item .index-video-title {
    color: #333333;
    font-size: 15px;
    padding-top: 14px;
  }
  .footer-phone-cell {
    color: #333333;
    font-size: 13px;
    padding: 14px 15px;
    border-top: 1px solid #CCCCCC;
  }
  .footer-vip {
    color: #c43027;
    border-top: none;
  }
  .footer-vip-count,
  .footer-customTel {
    font-weight: bold;
  }
  .vip-icon,
  .attention-icon,
  .history-icon,
  .contact-icon {
    width: 13px;
  }
  .footer-phone-cell span,
  .footer-phone-cell img {
    vertical-align: middle;
  }
  .footer-phone-cell .footer-cell-tip {
    padding: 0 15px;
  }
  .footer-phone-cell div {
    float: left;
  }
  .footer-phone-cell .footer-link-img {
    margin-right: 7px;
  }
  .footer-phone-cell .footer-customTel {
    font-weight: bold;
  }
  .backTopImage {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 49px;
    right: 16px;
    cursor: pointer;
    background: url('../images/phone-goTop-icon.png') no-repeat 100%/100%;
  }
  .phone-go-userInfo {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 107px;
    right: 16px;
    background: url("../images/phone-go-userInfo.png") no-repeat 100%/100%;
  }
  .nav-right-ops {
    display: none;
  }
  .login-main {
    background-color: #eeeeee;
    width: 100%;
    height: 100%;
  }
  .login-form input {
    background-color: white;
    border: none !important;
  }
  .main-opc h4 {
    margin-bottom: 25px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    padding-top: 35px;
  }
  .login-form,
  .main-bottom {
    padding: 0 35px;
  }
  .login-button {
    margin-top: 20px !important;
  }
  .back-login {
    position: absolute;
    top: 41px;
    right: 15px;
    color: #666666;
    font-size: 14px;
  }
  .login-form .small-input {
    width: 206px;
  }
  .send-message {
    width: 92px;
    height: 37px;
    font-size: 12px !important;
    margin-left: 10px !important;
  }
  .registerVerify {
    width: 92px;
    height: 37px;
    margin-left: 10px;
  }
  .findPwd-tip {
    padding-bottom: 25px;
  }
  .news-main-body {
    background-color: white;
  }
  #newsDetailContent {
    background-color: #e6e6e6;
  }
  #newsDetailContent .news-content-container {
    padding-top: 10px;
  }
  .phone-menu-md {
    width: 38px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border-left: 2px solid #d0d0d0;
    position: absolute;
    right: 0;
    top: 0;
    border-image: -webkit-linear-gradient( #ffffff, #cccccc, #ffffff) 1 1;
    border-image: -moz-linear-gradient( #ffffff, #cccccc, #ffffff) 1 1;
    border-image: linear-gradient( #ffffff, #cccccc, #ffffff) 1 1;
    border-image: -ms-linear-gradient( #ffffff, #cccccc, #ffffff) 1 1;
  }
  .flexslider .slides .bannerImg {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .results .el-pagination {
    padding: 20px 0;
  }
}

.findPwd-tip>span {
  color: #666666;
  font-size: 12px;
  font-style: oblique;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 100;
}

.findPwd-tip>span:last-child {
  margin-top: 9px;
}

.findPwd-tip {
  border-bottom: 1px solid #cccccc;
}

.login-form input {
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px !important;
}

.el-form-item.is-required .el-form-item__label:before {
  content: "" !important;
  margin: 0 !important;
}

.el-form-item__label {
  /*float: none !important;*/
  text-align: left !important;
  display: block;
}

.el-form-item__content {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.web-all-btn {
  background-color: #333333 !important;
  color: #ffffff !important;
  border-color: #333333 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.web-all-btn.is-disabled,
.web-all-btn.is-disabled:focus,
.web-all-btn.is-disabled:hover {
  color: #bfcbd9 !important;
  background-color: #eef1f6 !important;
  border-color: #d1dbe5 !important;
}

.layui-laydate .layui-this {
  background-color: #d61418 !important;
}

.layui-laydate-footer span:hover {
  color: #d61418 !important;
}

/**
    退款
 */

.refund-entrance-container {
  height: 470px;
  border: 1px solid #cccccc;
}

.refund-entrance-container .product-container {
  margin: 34px 0 0 25px
}

.refund-entrance-container .product-container img {
  width: 108px;
  vertical-align: middle;
}

.refund-entrance-container .product-container .productName {
  font-size: 18px;
  vertical-align: middle;
}

.refund-entrance-container .product-container .product-info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px
}

.refund-entrance-container .product-container .productPrice {
  font-size: 16px;
  margin-top: 10px
}

.refund-action-container {
  padding: 0 25px;
  margin-top: 79px
}

.refund-action-container .refundTitle {
  font-size: 22px
}

.refund-action-container .refundActionButton {
  margin-top: 33px;
}

.refund-action-container .refundActionButton .refund-action {
  width: 48%;
  height: 96px;
  border: 1px solid #cccccc;
  display: inline-block;
  cursor: pointer;
}

.refund-action-container .refundActionButton .refund-action:last-child {
  margin-left: 20px
}

.refund-action-container .refundActionButton .refund-action img {}

.refund-action-container .refundActionButton .refund-action .text {
  margin: 21px 0 0 18px
}

.refund-action-container .refundActionButton .refund-action .text .action-title {
  font-size: 18px
}

.refund-action-container .refundActionButton .refund-action .text .action-desc {
  margin-top: 17px;
  font-size: 14px
}

@media screen and (min-width: 1025px) {
  .product-detail-num {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    margin-left: 10px;
    margin-top: 20px;
  }
  .detail-num-tip {
    font-size: 16px;
    color: #333333;
    display: block;
    width: 45px;
    margin-right: calc(55% - 35px);
  }
  .detail-num-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
  }
  .cut-num,
  .add-num {
    display: block;
    width: 37px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #cccccc;
    cursor: pointer;
  }
  .cut-num {
    color: #666666;
    font-size: 16px;
  }
  .cut-num-disable {
    color: #999999;
    cursor: not-allowed;
  }
  .detail-num {
    font-size: 12px;
    color: #333333;
    width: 62px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .add-num {
    color: #666666;
    font-size: 16px;
  }
  .refund-apply-container .refund-apply-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaaaaa;
    margin-top: 60px;
    padding: 30px 0 0 37px
  }
  .refund-apply-container .refund-apply-content .product-container .title {
    font-size: 20px
  }
  .refund-apply-container .refund-apply-content .product-container .product-info {
    margin-top: 33px
  }
  .refund-apply-container .refund-apply-content .product-container .product-info img {
    vertical-align: middle;
    width: 106px
  }
  .refund-apply-container .refund-apply-content .product-container .product-info .product-text {
    display: inline-block;
    margin-left: 21px;
    vertical-align: middle;
    width: calc(100% - 144px)
  }
  .refund-apply-container .refund-apply-content .product-container .product-info .product-text .name {
    font-size: 16px
  }
  .refund-apply-container .refund-apply-content .product-container .product-info .product-text .price {
    font-size: 16px;
    margin-top: 28px
  }
  .refund-apply-form {
    margin-top: 29px
  }
  .refund-apply-form .refund-input {
    margin-bottom: 37px
  }
  .refund-input-label {
    display: inline-block;
    font-size: 20px;
    width: 120px;
    margin-right: 20px;
    text-align: right;
    vertical-align: top;
    margin-top: 2px
  }
  .refund-input-content {
    width: 400px;
    display: inline-block;
  }
  #refundReason {
    min-width: 330px;
    height: 34px;
    border: 1px solid #000;
  }
  .refund-input-content .refund-input-radio input[type=radio] {
    margin-right: 20px;
    vertical-align: middle;
  }
  .refund-input-content .input-container {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    border: 1px solid #cccccc
  }
  .refund-input-content.is-error .error {
    font-size: 12px;
    color: #b61910;
    margin-top: 5px;
  }
  .refund-input-content .priceSymbol {
    padding: 0 5px
  }
  .refund-input-content input[type=text] {
    width: 200px;
    height: 30px;
    font-size: 16px;
    border: none;
    padding: 0
  }
  .refund-input-content textarea {
    width: 400px;
    height: 200px;
    padding: 10px
  }
  .refund-input-content .upload-container .img-list {
    width: 118px;
    height: 118px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-right: 10px;
    float: left;
    cursor: pointer;
    position: relative;
  }
  .refund-input-content .upload-container .img-list .imgShow {
    width: 100%;
    height: 100%;
  }
  .refund-input-content .upload-container .img-list .refundImg-delete {
    display: none;
    width: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10
  }
  .refund-input-content .upload-container .img-list .refundImg-delete img {
    width: 100%
  }
  .refund-input-content .uploadImg {
    width: 118px;
    height: 118px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    float: left;
  }
  .refund-input-content .uploadImg span {
    color: #ccc;
    font-size: 16px;
    display: block;
    margin-top: 5px
  }
  .refund-input-content .uploadImg .symbol {
    font-size: 22px;
    margin-top: 15px;
    font-weight: bolder;
    color: #000;
  }
  .tip {
    display: inline-block;
    font-size: 16px;
    vertical-align: bottom;
  }
  .refund-input-content .refund-input-radio label {
    font-size: 14px;
    display: inline-block;
    width: 150px;
    vertical-align: middle
  }
  .refund-apply-container .submit-btn {
    width: 291px;
    height: 38px;
    font-size: 18px;
    color: #fff;
    background-color: #333;
    margin-top: 55px
  }
  .refund-apply-form .el-form-item__content {
    display: block !important;
  }
  .refund-apply-form input,
  .refund-apply-form textarea {
    max-width: 500px
  }
  .refund-apply-container .refund-process-container {
    margin-left: 40px
  }
  .refund-apply-container .refund-process-container .refund-process {
    width: 44px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    position: relative;
  }
  .refund-apply-container .refund-process-container .refund-process span {
    position: absolute;
    top: 65px;
    letter-spacing: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
  }
  .refund-apply-container .refund-process-container .refund-process-completed {
    color: #d61418
  }
  .refund-apply-container .refund-process-container .refund-process-uncompleted {
    color: #666666;
  }
  .refund-apply-container .refund-process-container .refund-process-completed#refund-process-apply {
    background: url('../img/refund-apply-completed.png') no-repeat center center #d61418;
  }
  .refund-apply-container .refund-process-container .refund-process-completed#refund-process-wait {
    background: url('../img/refund-wait-completed.png') no-repeat center center #d61418;
  }
  .refund-apply-container .refund-process-container .refund-process-uncompleted#refund-process-wait {
    background: url('../img/refund-wait-uncompleted.png') no-repeat center center #eeeeee;
  }
  .refund-apply-container .refund-process-container .refund-process-completed#refund-process-send {
    background: url('../img/refund-return-completed.png') no-repeat center center #d61418;
  }
  .refund-apply-container .refund-process-container .refund-process-uncompleted#refund-process-send {
    background: url('../img/refund-return-uncompleted.png') no-repeat center center #eeeeee;
  }
  .refund-apply-container .refund-process-container .refund-process-completed#refund-process-end {
    background: url('../img/refund-end-completed.png') no-repeat center center #d61418;
  }
  .refund-apply-container .refund-process-container .refund-process-uncompleted#refund-process-end {
    background: url('../img/refund-end-uncompleted.png') no-repeat center center #eeeeee;
  }
  .refund-apply-container .refund-process-container .refund-line {
    width: 185px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
  }
  .refund-apply-container .refund-process-container .refund-line-completed {
    background-color: #d61418;
  }
  .refund-apply-container .refund-process-container .refund-line-completing {
    background: -webkit-linear-gradient(left, #d61418, #eeeeee);
    background: -o-linear-gradient(left, #d61418, #eeeeee);
    background: -moz-linear-gradient(left, #d61418, #eeeeee);
    background: linear-gradient(left, #d61418, #eeeeee);
  }
  .refund-apply-container .refund-process-container .refund-line-uncompleted {
    background-color: #eeeeee;
  }
  .refund-status-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaaaaa;
    margin-top: 60px;
    padding: 23px 14px 50px 14px
  }
  .refund-status-container {
    padding: 0 20px 22px 20px;
    border-bottom: 1px dotted #333;
  }
  .refund-status-container .status-title {
    font-size: 18px;
    display: inline-block;
  }
  /*.refund-status-container .countdown-container {*/
  /*margin-left: 12px;*/
  /*padding: 2px 9px;*/
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  /*font-size: 0;*/
  /*background-color: #fbe7e7*/
  /*}*/
  /*.refund-status-container .countdown-container img {*/
  /*vertical-align: middle;*/
  /*margin-right: 4px;*/
  /*}*/
  /*.refund-status-container .countdown-container .countdown {*/
  /*font-size: 12px;*/
  /*vertical-align: middle;*/
  /*}*/
  .refund-status-container .tips {
    font-size: 12px;
    margin-top: 25px;
  }
  .refund-button-container {
    border-bottom: 1px dotted #333;
    padding: 0 20px;
    margin-top: 23px;
  }
  .address-container {
    padding: 23px 20px;
    border-bottom: 1px dotted #333;
  }
  .address-container h1 {
    font-size: 16px
  }
  .address-container .address {
    margin-top: 23px;
    font-size: 12px
  }
  .refund-button-container ul li {
    font-size: 12px;
    list-style-type: disc;
    margin-top: 10px
  }
  .refund-button-container ul li:first-child {
    margin-top: 0
  }
  .refund-button-container .button-container {
    font-size: 0;
    margin-top: 26px;
    padding-bottom: 30px;
  }
  .refund-button-container .button-container span {
    display: inline-block;
    width: 260px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #333;
    cursor: pointer
  }
  .refund-button-container .button-container .editRefund {
    background-color: #333;
    color: #fff;
  }
  .refund-button-container .button-container .cancelRefund {
    background-color: #fff;
    color: #333;
    margin-left: 30px
  }
  .refund-button-container .button-container .addLogistics,
  .refund-button-container .button-container .reApply {
    width: 140px;
    height: 23px;
    font-size: 12px;
    line-height: 21px;
    background-color: #333;
    color: #fff;
  }
  .refund-button-container .refund-success-content span {
    font-size: 14px;
    vertical-align: middle;
  }
  .refund-button-container .refund-success-content .money {
    font-size: 16px;
    color: #ff5017
  }
  .refund-button-container .refund-success-content .tip {
    font-size: 12px;
  }
  .consult-history-container {
    padding: 0 20px;
    margin-top: 23px;
  }
  .consult-history-container h1 {
    font-size: 16px
  }
  .consult-history-container .consult-history-list {}
  .consult-history-container .consult-history-list .consult-history-item {
    padding: 26px 0;
    border-bottom: 1px dotted #333;
  }
  .consult-history-container .consult-history-list .consult-history-item:last-child {
    padding-bottom: 0;
    border-bottom: 0
  }
  .consult-history-container .consult-history-list .consult-history-item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: middle
  }
  .consult-history-container .consult-history-list .consult-history-item .text-container {
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: middle;
    padding-left: 20px
  }
  .consult-history-container .consult-history-list .consult-history-item .text-container p:first-child span {
    font-size: 12px
  }
  .consult-history-container .consult-history-list .consult-history-item .text-container p:first-child span:first-child {
    float: left
  }
  .consult-history-container .consult-history-list .consult-history-item .text-container p:first-child span:last-child {
    float: right
  }
  .consult-history-container .consult-history-list .consult-history-item .text-container p:last-child {
    margin-top: 12px;
    font-size: 14px
  }
  .logistics-container {
    padding: 23px 20px;
    border-bottom: 1px dotted #333
  }
  .logistics-container h1 {
    font-size: 16px
  }
  .logistics-container .logistics-content {
    margin-top: 8px
  }
  .logistics-container .logistics-content .logistics-desc {
    margin-top: 15px;
    font-size: 12px
  }
  .logistics-container .logistics-content .logistics-list label,
  .logistics-container .logistics-content .logistics-list .content {
    float: left;
  }
  .logistics-container .logistics-content .logistics-list .content p {
    margin-top: 11px;
  }
  .logistics-container .logistics-content .logistics-list .content p:first-child {
    margin-top: 0;
  }
  .logistics-container .logistics-content .logistics-list .content .time {
    margin-right: 9px;
  }
}

@media screen and (max-width: 1300px) and (min-width: 1025px) {
  .refund-btn {
    padding: 6px 20px
  }
  .refund-entrance-container {
    width: 100% !important;
    margin-left: 0 !important;
    height: 470px;
    border: 1px solid #cccccc;
  }
  .refund-action-container .refundActionButton .refund-action .text .action-title {
    font-size: 14px
  }
  .refund-action-container .refundActionButton .refund-action .text .action-desc {
    font-size: 12px
  }
}

@media screen and (max-width: 1024px) {
  .product-detail-num {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    margin-left: 5px;
    margin-top: 5px;
    float: left;
    width: 100%;
  }
  .detail-num-tip {
    font-size: 12px;
    color: #333333;
    display: block;
    width: 220px;
  }
  .detail-num-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
  }
  .cut-num,
  .add-num {
    display: block;
    width: 29px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #cccccc;
    cursor: pointer;
  }
  .cut-num {
    color: #666666;
    font-size: 16px;
  }
  .cut-num-disable {
    color: #999999;
    cursor: not-allowed;
  }
  .detail-num {
    font-size: 12px;
    color: #333333;
    width: 46px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .add-num {
    color: #666666;
    font-size: 16px;
  }
  .refund-apply-container .refund-apply-content .product-container .title {
    font-size: 15px;
    padding: 11px 14px
  }
  .refund-apply-container .refund-apply-content .product-container .product-info {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px 4%;
  }
  .refund-apply-container .refund-apply-content .product-container .product-info img {
    vertical-align: middle;
    width: 82px;
    height: 82px;
  }
  .refund-apply-container .refund-apply-content .product-container .product-info .product-text {
    display: inline-block;
    margin-left: 21px;
    vertical-align: middle;
    width: calc(100% - 144px)
  }
  .refund-apply-container .refund-apply-content .product-container .product-info .product-text .name {
    font-size: 16px
  }
  .refund-apply-container .refund-apply-content .product-container .product-info .product-text .price {
    font-size: 16px;
    margin-top: 28px
  }
  .refund-apply-form {
    margin-top: 29px;
    padding: 0 4%;
  }
  .refund-apply-form .refund-input {
    margin-bottom: 20px;
  }
  .refund-input-label {
    display: inline-block;
    font-size: 13px;
    width: 25%;
    margin-right: 5%;
    text-align: right;
    vertical-align: middle;
    /* margin-top: 2px */
  }
  .refund-apply-form .refund-input.refund-input-explain .refund-input-label {
    vertical-align: top;
    margin-top: 4px;
  }
  .refund-input-content {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px
  }
  #refundReason {
    width: 75%;
    height: 30px;
    border: 1px solid #000;
  }
  .refund-input-radio label {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5%
  }
  .refund-input-content .refund-input-radio input[type=radio] {
    vertical-align: middle;
  }
  .refund-input-content .input-container {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    border: 1px solid #cccccc
  }
  .refund-input-content.is-error .error {
    font-size: 12px;
    color: #b61910;
    margin-top: 5px;
  }
  .refund-input-content .priceSymbol {
    font-size: 11px;
    padding: 0 5px
  }
  .refund-input-content input[type=text] {
    width: 35%;
    height: 20px;
    font-size: 11px;
    border: none;
    padding: 0
  }
  .refund-input-content textarea {
    width: 70%;
    height: 100px;
    padding: 5px;
    border: 1px solid #ccc;
  }
  .refund-input-content .upload-container .img-list {
    width: 74px;
    height: 74px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-right: 5px;
    float: left;
    cursor: pointer;
    position: relative;
  }
  .refund-input-content .upload-container .img-list .imgShow {
    width: 100%;
    height: 100%;
  }
  .refund-input-content .upload-container .img-list .refundImg-delete {
    display: none;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10
  }
  .refund-input-content .upload-container .img-list .refundImg-delete img {
    width: 100%
  }
  .refund-input-content .uploadImg {
    width: 74px;
    height: 74px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    float: left;
  }
  .refund-input-content .uploadImg span {
    color: #ccc;
    font-size: 11px;
    display: block;
    margin-top: 2px;
  }
  .refund-input-content .uploadImg .symbol {
    font-size: 15px;
    margin-top: 7px;
    font-weight: bolder;
    color: #000;
  }
  .tip {
    display: inline-block;
    font-size: 11px;
    vertical-align: bottom;
  }
  .refund-apply-container .submit-btn {
    width: 130px;
    height: 22px;
    font-size: 12px;
    color: #fff;
    background-color: #333;
    margin-bottom: 20px;
    margin-left: 31%
  }
  .refund-process-container {
    border-bottom: 1px solid #cccccc;
    font-size: 0;
    display: flex;
    justify-content: space-around;
  }
  .refund-apply-container .refund-process-container .refund-process {
    padding: 11px 0;
    display: inline-block;
    text-align: center;
  }
  .refund-apply-container .refund-process-container.refund-money-process .refund-process {
    width: 33%;
  }
  .refund-apply-container .refund-process-container.refund-product-process .refund-process {}
  .refund-apply-container .refund-process-container .refund-process span {
    font-size: 12px
  }
  .refund-apply-container .refund-process-container .refund-process-completed {
    color: #d61418
  }
  .refund-apply-container .refund-process-container .refund-process-uncompleted {
    color: #666666;
  }
  .refund-apply-container .refund-process-container .refund-line {
    display: none
  }
  .order-refund {
    display: none;
  }
  .productRefund {
    display: none !important
  }
  .refund-entrance-container {
    background-color: #cccccc;
    height: auto;
    border: none;
    padding-bottom: 10px
  }
  .refund-entrance-container .product-container {
    padding: 0 10px 21px 10px;
    margin: 0;
    background-color: #ffffff
  }
  .refund-entrance-container .product-container img {
    width: 82px;
  }
  .refund-entrance-container .product-container .productName {
    width: calc(100% - 102px);
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px
  }
  .refund-action-container {
    padding: 0;
    margin-top: 10px;
    background-color: #ffffff
  }
  .refund-action-container .refundTitle {
    display: none
  }
  .refund-action-container .refundActionButton {
    margin: 0
  }
  .refund-action-container .refundActionButton .refund-action {
    width: 100%;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 12px;
    height: auto;
    background: url(../img/arr-left.png) no-repeat 96% center;
    background-size: 10px 16px
  }
  .refund-action-container .refundActionButton .refund-action:last-child {
    margin: 0;
    border-top: 1px solid #cccccc
  }
  .refund-action-container .refundActionButton .refund-action .text {
    margin: 0
  }
  .refund-action-container .refundActionButton .refund-action .text .action-title {
    font-size: 14px
  }
  .refund-action-container .refundActionButton .refund-action .text .action-desc {
    font-size: 11px;
    margin-top: 10px
  }
  .refund-status-content .refund-status-container {
    padding: 12px 4%;
    border-bottom: 1px solid #ccc;
  }
  .refund-status-content .refund-status-container .status-title {
    font-size: 15px;
    padding-bottom: 11px;
  }
  .refund-status-content .refund-status-container .tips {
    font-size: 11px;
    padding-left: 15px;
  }
  .refund-status-content .refund-status-container .tips li {
    list-style-type: disc;
  }
  .refund-status-content .refund-button-container {
    padding: 12px 4% !important;
    border-bottom: 1px solid #ccc;
  }
  .refund-status-content .refund-button-container ul {
    padding-left: 15px;
  }
  .refund-status-content .refund-button-container ul li {
    list-style-type: disc;
    font-size: 11px;
    margin-top: 7px
  }
  .refund-status-content .refund-button-container ul li:first-child {
    margin-top: 0
  }
  .refund-status-content .refund-button-container .button-container {
    margin-top: 10px;
  }
  .refund-status-content .address-container {
    padding: 13px 4%;
    border-bottom: 1px solid #ccc;
  }
  .refund-status-content .address-container h1 {
    font-size: 15px
  }
  .refund-status-content .address-container .address {
    font-size: 11px;
    margin-top: 11px
  }
  .refund-button-container .button-container span {
    display: inline-block;
    width: 130px;
    height: 22px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #333;
    cursor: pointer
  }
  .refund-button-container .button-container .editRefund {
    background-color: #333;
    color: #fff;
  }
  .refund-button-container .button-container .cancelRefund {
    background-color: #fff;
    color: #333;
    margin-left: 15px
  }
  .refund-button-container .button-container .addLogistics,
  .refund-button-container .button-container .reApply {
    background-color: #333;
    color: #fff;
  }
  .consult-history-container {
    padding: 12px 4%;
    border-bottom: 1px solid #ccc;
  }
  .consult-history-container h1 {
    font-size: 15px;
    margin-bottom: 13px
  }
  .consult-history-container .consult-history-list .consult-history-item {
    position: relative;
    margin-top: 21px
  }
  .consult-history-container .consult-history-list .consult-history-item:first-child {
    margin-top: 0
  }
  .consult-history-container .consult-history-list .consult-history-item img {
    width: 29px;
    height: 29px;
    border-radius: 50%
  }
  .consult-history-container .consult-history-list .consult-history-item .text-container .memberInfo {
    position: absolute;
    top: -3px;
    left: 47px;
  }
  .consult-history-container .consult-history-list .consult-history-item .text-container .consultsContent {
    line-height: 20px
  }
  .consult-history-container .consult-history-list .consult-history-item .text-container p {
    font-size: 12px;
  }
  .consult-history-container .consult-history-list .consult-history-item .text-container .name {
    display: block;
    font-size: 12px;
  }
  .consult-history-container .consult-history-list .consult-history-item .text-container .time {
    display: block;
    font-size: 10px;
    margin-top: 5px;
    color: #959595
  }
  .logistics-container {
    padding: 13px 4%;
    border-bottom: 1px solid #ccc
  }
  .logistics-container h1 {
    font-size: 15px
  }
  .logistics-container .logistics-content {
    margin-top: 8px
  }
  .logistics-container .logistics-content .logistics-desc {
    margin-top: 10px;
    font-size: 11px
  }
  .logistics-container .logistics-content .logistics-list label,
  .logistics-container .logistics-content .logistics-list .content {
    float: left;
  }
  .logistics-container .logistics-content .logistics-list .content {
    width: 84%
  }
  .logistics-container .logistics-content .logistics-list .content p {
    margin-top: 11px;
  }
  .logistics-container .logistics-content .logistics-list .content p:first-child {
    margin-top: 0;
  }
  .logistics-container .logistics-content .logistics-list .content .time {
    margin-right: 9px;
  }
  .refund-button-container .refund-success-content span {
    font-size: 11px;
    vertical-align: middle;
  }
  .refund-button-container .refund-success-content .money {
    font-size: 14px;
    color: #ff5017
  }
  .refund-button-container .refund-success-content .tip {
    font-size: 11px;
  }
}

.balance-opacity {
  opacity: .3;
}

.egg-search-container {
  background: url("../images/egg-bg.png");
  background-size: 100% 100%;
  max-width: 500px;
  margin: 0 auto;
}

.eggs2021-container {
  background: #2E3741;
  max-width: 500px;
  height: 100%;
  min-height: 100vh;
  margin: 0 auto;
}

.eggs2021-container .eggs2021-bg-header {
  position: absolute;
  width: 100%;
  max-width: 500px;
  height: auto;
}

.egg2021-container {
  height: 100%;
  padding: 83px 18px 19px 17px;
  box-sizing: border-box;
}

.eggs-container {
  background: url("../images/egg-bg.png");
  background-size: 100% 100%;
  max-width: 500px;
  margin: 0 auto;
}

.egg-container {
  padding: 60px 15px 3px 15px;
}

.egg-container .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin: 0 0 30px 0;
  text-align: center;
  color: #ffffff
}

.egg2021-formItem {
  clear: both;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 20px !important;
}

.egg2021-formItem .el-form-item__label {
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  padding: 0;
  margin-left: 10px;
}

.egg2021-formItem .el-input,
.egg2021-formItem .el-select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0;
}

.egg2021-formItem input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  text-align: right;
}

.formItem {
  clear: both;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px !important
}

.formItem .el-form-item__label {
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  padding: 0;
  margin-left: 10px;
}

.formItem .el-select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0
}

.formItem .el-select,
.formItem .el-cascader,
.formItem .el-input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0
}

.formItem input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none
}

.formItem textarea {
  font-size: 15px !important;
  width: 100%;
  padding-top: 10px !important;
  border: none
}

.egg-container .send-btn {
  background: #C09962 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0
}

.egg-container .send-btn.disabled {
  background: #cccccc !important
}

.casader {
  left: -40px;
  bottom: 40px
}

.egg-container .remark {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 17px;
  margin-top: 5px
}

.egg-container .el-form-item__error {
  display: none
}

.egg-container .btn-container button {
  margin: 10px auto 0 auto;
  margin-top: 15px;
  font-size: 18px !important;
  font-weight: 500;
  padding: 8px 30px;
  color: rgba(255, 255, 255, 1);
  line-height: 25px;
  background: #FE6500 !important;
  border-radius: 20px;
}

.pDetail-layout-left-info img {
  width: 100%;
}

.egg2021-container .egg2021-btn-container button {
  /* position: fixed;
  left: 18px;
  bottom: 20px; */
  border-radius: 4px;
  background: #CF151B!important;
  height: 40px;
  width: 100%;
  margin-top: 28px;
  font-weight: 500;
  font-size: 18px!important;
  color: #fff;
}
