.v-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  margin-top: -22px;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/icon_video2.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
     -moz-background-size: auto;
          background-size: auto;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer; }

.vr-label-contain {
  position: relative;
  width: 100%;
  height: 36px;
  line-height: 24px;
  background-color: #323232;
  padding: 6px 40px 6px 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6); }
  .vr-label-contain .label-cap {
    margin-right: 4px; }
  .vr-label-contain .label {
    margin-right: 10px;
    height: 24px;
    line-height: 24px;
    padding: 0 9px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px; }
  .vr-label-contain .fullscreen-icon{
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 100%;
    background: url('http://101.35.18.18:8777/shangao_pc_static/assets/images/icon_fullscreen.png') no-repeat center;
    background-size: 16px;
    cursor: pointer;
  }

.vr-detail-contain .vr-title {
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  color: #040000;
  font-size: 32px; }
.video-detail-contain .ql-editor img{
  width: 100% !important;
}
.vr-detail-contain .vr-iframe {
  width: 100%;
  height: 698px; }
  .vr-detail-contain .vr-iframe .iframe {
    display: block;
    width: 100%;
    height: 100%; }

@media screen {
  .vr-detail-contain .vr-iframe {
    height: 598px; } }

.vr-detail-contain .vr-label {
  margin-top: 20px;
  text-align: center;
  line-height: 42px;
  margin-bottom: 36px;
  font-size: 16px; }
  .vr-detail-contain .vr-label .consult {
    width: 124px;
    height: 42px;
    background-color: #1782E2;
    color: #fff;
    margin-right: 20px; }
  .vr-detail-contain .vr-label .link {
    width: 136px;
    height: 42px;
    background-color: #2DA03B;
    color: #fff;
    margin-right: 20px; }
  .vr-detail-contain .vr-label .phone {
    position: relative;
    width: 156px;
    height: 42px;
    background-color: #353535;
    color: #fff;
    margin-right: 20px;
    cursor: pointer; }
    .vr-detail-contain .vr-label .phone .dot-icon {
      display: inline-block;
      vertical-align: middle;
      margin-left: 0px;
      border-top: 6px solid #fff;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s; }
    .vr-detail-contain .vr-label .phone .qr-contain {
      position: absolute;
      left: -20px;
      bottom: 42px;
      padding-bottom: 16px;
      display: none; }
      .vr-detail-contain .vr-label .phone .qr-contain .qr-contain-inner {
        display: block;
        width: 198px;
        height: 232px;
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 30px 0px rgba(3, 1, 2, 0.25);
           -moz-box-shadow: 0px 2px 30px 0px rgba(3, 1, 2, 0.25);
                box-shadow: 0px 2px 30px 0px rgba(3, 1, 2, 0.25);
        -webkit-border-radius: 8px;
           -moz-border-radius: 8px;
                border-radius: 8px;
        padding: 20px 20px 0;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box; }
      .vr-detail-contain .vr-label .phone .qr-contain:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 4px;
        border-top: 12px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        margin-left: -5px; }
    .vr-detail-contain .vr-label .phone .qr-img {
      width: 100%;
      height: 158px; }
    .vr-detail-contain .vr-label .phone .qr-cap {
      line-height: 1em;
      margin-top: 16px;
      font-size: 14px;
      color: #666666; }
    .vr-detail-contain .vr-label .phone:hover .dot-icon {
      -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }
    .vr-detail-contain .vr-label .phone:hover .qr-contain {
      display: block; }
  .vr-detail-contain .vr-label .tell {
    font-size: 22px;
    color: #E23701;
    font-weight: bold;
    padding-left: 50px;
    background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/p_tell.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
       -moz-background-size: auto;
            background-size: auto; }

.video-detail-contain {
  width: 100%;
  margin-bottom: 36px;
  padding: 10px;
  background-color: #F6F6F6; }
  .video-detail-contain a {
    color: #fff; }
  .video-detail-contain .video-content {
    min-width: 0; }
    .video-detail-contain .video-content .video-top,
    .video-detail-contain .video-content .video {
      position: relative;
      display: block;
      width: 100%;
      height: 610px;
      outline: none;
      background-color: #000; }

    .video-detail-contain .video-content .video-top-link:after{
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 44px;
      height: 44px;
      margin-left: -22px;
      margin-top: -22px;
      background-color: rgba(0, 0, 0, 0.6);
      background-image: url(http://101.35.18.18:8777/shangao_pc_static/assets/images/icon_video2.png);
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: auto auto;
      -moz-background-size: auto;
      background-size: auto;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
    }
    @media screen and (max-width: 1679px) {
      .video-detail-contain .video-content .video-top,
      .video-detail-contain .video-content .video {
        height: 500px; } }
    .video-detail-contain .video-content .video-btm {
      display: block;
      height: 44px;
      line-height: 44px;
      padding: 0 15px;
      font-size: 14px;
      background-color: #313131;
      text-align: right; }
      .video-detail-contain .video-content .video-btm a {
        position: relative;
        color: #fff;
        padding-left: 28px;
        background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/icon_phone_b.png");
        background-position: left center;
        background-repeat: no-repeat;
        -webkit-background-size: auto auto;
           -moz-background-size: auto;
                background-size: auto; }
        .video-detail-contain .video-content .video-btm a .qr-contain {
          position: absolute;
          left: -58px;
          bottom: 20px;
          z-index: 10;
          padding-bottom: 16px;
          display: none; 
          text-align: center;}
          .video-detail-contain .video-content .video-btm a .qr-contain .qr-contain-inner {
            display: block;
            width: 198px;
            height: 232px;
            background-color: #fff;
            -webkit-box-shadow: 0px 2px 16px 0px rgba(3, 1, 2, 0.35);
               -moz-box-shadow: 0px 2px 16px 0px rgba(3, 1, 2, 0.35);
                    box-shadow: 0px 2px 16px 0px rgba(3, 1, 2, 0.35);
            -webkit-border-radius: 8px;
               -moz-border-radius: 8px;
                    border-radius: 8px;
            padding: 20px 20px 0;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box; }
          .video-detail-contain .video-content .video-btm a .qr-contain:after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 4px;
            border-top: 12px solid #fff;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            margin-left: -5px; }
        .video-detail-contain .video-content .video-btm a .qr-img {
          width: 100%;
          height: 158px; }
        .video-detail-contain .video-content .video-btm a .qr-cap {
          line-height: 1em;
          margin-top: 16px;
          font-size: 14px;
          color: #666666; }
        .video-detail-contain .video-content .video-btm a:hover .qr-contain {
          display: block; }
      .video-detail-contain .video-list {
        position: relative;
        width: 286px;
        margin-left: 10px;
        height: 654px;
        overflow-y: auto;
        background-color: #313131;
        padding: 10px 12px 30px 20px; }
      .video-detail-contain .video-list::-webkit-scrollbar {
        position: absolute;
        right: 0;
        width: 8px;
        height: auto;
      }
      .video-detail-contain .video-list::-webkit-scrollbar-thumb{
        background-color: rgba(255,255,255,.3);
        border-radius: 4px;
      }
    .video-detail-contain .video-list .video-lis {
      padding: 10px 0;
      border-bottom: 1px solid rgba(255,255,255,.2); }
      .video-detail-contain .video-list .video-lis .video-title {
        display: block;
        width: 100%;
        height: 36px;
        line-height: 36px;
        color: #E3E3E3;
        font-size: 16px;
        font-weight: bold; }
      .video-detail-contain .video-list .video-lis .video-desc {
        display: block; }
        .video-detail-contain .video-list .video-lis .video-desc .video-img {
          position: relative;
          width: 100%;
          height: 134px; }
        .video-detail-contain .video-list .video-lis .video-desc .video-cap {
          margin-top: 10px;
          height: 36px;
          line-height: 36px;
          color: #ffffff;
          font-size: 16px;
          font-weight: bold; }

        .video-detail-contain .video-list .video-lis.curr .video-desc .video-cap,
        .video-detail-contain .video-list .video-lis:hover .video-desc .video-cap {
          color:#1093EC; 
        }
        .video-detail-contain .video-list .video-lis .video-desc .video-date {
          margin-bottom: 10px;
          line-height: 1em;
          font-size: 14px;
          color: #fff; }
  @media screen and (max-width: 1679px) {
    .video-detail-contain .video-list {
      height: 544px; } }
  .video-detail-contain .video-intro {
    position: relative;
    color: #333333;
    padding: 20px 26px 30px; }
    .video-detail-contain .video-intro .video-intro-detail {
      position: relative;
      min-width: 0; }
      .video-detail-contain .video-intro .video-intro-detail .video-cap {
        line-height: 24px;
        font-size: 20px; }
        .video-detail-contain .video-intro .video-intro-detail .video-cap.project {
          margin-top: 20px; }
        .video-detail-contain .video-intro .video-intro-detail .video-cap .cap{
          margin-right: 8px;
          margin-bottom: 6px;
        }
        .video-detail-contain .video-intro .video-intro-detail .video-cap .video-label {
          height: 32px;
          line-height: 32px;
          font-size: 14px;
          margin-left: -8px;
          margin-bottom: 6px; }
          .video-detail-contain .video-intro .video-intro-detail .video-cap .video-label > span {
            float: left;
            color: rgba(255, 255, 255, 0.6);
            padding: 5px 9px;
            line-height: 14px;
            margin-left: 8px;
            background-color: rgba(255, 255, 255, 0.2);
            -webkit-border-radius: 2px;
               -moz-border-radius: 2px;
                    border-radius: 2px;
            vertical-align: middle; }
      .video-detail-contain .video-intro .video-intro-detail .video-desc {
        line-height: 28px;
        margin-top: 4px;
        font-size: 14px;
        color: #333333; }
    .video-detail-contain .video-intro .video-btns {
      margin-top: 16px;
      height: 42px;
      line-height: 42px;
      text-align: center; }
      .video-detail-contain .video-intro .video-btns .consult {
        display: block;
        width: 156px;
        height: 42px;
        background-color: #1782E2;
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
        margin-right: 10px; }
      .video-detail-contain .video-intro .video-btns .tell {
        color: #fff;                                                                                               
        display: block;
        width: 156px;
        height: 42px;
        background-color: #C51919;
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
        margin-right: 10px; }
      .video-detail-contain .video-intro .video-btns .link {
        display: block;
        width: 156px;
        height: 42px;
        background-color: #2DA03B;
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px; }

.public-other-contain .other-contain {
  width: 73.5%; }

.public-other-contain .other-list .other-lis {
  width: 31.95%;
  margin-right: 2.075%; }
  .public-other-contain .other-list .other-lis .img-contain {
    position: relative;
    width: 100%;
    height: 197px; }
    .public-other-contain .other-list .other-lis .img-contain:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      z-index: 7;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4); }
    .public-other-contain .other-list .other-lis .img-contain .img {
      width: 100%;
      height: 100%; }
    .public-other-contain .other-list .other-lis .img-contain .label {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 9;
      padding: 0 12px;
      height: 28px;
      line-height: 28px;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.8);
      font-size: 14px;
      color: #fff;
      border-bottom-right-radius: 4px; }
    .public-other-contain .other-list .other-lis .img-contain .price {
      position: absolute;
      left: 0;
      bottom: 30px;
      z-index: 9;
      width: 100%;
      height: 20px;
      line-height: 20px;
      padding-left: 20px;
      font-size: 20px;
      color: #fff;
      font-weight: bold; }
    .public-other-contain .other-list .other-lis .img-contain .date {
      position: absolute;
      left: 0;
      bottom: 8px;
      z-index: 9;
      width: 100%;
      height: 12px;
      line-height: 12px;
      padding-left: 20px;
      font-size: 12px;
      color: #ccc; }
  .public-other-contain .other-list .other-lis .info-contain {
    border: 1px solid #E9E9E9;
    border-top: none;
    padding: 12px;
    height: 139px; }
    .public-other-contain .other-list .other-lis .info-contain .title {
      height: 24px;
      line-height: 24px;
      color: #1E1E1E;
      font-size: 16px;
      font-weight: bold; }
    .public-other-contain .other-list .other-lis .info-contain .area {
      margin-top: 3px;
      line-height: 20px;
      height: 20px;
      font-size: 12px;
      color: #999999;
      margin-bottom: 6px; }
    .public-other-contain .other-list .other-lis .info-contain .price {
      font-size: 14px;
      line-height: 20px;
      color: #646464;
      margin-top: 4px;
      margin-bottom: 6px; }
      .public-other-contain .other-list .other-lis .info-contain .price .red {
        color: #EC5058; }
      .public-other-contain .other-list .other-lis .info-contain .price .large {
        font-size: 16px; }
    .public-other-contain .other-list .other-lis .info-contain .address {
      margin-top: 3px;
      line-height: 20px;
      height: 20px;
      font-size: 12px;
      color: #999999;
      margin-bottom: 14px; }
  .public-other-contain .other-list .other-lis:last-child {
    margin-right: 0; }

.public-other-contain .other-form {
  width: 24.4%; }

.public-other-contain .form-contian {
  height: 336px;
  padding: 18px 26px;
  background-color: #F0F0F0;
  border: 1px solid #ddd; }
  .public-other-contain .form-contian .input {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    background-color: transparent;
    font-size: 14px;
    background-color: #FFFFFF; }
  .public-other-contain .form-contian .textarea {
    display: block;
    width: 100%;
    height: 104px;
    line-height: 20px;
    padding: 8px 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background-color: transparent;
    font-size: 14px;
    resize: none;
    background-color: #FFFFFF; }
  .public-other-contain .form-contian .btn {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #C51919;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer; }

.public-other-contain .other-cap {
  position: relative;
  line-height: 24px;
  padding: 20px 0;
  padding-left: 13px;
  font-size: 16px;
  color: #1E1E1E;
  font-weight: bold; }
  .public-other-contain .other-cap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 24px;
    width: 3px;
    height: 16px;
    background-color: #000000; }
  .public-other-contain .other-cap .more {
    float: right;
    font-size: 14px;
    color: #434343;
    font-weight: 400;
    font-style: italic; }
.video-city-label{
  color: #fff;
  font-size: 14px;
}
.v-city-label{
  z-index: 8;
}

