#fixed_left {
  display: none;
}

.header {
  position: relative;
}

.left_QRcode {
  position: fixed;
  left: 50%;
  top: 248px;
  margin-left: -750px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 160px;
  height: 420px;
  background: linear-gradient(0deg, #0168B7 0%, #1A84D6 100%);
  border-radius: 80px 80px 20px 20px;
}

.left_QRcode > p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 18px;
  margin: 23px 0 8px;
  background: linear-gradient(0deg, #E0F1FF 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.left_QRcode > span {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 12px;
  margin-bottom: 10px;
}

.codewhite {
  width: 140px;
  height: 156px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 10px;
}

.QRcodebox {
  position: relative;
  overflow: hidden;
}

.codewhite img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px auto 7px;
}

.QRcodebox-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.QRcodebox-item p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
}

.QRcodebtm {
  width: 100%;
  height: 96px;
  position: absolute;
  bottom: 0;
  background: url(/res/lside/QRcodebtm.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.QRcodebtm p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
  text-align: center;
  margin: 37px 0 8px;
}

.QRcodebtm p:last-child {
  width: 100px;
  height: 24px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 12px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1665A3;
  line-height: 24px;
  text-align: center;
}

.codewhite:nth-last-child(2) img{
  border-radius: 6px;
  transition: all .3s ease}

.codewhite:nth-last-child(2) img:hover {
  position: relative;
  /* margin-top: 30px; */
  z-index: 2;
  transform: scale(1.4);
}
.leftClose{
    position: absolute;
    top: 0;
    right: -18px;
  	width: 20px;
	height: 20px;  
  	cursor: pointer;
}