.weChat {
  background: #eee;
  min-height: 100%;
}
.weChat .nav {
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #ffa314;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.weChat .content {
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0;
}
.weChat .content .orderDetails .ivu-collapse {
  border: none;
  border-radius: 10px 10px 0 0;
}
.weChat .content .orderDetails .ivu-collapse-header {
  font-size: 16px;
}
.weChat .content .titleCode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px;
  font-size: 20px;
}
.weChat .content .titleCode img {
  margin-right: 10px;
}
.weChat .content .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 20px;
  padding: 4% 10%;
}
.weChat .content .main .image {
  width: 40%;
  height: 100%;
}
.weChat .content .main .left {
  width: 35%;
  text-align: center;
}
.weChat .content .main .left a {
  text-decoration: underline;
  color: #666;
}
.weChat .content .main .left span {
  color: #666;
}
.weChat .content .main .left span:hover,
.weChat .content .main .left span a {
  color: #ffa314;
}
.weChat .content .main .left p {
  line-height: 6rem;
}
.weChat .content .main .left .codeContent {
  padding: 3rem;
  border-radius: 1rem;
  text-align: left;
}
.weChat .content .main .left .codeContent #qrcode {
  width: 220px;
  height: 220px;
  margin: 0 auto;
}
.weChat .content .main .left .codeContent .descCode {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.8rem;
}
.weChat .content .main .left .codeContent .descCode span {
  display: inline-block;
  width: 6rem;
  text-align: right;
}

