html,
body,
#Gqc {
    height: 100%;
}

#Gqc {
    display: flex;
    flex-direction: column;
}

#Gqc .mainContent {
    height: 100%;
    /* background: url(../../images/FT_jiuj/MainBg.png) left bottom no-repeat; */
    /* background-size: cover; */
    /* padding-top: 1.77vw; */
    padding-bottom: 2.6vw;
}

#Gqc .ServiceTypeTab {
    display: flex;
    justify-content: center;
    margin-bottom: 1.56vw;
}

#Gqc .ServiceTypeTab p {
    cursor: pointer;
    width: 9.38vw;
    height: 2.08vw;
    font-size: 0.94vw;
    text-align: center;
    line-height: 2.08vw;
    color: #336DFF;
    background-color: #FFFFFF;
    transition: all 0.3s;
    border: 1px solid #336DFF;
}

#Gqc .ServiceTypeTab p:first-child {
    border-radius: 1.04vw 0 0 1.04vw;
    border-right: none;
}

#Gqc .ServiceTypeTab p:last-child {
    border-radius: 0 1.04vw 1.04vw 0;
}

#Gqc .ServiceTypeTab p.active {
    background-color: #336DFF;
    color: #FFFFFF;
}

#Gqc .ServiceTypeTab p:hover {
    background-color: #336DFF;
    color: #FFFFFF;
}

#Gqc .ServiceTypeTab p:hover::after {
    left: 20%;
    width: 60%;
}

#Gqc .ServiceTypeContent {
    
    /* margin-top: 1.67rem; */
    background: #FFFFFF;
    /* box-shadow: 0px 2px 8px 0px rgba(66, 98, 241, 0.3); */
    border-radius: 2px;
    min-height: 41vw;
    
}

#Gqc .ServiceTypeContent .CompanyServe {
    padding: 0 2.92vw 2.6vw;
    height: 100%;
}

#Gqc .ServiceTypeContent .CompanyServe .MatterType {
    width: 100.5%;
    height: 2.86vw;
    overflow: hidden;
    padding: 0 5.21vw;
    position: relative;
}

#Gqc .swiper {
    overflow: hidden;
}

#Gqc .ServiceTypeContent .CompanyServe .MatterType .matterItem {
    width: 9.375vw;
    height: 2.86vw;
    text-align: center;
    /* line-height: 5.5rem; */
    border: 1px solid #336DFF;
    cursor: pointer;
    border-radius: 0.42vw;
    color: #336DFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#Gqc .ServiceTypeContent .CompanyServe .MatterType .matterItem img {
    width: 2.03vw;
    height: 1.67vw;
}

#Gqc .ServiceTypeContent .CompanyServe .MatterType .matterItem .ActivePic {
    display: none;
}

#Gqc .ServiceTypeContent .CompanyServe .MatterType .matterItem .MatterTitle {
    font-size: 0.94vw;
    max-width: 6.77vw;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#Gqc .ServiceTypeContent .CompanyServe .MatterType .matterItem .MatterNum {
    font-size: 1.25vw;
}

#Gqc .ServiceTypeContent .CompanyServe .MatterType .matterItem:hover {
    background: #336DFF;
    color: #FFFFFF;
}

#Gqc .ServiceTypeContent .CompanyServe .MatterType .matterItem:hover .NormalPic {
    display: none;
}

#Gqc .ServiceTypeContent .CompanyServe .MatterType .matterItem:hover .ActivePic {
    display: block;
}

#Gqc .ServiceTypeContent .CompanyServe .MatterType .checkon {
    background: #336DFF;
    color: #FFFFFF;
}

#Gqc .ServiceTypeContent .CompanyServe .MatterType .checkon .NormalPic {
    display: none;
}

#Gqc .ServiceTypeContent .CompanyServe .MatterType .checkon .ActivePic {
    display: block;
}

#Gqc .swiper-button-next,
#Gqc .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 2.45vw;
    height: 2.45vw;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    border-radius: 50%;
    background-size: cover !important;
}

#Gqc .swiper-button-prev {
    background: url(../../images/FT_jiuj/left.png) center center no-repeat;
}

#Gqc .swiper-button-next {
    background: url(../../images/FT_jiuj/right.png) center center no-repeat;
}

#Gqc .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '';
}

#Gqc .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

#Gqc .swiper-button-next.swiper-button-disabled,
#Gqc .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}

#Gqc .MatterDetail {
    margin-top: 2.34vw;
}

#Gqc .MatterDetail .MatterDetailItem ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.26vw 0.26vw 0;
    flex-wrap: wrap;
    max-height: 21vw;
    /* height: 21vw; */
    overflow: hidden;
}

#Gqc .MatterDetail .MatterDetailItem ul:hover {
    overflow-y: auto;
}

#Gqc .MatterDetail .MatterDetailItem li {
    width: 48%;
    height: 2.5vw;
    box-shadow: 0px 0px 6px 0px rgba(153, 152, 153, 0.3);
    background: #FFFFFF url(../../images/FT_jiuj/xzf.png) 1.15vw center no-repeat;
    background-size: 2.08vw 2.08vw;
    border-radius: 0.42vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2.19vw 0 3.96vw;
    margin-bottom: 1.56vw;
}

#Gqc .MatterDetail .MatterDetailItem li span {
    width: 80%;
    font-size: 1.04vw;
    font-weight: 400;
}

#Gqc .MatterDetail .MatterDetailItem li a {
    width: 4.17vw;
    height: 1.25vw;
    text-align: center;
    line-height: 1.25vw;
    background: #4285F4;
    border-radius: 0.21vw;
    font-size: 0.63vw;
    color: #FFFFFF;
}

.MatterDetailList::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
}

.MatterDetailList::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    background-color: #4285F4;
    background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

.MatterDetailList::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
    background: #FFFFFF;
    border-radius: 5px;
}


/* Paging */


/*分页样式*/

.fydiv {
    width: 405px;
    text-align: center;
    height: 30px;
    /* margin: 0 auto; */
    margin: 30px auto;
}

.fenye {
    text-align: center;
    height: 30px;
    margin: 0 auto;
}

.fenye li {
    float: left;
    border: 1px solid #4285F4;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
}

.fenye li:hover {
    background-color: #f1f1f1;
}

.fenye li a {
    text-decoration: none;
    color: #4285F4;
    display: block;
}

.firstIndex,
.lastIndex {
    width: 50px;
}

.prev {
    width: 66px;
}

.next {
    width: 66px;
}

.numb {
    width: 26px;
}

.choose {
    border: 1px solid #4285F4!important;
    background: #4285F4;
}

.choose a {
    color: #FFF!important;
}