<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
ul,
li,
a {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}
[v-clock]{
    display:none
}
.homeApp {
    margin-bottom: 100px;
}

.HContainer {}

.Hbar {
    width: 1100px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: transparent;
}

.HLogo {
    height: 20px;
}

.HLogo img {
    height: 20px;
    object-fit: cover;
}

.HBList {
    color: #fff;
    display: flex;
    padding-right: 50px;
}

.HBList&gt;li {
    font-size: 14px;
    color: #fff;
    margin-right: 40px;
    line-height: 60px;
}

.HBList li:hover&gt;a {
    color: #ff7561;
}

.HBList .active&gt;a {
    color: #ff7561;
}

.HBList li a {
    color: #fff;
}

.HBList li:last-child {
    margin-right: 0;
}

.classify {
    position: absolute;
    background: #fff;
    border-radius: 6px;
    width: 580px;
    display: none;
    top: 50px;
    line-height: 1.2;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.activeClass {
    width: 100px !important;
}

.classify::before {
    content: '';
}

.classify ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 12px;
}

.classify li {
    padding: 7px;
    max-width:130px;
    height:25px;
    line-height:25px;
    overflow:hidden;
}

.classify li a {
    color: #454545;
}

.down:hover .classify {
    display: block;
}

.icon-arrow_1 {
    display: inline-block;
    transition: transform 0.2s;
}

.down:hover .icon-arrow_1 {
    transform: rotate(180deg);
}
.search_btn{
    position: absolute;
    right: 0;
    cursor: pointer;
}
.search_btn i{
   color: #fff;
   font-size: 20px;
}
.Hbanner {
    width: 100%;
    min-width: 1100px;
    height: 250px;
    background: url('http://www.capablist.com/Images/Landing/design/desigHome.jpg') center no-repeat;
    background-size: cover;
    position: relative;
}
.jg_banner{
    background-image: url(http://www.capablist.com/Images/CellList/classify/b_landscape_2.jpg);
}
.sn_banner{
    background-image: url(http://www.capablist.com/Images/CellList/classify/b_interiordesign_2.jpg);
}
.jg_banner::before,.sn_banner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.build_s{
 width: 420px;
 margin: auto;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
}
.b_search{
    display: flex;
    justify-content: center;
    position: relative;
    /* border-radius: 8px; */
    /* border: 2px solid #c4c7ce; */
    height: 36px;
    line-height: 36px;

}
.b_search input{
    border: none;
    outline: none;
    width: 100%;
    background: transparent;
    padding: 6px 20px 6px 12px;
    border: 2px solid #fff;
    border-radius: 8px;
    line-height: 32px;
    color: #fff;
}
.b_search input::placeholder{
    color: #f4f4f4;
}
.b_search input:focus{
    /* border-color: #ff7561; */
}
.csearch_img{
 position: absolute;
 right: 10px;
 top: 50%;
 transform: translateY(-50%);
 font-size: 18px;
 cursor: pointer;
 color: #fff;
}
.Htitle {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 90px;
    position: relative;
}

.HETitle {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.Hbtn {
    width: 180px;
    height: 50px;
    margin: auto;
    background: #ff7561;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    margin-top: 50px;
}
.b_centent{
    text-align: center;
    margin: 35px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.switch_box{
    /* margin-top: 20px; */
    flex: 1;
}
.switch_btn{
    color: #333;
    border-radius: 4px;
    padding: 0 15px;
    border: 1px solid #666;
    margin: 0 10px;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
}
.switch_btn:hover{
    background: #ff7561;
    border-color:#ff7561;
    color: #fff;
}
.switch_active{
    background: #ff7561;
    border-color:#ff7561;
    color: #fff;

}
.HContent {
    width: 1100px;
    margin: auto;
    margin-top: 50px;
    display: flex;
    align-items: center;
}


.HCList&gt;li {
    list-style: outside;
    font-size: 18px;
    color: #454545;
    margin-bottom: 18px;
    line-height: 18px;
}

.HCLB {
    font-size: 24px;
    line-height: 36px;
    color: #454545;
    padding-top: 12px;
}

.classifyBox ul {
    display: flex;
    flex-wrap: wrap;
    width: 1100px;
    margin: auto;
    /* justify-content: space-between; */
}

.classifyBox ul li {
    border-radius: 6px;
    margin-bottom: 30px;
    text-align: center;
    margin-right: 20px;
}

.classifyBox ul li:nth-of-type(4n) {
    margin-right: 0;
}

.classifyBox ul li:hover .item_name {
    color: #ff7561;
}

.classifyBox ul li a {
    position: relative;
    width: 260px;
    height: 200px;
    display: block;
    /* margin-top: 10px; */
}

.classifyBox ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.classifyBox ul li a span {
    font-size: 28px;
    font-weight:bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 90%;
}

.classifyimg {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    height: 180px;
}

.classifyimg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.l_hot_tag{
    width: 1100px;
    margin:0 auto 20px;
    display: flex;
}
.l_hot_tag ul{
    flex:1;
    display: flex;
    flex-wrap: wrap;
}
.l_hot_tag ul&gt;li{
    margin: 0 10px;
    margin-bottom: 5px;
    border-bottom: 1.5px solid #ff7561;
}
.l_hot_tag ul&gt;li a{
    color: #333;
}
.l_hot_tag ul&gt;li:hover a{
    color: #ff7561;
}
.modal_b{
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    z-index: 1999;
    overflow-y: auto;

}
.modal-body_b{
    margin: auto;
    width: 500px;
    height: 500px;
    display: flex;
    justify-content: center;
    position: absolute;
    top:15%;
    left: 50%;
    transform:translateX(-50%);
    padding-bottom: 50px;
    box-sizing: content-box;
    /* background: url('http://www.capablist.com/Images/Landing/ad/ad_float_land_1.png') center no-repeat;
    background-size: cover; */
}
.modal-body_b ul li{
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
    color: #666;
    font-size: 22px;
} 
.modal-body ul li span{
    flex: 1;
    width: 270px;
    color: #000;
    text-shadow: -3px 0 5px #666;
}
.closed{
    position: absolute;
    top: -40px;
    right: -30px;
    border-radius: 50%;
    background-color: rgba(255,255,255, 0.6);
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.closed i{
 color: #333;
 font-size: 18px;
 font-weight: 600;
 cursor: pointer;
}
.el-dialog--center {
    background: transparent;
    border-radius: 6px;
    overflow: hidden;
}

.el-dialog--center .el-dialog__body {
    padding: 0;
}

.el-dialog__header {
    padding: 0;
}

.consult_choice .el-dialog__header{
    display: none;
}
.choice_box{
    flex:1; cursor: pointer;padding-top: 50px;
    height: 100%;
}

.choice_box:hover .choice_btn{
    background: #fff;
}
.choice_box:hover .choice_btn i{
    color: #AAAAAA;
}
.choice_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ff7561;
  margin:30px auto;
  cursor: pointer;
}
.choice_btn i{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
</pre></body></html>