/*清除样式*/
html,
body,
div,
h1,
h2,
h3,
p,
img {
  margin: 0;
  padding: 0
}

[v-cloak] {
  display: none;
}

a {
  text-decoration: none;
  color: #333;
}

html {
  font-size: 1vw;
}

img {
  width: 100%;
}

body {
  width: 100%;
  /*max-width: 1920px;*/
}

/*首页*/
.banner {
  width: 100%;
}

.info {
  width: 100%;
  position: relative;
  top: 2.083rem;
}

.info-p {
  width: 22rem;
  display: inline-block;
  margin: 0 auto;
  padding-left: 18.75rem;
}

.info-p-en {
  width: 27rem;
  display: inline-block;
  margin: 0 auto;
  padding-left: 15.75rem;
}

.info-p h3 {
  font-size: 1.875rem;
  text-align: center;
  color: #333333;
}

.info-p h3 span {
  position: relative;
  color: #E90000;
}

.info-p h3 span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  content: '';
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  background-color: #FFF001;
  opacity: .7;
}

.info-p p {
  text-align: left;
  font-size: 0.7rem;
  color: #999999;
}

/* .info-p p:first-child {
  text-align: center;
} */

.info-new p {
  padding-top: .5rem;
  font-size: 0.9rem;
  line-height: 1.46rem;
  text-align: left;
  color: #666;
}

.info-img {
  position: absolute;
  top: 10%;
  right: 16.906rem;
  display: inline-block;
  width: 38.698rem;
}

.info-img img {
  width: 100%;
}

.product {
  position: relative;
  /*z-index: -2;*/
  width: 100%;
  margin: 5rem auto 0 auto;
  /*overflow: hidden;*/
  background-image: url("../images/back1.png");
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: 100% 100%
}

.product-title {
  width: 100%;
  padding: 3.125rem 0 0 0;
}

.product-title h3 {
  color: #fff;
}

.product-title p:last-child {
  padding-top: 0;
  font-size: 0.625rem;
  color: #999;
  text-align: center;
}

.product-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.product-img {
  width: 17.865rem;
}

.product-info {
  width: 20.156rem;
  margin-left: 4.896rem;
  color: #fff;
}

.product-info h2 {
  padding-left: 1.302rem;
  font-size: 2rem;
}

.product-info li {
  text-align: justify;
  line-height: 1.5rem;
}

.product-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-select img {
  width: 100%;
}

.select-btn {
  width: 1.105rem;
  cursor: pointer;
}

.select-list {
  width: 6.719rem;
  height: 6.719rem;
  background: #fff;
  cursor: pointer;
}

.is-active {
  border: 1px solid #E60112
}

.product-list {
  margin-top: 2rem;
}

.product-more {
  padding: 0
}

.product-more h3 {
  color: #333
}

.product-more p:last-child {
  color: #999
}

.more-btn {
  width: 5%;
  float: right;
  margin-top: -20px;
  margin-right: 20.312rem;
}

.more-btn button {
  position: relative;
  width: 100%;
  border: .5px solid #E60112;
  background: #fff;
  color: #E60112;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  cursor: pointer;
}

.more-btn button:after {
  content: '';
  display: block;
  position: absolute;
  top: .4rem;
  border-top: 1px solid #E60112;
  border-right: 1px solid #E60112;
  transform: rotate(45deg);
  right: 5px;
  width: 6px;
  height: 6px;
}

.product-ul {
  width: 65%;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin: 1rem auto 4rem auto;
  align-items: center;
  justify-content: flex-start;
}

.ul-list {
  width: 14.844rem;
  margin-right: 1rem;
  background: #F7F7F7;
  margin-bottom: .7rem;
  cursor: pointer;
  transition: all 0.6s;
}

.ul-list:hover {
  transform: scale(1.1);
}

.ul-list img {
  display: block;
  width: 95%;
  margin: 2% auto;
  vertical-align: middle;
  text-align: center;
}

.ul-list p {
  height: 1.92rem;
  padding: .7rem;
  font-size: .8rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cooperation-list {
  background: #F7F7F7;
  margin-top: 3rem;
  padding-bottom: 1rem;
}

.cooperation-list .product-more {
  padding: 3rem 0 1rem 0;
}

.cooperation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cooperation .ul-list {
  width: 8.021rem;
}

header {
  width: 70%;
  padding-top: 1rem;
  margin: 1rem auto;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-nav {
  width: 60%;
  display: flex;
  flex-direction: column;
  /* justify-content: baseline; */
}



.nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-list a {
  min-width: 60px;
  text-align: center;
}

.nav-list p {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px
}

.second-list {
  margin: 10px 0;
  margin-top: 5px;
  margin-left: 5px;
  color: #999;
}

.second-list p {
  font-size: 16px;
  color: #999
}

.active {
  border-bottom: 3px solid #E60112;
  color: #E60112;
}

footer {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

footer p {
  font-size: 0.8rem;
  line-height: 2rem;
  text-align: center;
  color: #999999
}

footer p a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer p img {
  width: 1%;
  padding-right: 2px;
}

footer p:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*更多商品*/
.list {
  width: 100%;
  padding: 2.604rem 0;
  /*overflow: hidden;*/
  background-image: url("../images/back_other.png");
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: 100%;
  color: #fff;
  text-align: center;
}

.share-list {
  width: 65%;
  margin: 2rem auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.share-product {
  position: relative;
  margin-right: 2rem;
}

.share-product .share-info {
  width: 12rem;
  position: absolute;
  bottom: 0;
  right: .8rem;
  top: 4.5rem;
  color: #fff;
}

.share-product .share-info h3 {
  height: 2rem;
  margin-bottom: 2rem;
}

.share-product button {
  width: 55%;
  background: #fff;
  border: none;
  border-radius: 18px;
  font-size: .7368rem;
  line-height: 1.5rem;
  margin-top: 2rem;
  cursor: pointer;
}

/*关于我们*/
.history {
  margin-top: 4rem;
}

/*@media screen and (max-width: 1200px) {*/
/*html {*/
/*font-size: 1vw*/
/*}*/
/*}*/