.xian {
    border-bottom: 1px solid #D8D8D8;
    margin: 10px 0;
}

.pad {
    padding-bottom: 50px;
}

.ul {
    list-style: none;
    padding: 0;
}

.medium-banner h2 {
    max-width: 700px;
    font-size: 1em;
    line-height: 24px;
    letter-spacing: normal;
    text-transform: none;
}

.banner-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    line-height: normal;
    gap: 5px;
    margin: 5px 0;
}

.banner-cta-buttons a {
    all: unset;
    border: 0.5px solid #fff;
    margin-right: 0px !important;
    padding: 8px 20px;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    text-wrap: nowrap;
    text-align: center;
    cursor: pointer;
}

.banner-cta-buttons .yellow {
    background-color: #ffb923;
    border: 0.5px solid #ffb923;
}

.banner-cta-buttons .green {
    background-color: #5FD122;
    border: 0.5px solid #5FD122;
}

.banner-cta-buttons .blue {
    background-color: #2da7eb;
    border: 0.5px solid #2da7eb;
}

.container .col1-row .flex {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 36px;
}

.container .col1-row .flex>span {
    width: 14%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #666666;
}

.container .col1-row .flex>.bg {
    background-color: #fff;
}

.container .col1-row .flex strong {
    font-size: 18px;
    line-height: 40px;
    color: #3b3a3a;
}

.container .col1-row .flex>.span {
    width: 32.4%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    color: #666666;
    text-align: start;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}

.container .col1-row .flex>.span strong {
    line-height: unset;
    margin-bottom: 8px;
}

.sample .content-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
}

.sample .content-box .item {
    flex: auto;
    width: 47%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 10px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    color: #666;
}

.sample .content-box .d {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.sample .content-box .d img {
    width: 100%;
}

.sample .content-box .item strong {
    font-size: 18px;
    color: #3B3A3A;
}

.sample .content-box .item .img {
    margin: 10px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}

.sample1 .note {
    display: flex;
    flex-direction: column;
    line-height: 18px;
}

.sample1 .content {
    min-height: 112px;
    width: 100%;
    margin: 20px 0 25px 0;
    padding: 22px 26px;
    border-left: 6px solid #01359d;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 0px;
    background-color: #fff;
    text-align: start;
}

.sample1 .content .content-item .strong {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
}

.sample1 .content .content-item {
    line-height: normal;
    font-size: 14px;
}

.sample2 .item-tab {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    font-size: 14px;
    line-height: 50px;
    border-bottom: 1px solid #d8d8d8;
    text-wrap: nowrap;
}

.sample2 .item-tab .tab {
    font-size: 18px;
    font-weight: 600;
}

.sample2 .item-tab .before {
    position: absolute;
    bottom: -2px;
    width: 50px;
    height: 3px;
    border-radius: 4px;
    background-color: #01359d;
    transition: 0.5s;
    /* left: calc(100% / 6 - 25px); */
}

.sample2 .item-tab>span {
    flex: 1;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.sample2 .tab2 {
    flex-direction: column;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 50px 0px 28px;
    text-wrap: wrap;
}

.sample2 .tab2>div {
    flex: 1;
    line-height: 35px;
}

.sample2 .tab2>div>* {
    float: left;
}

.sample2 .tab2>div>ul {
    margin: 0;
    padding: 4px 0 0 20px;
    list-style: decimal;
}

.sample2 .wrap {
    display: flex;
    justify-content: space-between;
}

.sample2 .wrap .pro {
    width: 65%;
    margin-left: 30px;
}

.sample2 .wrap .product .product-card-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sample2 .wrap .product .product-card-box .card1 {
    width: 32%;
    display: flex;
    flex-direction: column;
    border: 0.5px solid #9999999c;
    border-radius: 6px;
    margin: 1% 0;
    padding: 9px;
    line-height: normal;
}

.product-card-box .card1 strong {
    color: #3B3A3A;
    line-height: 27px;
    letter-spacing: 1px;
}

.product-card-box .card1 span {
    font-size: 14px;
    color: #666;
}

.sample2 .wrap .product .product-card-box .card2 {
    width: 28%;
    display: flex;
    margin: 1% 0;
    line-height: normal;
}

.sample2 .wrap .product .product-card-box .card2>.img {
    flex: none;
    padding: 6px 10px 0 0;
}

.sample2 .wrap .product .product-card-box .card2>div {
    display: flex;
    flex-direction: column;
}

.product-card-box .card2 strong {
    color: #3B3A3A;
    line-height: 27px;
    letter-spacing: 1px;
}

.product-card-box .card2 span {
    font-size: 14px;
    color: #666;
}

.sample2 .wrap .product .product-content {
    color: #666;
    font-size: 16px;
    line-height: normal;
}

.reversal {
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #666;
    background: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    padding: 5px 16px;
}

.sample3 .flow-box {
    min-height: 304px;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    font-size: 14px;
    text-align: start;
    overflow-x: hidden;
}

.sample3 .flow-box .title {
    display: inline-block;
    border-radius: 0px 6px 6px 0px;
    margin: 5px 0;
    padding: 9px 28px;
    background: linear-gradient(90deg, #3B63F4 0%, #7893F8 100%);
    font-size: 26px;
    color: #fff;
}

.sample3 .flow-box .flow-content .settlement {
    display: flex;
}

.flow-box li strong {
    color: #3C63F4;
}


.help-box h4 {
    font-weight: bold;
    color: #3B3A3A;
}

.help-box .document-text,
li {
    font-size: 14px;
    line-height: 30px;
}

.help-box .flex {
    display: flex;
}

.help-box .flex>* {
    flex: 1;
}

.consult {
    height: auto;
    margin: 60px auto 90px;
    text-align: center;
}

.consult a {
    background-color: rgb(255, 185, 35);
    border-radius: 25px;
    width: 180px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    display: inline-block;
    color: white;
}

#Image .plan {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 40%;
}

#Image .img {
    flex: auto;
    margin-right: 20px;
    background: #fff;
}

#Image .plan .details {
    flex: auto;
    padding: 30px;
    background: #fff;
    text-align: start;
    /* text-wrap: nowrap; */
}

#Image .plan .details strong {
    font-size: 18px;
}

#Image .plan .details li {
    color: #666;
}

#Image .plan .details .li {
    display: flex;
    font-size: 14px;
    line-height: 30px;
    text-wrap: balance;
}

#Image .plan .details .li i {
    font-style: unset;
    font-size: 18px;
    margin-right: 14px;
}

#Image .plan .dd li:nth-child(even) {
    list-style-image: url('/img/GA/true.png');
}

#Image .plan .dd li:nth-child(odd) {
    list-style: none;
    margin-left: 20px;
    font-size: 12px;
}

@media screen and (max-width: 800px) {
    #Image {
        flex-wrap: wrap;
    }

    #Image .img {
        margin: 0 0 20px 0;
    }

    .sample2 .wrap {
        flex-wrap: wrap;
    }

    .sample2 .wrap .pro {
        width: 100%;
        margin: 0px;
    }
}
