

.gov-container{
    width: 100%;
    height: 100%;
}

.b-question{
    width: 100%;
    padding: 0 18%;
}

.b-question-content{
   width: 100%; 
   height: 66rem;
   position: relative;
}

.question-part {
    float: left;
    width: 24%;
    height: 100%;
    box-shadow: 0px 2px 43px -8px rgba(36,46,77,0.2);
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    padding:0px 16px 24px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bold-arrow-left{
    width: 57px;
    height: 37px;
    position: absolute;
    left: 22%;
    top: 40%;
    z-index: 2;
}

.bold-arrow-right{
    width: 57px;
    height: 37px;
    position: absolute;
    right: 22%;
    top: 40%;
    z-index: 2;
}




.question-title {
    font-size: 2.4rem;
    font-family: PingFang-SC-Bold;
    font-weight: 700;
    line-height: 48px;
    background: linear-gradient(60deg, #07ACFF 0%, #366DF2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.question-item{
    width: 100%;
    background: #F3F8FF;
    padding: 25px 20px;
}

.question-part-name{
    font-size: 2rem;
    font-family: PingFang-SC-Bold;
    font-weight: 700;
    line-height: 8rem;
    margin-bottom: 2rem;
    color: #fff;
    text-align: center;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(90deg, #416CFF 0%, #07ACFF 100%);
    margin-bottom: 0;
    padding-top: 0;
}

.clearbg{
    background: linear-gradient(60deg, #07ACFF 0%, #366DF2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} 

.question-item-title{
    font-size:1.5rem;
    font-family: PingFang-SC-Bold;
    font-weight: 700;
    color: #616266;
    line-height: 24px;
    text-align: left;
    margin-bottom: 1rem;
}

.question-item-title .square {
    display: inline-block;
    width: 4px;
    height: 16px;
    border-radius: 2px;
    background: #0A85F3;
    margin-right: 5px;
    vertical-align: middle;
}

.question-item-subtitle{
    font-size: 1.2rem;
    font-family: OPPOSans-Medium, OPPOSans;
    font-weight: 500;
    color: #9D9FA6;
    text-align: center;
    text-align: left;
    margin-bottom: 0rem;
    padding-left: 10px;
}

.more-bottom{
    padding-bottom: 4rem;
}

.question-center {
    float: left;
    width: 48%;
    height: 100%;
    box-shadow: 0px 2px 43px -8px rgba(36,46,77,0.2);
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    margin-left: 2%;
    margin-right: 2%;
    border-radius: 12px;
}

.question-soluations-one{
    width: 100%;
    padding:0 16%;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}

.sep-top{
    margin-top: 4rem;
}

.purple-bg{
    width: calc(100% - 32%);
    background:#F3F8FF;
    padding: 0;
    margin: 0 16%;
    padding: 15px 20px;
}

.clear-top-botttom {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.question-soluation-item {
    width: 50%;
    display: flex; 
    align-items: center;
    justify-content: start;
}


.question-soluation-item img {
  width: 17px;
  height: 17px;
  margin-right: 6px;
}

.question-soluation-item-index {
    border: 1px solid #1795FA;
    font-size: 1.1rem;
    font-family: OPPOSans-Medium, OPPOSans;
    font-weight: 500;
    color: #0A85F3;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.question-soluation-item-title {
    font-size: 1.36rem;
    font-family: OPPOSans-Medium, OPPOSans;
    font-weight: 500;
    margin-bottom: 1rem;
    margin-top: 1rem;
}


.method-content{
    padding: 0 16%;
    width: 100%;
    display: flex;
    height: 200px;
}

.method-content-part{
    height: 100%;
    width: 33%;
    position: relative;
}

.method-content-part .top{
    width: 142px;
    height: 142px;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.method-content-part p{
    width: 142px;
    height: 142px;
    line-height: 142px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-family: PingFang-SC-Bold;
    font-weight: 700;
    color: #4985FD;
    white-space: pre-wrap;
}

.method-content-part .bottom{
    width: 152px;
    height: 62px;
    object-fit: contain;
    position: absolute;
    left: 0;
    bottom: 17px;
    /* bottom: -10px; */
}
.method-content-center{
    width: 33%;
    height: 142px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.method-content-center p{
    margin: 0;
}

.method-content-center img{
    margin: 0;
    position: absolute;
    left: 0;
    top: 55%;
    width: 100%;
    height: 15px;
}

.system-name{
    margin-top: 4rem;
    text-align: center;
    font-size: 1.8rem;
    font-family: PingFang-SC-Bold;
    font-weight: 700;
    line-height: 24px;
    background: linear-gradient(60deg, #07ACFF 0%, #366DF2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.8rem;
}

.b-situation {
    width: 100%;
    height: 644px;
    background: #F3F8FF;
    text-align: center;
}

.b-situation-box {
    margin-top: 3rem;
    width: 100%;
    height: 487px;
    position: relative;
}

.situation-left{
    float: left;
    width: 13%;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.situation-content {
    width: 219px;
    height: 219px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.situation-content .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.situation-content-center{
    position: relative;
    z-index: 1;
}

.situation-content-center p{
    font-size: 2rem;
    font-family: OPPOSans-Medium, OPPOSans;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    max-width: 82px;
    margin: 0;
}

.situation-content-center img{
    width: 62px;
    height: 62px;
    object-fit: cover;
}



.situation-center{
    float: left;
    width: 36%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.situation-center .content{
    max-width: 368px;
    height: 100%;
    position: relative;
}

.situation-center .content img{
    width:  100%;
    height:  397px;
}

.situation-center .content p{
    position: absolute;
    /* bottom: 0;  */
    left: 0;
    width: 100%;
    font-size: 2.2rem;
    font-family: PingFang-SC-Bold;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    background: linear-gradient(60deg, #07ACFF 0%, #366DF2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.situation-arrows-space{
    float: left;
    width: 15%;
    height: 100%;
    position: relative;
}

.situation-arrows{
    position: absolute;
    width: 20%;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 15%;
    top: 0;
    z-index: 2;
}



.situation-arrows-right {
    position: absolute;
    width: 25%;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: 20%;
    top: 0;
    z-index: 2;
}


.arrow-content {
    width: 100%;
    height: 219px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.arrow-content p{
    margin-bottom: 0.5rem;
    font-size: 1.7rem;
    color: #616266;
    font-weight: 500;
    line-height: 1.5rem;
}
.arrow-content img{
    width: 100%;
    height: 15px;
    object-fit: cover;
    margin-bottom: 3rem;
}

.arrow-content .long{
    width: 150%;
    height: 15px;
    margin-bottom: 2rem;
}

.arrow-content .short{
    width: 100%;
    height: 15px;
}



.section-detail-name{
    font-size: 2rem;
    font-family: OPPOSans-Medium, OPPOSans;
    font-weight: 500;
    color: #9D9FA6;
    opacity: 0.6;
    text-align: center;
}



.b-advantages {
    padding:0  18% 12rem 18%;
    background: #F3F8FF;
}

.b-advantages-box{
    width: 100%
}

.b-advantage {
    width: calc(50% - 20px); /* Add a space before the -20px */
    float: left; /* Float each .b-advantage element to the left */
    padding: 39px 22px;
    background: #fff;
    border-radius: 4px;
    margin-right: 20px; 
    margin-bottom: 20px;
    box-sizing: border-box;
    display: flex;
}
  
.b-advantage:nth-child(2n) {
margin-right: 0;
}

.b-advantage img{
    width: 116px;
    height: 116px;
    object-fit: cover;
}

.b-advantage-title{
    font-size: 2.2rem;
    font-family: PingFang-SC-Bold;
    font-weight: 700;
    color: #616266;
    line-height: 28px;
    margin-bottom: 1rem;
}

.b-advantage-subtitle{
    margin-top: 1.8rem;
    font-size: 1.6rem;
    font-family: PingFang-SC-Bold;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 28px;
    opacity: 0.6;
    margin-bottom: 0;
}
.product-sub{
    font-size: 24px;
    font-family: OPPOSans-Regular, OPPOSans;
    font-weight: 400;
    color: #616266;
    line-height: 42px;
}

.product-introduce {
    display: flex;
    width: 100%;
    height: 646px;
    margin-bottom: 70px;
}

.product-container {
    width: 250px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
  
.product-container .product-item-intro {
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: start;
    cursor: pointer;
    background: #fff;
    color: #313133;
    width: 100%;
    border-radius: 8px ;
}

.product-container .product-item-intro   .item-icon {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 8px;
    fill:#0A85F3;
    display: block;
}

.product-container .product-item-intro  .hovered {
   display: none;
   width: 40px;
   height: 40px;
   object-fit: cover;
}

.product-container .product-item-intro .item-icon  .svg-img {
    fill:red;
} 


.product-container .product-item-intro   .item-text {
    color: black;
    padding: 0;
    border-radius: 4px;
    margin: 0;
    font-size: 1.25rem;
    transition: background-color 0.3s, color 0.3s;
}

.product-container  .active {
    color: #fff;
    fill:#fff;
    background-color:#0A85F3;
}


.product-container  .active  .item-icon {
    display: none;
}

.product-container .active .hovered {
    display: block;
}

.product-container  .active  .item-text{
    color: #fff;
}

.product-introduce  .content {
    flex: 1;
    height: 100%;
    background-color: #e0e0e0;
    border-radius: 4px;
    margin-left: 20px;
    padding: 47px;
    background: #F0F6FF;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.product-introduce  .content .title{
    font-size: 2rem;
    font-family: PingFang-SC-Bold;
    font-weight: 700;
    color: #3D3D3D;
    line-height: 32px;
    margin-bottom: 1rem;
    width: 100%;
    text-align: left;
}

.product-introduce  .content .subtitle{
    margin-top: 1.3rem;
    font-size: 16px;
    font-family: OPPOSans-Medium, OPPOSans;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 32px;
    margin-bottom: 2.6rem;
    width: 100%;
    text-align: left;
}

.product-introduce  .content img{
    width: 766px;
    height: 445px;
    object-fit: contain;
    border-radius: 4px;
}


@media only screen and (max-width: 800px) {
    .section-detail-name{
        font-size: 1.6rem;
    }

    .b-advantage {
        width: 80%;
        margin-left: 10%;
        padding: 39px 22px;
        background: #fff;
        border-radius: 4px;
        margin-right: 20px; 
        margin-bottom: 20px;
        box-sizing: border-box;
        display: flex;
    }
}



.b-service-zone{
    position: relative;
    width: 100%;
    height: 70rem;
}

.b-service-zone h2{
    position: relative;
    z-index: 1;
}

.b-service-zone p{
    font-size: 2.4rem;
    font-family: OPPOSans-Medium, OPPOSans;
    font-weight: 500;
    color: rgba(255,255,255,0.6);
    position: relative;
    z-index: 1;
    text-align: center;
    opacity: 0.6;
}

.b-service-zone img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.b-service-process{
    background: #F3F8FF;
    padding-bottom: 10rem;
}

.b-service-proceses {
    padding-top: 5rem;
    width: 100%;
    background: #fff;
}

.b-service-process-item{
    float: left;
    width: 18%;
    margin-right: 2%;
    text-align: center;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #FBFCFF 0%, #FFFFFF 100%);
}

.b-service-process-img {
    width: 92px;
    height: 92px;
    border-radius: 46px;
    background: #F1F6FE; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.b-service-process-item img{
    width: 48px;
    height: 53px;
    object-fit: contain;
}


.b-service-process-item .name{
    text-align: center;
    font-size: 22px;
    font-family: PingFang-SC-Bold;
    font-weight: 700;
    color: #313133;
    line-height: 48px;
    margin-bottom: 1rem;
}


.b-service-process-item .detail{
    text-align: center;
    font-size: 16px;
    font-family: OPPOSans-Medium, OPPOSans;
    font-weight: 500;
    color: #9D9FA6;
    width: 80%;
}





@media only screen and (max-width:1700px) {
    .situation-center{
        width: 36%;
        max-width: 368px;
    }    
}


@media only screen and (max-width:1600px) {
    .method-content-part .top{
        width: 113px;
        height: 113px;
    }
    
    .method-content-part p{
        width: 113px;
        height: 113px;
        line-height: 113px;
    }
    
    .method-content-part .bottom{
        width: 113px;
        height: 52px;
    }
    .method-content-center{
        width: 33%;
        height: 112px;
    }
}

@media only screen and (max-width:1400px) {
    .method-content {
        height: 163px ;
    }
    .method-content-part .top{
        width: 112px;
        height: 112px;
    }
    
    .method-content-part p{
        width: 112px;
        height: 112px;
    }
    
    .method-content-part .bottom{
        width: 122px;
        height: 52px;
    }
    .method-content-center{
        width: 33%;
        height: 112px;
    }
}

@media only screen and (max-width:1200px) {
}


@media only screen and (max-width:1000px) {
    .question-soluations-one{
        padding:0 6%;
    }
    .method-content {
        padding:0 6%;
    }
    .purple-bg{
        width: calc(100% - 12%);
        margin: 0 6%;
    }

    .question-part {
        padding:0px 4px 10px 4px;
    }
    .question-item{
        padding: 10px 12px;
    }
}

@media only screen and (max-width:800px) {

    .product-introduce{
        display: block;
    }

    .product-container{
        flex-direction: row;
        width: 100%;
        height: 12rem;
    }

    .product-container .product-item-intro {
        display: block;
    }

    .b-service-process-item{
        width: 50%;
        margin-right: 25%;
    }
}


@media only screen and (max-width:600px) {
}

@media only screen and (max-width:500px) {
}

@media only screen and (max-width:400px) {
}
