
.viewer-container {
  background: rgba(0, 0, 0, 0.8); }

.caseInfo .container .content ul.case-tag-box li {
  width: 20%;
  border: none; }

.content .icon-linian {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #00463e url("https://j.dyrs.cc/images/pc/case/linian.png") no-repeat center center; }
.content .caseBtn {
  width: 100%; }
  .content .caseBtn .box {
    width: 49%;
    height: 96px;
    line-height: 96px;
    display: inline-block;
    text-align: center;
    position: relative; }
    .content .caseBtn .box:nth-child(2) i {
      border: 5px solid transparent;
      border-top-color: #666;
      top: 10px; }
    .content .caseBtn .box i {
      border: 5px solid transparent;
      border-bottom-color: #666;
      position: relative;
      top: -12px;
      margin-right: 7px; }

.views-imgs {
  position: relative;
  width: 860px;
  cursor: pointer; }
  .views-imgs:hover .share1{
    display: block;
  }
  .views-imgs .iconfont {
    width: 30px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #666;
    position: absolute;
    top: 0; }
    .views-imgs .iconfont:hover {
      background-color: #00463e; }
    .views-imgs .iconfont.icon-left {
      left: 0; }
    .views-imgs .iconfont.icon-right {
      right: 0; }
  #caseSwiper {
    width: 860px;
    height: 446px;
    overflow: hidden; }
    #caseSwiper .iconfont {
      width: 60px;
      height: 60px;
      line-height: 60px;
      top: 50%;
      margin-top: -30px;
      display: none;
      font-size: 20px;
      background: rgba(0, 0, 0, 0.3);
      border-radius: 50%; }
      #caseSwiper .iconfont.icon-left {
        left: 40px; }
      #caseSwiper .iconfont.icon-right {
        right: 40px; }
      #caseSwiper .iconfont:hover {
        background: rgba(0, 0, 0, 0.7); }
    #caseSwiper:hover .iconfont {
      display: block; }
    #caseSwiper .swiper-slide {
      width: 860px;
      height: 446px;
      position: relative; }
      #caseSwiper .case-img-wrap{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 20;
      }
     #caseSwiper .new-imgs{
      display: block;
      max-height: 446px;
      max-width: 860px;
     }
    #caseSwiper .case-img-desc {
      background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
      padding: 15px 20px;
      color: #fff;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      box-sizing: border-box;
      font-size: 18px; }
     #caseSwiper .case-img-desc .case-img-textinfo{
      font-size: 16px; 
      margin-top: 8px;
     }
  .thumbnail-imgs {
    width: 800px;
    height: 124px;
    padding: 0 30px;
    position: relative;
    overflow: hidden;
    margin-top: 25px; }
    .thumbnail-imgs .thumbnail-imgs-wrap {
      width: 795px;
      height: 124px; 
    }
      .thumbnail-imgs .thumbnail-imgs-wrap .swiper-slide {
        margin-left: 10px;
        box-sizing: border-box; }
      .thumbnail-imgs .thumbnail-imgs-wrap img {
        width: 100%;
        height: 100%; }

.desiger-idea {
  margin-top: 36px;
  width: calc(100% - 72px);
  border: solid 1px #f1f1f1;
  padding: 30px 36px; }
.desiger-box {
  margin-top: 20px;
  width: calc(100% - 72px);
  border: solid 1px #f1f1f1;
  padding: 36px; }
.desiger-face {
  width: 250px;
  height: 290px;
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  .desiger-face .sign-link{
    display: block;
    width: 250px;
    height: 250px; 
  }
  .desiger-face img {
    display: block;
    width: 250px;
    height: 250px; }
  .desiger-face .sign-up {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #00463e;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    text-align: center; }
.desiger-info .shu {
  width: 4px;
  height: 18px;
  background-color: #00463e;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: 5px; }
.desiger-info .designer-information-desc {
  width: 522px;
  height: 113px;
  background-color: #fafafa;
  padding: 20px;
  line-height: 28px; }
  .desiger-info .designer-information-desc .designer-information-content {
    width: 420px;
    height: 112px;
    overflow: hidden auto; }

/*弹窗*/
.pop-box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 10;
  display: none; }
  .pop-box .main-contener {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -200px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
  .pop-box .tan {
    position: relative; }
  .pop-box .form6 {
    position: absolute;
    top: 50px;
    left: 60px;
    text-align: center; }
  .pop-box h3 {
    font-size: 22px;
    color: #333;
    line-height: 40px; }
  .pop-box p {
    width: 45px;
    height: 2px;
    background: #00463e;
    display: inline-block;
    margin-bottom: 25px; }
  .pop-box input {
    width: 280px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
    background: #fafafa;
    text-indent: 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 30px; }
  .pop-box .pop-close {
    position: absolute;
    right: -21px;
    top: -20px;
    cursor: pointer;
    width: 46px;
    height: 45px;
    color: #fff;
    background: url(//s.dyrs.cc/static/pc/images/close.png) no-repeat center center;
    background-size: 100% auto; }
  .pop-box button {
    display: block;
    width: 280px;
    height: 40px;
    line-height: 40px;
    background: #00463e;
    color: #fff;
    font-size: 16px;
    border-radius: 30px; }
  .pop-box h4 {
    margin-top: 20px;
    font-size: 16px; }
  .pop-box h4 em {
    color: #00463e; }

.thumbnail-swiper-slide-active {
  opacity: 0.5; }

.viewer-title {
  display: none !important; }

.share1{
    display: none;
    position:absolute;width:130px;height:28px;text-align:center;color:#fff;font-size:14px;right:20px;top:22px;line-height:28px;border-radius:14px;cursor:pointer;z-index:10;
    background: rgba(0,0,0,.2) url("https://j.dyrs.cc/images/pc/photo/sj.png") no-repeat;
    background-position: 20px center;
    text-indent: 20px;
}
.share1:hover{
    background-color:#00463E;
}
.share1 img{
  vertical-align: middle;
  margin-right: 3px;
}

.share1-phone-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
.share1-phone-dialog .main-contener {
    width: 620px;
    height: 371px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -310px;
    margin-top: -185px;
    background: url(https://j.dyrs.cc/images/pc/photo/sjtc.png) no-repeat center center;
}
.share1-phone-wrap {
    position: relative;
}
.share1-phone-form {
    margin-top: 250px;
    margin-left: 50px;
}
.share1-phone-form input{
    width: 337px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #999;
    font-size: 14px;
    margin-bottom: 12px;
    background: #fff;
    text-indent: 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 10px;
}
.share1-phone-dialog-close {
    position: absolute;
    right: -60px;
    top: -40px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: #fff;
    background: url(https://j.dyrs.cc/images/pc/photo/gb.png) no-repeat center center;
    background-size: 100% auto;
}
.share1-phone-form button{
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    background: #00463E;
    color: #fff;
    font-size: 16px;
}
.share1-phone-button-box{
    display: inline-block;
}
.share1-phone-form h4{
	font-size: 12px;
    margin-right: 40px;
    text-align: right;
}
.new-header{
  text-align: left;
  width: 1200px;
  font-size: 32px;
  margin-top: 17px;
  font-weight: 700;
}
.new-top{
  width: 100%;
height: 839px;
background: #F3F6F8;
}
.new-line{
  width: 1200px;
height: 1px;
background: #D8D8D8;
margin: 30px 0px 31px 0px;
}
.new-slide{
  width:148px !important;
  height:84px !important;
}
.new-side{
position: absolute;
right: 0;
top: 210px;
}
.new-side_img{
  background: url('https://j.dyrs.cc/images/pc/all/cbbj.png');
  width: 300px;
  height: 224px;
  background-size: 100% 100%;
}
.new-div1{
  display: flex;
  align-items: center;
  padding: 30px 0 0 33px;
}
.new-size1{
  font-size: 21px;
  color: #333;
  font-weight: 700;
}
.new-size2{
  display: block;
  font-size: 16px;
  color: #666;
}
.new-side_work{
  padding: 30px 0 0 10px;
}
.new-side_work div{
  display: inline-block;
  font-size: 16px;
  color: #666;
}
.new-side_work div span{
  font-weight: 700;
  font-size: 28px;
  color: #333;
}
.new-div2{
  height: 554px;
  background-color: #fff;
}
.new-side_bottom1{
  width: 252px;
  height: 69px;
  padding: 20px 0 0 33px;
}
.new-side_bottom1 div{
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
.new-side_bottom1 span{
  font-size: 16px;
  color: #666;
}
.new-side_bottom2{
  width: 252px;
  height: 91px;
  padding: 27px 0 0 33px;
  
}
.new-side_bottom2 span{
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
.new-side_bottom2 div{
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.new-button {
  padding: 38px 0 0 20px;
}
.new-button button{
  width: 260px;
  height: 60px;
  background: #005449;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
}
.case-tag-boxs{
  box-shadow: 3px 5px 18px 8px rgb(0 0 0 / 3%);
  border: 1px solid #f1f1f1;
  width: 860px;
  height: 100px;
  background: #F3F6F8;
}
.new-siz1{
  font-size: 16px;
  color: #828B8F;
  width: 235px;
  display: flex;
}
.new-sizx1{
  display: inline-block;
  padding-left: 15px;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  width: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.case-tag-boxs li{
  width: 170px;
  padding: 24px 0 0 0;
  margin-left: 100px;
}
.tc{
  text-align: left !important;
}
.new-case{
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 160px;
  height: 33px;
  background: #333333;
}
.new-case strong{
  font-size: 20px;
  line-height: 33px;
  color: #fff;
}
.new-somll{
  position: absolute;
  left: 165px;
  top: 26px;
  width: 6px;
  height: 7px;
  background: #333333;
}
.desiger-ideas{
  position: relative;
  width: 860px;
  border: 1px solid #333333;
  margin-top: 20px;
}
.desiger-ideas_img{
  background: url('https://j.dyrs.cc/images/pc/all/sjj.png');
  width: 190px;
  height: 201px;
  background-size: 100% 100%;
  float: left;
  margin-top: -0.1px;
}
.desiger-ideas_size1{
  width: 80px;
  height: 28px;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  padding: 31px 0 0 30px;
  float: left;
}
.desiger-ideas_size2{
    margin-top: 20px;
    margin-left: 30px;
    top: 44px;
    right: 31px;
    width: 607px;
    height: 156px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    display: inline-block;
}
.desiger-ideas_size3 img{
  position: absolute;
  top: 96px;
  left: 84px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.new-case1{
  margin: 40px auto 0;
  text-align: center;
  width: 160px;
  height: 33px;
  background: #333333;
}
.new-case1 strong{
  font-size: 20px;
  line-height: 33px;
  color: #fff;
}
.new-somll1{
  margin-left: 165px;
  margin-top: -7px;
  width: 6px;
  height: 7px;
  background: #333333;
}
.new-house_size{
  margin-top: 20px;
  width: 860px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.new-house-div{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 860px;
  height: 495px;
  background: #F3F6F8;
  margin-top: 23px;
}
.new-house-div1{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 860px;
  max-height: 495px;
  /* background: #F3F6F8; */
  margin-top: 23px;
  overflow: hidden;
}
.new-house-div img{
  margin: 0 auto;
  width: 711px;
  height: 473px;
  max-width: 860px;
  max-height: 495px;
}
.new-house-div a{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 142px;
  height: 32px;
  background: rgba(0, 0, 0, .1);
  border-radius: 20px;
  text-align: center;
}
.new-house-div a span{
  line-height: 32px;
  font-size: 14px;
  color: #fff;
}
.new-house-div1 img{
  margin: 0 auto;
  width: 860px;
  max-width: 860px;
}
.new-house-div1 a{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 142px;
  height: 32px;
  background: rgba(0, 0, 0, .1);
  border-radius: 20px;
  text-align: center;
}
.new-house-div1 a span{
  line-height: 32px;
  font-size: 14px;
  color: #fff;
}
.new-house-img img{
  margin-top: 20px;
}
.new_complete{
  position: relative;
  width: 860px;
  margin: 56px auto;
}
.new_complete_img{
  background: url('https://j.dyrs.cc/images/pc/all/zm.png');
  width: 129px;
  height: 55px;
  background-size: 100% 100%;
  margin: 0 auto;
  line-height: 55px;
}
.new_complete span{
  position: absolute;
  top: 23px;
  margin: 0 auto;
  right: 0;
  left: 0;
  width: 290px;
  height: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 27px;
}
.new-btn1{
  text-align: center;
  width: 860px;
  height: 118px;
  border-radius: 59px;
  background: url('https://j.dyrs.cc/images/pc/all/cbbja.png');
  margin: 28px 0 10px 0;
}
.new-btn1 div{
  margin-top: 10px;
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.new-btn1 a{
  font-size: 18px;
  color: #fff;
  display: block;
  padding-top: 28px;
  font-weight: 700;
}
.new-btn1 a span{
  display: block;
}
.new-btn3{
  display: block;
  width: 860px;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 27px;
  text-align: center;
  margin-top: 40px;
}
.new-btn2{
  width: 1200px;
  height: 1px;
  background: #D8D8D8;
  margin: 24px 0 32px 0;
}
.conts_1{
        position: absolute;
        top: 0px;
        right: -25px;
        width: 100px;
        height: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        line-height: 44px;
        margin-left: 650px;
    }
    .conts_1:hover{
        color: #005449;
    }
    .lazy img.lazy_img{
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
    }
    .title-sjsal::before{
      content: none !important;
    }
    .sjslb .content-cards{
      margin-bottom: 51px;
    }
    .icon-gengduo2::after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 20px;
    background-image: url('https://j.dyrs.cc/images/pc/all/jta.png');
    background-position: center;
    background-size: 100% 100%;
    margin-top: -3px;
    vertical-align: middle;
    }
    .new-box_1 {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px #EDF1F3;
    min-height: 474px;
    width: 300px;
  }

  .siz_1 {
    width: 300px;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    padding: 20px 0 0 20px;
  }

  .siz_2 {
    width: 143px;
    height: 20px;
    background: #f0e7d5;
    border-radius: 10px;
    line-height: 16px;
    text-align: center;
    margin-top: 5px;
    padding: 0 5px;
  }

  .tills_1 {
    font-size: 14px;
    color: #925725;
  }

  .input_1 input {
    width: 260px;
    height: 40px;
    background: #f3f5f7;
    border-radius: 24px;
    color: #666666;
    font-size: 14px;
    line-height: 40px;
    margin-top: 10px;
    font-weight: 400;
    text-indent: 20px;
  }
  .input_3 input {
    width: 260px;
    height: 40px;
    background: #f3f5f7;
    border-radius: 24px;
    color: #666666;
    font-size: 14px;
    line-height: 40px;
    margin-top: 10px;
    font-weight: 400;
    text-indent: 20px;
  }

  .input_2 input {
    width: 260px;
    height: 40px;
    background: #f3f5f7;
    border-radius: 24px;
    color: #666666;
    font-size: 14px;
    line-height: 40px;
    margin-top: 10px;
    font-weight: 400;
    text-indent: 20px;

  }
  .input_3{
    position: relative;
  }
  .input_3 em{
    position: absolute;
    color: #333;
    right: 40px;
    top: 22px;
    font-size: 14px;
  }

  .box_2 {
    /* box-shadow: 0px 0px 15px 0px #EDF1F3; */
    box-shadow: 0px -25px 13px 0px #fff;
  }

  .box_3 {
    text-align: center;
    margin-top: 5px;
  }

  .box_3 span {
    font-size: 14px;
    color: #333333;
  }

  .btn_1 {
    width: 260px;
    height: 40px;
    background: #005449;
    border-radius: 24px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    margin-left: 20px;
    margin-top: 10px;
  }
  .new-right{
    position: absolute;
    right: 0px;
    top: 40px;
  }
  .new-move{
    background: url('https://j.dyrs.cc/images/pc/all/gdsz.png');
    width: 262px;
    height: 42px;
    background-size: 100% 100%;
    margin: 0 auto;
    line-height: 44px;
  }
   .item {
    margin: 20px 0 0 0;
    margin-left: 20px;
    padding-bottom: 15px;
    flex: none;
    width: 280px;
  }
  .scroll-4 {
      overflow: hidden;
      position: relative;
      height: 70px;
    }
    .new-scroll{
    width: 260px;
    background: linear-gradient(180deg, #EAF2F1 0%, #FFFFFF 100%);
    height: 25px;
    opacity: .5;

    }
    .scroll-4 .scrollbox {
      position: absolute;
      left: 25px;
      top: 0;
      animation: scrollTop 6s linear infinite normal;
    }
    .scrollbox div{
      font-size: 12px;
      color: #333;
    }
    .scrollbox div span{
      font-size: 12px;
      color: #005449;
      margin-left: 21px;
      margin-right: 21px;
    }
    .scroll-4 .scrollbox .text {
      height: 25px;
    }

    @keyframes scrollTop {
        100% {
          top: -150px; /* 一份数据的 高度*/
        }
    }
    .new-right-bottom{
      position: absolute;
      right: 0px;
      top: 612px;
      width: 300px;
      background: #FFFFFF;
      box-shadow: 0px 0px 15px 0px #EDF1F3;
    }
    .new-bottom1{
      height: 28px;
      font-size: 20px;
      font-weight: 600;
      color: #333333;
      line-height: 28px;
    }
    .mores{
      padding-left: 190px;
      height: 20px;
      font-size: 14px;
      font-weight: 400;
      color: #333333;
      line-height: 30px;
    }
    .text-sub{
      color: #333;
    }
    .swiper1{
      position: absolute;
      width: 711px;
      height: 473px;
      overflow: hidden;
    }
    .new1{
      padding-top: 10px;
    }
    input::-webkit-outer-spin-button {
      -webkit-appearance: none;
    }
    input::-webkit-inner-spin-button {
      -webkit-appearance: none;
    }
    /* Firefox */
    input[type='number']{
        -moz-appearance: textfield;
    }
    .case-background{
      background: url('https://j.dyrs.cc/images/pc/all/bjax.png');
      background-size: 100% 100%;
      width: 70px;
      height: 24px;
      line-height: 24px;
      text-align: center;
    }
    .icon-shoucang2:before {
    font-size: 22px;
    content: "\e602";
    position: absolute;
    top: 68px;
    right: 19px;
    }
    .icon-shoucang-no:before {
    content: "\e603";
    position: absolute;
    font-size: 20px;
    top: 68px;
    right: 20px;
    }
    .content-describe i{
      padding: 0 4px;
    }
    .scrollbox em{
      color: #999;
    }
    .viewer-toolbar>ul>li {
    background-color: rgba(0,0,0,.5);
    border-radius: 50%;
    cursor: pointer;
    float: left;
    height: 40px !important;
    overflow: hidden;
    -webkit-transition: background-color .15s;
    transition: background-color .15s;
    width: 40px !important;
  }
  .viewer-close:before, .viewer-flip-horizontal:before, .viewer-flip-vertical:before, .viewer-fullscreen-exit:before, .viewer-fullscreen:before, .viewer-next:before, .viewer-one-to-one:before, .viewer-play:before, .viewer-prev:before, .viewer-reset:before, .viewer-rotate-left:before, .viewer-rotate-right:before, .viewer-zoom-in:before, .viewer-zoom-out:before{
    transform: scale(1.5) !important;
  }
  .viewer-toolbar>ul>li+li {
      margin-left: 3px !important;
  }
  .viewer-toolbar>ul>li:before {
    margin: 10px !important;
  }
  .new-next{
    width: 30%;
    height: 446px;
    z-index: 9;
  }
  #caseSwiper .new-next{
    position: absolute;
    right: 0px;
    cursor: url(http://j.dyrs.cc/images/pc/all/jry.png) 0 10,auto !important;
  }
  .new-pre{
    width: 30%;
    height: 446px;
    z-index: 9;
  }
  #caseSwiper .new-pre{
    position: absolute;
    left: 0px;
    cursor: url(http://j.dyrs.cc/images/pc/all/jrz.png) 0 10,auto !important;
  }
  .new-nexts{
    width: 30%;
    height: 446px;
    z-index: 9;
  }
  #caseSwiper .new-nexts{
    position: absolute;
    right: 0px;
    cursor: url(http://j.dyrs.cc/images/pc/all/jry.png) 0 10,auto !important;
  }
  .new-pres{
    width: 30%;
    height: 446px;
    z-index: 9;
  }
  #caseSwiper .new-pres{
    position: absolute;
    left: 0px;
    cursor: url(http://j.dyrs.cc/images/pc/all/jrz.png) 0 10,auto !important;
  }
