.dmp > .two-pack {
    width: 100%;
    height: 480px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../../image/page/dmp/banner-dmp.jpg);
    background-size: cover;
}

.dmp > .two-pack .container {
    width: 1236px;
    height: 510px;
    opacity: 1;
}

.dmp > .two-pack .container .container1 {
    margin-top: 180px;
    /* margin-left: 20px; */
    width: 100%;
    height: 157px;
    opacity: 1;
    text-align: center;
    /* display: flex;
    justify-content: center;
    flex-direction: column; */
}

.dmp > .two-pack .container .container2 {
    margin-right: 0px;
    margin-top: 50px;
}

.dmp > .two-pack .container .container1 .txt1 {
    margin-top: 0px;
    width: 100%;
    height: 56px;
    opacity: 1;
    font-family: Source Han Sans CN;
    font-size: 56px;
    font-weight: normal;
    line-height: 56px;
    letter-spacing: 0em;
    color: #ffffff;
    white-space: nowrap;
}

.dmp > .two-pack .container .container1 .txt2 {
    margin-top: 32px;
    width: 857px;
    height: 60px;
    opacity: 1;
    font-family: Source Han Sans CN;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0em;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}

.dmp > .two-pack .container .container1 .link1 {
    margin-top: 48px;
    width: 102px;
    height: 36px;
    border-radius: 4px;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans CN;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 0em;
    color: #ffffff;
    background-color: #3366ff;
}

.t-card-pack {
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 120px;
}

.t-card-pack .title {
    width: 120px;
    height: 30px;
    opacity: 1;
    font-family: Source Han Sans CN;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0em;
    color: rgba(0, 0, 0, 0.85);
    z-index: 0;
    margin-bottom: 40px;
}

.dmp .t-card-pack .c-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    width: 1200px;
}

.dmp .t-card-pack .c-row .c-col {
    width: 208px;
    height: 280px;
    border-radius: 4px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #c0d0ff;
    padding: 20px 22px;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
        color 0.3s ease-in-out, opacity 0.3s ease-in-out, border 0.3s ease-in-out,
        transform 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
        color 0.3s ease-in-out, opacity 0.3s ease-in-out, border 0.3s ease-in-out,
        transform 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
        color 0.3s ease-in-out, opacity 0.3s ease-in-out, border 0.3s ease-in-out,
        transform 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
        color 0.3s ease-in-out, opacity 0.3s ease-in-out, border 0.3s ease-in-out,
        transform 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
        color 0.3s ease-in-out, opacity 0.3s ease-in-out, border 0.3s ease-in-out,
        transform 0.3s ease-in-out;
}

.dmp .t-card-pack .c-row .c-col:hover {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.85) 0%,
        rgba(255, 255, 255, 0.45) 100%
    );
    /* box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25), inset 0px 3px 6px 0px rgba(0, 0, 0, 0.04); */
    
    box-shadow: 4px 4px 20px 0px rgba(5,104,255, 0.15), inset 0px 3px 6px 0px rgba(5,104,255, 0.04);
    /* border: 1px solid #ececec; */
    transform: translateY(-5px);
}

.dmp .t-card-pack .c-row .c-col .c-title-pack {
    height: 48px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 31px;
}

.dmp .t-card-pack .c-row .c-col .c-title-pack .t-title {
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;

    color: #262626;
}

.dmp .t-card-pack .c-row .c-col .c-title-pack .t-num {
    font-size: 48px;
    font-weight: normal;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0em;

    color: #2277ff;
    opacity: 0.03;
}

.dmp .t-card-pack .c-row .c-col .c-content-pack {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: justify; /* 浏览器可能不支持 */
    letter-spacing: 0em;

    /* Black/85%-262626 */
    color: #262626;
}

.dmp .t-card-pack .c-row .c-col .c-content-pack img {
    height: 110px;
    width: auto;
}

.dmp > .five-pack {
    width: 100%;
    height: auto;
    text-align: center;
    background: url(../../image/common/bg1.png);
    padding-bottom: 120px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dmp > .five-pack .title {
    width: 120px;
    height: 30px;
    opacity: 1;
    font-family: Source Han Sans CN;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0em;
    color: rgba(0, 0, 0, 0.85);
    z-index: 0;
    margin-bottom: 40px;
}

.dmp > .five-pack .f-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    width: 1200px;
}

.dmp > .five-pack .f-row .f-col {
    width: 580px;
    height: 120px;
    border-radius: 4px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #c0d0ff;
    padding: 24px 0;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
        color 0.3s ease-in-out, opacity 0.3s ease-in-out, border 0.3s ease-in-out,
        transform 0.3s ease-in-out;
}

.dmp > .five-pack .f-row .f-col:hover {
    /* background: linear-gradient(180deg, rgba(51,102,255,0.85) 0%, rgba(51,102,255,0.45) 100%);
    box-shadow: 4px 4px 20px 0px #346CF2,inset 0px 3px 6px 0px rgba(0, 0, 0, 0.04); */
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.85) 0%,
        rgba(255, 255, 255, 0.45) 100%
    );
    /* box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25), inset 0px 3px 6px 0px rgba(0, 0, 0, 0.04); */
    box-shadow: 4px 4px 20px 0px rgba(5,104,255, 0.15), inset 0px 3px 6px 0px rgba(5,104,255, 0.04);
    /* border: 1px solid #ececec; */
}

.dmp > .five-pack .f-row .f-col:hover {
    transform: translateY(-5px);
}

.dmp > .five-pack .f-row .f-col .f-c-title {
    height: 24px;
    line-height: 24px;
    border-left: 4px solid #3366ff;
    padding-left: 24px;
    padding-right: 4px;
    font-family: Source Han Sans;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    text-align: justify; /* 浏览器可能不支持 */
    letter-spacing: 0em;
    color: #262626;
    margin-bottom: 24px;
}

.dmp > .five-pack .f-row .f-col .f-c-content {
    padding-left: 28px;
    padding-right: 4px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: justify; /* 浏览器可能不支持 */
    letter-spacing: 0em;

    font-feature-settings: "kern" on;
    /* Black/65%-595959 */
    color: #595959;
}
