/*list样式*/
/*轮播图样式开始*/
body{
    width: 100%;
    overflow-x:hidden
}
#listCarousel .carousel-item .content {
    width: 100%;
    background-image: url("/home/image/cases/carouselBg.png");
    height: 470px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 33px 0;
}

#listCarousel .carousel-item .content .logo {
    width: 118px;
    height: 118px;
    border-radius: 59px;
    border: 1px solid #fafafa;
    background-color: rgba(255, 255, 255, .5);
    overflow: hidden;
}

#listCarousel .carousel-item .content .logo img {
    width: 120px;
    height: 120px;
}

#listCarousel .carousel-item .content .content-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 30px auto;
    position: relative;
}

#listCarousel .carousel-item .content .content-title::after {
    content: '';
    width: 60px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}

#listCarousel .carousel-item .content .content-desc {
    width: 800px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    height: 100px;
}

#listCarousel .carousel-item .content .content-more {
    width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    position: relative;
}

#listCarousel .carousel-item .content .content-more .button {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #fff;
    position: absolute;
    right: 0;
    bottom: -13px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

#listCarousel .carousel-control-prev,
#listCarousel .carousel-control-next {
    width: 20%;
}

#listCarousel .carousel-control-prev {
    justify-content: flex-end;
}

#listCarousel .carousel-control-next {
    justify-content: flex-start;
}

#listCarousel .carousel-control-prev .carousel-control-prev-icon,
#listCarousel .carousel-control-next .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

#listCarousel .carousel-control-prev:hover .carousel-control-prev-icon,
#listCarousel .carousel-control-next:hover .carousel-control-next-icon {
    color: #212529;
}

#listCarousel .carousel-indicators {
    bottom: 40px;
}
.swiper-pagination{

}
/*/deep/ .swiper-pagination-bullet{*/
/*    width: 50px !important;*/
/*    height: 8px !important;*/
/*    border-radius: 0;*/
/*}*/
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
    width: 60px;
    height: 8px;
    border-radius: 0;
    background: #ffffff;
}
/*轮播图样式结束*/
/*分类样式开始*/
.case-list {
    position: relative;
    background-color: #f0f8ff;
}

.case-list .xb-auto-width {
    max-width: 1280px !important;
    display: flex;
    /*justify-content: flex-start;*/
    flex-direction: column;
    align-items: center;
}

.case-class-box {
    width: 1200px;
    height: 100px;
    background-color: #ffffff;
}
.litop{
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.lileft{
    margin-left: 25px;
}
.case-class-box .class-list {
    display: flex;
    justify-content: space-around;
    height: 90px;
    padding-top: 10px;
    /*display: flex;*/
    /*justify-content: flex-start;*/
    /*align-items: center;*/
    /*margin: 0;*/
}

.case-class-box .class-list .list-item {
    width: 110px;
    height: 100%;
    /*background: #00bd1f;*/
    display: inline-block;
    overflow: hidden;
    text-align: center;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*margin: 0 34px;*/
    /*height: 24px;*/
    /*color: #4D4D4D;*/
    line-height: 70px;
    /*position: relative;*/
    /*cursor: pointer;*/
    /*transition: .3s;*/
}
.icon_desc{
    margin-top: -40px;
    font-size: 14px;
}

/*.font_desc li{*/
/*    margin-top: -80px*/
/*    font-size: 14px;*/
/*}*/
.address_item{

}
#selectItem{
    height: 200px;
    overflow: auto;
}
#selectItem1{
    height: 200px;
    overflow: auto;
}
.case-class-box .class-list .list-item:hover{
    border-bottom: 2px red solid;
    color: red;
}
.active_shebeitype{
    border-bottom: 2px red solid;
    color: red;
}

.case-class-box .class-list .list-item::after {
    content: '';
    width: 1px;
    height: 14px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -34px;
}

.case-class-box .class-list .list-item:last-child::after {
    display: none;
}

.case-class-box .class-list .list-item.active {
    background: #FFA300;
    border-radius: 3px;
    padding: 0 10px;
    color: #fff;
    transition: .3s;
}
.text-tag-item{
    width: 1000px;
    height: 1000px;
}
.case-list .cases {
    display: grid;
    grid-template-columns: repeat(4, 280px);
    column-gap: 25px;
}

.case-list .cases .case-item {
    width: 280px;
    height: 365px;
    overflow: hidden;
    margin: 20px auto;
    position: relative;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
    background: #ffffff;
    margin-top: 20px;
}
.acover{
    padding: 0;
}
/*.xb-bg:nth-child(4n){*/
/*    margin-left: 0px !important;*/
/*}*/
/*.xb-bg:nth-child(4n+1){*/
/*    margin-left: 20px !important;*/
/*}*/
/*.xb-bg:nth-child(4n+2){*/
/*    margin-left: 20px !important;*/
/*}*/
/*.xb-bg:nth-child(4n+3){*/
/*    margin-left: 20px !important;*/
/*}*/


.case-list .cases .case-item .info {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 50%;*/
    background-color: #FFFFFF;
    z-index: 10;
    padding: 10px;
    /*display: flex;*/
    /*justify-content: flex-start;*/
    /*align-items: center;*/
    /*flex-direction: column;*/
}

.case-list .cases .case-item .info .title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.bottom_img{

}
/deep/ .news-detail .img-tag ul li{
    width: 100%;
    display: flex;
    justify-content: center;
}
.bottom_img li a{
    width: 100%;
}
.bottom_img li a img{
    width: 100%;
}
.aa{
    display: block;
}
.bb{
    display: none;
}

.case-list .cases .case-item .info .desc {
    margin-top: 16px;
    /*padding: 0 21px;*/
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #808080;
    -webkit-box-orient: vertical;
    text-align: center;
}
.case-list .cases .case-item .info .type{
    font-size: 14px;
    color: #808080;
    padding-left: 5px;
    margin-top: 15px;
}

.case-list .cases .case-item .info .footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    display: flex;
    /*justify-content: center;*/
    padding-left: 10px;
    align-items: center;
    border-top: 1px solid #E6E6E6;
}

.case-list .cases .case-item .info .footer .kinds {
    /*border: 1px solid rgba(251, 79, 46, 1);*/
    color: #808080;
    /*margin-top: 0;*/
    /*padding: 5px 20px;*/
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
}
.case-list .cases .case-item .info .footer .kinds span{
    color:black;
    margin-left: 10px;
}

/*分类样式结束*/
.xb-container {
    background-color: #f0f2f5;
}

.experience-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 61px;
}

.experience-box .content {
    background-color: #ffffff;
    width: 956px;
    text-align: left;
    padding: 40px 30px;
    box-shadow: 0px 2px 18px -4px rgba(162, 201, 214, 0.5);
    position: relative;
}

.experience-box .content .label {
    right: 0;
    top: 0;
    position: absolute;
    border: 42.5px solid #ff3239;
    border-bottom: 42.5px solid transparent;
    border-left: 42.5px solid transparent;
    width: 0;
    height: 0;
}

.experience-box .content .label:before {
    content: "";
    top: -42.5px;
    right: -42.5px;
    z-index: 10;
    position: absolute;
    border: 15px solid #ffffff;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
}

.experience-box .content .label .label-text {
    position: absolute;
    top: -24px;
    right: -55px;
    width: 70px;
    display: block;
    transform: rotate(45deg);
    font-size: 1.5rem;
    color: #ffffff;
}

.experience-box .content .main-content .title {
    font-size: 1.625rem;
    margin-bottom: 25px;
}

.experience-box .content .main-content .desc {
    font-size: 0.875rem;
    color: #828282;
    margin-bottom: 38px;
}

.experience-box .content .main-content .desc span {
    display: inline-flex;
    align-items: center;
    margin-right: 7px;
}

.experience-box .content .main-content .desc .el-image {
    width: 18px;
    height: 18px;
    margin-right: 3px;
}

.experience-box .content .main-content .paragraph {
    padding: 0 20px 24px;
    color: #777777;
}

.experience-box .content .main-content .paragraph-image {
    width: 100%;
    padding: 0 20px 20px;
}

.experience-box .content .handle-content {
    padding: 30px;
    border-bottom: 1px dashed #979797;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.experience-box .content .handle-content .button {
    width: 162px;
    height: 55px;
    background: #009dff;
    border-radius: 28px;
    padding: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    color: #ffffff;
}

.experience-box .content .handle-content .button i {
    display: inline-block;
    margin-right: 8px;
}

.experience-box .content .handle-content .button span {
    display: inline-block;
    margin-right: 5px;
}

.experience-box .content .handle-content .share {
    position: absolute;
    bottom: 0;
    right: 20px;
}

.experience-box .content .handle-content .share i {
    display: inline-block;
    font-size: 25px;
    margin-right: 35px;
    color: #8d8d8d;
}

.experience-box .content .handle-content .share i:last-child {
    margin-right: 0;
}

.experience-box .content .handle-content .share .tip {
    margin: 12px 0;
    font-size: 0.875rem;
    color: #d4d4d4;
}

.experience-box .content .reply-content .title {
    margin: 26px 0;
    color: #565656;
    font-weight: 600;
}

.experience-box .content .reply-content .title span {
    display: inline-block;
}

.experience-box .content .reply-content .title span:last-child {
    margin-left: 10px;
    color: #d1d1d1;
    font-weight: normal;
    font-size: 0.875rem;
}

.experience-box .content .reply-content .add-reply {
    display: flex;
    align-items: flex-start;
    height: 170px;
}

.experience-box .content .reply-content .add-reply .add-left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 0.875rem;
    color: #989898;
    margin-right: 33px;
    margin-top: 7px;
    width: 43px;
}

.experience-box .content .reply-content .add-reply .add-left img {
    width: 39px;
    height: 39px;
    margin-bottom: 9px;
}

.experience-box .content .reply-content .add-reply .add-right {
    width: 815px;
    height: 50px;
}

.experience-box .content .reply-content .add-reply .add-right .handle {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #d7d7d7;
    font-size: 0.875rem;
}

.experience-box .content .reply-content .add-reply .add-right .handle span {
    display: flex;
    align-items: center;
}

.experience-box .content .reply-content .add-reply .add-right .handle i {
    display: inline-block;
    font-size: 21px;
    margin-right: 4px;
}

.experience-box .content .reply-content .handle-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.experience-box .content .reply-content .handle-title .button span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 27px;
    border-radius: 19px;
    border: 1px solid #0083ff;
    color: #0092ff;
    font-size: 0.875rem;
    margin-left: 10px;
    cursor: pointer;
}

.experience-box .content .reply-content .handle-title .button span:last-child {
    border: 1px solid #f0f2f5;
    color: #797979;
}

.experience-box .content .reply-content .reply-list {
    color: #6b6b6b;
}

.experience-box .content .reply-content .reply-list .reply-item {
    display: flex;
    border-bottom: 1px dashed #f0f0f0;
    margin-bottom: 23px;
}

.experience-box .content .reply-content .reply-list .reply-item .avatar {
    width: 50px;
    height: 50px;
    margin-right: 13px;
}

.experience-box .content .reply-content .reply-list .reply-item p {
    width: 800px;
    font-weight: 600;
    margin-bottom: 10px;
}

.experience-box .content .reply-content .reply-list .reply-item p:last-child {
    font-size: 0.875rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
}

.experience-box .content .reply-content .reply-list .reply-item p:last-child span {
    display: inline-flex;
    align-items: center;
}

.experience-box .content .reply-content .reply-list .reply-item p:last-child i {
    margin-right: 2px;
    margin-left: 17px;
    display: inline-block;
}

.experience-box .sidebar {
    margin-left: 12px;
}

.experience-box .sidebar .sidebar-item {
    padding: 15px 36px;
    background: white;
    box-shadow: 0px 2px 18px -4px rgba(107, 147, 160, 0.5);
    margin-bottom: 14px;
}

.experience-box .sidebar .sidebar-item:last-child {
    padding: 15px;
}

.experience-box .sidebar .qrcode {
    width: 246px;
    height: 246px;
}

.experience-box .sidebar .tip {
    text-align: center;
    font-size: 1.25rem;
    color: #8d8d8d;
}

.experience-box .sidebar .text {
    font-size: 0.875rem;
    color: #4c4c4c;
    margin-bottom: 12px;
}

.experience-box .sidebar .text:first-child {
    font-weight: 600;
}

.experience-box .sidebar .text:last-child {
    margin-bottom: 0;
}

.experience-box .sidebar .title {
    color: #4c4c4c;
    font-weight: 600;
    margin-bottom: 31px;
}

.experience-box .sidebar .system {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #565656;
    font-weight: 600;
    margin-bottom: 19px;
}

.experience-box .sidebar .system .el-image {
    width: 82px;
    height: 68px;
    margin-right: 14px;
}

.experience-box .sidebar .system:last-child {
    margin-bottom: 0;
}
#content,#content1{
    width: 115px;
    height: 35px;
    line-height: 42px;
    padding-left: 10px;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    border: 1px solid rgb(221, 221, 221);
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgb(51, 51, 51);
    cursor: pointer;
    display: flex;
    align-items: center;
}

#selectImg,#selectImg1{
  position: absolute;
  top:13px;
  right: 10px;
  cursor: pointer;
}
#selectItem,#selectItem1{
  display: none;
  border: 1px solid #eee;
  width: 115px;
    z-index: 100;
    position: absolute;
    background: #ffffff;
    border-radius: 5px;
}
#selectItem ul,#selectItem1 ul{
  list-style: none;
}
#selectItem ul li,#selectItem1 ul li{
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  cursor: pointer;
}
#selectItem ul li:hover{
  background-color:#f5f7fa;
}
#selectItem1 ul li:hover{
    background-color:#f5f7fa;
}
.search{
    margin-top: -10px;
}
.search-top{
    float:left;
    /*padding-top:-15px;*/
    margin-left:10%;
    height:25px;
    display: flex;
    flex-direction: row;
}
.search_btn{
    width: 55px;
    height: 35px;
    border:1px #DDDDDD solid;
    border-radius: 3px;
    background: #fff;
    margin-left: 20px;
    margin-top: 1px;
    font-size: 14px;
}
.search-top input{
    border: 1px #DDDDDD solid;
    width: 300px;
    height: 35px;
    font-size: 16px;
    line-height: 23px;
    border-radius: 5px;
    padding-right: 8px;
    background-color: #fff;
}
.gomirror{
    margin-left: 40%;
    /*transform: translateX(-50%);*/
}
.gomirror-btn{
    width: 95px;
    font-size: 14px;
    border-radius: 5px;
    height: 35px;
    background: #ffffff;
    border: 1px #DDDDDD solid;
}
.footer-kinds{
    width: 1200px;
    height: 100px;
    border-top: 1px #F6F6F6 solid;
    background-color: #ffffff;
}
.onerowkinds{
    display: flex;
    flex-direction: row;
    padding: 10px 0 0 20px;
    /*padding-left: 20px;*/
}
.fontone{
    color: rgba(153, 153, 153, 1);
}
.fonttwo{
    color: red;
    margin-left: 20px;
}
.fontthree {
    margin-left: 20px;
}
.fenye{
    display: flex;
    flex-direction: row;
    margin: 30px auto;
}
.lastpage,.nextpage{
    width: 70px;
    height: 30px;
    background: #ffffff;
    border: 1px #CFCFCF solid;
    border-radius: 2px;
    margin: 0 10px 0 10px;
}
#ul1 {
    /*display: inline-block;*/
}
.nextpage{
    color: #8D9EAD;
}
.pagenum{
    width: 30px;
    height: 30px;
    background: #ffffff;
    display: inline-block;
    border: 1px #8D9EAD solid;
    border-radius: 2px;
    text-align: center;
}
.active_pagenum{
    border: 1px red solid;
    background: red;
    color: white;
}
.input_pagenum{
    width: 30px;
    height: 30px;
    margin: 0 5px 0 5px;
}
.sure_btn{
    width: 70px;
    height: 30px;
    background: #ffffff;
    border: 1px #CFCFCF solid;
    border-radius: 2px;
    margin: 0 10px 0 10px;
}
.kins_allfont{
    display: flex;
    flex-direction: row;
}
.news-popular-topics,
.news-popular-search,
.news-system-recommend {
    padding: 20px;
    margin-bottom: 25px;
    width: 100%;
    /*background-color: #fff;*/
    background:#FAFAFA
}
.topics_item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 50px;
    border-bottom:1px  #DCDCDC solid;
    padding-top: 10px;
}
.popular-topics-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popular-topics-item .item-text {
    /*margin-bottom: 20px;*/
    line-height: 30px;
}
.news-carousel {
    margin-bottom: 20px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}