/**
 * 通用卡片样式3
 */
.card3-pack {
    width: 1200px;
    height: auto;
}

.card3-pack .c3-row {
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.card3-pack .c3-row .c3-r-col {
    width: 570px;
    height: 204px;
    border-radius: 8px;
    padding: 33px 28px;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.0392);
    background: #fff;
    border: 1px solid  rgba(51, 102, 255, 0.15);
    /* background-image:url(products-photo/cass/1.png); */
    background-position: bottom 0px right 0px;
    background-repeat: no-repeat;
    transition: transform 0.3s ease-in-out, box-shadow 0.8s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out, box-shadow 0.8s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, box-shadow 0.8s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out, box-shadow 0.8s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, box-shadow 0.8s ease-in-out;
}

.card3-pack .c3-row .c3-r-col:hover {
    transform: translateY(-5%);
    box-shadow: 0px 3px 5px 5px rgba(0, 0, 0, 0.04);
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
}

.card3-pack .c3-row .c3-r-col .r-c-title {
    width: 100%;
    height: auto;
}

.card3-pack .c3-row .c3-r-col .r-c-title .main-title {
    font-size: 48px;
    height: 48px;
    display: flex;
    align-items: flex-end;
}

.card3-pack .c3-row .c3-r-col .r-c-title .main-title .m-t-left {
    flex: 1;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: rgb(51 102 255);
}
.m-t-left {
    height: 48px !important;
    line-height: 48px !important;
}

.card3-pack .c3-row .c3-r-col .r-c-title .main-title .m-t-right {
    width: 54px;
    font-size: 48px;
    height: 48px;
    line-height: 48px;
    text-align: right;    
    font-weight: bold;
    color: rgba(51, 102, 255, 0.04);
    /* opacity: 0.9; */
}

.card3-pack .c3-row .c3-r-col .r-c-title .deputy-title {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
    color: #3366ff;
    opacity: 0.45;
}

.card3-pack .c3-row .c3-r-col .r-c-desc {
    margin-top: 19px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
}

.card3-pack .c3-row .c3-r-col .r-c-desc {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.851);
}

.yycj_Text{
    color: #fff !important;
}

