@media screen and (min-width: 769px) {
    .Top .topBg {
        width: 100%;
        height: 450px;
        background: url(../img/Link-Guarantee/topBg.png) center no-repeat;
        background-size: cover;
        padding: 97px 0 0;
    }
    .Top .topBg h1 {
        font-size: 44px;
        line-height: 44px;
        letter-spacing: 0px;
        color: #2954aa;
        text-align: center;
        margin-bottom: 28px;
    }
    .Top .topBg h5 {
        font-size: 44px;
        line-height: 44px;
        letter-spacing: 0px;
        color: #2954aa;
        text-align: center;
    }
    .Top .topBg .Ask {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
    }
    .Top .topBg .Ask .logo {
        display: flex;
        align-items: center;
    }
    .Top .topBg .Ask .logo img {
        margin-right: 4px;
    }
    .Top .topBg .Ask .logo p {
        font-family: 'AdobeHeitiStd';
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -0.5px;
        color: #020000;
    }
    .Top .topBg .Ask .input {
        width: 786px;
        height: 57px;
        background-color: #ffffff;
        box-shadow: 2px 2px 21px 0px rgba(127, 176, 252, 0.32);
        border-radius: 29px;
        margin-left: 13px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
    }
    .Top .topBg .Ask .input input {
        width: 80%;
        height: 100%;
        border: none;
        outline: none;
        padding-left: 30px;
        font-family: 'AdobeHeitiStd';
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #333;
    }
    .Top .topBg .Ask .input input::placeholder {
        color: #636e80;
    }
    .Top .topBg .Ask .input button {
        width: 20%;
        height: 100%;
        background-color: #f56142;
        outline: none;
        border: none;
    }
    .Top .topBg .Ask .input button a {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 18px;
        line-height: 57px;
        text-align: center;
        letter-spacing: 0px;
        color: #ffffff;
    }
    .Top .topBg .Ask .input button:hover {
        filter: brightness(1.1);
    }
    .Top .topBg.IC h1 {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 19px;
    }
    .Top .topBg.IC h5 {
        font-size: 44px;
        line-height: 44px;
    }
    .Top .topBg.IC .Ask {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
    }
    .Top .topBg.IC .Ask .input input {
        width: 87%;
    }
    .Top .topBg.IC .Ask .input button {
        width: 13%;
    }
    .Content {
        width: 100%;
        background-color: #fff;
        padding: 0;
        margin-bottom: 30px;
    }
    .Content .topic {
        display: flex;
        justify-content: center;
    }
    .Content .topic h2 {
        width: fit-content;
        padding-bottom: 9px;
        letter-spacing: 0;
        font-size: 30px;
        font-weight: bold;
        color: #3f3e3e;
        border-bottom: 1px solid #e1e9f2;
        position: relative;
    }
    .Content .topic h2::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color: #045de4;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .Content .Guarantee {
        width: 100%;
        height: auto;
        background-color: #f4f7fc;
        padding: 39px 0 45px;
    }
    .Content .Guarantee .container {
        display: flex;
        justify-content: space-between;
        margin-top: 26px;
    }
    .Content .Guarantee .container .left {
        width: 21%;
    }
    .Content .Guarantee .container .left li {
        width: 100%;
        height: 53px;
        border-radius: 10px;
        margin-bottom: 2px;
    }
    .Content .Guarantee .container .left li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: 16px;
    }
    .Content .Guarantee .container .left li a img {
        width: 24px;
        height: auto;
    }
    .Content .Guarantee .container .left li a p {
        font-size: 14px;
        line-height: 14px;
        color: #030000;
        margin-left: 18px;
    }
    .Content .Guarantee .container .left li.active {
        background-color: #0863d8;
    }
    .Content .Guarantee .container .left li.active a img {
        box-shadow: 1px 2px 8px 0px rgba(3, 0, 0, 0.29);
    }
    .Content .Guarantee .container .left li.active a p {
        color: #fff;
    }
    .Content .Guarantee .container .left li:hover {
        background-color: #0863d8;
    }
    .Content .Guarantee .container .left li:hover a img {
        box-shadow: 1px 2px 8px 0px rgba(3, 0, 0, 0.29);
    }
    .Content .Guarantee .container .left li:hover a p {
        color: #fff;
    }
    .Content .Guarantee .container .right {
        width: 77%;
        height: auto;
        background-color: #ffffff;
        border-radius: 10px;
        border: solid 1px #dce7fb;
        padding: 20px 27px;
    }
    .Content .Guarantee .container .right h5 {
        font-size: 14px;
        line-height: 14px;
        color: #030000;
        font-weight: normal;
        margin-bottom: 36px;
    }
    .Content .Guarantee .container .right .Ps {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .Content .Guarantee .container .right .Ps .p {
        width: 24%;
        margin-right: 1.3%;
        height: 70px;
        background-image: linear-gradient(129deg, #f1f5fe 0%, #dce7fb 100%);
        box-shadow: 6px 7px 24px 0px rgba(195, 218, 250, 0.29);
        border-radius: 10px;
        margin-bottom: 22px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 15px;
    }
    .Content .Guarantee .container .right .Ps .p a {
        display: flex;
        min-width: 80%;
        align-items: center;
    }
    .Content .Guarantee .container .right .Ps .p img {
        width: 35px;
        height: 35px;
        margin-right: 10px;
        border-radius: 8px;
    }
    .Content .Guarantee .container .right .Ps .p p {
        font-size: 14px;
        line-height: 18px;
        color: #3f3e3e;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .Content .Guarantee .container .right .Ps .p:hover {
        border: solid 1px #8ab1f7;
    }
    .Content .Guarantee .container .right .Ps .p:nth-child(4n) {
        margin-right: 0;
    }
    .Content .Feature {
        padding: 46px 0 0;
    }
    .Content .Feature .container {
        margin-top: 46px;
        display: flex;
        justify-content: space-between;
    }
    .Content .Feature .container .Img {
        width: 49%;
        height: 394px;
    }
    .Content .Feature .container .Img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .Content .Feature .container .List {
        width: 49%;
        padding: 2px 0 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .Content .Feature .container .List button {
        width: 80px;
        height: 28px;
        background-image: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
        border-radius: 14px;
        border: none;
        outline: none;
        margin-bottom: 45px;
    }
    .Content .Feature .container .List button a {
        font-size: 16px;
        line-height: 28px;
        color: #000001;
    }
    .Content .Feature .container .List button:hover a {
        text-decoration: underline;
    }
    .Content .Feature .container .List ul {
        width: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }
    .Content .Feature .container .List ul li {
        width: 100%;
        height: 16.6%;
        min-height: 0;
        border-bottom: 1px dashed #aac5e5;
    }
    .Content .Feature .container .List ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .Content .Feature .container .List ul li a span {
        width: 6px;
        height: 5px;
        background: #abc0dd;
        border-radius: 50%;
        margin-right: 6px;
    }
    .Content .Feature .container .List ul li a p {
        width: 95%;
        font-size: 14px;
        line-height: 14px;
        color: #040000;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .Content .Message {
        padding: 82px 0 0;
    }
    .Content .Message .content {
        height: 539px;
        background-color: #cddffa;
        background: url(../img/Link-Guarantee/message-bg.png) center no-repeat;
        background-size: cover;
        margin-top: 30px;
    }
    .Content .Message .content .container {
        padding: 87px 61px 0 0;
        display: flex;
        justify-content: space-between;
    }
    .Content .Message .content .container textarea {
        width: 63%;
        height: 374px;
        background-color: #f8f9fa;
        border-radius: 10px;
        border: none;
        outline: none;
        font-size: 14px;
        line-height: 20px;
        color: #333;
        padding: 29px 23px;
        resize: none;
    }
    .Content .Message .content .container textarea::placeholder {
        color: #949699;
    }
    .Content .Message .content .container .right {
        width: 35%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
    }
    .Content .Message .content .container .right .input {
        width: 100%;
    }
    .Content .Message .content .container .right .input p {
        font-size: 16px;
        line-height: 16px;
        color: #005ec3;
        margin-bottom: 9px;
    }
    .Content .Message .content .container .right .input input {
        width: 100%;
        height: 61px;
        outline: none;
        padding-left: 25px;
        font-size: 16px;
        line-height: 16px;
        color: #333;
        background: linear-gradient(93deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%);
        box-shadow: 6px 7px 19px 0px rgba(162, 191, 223, 0.5);
        border-radius: 10px;
        border: solid 1px #fdfeff;
    }
    .Content .Message .content .container .right .input input::placeholder {
        font-size: 14px;
        line-height: 14px;
        color: #949699;
    }
    .Content .Message .content .container .right button {
        width: 114px;
        height: 43px;
        background-color: #cddffa;
        border: solid 1px #fdfeff;
        outline: none;
        margin-top: 110px;
        width: 100%;
        height: 61px;
        background-color: #0863d8;
        box-shadow: 4px 6px 13px 0px rgba(2, 100, 206, 0.42);
        border-radius: 10px;
        border: none;
    }
    .Content .Message .content .container .right button a {
        font-size: 18px;
        line-height: 61px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #000103;
        color: #fff;
    }
    .Content .Message .content .container .right button:hover {
        text-decoration: underline;
    }
}
@media screen and (max-width: 769px) {
    .Top .topBg {
        width: 100%;
        height: auto;
        background: url(../img/Link-Guarantee/topBg.png) center no-repeat;
        background-size: cover;
        padding: 13.33333333vw 0;
    }
    .Top .topBg h1 {
        font-size: 8.53333333vw;
        line-height: 8.53333333vw;
        letter-spacing: 0vw;
        color: #2954aa;
        text-align: center;
        margin-bottom: 5.33333333vw;
    }
    .Top .topBg h5 {
        font-size: 6.93333333vw;
        line-height: 6.93333333vw;
        letter-spacing: 0vw;
        color: #2954aa;
        text-align: center;
    }
    .Top .topBg .Ask {
        margin-top: 16vw;
    }
    .Top .topBg .Ask .logo {
        width: 95%;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }
    .Top .topBg .Ask .logo img {
        width: 9.33333333vw;
        margin-right: 1.06666667vw;
    }
    .Top .topBg .Ask .logo p {
        font-family: 'AdobeHeitiStd';
        font-size: 3.73333333vw;
        line-height: 3.73333333vw;
        letter-spacing: -0.13333333vw;
        color: #020000;
    }
    .Top .topBg .Ask .input {
        width: 95%;
        height: 13.33333333vw;
        background-color: #ffffff;
        box-shadow: 0.53333333vw 0.53333333vw 5.6vw 0vw rgba(127, 176, 252, 0.32);
        border-radius: 7.73333333vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
        margin: 0 auto;
    }
    .Top .topBg .Ask .input input {
        width: 80%;
        height: 100%;
        border: none;
        outline: none;
        padding-left: 5.33333333vw;
        font-family: 'AdobeHeitiStd';
        font-size: 3.73333333vw;
        line-height: 3.73333333vw;
        letter-spacing: 0vw;
        color: #333;
    }
    .Top .topBg .Ask .input input::placeholder {
        color: #636e80;
    }
    .Top .topBg .Ask .input button {
        width: 20%;
        height: 100%;
        background-color: #f56142;
        outline: none;
        border: none;
    }
    .Top .topBg .Ask .input button a {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 4.26666667vw;
        line-height: 13.33333333vw;
        text-align: center;
        letter-spacing: 0vw;
        color: #ffffff;
    }
    .Top .topBg .Ask .input button:hover {
        filter: brightness(1.1);
    }
    .Top .topBg.IC h1 {
        font-size: 8.53333333vw;
        line-height: 8.53333333vw;
        margin-bottom: 5.06666667vw;
    }
    .Top .topBg.IC h5 {
        font-size: 6.93333333vw;
        line-height: 6.93333333vw;
    }
    .Top .topBg.IC .Ask {
        margin-top: 9.33333333vw;
    }
    .Top .topBg.IC .Ask .input {
        margin-top: 1.33333333vw;
    }
    .Top .topBg.IC .Ask .input input {
        width: 75%;
    }
    .Top .topBg.IC .Ask .input button {
        width: 25%;
    }
    .Content {
        width: 100%;
        background-color: #fff;
        padding: 5.33333333vw 0 0;
        margin-bottom: 8vw;
    }
    .Content .topic {
        display: flex;
        justify-content: center;
    }
    .Content .topic h2 {
        width: fit-content;
        padding-bottom: 2.4vw;
        letter-spacing: 0;
        font-size: 5.86666667vw;
        font-weight: bold;
        color: #3f3e3e;
        border-bottom: 0.26666667vw solid #e1e9f2;
        position: relative;
    }
    .Content .topic h2::after {
        content: '';
        width: 6.4vw;
        height: 0.53333333vw;
        background-color: #045de4;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .Content .Guarantee {
        width: 100%;
        height: auto;
        background-color: #f4f7fc;
        padding: 10.4vw 0 12vw;
    }
    .Content .Guarantee .container {
        margin-top: 6.93333333vw;
    }
    .Content .Guarantee .container .left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .Content .Guarantee .container .left li {
        width: 50%;
        height: 14.13333333vw;
        border-radius: 2.66666667vw;
        margin-bottom: 0.53333333vw;
    }
    .Content .Guarantee .container .left li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: 4.26666667vw;
    }
    .Content .Guarantee .container .left li a img {
        width: 5.33333333vw;
        height: auto;
    }
    .Content .Guarantee .container .left li a p {
        font-size: 3.46666667vw;
        line-height: 3.73333333vw;
        color: #030000;
        margin-left: 2.66666667vw;
    }
    .Content .Guarantee .container .left li.active {
        background-color: #0863d8;
    }
    .Content .Guarantee .container .left li.active a img {
        box-shadow: 0.26666667vw 0.53333333vw 2.13333333vw 0vw rgba(3, 0, 0, 0.29);
    }
    .Content .Guarantee .container .left li.active a p {
        color: #fff;
    }
    .Content .Guarantee .container .left li:hover {
        background-color: #0863d8;
    }
    .Content .Guarantee .container .left li:hover a img {
        box-shadow: 0.26666667vw 0.53333333vw 2.13333333vw 0vw rgba(3, 0, 0, 0.29);
    }
    .Content .Guarantee .container .left li:hover a p {
        color: #fff;
    }
    .Content .Guarantee .container .right {
        width: 100%;
        height: auto;
        background-color: #ffffff;
        border-radius: 2.66666667vw;
        border: solid 0.26666667vw #dce7fb;
        padding: 4vw 2.66666667vw;
    }
    .Content .Guarantee .container .right h5 {
        font-size: 3.73333333vw;
        line-height: 3.73333333vw;
        color: #030000;
        font-weight: normal;
        margin-bottom: 6.66666667vw;
    }
    .Content .Guarantee .container .right .Ps {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .Content .Guarantee .container .right .Ps .p {
        width: 49%;
        height: 18.66666667vw;
        background-image: linear-gradient(129deg, #f1f5fe 0%, #dce7fb 100%);
        box-shadow: 1.6vw 1.86666667vw 6.4vw 0vw rgba(195, 218, 250, 0.29);
        border-radius: 2.66666667vw;
        margin-bottom: 3.73333333vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 3.2vw;
    }
    .Content .Guarantee .container .right .Ps .p img {
        width: 14%;
        height: auto;
        margin-right: 2.66666667vw;
        border-radius: 1.6vw;
    }
    .Content .Guarantee .container .right .Ps .p p {
        font-size: 3.46666667vw;
        line-height: 4.26666667vw;
        color: #3f3e3e;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .Content .Guarantee .container .right .Ps .p:hover {
        border: solid 0.26666667vw #8ab1f7;
    }
    .Content .Guarantee .container .right .Ps .p:nth-child(4n) {
        margin-right: 0;
    }
    .Content .Feature {
        padding: 12.26666667vw 0 0;
    }
    .Content .Feature .container {
        margin-top: 6.66666667vw;
    }
    .Content .Feature .container .Img {
        width: 100%;
        height: 67.73333333vw;
    }
    .Content .Feature .container .Img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .Content .Feature .container .List {
        width: 100%;
        padding: 0.53333333vw 0 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-top: 4vw;
    }
    .Content .Feature .container .List button {
        width: 21.33333333vw;
        height: 6.4vw;
        background-image: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
        border-radius: 3.73333333vw;
        border: none;
        outline: none;
        margin-bottom: 5.06666667vw;
    }
    .Content .Feature .container .List button a {
        font-size: 3.73333333vw;
        line-height: 6.4vw;
        color: #000001;
    }
    .Content .Feature .container .List button:hover a {
        text-decoration: underline;
    }
    .Content .Feature .container .List ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 0;
    }
    .Content .Feature .container .List ul li {
        width: 100%;
        height: 12vw;
        min-height: 0;
        border-bottom: 0.26666667vw dashed #aac5e5;
    }
    .Content .Feature .container .List ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .Content .Feature .container .List ul li a span {
        width: 1.6vw;
        height: 1.33333333vw;
        background: #abc0dd;
        border-radius: 50%;
        margin-right: 1.6vw;
    }
    .Content .Feature .container .List ul li a p {
        width: 95%;
        font-size: 3.73333333vw;
        line-height: 3.73333333vw;
        color: #040000;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .Content .Message {
        padding: 12vw 0 0;
    }
    .Content .Message .content {
        height: auto;
        background-color: #cddffa;
        background: url(../img/Link-Guarantee/message-bg.png) center no-repeat;
        background-size: cover;
        margin-top: 6.66666667vw;
    }
    .Content .Message .content .container {
        padding: 9.33333333vw 0;
    }
    .Content .Message .content .container textarea {
        width: 100%;
        height: 67.73333333vw;
        background-color: #f8f9fa;
        border-radius: 2.66666667vw;
        border: none;
        outline: none;
        font-size: 3.73333333vw;
        line-height: 5.33333333vw;
        color: #333;
        padding: 4vw;
        resize: none;
    }
    .Content .Message .content .container textarea::placeholder {
        color: #949699;
    }
    .Content .Message .content .container .right {
        width: 100%;
        margin-top: 4vw;
    }
    .Content .Message .content .container .right .input {
        width: 100%;
        margin-bottom: 3.73333333vw;
    }
    .Content .Message .content .container .right .input p {
        font-size: 4vw;
        line-height: 4vw;
        color: #005ec3;
        margin-bottom: 2.4vw;
    }
    .Content .Message .content .container .right .input input {
        width: 100%;
        height: 13.86666667vw;
        outline: none;
        padding-left: 5.33333333vw;
        font-size: 4vw;
        line-height: 4vw;
        color: #333;
        background: linear-gradient(93deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%);
        box-shadow: 1.6vw 1.86666667vw 5.06666667vw 0vw rgba(162, 191, 223, 0.5);
        border-radius: 2.66666667vw;
        border: solid 0.26666667vw #fdfeff;
    }
    .Content .Message .content .container .right .input input::placeholder {
        font-size: 3.73333333vw;
        line-height: 3.73333333vw;
        color: #949699;
    }
    .Content .Message .content .container .right button {
        width: 30.4vw;
        height: 11.46666667vw;
        background-color: #cddffa;
        border: solid 0.26666667vw #fdfeff;
        outline: none;
        margin-top: 5.33333333vw;
        width: 100%;
        height: 14.4vw;
        background-color: #0863d8;
        box-shadow: 1.06666667vw 1.6vw 3.46666667vw 0vw rgba(2, 100, 206, 0.42);
        border-radius: 2.66666667vw;
        border: none;
    }
    .Content .Message .content .container .right button a {
        font-size: 4.26666667vw;
        line-height: 14.4vw;
        letter-spacing: 0.26666667vw;
        color: #000103;
        color: #fff;
    }
    .Content .Message .content .container .right button:hover {
        text-decoration: underline;
    }
}
