.header{
  width: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header .header-main{
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .pc-logo {
  width: 172px;
  height: 39px;
}
.header .header-right {
  width: 380px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .menu-list {
  width: 32px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #b38548;
  position: relative;
  cursor: pointer;
}
.header .bottom-icon {
  display: none;
  width: 32px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  background-color: #b38548;
  margin-top: -3px;
}
.header .bottom-icon.active {
  display: block;
}
/* id="bg-one" */
.bg-one {
  width: 100%;
  background: url("/skin/images/pc-bg-one.3ccb23c8.png") no-repeat;
  background-size: 100% 100%;
}
.bg-one .main1 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.main1 .pc-one-logo {
  width: 56px;
  height: 56px;
  margin-top: 296px;
}
.main1 .text-one {
  font-size: 24px;
  font-family: Microsoft YaHei-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  margin-top: 36px;
}
.main1 .text-two {
  font-size: 50px;
  font-family: Microsoft YaHei-Bold,Microsoft YaHei;
  font-weight: 700;
  color: #b38548;
  margin-top: 20px;
  margin-bottom: 4px;
}
.main1 .text-three {
  font-size: 50px;
  font-family: Microsoft YaHei-Light,Microsoft YaHei;
  font-weight: 300;
  color: #fff;
}
.main1 .btn {
  width: 136px;
  height: 54px;
  background: #b38548;
  border-radius: 8px 8px 8px 8px;
  font-size: 20px;
  font-family: Microsoft YaHei-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 54px;
  cursor: pointer;
  margin-top: 39px;
}
.main1 img {
  width: 588px;
  height: 527px;
  margin-top: 246px
}
/* id="bg-two" */
.bg-two {
  width: 100%;
  background: url("/skin/images/pc-bg-two.39310826.png") no-repeat;
  background-size: 100% 100%;
}
.bg-two .main2 {
  width: 1200px;
  margin: 0 auto;
}
.main2 .center{
  text-align: center;
}
.main2 .pc-logo {
  width: 172px;
  height: 39px;
  margin-top: 146px;
  margin-bottom: 22px;
}
.main2 .text-one {
  font-size: 30px;
  font-family: Microsoft YaHei-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #000;
}
.main2 .text-two {
  font-size: 50px;
  font-family: Microsoft YaHei-Bold,Microsoft YaHei;
  font-weight: 700;
  color: #b38548;
  margin: 24px 0;
}
.main2 .text-three {
  font-size: 30px;
  font-family: Microsoft YaHei-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #888;
}
.swiper,
.swiper-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main2 .swiper {
  margin-top: 42px;
}
.main2 .swiper-item {
  width: 260px;
  height: 67px;
  background: #fff;
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 15%);
  border-radius: 4px 4px 4px 4px;
  padding: 10px;
  margin-bottom: 30px;
}
.main2 .title-one {
  font-size: 18px;
  font-family: Microsoft YaHei-Bold,Microsoft YaHei;
  font-weight: 700;
  color: #b38548;
  margin: 2px;
}
.main2 .title-two {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #393836;
  padding-left: 2px;
}
.main2 .swiper-middle-img {
  width: 195px;
  height: auto;
}
.main2 .big-img {
  width: 245px;
  height: auto;
}
/* id="bg-three" */
.bg-three {
  width: 100%;
  background: url("/skin/images/pc-bg-three.1ca2afd7.png") no-repeat;
  background-size: 100% 100%;
}
.bg-three .main3 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.main3 .pc-two {
  width: 480px;
  height: auto;
}
.main3 .pc-one-logo {
  width: 56px;
  height: 56px;
  margin-top: 320px;
}
.main3 .three-title-one {
  font-size: 50px;
  font-family: Microsoft YaHei-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #fff;
}
.main3 .three-title-one span {
  color: #b38548;
}
.main3 .three-title-two {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #cbc6be;
}
.main3 .three-title-three {
  height: 38px;
  display: flex;
  align-items: center;
  background: hsla(0,0%,100%,.74);
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 15%);
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #b38548;
  padding-left: 10px;
}
.main3 .three-title-three img {
  width: 20px;
  height: 20px;
}
.main3 .btn-app-box {
  display: flex;
  align-items: center;
  margin-top: 94px;
}
.main3 .btn-app {
  width: 136px;
  height: 46px;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular,Microsoft YaHei;
  font-weight: 400;
  margin-right: 20px;
  cursor: pointer;
}
.main3 .ios {
  color: #fff;
  background: #000;
}
.main3 .az {
  color: #000;
  border: 1px solid #000;
}
.main3 .btn-app-box img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
/* id="bg-four" */
.bg-four {
  width: 100%;
  background: url("/skin/images/pc-bg-four.aa70da3d.png") no-repeat;
  background-size: 100% 100%;
}
.bg-four .main4 {
  width: 1200px;
  margin: 0 auto;
}
.main4 .four-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 125px;
}
.main4 .header-title-one {
  font-size: 30px;
  font-family: Microsoft YaHei-Bold,Microsoft YaHei;
  color: #000;
}
.main4 .header-title-two {
  font-size: 50px;
  font-family: Microsoft YaHei-Bold,Microsoft YaHei;
  font-weight: 700;
  color: #b38548;
}
.main4 .four-header img {
  width: 140px;
  height: auto;
}
.main4 .four-content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 24px;
}
.main4 .four-items {
  width: 350px;
  height: 215px;
  background: #fff;
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 15%);
  border-radius: 4px 4px 4px 4px;
  margin-top: 68px;
  position: relative;
  padding: 0 16px 16px;
}
.main4 .four-content img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.main4 .title-one {
  font-size: 16px;
  font-family: Microsoft YaHei-Bold,Microsoft YaHei;
  font-weight: 700;
  color: #b38548;
  margin-top: 73px;
  text-align: center;
}
.main4 .title-two {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 4px 0 8px;
}
.main4 .title-three {
  font-size: 16px;
  font-family: Microsoft YaHei-Bold,Microsoft YaHei;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}
.main4 .title-four {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #393836;
}
.main4 .arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  cursor: pointer;
}
.main4 .arrow-btn img {
  width: 30px;
  height: 30px;
}
/* id="bg-five" */
.bg-five {
  width: 100%;
  background: url("/skin/images/pc-bg-five.94055ee7.png") no-repeat;
  background-size: 100% 100%;
}
.bg-five1 {
  width: 100%;
  background-size: 100% 100%;
}
.bg-five .main5 {
  width: 1200px;
  margin: 0 auto;
}
.bg-five1 .main5 {
  width: 1200px;
  margin: 0 auto;
}
.main5 .five-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 102px;
}
.main5 .five-header img {
  width: 172px;
  height: auto;
}
.main5 .five-header div {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #b38548;
}
.main5 .five-title {
  font-size: 33px;
  font-family: Microsoft YaHei-Bold,Microsoft YaHei;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 138px 0 22px;
}
.main5 .pc-five-big {
  width: 1023px;
  height: auto;
}
.main5 .five-title-small {
  font-size: 20px;
  font-family: Microsoft YaHei-Bold,Microsoft YaHei;
  font-weight: 700;
  color: #000;
  text-align: right;
}
.main5 .five-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 42px;
}
.main5 .five-bottom .left {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #000;
}
.main5 .five-bottom .right {
  display: flex;
  align-items: center;
}
.main5 .fiv-btn {
  width: 136px;
  height: 34px;
  background: #b38548;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFang SC-Regular,PingFang SC;
  font-weight: 400;
  color: #fff;
  margin-left: 12px;
  cursor: pointer;
}
.main5 .fiv-btn img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
/* id="fixed" */
.fixed {
  position: fixed;
  top: 42%;
  right: 0;
  font-size: 0;
  cursor: pointer;
  z-index: 2;
}
.fixed img {
  width: 80px;
  height: 80px;
}
.fixed .pcDialog {
  width: 266px;
  position: absolute;
  top: -90px;
  right: 80px;
  z-index: 100;
}
.fixed .dialog-header {
  height: 40px;
  line-height: 40px;
  background: url("/skin/images/download8.png") no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  font-family: Microsoft YaHei-Light,Microsoft YaHei;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
.fixed .dialog-body {
  background-color: #fff;
  text-align: center;
  padding-bottom: 20px;
}
.fixed .pcDialog img {
  width: 226px;
  height: 226px;
  margin-top: 20px;
}
.fixed .copy-text {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 10px 0;
}
.fixed .pc-copy {
  width: 226px;
  height: 39px;
  background: #b38548;
  border-radius: 8px 8px 8px 8px;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 39px;
  margin: 0 auto;
}
.fixed-kefu {
  width: 254px;
  height: auto;
  position: fixed;
  top: 35%;
  left: 0;
  font-size: 0;
  cursor: pointer;
}