/* 问答 */
html,
body {
    background-size: 1920px auto;
    background-position: center top;
    background-repeat: repeat;
    background-image: url(../../../images/zhuanshuo/viewsImages/introduce/introduce.jpg);
}

/* 问答banner */
.banner {
    height: 350px;
    position: relative;
    overflow: hidden;
}

.banner .qaBanner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2400px;
    height: 350px;
    overflow: hidden;
}

.banner .qaBanner .swiper-slide {
    width: 1200px;
    height: 350px;
}

.banner .qaBanner img {
    width: 100%;
    border-radius: 10px;
}

.banner .banner-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    z-index: 2;
}

.banner .banner-inner .banner-swiper-button-next,
.banner .banner-inner .banner-swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 40px;
    background-image: none;
    background-color: #000;
    color: rgba(255, 255, 255, .5);
    border-radius: 2px;
    transition: all ease 0.1s;
    line-height: 40px;
    text-align: center;
    font-size: 10px;
    opacity: 0;
    cursor: pointer;
}

.banner:hover .banner-inner .banner-swiper-button-next,
.banner:hover .banner-inner .banner-swiper-button-prev {
    opacity: .5;
}

.banner .banner-inner .banner-swiper-button-next:hover,
.banner .banner-inner .banner-swiper-button-prev:hover {
    opacity: 1;
}

.banner .banner-inner .banner-swiper-button-next {
    left: 10px;
}

.banner .banner-inner .banner-swiper-button-prev {
    right: 10px;
}

.banner .bannerForm {
    position: absolute;
    width: 281px;
    height: 301px;
    background-color: #f7f7f7;
    border-radius: 10px;
    top: 23px;
    left: 50%;
    transform: translateX(97%);
    z-index: 2;
}

.banner .bannerForm h2 {
    margin-top: 16px;
    font-size: 24px;
    font-weight: bold;
    color: #fe0303;
    text-align: center;
}

.banner .bannerForm input {
    width: 100%;
    height: 100%;
    text-align: center;
}

.banner .bannerForm input::-webkit-input-placeholder {
    color: #cccccc;
}

.banner .bannerForm .question {
    width: 242px;
    height: 72px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 15px auto 9px;
}

.banner .bannerForm .phone {
    width: 242px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
}

.banner .bannerForm .phone em {
    font-style: normal;
    position: absolute;
    top: 11px;
    left: 14px;
    color: #fe0101;
}

.banner .bannerForm p {
    font-size: 14px;
    color: #000000;
    margin: 33px auto 0;
    padding-left: 115px;
    position: relative;
}

.banner .bannerForm p::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 90px;
    height: 40px;
    background-image: url(../../../images/zhuanshuo/viewsImages/questionsAnswers/formGif.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner .bannerForm .btnScale {
    position: absolute;
    bottom: 21px;
    left: 50%;
    transform: translateX(-50%);
    width: 105px;
    height: 31px;
    background-image: linear-gradient(75deg,
            #c82f37 0%,
            #8b000a 100%),
        linear-gradient(#ffffff,
            #ffffff);
    background-blend-mode: normal,
        normal;
    border-radius: 15px;
    border: none;
    font-size: 14px;
    color: #fefefe;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

/* 列表 */
.linkNav {
    height: 70px;
    font-size: 14px;
    color: #ffffff;
    line-height: 100px;
}

.linkNav a {
    color: #fff;
}

.linkNav a:hover {
    color: #c82f37;
}

.linkNav i {
    font-size: 12px;
}

.listWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 47px;
}

.listWrap .list_left {
    width: 870px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px 35px 0;
    box-sizing: border-box;
}

.listWrap .list_left .item {
    height: 136px;
    overflow: hidden;
    margin: 5px auto;
}

.listWrap .list_left .item:hover h3 a {
    color: #c82f37;
}

.listWrap .list_left .item:hover h3::before {
    background-image: url(../../../images/zhuanshuo/viewsImages/questionsAnswers/h3_before_h.png);
}

.listWrap .list_left .item h3 {
    padding-left: 47px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #555;
    position: relative;
    margin-top: 10px;
    margin-bottom: 8px;
}

.listWrap .list_left .item h3 a {
    color: #333333;
}

.listWrap .list_left .item h3::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 41px;
    height: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../../images/zhuanshuo/viewsImages/questionsAnswers/h3_before.png);
}

.listWrap .list_left .item h3 span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.listWrap .list_left .item p {
    height: 64px;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #666666;
    box-sizing: border-box;
    margin-left: 47px;
    position: relative;
}

.listWrap .list_left .item p::before {
    content: '最佳答案';
    position: absolute;
    top: 0;
    left: -47px;
    width: 40px;
    height: 40px;
    background-color: #fdd2d4;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #d9323a;
    text-align: center;
    padding-top: 4px;
    box-sizing: border-box;
}

.listWrap .list_left .item p a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #c82f37;
    white-space: nowrap;
}

.listWrap .list_left .item p a .iconfont {
    font-size: 14px;
}

.listWrap .list_right {
    width: 310px;
}

.listWrap .list_right .list_rightWarp {
    position: sticky;
    top: 1px;
}

.listWrap .list_right .hot_search {
    width: 310px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 15px;
    box-sizing: border-box;
}

.listWrap .list_right .hot_search .tit_h3::before {
    content: '\e63b';
}

.listWrap .list_right .hot_search .item {
    display: flex;
    justify-content: space-between;
    height: 72px;
    margin-top: 17px;
    position: relative;
}

.listWrap .list_right .hot_search .item::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    width: 40px;
    height: 19px;
    background-color: #b3b3b3;
    border-radius: 0px 0px 5px 5px;
    color: #fff;
    font-size: 12px;
    z-index: 1;
    text-align: center;
    line-height: 19px;
}

.listWrap .list_right .hot_search_list a:nth-child(1) .item::before {
    content: 'NO.1';
    background-color: #c82f37;
}

.listWrap .list_right .hot_search_list a:nth-child(2) .item::before {
    content: 'NO.2';
    background-color: #f35305;
}
.listWrap .list_right .hot_search_list a:nth-child(3) .item::before {
    content: 'NO.3';
    background-color: #ff9f00;
}

.listWrap .list_right .hot_search_list a:nth-child(4) .item::before {
    content: 'NO.4';
}

.listWrap .list_right .hot_search_list a:nth-child(5) .item::before {
    content: 'NO.5';
}

.listWrap .list_right .hot_search .item .imgWarp {
    width: 108px;
    height: 72px;
    border-radius: 10px;
    margin-right: 10px;
}

.listWrap .list_right .hot_search .item .txt {
    flex: 1;
}

.listWrap .list_right .hot_search .item .txt p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    margin-bottom: 10px;
}

.listWrap .list_right .hot_search a:nth-child(1) .item .txt p::after {
    margin-left: 3px;
    content: '热';
    width: 17px;
    height: 17px;
    background-color: #fd7a05;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
}

.listWrap .list_right .hot_search a:nth-child(2) .item .txt p::after {
    margin-left: 3px;
    content: '新';
    width: 17px;
    height: 17px;
    background-color: #ff0000;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
}

.listWrap .list_right .hot_search .item .txt span {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.listWrap .list_right .hot_search .item:hover p {
    color: #c82f37;
}

.listWrap .list_right .discussion {
    margin-top: 20px;
    width: 310px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 23px 15px 20px;
    box-sizing: border-box;
}

.listWrap .list_right .discussion h3::before {
    content: '\e7b0';
    color: #fe971e;
}

.listWrap .list_right .discussion .discussionList {
    margin-top: 15px;
}

.listWrap .list_right .discussion .discussionList .item {
    display: block;
    height: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    transition: .3s;
    overflow: hidden;
}

.listWrap .list_right .discussion .discussionList .item img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: none;
    object-fit: cover;
}

.listWrap .list_right .discussion .discussionList .item .mask {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    /* background-color: rgba(0, 0, 0, .5); */
    background-color: #fff;
}

.listWrap .list_right .discussion .discussionList .item .mask::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    content: "\e698";
    font-size: 20px;
    color: #fe971e;
}

.listWrap .list_right .discussion .discussionList .item .mask p {
    padding-left: 32px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #666666;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listWrap .list_right .discussion .discussionList .item.active {
    height: 101px;
}

.listWrap .list_right .discussion .discussionList .item.active img {
    display: block;
}

.listWrap .list_right .discussion .discussionList .item.active .mask {
    background-color: rgba(0, 0, 0, .5)
}

.listWrap .list_right .discussion .discussionList .item.active .mask::before {
    color: #fff;
}
.listWrap .list_right .discussion .discussionList .item.active .mask p {
    color: #fff;
}