body{
  background: #fff;
  margin: 0;
}
.topTab{
  /* width:100%; */
  height:80px;
  background-color: #fff;
  display:flex;
  align-items:center;
  padding-left: 180px;
}
.topTab .tab{
  font-size: 18px;
  padding: 0 24px;
  color: #837F7B;
  cursor: pointer;
  height:80px;
  line-height:80px;
}
.tab.active{
  color: #766DEC;
  border-bottom: 1px solid #766DEC;
}

.wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  color: #817F7B;
  position: relative;

}
.wrapper .header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
  position: relative;
}
.wrapper .header .product{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper .header .product .logo{
  width: 60px;
  height: 60px;
  border-radius: 6px;
}
.wrapper .name{
  padding-left: 12px;
  padding-top: 12px;
  font-size: 80px;
  font-weight: 700;
  font-family: monospace;
  margin-bottom: 200px;
}
.wrapper .header .title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.wrapper .header .title div{
  margin-left: 48px;
  font-size: 20px;
  font-family: PingFangSC-Regular,PingFang SC;
  font-weight: 400;
  color: #817F7B;
  cursor: pointer;
}
.wrapper .firstPage{
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: aliceblue;
  box-sizing: border-box;
  padding: 0 6%;
}
.wrapper .firstPage .desc{
  width: 50%;
  font-size: 50px;
  font-weight: 700;
  font-family: monospace;
  text-align: center;
  margin-left: 60px;
}

.wrapper .firstPage .desc .download {
  display: flex;

}
.wrapper .firstPage .page{
  width: 45%;
  height: 100%;
}
.wrapper .firstPage .page .imgg{
  width: 270px;
  height: 480px;
  padding: 0 10px;
  border-radius: 20px;
}
.wrapper .style {
  width: 100%;
  margin: 50px 0;
}
.wrapper .style .title{
  width: 100%;
  height: 80px;
  position: relative;
  text-align: center;
}
.wrapper .style .item {
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 36px;
}
.wrapper .style .item div{
  height: auto;
}
.wrapper .style .item p{
  font-size: 26px;
  font-weight: 700;
}
.wrapper .style .title .english{
  font-family: PingFangSC-Regular,PingFang SC;
  font-weight: 400;
  color: #3f3627;
  font-size: 80px;

}
.wrapper .style .title .chinese{
  font-family:'Times New Roman', Times, serif;
  font-weight: 400;
  color: #3f3627;
  position: absolute;
  top: 60px;
  left: 50%;
  font-size: 38px;
  font-weight: 700;
  transform: translate(-50%, -50%);
}
.wrapper .style .styleImg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .style .styleImg .imgg{
  width: 270px;
  height: 480px;
  padding-right: 30px;
  border-radius: 20px;
}

.wrapper .aboutUs {
  width: 100%;
}

.wrapper .aboutUs .title {
  width: 100%;
  height: 80px;
  position: relative;
  text-align: center;
}

.wrapper .aboutUs .title .english {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3f3627;
  font-size: 80px;
}

.wrapper .aboutUs .title .chinese {
  font-family:'Times New Roman', Times, serif;
  font-weight: 400;
  color: #3f3627;
  position: absolute;
  top: 60px;
  left: 50%;
  font-size: 38px;
  font-weight: 700;
  transform: translate(-50%, -50%);
}
.wrapper .aboutUs .desc{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  margin-top: 100px;   
  background-color: aliceblue;
  font-size: 38px;
  box-sizing: border-box;
  padding: 10px;
}
.wrapper .aboutUs .desc .text{
  font-size: 22px;
  margin: 10px;
  width: 65%;
}
.wrapper .contactUs {
  width: 100%;
  height: 300px;
}

.wrapper .contactUs .title {
  width: 100%;
  height: 80px;
  position: relative;
  text-align: center;
}

.wrapper .contactUs .title .english {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3f3627;
  font-size: 80px;
}

.wrapper .contactUs .title .chinese {
  font-family:'Times New Roman', Times, serif;
  font-weight: 400;
  color: #3f3627;
  position: absolute;
  top: 60px;
  left: 50%;
  font-size: 38px;
  font-weight: 700;
  transform: translate(-50%, -50%);
}

.wrapper .contactUs .email{
  text-align: center;
  margin-top: 50px;
  font-size: 36px;
  font-weight: 600;
  font-family:'Times New Roman', Times, serif;
}
.wrapper .bottom{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #939393;
  padding: 20px 0 32px;
  background-color: aliceblue;
  position: relative;
}
.wrapper .bottom .contacts{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.wrapper .bottom .contacts .address{
  margin-right: 40px;
}

.wrapper .bottom .middle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.wrapper .bottom .middle >p{
  margin: 0;
  line-height: 24px;
}
.wrapper .bottom .middle .product{
  border-right: 1px solid #939393;
  border-left: 1px solid #939393;
  padding: 0 10px;
  margin: 0 10px;
}
.terms, .refund3 {
  cursor: pointer;
}
a {
  color: #3f3627;
}

