.public-title .title::after {
    bottom: -.7rem;
}
.card {
  flex-direction: inherit;
  border:none;
  border-radius: inherit;
}
.public-title .text {
    margin-top: .1rem;
    letter-spacing: 2px;
}

.anli {
    padding-bottom: 1.2rem;
    margin-top: .9rem;
}

.anli .tabs a {
    line-height: .6rem;
    background-color: #f5f7fa;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    width: 2.8rem;
    margin-right: .2rem;
}

.anli .tabs a:last-child {
    margin-right: 0;
}

.anli .tabs .active {
    background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
    color: #FFF;
}

.anli .content {
    margin-top: .9rem;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.anli .content .card {
    padding: .4rem .4rem .4rem 0;
}

.anli .content .card::after {
    content: '';
    position: absolute;
    left: .6rem;
    right: .6rem;
    height: 1px;
    background-color: #f0f0f0;
    bottom: 0;
}

.anli .content .tit {
    padding-left: .8rem;
    min-width: 0;
}

.anli .content .tit::after {
    content: '';
    position: absolute;
    left: .6rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 2px;
    height: 60%;
    background-color: #c0ab8c;
}

.anli .content .btn {
    margin-top: 0;
      font-size: 14px;
}

.my-youshi {
    width: 100%;
    background: url(https://www.fsg.com.cn/upload/images/bg22.jpg)no-repeat center;
    overflow: hidden;
    padding-bottom: 1.2rem;
    background-size: cover;
}

.my-youshi .public-title .title {
    color: #FFF;
}

.my-youshi .public-title .title::after {
    background-color: #FFF;
}

.my-youshi .content {
    margin-top: 0.9rem;
    margin-left: -.2rem;
    margin-right: -.2rem;
}
.fangan .slick-initialized .slick-slide{display: flex;}
.my-youshi .slick-list {
    padding: .2rem 0;
}
.my-youshi li {
    height: 3.5rem;margin-left: .2rem;
    margin-right: .2rem;
}

.my-youshi li .pic {
    width: 1.4rem;
    height: 1.4rem;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    padding: 0.15rem;
    overflow: hidden;
}

.my-youshi li .pic img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 100%;
    height: 100%;
}

.my-youshi li .pic::after {
    content: '';
    position: absolute;
    left: 0.12rem;
    top: 0.12rem;
    right: 0.12rem;
    bottom: 0.12rem;
    border: 6px #FFF solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
}

.my-youshi li::after {
    content: '';
    position: absolute;
    left: 0;
    top: .75rem;
    bottom: 0;
    width: 100%;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    background-color: #FFF;
    z-index: 0;
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, .15);
}

.my-youshi li .text-content {
    z-index: 1;
    margin-top: 0.3rem;
}

.my-youshi li .text-content h4 {
    margin: 0;
    line-height: 1.5;
    padding-bottom: .2rem;    font-weight: bold;
}

.my-youshi li .text-content h4::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: .4rem;
    background-color: #3880c6;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.my-youshi li .text-content .txt {
    padding: 0.2rem 0.2rem;
    color: #5b626c;
}

.fangan {
    padding-bottom: 1.2rem;
}

.fangan .txt {
    padding: 0 2.35rem;
    margin-top: .9rem;
}
.fangan .slick-list {
    padding: .2rem;
}
.fangan li {
    padding: .5rem;
    margin-top: .6rem;
  margin-left: 0.15rem;
    margin-right: 0.15rem;
}

.fangan li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    background-color: #FFF;
    z-index: 0;
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, .15);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fangan li .icon {
    width: .7rem;
    height: .7rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    margin-right: .4rem;
}
.fangan li .icon{background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;}
.fangan li:nth-child(1) .icon {
    background-image: url(https://www.fsg.com.cn/repository/portal-local/ngc202204150002/cms/image/e175a936-6c1c-4fe2-8ec9-9563f8f76d54.png?d=1658498524465);
}

.fangan li:nth-child(2) .icon {
    background-image: url(../../repository/portal-local/ngc202204150002/cms/image/675453e8-0a28-46f6-875c-0b3ba8dd2cf9.png);
}

.fangan li h3 {
    margin: 0;
    padding-bottom: .2rem;
    font-size: .24rem;
}

.fangan li h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: .4rem;
    background-color: #3880c6;
}

.fangan li .text-content {
    z-index: 1;
}

.fangan li .text-content p {
    margin: 0;
    margin-top: .2rem;
}

.tongdian {
    width: 100%;
    height: 9rem;
    background: url(https://www.fsg.com.cn/upload/images/bg23.jpg)no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.tongdian ul {
    align-items: flex-start;
    margin-top: .6rem;
}

.tongdian li {
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    padding: .4rem;
    margin-top: .5rem;
}

.tongdian li:nth-child(even) {
    margin-top: .7rem;
}

.tongdian li:nth-child(1) {
    width: 48%;
}

.tongdian li:nth-child(2) {
    width: 45%;
}

.tongdian li:nth-child(3) {
    margin-left: .9rem;
    width: 38%;
}

.tongdian li:nth-child(4) {
    margin-right: .4rem;
    width: 48%;
}

.tongdian li:nth-child(5) {
    width: 48%;
}

.tongdian li:nth-child(6) {
    width: 42%;
}
.bgPop {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.pop {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 0;
    padding: 25px;
    z-index: 100;
    background-image: linear-gradient(45deg, #248ee6, #35cdff);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding-top: .8rem;
    overflow-y: auto;
}

.pop .pop-close {
    position: absolute;
    right: .6rem;
    z-index: 999;
}

.pop .pop-close span {
    background: url(../../repository/portal-local/ngc202204150002/cms/image/18190baf-2453-433e-a172-6f11015c0139.png)no-repeat center;
    background-size: 100%;
    width: .6rem;
    height: .6rem;
}

.pop .public-title {
    margin-top: 0;
}

.pop .public-title .title {
    color: #FFF;
}

.pop .public-title .title::after {
    background-color: #FFF;
}

.pop .pop-roll {
    width: 5.1rem;
    height: 3rem;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.pop .pop-roll img {
    width: 100%;
}

.pop .tit {
    line-height: 1.5;
    margin-right: 2rem;
}

.pop .con {
    margin-top: .6rem;
}

.pop ul {
    margin-top: .6rem;
}

.pop li {
    margin-top: .3rem;
    padding-bottom: .3rem;
    padding-top: .3rem;
}

.pop li:last-child {
    border-bottom: 1px #FFF solid;
}

.pop li span {
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: .2rem;
    margin-top: .08rem;
}

.pop li span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #FFF;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.pop li .txt {
    margin-top: .1rem;
}

.pop li .flex-1 div:nth-child(1){font-weight: bold;}
.pop .slick-dots{bottom: 6px;margin-top:0}
.pop .slick-dots li{margin: 0 5px;
    padding: 0;border-bottom:0}

@media (min-width:1025px) {
    .anli .content .card:hover {
        background-color: #f5f7fa;
    }
    .my-youshi li:hover {
        cursor: pointer;
        margin-top: -.2rem;
    }
    .my-youshi li:hover::after {
        box-shadow: 0 0 0.15rem rgba(0, 0, 0, .25);
    }
    .fangan li:hover {
        color: #FFF;
    }
    .fangan li:hover::after {
        top: -.1rem;
        bottom: -.1rem;
        background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
    }
    .fangan li:hover h3::after {
        background-color: #FFF;
    }
  .fangan li:hover .icon{background-position: 0 100%;}
    .fangan li:hover:nth-child(1) .icon {
        background-image: url(https://www.fsg.com.cn/repository/portal-local/ngc202204150002/cms/image/148414ef-08b6-4302-b66e-e19eebbd68fe.png?d=1658498546525);
    }
    .fangan li:hover:nth-child(2) .icon {
        background-image: url(../../repository/portal-local/ngc202204150002/cms/image/149024b1-df50-44ae-a223-3d3bb82c34b3.png);
    }
    .tongdian li:hover {
        background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .public-title .title::after {
        bottom: -.9rem;
    }
    .anli .tabs a {
        line-height: .9rem;
        width: 3.4rem;
    }
    .my-youshi {
        height: auto;
        background-size: cover;
    }
    .my-youshi li .text-content .txt {
        line-height: 1.8;
        margin-top: 0.2rem;
    }
    .my-youshi li {
        height: 4.8rem;
    }
    .my-youshi li .pic {
        width: 1.8rem;
        height: 1.8rem;
    }
    .fangan li .icon {
        width: 1.2rem;
        height: 1.2rem;
    }
    .fangan .txt {
        padding: 0 1rem;
    }
    .fangan li h3 {
        font-size: .34rem;
    }
    .tongdian {
        height: auto;
        padding-bottom: 1.2rem;
    }
    .pop li {
        padding-right: 0;
    }
    .pop .tit {
        margin-right: .9rem;
    }
    .pop .pop-roll {
        width: 7rem;
        height: 3.6rem;
    }
}

@media (max-width:950px) {
    .public-title .title::after {
        bottom: -1.2rem;
    }
    .anli .tabs a {
        line-height: 1.2rem;
        width: 4.8rem;
    }
    .my-youshi li {
        height: 7rem;
        padding-bottom: 0.8rem;
    }
    .my-youshi li .pic {
        width: 3rem;
        height: 3rem;
    }
    .my-youshi li::after {
        top: 1.5rem;
    }
    .fangan li h3 {
        font-size: .46rem;
    }
    .fangan li h3::after {
        width: .8rem;
    }
}

@media (max-width:767px) {
    .public-title .title::after {
        bottom: -1.4rem;
    }
    .anli .tabs a {
        line-height: 1.4rem;
        width: 5.4rem;
    }
    .fangan .txt {
        padding: 0;
    }
}

@media (max-width:480px) {
    .public-title .title::after {
        bottom: -1.8rem;
    }
    .public-title .text {
        margin-top: 0;
    }
    .anli .tabs a {
        line-height: 2rem;
        width: 45%;
    }
    .my-youshi li {
        margin-top: .8rem;
        height: 11rem;
    }
    .my-youshi li .pic {
        width: 4rem;
        height: 4rem;
    }
    .my-youshi li::after {
        top: 2rem;
    }
    .fangan .content {
        flex-flow: column;
    }
    .fangan li {
        flex-flow: column;
    }
    .fangan li .icon {
        width: 2.4rem;
        height: 2.4rem;
    }
    .fangan li .text-content {
        margin-top: .8rem;
    }
    .fangan li h3 {
        font-size: .86rem;
    }
    .tongdian li {
        width: 100% !important;
        margin: .4rem 0 !important;
        padding: .8rem;
    }
    .pop {
        padding-left: 0;
        padding-right: 0;
    }
    .pop .tit {
        margin-right: 0;
    }
    .pop .pop-roll {
        width: 100%;
        height: 9rem;
        margin-top: .6rem;
    }
}

@media (max-width:376px) {
    .public-title .title::after {
        bottom: -2rem;
    }
    .my-youshi li {
        height: 13rem;
    }
    .my-youshi li .text-content .txt {
        padding: 0.4rem 0.6rem;
    }
    .my-youshi li .pic {
        width: 5rem;
        height: 5rem;
    }
    .my-youshi li::after {
        top: 3rem;
    }
}