/* .product .window-back {
  padding-bottom: 30px;
} */
.product.window-box {
  padding: 0px 0 36px 0;
  box-sizing: border-box;
  height: calc(100% - 60px);
}

.product .window-bin .title-box {
  text-align: left;
  padding: 30px 80px 0;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 104px;
  box-sizing: border-box;
  overflow: hidden;
}
.product .window-bin .title-box.chentan {
  padding: 0 315px 0;
  margin-top: 100px;
}
.product .window-bin .title-box.aboutName {
  padding: 0 350px 0;
  margin-top: 120px;
}
.product.cooperation .window-bin .title-box ,.about .window-bin .title-box{
  margin-top: 56px;
}
.product .window-bin .title-name strong{
  font-size: 32px;
}
.productSwiper{
  margin: 0 20%;
  height: 100%;
  position: relative;
  overflow: hidden
}
.product .window-bin .product_list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  color:#999;
  font-size: 16px;
  font-family: SourceHanSansCNBold;
}
.product .product_item_box{
  width:500%;
  height: 100%;
  display: flex;
  
}
.product .product_item_box .product_item{
  /* width: 0.1%; */
}
.product .product_item {
  /* width: 24%; */
  /* width: 33.333%; */

  height: 480px;
  background-color: #fff;
  flex-grow: .3;
  margin: 0 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* padding: 50px; */
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  overflow: hidden;
}
.product_item_name{
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  bottom: 50px;
}
.product_item_name span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  padding: 5px ;
}
.product .product_item .mark{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--theme-default-color) !important;
  background-image: url(/static/images/产品中心/蜜梓源下拉页面.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position:  center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -100%;
  transition: top 500ms ease;
  font-family: SourceHanSansCNBold;
  cursor: pointer;
}
 .product #pjzx .product_item .mark{
  background-image: url(/static/images/产品中心/平姐甄选下拉.png);
}
.product .product_item .mark .seriesBox {
  font-size: 13px;
  opacity: 0.9;
  font-family: SourceHanSansCNRegular;
}
.product .product_item .mark .productName {
  font-size: 22px;
}
.product .product_item .mark .seriesName {
  font-size: 14px;
  margin-top: 15px;
}
.product .product_item .mark .detailBtn {
  font-size: 10px;
  opacity: 0.8;
  margin-top: 25px;
  cursor: pointer;
  font-family: SourceHanSansCNRegular;
}
.product .product_item:hover .mark{
  top: 0;
}
.product .product_item .product_img_box {
  width: 215px;
  height: 280px;
  text-align: center;
}
.product .product_item .product_img_box img {
  width: 80%;
}

.product_list .introduce {
  display: flex;
  /* justify-content: center; */
  font-family: SourceHanSansCNHeavy;
  align-items: center;
}
.product_list .introduce  .left {
  width: 50%;
  padding: 30px;
  flex-shrink: 0;
}
.product_list .introduce > div {
  margin: 0 50px;
}
.product_list .introduce  .left  .title {
  color: var(--theme-default-color) !important;
  font-size: 32px;
  font-size: SourceHanSansCN-Bold;
}
.product_list .introduce  .left  .title .name {
  border-bottom: 1px solid var(--theme-default-color) !important;;
}
.product_list .introduce  .left  .title .specification {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-family: SourceHanSansCNRegular;
}
.product_list .introduce  .left  .title .specification > div {
  margin-right: 15px;
}
.product_list .introduce  .left .briefIntroduction {
  margin-top: 50px;
  color: #333;
  font-family: SourceHanSansCNRegular;
}

.product_list .introduce .right {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-shrink: 0;
}
.product_list .introduce .right > img {
  width: 80%;
}

.detail_box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.8);
  z-index: 1000000;
  display: none;
}
.detail_box .detail_content_box {
  width: 1280px;
  height: 706px;
  background-image: url(../images/产品中心/点击-背景.png);
  position: absolute;
  left: 50%;
  background-size: contain;
  top: 50%;
  transform: translate(-50%, -50%) ;
  /* transform: translate(-50%, -50%) scale(0.8, 0.8); */
  padding: 100px 228px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
}
.detail_box .detail_content_box .detail_content_box_close::after {
  content: '×';
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 42px;
  color: var(--theme-default-color);
  font-weight: 200;
  transition: all 0.3s;
  cursor: pointer;
}
.detail_box .detail_content_box .detail_content_box_close:hover::after  {
  transform: scale(1.8);
  transition: all 0.3s;
}
.detail_box .detail_content_box .left {
  flex-shrink: 0;
  width: 188px;
}
.detail_box .detail_content_box .left img{
  width: 100%;
}
.detail_box .detail_content_box .right {
  padding: 30px;
  flex-shrink: 0;
  flex: 1;
  /* width: 808px; */
  margin-left: 30px;
}
.detail_box .detail_content_box .right .title {
  color: var(--theme-default-color) !important;
    font-size: 42px;
    font-family: AlibabaPuHuiTiMedium;
}
.product_list .introduce .left .title {
  font-family: AlibabaPuHuiTiMedium;
}
.detail_box .detail_content_box .right .name {
  font-family: 'FZFWZhuZiMinchoB';
  border-bottom: 1px solid var(--theme-default-color) !important;
}
.detail_box .detail_content_box .right .specification {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-top: 5px;

  font-family: AlibabaPuHuiTiRegular;
}
.detail_box .detail_content_box .right .specification > div {
  margin-right: 20px;
}
.detail_box .detail_content_box .right .briefIntroduction {
  margin-top: 50px;
  color: #333;
  font-size: 17px;
  font-family: 'AlibabaPuHuiTiRegular';
  line-height: 1.8;
}

/* 产品轮播按钮 */

.product-ctrl .ctrl-box {
  position: absolute;
  color: #a8a8a8;
  line-height: 80px;
  font-size: 50px;
  cursor: pointer;
  transition: .3s;
  z-index: 999;
  
}

.product-ctrl .ctrl-box:hover {
  color: #333
}

.product-ctrl .ctrl-left {
  right: 83%;
  top: 50%;
  margin-top: -38px
}

.product-ctrl .ctrl-right {
  left: 83%;
  top: 50%;
  margin-top: -38px
}


/* 关于 */
.about .content_box {
  margin-top: 50px;
  padding: 0 50px;
  box-sizing: border-box;
  color: #333;
}
.about .content_box .content_text{
  /* padding: 0 50px; */
  font-size: 15px;
}
.about .content_box .content_text p{
  overflow: hidden;
  margin-bottom: 8px;
  /* line-height: 1.7; */
  font-family:AlibabaPuHuiTiLight;
}
.about.cooperation .content_box .content_text {
  background-color: rgba(255,255,255,.4);
  padding: 30px 200px;
}
.about.cooperation .content_box .content_text p {
  font-family: SourceHanSansCNBold!important;
}
.about.craftsman .content_box .content_text p img {
  width: 100%;
}

.about .content_box .content_item {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.about .bg_box{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  display: flex;
  /* flex-direction: column; */
}
.about .title-box {
  margin-top: 103px;
}
.about .bg_box .bg img{
  width: 100%;
  height: 100%;
}
.about .bg_box .bg_1 {
  position: absolute;
  top: -50px;
  z-index: 1;
 
}
.honor .bg_box .bg_1 {
  width: 100%;
  height: 100%;
 
}
.about .bg_box .bg_2 {
  flex-grow: 1;
}
.about .bg_box .bg_3 {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.about .content_box .content_item:last-child {
  border-bottom:none;
}
/* .about .content_box {
  padding: 0 ;
} */
.about.about_Course_brand .content_box{
  padding-bottom: 50px;
  font-size: 17px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.about.about_Course_brand .content_box .content_item {
  width: 290px;
  /* margin: 0 10px; */
  flex-direction: column;
  margin-bottom: 50px;
}
.about.about_Course_brand .content_box .content_item .left{
  /* width: 50%;
  padding: 30px 70px; */
  height: 192px;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
  display: flex;
  align-items: center;
}
.about.about_Course_brand .content_box .content_item .right {
  padding: 20px 12px;
  display: flex;
  align-items: baseline;
}
.about.about_Course_brand .content_box .content_item .left img{
  width: 100%;
}
.about.about_Course_brand .content_box .content_item .right .point {
  transform: scale(0.5);
  color: var(--theme-default-color);
  margin-right: 5px;
}
.about.about_Course_brand .content_box .content_item .right .title{
  text-align: center;
  font-family: AlibabaPuHuiTiRegular;
}
.about.about_Course_brand .window-bin .title-box.chentan{
  margin-top: 120px;
}

/* 匠人匠心 */
.about.craftsman .content_box .content_text {
  font-family: SourceHanSansCNRegular;

}
.about.craftsman .content_box .content_text .content_text_box {
  /* padding: 0 150px; */
}
/* .about.craftsman .content_box img {
  margin-top: ;
} */


/* 新闻资讯 */
.news_center .title-box{
  margin-top: 90px;
}
.news_center .content_box {
  padding: 0 50px!important;
}
.about.news_center .content_item {
  height: 254px;
  border: none;
  background-color: #fff;
  align-items: flex-start;
  margin-bottom: 32px;

}
.news_center .content_item .left {
  width: 494px;
  flex-shrink: 0;
}
.news_center .content_item .left img {
  width: 100%;
}

.news_center .content_item > .right {
  padding: 30px;
  box-sizing: border-box;
  font-family: SourceHanSansCNBold;
  position: relative;
  height: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.news_center .content_item .right .title,.news_center .content_item .right .description {

  font-family: SourceHanSansCNBold;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_center .content_item .right .title {
  font-size: 20px;
}
.news_center .content_item .right .description {
  font-size: 14px;
  color: #666666;
  margin-top: 30px;
  font-family: SourceHanSansCNRegular;
}
.news_center .content_item .right .bottom {
  overflow: hidden;
  /* position: absolute; */
  bottom: 30px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #999999;
  font-family: SourceHanSansCNRegular;
}
.news_center .content_item .right .bottom .left{
  /* float: left; */
  width: auto;
}
.news_center .content_item .right .bottom .right{
  /* float: right; */
  padding: 0;
  font-size: 13px;
  color: var(--theme-default-color);
  cursor: pointer;
}
.news_center .content_item .right .bottom .right a {
  color: var(--theme-default-color);
}

/* 品牌历程 */
.about.Course_brand .content_box {
  padding: 0;
}
.about.Course_brand .content_box .content_item {
  border-bottom: none;
}
.about.Course_brand .content_box .content_item .left{
  border-right: 1px dashed var(--theme-default-color);
  position: relative;
  /* width: 409px; */
  padding: 30px 70px 30px 0px
}
.about.Course_brand .content_box .content_item .left img {
  width: 326px;
  height: 227px;
}
.about.Course_brand .content_box .content_item .left::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: var(--theme-default-color);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
}
.about.Course_brand .content_box .content_item .left::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid var(--theme-default-color);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
}
.about.Course_brand .content_box .content_item.active .left::before {
  background-image: url(/static/images/关于我们/品牌历程-门环.png);
  height: 69px;
  width: 52px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  transition: all 300ms;
}
.about.Course_brand .content_box .content_item .right {
  padding-left: 70px;
  display: block;
}
.about.Course_brand .content_box .content_item .right .title {
  font-size: 36px;
  color: var(--theme-default-color);
  font-family: SourceHanSerifCN6;
}
.about.Course_brand .content_box .content_item .right .introduce-text {
  font-size: 16px;
  font-family: SourceHanSansCNRegular;
  margin-top: 30px;
  line-height: 1.7;
  color: #717171;
}



@media (max-width:1600px)  {
  .about.about_Course_brand .content_box {
    padding: 0 164px!important;
  }
  .about.news_center .content_item {
    height: 190px;
  }
  .news_center .content_box {
    padding: 0 135px!important;
  }
  .news_center .content_item .left {
    width: 372px;
  }
  .product .product_item {
    height: 400px;
    padding: 35px;
  }
  .product .product_item .product_img_box {
    height: 253px;
  }
  .product .product_item .product_img_box img {
    /* height: 200px; */
    width: 80%;
  }
  .product .window-bin .title-box {
    padding-top: 0px;
  }
  .detail_box .detail_content_box{
    background-position:  center;
  }
  
  .about.Course_brand .content_box .content_item {
    padding: 0 130px;
  }
}
@media (max-width:1440px)  {
  .product .touch-box {
    top: 35%;
  }

  .product .product_item {
    height: 400px;
  }
  .product .product_item .product_img_box {
    height: 253px;
  }
  .product .product_item .product_img_box img {
    /* height: 200px; */
    width: 80%;
  }
  .detail_box .detail_content_box {
    width: 1074px;
    height: 506px;
    padding: 68px 169px;
    background-position:  center;
    /* background-size: 100% 100%; */
  }
  .detail_box .detail_content_box .left {
    width: 123px;
  }
  .detail_box .detail_content_box .right .title {
    font-size: 34px;
  }
  .detail_box .detail_content_box .right .specification {
    font-size: 13px;
  }
  .detail_box .detail_content_box .right .briefIntroduction {
    margin-top: 10px;
    font-size: 14px;
  }
  .about.Course_brand .content_box .content_item {
    padding: 0 130px;
  }
}
@media (max-width:1200px)  {
  .about.about_Course_brand .content_box {
    padding: 0 140px!important;
  }
  .about.about_Course_brand .window-bin .title-box.chentan {
    margin-top: 30px;
    padding-top: 0;
    text-align: center;
  }
  .about.news_center .content_item {
    height: 190px;
  }
  .news_center .content_box {
    padding: 0 135px!important;
  }
  .news_center .content_item .left {
    width: 372px;
  }
  .product_list .introduce .right.jus_l {
    justify-content: left;
  }
  .product_list .introduce > div {
    margin: 0;
  }
  .product_list .introduce .right > img {
    width: 50%;
  }
  .about.craftsman .content_box .content_text {
    padding: 0 0px;
  }
  .about.craftsman .content_box .content_text .content_text_box {
    padding: 0 100px;
  }
  .about.Course_brand .content_box .content_item {
    padding: 0 110px;
  }

}
@media (max-width:992px)  {
  .about.about_Course_brand .content_box .content_item .left {
    padding: 30px 0!important;
    width: auto;
  }
  .about.about_Course_brand .content_box .content_item .right {
    justify-content: center;
    width: auto;
  }
  .about.about_Course_brand .content_box {
    padding: 0 304px;
  }
  .about .content_box .content_item {
    flex-direction: column;
    align-items: center;
  }

  .about.about_Course_brand .window-bin .title-box.chentan {
    margin-top: 30px;
    padding-top: 0;
    text-align: center;
  }
  .about.Course_brand .content_box {
    width: 85%;
  }
  .about.Course_brand .content_box .content_item {
    padding: 0 60px 30px;
  }
  .about.Course_brand .content_box .content_item .left {
    padding: 0 0;
  }
  .about.Course_brand .content_box .content_item .left {
    border:none;
  }
  .about.Course_brand .content_box .content_item .right {
    padding-left: 0;
  }
  .about.Course_brand .content_box .content_item.active .left::before,
  .about.Course_brand .content_box .content_item.active .left::after  {
    display: none;
  }
  .news_center .content_box {
    padding: 0 156px!important;
  }
  .news_center .content_item .left {
    width: 100%;
  }
  .about.news_center .content_item {
    height: auto;
  }
  .product.news_center .window-bin .title-box {
    padding: 0;
    margin-top: 30px
  }
  .news_center .content_box {
    margin-top: 30px;
  }
  .product .window-bin .title-box {
    padding: 0px 320px 0;
  }
  .product .window-bin .title-box .title-name {
    text-align: center;
  }
  .product_list .introduce .right.jus_l {
    justify-content: left;
  }
  .product_list .introduce > div {
    margin: 0;
  }
  .product_list .introduce .right > img {
    width: 50%;
  }
  .about.craftsman .content_box .content_text {
    padding: 0 0px;
  }
  .about.craftsman .content_box .content_text .content_text_box {
    padding: 0 0px;
  }

  
  .detail_box .detail_content_box {
    width: 92%;
    height: 574px;
    flex-direction: column;
    padding: 22px 0px;
    background-color: #fff;
    background-position: center;
  }
  .detail_box .detail_content_box .left {
    width: 90px;
  }
  .detail_box .detail_content_box .left img {
    width: 100%;
  }
  .detail_box .detail_content_box .right {
    margin-left: 0;
  }
  .detail_box .detail_content_box .right .title {
    font-size: 23px;
  }
  .detail_box .detail_content_box .right .specification {
    font-size: 12px;

  }
  .detail_box .detail_content_box .right .briefIntroduction {
    margin-top: 7px;
    font-size: 14px;
  }
}
@media (max-width:767px)  {
  .about.about_Course_brand .content_box .content_item .left {
    padding: 30px 0;
    width: auto;
    text-align: center;
  }

  .about.about_Course_brand .content_box {
    padding: 0 60px!important;
    justify-content: center;
  }
  .about .content_box .content_item {
    flex-direction: column;
    align-items: center;
    padding: 0px 0!important;
    margin-bottom: 0px!important;
  }
  .about.Course_brand .content_box {
    padding: 0 30px!important;
  }
  .about.Course_brand .content_box .content_item {
    padding: 30px 20px!important;
  }
  .about.Course_brand .content_box .content_item .left {
    border:none;
  }
  .about.Course_brand .content_box .content_item.active .left::before,
  .about.Course_brand .content_box .content_item.active .left::after  {
    display: none;
  }
  .about.about_Course_brand .content_box .content_item .right {
    justify-content: center;
    width: auto;
    padding: 20px 30px;
  }
  .about.Course_brand .content_box .content_item .right .title {
    text-align: center;
  }
  .about.Course_brand .content_box .content_item .right .introduce-text {
    padding: 0 30px!important;
  }
  .about.about_Course_brand .content_box .content_item .left {
    padding: 0!important;
  }
  .about.Course_brand .content_box .content_item .right {
    padding-left: 0;
  }
  .about.about_Course_brand .window-bin .title-box.chentan {
    margin-top: 30px;
    padding-top: 0;
    text-align: center;
  }
  .about .content_box {
    margin-top: 30px;
  }
  .about.about_Course_brand .content_box .content_item .left img {
    /* width: 80%; */
  }
  .product .product_item {
    margin-bottom: 20px;
    min-width: 200px;
  }
  .product .productSwiper .product_item {
    margin-bottom: 20px;
    min-width: 205px;
  }
  .product.news_center .window-bin .title-box {
    padding: 0;
    margin-top: 30px
  }
  .product .window-bin .title-box.chentan {
    padding-top: 0px;
    margin-top: 0;
  }
  .news_center .content_box {
    padding: 0 70px!important;
  }
  .about .content_box .content_text {
    padding: 24px;
  }
  .about.news_center .content_item {
    /* display: block; */
    padding: 0!important;
  }
  .news_center .content_item > .right {
    padding: 20px 10px;
  }
  .news_center .content_item > .right .title {
      font-size: 16px;
  }
  .news_center .content_item .right .description {
    font-size: 13px;
    margin-top: 10px;
  }
  .product .window-bin .title-box {
    padding: 0px 90px 0;
  }
  .product .window-bin .title-box .title-name {
    text-align: center;
  }
  .product .window-bin .title-box {
    margin-top: 0px
  }
  .product .window-bin .product_list {
    margin: 0;
  }
  .product_list .introduce {
    flex-direction: column;
    justify-content: center;
  }
  .product_list .introduce .left {
    padding: 30px;
    width: 80%;
  }
  .product_list .introduce .left .title .specification {
    flex-wrap: wrap;
  }
  .product_list .introduce .left .briefIntroduction {
    margin-top: 10px;
    font-size: 12px;
  }
  .product_list .introduce .right {
    margin-top: 10px;
  }
  .product_list .introduce .right.jus_l{
    justify-content: center;
  }
  .product_list .introduce .left .title {
    font-size: 22px;
  }
  .product .touch-box {
    /* margin-top: 300px!important; */
    top: 30%;
  }
  .product_list .introduce .right.jus_l > img {
    width: 80%;
  }
  .about.craftsman .content_box .content_text {
    padding: 0 0px;
  }
  .about.craftsman .content_box .content_text .content_text_box {
    padding: 0 0px;
  }
  .about.cooperation .content_box .content_text {
    padding: 0px;
  }



  .detail_box .detail_content_box {
    width: 92%;
    height: 574px;
    flex-direction: column;
    padding: 22px 0px;
    background-color: #fff;
    background-position: center;
  }
  .detail_box .detail_content_box .left {
    width: 90px;
  }
  .detail_box .detail_content_box .left img {
    width: 100%;
  }
  .detail_box .detail_content_box .right {
    margin-left: 0;
  }
  .detail_box .detail_content_box .right .title {
    font-size: 23px;
  }
  .detail_box .detail_content_box .right .specification {
    font-size: 12px;

  }
  .detail_box .detail_content_box .right .briefIntroduction {
    margin-top: 7px;
    font-size: 14px;
  }
  
}
@media (max-width: 480px)  {

}
@media (max-width:375px)  {

}
/* @media (min-width: 991px)  {
  .about.about_Course_brand .content_box {
    padding: 0 100px!important;
  }
} */

.formBox {
  width: 700px;
  margin: 0 auto;
  font-family: SourceHanSansCNMedium;
  margin-bottom: 130px;
}

.formBox>#productConsultForm .form-item {
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.formBox>#productConsultForm .form-item .star {
  color: red;
  vertical-align: middle;
}

.formBox>#productConsultForm .form-item input {
  margin-left: 30px;
  height: 66px;
  border: 1px solid #919191;
  border-radius: 10px;
  flex: 1;
  font-size: 18px;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: SourceHanSansCNRegular;
  outline: none;
}

.formBox>#productConsultForm .form-item input::-webkit-input-placeholder,
.formBox>#productConsultForm .form-item textarea::-webkit-input-placeholder {
  color: #cdcdcd;
}

.formBox>#productConsultForm .form-item input::-moz-input-placeholder,
.formBox>#productConsultForm .form-item textarea::-webkit-input-placeholder {
  color: #cdcdcd;
}

.formBox>#productConsultForm .form-item input::-ms-input-placeholder,
.formBox>#productConsultForm .form-item textarea::-webkit-input-placeholder {
  color: #cdcdcd;
}

.formBox>#productConsultForm .form-item textarea {
  border: 1px solid #919191;
  border-radius: 10px;
  background-color: rgba(251, 235, 223, 0.2);
  height: 336px;
  padding: 10px;
  box-sizing: border-box;
  outline: none;
  font-size: 18px;
  resize: none;
}

.formBox>#productConsultForm .form-item button {
  background-color: #835929;
  width: 424px;
  height: 80px;
  border-radius: 5px;
  text-align: center;
  line-height: 80px;
  color: #fff;
  outline: none;
  border: none;
  margin: 0 auto;
  font-size: 30px;
}

.formBox>#productConsultForm label {
  color: #815926;
  font-size: 20px;
}

.loadingBox {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .2);
  z-index: 999999;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  display: none;
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0.0)
  }

  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
