.div-flex{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.div-flex .flex-bd{
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/*锁屏遮罩*/
.dialog{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0; 
  bottom: 0; 
  background: rgba(0, 0, 0, .68);
  z-index: 1000;
}
.text-nowrap{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  word-break: break-word;
  word-wrap: break-word;
}
.content{
  width: 1200px;
  margin: auto;
}
.black-bg{
  background: #1A1F28;
}
.top{
  line-height: 40px;
  font-size:12px;
  color:rgba(255,214,72,1);
  justify-content: space-between;
}
.top .icon-dingwei, .top .icon-xiajiantou{
  font-size: 13px;
  margin-right: 6px;
}
.top .top-left em{
  margin-left: 50px;
}
.top-right span.login{
  margin-right: 5px;
}
.top-right span.register{
  margin-left: 5px;
}
.top-right em{
  color: #939393;
  margin-left: 43px;
}
.top-right em strong{
  color:#FFD648;
}
.top-right em i{
  font-size: 12px;
  margin-right: 7px;
}
/* 导航 */
.nav{
  height: 84px;
  align-items: center;
  justify-content: space-between;
}
.nav .logo{
  width: 287px;
  height: 76px;
  background: url(../images/index-logo@2x.png) no-repeat top center;
}
.nav ul li:first-child{
  margin-left: 36px;
}
.nav ul li{
  padding-top: 14px;
  width: 85px;
  height: 84px;
  margin-right: 46px;
  text-align: center;
  color: #606060;
  cursor: pointer;
}
.nav ul li:last-child{
  margin-right: 0;
}
.nav ul li.active{
  background: #FFD43E;
  color: #212121;
}
.nav li i{
  display: block;
  font-size: 25px;
  margin-bottom: 4px;
}
.nav li span{
  font-size: 14px;
  line-height: 27px;
}
/* banner */
#banner{
  /*height: 530px;*/
}
#banner .swiper-pagination{
  padding: 0 29px;
  width:auto;
  background:rgba(255,255,255,1);
  opacity:0.55;
  border-radius:9px;
  left: 50%;
  margin-left: -67px;
}
#banner .swiper-slide{
 /*  background: url(../images/banner.png) no-repeat center center; */
}
#banner .swiper-pagination-bullet{
  opacity: .55rem;
}
#banner .swiper-pagination-bullet-active{
  background: #2A2A2A;
}
/* banner 分类 */
.banner{
  position: relative;
  height: auto;
}
.banner .content{
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  margin-left: -600px;
}
.classfiy{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 260px;
  background: #F8F8F8;                                                                                                    
  overflow-y: auto; 
  z-index: 1;
}
.classfiy .circular{
  line-height: 55px;
  background: #1A1F28;
  font-size:15px;
  color:rgba(255,255,255,1);
  padding-left: 10px;
  padding: 0 15px;
}
.classfiy .circular::before{
  content: '';
  display: block;
  float: left;
  width: 6px;
  height: 6px;
  background: rgba(255,214,72,1);
  border-radius: 50%;
  margin-right: 4px;
  margin-top: 25px;
}
.classfiy ul li{
  padding: 0 15px;
}
.classfiy ul>li+li{
  border-top: solid 1px #ededed;
}
.classfiy ul h5{
  font-size:14px;
  font-weight:bold;
  color:rgba(72,71,71,1);
  line-height:27px;
  margin: 23px 0 9px;
}
.classfiy ul h5 .icon{
  font-size: 18px;
  margin-right: 24px;
}
.classfiy ul>li .div-flex{
  flex-wrap: wrap;
  font-size:12px;
  color:rgba(95,95,95,1);
  line-height:18px;
  margin: 0 -6px 20px;
}
.classfiy ul>li .div-flex li{
  padding: 0 6px;
  margin: 10px 3px 0;
  cursor: pointer;
}
.classfiy ul>li .div-flex li.active{
  background:rgba(255,212,62,1);
  border-radius:9px;
  font-size:12px;
  color:rgba(29,30,30,1);
  line-height:18px;
}
/* 立即预约 */
.bespoke{
  width:222px;
  height:400px;
  background:rgba(248,248,248,.7);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -200px;
  z-index: 1;
  padding: 13px 24px 15px 27px;
  overflow-y: auto;
}
.bespoke h4{
  font-size: 14px;
  color:rgba(51,51,51,1);
  line-height:28px;
}
.bespoke form input{
  width:171px;
  height:27px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(220,220,220,1);
  padding: 0 12px;
  font-size:12px;
  color:rgba(50,49,49,1);
  line-height:27px;
  margin-top:10px;
}
.bespoke form input[type="button"]{
  background:rgba(255,212,62,1);
  border-radius:2px;
  font-size: 14px;
  border-color: rgba(255,212,62,1);
  cursor: pointer;
}
.bespoke .number{
  font-weight:bold;
  color:rgba(51,51,51,1);
  line-height:48px;
}
.bespoke .number em{
  color: #CB0D1C;
}
.bespoke ul li{
  margin-bottom: 10px;
  width:177px;
height:50px;
background:rgba(248,248,248,.7);
font-size: 12px;
}
.bespoke ul li .div-flex{
  justify-content: space-between;
  align-items: center;
  color: #646464;
}
.bespoke ul li h4{
  font-size: 12px;
  padding-left: 5px;
}
.bespoke ul li h4::before{
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: rgba(203,13,28,1);
  border-radius: 50%;
  margin-right: 5px;
  float: left;
  margin-top: 12px;
}
.bespoke ul li .div-flex em{
  font-size: 9px;
  padding-right: 13px;
}
.bespoke ul li span{
  color: #a0a0a0;
  padding: 0 16px;
}
/* 底部 */
.bottom-bg{
  height: 300px;
  padding-top: 90px; 
  background: #232831;
}
.bottom-content{
  width: 1180px;
  margin: auto;
}
.bottom-bg h6{
  font-size:16px;
  color:rgba(216,216,216,1);
  line-height:27px;
}
.bottom-bg ul{
  flex-flow: wrap;
  margin: 10px -8px 40px;
}
.bottom-bg li{
  font-size:12px;
  color:rgba(146,145,145,1);
  line-height:27px;
  padding: 0 8px;
  position: relative;
}
.bottom-bg li::after{
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 8px;
  width: 2px;
  height: 13px;
  background: #29303b;
}
.bottom-bg p{
  text-align: center;
  font-size:12px;
  color:rgba(199,199,199,1);
  line-height:76px;
  border-top: solid 1px #14171C;
}
/* 右侧浮层 */
.right-dialog{
  width:80px;
  /*height:510px;*/
  border-radius: 100px;
  background: #343434;
  position: fixed;
  right: 46px;
  top: 50%;
  margin-top: -255px;
  z-index: 12;
  justify-content: center;
  flex-wrap: wrap;
  padding: 12px 0;
}
.right-dialog div{
  padding: 8px 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  background: #121212;
}
.right-dialog ul{
  margin-bottom: 62px;
}
.right-dialog li{
  color: #d8d8d8;
  text-align: center;
  line-height: 30px;
  margin-bottom: 24px;
  cursor: pointer;
}
.right-dialog li .icon{
  display: block;
  font-size: 25px;
}
.right-dialog li:last-child{
  margin-bottom: 0;
}
.right-dialog li.active{
  color: #ffd43e;
}
.right-dialog .go-top{
  position: absolute;
  bottom: 10px;
}
.right-dialog .go-top i{
  font-size: 50px;
  line-height: 46px;
}
/* 公共标题 */
.common-title{
  position: relative;
}
.common-title h4{
  font-size:35px;
  color:rgba(14,14,14,1);
  padding-top: 39px;
  background: url(../images/style@2x.png) no-repeat top center;
  text-align: center;
  justify-content: center;
}
.common-title h4::after{
  content: '';
  width:4px;
  height:4px;
  background:rgba(255,212,62,1);
  border-radius:50%;
  display: block;
  float: right;
  margin: 10px 0 0 4px; 
}
.common-title p{
  width: 223px;
  margin: 0 auto 40px;
  font-size:22px;
  color:rgba(126,126,126,1);
  text-align: center;
  background: #fff;
  padding: 0 6px;
  position: relative;
}
.common-title p::before,.common-title p::after{
  content: '';
  width: 24px;
  height:1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 12px;
  background:rgba(127,127,127,1);
}
.common-title p::after{
  right: 0;
  left: initial;
}
.common-title span{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size:14px;
  color:rgba(128,128,128,1);
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.f14{
  font-size: 14px;
}
/* swiper按钮样式重写 */
.swiper-btn-wrap{
  position: relative;
}
.swiper-btn-wrap .swiper-pagination-bullet{
  margin: 0 4px;
  background: #9D9D9D;
  opacity: 0.5;
}
.swiper-btn-wrap .swiper-pagination-bullet-active{
  opacity: 1;
}
/* 左上角推荐样式 */
.mark-refer{
  position: relative;
}
.mark-wrap{
  width: 82px;
  height: 82px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/mark-bg.png) no-repeat;
  z-index: 10;
}
.revese-mark{
  color: #333;
  margin-left: -1px;
  margin-top: 4px;
  width: 50px;
  text-align: center;
  transform:rotate(-45deg)
}
.mark-text{
  font-weight: bold;
  display: block;
  margin-top: 3px;
  padding-top: 3px;
  border-top: solid 1px #333; 
}
/* 通用按钮 */
.btn{
  display: inline-block;
  padding: 8px 14px;
  border: solid 1px #333;
  font-size: 12px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  cursor: pointer;
}
.btn.active{
  border-color: #fc3 !important;
  background: #fc3;
}
.btn:hover{
  border-color: #fc3 !important;
  background: #fc3;
  color: #fff;
}
/* 分页样式 */
.page-wrapper{
  margin: 30px auto;
  text-align: center;
  font-size: 0;
}
.page-wrapper a{
  display: inline-block;
  padding: 7px 14px;
  border: solid 1px #D5D5D5;
  color: #666;
  font-size: 16px;
  border-left: none;
}
.page-wrapper a:first-child{
  border-left:solid 1px #D5D5D5;
}
.page-wrapper a.on, .page-wrapper a:hover{
  background: #01070E;
  border-color: #01070E;
  color: #fc3;
}
.paper-list{
  display: inline-block;
}
/* 面包屑 */
.crumbs{
  margin: 15px 0;
  text-indent: 6px;
  font-size: 14px;
  border-left: solid 2px #FFCC33;
}
.crumbs .active{
  color: #fc3;
}

/* 筛选区域 */
.filter{
  margin-bottom: 15px;
}
.filter-item{
  margin-bottom: 1px;
  line-height:40px;
  background:rgba(247,247,247,1);
  font-size: 12px;
}
.filter-item-left{
  width:62px;
  height: 100%;
  background:rgba(238,238,238,1);
  text-align: center;
}
.filter-item-right{
  width: calc(100% - 62px);
  line-height:40px;
}
.filter-item-right a{
  display: inline-block;
  margin-left: 13px;
  line-height: 10px;
  border-radius:10px;
  padding: 3px 6px;
}
.filter-item-right a.active{
  background-color: #FFCC33;
}
/* 评论区域样式 */
.review-wrap{
  padding: 20px;
  margin-bottom: 30px;
}
.review-title{
  padding: 15px 0;
  border-bottom: solid 1px #F7F7F7;
  font-size: 16px; 
}
.review-title p{
  border-left: solid 3px #fc3;
  padding-left: 5px;
}
.input-wrap{
  margin: 20px 0;
  font-size: 0;
}
.review-input{
  margin-bottom: 20px;
  width: 100%;
  padding: 12px 10px;
  background: #F7F7F7;
  color: #7F7F7F;
}
.level-wrap{
  padding-top: 8px;
  font-size: 12px;
}
.level-wrap label{
  margin-right: 15px;
}
input[type="radio"]{
  margin-right: 5px;
  width: 8px;
  height: 8px;
  border: solid 2px #9D9D9D;
  border-radius: 50%;
}
input[type="radio"]:checked{
  border-color: #fc3;
}
.review-commit{
  padding: 8px 30px;
}
.review-list{
  margin-top: 40px;
}
.review-item{
  padding: 10px 0 20px;
  border-top: solid 1px rgba(217,217,217,.53);
}
.review-photo{
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /*overflow: hidden;*/
}
.review-photo img{border-radius: 50%;}
.review-star, .review-date{
  margin-bottom: 5px;
  line-height: 26px;
}
.review-text{
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-align: left;
}
.review-img-wrap img{
  height: 210px;
  margin: 20px 20px 10px 0;
  margin-right: 20px;
  border-radius: 10px;
}
/* 右侧公共部分 */
.rht-common-title{
  line-height: 42px;
  background: #FFCC33;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 100%;
}
.subscribe-form{
  background: #f7f7f7;
  padding: 0 20px;
}
.subscribe-form .title{
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding-top: 20px;
  text-align: center;
}
.subscribe-form .info{
  font-size: 14px;
  color: #999;
  line-height: 40px;
  text-align: center;
  display: block;
}
.subscribe-form label{
  height: 40px;
  border:1px solid rgba(195,195,195,1);
  border-radius:4px;
  margin-bottom: 15px;
  overflow: hidden;
}
.subscribe-form label div{
  width: 41px;
  background: #ECECEC;
  text-align: center;
  font-size: 22px;
}
.subscribe-form label input{
  font-size: 14px;
  padding-left: 10px;
}
.subscribe-form input[type="button"]{
  background: #333;
  color:#FFCC33;
  font-size: 18px;
  text-align: center;
  width: 100%;
  height: 41px;
  border: solid 1px #333;
  border-radius: 4px;
  cursor: pointer;
}
.subscribe-form .number{
  color: #666;
  font-size: 14px;
  padding: 20px 0 20px;
  text-align: center;
}
.subscribe-form .number span{
  display: inline-block;
  padding: 0 6px;
  line-height: 20px;
  background: #FFCC33;
  color: #333;
}
.deco-strategy,.company-event{
  background: #f7f7f7;
  padding: 0 14px;
  margin: 20px 0;
  max-height: 280px;
  overflow-y: auto; 
}
.company-event{
  margin-bottom: 0;
}
.deco-strategy h3,.company-event h3{
  font-size: 24px;
  padding: 19px 0 16px;
  line-height: 1;
  text-align: center;
}
.deco-strategy li{
  align-items: center;
  padding-bottom: 15px;
}
.deco-strategy li img{
  width: 110px;
  height: 60px;
  margin-right: 10px;
}
.deco-strategy li p{
  font-size: 14px;
  color: #666;
  display: -webkit-box;    
  -webkit-box-orient: vertical;    
  -webkit-line-clamp: 2;    
  overflow: hidden;
}
.company-event-list img{
    width: 100%;
    height: 110px;
}
.company-event-list p{
  font-size: 13px;
  color: #666;
  line-height: 34px;
}
/* 获取报价弹窗 */
#quote-info{
  display: none;
  padding: 25px;
  font-size: 0;
}
#quote-info>p{
  font-size: 18px;
  margin-bottom: 40px;
  background: url(../images/quote-icon.png) no-repeat left 4px;
  background-size: 20px;
  text-indent: 25px;
}
.quote-btn{
  font-size: 18px;
  margin-top: 10px;
}
#quote-info label{
  position: relative;
  width: 50%;
  display: inline-block;
  font-size: 12px;
}
#quote-info label.error{
  position: absolute;
  left: 90px;
  top: 35px;
  color: #f00;
}
#quote-info label span{
  display: inline-block;
  width: 80px;
  text-align: right;
}
.red-star{
  color: #f00;
  margin-left: 3px;
}
#quote-info label input, #quote-info label select{
  margin-bottom: 30px;
  padding: 0 10px;
  margin-left: 10px;
  width: calc(100% - 100px);
  height: 32px;
  line-height: 32px;
  border: #D0D0D0 1px solid;
}
.strat-calc{
  margin-left: 25px;
  width: 200px;
  text-align: center;
}
.quote-total{
  display: inline-block;
  min-width: 80px;
  font-size: 24px;
  color: orange;
  text-align: right;
  margin-right: 10px;
}
body .quote-style.layui-layer{
  padding: 15px;
}
body .quote-style .layui-layer-setwin a{
  right: -20px;
  top: -20px;
}
/* 底部浮层 */
.footer-natant{
  z-index: 99;
  position: fixed;
  left:0;
  bottom: 0;
  width: 100%;
  height: 165px;
  background: rgba(0, 0, 0, .5);
}
.footer-natant .content{
  position: relative;
  height: 100%;
}
.footer-natant .content>img{
  position: absolute;
  bottom: 0;
}
.natant-close{
  position: absolute;
  right: 20px;
  top: -45px;
  display: block;
  width: 32px;
  height: 32px;
  background: #000 url(../images/natant-close.png) no-repeat center;
  border-radius: 50%;
  cursor: pointer;
}
.natant-calc-wrap{
  margin-left: 550px;
  height: 100%;
}
.natant-calc-wrap>img{
  margin: 20px 0 20px 10px;
}
.natant-calc-wrap form{
  width: 480px;
  font-size: 0;
  background: none;
  padding: 0;
}
.natant-calc-wrap form>label{
  margin-left: 10px; 
  margin-bottom: 5px;
  width: calc(50% - 10px);
  font-size: 14px;
  background: #fff;
}
.natant-calc-wrap form>label:nth-child(3){
  width: calc(100% - 10px);
}
.natant-btn{
  margin-left: 20px;
  padding: 15px 20px 8px;
  height: 60px;
  line-height: 26px;
  font-size: 16px;

}
/* 滚动条样式 */
.deco-strategy::-webkit-scrollbar,
.company-event::-webkit-scrollbar {/*滚动条整体样式*/
  width: 14px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.deco-strategy::-webkit-scrollbar-thumb,
.company-event::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  background: #FFCC33;
}
.deco-strategy::-webkit-scrollbar-track,
.company-event::-webkit-scrollbar-track {/*滚动条里面轨道*/
  background: #c3c3c3;
}
@keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
}
@keyframes top{
  0% {
    top: 0px;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0px;
  }
}
@keyframes fadeInRight{
  0% {
		opacity: 0;
		-webkit-transform: translateX(40px);
	}	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

.float{    
        float:left;    
        width : 200px;    
        height: 200px;    
        overflow: hidden;    
        border: 1px solid #CCCCCC;    
        border-radius: 10px;    
        padding: 5px;    
        margin: 5px;    
    }    
    img{    
        position: relative;    
    }    
    .result{    
        width: 200px;    
        height: 200px;    
        text-align: center;    
        box-sizing: border-box;    
    }   
  
  
    #file_input{  
        display: none;  
    }  
  
  
    .delete{  
        width: 200px;  
        height:200px;  
        position: absolute;  
        text-align: center;  
        line-height: 200px;  
        z-index: 10;  
        font-size: 30px;  
        background-color: rgba(255,255,255,0.8);  
        color: #777;  
        opacity: 0;  
        transition-duration: 0.7s;  
        -webkit-transition-duration: 0.7s;   
    }  
  
  
    .delete:hover{  
        cursor: pointer;  
        opacity: 1;  
    }  

    /*.swiper-container{ width:900px;}*/
    /*.detail-case-wrap .case-list{width:900px;}*/