* {
    margin: 0;
    padding: 0;
}

body {
    background: #F4F9FF;
}

/* 头部 */
.DeepSeekHeader {
    width: 100%;
    height: 560px;
    background: url(../Deepseek/img/head.png) no-repeat;
    background-size: cover;
    background-size: 100%;
    padding-top: 36px;
    box-sizing: border-box;
}

/* 版心 */
.typeArea {
    width: 1280px;
    margin: 0 auto;
}

.headerTitle {
    margin-top: 199px;

}

.headerTitle .deeptitle {
    font-weight: bold;
    font-size: 60px;
    color: #222222;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.headerTitle .desc {
    font-weight: 400;
    font-size: 20px;
    color: #4B5B7A;
    line-height: 23px;


}

/* 产品介绍 */
.Introduction .TopTitle {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 32px;
    color: #091221;
    line-height: 38px;
}

.Introduction .TopBox {
    width: 100%;
    height: 200px;
    padding: 41px 32px;
    background:url(../Deepseek/img/introduce.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.Introduction .TopBox .title {
    font-weight: 500;
    font-size: 24px;
    color: #091221;
    line-height: 28px;
    text-align: left;
}

.Introduction .TopBox .desc {
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #4B5B7A;
    line-height: 25px;
    text-align: left;

}

.Introduction .BottomBox {
    height: auto;
    width: 100%;
    margin-top: 36px;
    /* border: 1px solid #E7E7E7; */
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.Introduction .BottomBox .card {
    width: 424px;
    height: 214px;
    padding: 24px 27px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
}

.BottomBox .card .cardTitle {
    display: flex;
    justify-content: space-between;
}

.BottomBox .card .cardTitle .icon {
    width: 33px;
    height: 28px;
}

.BottomBox .card .cardTitle .cardText {
    width: 88px;
    height: 28px;
    background: #EEF3FE;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #2A5BEF;
    line-height: 28px;
    text-align: center;
}

.BottomBox .card .cardIntro {
    font-weight: 600;
    font-size: 17px;
    color: #091221;
    margin-top: 12px;
    margin-bottom: 14px;
}

.BottomBox .card .cardDesc {
    font-weight: 400;
    font-size: 14px;
    color: #4B5B7A;
}

.Introduction .BottomBox .card:hover {
    background: #E0F0FF;
    cursor: pointer;
}

/* 产品优势 */
.Strength {
    margin-top: 150px;
    margin-bottom: 110px;
    height: auto;
}

.Strength .StrengthTitle {
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 32px;
    color: #091221;
    margin-bottom: 60px;
}

.Strength .StrengthBox {
    display: flex;
    height: auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.StrengthCard .Topcard {
    width: 394px;
    height: 182px;
    padding: 24px 22px;
    background: linear-gradient(90deg, #1286F2 0%, #71C3FB 100%);
    border-radius: 12px;
    border: 1px solid #F4F5FA;
    box-sizing: border-box;
}

.StrengthCard .Topcard .cardTitle {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.StrengthCard .Topcard .cardDesc {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.StrengthCard .BottomCard {
    width: 394px;
    height: 183px;
    padding: 28px 24px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid #F4F5FA;
    position: relative;
    top: -60px;
}

.StrengthCard .BottomCard .cardList {
    list-style-type: none;
}

.StrengthCard .BottomCard .cardItem {
    font-weight: 400;
    font-size: 16px;
    color: #4B5B7A;
    margin-bottom: 12px;
}

.StrengthCard .BottomCard .cardItem .cardIcon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    vertical-align: middle;
}

.service {
    height: auto;
    background: url(../Deepseek/img/service.png) no-repeat;
    background-size: 100% 170px;
    padding: 50px 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.service .serviceTitle {
    font-weight: bold;
    font-size: 24px;
    color: #2847A4;
    margin-right: 130px;
}

.service .contactBtnBox {
    width: 140px;
    height: 40px;
    background: #477DF2;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
}

.service .contactBtnBox .contactBtn {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;

}

/* 底部 */
.footer {
    margin-top: 90px;
    height: 690px;
    background-color: #FFFFFF;
    padding-top: 60px;
}

.footer .footerTitle {
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 32px;
    color: #091221;
}

.footer .footerBox {
    padding-top: 54px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .footerBox .footerLeft .footerLeftBox {
    width: 513px;
    height: 130px;
    line-height: 16px;
    background: #F5F8FB;
    border-radius: 12px;
    border: 1px solid #F4F5FA;
    margin-bottom: 24px;
    padding: 26px 39px 20px 24px;
    box-sizing: border-box;
}

.footerBox .footerLeft .footerLeftBox .footerLeftTitle {
    font-weight: bold;
font-size: 18px;
    color: #091221;
    display: inline-block;
    color: inherit;
}

.footerBox .footerLeft .footerLeftBox .footerLeftDesc {
    margin-top: 11px;
    font-weight: 400;
font-size: 14px;
    color: #4B5B7A;
    color: inherit;
}

.footer .footerBox .footerLeft .footerLeftBox:hover {
    background: linear-gradient(90deg, #1286F2 0%, #71C3FB 100%);
    color: #FFFFFF;
}

.footer .footerBox .footerRight {
    width: 717px;
    height: 27.375rem;
    /* background: url(../Deepseek/img/scene.png) no-repeat;
    background-size: cover; */
}

@media screen and (max-width:768px) {

    /* 版心 */
    .typeArea {
        width:100%;
        margin: 0 auto;
        padding: 0 18px;
        box-sizing: border-box;
    }

    /* 头部 */
    .DeepSeekHeader {
        width: 100%;
        height: auto;
        background: url(../Deepseek/img/headApp.png) no-repeat;
        background-size: cover;
        padding: 40px 40px 150px 20px;
        box-sizing: border-box;
    }
/*头部字体大小 */
    .headerTitle .deeptitle {
        font-weight: bold;
        font-size: 34px;
        color: #222222;
    }

    .Introduction .TopBox {
        background: url(../Deepseek/img/introduceApp.png) no-repeat;
        background-size: cover;
    }


    .Introduction .TopTitle {
        margin-top: 36px;
        font-size: 20px;
        margin-bottom: 24px;
    }

    .Introduction .TopBox .title {
        font-size: 16px;
    }

    .Introduction .TopBox .desc {
        font-size: 14px;
    }

    .Introduction .TopBox {
        height: auto;
    }
    .Introduction .BottomBox{
        margin-top: 0px;
    }

    .Introduction .BottomBox .card {
        width: 100%;
        margin-top: 12px;
        height: auto;
    }

    .Strength {
        height: auto;
        background: #C7DEFF;
        margin-top: 30px;
        padding-top: 34px;
        margin-bottom: 34px;
    }

    .Strength .StrengthTitle {
        font-size: 20px;
    }

    .service{
        width: 93%;
        background: url(../Deepseek/img/serviceApp.png) no-repeat;
        background-size: cover;
        padding: 16px 15px;
        box-sizing: border-box;
    }
    .service .serviceTitle {
        font-size: 13px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .service .contactBtnBox {
        width: 140px;
height: 36px;
        margin: 0 auto;
    }
    .footer{
        margin-top: 30px;
        padding-top: 30px;
    }
    .footer .footerBox .footerLeft .footerLeftBox {
        width: 100%;
        height: auto;
    }

    .footerBox .footerLeft .footerLeftBox {
        width: 100%;
        height: 8.125rem;
    }

    .StrengthCard {
        width: 100%;
        margin-bottom: -50px;
    }

    .StrengthCard .Topcard {
        width: 100%;

    }

    .StrengthCard .BottomCard {
        width: 100%;
    }

    .footer .footerTitle {
        font-size: 20px;
    }
    .footer .footerBox .footerRight {
        width: 100%;
        height: auto;

    }

 
}