* {
    padding: 0;
    margin: 0;
}

.page {
    height: 100vh;
    width: 100vw;
    min-width: 1200px;
    min-height: 900px;
}

.header {
    height: 9vh;
    padding-left: 10vh;
    display: flex;
    align-items: center;
}

.header img {
    width: 19vw;
}

.pageBody {
    height: 91vh;
    width: 100vw;
    background: url(/images/back.png);
    background-size: 100% 100%;
    padding-top: 8vh;
    box-sizing: border-box;
}

.pageTitle {
    font-size: 2.776vw;
    color: #fff;
    text-align: center;
    letter-spacing: 0.276vw;
    font-family: "alimamashuheiti";
    margin-bottom: 3vh;
}

.pageInfo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageLeftCard {
    width: 26.042vw;
    height: 41vh;
    background-color: #ffffff;
    border-radius: 0.833vw;
    margin-right: 1.563vw;
    margin-left: -2vw;
    padding: 0 1.09vw 1.85vh 1.09vw;
    min-width: 340px;
    min-height: 380px;
}

.pageRightCard {
    width: 20.313vw;
    height: 41vh;
    background-color: #ffffff;
    border-radius: 0.833vw;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 340px;
    min-height: 380px;
}

.msgTitle {
    display: flex;
    align-items: center;
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 1.042vw;
    line-height: 3.099vw;
    letter-spacing: 0.052vw;
    color: #333333;
}

.msgTitle img {
    margin-right: 0.625vw;
}

.msgList {
    height: calc(41vh - 1.85vh - 3.099vw);
    overflow-y: auto;
    margin-left: 1.5vw;
}

.msgList::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.msgList::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 5px;
}

.msgList::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}

.msgList::-webkit-scrollbar-thumb:hover {
    background: #333;
}

.msgList::-webkit-scrollbar-corner {
    background: #179a16;
}

.msgListItem {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.msgListItem:hover {
    opacity: 0.5;
    font-family: MicrosoftYaHei-Bold;
}

.modalMask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    display: none;
    padding-top: 20.5vh;
}

.modalCard {
    width: 520px;
    background: white;
    padding: 20px;
    margin: 0 auto;
    border-radius: 10px;
}

.modalCardTitle {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    letter-spacing: 2px;
    color: #333333;
}

.modalCardTitle img {
    width: 33px;
}

.modalClose {
    width: 17px;
    height: 16px

}

.modalClose:hover {
    cursor: pointer;
    opacity: 0.7;
}

.modalContent {
    font-size: 18px;
    color: #333333;
    letter-spacing: 1.8px;
    margin-left: 42px;
    line-height: 60px;
}

.modalBtn {
    width: 100px;
    height: 28px;
    margin: 0 auto;
    line-height: 28px;
    background-color: #3c7be5;
    border-radius: 14px;
    text-align: center;
    color: #fff;
}

.modalBtn:hover {
    opacity: 0.8;
    cursor: pointer;
}

.msgBody {
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #29BECE;
}

.msgInfoBody {
    width: 100%;
    border: 1px solid #d6d6d6;
}

.msgInfoItem {
    width: 100%;
    /*height: 40px;*/
    line-height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d6d6d6;

}

.msgInfoItemTitle {
    width: 100px;
    text-align: center;
    flex-shrink: 0;
}

.msgInfoItemValue {
    padding: 0 10px;
    border-left: 1px solid #d6d6d6;
}

.msgCard1 {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    width: 54.688vw;
    height: 8.333vh;
    margin: 0 auto;
    margin-top: 2.6vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.85vh 2.24vw;
}


.msgCard1Left, .msgCard1Right {
    flex-shrink: 1;
    font-size: 0.8vw;
    color: #666666;
    width: 24.271vw;
    line-height: 1.563vw;
    font-family: MicrosoftYaHei;
    letter-spacing: 0.026vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.msgCard1LeftTitle, .msgCard2LeftTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.msgCard1Right {
    width: 21.927vw;
}

.msgCard1Center {
    width: 1px;
    height: 4.63vh;
    background-color: #666666;
    opacity: 0.5;
}

.msgCard2 {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    width: 54.688vw;
    height: 3.704vh;
    margin: 0 auto;
    margin-top: 1.11vh;
    display: flex;
    align-items: center;
    padding: 0 2.4vw;
}

.msgCard2Left {
    width: 5.7vw;
    display: flex;
    align-items: center;
    font-size: 0.8vw;
    color: #222222;
    flex-shrink: 1;
}

.msgCard2Center {
    width: 1px;
    height: 2.222vh;
    background-color: #333;
    opacity: 0.5;
    flex-shrink: 1;
    margin-right: 1.146vw;
    display: flex;
    align-items: center;
}

.msgCard2Right {
    flex-shrink: 1;
    height: 100%;
    width: 42.99vw;

    color: #222222;
}

.swiper-container {
    height: 100%;
    width: 100%;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 3.704vh;
    display: flex;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper-slide:hover{
    opacity: 0.6;
}
