.container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container .content .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.container .content .right {
  width: 12.2395vw;
  min-width: 200px;
  margin-left: 2vw;
}
.container .content .right .mL {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #fff;
  margin-bottom: 1vw;
}
.head-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.container .content .right .mL a {
  display: block;
  width: 100%;
  padding: 0.7vw;
  text-align: center;
  font-size: 1.1vw;
  line-height: 1.5em;
  color: #111111;
  background-color: #fff;
  border-bottom: 1px solid #EBEBEB;
}
.container .content .right .mL a.active {
  color: #fff;
  background-color: #A0131A;
}
.container .content .right .mL a:last-child {
  border-bottom: none;
}

.container .title {
    width: 100%;
    height: 3.2vw;
    min-height: 40px;
    font-size: 1.4vw;
    color: black;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
}
.container .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FAFAFA;
  margin: 0.5vw 0;
  padding: 0.5vw 1.2vw;
}
.info-desc {
    background-color: #FAFAFA;
    margin: 0.5vw 0;
    padding: 0.5vw 1.2vw;
    display: flex;
    align-items: center;
}
.info-desc .line {
    width: 5px;
    height: 30px;
    background-color: #A0131A;
    display: inline-block;
}
.info-desc .info-title {
    color:  #A0131A;
    font-size: 1.2vw;
    margin-left: 20px;
}
.name-image {
    width: 240px;
    height: 300px;
}
.name-image img {
    width: 100%;
    height: 100%;
}
.container .info .mc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #474747;
  font-size: 1.1vw;
}
.container .info .red {
  color: #A0131A;
}
.container .details {
  margin-top: 2vw;
}
.container .details p {
  text-indent: 2em;
}

@media (max-width: 1000px) {
  .container .content .right {
    display: none;
  }
}
.activity-img {
    width: 100%;
}

.activity-img img {
    width: 100%;
    height: 100%;
}
.info-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.qr_img {
    width: 260px;
    height: 260px;
}
