@charset "utf-8";
/* CSS Document */
.section{
  margin-bottom: 0.6rem;
}
/* pic */
.pic{
    position:relative;
}
.pic img{
    height: 100%;
    max-width: inherit;
    min-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition:all 0.4s ease-out;
    -webkit-filter: saturate(0.9);
    filter: saturate(0.9);
}
.left{float:left;}
.right{float:right;}
.center{text-align:center;}
.btnm{
  background:#ec2830;
  font-size: 0.43rem;
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align:center;
  border: none;
  color: #fff;
  border-radius: 0.1rem;
  margin: 0.3rem auto 0;
  cursor: pointer;
  float: none;
  font-family: "微软雅黑";
}

.pagebtn{
  overflow: hidden;
  margin-bottom: 0.58rem;
}
.pagebtn>div{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.12rem;
}
.pagebtn>div a{
  color: #666;
  text-decoration: underline;
}
.pagebtn a{
  text-decoration: underline;
}
.pagebtn a:before{
  content:"";
  padding: 5px 7px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 3px;
}
.pagebtn .prev a:before{
  background-image: url(../ztw2022_img/pageprev.png);
}
.pagebtn .next a:before{
  background-image: url(../ztw2022_img/pagenext.png);
}

.NewsTitle{
    font-size: 0.45rem;
    font-weight: bold;
    color: #383838;
    padding-bottom: 0.2rem;
    margin-bottom: 0.15rem;
    padding: 0 0 0.2rem;
    overflow: hidden;
}
.NewsTitle .left{
  content: "";
  border-bottom: 2px #EA1A21 solid;
  padding-bottom: 0.15rem;
  display: block;
}
.NewsTitle .right{
  margin-top: 0.42rem;
  line-height: 1;
  text-align: right;
}
.NewsTitle .right a{
  font-size: 0.32rem;
  font-weight: normal;
  /* padding-right: 0.4rem; */
  color: #999;
}

/* Banner */
.Banner{position:relative;/* margin-bottom: 0.32rem; */display: block;overflow: hidden;}
.Banner .hd ul{height: auto;width: 100%;}
.Banner .hd{position:absolute;right: 0.32rem;margin: auto;bottom: 0.4rem;z-index: 9;text-align: center;}
.Banner .hd li{background: rgba(255, 255, 255, 0.7);width: 0.15rem;height: 0.15rem;margin:0 0.08rem;font-size: 0;border-radius: 100%;display: inline-block;}
.Banner .hd li.on{background: #fb0202;}

.Banner .bd{}
.Banner .bd li{position:relative;height: 70vw;max-height: 500px;background: #333;}
.Banner .bd li a{display:block;width: 100%;}
.Banner .bd li img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;width: 100%;max-height: inherit;}
.Banner .bd li .CaseText{position:absolute;bottom: 8%;width: 80%;left:0;right: 0;margin: auto;background: rgba(255, 255, 255, 0.95);/* color: #fff; */line-height: 1rem;padding: 0 0.4rem;z-index: 998;box-sizing: border-box;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 0.4rem;border-radius: 0.25rem;display: none;}
.Banner .bd li .CaseText .t{color:#383838;border-bottom:1px #b5b5b5 dotted;}
.Banner .bd li .CaseText .con{font-size:0.32rem;padding:0.2rem 0;}
.Banner .bd li .CaseText p{line-height:1.5;}

/* wrap */
.wrap{
    margin-top: -2rem;
    position: relative;
    z-index: 9;
}
.wrap_content{
    background: #fff;
    border-radius: 0.25rem;
    margin-bottom: 0.4rem;
    overflow: hidden;
}
.wrap_des{
  overflow: hidden;
  padding: 0.4rem 0.4rem 0.2rem;
  position: relative;
}
.Des-details .sharecard{
  color: #fff;
  padding: 0 0.25rem 0 0.8rem;
  background: url(../ztw2022_img/designer/share.webp) no-repeat 0.2rem center rgba(0,0,0,0.5);
  background-size: 0.55rem;
  text-decoration: none !important;
  line-height: 0.8rem;
  height: 0.8rem;
  display: block;
  position: absolute;
  right: 0.6rem;
  top: 0;
  border-radius: 0.8rem;
}
.wrap_des .pic{
  width:2rem;
  border-radius:100%;
  overflow: hidden;
}
.wrap_des .title{
  font-size:0.37rem;
  margin: 0.2rem 0.32rem 0.32rem 0.32rem;
  float: left;
  max-width: 4rem;
}
.wrap_des .title>p{
  line-height:1;
  font-size: 0.32rem;
  color: #999;
  padding-left: 0.5rem;
  background: url(https://m.oicvzn.com/m/Content/m_img/ll.png) no-repeat left center;
  background-size: 0.43rem;
  margin-top: 0.2rem;
}
.wrap_des .btns{
  position: absolute;
  right: 0.6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0.8rem;
  padding: 0;
  line-height: 0.8rem;
  width: 2rem;
  font-size: 0.32rem;
}
.wrap_title{
  font-size: 0.53rem;
  color: #383838;
  font-weight: bold;
  padding: 0.4rem 0.4rem 0.32rem;
}
.wrap_content .wrap_text,.DemandContent ul.wrap_text{
  padding-bottom: 0.32rem;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 0.32rem;
}
.wrap_content .wrap_text li, .DemandContent ul.wrap_text li, .Des-details ul.wrap_text li{
  float: left;
  width: 33.33%;
  text-align: center;
  margin-bottom: 0.32rem;
  color: #999;
  border-right: 1px #e5e5e5 solid;
  box-sizing: border-box;
  padding: 0.05rem 0;
}
.wrap_content .wrap_text li:nth-child(3n){
  border-right-color: #fff;
}
.wrap_content .case-b{
  color: #383838;
  font-size: 0.37rem;
  margin-top: 0.05rem;
}

.Des_linian{
  margin-bottom: 0.2rem;
}

.Casecontent .wrap_des{

padding: 0.4rem 0 0.5rem;

margin: 0 0.6rem;

border-bottom: 1px #ddd dashed;
}
.Casecontent .wrap_des .pic{
    height: 1.5rem;
    width: 1.5rem;
    float: left;
}

/* bricklist */
.brickscroll,.Casescroll{
  padding: 0 0 0.4rem 0.4rem;
}
.bricklist li{
  float: left;
  margin-right: 0.48rem;
  margin-bottom: 0.32rem;
  width: 3rem;
}
.bricklist .pic{
  border: 1px #E5E5E5 solid;
  width: 3rem;
  height: 3rem;
  padding: 0.1rem;
  overflow: hidden;
  background: #fff;
}
.bricklist .pic:hover{
  border-color: #c7c7c7;
}
.bricklist .pic a{
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  display: block;
  overflow: hidden;
}
.bricklist .pic img{
  width: 100%;
  height: 100%;
}
.bricklist .text{
  text-align: center;
  margin-top: 0.2rem;
  line-height: 1.3;
}

/* ScreenPic */
.Des-ind .ScreenPic>ul>li{
  margin-right: 0;
  width: 100%;
  margin-bottom: 0.6rem;
}
.Des-ind .ScreenPic>ul>li:last-child{
  margin-bottom: 0;
}
.Des-ind .ScreenPic>ul>li .imgbox{
  height: 5rem;
}
.ScreenPic>ul{

}
.ScreenPic>ul>li{
    width: 220px;
    border-radius: 0.12rem;
    overflow: hidden;
    background: #fff;
    margin-right: 0.48rem;
}
.ScreenPic>ul>li .imgbox{
    height: 130px;
    border-radius: 0;
    display: block;
    width: 100%;
}
.ScreenPic .Pic-t{
    font-size: 0.37rem;
    text-align: center;
    padding: 0.2rem 0.2rem 0.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ScreenPic .Pic-c{padding: 0.15rem 0.32rem 0.4rem;overflow: hidden;color: #c5c5c5;line-height: 0.6rem;}
.ScreenPic .Pic-c>div{
  width:48%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ScreenPic .Pic-c>.right{
  text-align:right;
}

/****** index ******/
.ind-title{
  line-height: 1.2rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.ind-title h4{
  float: left;
  /* font-weight: normal; */
  position: relative;
  padding-left: 0.36rem;
  width: 60%;
  color: #333;
}
.ind-title h4:before{
  content: "";
  background: #ee3535;
  display: block;
  width: 4px;
  height: 0.6rem;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
.ind-title .more a{
  color: #999;
}

/* releasebox */
.Des-ind .banner{
  background: url(../ztw2022_img/designer/ind_bg.webp) no-repeat center top;
  padding-bottom: 20px;
  margin-bottom: 0.8rem;
}
.Des-ind .banner .title{
  color: #fff;
  text-align: center;
  margin: 1.2rem auto 0.68rem;
}
.Des-ind .banner .title h3{
  margin-bottom: 8px;
}
.Des-ind .banner .title p{
  color: #ABABAB;
}
.Des-ind .banner .title span{
  text-decoration: underline;
  padding: 0 5px;
}
.detailsbox{
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.6rem 0.4rem;
  margin: auto;
  box-shadow: 0px 0px 0.48rem rgba(0,0,0,0.1);
}

.releasebox td{
  padding: 0.1rem 0;
}
.releasebox td:nth-child(2n-1){
  text-align: right;
}
.releasebox td:nth-child(2){
  padding-left: 0.25rem;
}
.releasebox td[colspan="3"]{
  padding-right: 7px;
}
.releasebox .inp_txt{
  width: 100%;
}
.releasebox td:nth-child(2n) span{
  margin-left: 10px;
  font-size: 12px;
  color: #999;
}
.releasebox .left32{
  width: 61.66%;
}
.releasebox .left31{
  width: 30.33%;
  margin-right: 2%;
}
.releasebox select.left31{
  /* display: inline-block; */
}
.releasebox .inp_txt.left21{
  width: 49%;
}
.releasebox .inp_txt.left21:last-child{
  margin-left: 2%;
}
.releasebox textarea{
  height: 108px;
  line-height: 2;
  padding-top: 5px;
}
.releasebox .btnm{
  /* margin-top: 0; */
}
/* releasebox end */


/* searchbox */
.Des-ind .searchbox{
  /* margin: 0 auto 60px; */
  line-height: 1;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.Des-ind .searchbox input[type="text"]{
  height: 1rem;
  position: relative;
  border: 2px #aa1111 solid;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 0 35% 0 0.32rem;
}
.Des-ind .searchbox .btns{
  text-align: center;
  height: 1rem;
}
.Des-ind .searchbox .search{
  position: relative;
  width: 100%;
  margin: auto;
  border-radius: 3px;
  overflow: hidden;
}
.Des-ind .searchbox .search .btns{
  width: 35%;
  background: #aa1111;
  position: absolute;
  right: 0;
  top: 0px;
  border-radius: 0;
}

.Des-ind .Relatedlist .Pic-t{
  border-bottom: 1px #e5e5e5 dotted;
}
/* searchbox end */

/* Demandlist */
.Demandlist{
  /* height: 250px; */
}
.Demandlist ul>li{
  padding: 0.2rem 0.12rem;
  border-bottom: 1px #e5e5e5 dotted;
  overflow: hidden;
}
.Demandlist ul>li a{
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: justify;
  white-space: revert;
  overflow: hidden;
}
.Demandlist ul>li .name{
  font-weight: bold;
}
.Demandlist ul>li .time{
  text-align: right;
  color: #ccc;
}
/* Demandlist */

/* DesignerScroll */
.swiper-pagination-bullet-active{
  background: #ff5e5e !important;
}
.DesignerScroll .swiper-container{
  /* padding-bottom: 0.8rem; */
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 0 !important;
}
.DesignerScroll .swiper-container li{
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding: 0.32rem 0.32rem 0.2rem;
    background: #fff;
    border-radius: 0.12rem;
    width: 3.2rem;
    box-shadow: 0px 0px 0.2rem rgba(105,105,105,0.1);
}
.DesignerScroll .swiper-container .pic{
    border-radius: 100%;
    width: 2rem;
    height: 2rem;
    margin: 0 auto 10px;
    overflow: hidden;
}
.DesignerScroll .swiper-container .link{
    font-size: 0.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.DesignerScroll .swiper-container .text{
    font-size: 0.32rem;
    color: #999;
    margin: 0.12rem 0 0.1rem;
}
.DesignerScroll .swiper-container .text span{
  color: #666;
}
.DesignerScroll .swiper-container .text>div{
  float: revert !important;
  display: inline-block;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.DesignerScroll .swiper-container .text .right:before{
  content: "";
  border-left: 1px #aaa dotted;
  height: 20px;
  margin: 0 0.1rem;
}
.DesignerScroll .contact{
  font-size: 0.32rem;
}
.DesignerScroll .contact a{
  width: 50px;
  height: 0.8rem;
  line-height: 0.8rem;
  display: block;
  margin: auto;
  padding-left: 16px;
  background: url(../ztw2022_img/designer/phone.webp) no-repeat left center;
}
/* DesignerScroll end */

/* Activities */
.Des-ind .Activities ul{
  margin-top: 0;
}
.Activities ul{
  margin-top: 0.4rem;
}
.Activities ul>li{
  border-radius: 0.15rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.4rem;
}
.Activities .imgbox{
  width: 100%;
  height: 4rem;
  display: block;
}
.Activities .Pic-t{
  position: absolute;
  z-index: 2;
  bottom: 0;
  text-align: center;
  background: rgba(0,0,0,0.65);
  width: 100%;
  padding: 0.2rem 0.2rem;
}
.Activities .Pic-t a{
  color: #fff;
}
/* Activities end */

/****** index end ******/

/* screen-selectlist */
.screen-selectlist{
  background: #333;
}
.screen-selectlist select{
  width: auto;
  border: none;
  /* padding: 0 0.4rem 0 0.47rem; */
  background-color: inherit;
  color: #ddd;
  text-align: center;
  margin: auto;
  text-align-last: center;
}
select{outline:none;}
.screen-selectlist select:last-child{
  margin-right: 0;
}
.screen-selectlist option{
  text-align: center;
}
/* screen-selectlist end */
.demadlist-head{
  line-height: 1.5;
  margin-bottom: 10px;
  overflow: hidden;
}
.demadlist-head .name{
  width: 75%;
  float: left;
}
.demadlist-head .date{
  text-align: right;
  float: right;
  width: 25%;
  font-size: 12px;
  color: #ccc;
}
.list-area ul{
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-area ul.details{
  color: #999;
}
.list-area ul.details>li{
    max-width: 32%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list-area .news_row{
  padding: 0.4rem;
  background: #fff;
  margin-top: 0.37rem;
  /* border-bottom: 1px #ddd dotted; */
  /* border-radius: 0.1rem; */
  overflow: hidden;
}
.list-area .Des-info01{
  overflow: hidden;
  margin-top: 0.1rem;
}
.list-area .news_row:hover{
  background: #f8f8f8;
}
.list-area .na_pic{
  width: 26%;
  overflow: hidden;
  float: left;
  text-align: center;
}
.list-area .na_pic .contact{
  width: 100%;
  text-align: center;
  /* margin-top: 0.2rem; */
}
.list-area .na_pic .imgbox{
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  float: none;
  display: inline-block;
}
.list-area .na_detail{
  width: 71%;
}
.list-area .na_detail .num{
  font-weight: bold;
  margin-right: 0.1rem;
}
.list-area .na_detail td{
  width: auto;
  vertical-align: text-bottom;
  padding: 0.1rem 0;
  display: initial;
}
.list-area .na_detail td:nth-child(2n){padding-right: 0.32rem;}
.list-area .na_detail td[colspan="3"]{
  padding-right: 0;
}
.list-area .tag{
  margin-top: 0.25rem;
  margin-bottom: 0.1rem;
  border-top: 1px #ddd dotted;
  padding-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center!important;
}
.list-area .tag li{
  margin: 0.2rem 0.2rem 0;
  float: left;
}
.list-area .news_tag{
  width: 100%;
}
.list-area .news_title{
  position: relative;
  margin-bottom: 0.2rem;
}
.list-area .Des-info01 .city{
  background: url(../ztw2022_img/designer/hb_city.png) no-repeat left center;
  padding-left: 0.48rem;
  background-size: 0.32rem;
  display: block;
  float: left;
  line-height: 2;
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}
.list-area .contact a{
  width: 50px;
  height: 0.68rem;
  line-height: 0.68rem;
  margin: auto;
  padding-left: 20px;
  background: url(../ztw2022_img/designer/phone.webp) no-repeat left center;
}

/* DemandContent */
.DemandContent{
  background: url(../ztw2022_img/designer/ind_bg.webp) no-repeat center top;
  margin-bottom: 0;
}
.DemandContent .pagebtn{
  margin-bottom: 0;
}
.DemandContent .wrap_des,.Des-details .wrap_des{
  margin-top: 1rem;
}
.DemandContent .wrap_des .pic{
  height: 3rem;
  width: 3rem;
  margin: 0 auto 0.15rem;
  border: 1px #b46f3a solid;
}
.DemandContent .wrap_title,.Des-details .wrap_title{
  text-align: center;
  color: #fff;
  padding-top: 0;
}
.DemandContent ul.wrap_text,.Des-details ul.wrap_text{
  padding-bottom: 0;
  margin-bottom: 0;
}
.DemandContent ul.wrap_text li, .Des-details ul.wrap_text li{
  color: #d6d6d6;
  border-right: 1px #999  dotted;
}
.DemandContent ul.wrap_text li .case-b,.Des-details ul.wrap_text li .case-b{
  color: #fff;
  line-height: 0.6rem;
  margin-top: 0.2rem;
  height: 0.6rem;
}
.wrap_des ul.wrap_text li:last-child{
  border: none;
  padding-right: 1px;
}
.wrap_des .time{
  color: #999;
  font-size: 0.32rem;
}
.wrap_des .num{
  font-size: 0.6rem;
  font-weight: bold;
  padding-right: 0.12rem;
}
.wrap_content>div{
  padding: 0.4rem 0.6rem 0.5rem;
}
.wrap_content table tr>td{
  min-width: 1.8rem;
  padding: 0.2rem 0;
  vertical-align: top;
}
.wrap_content table tr>td:nth-child(2n){
  color: #333;
}
.Demandinfo table .t-blue{
  border: 1px #2A82E4 solid;
  padding: 0.03rem 0.08rem;
  opacity: 0.8;
  margin-left: 0.15rem;
  border-radius: 0.1rem;
  font-size: 0.32rem;
}
.DemandContent .Demandfoot{
  opacity: 0.6;
  margin-top: 0.32rem;
  border-top: 1px #aaa dotted;
  padding-top: 0.3rem
}
.Des-info01 table tr>td:nth-child(2n-1),.Demandinfo table tr>td:nth-child(2n-1){
  width: 1.8rem;
}
/* DemandContent */

/* Designer details */
.tag li{
  padding: 0.15rem 0.32rem;
  background: #d4c09b;
  color: #fff;
  border-radius: 0.4rem;
  margin: 0.05rem;
  display: inline-block;
  line-height: 0.4rem;
}
.Des-details .Des-info01 .tag{
  margin-bottom: 0.48rem;
}
.Des-details{
  background: url(../ztw2022_img/designer/des-bg.webp) no-repeat center top;
  margin-bottom: 0;
}
.Des-details .btns{
  float: revert;
  margin: auto;
  width: 5rem;
  line-height: 1rem;
  height: 1rem;
  font-size: 0.37rem;
}
.Des-details .wrap_des .pic{
  height: 3rem;
  width: 3rem;
  margin: 0 auto 0.15rem;
}
.Des-details .Des-info02{
  border-top: 1px #d5d5d5 dashed;
  margin: 0 0.6rem;
  padding: 0.6rem 0 0.5rem;
}
.Des-details .Des-info02 ul{
  overflow: hidden;
}
.Des-details .Des-info02 li{
  /* padding: 0 25px; */
  border-right: 1px #dcdcdc solid;
  font-size: 0.37rem;
  cursor: pointer;
  float: left;
  box-sizing: border-box;
  width: 33.33%;
  text-align: center;
}
.Des-details .Des-info02 li:last-child{
  border-color: #fff;
}
.Des-details .Des-info02 li.on{
  color: #EA1A21;
  font-weight: bold;
}
.Des-details .Des-info02 .info{
  padding: 0.35rem 0 0.3rem;
  color: #888;
}
/* Designer details end */

/* CaseCard */
.CaseCard .news_row{
  padding: 0;
  margin: 0.4rem;
  border-radius: 0.1rem;
}
.CaseCard .news_row .Des-info01{
  margin-top: 0;
}
.CaseCard .na_pic{
  width: 100%;
  float: none;
}
.CaseCard .na_pic .imgbox{
  width: 100%;
  height: 6rem;
  border-radius: 0;
  display: block;
}
.CaseCard .na_detail{
  width: 100%;
  padding: 0.4rem;
  overflow: hidden;
}
.CaseCard .Pic-c{
  margin-top: 0.2rem;
  padding-top: 0.32rem;
  border-top: 1px #ddd dotted;
  }
/* CaseCard end */
.Pic-c{
  overflow: hidden;
  line-height: 0.6rem;
}
.Pic-c .right{
  color: #ccc;
}
.userimg{
  position: relative;
  padding-left: 0.8rem;
  height: 0.6rem;
  line-height: 0.6rem;
}
.userimg img{
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin:auto;
}

@media screen and (min-width:480px){
	html{font-size:45px;}
	.Activities .imgbox{height: 6rem;}
	.ScreenPic>ul>li{width: 350px;}
	.ScreenPic>ul>li .imgbox{height: 4.3rem;}
	.Des-ind .ScreenPic>ul>li .imgbox{height: 7rem;}
	.DesignerScroll .swiper-container li{width:4.5rem;}
}
@media screen and (min-width:680px){
	html{font-size:60px;}
}
