/********************* 购买流程 **********************/
.buyFlowImg {
  margin-top: 30px;
  margin-left: 20%;
  margin-right: 20%;
  width: 60%;
}
.buyFlowView {
  margin-top: 30px;
  margin-left: 18%;
  margin-right: 17%;
  width: 65%;
  height: 30%;
  display: flex;
  /* background: lightyellow; */
  /* padding: 20px; */
}
.buyFlowItemView {
  width: 9%;
}
.buyFlowItemImgView {
  height: 83%;
  /* display: table-cell; */
  text-align: center;
  align-items: center;
  align-content: center;
  vertical-align: middle;
}
/* .buyFlowItemImgView::before{content: "";padding-top: 100%;display: block;} */
.buyFlowItemImg {
  margin-top: 23%;
  width: 78%;
}
.bfItemImg1 {
  margin-top: 30%;
}
.bfItemImg5 {
  margin-top: 35%;
}
.bfItemImg6 {
  margin-top: 30%;
}
.buyFlowLine {
  background: #ffe700;
  width: 6%;
  margin-left: 1.2%;
  margin-right: 1.2%;
  margin-top: 6%;
  height: 1px;
  border: 1px solid #ffe700;
  transform: scaleY(0.3);
  -webkit-transform: scaleY(0.3);
}

.buyFlowItemTitle {
  font-size: 12px;
  /* margin-top: 6px; */
  /* margin-bottom: 6px; */
  text-align: center;
  color: #0c0c0c;
}

/********************* 头部内容 **********************/
.homeBgView {
  /* display: flex; */
  position: relative;
}

.phoneBgView {
  position: absolute;
  display: flex;
  top: 28%;
  left: 20%;
  width: 15.1%;
  border-radius: 5px;
}
.phoneView {
  position: absolute;
  display: flex;
  top: 30%;
  left: 21%;
  width: 13%;
}

.logo1 {
  position: absolute;
  display: flex;
  width: 206px;
  height: 50px;
  top: 25px;
  left: 5%;
}
.logo2 {
  position: absolute;
  display: flex;
  width: 26%;
  top: 28%;
  left: 52%;
}

.logoText {
  position: absolute;
  display: flex;
  top: 48%;
  left: 52%;
  height: 37px;
  font-size: 26px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 37px;
}

.wxInter {
  position: absolute;
  display: flex;
  top: 58%;
  left: 52%;
  color: white;
  height: 7.5%;
  width: 14%;
  border: 0.5px solid white;
  border-radius: 8px;
  padding: 0px;
  align-items: center;
  justify-content: center;

  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.wxlogo {
  height: 50%;
}
.wxInterText {
  margin-left: 10px;
  margin-right: 0px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}
.wxdetail {
  position: absolute;
  display: flex;
  top: 58%;
  left: 68%;
  color: white;
  height: 7.5%;
  width: 15%;
  padding: 0px;

  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.qrcode {
  position: absolute;
  display: flex;
  top: 70%;
  left: 78%;
  width: 8%;
  padding: 0px;
  flex-direction: column;
}
.qrcode-one {
  position: absolute;
  display: flex;
  top: 70%;
  left: 52%;
  width: 8%;
  padding: 0px;
  flex-direction: column;
}
.qrcode-one img {
  width: 100%;
  height: 100%;
}
.qrcode-two img {
  width: 100%;
  height: 100%;
}
.qrcode img {
  width: 100%;
  height: 100%;
}
.qrcode-two {
  position: absolute;
  display: flex;
  top: 70%;
  left: 65%;
  width: 8%;
  padding: 0px;
  flex-direction: column;
}
.qrcode-img {
  width: 100%;
  display: inline-block;
}
.qrcode-p {
  display: inline-block;
  width: auto;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
}

.qrcode-box {
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.qrcode-box p {
  width: auto;
  height: 24px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}

.qrcode-box img {
  width: 22px;
  height: 19px;
  padding-right: 4px;
}

@media screen and (max-width: 2200px) {
  .logoText {
    font-size: 26px;
  }
}
@media screen and (max-width: 2100px) {
  .logoText {
    font-size: 25px;
  }
}
@media screen and (max-width: 2000px) {
  .logoText {
    font-size: 24px;
  }
}
@media screen and (max-width: 1900px) {
  .logoText {
    font-size: 23px;
  }
}
@media screen and (max-width: 1800px) {
  .logoText {
    font-size: 22px;
  }
}
@media screen and (max-width: 1700px) {
  .logoText {
    font-size: 21px;
  }
}
@media screen and (max-width: 1600px) {
  .logoText {
    font-size: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .logoText {
    font-size: 19px;
  }
}
@media screen and (max-width: 1400px) {
  .logoText {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .logoText {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .logoText {
    font-size: 16px;
  }
}
/*@media screen and (max-width: 1100px){ .logoText{ font-size:15px; }}*/
/*@media screen and (max-width: 1000px){ .logoText{ font-size:14px; }}*/
/*@media screen and (max-width: 900px){  */
/*	.logoText{*/
/*		font-size:14px; */
/*		-webkit-transform-origin-x: 0;*/
/*		-webkit-transform: scale(0.90);*/
/*}}*/
/*@media screen and (max-width: 800px){  */
/*	.logoText{ */
/*		font-size:14px; */
/*		-webkit-transform-origin-x: 0;*/
/*		-webkit-transform: scale(0.80);*/
/*}}*/
/*@media screen and (max-width: 700px){  */
/*	.logoText{*/
/*		font-size:14px; */
/*		-webkit-transform-origin-x: 0;*/
/*		-webkit-transform: scale(0.70);*/
/*}}*/
/*@media screen and (max-width: 600px){  */
/*	.logoText{*/
/*		font-size:14px; */
/*		-webkit-transform-origin-x: 0;*/
/*		-webkit-transform: scale(0.60);*/
/*}}*/
/*@media screen and (max-width: 500px){ */
/*	.logoText{*/
/*		font-size:13.1px; */
/*		-webkit-transform-origin-x: 0;*/
/*		-webkit-transform: scale(0.50);*/
/*}}*/

@media screen and (max-width: 2200px) {
  .wxInterText {
    font-size: 26px;
  }
}
@media screen and (max-width: 2100px) {
  .wxInterText {
    font-size: 25px;
  }
}
@media screen and (max-width: 2000px) {
  .wxInterText {
    font-size: 24px;
  }
}
@media screen and (max-width: 1900px) {
  .wxInterText {
    font-size: 23px;
  }
}
@media screen and (max-width: 1800px) {
  .wxInterText {
    font-size: 22px;
  }
}
@media screen and (max-width: 1700px) {
  .wxInterText {
    font-size: 21px;
  }
}
@media screen and (max-width: 1600px) {
  .wxInterText {
    font-size: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .wxInterText {
    font-size: 19px;
  }
}
@media screen and (max-width: 1400px) {
  .wxInterText {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .wxInterText {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .wxInterText {
    font-size: 16px;
  }
}
/*@media screen and (max-width: 1100px){ .wxInterText{ font-size:15px; }}*/
/*@media screen and (max-width: 1000px){ .wxInterText{ font-size:14px; }}*/
/*			@media screen and (max-width: 900px){  */
/*				.wxInterText{*/
/*					font-size:12px; */
/*					-webkit-transform-origin-x: 0;*/
/*					-webkit-transform: scale(0.90);*/
/*			}}*/
/*			@media screen and (max-width: 800px){  */
/*				.wxInterText{ */
/*					font-size:12px; */
/*					-webkit-transform-origin-x: 0;*/
/*					-webkit-transform: scale(0.80);*/
/*			}}*/
/*			@media screen and (max-width: 700px){  */
/*				.wxInterText{*/
/*					font-size:12px; */
/*					-webkit-transform-origin-x: 0;*/
/*					-webkit-transform: scale(0.70);*/
/*			}}*/
/*			@media screen and (max-width: 600px){  */
/*				.wxInterText{*/
/*					font-size:12px; */
/*					-webkit-transform-origin-x: 0;*/
/*					-webkit-transform: scale(0.40);*/
/*			}}*/
/*			@media screen and (max-width: 500px){ */
/*				.wxInterText{*/
/*					font-size:12px; */
/*					-webkit-transform-origin-x: 0;*/
/*					-webkit-transform: scale(0.30);*/
/*			}}*/

@media screen and (max-width: 2200px) {
  .wxdetail {
    font-size: 26px;
  }
}
@media screen and (max-width: 2100px) {
  .wxdetail {
    font-size: 25px;
  }
}
@media screen and (max-width: 2000px) {
  .wxdetail {
    font-size: 24px;
  }
}
@media screen and (max-width: 1900px) {
  .wxdetail {
    font-size: 23px;
  }
}
@media screen and (max-width: 1800px) {
  .wxdetail {
    font-size: 22px;
  }
}
@media screen and (max-width: 1700px) {
  .wxdetail {
    font-size: 21px;
  }
}
@media screen and (max-width: 1600px) {
  .wxdetail {
    font-size: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .wxdetail {
    font-size: 17px;
  }
}
@media screen and (max-width: 1400px) {
  .wxdetail {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .wxdetail {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .wxdetail {
    font-size: 14px;
  }
}
/*@media screen and (max-width: 1100px){ .wxdetail{ font-size:13px; }}*/
/*@media screen and (max-width: 1000px){ .wxdetail{ */
/*	!* font-size:12px; *!*/
/*		font-size:12px; */
/*		-webkit-transform-origin-x: 0;*/
/*		!*-webkit-transform: scale(0.90);*!*/
/*}}*/
/*			@media screen and (max-width: 900px){  */
/*				.wxdetail{*/
/*					font-size:12px; */
/*					-webkit-transform-origin-x: 0;*/
/*					!*-webkit-transform: scale(0.70);*!*/
/*			}}*/
/*			@media screen and (max-width: 800px){  */
/*				.wxdetail{ */
/*					font-size:12px; */
/*					-webkit-transform-origin-x: 0;*/
/*					!*-webkit-transform: scale(0.60);*!*/
/*			}}*/
/*			@media screen and (max-width: 700px){  */
/*				.wxdetail{*/
/*					font-size:12px; */
/*					-webkit-transform-origin-x: 0;*/
/*					!*-webkit-transform: scale(0.50);*!*/
/*			}}*/
/*			@media screen and (max-width: 600px){  */
/*				.wxdetail{*/
/*					font-size:12px; */
/*					-webkit-transform-origin-x: 0;*/
/*					!*-webkit-transform: scale(0.40);*!*/
/*			}}*/
/*			@media screen and (max-width: 500px){ */
/*				.wxdetail{*/
/*					font-size:12px; */
/*					-webkit-transform-origin-x: 0;*/
/*					!*-webkit-transform: scale(0.30);*!*/
/*			}}*/

@media screen and (max-width: 2200px) {
  .buyFlowItemTitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 2100px) {
  .buyFlowItemTitle {
    font-size: 21px;
  }
}
@media screen and (max-width: 2000px) {
  .buyFlowItemTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 1900px) {
  .buyFlowItemTitle {
    font-size: 19px;
  }
}
@media screen and (max-width: 1800px) {
  .buyFlowItemTitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 1700px) {
  .buyFlowItemTitle {
    font-size: 17px;
  }
}
@media screen and (max-width: 1600px) {
  .buyFlowItemTitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
  .buyFlowItemTitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .buyFlowItemTitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .buyFlowItemTitle {
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .buyFlowItemTitle {
    font-size: 12px;
  }
}
/*@media screen and (max-width: 1100px){ .buyFlowItemTitle{ */
/*		font-size:12px; */
/*		-webkit-transform-origin-x: 0;*/
/*		-webkit-transform: scale(0.90);*/
/*}}*/
/*@media screen and (max-width: 1000px){ .buyFlowItemTitle{ */
/*		font-size:12px; */
/*		-webkit-transform-origin-x: 0;*/
/*		-webkit-transform: scale(0.80);*/
/*}}*/
/*			@media screen and (max-width: 900px){  */
/*				.buyFlowItemTitle{*/
/*					font-size:12px; */
/*					-webkit-transform-origin-x: 0;*/
/*					-webkit-transform: scale(0.70);*/
/*			}}*/
/*			@media screen and (max-width: 800px){  */
/*				.buyFlowItemTitle{ */
/*					font-size:12px; */
/*					-webkit-transform-origin-x: 0;*/
/*					-webkit-transform: scale(0.60);*/
/*			}}*/
/*			@media screen and (max-width: 700px){  */
/*				.buyFlowItemTitle{*/
/*					font-size:12px; */
/*					-webkit-transform-origin-x: 0;*/
/*					-webkit-transform: scale(0.50);*/
/*			}}*/
/*			@media screen and (max-width: 600px){  */
/*				.buyFlowItemTitle{*/
/*					font-size:12px; */
/*					-webkit-transform-origin-x: 0;*/
/*					-webkit-transform: scale(0.40);*/
/*			}}*/
/*			@media screen and (max-width: 500px){ */
/*				.buyFlowItemTitle{*/
/*					font-size:12px; */
/*					-webkit-transform-origin-x: 0;*/
/*					-webkit-transform: scale(0.30);*/
/*			}}*/

@media screen and (max-width: 1000px) {
  .buyFlowItemImgView {
    height: 75%;
  }
}
@media screen and (max-width: 900px) {
  .buyFlowItemImgView {
    height: 70%;
  }
}
@media screen and (max-width: 800px) {
  .buyFlowItemImgView {
    height: 65%;
  }
}
@media screen and (max-width: 700px) {
  .buyFlowItemImgView {
    height: 60%;
  }
}
@media screen and (max-width: 600px) {
  .buyFlowItemImgView {
    height: 55%;
  }
}
@media screen and (max-width: 500px) {
  .buyFlowItemImgView {
    height: 50%;
  }
}
