#planTop{
    width: 1200px!important;
    padding-left: 0!important;
    padding-right: 0!important;
    min-width: 1200px!important;
    height: 131px;
    background: #FFFFFF;
    opacity: 1;
    margin: 32px auto 20px!important; 
}
#planTopL{display: flex;}
#planTopLImg{
    width: 86px;
    height: 86px;
    margin: 13px 16px 0 24px;
}
#planTopLText{
    height: 86px;

    margin-top: 13px;
}
#planTopLText span:first-child{
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    height: 55px;
    display: inline-block;
}
#planTopLText span:last-child{
    font-size: 14px;
    line-height: 18px;
    color: #008CD6;
    padding-left: 2px;
}
#planTopLEdit{
    width: 136px;
    height: 28px;
    background: #F5F5F5;
    opacity: 1;
    border-radius: 14px;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    margin: 23px 0 0 20px;
    text-align: center;
}
#planTopLEdit img{
    width: 12px;
    height: 12px;
}
#planTopRWrap{
    width: 602px;
}
.planTopR{
    width: 143px;
    height: 131px;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: center;
}
.planTopR strong{
    height: 30px;
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-family: Segoe UI;
    font-weight: bold;
    color: #008CD6;
}
.planTopRLine{
    width: 1px;
    height: 40px;
    background-color: #E5E5E5;
}

#planL{
    width: 194px;
    background: #fff;
    padding-top: 20px;
}
#planL h5{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    padding: 0 0 16px 20px;
    margin-top: 40px;
}
#planL h5:first-child{margin-top: 0;}
#planL a{
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 0 0 32px;
    font-size: 14px;
    color: #999999;
    margin: 2px 0;
    line-height: 30px;
}
#planL a.planAct,#planL a:hover{
    background: rgba(0,140,214,0.1);
    color: #008CD6;
}

#planR{
    width: 995px;
    background: #fff;
}
#planRTop{
    width: 100%;
    height: 72px;
    border-bottom: #E5E5E5 solid 1px;
    padding: 0 12px 0 24px;
}
#planRTopLText{
    font-size: 16px;
    color: #333333;
    padding-right: 26px;
    
}
#planRTopLText span{
    font-family: Segoe UI;
    color: #999999;

}
#planRTopLSearch{
    width: 250px;
    height: 34px;
    border: 1px solid #CCCCCC;
    opacity: 1;
    border-radius: 4px;
    padding-left: 12px;
}
#planRTopLSearch input { color: #CCCCCC; width: 203px; background: none; outline: none;}
#planRTopLSearch input::-webkit-input-placeholder{ color: #CCCCCC;}
#planRTopLSearch input:-moz-placeholder{ color: #CCCCCC;}
#planRTopLSearch input::-moz-placeholder{ color: #CCCCCC;}
#planRTopLSearch input:-ms-input-placeholder{ color: #CCCCCC;}
#planRTopLSearch img{
    width: 19px;
    height: 19px;
}
#planRTopR{
    min-width: 88px;
    height: 34px;
    background: #008CD6;
    opacity: 1;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 19px;
    padding: 0 16px;
}
/* 我的方案1 */
#planRPlus{
    width: 276px;
    height: 220px;
    background: #FFFFFF;
    border: 1px dashed #999999;
    opacity: 1;
    border-radius: 8px;
    font-size: 20px;
    line-height: 30px;
    color: #999999;
    margin: 18px 17px 0 24px;
    cursor: pointer;
}
.wrap #planRPlusImg{
    width: 52px;
    height: 52px;
    margin: 0 auto 21px;
    background: url(../images/iconPlusGrey.png);
}
#planRPlus:hover{
    color: #008CD6;
    border-color: #008CD6;
}
#planRPlus:hover #planRPlusImg{
    background: url(../images/iconPlusBlue.png);
}
/* 我的方案2 */
#plan2Wrap{
    width: 100%;
    padding: 0 24px 30px;
    display: flex;
    flex-wrap: wrap;
}
.plan2{
    width: 302px;
    height: 220px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    opacity: 1;
    border-radius: 8px;
    margin: 20px 20px 0 0;
}
#plan2Wrap .plan2:nth-child(3n){margin-right: 0!important;}
.wrap .plan2Img{
    width: 302px;
    height: 134px;
    background: #CCCCCC;
    opacity: 1;
    border-radius: 8px 8px 0px 0px;
    position: relative; 
    border-radius: 8px 8px 0px 0px;   
}
.plan2ImgImg{display: block;border-radius: 8px 8px 0px 0px;}

.plan2Img:hover .plan2ImgCon{z-index: 3!important;}
/* 图片遮罩内容 */
.plan2ImgCon{
    position: absolute;
    left: 0;
    top: 0;
    width: 302px;
    height: 134px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px 8px 0px 0px;
    z-index: -2;
}
.wrap .plan2ImgConT{
    width: 100%;
    height: 38px;
    padding: 14px 0 0 263px;
}
/* 下拉菜单样式 */
.plan2ImgConT .dropdown-menu {
    width: 116px;
    height: 42px;
    background: #fff;
    border-radius: 4px;
    border: none;
    min-width: 116px;
    left:-86px!important;
    top: 3px!important;
}
.plan2ImgConT .dropdown-toggle::after {
    position: absolute!important;
    top: -6px!important;
    left: 10px!important;
    display: inline-block!important;
    border: 0!important;
  }
  .plan2ImgConT .dropdown-item {
    font-size: 14px;
    color: #666;
}
.plan2ImgConT .dropdown-item:hover{ color: #008CD6;}
/* 下拉菜单样式 */
.plan2ImgConTMore{
    width: 17px;
    height: 17px;
}
.plan2ImgConB{
    width: 136px;
    height: 96px;
    margin: 0 auto;
}
.plan2ImgConBBut{
   width: 43px;
   height: 69px;
   font-size: 12px;
   color: rgba(255,255,255,0.9);
   text-align: center;
   letter-spacing: 2px;
   cursor: pointer;
}
.wrap .plan2ImgConBButImg{
    width: 43px;
    height: 43px;
    margin-bottom: 10px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
}
.wrap .plan2ImgConBButImg img{
    width: 16px;
    height: 16px;
}

.plan2ImgConBWid{ width: 100%; display: block;}
.plan2ImgConBMar{ margin-left: auto; margin-right: auto;}
.plan2ImgConBColor{ color: rgba(255,255,255,0.9);}
/* 方案2内容 */
.plan2Con{
    width: 100%;
    height: 87px;
}
.plan2Con h4{
    font-size: 16px;
    color: #333333;
    padding: 8px 12px 0 12px;
    height: 37px;
    line-height: 22px;
    overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
}
.plan2ConText{
    font-size: 12px;
    color: #999;
    padding: 2px 0 0 12px;
    height: 20px;
    line-height: 16px;
}
.plan2ConTime{
    font-size: 10px;
    color: #999;
    padding: 2px 0 0 12px;
    height: 18px;
    line-height: 14px;
}
/* 我的方案——方案详情 */

#planDeTop{
    height: 204px;
    padding: 36px 24px;
    background: #fff;
    margin: 0 auto 20px auto;
    display: flex;
}
#planDeTopL{
    width: 302px;
    height: 136px;
    margin-right: 33px;
}
#planDeTopR{
    flex: 1;
}
.planDeTopRLine{
    width: 1px;
    height: 14px;
    background: #ccc;
    margin: 0 20px;
}
#planDeTopR01{
    font-size: 24px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 26px;
}
#planDeTopR01 img{
    width: 16px;
    height: 16px;
    margin-left: 12px;
}
#planDeTopR02{
    font-size: 14px;
    color: #666666;

}
#planDeTopR02 span{
    color: #999;
}
#planDeBot{ background: #fff;}
#planDeBotTitle{
    width: 100%;
    height: 72px;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    padding-left: 28px;
}
#planDeBotTitle span{
    display: block;
    position: absolute;
    left: 24px;
    top: 0;
    width: auto;
    height: 72px;
    border-bottom: 2px solid #008CD6;
    padding: 0 0 0 4px;
    font-size: 16px;
    color: #008CD6;
    line-height: 70px;
}
#planDeBotCon{
    padding: 20px 0 0 24px;
    display: flex;
    flex-wrap: wrap;
}
.planDeBotConList{
    width: 273px;
    height: 160px;
    margin: 0 20px 20px 0;
}
/* 方案详情弹框 */
.modalWebSite{
    text-align: left; 
}
.modalWebSite form label{
    font-size: 18px!important;
    color: #333333!important;
    margin-bottom: 8px!important;
}
.modalWebSite form .form-control{
    margin-bottom: 30px!important;
    border-radius: 0!important;
    color: #333!important;
    border-color: #E5E5E5!important;
}
.modalWebSite form .form-control:focus {
    color: #333!important;
    border-color: #008CD6!important;
    box-shadow: none!important;
  }
/* 下拉菜单样式 */
.modalWebSite .dropdown-menu {
    width: 520px;
    background: #fff;
    padding: 0!important;
    min-width: 116px;
    left:0!important;
    top: 0!important;
    border: 1px solid #E5E5E5;
    border-radius: 0!important;
}
.modalWebSite .dropdown-toggle::after {
    position: absolute!important;
    top: -6px!important;
    left: 10px!important;
    display: inline-block!important;
    border: 0!important;
}
.modalWebSite  .dropdown-menu span {
    display: inline-block;
     margin: 10px 17px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}
.modalWebSite  .dropdown-menu span:hover{ color: #008CD6!important;}
/* 下拉菜单样式 */

/* 相册 */
#imgModalWrap{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
}
#imgModalWrap .swiper-container,#imgModalWrap .swiper-wrapper,#imgModalWrap .swiper-container-cube .swiper-slide{
    z-index: 1099!important;
}
#imgModalWrap .swiper-container-3d .swiper-slide-shadow-bottom{
    z-index: 1109!important;
}
#imgModalClose{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1199;
    width: 23px;
    height: 23px;
    cursor: pointer;
}
#bigImg{background: rgba(0,0,0,0.8);}
#imgModalWrap .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  #imgModalWrap  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  #imgModalWrap  .gallery-top {
    height: 86%;
    width: 80%;
  }
  #sltWrap{
    width: 100%;
    height: 82px;
    background: #000;
  }

  #imgModalWrap  .gallery-thumbs {
    width: 800px;
    margin: 0 auto;
    height: 82px;
    box-sizing: border-box;
    padding: 7px 0 3px 0;
  }

  #imgModalWrap  .gallery-thumbs .swiper-slide {
    display: block;
    height: 70px;
    opacity: 0.4;
  }

  #imgModalWrap   .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
  #imgModalWrap  .swiper-button-prev.swiper-button-white,
  #imgModalWrap .swiper-button-next.swiper-button-white {
--swiper-navigation-color: rgba(255,255,255,0.5);
z-index: inherit;
}

#bigImg .swiper-button-prev:after,
#bigImg .swiper-button-next:after {
font-size: 36px!important;
}

#sltWrap .swiper-button-prev:after,
#sltWrap .swiper-button-next:after {
font-size: 28px!important;
}
/* 相册 */

/*模型管理*/
.modalText{ color: #666!important; width: 150px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}