@charset "utf-8";

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
}

/* 装修知识-轮播 */
.x-know-banner .index-banner {
    width: 900px;
	min-width:900px;
}

.index-banner {
    /* width: 100%;min-width:1170px; */
    height: 345px;
    transition: all 1s;
    -webkit-transition: all 1s;
    position: relative;
    z-index: 2;
}

.index-banner .swiper-container {
    height: 100%;
}

.index-banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index-banner .swiper-container .swiper-pagination {
    bottom: 20px;
}

.index-banner .swiper-container .swiper-pagination-bullet {
    opacity: 1;
    width: 28px;
    margin: 0 4px;
    background: #fff;
    height: 4px;
    transition: all .3s;
    border-radius: 0;
}

.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #166A79;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
    width: 65px;
    height: 120px;
    margin-top: -60px;
    background: url(../images/icon-left06.png) no-repeat center;
    display: none;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    opacity: 0.6;
    left: 2%;
}

.index-banner .swiper-button-next {
    background: url(../images/icon-right06.png) no-repeat center;
    right: 2%;
    left: auto;
}

.index-banner:hover .swiper-button-next,
.index-banner:hover .swiper-button-prev {
    display: block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.index-banner .swiper-button-next:hover,
.index-banner .swiper-button-prev:hover {
    opacity: 1;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

/* 装修知识-免费咨询 */
.vr-order {
    float: right;
    width: 270px;
    height: 345px;
    background-color: #fffbf8;
    border: solid 1px #e5e5e5;
    /* padding: 26px; */
}

.vr-order .order-input-box {
    border: none;
    background: none;
}

.order-in-title h3 {
    font-size: 20px;
    color: #333;
    line-height: 24px;
    text-align: center;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-weight: bold;
}

.order-in-title p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    text-align: center;
    font-family: "Microsoft YaHei", "微软雅黑";
    margin-bottom: 6px;
}

.order-in .dropdown select:first-child {
    margin-left: 0;
}

.order-in .order-area {
    position: relative;
    margin-bottom: 10px;
}

.order-in .dropdown {
    width: 100%;
    margin-bottom: 10px;
}

.order-in .dropdown select {
    float: left;
    width: 48%;
    margin-left: 3.5%;
    height: 34px;
    border: #e5e5e5 solid 1px;
    background: #fff url(../images/icon-down01.png) no-repeat 90% center;
    padding-left: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    color: #666;
    line-height: 32px;
}

.order-in .order-input {
    width: 100%;
    height: 40px;
    border: #e5e5e5 solid 1px;
    background: #fff;
    padding: 0 12px;
}

/* .order-in .order-area:last-child {
    margin-bottom: 0;
    } */

.order-in .order-submit {
    width: 100%;
    height: 42px;
    background: #166A79;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-family: "Microsoft YaHei", "微软雅黑";
    cursor: pointer;
    margin-top: 8px;
}

/* 带背景数字 */
.order-in-title .x-numbox {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    color: #999;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.order-in-title .x-numbox .num {
    display: inline-block;
    width: 32px;
    height: 40px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/zx_numbg.png);
    font-family: ArialNarrow-Bold;
    font-size: 36px;
    color: #fff;
    margin: 0 3px;
    text-align: center;
    line-height: 40px;
}

.order-list {
    width: 100%;
}

.order-list .bd1 {
    width: 100%;
    height: 48px;
    overflow: hidden;
}

.order-list .infoList li {
    width: 100%;
    padding-left: 22px;
    background: url(../images/icon-voice.png) no-repeat left center;
    height: 28px;
}

.order-input-box {
    padding: 16px;
}

.order-list .infoList li p {
    float: left;
    width: 120px;
    line-height: 28px;
    font-size: 12px;
    color: #666;
    font-family: "Microsoft YaHei", "微软雅黑";
    height: 28px;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;*/
}

.order-list .infoList li span {
    float: right;
    width: 60px;
    line-height: 28px;
    font-size: 12px;
    color: #666;
    font-family: "Microsoft YaHei", "微软雅黑";
    text-align: right;
}

/* banner下四图 */
.x-know-smbanner {
    width: 100%;
    margin-top: 10px;
}

.x-know-smbanner ul li {
    float: left;
    width: 285px;
    height: 128px;
    margin-right: 10px;
}

.x-know-smbanner ul li:last-child {
    margin-right: 0;
}

.x-know-smbanner ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.x-know-smbanner ul li a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.x-know-smbanner ul li a img:hover {
    transform: scale(1.1);
    transition: all 1s;
}

/* 装修流程 */
.x-know-process {
    width: 100%;
    margin-top: 44px;
}

.x-know-process .x-know-process-title {
    font-size: 28px;
    color: #333;
    line-height: 36px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    font-weight: bold;
}

.x-know-process .x-know-process-con>li {
    width: 370px;
    float: left;
    margin-right: 30px;
}

.x-know-process .x-know-process-con>li:last-child {
    margin-right: 0;
}

.x-know-process .x-know-process-con>li .x-know-process-header {
    width: 100%;
    height: 134px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.x-know-process-header .number {
    font-size: 62px;
    color: #fff;
    margin-right: 15px;
}

.x-know-process-header .text h4 {
    font-size: 24px;
    color: #fff;
    line-height: 34px;
}

.x-know-process-header .text p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

/* 图标处 */
.x-know-process-con .icontext {
    width: 100%;
    border-left: 1px solid #f7eee9;
}

.x-know-process-con .icontext>ul>li {
    width: 33.3333%;
    /* 默认 33.33% */
    height: 86px;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #f7eee9;
    border-bottom: 1px solid #f7eee9;
}

.x-know-process-con .icontext>ul>li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.x-know-process-con .icontext>ul>li.pre2 {
    width: 50%;
}

.x-know-process-con .icontext>ul>li.pre4 {
    width: 25%;
}

.x-know-process-con .icontext>ul>li img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all .3s;
}

.x-know-process-con .icontext>ul>li:hover img {
    filter: none !important;
    transition: all .3s;
}

.x-know-process-con .icontext>ul>li p {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

/* 施工知识 */
.x-know-lrlist {
    width: 100%;
    margin-top: 60px;
}

.x-know-lrlist .x-know-lrlist-left {
    width: 772px;
    float: left;
}

.x-know-lrlist .x-know-lrlist-right {
    width: 368px;
    float: right;
    border: 1px solid #e5e5e5;
}

.x-know-lrlist-header {
    width: 100%;
    margin-bottom: 30px;
}

.x-know-lrlist-header .title {
    font-size: 28px;
    color: #333;
    float: left;
    padding-left: 5px;
    font-weight: bold;
}

.x-know-lrlist-header ul {
    float: left;
    margin-left: 30px;
    padding-top: 18px;
}

.x-know-lrlist-header ul>li {
    float: left;
    border-right: 1px solid #e5e5e5;
    margin-right: 12px;
}

.x-know-lrlist-header ul>li:last-child {
    border-right: none;
}

.x-know-lrlist-header ul>li a {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 16px;
    padding-right: 12px;
    transition: all .2s;
}

.x-know-lrlist-header ul>li a:hover {
    color: #166A79;
}

.x-know-lrlist-header .more {
    float: right;
    font-size: 16px;
    color: #999;
    padding-top: 12px;
    transition: all .3s;
    padding-right: 12px;
    background-repeat: no-repeat;
    background-position: right 16px;
    background-size: 7px 14px;
    background-image: url(../images/icon-next02-1.png);
}

.x-know-lrlist-header .more:hover {
    color: #166A79;
    background-image: url(../images/icon-next02.png);
}

.x-know-lrlist-left .x-know-lrlist-left-con {
    width: 100%;
}

.x-know-lrlist-left-con .left {
    width: 370px;
    float: left;
}

.x-know-lrlist-left-con .right {
    width: 372px;
    float: right;
}

/* left */
.x-know-lrlist-adv {
    width: 100%;
    position: relative;
}

.x-know-lrlist-adv:nth-child(2) {
    margin-top: 20px;
}

.x-know-lrlist-adv a {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.x-know-lrlist-adv a img {
    width: 370px;
    height: 246px;
    overflow: hidden;
    transition: all 1s;
}

.x-know-lrlist-adv:hover a img {
    transform: scale(1.1);
    transition: all 1s;
}

.x-know-lrlist-adv .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/case-shadow.png) repeat-x;
    background-size: auto 100%;
    /* padding: 20px; */
}

.x-know-lrlist-adv .text h6 {
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: 86%;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: left;
    max-height: 48px;
    font-family: "Microsoft YaHei", "微软雅黑";
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.x-know-lrlist-adv-title {
    width: 100%;
    height: 44px;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* 左侧文字列表 */
.x-know-lrlist-left-con .left .x-know-lrlist-left-textitem {
    width: 100%;
    margin-top: 28px;
}

.x-know-lrlist-left-textitem>li>a {
    display: block;
    width: 100%;
}

.x-know-lrlist-left-textitem>li>a p {
    width: 280px;
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.x-know-lrlist-left-textitem>li>a span {
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.x-know-lrlist-left-textitem>li>a:hover p,
.x-know-lrlist-left-textitem>li>a:hover span {
    color: #166A79;
}

/* 左中右 图文时间列表 */
.x-know-lrlist-left-con .right .x-know-lrlist-lright-item {
    width: 100%;
}

.x-know-lrlist-lright-item>li {
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    transition: all .3s;
}

.x-know-lrlist-lright-item>li:last-child {
    border-bottom: none;
}

.x-know-lrlist-lright-item>li>a {
    display: block;
    width: 100%;
}

.x-know-lrlist-lright-item>li>a .img {
    width: 126px;
    height: 80px;
    border: 1px solid #e5e5e5;
    float: left;
    overflow: hidden;
}

.x-know-lrlist-lright-item>li>a .img img {
    display: block;
    width: 100%;
	height:100%;
}

.x-know-lrlist-lright-item>li>a .info {
    width: 230px;
    float: right;
}

.x-know-lrlist-lright-item>li>a .info p {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-bottom: 8px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.x-know-lrlist-lright-item>li>a .info span {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.x-know-lrlist-lright-item>li:hover a .img {
    border: 1px solid #166A79;
}

.x-know-lrlist-lright-item>li:hover>a .info p {
    color: #166A79;
}

/* 右侧tab */
.x-know-lrlist-right .x-know-lrlist-right-nav {
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

.x-know-lrlist-right .x-know-lrlist-right-nav li {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 58px;
    position: relative;
    cursor: pointer;
}

.x-know-lrlist-right .x-know-lrlist-right-nav li.act {
    color: #166A79;
}

.x-know-lrlist-right .x-know-lrlist-right-nav li.act::after {
    content: '';
    width: 72px;
    height: 3px;
    background-color: #166A79;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

/* tabcon */
.x-know-lrlist-right-tabcon {
    width: 100%;
    padding: 0 20px;
    /* padding-top: 20px; */
}

.x-know-lrlist-right-tablist {
    display: none;
}

.x-know-lrlist-right-tablist ul.tabone li {
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    margin-top: 16px;
    /* margin-bottom: 14px; */
    padding-bottom: 16px;
}

.x-know-lrlist-right-tablist ul.tabone li:last-child {
    border-bottom: none;
}

.x-know-lrlist-right-tablist ul.tabone li a {
    display: block;
    width: 100%;
}

.x-know-lrlist-right-tablist ul.tabone li a .img {
    width: 126px;
    height: 80px;
    border: 1px solid #e5e5e5;
    float: left;
    overflow: hidden;
    display: none;
    transition: all .3s;
}

.x-know-lrlist-right-tablist ul.tabone li a .img img {
    display: block;
    width: 100%;
	height:100%;
}

.x-know-lrlist-right-tablist ul.tabone li a .info {
    width: 100%;
    /* width: 188px; */
    float: right;
}

.x-know-lrlist-right-tablist ul.tabone li a .info p {
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    /* margin-bottom: 8px; */
    /* height: 48px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;

    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}

.x-know-lrlist-right-tablist ul.tabone li a .info span {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: none;
    /*transition: all 1s;*/
}

/*第一个特殊*/
.x-know-lrlist-right-tablist ul.tabone li.cur a .info p {
    /*color: #166A79;*/
    margin-bottom: 8px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: initial;
    transition: all .3s;
}

.x-know-lrlist-right-tablist ul.tabone li.cur .img, .x-know-lrlist-right-tablist ul.tabone li.cur a .info span{ display:block;}

.x-know-lrlist-right-tablist ul.tabone li.cur a .info {
    width: 188px;
}

.x-know-lrlist-right-tablist ul.tabone li:hover a .info p {
    color: #166A79;
}

.x-know-lrlist-right-tablist ul.tabone li:hover a .img {
    border: 1px solid #166A79;
}

/* hover 展开 */
/*.x-know-lrlist-right-tablist ul.tabone li:hover a .info span,
.x-know-lrlist-right-tablist ul.tabone li:hover a .img {
    display: block;
    transition: all 1s;
}

.x-know-lrlist-right-tablist ul.tabone li:hover a .info {
    width: 188px;
}

.x-know-lrlist-right-tablist ul.tabone li:hover a .info p {
    color: #166A79;
    margin-bottom: 8px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: initial;
    transition: all 1s;
}
*/
/* tab 第二个内容 */
.x-know-lrlist-right-tablist ul.two li {
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 14px;
    margin-top: 14px;
}

.x-know-lrlist-right-tablist ul.two li:last-child {
    border-bottom: none;
    /*padding-bottom: 0;*/
    margin-bottom: 0;
}

.x-know-lrlist-right-tablist ul.two li span {
    display: flex;
    float: left;
    width: 24px;
    height: 24px;
    font-family: Arial-BoldMT;
    background-color: #e4e4e4;
    font-size: 12px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    color: #666;
}

.x-know-lrlist-right-tablist ul.two li a {
    display: block;
    width: 100%;
    height: 100%;
}

.x-know-lrlist-right-tablist ul.two li.cur span {
    background-color: #166A79;
    color: #fff;
}

.x-know-lrlist-right-tablist ul.two li p {
    width: 88%;
    height: 24px;
    line-height: 24px;
    float: right;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.x-know-lrlist-right-tablist ul.two li:hover p {
    color: #166A79;
}

/* 插入广告 */
.x-insertads {
    width: 100%;
    margin: 40px 0;
}

/* 左中右 新闻列表 */
.x-know-lrlist-lright-item2 {
    width: 100%;
}

.x-know-lrlist-lright-item2 ul li {
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.x-know-lrlist-lright-item2 ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.x-know-lrlist-lright-item2 .time {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 78px;
    height: 78px;
    background-color: #e5e5e5;
    float: left;
}

.x-know-lrlist-lright-item2 .time span {
    font-size: 48px;
    line-height: 48px;
    color: #999;
}

.x-know-lrlist-lright-item2 .time p {
    font-size: 14px;
    color: #999;
}

.x-know-lrlist-lright-item2 .newsinfo {
    width: 280px;
    float: right;
}

.x-know-lrlist-lright-item2 .newsinfo h3 {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    margin-bottom: 5px;
}

.x-know-lrlist-lright-item2 .newsinfo p {
    width: 100%;
    height: 44px;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.x-know-lrlist-lright-item2 ul li:hover .time {
    background-color: #166A79;
}

.x-know-lrlist-lright-item2 ul li:hover .time span,
.x-know-lrlist-lright-item2 ul li:hover .time p {
    color: #fff;
}

.x-know-lrlist-lright-item2 ul li:hover .newsinfo h3 {
    color: #166A79;
}

/* 一行两个 */
.x-know-lrlist-adv2 {
    width: 100%;
}

.x-know-lrlist-adv2 li {
    width: 180px;
    float: left;
    margin-right: 10px;
}

.x-know-lrlist-adv2 li:nth-child(2n) {
    margin-right: 0;
}

.x-know-lrlist-adv2 li a {
    display: block;
    width: 100%;
}

.x-know-lrlist-adv2 li a .img {
    width: 100%;
    height: 117px;
    overflow: hidden;
}

.x-know-lrlist-adv2 li a .img img {
    width: 100%;
}

.x-know-lrlist-adv2 li a .title {
    width: 100%;
    height: 66px;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* 左中右 第三种模板 */
.x-know-lrlist-lright-item3 ul li {
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.x-know-lrlist-lright-item3 ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.x-know-lrlist-lright-item3 ul li a {
    display: block;
    width: 100%;
}

.x-know-lrlist-lright-item3 ul li .img {
    width: 154px;
    height: 100px;
    overflow: hidden;
    float: left;
}

.x-know-lrlist-lright-item3 ul li .img img {
    width: 100%;
}

.x-know-lrlist-lright-item3 ul li .info {
    width: 196px;
    float: right;
}

.x-know-lrlist-lright-item3 ul li .info .title {
    height: 44px;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .3s;
}

.x-know-lrlist-lright-item3 ul li .info .specs {
    font-size: 14px;
    color: #999;
    line-height: 16px;
    margin-top: 12px;
}

.x-know-lrlist-lright-item3 ul li .info .time {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 16px;
    margin-top: 12px;
}

.x-know-lrlist-lright-item3 ul li:hover .info .title {
    color: #166A79;
}

/* 标题带列表 */
.x-know-news-box {
    width: 100%;
}

.x-know-news-box .title {
    font-size: 20px;
    color: #333;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    font-weight: bold;
}

.x-know-news-box .x-know-news {
    width: 100%;
    margin-top: 16px;
}

.x-know-news-box .x-know-news li {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    padding-left: 16px;
    position: relative;
}

.x-know-news-box .x-know-news li a {
    font-size: 14px;
    color: #666;
    transition: all .3s;
}

.x-know-news-box .x-know-news li:hover a {
    color: #166A79;
}

.x-know-news-box .x-know-news li::after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

/* 最新专题 */
.x-know-lrlist-left-con.x-but .left {
    width: 480px;
    float: left;
}

.x-know-lrlist-left-con.x-but .right {
    width: 270px;
    float: right;
}

.x-know-lrlist-left-con.x-but .x-know-lrlist-adv a img {
    width: 480px;
    height: 380px;
}

/* 左中右 第四种模板 */
.x-know-lrlist-adv4 {
    width: 100%;
}

.x-know-lrlist-adv4 li {
    width: 100%;
    margin-bottom: 20px;
}

.x-know-lrlist-adv4 li:last-child {
    margin-bottom: 0;
}

.x-know-lrlist-adv4 li a {
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.x-know-lrlist-adv4 li a img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.x-know-lrlist-adv4 li a .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/case-shadow.png) repeat-x;
    background-size: auto 100%;
}

.x-know-lrlist-adv4 li a .text h6 {
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: 86%;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: left;
    max-height: 48px;
    font-family: "Microsoft YaHei", "微软雅黑";
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.x-know-lrlist-adv4 li:hover a img {
    transform: scale(1.1);
}

/* 热门专题 */
.x-know-lrlist-right-tabcon.x-but {
    padding-top: 0;
}

.x-know-lrlist-right-tabcon.x-but .x-know-lrlist-right-tablist ul.two li {
    padding-bottom: 12px;
    margin-bottom: 12px;
}

/* 底部图标 */
.designer-footer {
    width: 100%;
    padding: 30px 0;
}

.designer-footer li {
    float: left;
    width: 25%;
}

.designer-footer li .icon {
    float: left;
    width: 82px;
    height: 82px;
    border: #e5e5e5 solid 3px;
    border-radius: 50%;
    padding: 18px;
}

.designer-footer li .icon img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.designer-footer li .txt {
    float: left;
    width: 190px;
    margin-left: 16px;
    margin-top: 17px;
}

.designer-footer li .txt h5 {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    font-family: "Microsoft YaHei", "微软雅黑";
}

.designer-footer li .txt p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    font-family: "Microsoft YaHei", "微软雅黑";
}

/* 装修知识详情标题 */
.x-detail-title-box {
    width: 100%;
    margin-bottom: 30px;
}

.x-detail-title-box .title {
    font-size: 24px;
    color: #333;
    line-height: 46px;
}

.x-detail-title-box .timesour .left {
    float: left;
}

.x-detail-title-box .timesour .left span {
    font-size: 14px;
    color: #999;
    line-height: 46px;
    margin-right: 20px;
}

.x-detail-title-box .timesour .right {
    margin-left: 30px;
    float: left;
}

.x-detail-title-box .timesour .right .tips {
    font-size: 14px;
    color: #999;
    line-height: 45px;
    float: left;
}

.x-detail-title-box .timesour .right .bdsharebuttonbox {
    float: left;
}

.x-detail-title-box .timesour .right .bdsharebuttonbox a{
    border-radius: 100%;
}

.x-detail-title-box .bds_tsina{
    background-image: url(../images/icon-share01.png);
    background-position: center !important;
}

.x-detail-title-box .bds_qzone{
    background-image: url(../images/icon-share02.png);
    background-position: center !important;
}

.x-detail-title-box .bds_weixin{
    background-image: url(../images/icon-share03.png);
    background-position: center !important;
}

/* 百科首页 */
/*左边内容版式一*/
.x-wiki-item-one {
    width: 100%;
}

.x-wiki-item-one ul li {
    width: 370px;
    float: left;
    margin-right: 30px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-right: 30px;
}

.x-wiki-item-one ul li:nth-child(2n) {
    margin-right: 0;
}

.x-wiki-item-one ul li:nth-last-child(1),
.x-wiki-item-one ul li:nth-last-child(2) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.x-wiki-item-one ul li:nth-child(2n) {
    margin-right: 0;
}

.x-wiki-item-one ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.x-wiki-item-one ul li a .img {
    width: 150px;
    float: left;
}

.x-wiki-item-one ul li a .img img {
    width: 100%;
}

.x-wiki-item-one ul li a .info {
    width: 208px;
    float: right;
}

.x-wiki-item-one ul li a .info .title {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: bold;
    transition: all .3s;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.x-wiki-item-one ul li a .info .text {
    width: 100%;
    height: 72px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.x-wiki-item-one ul li:hover a .info .title {
    color: #166A79;
}

/*左侧版式二*/
.x-wiki-item-two {
    width: 100%;
    border: 1px solid #e5e5e5;
}

.x-wiki-item-two .swiper-slide .two-info {
    width: 290px;
    height: 267px;
    float: left;
    background-color: #fff;
    padding: 30px;
}

.x-wiki-item-two .swiper-slide .two-info .title {
    width: 100%;
    height: 48px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
    font-weight: bold;
    transition: all .3s;
}

.x-wiki-item-two .swiper-slide:hover .two-info .title a {
    color: #166A79;
}

.x-wiki-item-two .swiper-slide .two-info .line {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #e5e5e5;
    margin-top: 20px;
}

.x-wiki-item-two .swiper-slide .two-info .text {
    width: 100%;
    height: 96px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-top: 20px;
    text-align: left;
}

.x-wiki-item-two .swiper-slide .two-img {
    width: 480px;
    height: 267px;
    overflow: hidden;
    float: left;
}

.x-wiki-item-two .swiper-slide .two-img img {
    width: 100%;
    transition: all 1s;
}

.x-wiki-item-two .swiper-slide:hover .two-img img {
    transform: scale(1.1);
}

/*分页器*/
.x-wiki-item-two .swiper-pagination {
    width: 290px;
}

.x-wiki-item-two .swiper-pagination-fraction {
    bottom: 15px;
    font-size: 14px;
    color: #666;
}

/*左侧版式三*/
.x-wiki-item-three {
    width: 100%;
    margin-top: 20px;
}

.x-wiki-item-three ul li {
    width: 248px;
    float: left;
    border: 1px solid #e5e5e5;
    margin-right: 14px;
}

.x-wiki-item-three ul li:nth-child(3n) {
    margin-right: 0;
}

.x-wiki-item-three ul li .img {
    width: 100%;
    height: 121px;
    overflow: hidden;
    position: relative;
}

.x-wiki-item-three ul li .img img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    transition: all 1s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.x-wiki-item-three ul li:hover .img img {
    transform: scale(1.1);
}

.x-wiki-item-three ul li .info {
    width: 100%;
    padding: 20px;
    background-color: #fff;

}

.x-wiki-item-three ul li .info .title {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    margin-bottom: 12px;
    transition: all .3s;
    font-weight: bold;
}

.x-wiki-item-three ul li .info .text {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.x-wiki-item-three ul li:hover .info .title {
    color: #166A79;
}

/*左侧版式四*/
.x-wiki-item-four>ul>li {
    width: 370px;
}

.x-wiki-item-four .headerimg {
    width: 100%;
    position: relative;
}

.x-wiki-item-four .headerimg a {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.x-wiki-item-four .headerimg a img {
    width: 370px;
    height: 246px;
    overflow: hidden;
    transition: all 1s;
}

.x-wiki-item-four .headerimg:hover a img {
    transform: scale(1.1);
    transition: all 1s;
}

.x-wiki-item-four .headerimg .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/case-shadow.png) repeat-x;
    background-size: auto 100%;
    /* padding: 20px; */
}

.x-wiki-item-four .headerimg .text h6 {
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: 86%;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: left;
    max-height: 48px;
    font-family: "Microsoft YaHei", "微软雅黑";
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

/*four-son*/
.x-wiki-item-four-son {
    width: 100%;
    margin-top: 28px;
}

.x-wiki-item-four-son>li {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.x-wiki-item-four-son>li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.x-wiki-item-four-son>li>a {
    display: block;
    width: 100%;
    height: 100%;
}

.x-wiki-item-four-son>li .img {
    width: 150px;
    overflow: hidden;
    float: left;
}

.x-wiki-item-four-son>li .img img {
    width: 100%;
}

.x-wiki-item-four-son>li .info {
    width: 208px;
    float: right;
}

.x-wiki-item-four-son>li .info .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    transition: all .3s;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.x-wiki-item-four-son>li .info .text {
    margin-top: 10px;
    width: 100%;
    height: 72px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

}

.x-wiki-item-four-son>li:hover .info .title {
    color: #166A79;
}

/*左侧版式五*/
.x-wiki-item-five {
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: 30px;
}

.x-wiki-item-five a {
    display: block;
    width: 100%;
    height: 100%;
}

.x-wiki-item-five .img {
    width: 268px;
    float: left;
    overflow: hidden;
}

.x-wiki-item-five .img img {
    width: 100%;
    transition: all 1s;

}

.x-wiki-item-five .img:hover img {
    transform: scale(1.1);
}

.x-wiki-item-five .info {
    width: 420px;
    float: right;
}

.x-wiki-item-five .info .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.x-wiki-item-five .info:hover .title {
    color: #166A79;
}

.x-wiki-item-five .info .text {
    margin-top: 20px;
    width: 100%;
    height: 144px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

/*左侧版式六*/
.x-wiki-item-six {
    width: 100%;
    margin-top: 50px;
}

.x-wiki-item-six ul li {
    width: 248px;
    /*height: 222px;*/
    float: left;
    margin-right: 14px;
}

.x-wiki-item-six ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.x-wiki-item-six ul li a .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/case-shadow.png) repeat-x;
    background-size: auto 100%;
}

.x-wiki-item-six ul li a .text h6 {
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: 86%;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: left;
    max-height: 48px;
    font-family: "Microsoft YaHei", "微软雅黑";
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.x-wiki-item-six ul li a img {
    display: block;
    width: 100%;
    transition: all 1s;
    /*    height: 0;
    padding-bottom: 65%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
}

.x-wiki-item-six ul li:hover a img {
    transform: scale(1.1);
}

.x-wiki-item-six ul li:nth-child(3n) {
    margin-right: 0;
}

/* 左侧板式七 */
.x-wiki-item-seven {
    width: 100%;
}

.x-wiki-item-seven ul li {
    width: 250px;
    height: 250px;
    float: left;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all .3s;
}

.x-wiki-item-seven ul li:nth-child(3n) {
    margin-right: 0;
}

.x-wiki-item-seven ul li:nth-last-child(1),
.x-wiki-item-seven ul li:nth-last-child(2),
.x-wiki-item-seven ul li:nth-last-child(3) {
    margin-bottom: 0;
}

.x-wiki-item-seven ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.x-wiki-item-seven ul li a .title {
    width: 100%;
    height: 48px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .3s;
}

.x-wiki-item-seven ul li a .text {
    width: 100%;
    height: 115px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    color: #999;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.x-wiki-item-seven ul li:hover {
    box-shadow: 0px 0px 25px 0px rgba(188, 188, 188, 0.5);
}

.x-wiki-item-seven ul li:hover a .title {
    color: #166A79;
}

/* 左侧板式8 */
.x-wiki-item-eight .eight-item {
    width: 100%;
}

.x-wiki-item-eight .eight-item li {
    width: 100%;
    margin-top: 30px;
}

.x-wiki-item-eight .eight-item li a {
    display: block;
    width: 100%;
    height: 100%;
}

.x-wiki-item-eight .eight-item li a .title {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    transition: all .3s;
    font-weight: bold;
}

.x-wiki-item-eight .eight-item li:hover a .title {
    color: #166A79;
}

.x-wiki-item-eight .eight-item li a .text {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    width: 100%;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* 左侧板式 9 */
.x-wiki-item-nine>ul>li {
    border: 1px solid #e5e5e5;
}

.x-wiki-item-nine .nine-item {
    width: 100%;
    padding: 0 30px;
}

.x-wiki-item-nine .nine-item li {
    width: 50%;
    float: left;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
}

.x-wiki-item-nine .nine-item li:nth-last-child(1),
.x-wiki-item-nine .nine-item li:nth-last-child(2) {
    border-bottom: none;
}

.x-wiki-item-nine .nine-item li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 12px;
    font-size: 14px;
    color: #333;
    position: relative;
    transition: all .3s;
}

.x-wiki-item-nine .nine-item li a::after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
}

.x-wiki-item-nine .nine-item li:hover a {
    color: #166A79;
}

/* 百科列表页tab */
.x-wiki-tabbox {
    width: 100%;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
}

.x-wiki-tabbox .x-wiki-tab-item {
    width: 100%;
    background: #f5f5f5;
    /*display: flex;
    align-items: center;
    justify-content: flex-start;*/
}

.x-wiki-tabbox .x-wiki-tab-item li {
    display: flex;
    width: 145px;
    height: 52px;
    /*flex: 1;*/
    float: left;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #333;
    transition: all .3s;
    cursor: pointer;
}

.x-wiki-tabbox .x-wiki-tab-item li.cur {
    color: #166A79;
    background: #fff;
}

.x-wiki-tabcon {
    width: 100%;
}

.x-wiki-tabcon .x-wiki-tabcon-list {
    display: none;
    width: 100%;
    min-height: 50px;
    line-height: 48px;
    padding: 0 20px;
}

.x-wiki-tabcon .x-wiki-tabcon-list li {
    font-size: 14px;
    color: #666;
    line-height: 48px;
    margin: 0 20px;
    /* display: inline; */
    float: left;
}

.x-wiki-tabcon .x-wiki-tabcon-list li.cur a {
    color: #166A79;
}

/* 百科列表--类新闻 */
.x-wiki-news-item {
    width: 100%;
}

.x-wiki-news-item ul li {
    margin-bottom: 30px;
    border:1px solid #EBEBEB;
	padding:30px;
}

.x-wiki-news-item ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.x-wiki-news-item ul li a .img {
    width: 268px;
    float: left;
}

.x-wiki-news-item ul li a .img img {
    width: 100%;
}

.x-wiki-news-item ul li a .info {
    width: 522px;
    float: right;
}

.x-wiki-news-item ul li a .info .title {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    transition: all .3s;
}

.x-wiki-news-item ul li a .info .time {
    font-size: 14px;
    color: #999;
    margin-top: 12px;
}

.x-wiki-news-item ul li a .info .text {
    width: 100%;
    height: 72px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 20px;
}

.x-wiki-news-item ul li:hover a .info .title {
    color: #166A79;
}

/*详情底部案例推荐*/
.bottom-recom {
    width: 810px;
    margin: 0 auto;
}

.bottom-recom h3 {
    font-size: 22px;
    color: #333;
    line-height: 24px;
    font-family: "Microsoft YaHei", "微软雅黑";
    text-align: center;
    font-weight: bold;
}

.bottom-recom-title {
    width: 330px;
    margin: 20px auto 30px auto;
}

.bottom-recom-title li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #166A79;
    text-align: center;
    line-height: 34px;
    border: #e5e5e5 solid 1px;
    border-left: none;
    font-family: "Microsoft YaHei", "微软雅黑";
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.bottom-recom-title li:first-child a {
    border-left: #e5e5e5 solid 1px;
}

.bottom-recom-title li a:hover {
    background: #166A79;
    color: #fff;
}

.bottom-recom-title li.swiper-slide-thumb-active a {
    background: #166A79;
    color: #fff;
}

.bottom-recom-list {
    width: 810px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.bottom-recom-list li {
    width: 250px;
    margin-bottom: 0
}

.bottom-recom-list li .img img {
    width: 248px;
    height: 160px;
}

.bottom-recom-list li .txt {
    padding: 20px 20px 0 20px;
}

.bottom-recom-list li .txt h3 {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    text-align: left;
}

.bottom-recom-list li .txt .img-info {
    font-size: 12px;
    line-height: 32px;
}

.bottom-recom-list li .txt .tag {
    padding: 16px 0;
    font-size: 12px;
    line-height: 12px;
}

/* 右侧 最新装修问答 */
.x-hot-qa-item {
    width: 100%;
}

.x-hot-qa-item li {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.x-hot-qa-item li a {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    transition: all .3s;
}

.x-hot-qa-item li:hover a {
    color: #166A79;
}

/* 问答头部搜索框 */
.x-qa-search {
    width: 649px;
    margin: 0 auto;
}

.x-qa-search .x-qa-search-input {
    width: 540px;
    height: 42px;
    border: 2px solid #166A79;
    float: left;
}

.x-qa-search .x-qa-search-input input {
    width: 100%;
    height: 100%;
    padding-left: 14px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 42px;
    color: #333;
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 97% center;
}

.x-qa-search .x-btn-search {
    width: 88px;
    height: 42px;
    background-color: #166A79;
    font-size: 16px;
    color: #fffefe;
    float: right;
    cursor: pointer;
}

/* 圣杯 */
.x-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}

.x-container .x-left {
    position: relative;
    float: left;
    min-height: 130px;
    width: 235px;
}

.x-container .x-right {
    position: relative;
    float: right;
    min-height: 130px;
    width: 270px;
}

.x-container .x-middle {
    width: 649px;
    min-height: 130px;
    float: left;
    margin-left: 7px;
}

/* 圣杯左侧内容 */
.x-qa-leftnav {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 20px 17px;
}

.x-qa-leftnav>ul>li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.x-qa-leftnav>ul>li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.x-qa-leftnav>ul>li .title .x-icon {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.x-qa-leftnav>ul>li .title span {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    vertical-align: middle;
    color: #333;
    position: relative;
    padding-right: 14px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 7px 14px;
    background-image: url(../images/icon-next02-1.png);
}

.x-qa-leftnav>ul>li .x-qa-type {
    width: 100%;
    margin-top: 15px;
}

.x-qa-leftnav>ul>li .x-qa-type a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
    transition: all .3s;
}

.x-qa-leftnav>ul>li .x-qa-type a:hover {
    color: #166A79;
}

/* 问答左侧二维码 */
.x-qa-codeqr {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 23px;
    margin-top: 15px;
}

.x-qa-codeqr .coder-qr {
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
}

.x-qa-codeqr .coder-qr img {
    width: 100%;
}

.x-qa-codeqr .text {
    width: 100px;
    float: right;
    padding: 22px 0;
}

.x-qa-codeqr .text h4 {
    font-size: 14px;
    color: #333;
}

.x-qa-codeqr .text p {
    font-size: 12px;
    color: #333;
}

/* 圣杯主内容 */
.x-qa-banner .swiper-slide {
    width: 100%;
    position: relative;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.x-qa-banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 345px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.x-qa-banner .swiper-slide .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/case-shadow.png) repeat-x;
    background-size: auto 100%;
    /* padding: 20px; */
}

.x-qa-banner .swiper-slide .text h6 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 72%;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: left;
    max-height: 48px;
    font-family: "Microsoft YaHei",
        "微软雅黑";
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.x-qa-banner .swiper-pagination {
    color: #fff;
    font-size: 16px;
    text-align: right;
    padding-right: 20px;
    bottom: 22px;
}

.x-qa-banner .swiper-pagination .swiper-pagination-current {
    color: #166A79;
}

.x-qa-banner .swiper-button-next,
.x-qa-banner .swiper-button-prev {
    width: 30px;
    height: 54px;
    background-color: rgba(0, 0, 0, .4);
    background-size: 53%;
    opacity: 1;
    display: none;
}

.x-qa-banner .swiper-button-prev {
    left: 0;
}

.x-qa-banner .swiper-button-next {
    right: 0;
    background-image: url(../images/icon-next.png)
}

.x-qa-banner .swiper-button-prev,
.x-qa-banner .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/icon-prev.png);
}

.x-qa-banner:hover .swiper-button-next,
.x-qa-banner:hover .swiper-button-prev {
    display: block;
    transition: all .3s;
}

/* 问答tab */
.x-qa-textitem {
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-top: 14px;
}

.x-qa-tab {
    width: 100%;
    background-color: #f5f5f5;
}

.x-qa-tab>li {
    float: left;
    width: 120px;
    height: 50px;
    font-size: 14px;
    color: #666;
    border-right: 1px solid #e5e5e5;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

.x-qa-tab>li.cur {
    color: #166A79;
    border-bottom: 2px solid #166A79;
}

/*列表*/
.x-qa-textlist {
    width: 100%;
    padding: 0 30px;
}

.x-qa-textlist ul li {
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 30px;
    margin-top: 30px;
}

.x-qa-textlist ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.x-qa-textlist ul li a {
    display: block;
    width: 100%;
}

.x-qa-textlist ul li a .title {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    line-height: 22px;
    transition: all
}

.x-qa-textlist ul li:hover a .title {
    color: #166A79;
}

.x-qa-textlist ul li a .text {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    max-height: 54px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.x-qa-textlist ul li .x-qa-sour {
    width: 100%;
    margin-top: 25px;
}

.x-qa-sour span {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    vertical-align: middle;
    margin-right: 25px;
}

.x-qa-sour span img {
    width: 16px;
    vertical-align: middle;
    margin-right: 2px;
}

/*问答列表页*/
.x-problem-item {
    width: 100%;
    background-color: #fff;
    padding: 30px;
}

.x-problem-item ul li {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px dashed #e5e5e5;
    margin-top: 40px;
}

.x-problem-item ul li:first-child {
    margin-top: 0;
}

.x-problem-item ul li .title a {
    font-size: 18px;
    color: #333;
    line-height: 24px;
}

.x-problem-item ul li:hover .title a {
    color: #166A79;
}

.x-problem-item ul li .info {
    width: 100%;
    margin-top: 15px;
}

.x-problem-item ul li .info .left {
    float: left;
}

.x-problem-item ul li .info .left .head {
    float: left;
    margin-right: 30px;
}

.x-problem-item ul li .info .left .head .head-img {
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
    vertical-align: middle;
    float: left;
}

.x-problem-item ul li .info .left .head span {
    display: block;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    color: #999;
    vertical-align: middle;
    float: left;
}

.x-problem-item ul li .info .left .source {
    float: left;
}

.x-problem-item ul li .info .left .source span {
    display: inline-block;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    color: #999;
    vertical-align: middle;
    margin-right: 30px;
}

.x-problem-item ul li .info .left .source span img {
    width: 16px;
    /*height: 16px;*/
    margin-right: 2px;
    vertical-align: initial;
}

.x-problem-item ul li .info .right {
    float: right;
}

.x-problem-item ul li .info .right a {
    display: block;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    color: #999;
    padding-right: 12px;
    background: url(../images/icon-next02-1.png) no-repeat right center;
    background-size: 7px;
}

.x-problem-item ul li .info .right a span {
    color: #166A79;
}

/*提问form*/
.x-put-questions {
    width: 735px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 120px;
}

.x-put-questions-title {
    font-size: 24px;
    color: #333;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 40px;
}

.x-form-list {
    width: 100%;
    margin-bottom: 24px;
}

.x-form-list .left {
    float: left;
    width: 50px;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
}

.x-form-list .right {
    float: left;
    min-height: 42px;
}

.x-form-list .right input {
    width: 685px;
    height: 42px;
    padding: 0 15px;
    font-size: 14px;
    color: #333;
    border: 1px solid #e5e5e5;
}

.x-form-list .right textarea {
    width: 685px;
    height: 148px;
    padding: 8px 15px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #333;
}

.x-form-list .right select {
    width: 180px;
    height: 42px;
    border: 1px solid #e5e5e5;
    padding: 7px;
    font-size: 14px;
    color: #333;
    background: url(../images/icon-down01.png) no-repeat 90% center;
}

.x-form-list .right input.yzm {
    width: 180px;
    height: 42px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #333;
}

.x-form-list .x-codeyz {
    margin-left: 17px;
    float: left;
}

.x-form-list .x-codeyz img {
    width: 93px;
    height: 42px;
    margin-right: 8px;
}

.x-form-list .x-codeyz a {
    font-size: 12px;
    color: #999;
    text-decoration: underline;
    vertical-align: bottom;
    transition: all .3s;
}

.x-form-list .x-codeyz a:hover {
    color: #166A79;
}

.x-questions-sub {
    width: 93px;
    height: 42px;
    background-color: #166A79;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-left: 50px;
    cursor: pointer;
}

/*问答详情*/
.x-problemarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 30px;
}

.x-problemarea .main-title {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
}

.x-problemarea .x-operation {
    width: 100%;
    margin-top: 15px;
}

.x-problemarea .x-operation .x-qa-collection {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    margin: 6px 0;
    color: #999;
    vertical-align: middle;
}

.x-problemarea .x-operation .x-qa-collection img {
    width: 16px;
    vertical-align: sub;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: .4;
    transition: all .3s;
    cursor: pointer;
}

.x-problemarea .x-operation .x-qa-collection img.cur {
    filter: none !important;
    opacity: 1;
}

.x-problemarea .x-operation .bdsharebuttonbox {
    margin-left: 30px;
}

.x-problemarea .x-operation .bdsharebuttonbox .x-tips {
    height: 24px;
    margin: 6px 0;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-right: 10px;
}

.x-problemarea .x-operation .bdsharebuttonbox a {
    width: 24px;
    height: 24px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: .4;
    background-position: center;
}

.x-problemarea .x-operation .bdsharebuttonbox a.bds_tsina {
    background-image: url(../images/pic/fenx_1.jpg);
}

.x-problemarea .x-operation .bdsharebuttonbox a.bds_qzone {
    background-image: url(../images/pic/fenx_2.jpg);
}

.x-problemarea .x-operation .bdsharebuttonbox a.bds_weixin {
    background-image: url(../images/pic/fenx_3.jpg);
}

.x-problemarea .x-operation .bdsharebuttonbox a:hover {
    filter: none !important;
    opacity: 1;
}

.x-problemarea .x-userinfo {
    width: 100%;
    margin-top: 15px;
}

.x-problemarea .x-userinfo .head {
    float: left;
    margin-right: 30px;
}

.x-problemarea .x-userinfo .head-img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
    vertical-align: middle;
    float: left;
}

.x-problemarea .x-userinfo .head span {
    display: block;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    color: #999;
    float: left;
}

.x-problemarea .x-userinfo .source {
    float: left;
}

.x-problemarea .x-userinfo .source span {
    display: inline-block;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    color: #999;
    vertical-align: middle;
    margin-right: 30px;
}

.x-problemarea .x-userinfo .source span img {
    width: 16px;
    margin-right: 2px;
    vertical-align: initial;
}

.x-problemarea .x-describe {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 15px;
}

/* 评论区 */
.x-problemarea .x-gocomment {
    width: 100%;
    margin-top: 20px;
}

.x-problemarea .x-gocomment .x-showcomm {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    cursor: pointer;
}

.x-problemarea .x-gocomment .x-showcomm img {
    transition: all .3s;
}

.x-problemarea .x-gocomment .x-showcomm.cur img {
    transform: rotate(180deg);
}

.x-editbox {
    width: 100%;
    padding: 30px;
    background-color: #f5f5f5;
    margin-top: 16px;
    display: none;
}

.x-editbox .x-writebox {
    width: 100%;
    height: 128px;
    background-color: #fff;
    border: none;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding: 14px;
}

.x-editbox .x-editbot {
    width: 100%;
    margin-top: 24px;
}

.x-editbox .x-editbot .left {
    float: left;
}

.x-editbox .x-editbot .right {
    float: right;
}

.x-editbox .x-editbot .right button {
    width: 88px;
    height: 36px;
    background-color: transparent;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.x-editbox .x-editbot .right button.cur {
    background-color: #166A79;
    color: #fff;
}

/* 问答评论列表区 */
.x-qacomment-item {
    width: 100%;
    margin-top: 60px;
}

.x-qacomment-item .istoptitle {
    font-size: 18px;
    color: #333;
}

.x-qacomment-item .istoptitle span {
    color: #166A79;
}

.x-qacomment-item ul li {
    width: 100%;
    border-top: 1px dashed #e5e5e5;
    padding-top: 30px;
    margin-top: 30px;
}

.x-qacomment-item ul li .head .head-img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
    float: left;
}

.x-qacomment-item ul li .head span {
    float: left;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    color: #333;
}

.x-qacomment-item ul li .text {
    width: 100%;
    padding-left: 46px;
    margin-top: 15px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.x-qacomment-item ul li .source {
    width: 100%;
    padding-left: 46px;
    margin-top: 20px;
}

.x-qacomment-item ul li .source .left {
    float: left;
}

.x-qacomment-item ul li .source .left span {
    font-size: 14px;
    color: #999;
    margin-right: 30px;
    vertical-align: middle;
}

.x-qacomment-item ul li .source .left span img {
    width: 16px;
    margin-right: 2px;
    vertical-align: initial;
}

.x-qacomment-item ul li .source .right {
    float: right;
    cursor: pointer;
}

.x-qacomment-item ul li .source .right .x-icon-dz {
    float: left;
    width: 16px;
    margin-right: 3px;
}

.x-qacomment-item ul li .source .right .x-icon-dz{
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-support-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.x-qacomment-item ul li .source .right .x-icon-dz.cur{
    background-image: url(../images/icon-support.png);
}


.x-qacomment-item ul li .source .right span{
    font-size: 14px;
    color: #999;
}

