.banner {
  width: 100%;
  position: relative;
}

.banner img {
  width: 100%;
}

.banner .container {
  height: 100%;
  box-sizing: border-box;
  padding-top: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.banner .container .title {
  font-size: 26px;
  line-height: 1;
  color: #000;
  margin-bottom: 47px;
  font-weight: bold;
}

.banner-theme p:nth-child(1) {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 0;
  line-height: 1;
  font-size: 46px;
  color: #000;
  font-weight: bolder;
}

.banner-theme p:nth-child(2) {
  font-size: 46px;
  color: #000;
  font-weight: bolder;
  line-height: 1;
  margin-top: 20px;
  padding-left: 100px;
}

.banner-desc {
  width: 400px;
  text-align: justify;
  line-height: 28px;
  font-size: 18px;
  color: #4c4948;
  margin-top: 100px;
}

.pic {
  width: 100%;
  height: 154px;
  background: #e7e7e9;
}

.pic .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.pic-left p:nth-child(1) {
  font-size: 46px;
  line-height: 1;
  font-weight: bolder;
}

.pic-left p:nth-child(1) span {
  display: inline-block;
  font-size: 12px;
}

.pic-left p:nth-child(2) {
  font-size: 26px;
}

.pic-left p:nth-child(2) span {
  font-weight: bold;
}

.pic-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 0;
}

.pic-right-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  margin-left: 170px;
}

.pic-right-item img {
  width: 78px;
  height: 78px;
  margin-right: 20px;
}

.pic-right-item p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

.gold {
  margin-top: 8px;
  width: 100%;
}

.gold .container {
  position: relative;
}

.gold img {
  width: 100%;
}

.gold-desc {
  position: absolute;
  top: 302px;
  right: 0;
  text-align: right;
}

.gold-desc-title {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 60px;
  color: #000;
  font-weight: bolder;
}

.gold-desc-text {
  text-align: justify;
  width: 435px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.allcar {
  width: 100%;
  margin-top: 8px;
}

.allcar .container {
  position: relative;
}

.allcar img {
  width: 100%;
}

.allcar-desc {
  position: absolute;
  top: 302px;
  left: 0;
}

.allcar-desc-title {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 60px;
  color: #000;
  font-weight: bolder;
}

.allcar-desc-text {
  text-align: justify;
  width: 435px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.jinli {
  width: 100%;
  margin-top: 8px;
}

.jinli .container {
  position: relative;
}

.jinli .container img {
  width: 100%;
}

.jinli-desc {
  position: absolute;
  top: 302px;
  right: 0;
  text-align: right;
}

.jinli-desc-title {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 60px;
  color: #000;
  font-weight: bolder;
}

.jinli-desc-text {
  text-align: justify;
  width: 435px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

@media screen and (max-width: 1680px) {
  .banner {
    width: 100%;
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .banner .container {
    height: 100%;
    box-sizing: border-box;
    padding-top: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .banner .container .title {
    font-size: 22.75px;
    line-height: 1;
    color: #000;
    margin-bottom: 41.125px;
    font-weight: bold;
  }
  .banner-theme p:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 0;
    line-height: 1;
    font-size: 40.25px;
    color: #000;
    font-weight: bolder;
  }
  .banner-theme p:nth-child(2) {
    font-size: 40.25px;
    color: #000;
    font-weight: bolder;
    line-height: 1;
    margin-top: 17.5px;
    padding-left: 87.5px;
  }
  .banner-desc {
    width: 350px;
    text-align: justify;
    line-height: 24.5px;
    font-size: 15.75px;
    color: #4c4948;
    margin-top: 87.5px;
  }
  .pic {
    width: 100%;
    height: 134.75px;
    background: #e7e7e9;
  }
  .pic .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .pic-left p:nth-child(1) {
    font-size: 40.25px;
    line-height: 1;
    font-weight: bolder;
  }
  .pic-left p:nth-child(1) span {
    display: inline-block;
    font-size: 10.5px;
  }
  .pic-left p:nth-child(2) {
    font-size: 22.75px;
  }
  .pic-left p:nth-child(2) span {
    font-weight: bold;
  }
  .pic-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 0;
  }
  .pic-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin-left: 148.75px;
  }
  .pic-right-item img {
    width: 68.25px;
    height: 68.25px;
    margin-right: 17.5px;
  }
  .pic-right-item p {
    font-size: 26.25px;
    font-weight: bold;
    line-height: 1;
  }
  .gold {
    margin-top: 7px;
    width: 100%;
  }
  .gold .container {
    position: relative;
  }
  .gold img {
    width: 100%;
  }
  .gold-desc {
    position: absolute;
    top: 264.25px;
    right: 0;
    text-align: right;
  }
  .gold-desc-title {
    font-size: 40.25px;
    line-height: 1;
    margin-bottom: 52.5px;
    color: #000;
    font-weight: bolder;
  }
  .gold-desc-text {
    text-align: justify;
    width: 380.625px;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
  }
  .allcar {
    width: 100%;
    margin-top: 7px;
  }
  .allcar .container {
    position: relative;
  }
  .allcar img {
    width: 100%;
  }
  .allcar-desc {
    position: absolute;
    top: 264.25px;
    left: 0;
  }
  .allcar-desc-title {
    font-size: 40.25px;
    line-height: 1;
    margin-bottom: 52.5px;
    color: #000;
    font-weight: bolder;
  }
  .allcar-desc-text {
    text-align: justify;
    width: 380.625px;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
  }
  .jinli {
    width: 100%;
    margin-top: 7px;
  }
  .jinli .container {
    position: relative;
  }
  .jinli .container img {
    width: 100%;
  }
  .jinli-desc {
    position: absolute;
    top: 264.25px;
    right: 0;
    text-align: right;
  }
  .jinli-desc-title {
    font-size: 40.25px;
    line-height: 1;
    margin-bottom: 52.5px;
    color: #000;
    font-weight: bolder;
  }
  .jinli-desc-text {
    text-align: justify;
    width: 380.625px;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
  }
}

@media screen and (max-width: 1440px) {
  .banner {
    width: 100%;
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .banner .container {
    height: 100%;
    box-sizing: border-box;
    padding-top: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .banner .container .title {
    font-size: 19.5px;
    line-height: 1;
    color: #000;
    margin-bottom: 35.25px;
    font-weight: bold;
  }
  .banner-theme p:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 0;
    line-height: 1;
    font-size: 34.5px;
    color: #000;
    font-weight: bolder;
  }
  .banner-theme p:nth-child(2) {
    font-size: 34.5px;
    color: #000;
    font-weight: bolder;
    line-height: 1;
    margin-top: 15px;
    padding-left: 75px;
  }
  .banner-desc {
    width: 300px;
    text-align: justify;
    line-height: 22px;
    font-size: 16px;
    color: #4c4948;
    margin-top: 75px;
  }
  .pic {
    width: 100%;
    height: 115.5px;
    background: #e7e7e9;
  }
  .pic .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .pic-left p:nth-child(1) {
    font-size: 34.5px;
    line-height: 1;
    font-weight: bolder;
  }
  .pic-left p:nth-child(1) span {
    display: inline-block;
    font-size: 9px;
  }
  .pic-left p:nth-child(2) {
    font-size: 19.5px;
  }
  .pic-left p:nth-child(2) span {
    font-weight: bold;
  }
  .pic-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 0;
  }
  .pic-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin-left: 127.5px;
  }
  .pic-right-item img {
    width: 58.5px;
    height: 58.5px;
    margin-right: 15px;
  }
  .pic-right-item p {
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
  }
  .gold {
    margin-top: 6px;
    width: 100%;
  }
  .gold .container {
    position: relative;
  }
  .gold img {
    width: 100%;
  }
  .gold-desc {
    position: absolute;
    top: 226.5px;
    right: 0;
    text-align: right;
  }
  .gold-desc-title {
    font-size: 34.5px;
    line-height: 1;
    margin-bottom: 45px;
    color: #000;
    font-weight: bolder;
  }
  .gold-desc-text {
    text-align: justify;
    width: 326.25px;
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
  }
  .allcar {
    width: 100%;
    margin-top: 6px;
  }
  .allcar .container {
    position: relative;
  }
  .allcar img {
    width: 100%;
  }
  .allcar-desc {
    position: absolute;
    top: 226.5px;
    left: 0;
  }
  .allcar-desc-title {
    font-size: 34.5px;
    line-height: 1;
    margin-bottom: 45px;
    color: #000;
    font-weight: bolder;
  }
  .allcar-desc-text {
    text-align: justify;
    width: 326.25px;
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
  }
  .jinli {
    width: 100%;
    margin-top: 6px;
  }
  .jinli .container {
    position: relative;
  }
  .jinli .container img {
    width: 100%;
  }
  .jinli-desc {
    position: absolute;
    top: 226.5px;
    right: 0;
    text-align: right;
  }
  .jinli-desc-title {
    font-size: 34.5px;
    line-height: 1;
    margin-bottom: 45px;
    color: #000;
    font-weight: bolder;
  }
  .jinli-desc-text {
    text-align: justify;
    width: 326.25px;
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
  }
}

@media screen and (max-width: 1366px) {
  .banner {
    width: 100%;
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .banner .container {
    height: 100%;
    box-sizing: border-box;
    padding-top: 56px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .banner .container .title {
    font-size: 18.2px;
    line-height: 1;
    color: #000;
    margin-bottom: 32.9px;
    font-weight: bold;
  }
  .banner-theme p:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 0;
    line-height: 1;
    font-size: 32.2px;
    color: #000;
    font-weight: bolder;
  }
  .banner-theme p:nth-child(2) {
    font-size: 32.2px;
    color: #000;
    font-weight: bolder;
    line-height: 1;
    margin-top: 14px;
    padding-left: 70px;
  }
  .banner-desc {
    width: 280px;
    text-align: justify;
    line-height: 22px;
    font-size: 16px;
    color: #4c4948;
    margin-top: 70px;
  }
  .pic {
    width: 100%;
    height: 107.8px;
    background: #e7e7e9;
  }
  .pic .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .pic-left p:nth-child(1) {
    font-size: 32.2px;
    line-height: 1;
    font-weight: bolder;
  }
  .pic-left p:nth-child(1) span {
    display: inline-block;
    font-size: 8.4px;
  }
  .pic-left p:nth-child(2) {
    font-size: 18.2px;
  }
  .pic-left p:nth-child(2) span {
    font-weight: bold;
  }
  .pic-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 0;
  }
  .pic-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin-left: 119px;
  }
  .pic-right-item img {
    width: 54.6px;
    height: 54.6px;
    margin-right: 14px;
  }
  .pic-right-item p {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
  }
  .gold {
    margin-top: 5.6px;
    width: 100%;
  }
  .gold .container {
    position: relative;
  }
  .gold img {
    width: 100%;
  }
  .gold-desc {
    position: absolute;
    top: 211.4px;
    right: 0;
    text-align: right;
  }
  .gold-desc-title {
    font-size: 32.2px;
    line-height: 1;
    margin-bottom: 42px;
    color: #000;
    font-weight: bolder;
  }
  .gold-desc-text {
    text-align: justify;
    width: 304.5px;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
  }
  .allcar {
    width: 100%;
    margin-top: 5.6px;
  }
  .allcar .container {
    position: relative;
  }
  .allcar img {
    width: 100%;
  }
  .allcar-desc {
    position: absolute;
    top: 211.4px;
    left: 0;
  }
  .allcar-desc-title {
    font-size: 32.2px;
    line-height: 1;
    margin-bottom: 42px;
    color: #000;
    font-weight: bolder;
  }
  .allcar-desc-text {
    text-align: justify;
    width: 304.5px;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
  }
  .jinli {
    width: 100%;
    margin-top: 5.6px;
  }
  .jinli .container {
    position: relative;
  }
  .jinli .container img {
    width: 100%;
  }
  .jinli-desc {
    position: absolute;
    top: 211.4px;
    right: 0;
    text-align: right;
  }
  .jinli-desc-title {
    font-size: 32.2px;
    line-height: 1;
    margin-bottom: 42px;
    color: #000;
    font-weight: bolder;
  }
  .jinli-desc-text {
    text-align: justify;
    width: 304.5px;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
  }
}

@media screen and (max-width: 1280px) {
  .banner {
    width: 100%;
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .banner .container {
    height: 100%;
    box-sizing: border-box;
    padding-top: 52.8px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .banner .container .title {
    font-size: 17.16px;
    line-height: 1;
    color: #000;
    margin-bottom: 31.02px;
    font-weight: bold;
  }
  .banner-theme p:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 0;
    line-height: 1;
    font-size: 30.36px;
    color: #000;
    font-weight: bolder;
  }
  .banner-theme p:nth-child(2) {
    font-size: 30.36px;
    color: #000;
    font-weight: bolder;
    line-height: 1;
    margin-top: 13.2px;
    padding-left: 66px;
  }
  .banner-desc {
    width: 264px;
    text-align: justify;
    line-height: 22px;
    font-size: 16px;
    color: #4c4948;
    margin-top: 66px;
  }
  .pic {
    width: 100%;
    height: 101.64px;
    background: #e7e7e9;
  }
  .pic .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .pic-left p:nth-child(1) {
    font-size: 30.36px;
    line-height: 1;
    font-weight: bolder;
  }
  .pic-left p:nth-child(1) span {
    display: inline-block;
    font-size: 7.92px;
  }
  .pic-left p:nth-child(2) {
    font-size: 17.16px;
  }
  .pic-left p:nth-child(2) span {
    font-weight: bold;
  }
  .pic-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 0;
  }
  .pic-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin-left: 112.2px;
  }
  .pic-right-item img {
    width: 51.48px;
    height: 51.48px;
    margin-right: 13.2px;
  }
  .pic-right-item p {
    font-size: 19.8px;
    font-weight: bold;
    line-height: 1;
  }
  .gold {
    margin-top: 5.28px;
    width: 100%;
  }
  .gold .container {
    position: relative;
  }
  .gold img {
    width: 100%;
  }
  .gold-desc {
    position: absolute;
    top: 199.32px;
    right: 0;
    text-align: right;
  }
  .gold-desc-title {
    font-size: 30.36px;
    line-height: 1;
    margin-bottom: 39.6px;
    color: #000;
    font-weight: bolder;
  }
  .gold-desc-text {
    text-align: justify;
    width: 287.1px;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
  }
  .allcar {
    width: 100%;
    margin-top: 5.28px;
  }
  .allcar .container {
    position: relative;
  }
  .allcar img {
    width: 100%;
  }
  .allcar-desc {
    position: absolute;
    top: 199.32px;
    left: 0;
  }
  .allcar-desc-title {
    font-size: 30.36px;
    line-height: 1;
    margin-bottom: 39.6px;
    color: #000;
    font-weight: bolder;
  }
  .allcar-desc-text {
    text-align: justify;
    width: 287.1px;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
  }
  .jinli {
    width: 100%;
    margin-top: 5.28px;
  }
  .jinli .container {
    position: relative;
  }
  .jinli .container img {
    width: 100%;
  }
  .jinli-desc {
    position: absolute;
    top: 199.32px;
    right: 0;
    text-align: right;
  }
  .jinli-desc-title {
    font-size: 30.36px;
    line-height: 1;
    margin-bottom: 39.6px;
    color: #000;
    font-weight: bolder;
  }
  .jinli-desc-text {
    text-align: justify;
    width: 287.1px;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
  }
}

@media screen and (max-width: 1280px) {
  .banner {
    width: 100%;
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .banner .container {
    height: 100%;
    box-sizing: border-box;
    padding-top: 42.4px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .banner .container .title {
    font-size: 13.78px;
    line-height: 1;
    color: #000;
    margin-bottom: 24.91px;
    font-weight: bold;
  }
  .banner-theme p:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 0;
    line-height: 1;
    font-size: 24.38px;
    color: #000;
    font-weight: bolder;
  }
  .banner-theme p:nth-child(2) {
    font-size: 24.38px;
    color: #000;
    font-weight: bolder;
    line-height: 1;
    margin-top: 10.6px;
    padding-left: 53px;
  }
  .banner-desc {
    width: 212px;
    text-align: justify;
    line-height: 22px;
    font-size: 16px;
    color: #4c4948;
    margin-top: 53px;
  }
  .pic {
    width: 100%;
    height: 81.62px;
    background: #e7e7e9;
  }
  .pic .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .pic-left p:nth-child(1) {
    font-size: 24.38px;
    line-height: 1;
    font-weight: bolder;
  }
  .pic-left p:nth-child(1) span {
    display: inline-block;
    font-size: 6.36px;
  }
  .pic-left p:nth-child(2) {
    font-size: 13.78px;
  }
  .pic-left p:nth-child(2) span {
    font-weight: bold;
  }
  .pic-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 0;
  }
  .pic-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin-left: 90.1px;
  }
  .pic-right-item img {
    width: 41.34px;
    height: 41.34px;
    margin-right: 10.6px;
  }
  .pic-right-item p {
    font-size: 15.9px;
    font-weight: bold;
    line-height: 1;
  }
  .gold {
    margin-top: 4.24px;
    width: 100%;
  }
  .gold .container {
    position: relative;
  }
  .gold img {
    width: 100%;
  }
  .gold-desc {
    position: absolute;
    top: 160.06px;
    right: 0;
    text-align: right;
  }
  .gold-desc-title {
    font-size: 24.38px;
    line-height: 1;
    margin-bottom: 31.8px;
    color: #000;
    font-weight: bolder;
  }
  .gold-desc-text {
    text-align: justify;
    width: 230.55px;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
  }
  .allcar {
    width: 100%;
    margin-top: 4.24px;
  }
  .allcar .container {
    position: relative;
  }
  .allcar img {
    width: 100%;
  }
  .allcar-desc {
    position: absolute;
    top: 160.06px;
    left: 0;
  }
  .allcar-desc-title {
    font-size: 24.38px;
    line-height: 1;
    margin-bottom: 31.8px;
    color: #000;
    font-weight: bolder;
  }
  .allcar-desc-text {
    text-align: justify;
    width: 230.55px;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
  }
  .jinli {
    width: 100%;
    margin-top: 4.24px;
  }
  .jinli .container {
    position: relative;
  }
  .jinli .container img {
    width: 100%;
  }
  .jinli-desc {
    position: absolute;
    top: 160.06px;
    right: 0;
    text-align: right;
  }
  .jinli-desc-title {
    font-size: 24.38px;
    line-height: 1;
    margin-bottom: 31.8px;
    color: #000;
    font-weight: bolder;
  }
  .jinli-desc-text {
    text-align: justify;
    width: 230.55px;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
  }
}

@media screen and (max-width: 799px) {
  .banner {
    width: 100%;
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .banner .container {
    height: 100%;
    box-sizing: border-box;
    padding-top: 0.8rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .banner .container .title {
    font-size: 0.26rem;
    line-height: 1;
    color: #000;
    margin-bottom: 0.47rem;
    font-weight: bold;
  }
  .banner-theme p:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 0;
    line-height: 1;
    font-size: 0.46rem;
    color: #000;
    font-weight: bolder;
  }
  .banner-theme p:nth-child(2) {
    font-size: 0.46rem;
    color: #000;
    font-weight: bolder;
    line-height: 1;
    margin-top: 0.2rem;
    padding-left: 1rem;
  }
  .banner-desc {
    width: 4rem;
    text-align: justify;
    line-height: 0.2rem;
    font-size: 0.18rem;
    color: #4c4948;
    margin-top: 1rem;
  }
  .pic {
    width: 100%;
    height: 1.74rem;
    background: #e7e7e9;
  }
  .pic .container {
    width: 6.9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 0;
  }
  .pic-left {
    text-align: center;
  }
  .pic-left p:nth-child(1) {
    display: inline-block;
    font-size: 0.34rem;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    padding-right: 0.1rem;
  }
  .pic-left p:nth-child(2) {
    display: inline-block;
    font-size: 0.34rem;
  }
  .pic-left p:nth-child(2) span {
    font-weight: bold;
  }
  .pic-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 0;
    margin-top: 0.2rem;
  }
  .pic-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin-left: 0;
  }
  .pic-right-item img {
    width: 0.58rem;
    height: 0.58rem;
    margin-right: 0.2rem;
  }
  .pic-right-item p {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 1;
  }
  .goldmb {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .goldmb img.zhu {
    width: 7.12rem;
    position: relative;
    z-index: 1;
  }
  .goldmb .container {
    width: 7.12rem;
    margin-right: 0.38rem;
    position: relative;
    margin-top: -2.56rem;
    text-align: right;
  }
  .goldmb .container img.bg {
    width: 6.08rem;
  }
  .goldmb-desc {
    position: absolute;
    bottom: 0.88rem;
    right: 0.4rem;
    text-align: right;
  }
  .goldmb-desc .title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-bottom: 0.6rem;
  }
  .goldmb-desc .desc {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #000;
    width: 4.52rem;
    text-align: justify;
  }
  .goldmb .container:after {
    width: 1rem;
    height: 1rem;
    content: "";
    display: block;
    background: url(/themes/llumar/images/houyi/traitIcon1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 2.8rem;
    left: 0.8rem;
  }
  .allcarmb {
    width: 100%;
    margin-bottom: 0.6rem;
    text-align: right;
  }
  .allcarmb img.zhu {
    width: 7.5rem;
    position: relative;
    z-index: 1;
  }
  .allcarmb .container {
    width: 7.12rem;
    margin-left: 0.38rem;
    position: relative;
    margin-top: -2.06rem;
    text-align: left;
  }
  .allcarmb .container img.bg {
    width: 6.08rem;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
  }
  .allcarmb-desc {
    position: absolute;
    bottom: 0.88rem;
    left: 0.4rem;
    text-align: left;
  }
  .allcarmb-desc .title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-bottom: 0.6rem;
  }
  .allcarmb-desc .desc {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #000;
    width: 4.52rem;
    text-align: justify;
  }
  .allcarmb .container:after {
    width: 1rem;
    height: 1rem;
    content: "";
    display: block;
    background: url(/themes/llumar/images/houyi/traitIcon2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 2.44rem;
    right: 0.8rem;
  }
  .jinlimb {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .jinlimb img.zhu {
    width: 7.12rem;
    position: relative;
    z-index: 1;
  }
  .jinlimb .container {
    width: 7.12rem;
    margin-right: 0.38rem;
    position: relative;
    margin-top: -2.56rem;
    text-align: right;
  }
  .jinlimb .container img.bg {
    width: 6.08rem;
  }
  .jinlimb-desc {
    position: absolute;
    bottom: 0.28rem;
    right: 0.4rem;
    text-align: right;
  }
  .jinlimb-desc .title {
    font-size: 0.46rem;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-bottom: 0.6rem;
  }
  .jinlimb-desc .desc {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #000;
    width: 4.52rem;
    text-align: justify;
  }
  .jinlimb .container:after {
    width: 1rem;
    height: 1rem;
    content: "";
    display: block;
    background: url(/themes/llumar/images/houyi/traitIcon3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 2.8rem;
    left: 0.8rem;
  }
}




.linkWindowBox {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  padding: 10px 0;
  box-shadow: black 0px 0px 30px 0px;
  position: fixed;
  bottom: -150px;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  z-index: 99;
}

.linkWindowBox .container {
  width: 1199px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.linkWindowBox-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-right: 2px solid #727171;
}

.linkWindowBox-left-one p:nth-child(1) {
  font-size: 20px;
  line-height: 1;
  color: #000;
}

.linkWindowBox-left-one p:nth-child(1) span {
  font-size: 30px;
}

.linkWindowBox-left-one p:nth-child(2) {
  font-size: 16px;
  line-height: 1;
  color: #000;
  margin-top: 10px;
}

.linkWindowBox-left-two {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 70px;
}

.linkWindowBox-left-two-item {
  font-size: 18px;
  line-height: 1;
  color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 30px;
}

.linkWindowBox-left-two-item img {
  width: 36px;
  margin-right: 20px;
}

.linkWindowBox-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.linkWindowBox-right-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 46px;
}

.linkWindowBox-right-item i {
  display: block;
  width: 46px;
  margin-right: 10px;
}

.linkWindowBox-right-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  width: 112px;
  height: 42px;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  background: #727171;
  box-sizing: border-box;
  border: 2px solid transparent;
  text-decoration: none;
}

.linkWindowBox-right-item:nth-child(1) i {
  height: 46px;
  background: url(/themes/llumar/images/cion_1.png) no-repeat center center;
  background-size: cover;
}

.linkWindowBox-right-item:nth-child(1):hover i {
  height: 46px;
  background: url(/themes/llumar/images/cion_2.png) no-repeat center center;
  background-size: cover;
}

.linkWindowBox-right-item:nth-child(1):hover a {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.linkWindowBox-right-item:nth-child(2) i {
  height: 46px;
  background: url(/themes/llumar/images/cion_3.png) no-repeat center center;
  background-size: cover;
}

.linkWindowBox-right-item:nth-child(2):hover i {
  height: 46px;
  background: url(/themes/llumar/images/cion_4.png) no-repeat center center;
  background-size: cover;
}

.linkWindowBox-right-item:nth-child(2):hover a {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.linkWindowBox-right-item:nth-child(3) i {
  height: 46px;
  background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
  background-size: cover;
}

.linkWindowBox-right-item:nth-child(3):hover i {
  height: 46px;
  background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
  background-size: cover;
}

.linkWindowBox-right-item:nth-child(3):hover a {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.linkWindowBox-right-item:nth-child(4) i {
  height: 50px;
  background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
  background-size: cover;
}

.linkWindowBox-right-item:nth-child(4):hover i {
  height: 50px;
  background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
  background-size: cover;
}

.linkWindowBox-right-item:nth-child(4):hover a {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.linkWindowBox.active {
  bottom: 0;
}

@media screen and (max-width: 1680px) {
  .linkWindowBox {
    width: 100%;
    height: 105px;
    box-sizing: border-box;
    padding: 8.75px 0;
    box-shadow: black 0px 0px 30px 0px;
    position: fixed;
    bottom: -131.25px;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .linkWindowBox .container {
    width: 1049.125px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .linkWindowBox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 2px solid #727171;
  }
  .linkWindowBox-left-one p:nth-child(1) {
    font-size: 17.5px;
    line-height: 1;
    color: #000;
  }
  .linkWindowBox-left-one p:nth-child(1) span {
    font-size: 26.25px;
  }
  .linkWindowBox-left-one p:nth-child(2) {
    font-size: 14px;
    line-height: 1;
    color: #000;
    margin-top: 8.75px;
  }
  .linkWindowBox-left-two {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 61.25px;
  }
  .linkWindowBox-left-two-item {
    font-size: 15.75px;
    line-height: 1;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 26.25px;
  }
  .linkWindowBox-left-two-item img {
    width: 31.5px;
    margin-right: 17.5px;
  }
  .linkWindowBox-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .linkWindowBox-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 40.25px;
  }
  .linkWindowBox-right-item i {
    display: block;
    width: 40.25px;
    margin-right: 8.75px;
  }
  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15.75px;
    line-height: 1;
    color: #fff;
    width: 98px;
    height: 36.75px;
    border-radius: 18.375px;
    -webkit-border-radius: 18.375px;
    -moz-border-radius: 18.375px;
    -ms-border-radius: 18.375px;
    -o-border-radius: 18.375px;
    background: #727171;
    box-sizing: border-box;
    border: 1.75px solid transparent;
    text-decoration: none;
  }
  .linkWindowBox-right-item:nth-child(1) i {
    height: 40.25px;
    background: url(/themes/llumar/images/cion_1.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 40.25px;
    background: url(/themes/llumar/images/cion_2.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(2) i {
    height: 40.25px;
    background: url(/themes/llumar/images/cion_3.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 40.25px;
    background: url(/themes/llumar/images/cion_4.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(3) i {
    height: 40.25px;
    background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 40.25px;
    background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(4) i {
    height: 43.75px;
    background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover i {
    height: 43.75px;
    background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox.active {
    bottom: 0;
  }
}

@media screen and (max-width: 1440px) {
  .linkWindowBox {
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    padding: 7.5px 0;
    box-shadow: black 0px 0px 30px 0px;
    position: fixed;
    bottom: -112.5px;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .linkWindowBox .container {
    width: 899.25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .linkWindowBox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 2px solid #727171;
  }
  .linkWindowBox-left-one p:nth-child(1) {
    font-size: 15px;
    line-height: 1;
    color: #000;
  }
  .linkWindowBox-left-one p:nth-child(1) span {
    font-size: 22.5px;
  }
  .linkWindowBox-left-one p:nth-child(2) {
    font-size: 12px;
    line-height: 1;
    color: #000;
    margin-top: 7.5px;
  }
  .linkWindowBox-left-two {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 52.5px;
  }
  .linkWindowBox-left-two-item {
    font-size: 13.5px;
    line-height: 1;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 22.5px;
  }
  .linkWindowBox-left-two-item img {
    width: 27px;
    margin-right: 15px;
  }
  .linkWindowBox-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .linkWindowBox-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 34.5px;
  }
  .linkWindowBox-right-item i {
    display: block;
    width: 34.5px;
    margin-right: 7.5px;
  }
  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13.5px;
    line-height: 1;
    color: #fff;
    width: 84px;
    height: 31.5px;
    border-radius: 15.75px;
    -webkit-border-radius: 15.75px;
    -moz-border-radius: 15.75px;
    -ms-border-radius: 15.75px;
    -o-border-radius: 15.75px;
    background: #727171;
    box-sizing: border-box;
    border: 1.5px solid transparent;
    text-decoration: none;
  }
  .linkWindowBox-right-item:nth-child(1) i {
    height: 34.5px;
    background: url(/themes/llumar/images/cion_1.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 34.5px;
    background: url(/themes/llumar/images/cion_2.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(2) i {
    height: 34.5px;
    background: url(/themes/llumar/images/cion_3.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 34.5px;
    background: url(/themes/llumar/images/cion_4.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(3) i {
    height: 34.5px;
    background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 34.5px;
    background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(4) i {
    height: 37.5px;
    background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover i {
    height: 37.5px;
    background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox.active {
    bottom: 0;
  }
}

@media screen and (max-width: 1366px) {
  .linkWindowBox {
    width: 100%;
    height: 84px;
    box-sizing: border-box;
    padding: 7px 0;
    box-shadow: black 0px 0px 30px 0px;
    position: fixed;
    bottom: -105px;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .linkWindowBox .container {
    width: 839.3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .linkWindowBox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 2px solid #727171;
  }
  .linkWindowBox-left-one p:nth-child(1) {
    font-size: 14px;
    line-height: 1;
    color: #000;
  }
  .linkWindowBox-left-one p:nth-child(1) span {
    font-size: 21px;
  }
  .linkWindowBox-left-one p:nth-child(2) {
    font-size: 11.2px;
    line-height: 1;
    color: #000;
    margin-top: 7px;
  }
  .linkWindowBox-left-two {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 49px;
  }
  .linkWindowBox-left-two-item {
    font-size: 12.6px;
    line-height: 1;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 21px;
  }
  .linkWindowBox-left-two-item img {
    width: 25.2px;
    margin-right: 14px;
  }
  .linkWindowBox-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .linkWindowBox-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 32.2px;
  }
  .linkWindowBox-right-item i {
    display: block;
    width: 32.2px;
    margin-right: 7px;
  }
  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12.6px;
    line-height: 1;
    color: #fff;
    width: 78.4px;
    height: 29.4px;
    border-radius: 14.7px;
    -webkit-border-radius: 14.7px;
    -moz-border-radius: 14.7px;
    -ms-border-radius: 14.7px;
    -o-border-radius: 14.7px;
    background: #727171;
    box-sizing: border-box;
    border: 1.4px solid transparent;
    text-decoration: none;
  }
  .linkWindowBox-right-item:nth-child(1) i {
    height: 32.2px;
    background: url(/themes/llumar/images/cion_1.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 32.2px;
    background: url(/themes/llumar/images/cion_2.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(2) i {
    height: 32.2px;
    background: url(/themes/llumar/images/cion_3.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 32.2px;
    background: url(/themes/llumar/images/cion_4.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(3) i {
    height: 32.2px;
    background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 32.2px;
    background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(4) i {
    height: 35px;
    background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover i {
    height: 35px;
    background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox.active {
    bottom: 0;
  }
}

@media screen and (max-width: 1280px) {
  .linkWindowBox {
    width: 100%;
    height: 79.2px;
    box-sizing: border-box;
    padding: 6.6px 0;
    box-shadow: black 0px 0px 30px 0px;
    position: fixed;
    bottom: -99px;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .linkWindowBox .container {
    width: 791.34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .linkWindowBox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 2px solid #727171;
  }
  .linkWindowBox-left-one p:nth-child(1) {
    font-size: 13.2px;
    line-height: 1;
    color: #000;
  }
  .linkWindowBox-left-one p:nth-child(1) span {
    font-size: 19.8px;
  }
  .linkWindowBox-left-one p:nth-child(2) {
    font-size: 10.56px;
    line-height: 1;
    color: #000;
    margin-top: 6.6px;
  }
  .linkWindowBox-left-two {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 46.2px;
  }
  .linkWindowBox-left-two-item {
    font-size: 11.88px;
    line-height: 1;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 19.8px;
  }
  .linkWindowBox-left-two-item img {
    width: 23.76px;
    margin-right: 13.2px;
  }
  .linkWindowBox-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .linkWindowBox-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 30.36px;
  }
  .linkWindowBox-right-item i {
    display: block;
    width: 30.36px;
    margin-right: 6.6px;
  }
  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11.88px;
    line-height: 1;
    color: #fff;
    width: 73.92px;
    height: 27.72px;
    border-radius: 13.86px;
    -webkit-border-radius: 13.86px;
    -moz-border-radius: 13.86px;
    -ms-border-radius: 13.86px;
    -o-border-radius: 13.86px;
    background: #727171;
    box-sizing: border-box;
    border: 1.32px solid transparent;
    text-decoration: none;
  }
  .linkWindowBox-right-item:nth-child(1) i {
    height: 30.36px;
    background: url(/themes/llumar/images/cion_1.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 30.36px;
    background: url(/themes/llumar/images/cion_2.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(2) i {
    height: 30.36px;
    background: url(/themes/llumar/images/cion_3.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 30.36px;
    background: url(/themes/llumar/images/cion_4.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(3) i {
    height: 30.36px;
    background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 30.36px;
    background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(4) i {
    height: 33px;
    background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover i {
    height: 33px;
    background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox.active {
    bottom: 0;
  }
}

@media screen and (max-width: 1280px) {
  .linkWindowBox {
    width: 100%;
    height: 63.6px;
    box-sizing: border-box;
    padding: 5.3px 0;
    box-shadow: black 0px 0px 30px 0px;
    position: fixed;
    bottom: -79.5px;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .linkWindowBox .container {
    width: 635.47px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .linkWindowBox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 2px solid #727171;
  }
  .linkWindowBox-left-one p:nth-child(1) {
    font-size: 10.6px;
    line-height: 1;
    color: #000;
  }
  .linkWindowBox-left-one p:nth-child(1) span {
    font-size: 15.9px;
  }
  .linkWindowBox-left-one p:nth-child(2) {
    font-size: 8.48px;
    line-height: 1;
    color: #000;
    margin-top: 5.3px;
  }
  .linkWindowBox-left-two {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 37.1px;
  }
  .linkWindowBox-left-two-item {
    font-size: 9.54px;
    line-height: 1;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 15.9px;
  }
  .linkWindowBox-left-two-item img {
    width: 19.08px;
    margin-right: 10.6px;
  }
  .linkWindowBox-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .linkWindowBox-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 24.38px;
  }
  .linkWindowBox-right-item i {
    display: block;
    width: 24.38px;
    margin-right: 5.3px;
  }
  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9.54px;
    line-height: 1;
    color: #fff;
    width: 59.36px;
    height: 22.26px;
    border-radius: 11.13px;
    -webkit-border-radius: 11.13px;
    -moz-border-radius: 11.13px;
    -ms-border-radius: 11.13px;
    -o-border-radius: 11.13px;
    background: #727171;
    box-sizing: border-box;
    border: 1.06px solid transparent;
    text-decoration: none;
  }
  .linkWindowBox-right-item:nth-child(1) i {
    height: 24.38px;
    background: url(/themes/llumar/images/cion_1.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 24.38px;
    background: url(/themes/llumar/images/cion_2.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(2) i {
    height: 24.38px;
    background: url(/themes/llumar/images/cion_3.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 24.38px;
    background: url(/themes/llumar/images/cion_4.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(3) i {
    height: 24.38px;
    background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 24.38px;
    background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(4) i {
    height: 26.5px;
    background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover i {
    height: 26.5px;
    background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox.active {
    bottom: 0;
  }
}

@media screen and (max-width: 799px) {
  .linkWindowBox {
    width: 100%;
    height: 3.6rem;
    box-sizing: border-box;
    padding: 0;
    padding-bottom: 0.5rem;
    box-shadow: black 0px 0px 0.2rem 0px;
    position: fixed;
    bottom: -3.8rem;
    left: 0;
    background: #fff;
    display: block;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    z-index: 99;
  }
  .linkWindowBox-up {
    width: 2.8rem;
    font-size: 0;
    position: absolute;
    bottom: 3.8rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    font-size: 0;
    display: block;
    cursor: pointer;
  }
  .linkWindowBox-up img {
    width: 100%;
  }
  .linkWindowBox-down {
    width: 100%;
    font-size: 0;
    margin: 0.2rem auto;
    cursor: pointer;
    text-align: center;
  }
  .linkWindowBox-down img {
    width: 0.3rem;
  }
  .linkWindowBox .container {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .linkWindowBox-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-right: 0 solid #727171;
    padding-bottom: 0.4rem;
    position: relative;
  }
  .linkWindowBox-left::after {
    content: "";
    display: block;
    width: 1.66rem;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .linkWindowBox-left-three {
    width: 100%;
    text-align: center;
  }
  .linkWindowBox-left-three p:nth-child(1) {
    font-size: 0.24rem;
    color: #000;
    line-height: 1;
  }
  .linkWindowBox-left-three p:nth-child(1) span {
    font-size: 0.28rem;
    font-weight: bold;
  }
  .linkWindowBox-left-three p:nth-child(2) {
    font-size: 0.18rem;
    color: #000;
    line-height: 1;
    margin-top: 0.2rem;
  }
  .linkWindowBox-right {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.4rem;
  }
  .linkWindowBox-right-item {
    display: block;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
  .linkWindowBox-right-item i {
    display: block;
    width: 0.46rem;
    margin-right: 0.1rem;
    margin: 0 auto;
    margin-bottom: 0.1rem;
  }
  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    line-height: 1;
    color: #fff;
    width: 1.12rem;
    height: 0.42rem;
    border-radius: 0.21rem;
    -webkit-border-radius: 0.21rem;
    -moz-border-radius: 0.21rem;
    -ms-border-radius: 0.21rem;
    -o-border-radius: 0.21rem;
    background: #727171;
    box-sizing: border-box;
    border: 0 solid transparent;
    text-decoration: none;
  }
  .linkWindowBox-right-item:nth-child(1) {
    margin-right: 1.4rem;
  }
  .linkWindowBox-right-item:nth-child(1) i {
    height: 0.46rem;
    background: url(/themes/llumar/images/cion_1.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 0.46rem;
    background: url(/themes/llumar/images/cion_2.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(2) i {
    height: 0.46rem;
    background: url(/themes/llumar/images/cion_3.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 0.46rem;
    background: url(/themes/llumar/images/cion_4.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(3) i {
    height: 0.46rem;
    background: url(/themes/llumar/images/cion_5.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 0.46rem;
    background: url(/themes/llumar/images/cion_6.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox-right-item:nth-child(4) i {
    height: 0.5rem;
    background: url(/themes/llumar/images/cion_13.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover i {
    height: 0.5rem;
    background: url(/themes/llumar/images/cion_14.png) no-repeat center center;
    background-size: cover;
  }
  .linkWindowBox-right-item:nth-child(4):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .linkWindowBox.active {
    bottom: 0;
  }
}
