@charset "utf8";
@import url("./common.css");
.main .back{
  display: flex;
  margin-bottom: .1rem;
  cursor: pointer;
}
.main .back span {
  font-size: 0.19rem;
  color: #aeaeae;
  margin-left: .03rem;
}

.main .back .back-pic {
  width: .26rem;
  height: .15rem;
}


.main-cn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.38rem;
  margin-left: .6rem;
  margin-right: .6rem;
}


.main-cn .mc-left {
  flex: 1;
}
.main-cn .mc-left .left-top-swiper{
  width: 6.5rem;
  height: 6.5rem;
  margin-top: .4rem;
  margin-left: 0;
}
.left-top-swiper .swiper-button-prev,
.left-top-swiper .swiper-button-next{
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background-color: #666;
}
.left-top-swiper .swiper-button-prev{
  left: .45rem;
}
.left-top-swiper .swiper-button-next{
  right: .45rem;
}
.left-top-swiper .swiper-button-prev:hover,
.left-top-swiper .swiper-button-next:hover{
  background-color: #fff;
}
.swiper-button-prev:hover:after,
.swiper-button-next:hover:after{
  color: #000;
}
.swiper-button-prev::after,
.swiper-button-next::after{
  font-size: .25rem !important;
  margin-left: 3px;
  font-weight: bold;
  color: #fff;
}
.left-top-swiper .swiper-button-prev::after{
  margin-left: -3px;
}


.left-bottom-swiper{
  width: 6rem;
  margin-top: .4rem;
  height: 1.8rem;
}

.left-bottom-swiper .swiper-button-prev:after,
.left-bottom-swiper .swiper-button-next:after{
  display: none;
}
.left-bottom-swiper .swiper-button-prev img,
.left-bottom-swiper .swiper-button-next img{
  width: .3rem;
  height: .3rem;
}
.left-bottom-swiper img {
  object-fit: fill;
  height: 100%;
}

.main-cn .mc-right {
  width: 6.12rem;
  display: flex;
  flex-direction: column;
}

.mc-right .h3 {
  font-size: 0.3rem;
  line-height: 0.68rem;
  color: #000000;
}

.mc-right .h3English {
  font-size: 0.2rem;
  color: #3e3a39;
  margin-bottom: 0.45rem;
}

.mc-right .h5 {
  font-size: 0.23rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}



#tabs {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tabs-head {
  display: flex;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.tabs-head li {
  padding: 0 .1rem;
  line-height: .44rem;
  border-radius: .1rem .1rem 0 0 ;
  font-size: .2rem;
}
.tab-nav{
  background-color: #f4f4f4;
  color: #333745;
  cursor:pointer;
}
.tab-nav-action{
  background-color: #b3b3b3;
  cursor:pointer;
  color: #fff;
}
.tabs-body{
  flex: 1;
  background-color: #f4f4f4;
}
.tabs-body > div{
  flex-direction: column;
  justify-content: space-between;
  height:100%;
  padding: .3rem;
}
.detail_desc>p {
  font-size: .18rem;
  line-height: .3rem;
}

.mc-right .bottom {
  margin-top: auto;
}

.mc-right .bottom .number {
  font-size: .18rem;
  margin-bottom: 0.14rem;
  margin-top: .14rem;
}

.mc-right .contact {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: .18rem;
  width: 5.55rem;
}

.mc-right .contact span {
  line-height: .3rem;
}
.mc-right .contact .right span{
  display: none;
}
.mc-right .contact .right {
  display: flex;
  color: #aeaeae;
  align-items: center;
}

.icon-list {
  display: flex;
  align-items: flex-end;
}

.icon-list>a {
  position: relative;
  display: block;
  width: .24rem;
  height: 0.24rem;
  margin-left: 0.18rem;
}
.icon-list>a>img {
  height: 100%;
  object-fit: contain;
}

.icon-list>a:hover .wx-show {
  display: flex;
}
.wx-show {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translateX(-50%);
  width: 2.6rem;
  height: 2.6rem;
  padding: .3rem;
  border-radius: .2rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 10px #ccc;
}
.wx-show img{
  height: auto !important;
}
.wx-desc {
  font-size: .24rem;
  padding: .2rem;
  color: #333;
}
.go_mall {
  margin-top: 0.26rem;
  height: 0.64rem;
  background-color: #b3b3b3;
}

.go_mall>a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 0.64rem;
  text-align: center;
}

.mySwiper {
  width: 100%;
  overflow: hidden;
  height: 6.65rem;
 /* height: 7.25rem;*/
  /* padding-bottom: 1rem; */
  margin-bottom: 1rem;
  position: relative;
}

.mySwiper .swiper-slide {
  /* width: 6.95rem; */
  /* height: 7.25rem;  */

  transform: scale(0.7);
}

.mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.mySwiper .swiper-slide-active,
.mySwiper .swiper-slide-duplicate-active {
  transform: scale(1);
}

.mySwiper .arrow {
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.mySwiper .you {
  right: 0;
  left: auto;
  z-index: 1;
}


.form-container .desc {
  font-size: .18rem;
  margin-bottom: .25rem;
  line-height: .3rem;
}
#formid{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.form-container .form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: .1rem;
}

.mb0{
  margin-bottom: 0 !important;
}

.form-container .form-row .form-item {
  position: relative;
  width: 2.6rem;
}
.form-container .form-row .form-item  >.msg {
  position: absolute;
  right: 0;
  top: 0.08rem;
  color: red;
  font-size: .14rem;
}
.form-container .label {
  font-size: .2rem;
  margin-bottom: .1rem;
  color: #666;
}
.form-container input {
  width: 100%;
  height: .3rem;
  border: .01rem solid #333;
  font-size: .18rem;
  text-indent: .1rem;
}

.form-container .w100 {
  width: 100% !important;
}

.form-container textarea {
  width: 100%;
  height: 1.5rem;
  resize: none;
  font-size: .18rem;
  padding: .2rem;
  outline: none;
}

.btns {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.btns .submit{
  overflow: hidden;
  position: relative;
  padding: .12rem .3rem;
  font-size: .18rem;
  margin-top: auto;
  border-radius: 0;
  margin-bottom: auto;
  color: #fff;
  background-color: #80808080 ;
  border:none;
}

.btns .submit::after{
  content: "";
  position: absolute;
  top: 0;
  left: 150%;
  width: 200%;
  height: 100%;
  transform: skew(-20deg);
  background-image: linear-gradient(90deg,transparent,hsla(0deg,0%,100%,.25),transparent);
}
.btns .submit:hover{
  transition: background .2s ease 0s;
  background: #333;
  transition-delay: .25s;
}
@keyframes shine {
  to {
    left: -200%
  }
}

.btns .submit:hover::after{
  animation: shine .75s cubic-bezier(.01,.56,1,1);
}