* {
  box-sizing: border-box;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: #333;
}
vr-contentimg {
  width: 100%;
}
a {
  text-decoration: none;
  /* color: #333; */
}
a:hover {
  color: #008DD2;
}
img,
input {
  vertical-align: middle;
  border: 0 none;
  padding: 0;
  outline-style: none;
}
/* 浮动 */
.left {
  float: left;
}
.right {
  float: right;
}
/* 清除浮动 */
.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
/* VR页面样式 */
.wrap {
  width: 1280px;
  margin: 0 auto;
}
.vr-title {
  padding: 50px 0;
  font-size: 30px;
  font-weight: 500;
  color: #008ED3;
}
.vr-qr_content_r {
  width: 590px;
}
.vr-qr_content_l {
  width: 600px;
}
.vr-item > ul > li {
  padding: 0 30px;
  background: #F4FAFF;
  margin-bottom: 30px;
}
.vr-item_title {
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  color: #001B50;
}
.qr_list li img {
  width: 137px;
  height: 135px;
}
.qr_list li {
  background: #fff;
  padding: 17px;
  width: 170px;
  height: 220px;
  float: left;
  margin-right: 45px;
  margin-bottom: 30px;
}
.qr_list {
  overflow: hidden;
  margin-right: -45px;
}
.qr_list span {
  display: block;
  text-align: center;
  padding-top: 12px;
  font-size: 14px;
  color: #333;
}
.vr-qr_content_r img {
  width: 100%;
}
.vr-item_content {
  overflow: hidden;
  background: #F4FAFF;
}
.Cargo_qr ul li {
  background: #fff;
  padding: 17px;
  width: 170px;
  height: 220px;
  float: left;
  margin-right: 45px;
  margin-bottom: 30px;
}
.Cargo_qr ul {
  overflow: hidden;
  margin-right: -45px;
}
.Cargo_img {
  width: 590px;
}
.Cargo_img img {
  width: 100%;
}
.Cargo_qr {
  width: 600px;
}
.Cargo_qr span {
  display: block;
  text-align: center;
  padding-top: 12px;
  font-size: 14px;
  color: #333;
}
.Catering_qr ul li {
  background: #fff;
  padding: 17px;
  width: 170px;
  height: 220px;
  float: left;
  margin-right: 45px;
  margin-bottom: 30px;
}
.Catering_img img {
  width: 340px;
  height: 220px;
}
.vr-item_content {
  display: none;
}
.vr-item_title {
  background: url('/aikm/uiFramework/commonResource/zip/static/en/products/images/sjt.png') no-repeat center;
  background-position: right;
  background-size: 21px 19px;
}
.show_item .vr-item_title {
  background: url('/aikm/uiFramework/commonResource/zip/static/en/products/images/xjt.png') no-repeat center;
  background-position: right;
  background-size: 21px 19px;
}
@media screen and (max-width: 1280px) {
  .wrap {
    width: 95%;
  }
  .vr-qr_content_l {
    width: 100%;
  }
  .vr-qr_content_r {
    width: 100%;
  }
  .Cargo_qr {
    width: 100%;
  }
  .Cargo_img {
    width: 100%;
  }
  .qr_list li {
    margin-right: 0px;
  }
  .Cargo_qr ul li {
    margin-right: 0px;
  }
  .qr_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 0px;
    margin-top: 30px;
  }
  .Cargo_qr ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 0px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 560px) {
  .qr_list li img {
    width: 100%;
    height: auto;
  }
  .qr_list li {
    width: 47%;
  }
  .Cargo_qr ul li {
    width: 47%;
  }
}
