.vr_box {
  background: #F7F8FA;
}
.vr_display {
  display: flex;
  align-items: center;
}
.vr_box .vr_top {
  background: url('/features/common/img/vr-introduce/bannerBg.png');
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding-top: 138px;
}
.vr_box .vr_top_subtitle {
  color: #1E2943;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}
.vr_box .vr_top_title {
  color: #1E2943;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.6px;
  margin-bottom: 35px;
}
.vr_box .vr_top_title > span{
  color: #5973FB;
}
.vr_top_icon_item {
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.80);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vr_top_icon_item > img {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  margin-right: 4px;
  border: 1.5px solid rgba(198, 200, 255, 0.30);
  box-shadow: 0px 3px 10px 0px rgba(255, 255, 255, 0.10);
}
.vr_box .publish_btn {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  padding: 14px 24px;
  border-radius: 6px;
  background:#5973FB;
  margin-top: 24px;
  width: 194px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vr_box .publish_btn:hover {
  background: #4765FF;
  cursor: pointer;
}
.vr_box .publish_btn > img {
  height: 24px;
  width: 24px;
  margin-right: 4px;
}
.vr_recommend_box {
  align-items: flex-start;
  justify-content: center;
  background: #F7F8FA;
  padding-top: 216px;
}
.vr_recommend_box .vr_recommend_img_item {
  max-width: 302px;
  max-height: 220px;
  border-radius: 6px;
  position: relative;
  min-width: 132px;
  min-height: 96px;
  display: block;
  text-decoration: none;
}
.vr_recommend_box .vr_recommend_img_item:hover {
  transform: scale(1.05);
  transition: transform .3s ease;
}
.vr_recommend_box .vr_recommend_img_item + .vr_recommend_img_item {
  margin-top: 24px;
}
.vr_recommend_box .vr_recommend_img_item img {
  width: 100%;
  height: 100%;
}
.vr_recommend_center {
  margin: 0 24px;
  position: relative;
}
.vr_recommend_center_text {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  margin-bottom: 64px;
}
.vr_recommend_center_right {
  margin-left: 24px;
}
.vr_recommend_center .vr_effects {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, rgba(247, 248, 250, 0.00) 0%, #F7F8FA 104.76%);
}
.vr_detail_box {
  background: #ffffff;
  padding: 140px 0 80px 0;
}
.vr_detail_box .vr_text_right{
  text-align: right;
}
.vr_detail_box .vr_text_right .vr_detail_btn{
  float: right;
}
.vr_detail_box .vr_text_right .vr_detail_item_content {
  margin-right: 100px;
}
.vr_detail_box .vr_text_left{
  text-align: left;
  flex-flow: row-reverse;
}
.vr_detail_box .vr_text_left .vr_detail_item_content{
  margin-left: 100px;
}
.vr_detail_item {
  margin-bottom: 140px;
  justify-content: center;
}
.vr_detail_item_content .vr_detail_item_subtitle {
  color: rgba(51, 51, 51, 0.60);
  font-size: 32px;
  line-height: 150%;
}
.vr_detail_item_content .vr_detail_item_title {
  color: #333;
  font-size: 40px;
  line-height: 150%;
}
.vr_btn_group {
  float: right;
}
.vr_btn_group .vr_gray_btn {
  color: #333333;
  text-align: right;
  font-size: 16px;
  padding: 14px 20px;
  width: 250px;
  border-radius: 6px;
  background:#F6F7F9;
  margin: 20px 0;
}
.vr_btn_group .vr_gray_btn:hover{
  cursor: pointer;
  background: #5973FB;
  color: #ffffff;
}
.vr_btn_group .vr_active_btn {
  background: #5973FB;
  color: #ffffff;
}
.vr_detail_box .vr_detail_btn {
  padding: 10px 40px;
  width: 144px;
  border-radius: 4px;
  background: #5973FB;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.vr_detail_box .vr_detail_btn:hover {
  background: #4765FF;
  cursor: pointer;
}
.vr_detail_item_content .vr_detail_item_text {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.60);
  margin: 20px 0 32px 0;
  max-width: 486px;
}
.vr_detail_item_img img{
  max-width: 640px;
  max-height: 460px;
  width: 100%;
  height: auto;
}
.vr_pc_box .vr_mobile_detail_box {
  display: none;
}
.vr_pc_box .vr_top_left {
  min-width: 518px;
}
.vr_pc_box .vr_pc_top_right_img {
  max-width: 611px;
  max-height: 333px;
  min-width: 400px;
  margin-left: 57px;
}
.vr_pc_box .vr_pc_top_right_img > img {
  width: 100%;
  height: 100%;
}
.vr_mobile_box {
  text-align: center;
}
.vr_mobile_box .vr_top {
  padding-top: 56px;
}
.vr_mobile_box .vr_top {
  background: url('/features/common/img/vr-introduce/bannerBg_mobile.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.vr_mobile_box .vr_top_subtitle {
  font-size: 16px;
  margin-bottom: 6px;
}
.vr_mobile_box .vr_top_title {
  font-size: 34px;
}
.vr_mobile_box .publish_btn {
  height: 36px;
  width: 126px;
  padding: 0;
  font-size: 12px;
  margin: 16px auto 36px;
}
.vr_mobile_box .publish_btn > img {
  height: 16px;
  width: 16px;
}
.vr_mobile_box .vr_top_icon_item {
  font-size: 10px;
  margin-right: 10px;
}
.vr_mobile_box .vr_top_icon_item > img {
  height: 26px;
  width: 26px;
  padding: 6px;
}
.vr_mobile_box .vr_icon_list {
  justify-content: center;
}
.vr_mobile_box .vr_top_right_img {
  margin-left: 0;
  padding: 16px 39px 0 39px;
  max-width: 100%;
}
.vr_mobile_box .vr_recommend_box {
  padding-top: 0;
  margin-top: 75px;
}
.vr_mobile_box .vr_recommend_center_text {
  position: absolute;
  font-size: 14px;
  top: -76px;
  width: 280px;
}
.vr_mobile_box .vr_recommend_img_item {
  max-width: 100%;
  max-height: 100%;
  width: 132px;
  height: 96px;
}
.vr_mobile_box .vr_recommend_img_item + .vr_recommend_img_item {
  margin-top: 10.5px;
}
.vr_mobile_box .vr_recommend_center {
  margin: 43px 10.5px 0 10.5px;
  position: relative;
}
.vr_mobile_box .vr_recommend_center_right {
  margin-left: 10.5px;
}
.vr_mobile_box .vr_effects {
  height: 26px;
}
.vr_mobile_box .vr_mobile_detail_box {
  padding-bottom: 63px;
  padding-top: 60px;
  background-color: #fff;
}
.vr_mobile_box .vr_mobile_detail_item {
  margin: 60px 16px 0 16px;
  text-align: center;
}
.vr_mobile_box .vr_mobile_detail_item:first-child {
  margin-top: 0;
}
.vr_mobile_box .vr_mobile_text_box {
  margin: 0 50.5px;
}
.vr_mobile_box .vr_mobile_detail_subtitle {
  font-size: 16px;
  line-height: 150%;
  color: rgba(51, 51, 51, 0.60);
}
.vr_mobile_box .vr_mobile_detail_title {
  font-size: 20px;
  color: #333;
  line-height: 150%;
}
.vr_mobile_box .mobile_img {
  width: 100%;
  height: auto;
  margin: 24px 0 12px 0;
  max-width: 343px;
}
.vr_mobile_box .vr_mobile_detail_text {
  font-size: 12px;
  color: #333333;
}
.vr_mobile_box .vr_mobile_detail_title_desc {
  margin-top: 8px;
  color: rgba(51, 51, 51, 0.60);
  font-size: 12px;
  line-height: 150%;
}
.vr_mobile_box .vr_mobile_detail_btn {
  padding: 8px 32px;
  border-radius: 4px;
  background: #5973FB;
  font-size: 12px;
  line-height: 150%;
  color: #ffffff;
  width: 112px;
  margin: 0 auto;
}
.vr_mobile_box .vr_mobile_detail_btn:hover {
  background: #4765FF;
  cursor: pointer;
}
.vr_mobile_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  display: none;
}
.vr_mobile_open_dialog {
  width: 315px;
  height: 267px;
  padding: 18px;
  border-radius: 8px;
  background: #FFF;
  position: absolute;
  text-align: center;
}
.vr_mobile_open_dialog .vr_mobile_open_dialog_close_icon {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 20px;
  width: 20px;
}
.vr_mobile_open_dialog .vr_mobile_open_dialog_img {
  width: 92px;
  height: 92px;
  margin-top: 4px;
}
.vr_mobile_open_dialog_tips {
  color: #333;
  font-weight: 700;
  line-height: 150%;
  font-size: 18px;
}
.vr_mobile_open_dialog .vr_mobile_open_dialog_subTips {
  color: #606060;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.vr_mobile_open_dialog .vr_mobile_open_btn {
  border-radius: 4px;
  background: #3191FF;
  height: 45px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding: 12px 97.5px;
  margin-top: 35px;
}
.vr_mobile_open_dialog .vr_mobile_open_btn:hover {
  background: #3191FF;
}
@media(max-width: 1000px) {
  .vr_pc_box .vr_top {
    flex-direction: column;
    padding: 138px 39px 0 39px;
    text-align: center;
  }
  .vr_pc_box .vr_top .vr_display {
    justify-content: center;
  }
  .vr_pc_box .vr_pc_top_right_img {
    margin-left:  0;
  }
  .vr_pc_box .publish_btn {
    margin: 16px auto 36px;
  }
  .vr_pc_box .vr_detail_box {
    display: none;
  }
  .vr_pc_box .vr_mobile_detail_box {
    display: block;
  }
}
