.digital-top-background {
    width: 100%;
    height: 434px;
    background: url(../img/audio/header-background.jpg) 50% 100% no-repeat;
}

.digital-type-class {
    width: 100%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto;
}

.digital-type-button {
    background: #616161;
    padding: 15px 20px;
    color: #fff !important;
    position: relative;
    cursor: pointer;
}

.digital-type-button-click {
    background: #bb0019;
}

.digital-boot-more {
    width: 100%;
    max-width: 1280px;
    display: flex;
    align-items: calc();
    justify-content: flex-end;
    margin: 40px auto;
}

.digital-body {
    width: 100%;
    max-width: 1280px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.digital-card {
    display: flex;
    margin: 30px 0px;
    cursor: pointer;
    
}

.digital-card-img {
    width: 160px;
    height: 170px;
}

.digital-card-right {
    margin-left: 10px;
    width:200px;
}

.digital-card-right-title {
    font-size: 18px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.digital-card-right-gr {
    font-size: 16px;
    color: #585858;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.digital-card-right-such {
    font-size: 18px;
    font-weight: 900;
    color: #fc2b33;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.digital-card-right div {
    margin-bottom: 20px;
}
.digital-card-right div:last-child {
    margin-bottom: 0px;
}

.digital-center-body {
    width: 100%;
    height: 450px;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.digital-center-card {
    width: 100%;
    /* min-width: 1280px; */
    max-width: 1280px;
    height: 100%;
    position: relative;
    background: #f6f6f6;
}

.digital-top-line {
    position: absolute;
    width: 2px;
    background: #2c2d26;
    height: 60px;
    left: 10%;
    top: -30px;
}

.digital-bottom-line {
    position: absolute;
    width: 2px;
    background: #2c2d26;
    height: 174px;
    left: 10%;
    bottom: 0px;
}

.digital-title-zh {
    writing-mode: tb-rl;
    position: absolute;
    left: 7%;
    top: 70px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.digital-title-zh-red {
    font-size: 30px;
    color: #f00;
}

.digital-title-en {
    writing-mode: tb-rl;
    position: absolute;
    left: calc(7% + 40px);
    top: 90px;
    font-size: 20px;
    color: #a5a5a5;
}

.digital-left-red-card {
    position: absolute;
    left: 20%;
    width: 20%;
    height: 110%;
    top: -5%;
    color: #fff;
    background: #bc0019;
}

.digital-left-red-num {
    position: absolute;
    right: 10px;
    top: 30px;
    font-size: 30px;
}

.digital-left-red-title {
    font-size: 20px;
    position: absolute;
    top: 150px;
    left: 30px;
}

.digital-left-red-context {
    position: absolute;
    width: calc(100% - 60px);
    left: 30px;
    top: 200px;
    font-size: 14px;
    text-indent: 2em;
}

.digital-center-set-public {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 60px;
}

.digital-center-up {
    right: 0px;
    background: #000000;
}

.digital-center-down {
    right: -60px;
    background: #bc0019;
}

.digital-center-set-jt-left {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.digital-center-set-jt-left:after,
.digital-center-set-jt-left:before {
    border: 15px solid transparent;
    border-right: 15px solid #000000;
    width: 0;
    height: 0;
    position: absolute;
    top: 15px;
    right: 23px;
    content: " ";
}

.digital-center-set-jt-left:before {
    border-right-color: #fff;
    right: 25px;
}

.digital-center-set-jt-right {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.digital-center-set-jt-right:after,
.digital-center-set-jt-right:before {
    border: 15px solid transparent;
    border-left: 15px solid #bc0019;
    width: 0;
    height: 0;
    position: absolute;
    top: 15px;
    left: 23px;
    content: " ";
}

.digital-center-set-jt-right:before {
    border-left-color: #fff;
    left: 25px;
}

.digital-center-img {
    position: absolute;
    /* right: 350px; */
    left: 50%;
    width: 660px;
    height:383px;
    top: 40px;
}

.digital-new-releases-body {
    width: 100%;
    max-width: 1280px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.digital-new-releases-card {
    width: 30%;
    cursor: pointer;
}

.digital-new-releases-card-img {
    width: 100%;
    height: 185px;
}

.digital-new-releases-card-title {
    font-size: 18px;
    margin-top: 20px;
    border-bottom: 1px dashed #999;
    padding-bottom: 5px;
}

.digital-new-releases-card-context {
    font-size: 14px;
    margin-top: 10px;
    color: #999;
    letter-spacing: 2px;
    height:106px;
}
