.topStatusBar {
    width: 100%;
    font-size: 14px;
    height: 30px;
}

.topStatusBarBox {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    color: #999;
    position: relative;
    background-color: #eee;
    padding: 0 30px;
}

.personCard {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 170px;
    background-color: #fff;
    border: 1px solid #bbb;
    z-index: 5;
    display: none;
}

.personCardLogin {
    display: flex;
    justify-content: space-between;
    align-items: end;
    font-size: 16px;
    color: #666;
    padding: 10px 4px;
    border-bottom: 1px solid #eee;
}

.personCardLogin>div:last-child {
    color: #ee2a2a;
    cursor: pointer;
    font-size: 12px;
}

.personCardMsg {
    font-size: 14px;
    padding: 8px 3px;
}

.personCardMsg>p {
    margin-top: 8px;
}

.personalCenter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.personalCenter>span,
.personalCenter>div {
    margin-right: 12px;
    height: 100%;
    display: flex;
    padding: 0 4px;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}

.personalCenter>div:hover {
    color: #f8422a;
    cursor: pointer;
    font-size: 14px;
}

.personalCenter>span:first-child {
    color: #f8422a;
}

.personalCenter>div:hover {
    cursor: pointer;
}

.headPortrait {
    width: 30px;
    height: 30px;
}

.headPortrait>img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgb(216, 216, 216);
    width: 100%;
    height: 100%;
}

.headPortrait>img:hover {
    cursor: pointer;
}

.personageMessage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.personageMessage>div {
    position: relative;
    height: 100%;
}

.personageMessage>div>span {
    margin-left: 8px;
    padding: 0 5px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-bottom: none;
    position: relative;
    cursor: pointer;
}

.personageMessage>div>span:hover {
    color: #da4b4b;
}

.personageMessage>div:last-child>span {
    color: #da4b4b;
    /* width: 90px; */
    /* animation: personageMessageAnm 1s linear 0s forwards infinite; */
}

@keyframes personageMessageAnm {
    0% {
        font-size: 12px;
    }

    48% {
        font-size: 12px;
    }

    50% {
        font-size: 14px;
    }

    98% {
        font-size: 14px;
    }

    100% {
        font-size: 12px;
    }
}


/* .personageMessage>div:last-child>span {} */

.header {
    width: 100%;
    min-width: 1140px;
}

.headerBox {
    width: 1100px;
    height: 120px;
    position: relative;
    margin: 0 auto;
}

.logo {
    position: absolute;
    top: 8px;
    left: -16px;
    display: flex;
    align-items: center;
}

.logo>img {
    width: 200px;
    z-index: -1;
    position: relative;
}

.logo>span {
    z-index: -1;
    font-size: 24px;
    font-weight: bolder;
    color: rgba(255, 0, 0, 0.9);
}

.logo>img:hover {
    cursor: pointer;
}

.search {
    position: relative;
    top: 30px;
    left: 430px;
    border: 2px solid rgba(255, 0, 0, 0.9);
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 560px;
    border-radius: 12px;
    overflow: hidden;
}

.search>img {
    width: 15px;
    margin-left: 6px;
}

#topSearchFrame {
    width: 396px;
    height: 50px;
    padding-left: 6px;
    font-size: 24px;
    vertical-align: top;
    font-size: 18px;
    background-color: #fff;
}

#topSearchFrame::placeholder {
    font-size: 16px;
}

#SearchButton {
    float: right;
    width: 96px;
    height: 50px;
    border: none;
    background-color: rgba(255, 0, 0, 0.9);
    color: #FFF;
    /* font-weight: bold; */
    font-size: 20px;
    cursor: pointer;
    letter-spacing: 2px;
}

.hotCat {
    width: 150px;
    position: absolute;
    top: 90px;
    left: 438px;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #b1b1b1;
}

.hotCat>div:hover {
    color: rgb(216, 44, 44);
}

.app {
    position: absolute;
    top: 10px;
    right: 30px;
    text-align: center;
}

.app>img {
    width: 84px;
    box-shadow: 0 0 2px 0px rgb(155, 155, 155);
    background-color: #fff;
}

.app>p {
    font-size: 12px;
    color: #518ed3;
}

.app>div {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 300px;
    height: 300px;
    z-index: 10;
    border: 1px solid #eee;
    display: none;
}

.app:hover>div {
    display: block;
    animation: animationApp 0.2s linear 1 forwards;
}

@keyframes animationApp {
    from {
        opacity: 0.4;
        top: 8px;
    }

    to {
        opacity: 1;
        top: -2px;
    }
}

.app>div>img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

#downBoxBackgroundColor {
    width: 1140px;
    box-sizing: border-box;
    padding: 16px 16px;
    color: rgb(29, 29, 29);
    font-size: 14px;
    margin: auto;
    margin-top: 30px;
    border-top: 2px solid #888888;
}

#downBoxWe {
    border-bottom: 1px solid rgb(195 195 195);
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
}

.downMine {
    width: 58%;
    display: flex;
    justify-content: space-between;
    color: #555;
}

.downMine>div>strong {
    font-size: 0.875rem;
    margin-bottom: 8px;
    display: inline-block;
}

.downMine>div>p {
    margin-top: 6px;
    font-size: 0.75rem;
}

.downMine>div>p:hover {
    cursor: pointer;
    color: rgb(248, 72, 72);
}

#downBoxWeText {
    vertical-align: top;
    margin-left: 6px;
    letter-spacing: 1px;
    color: #555555;
}

#downBoxWeText h5 {
    font-size: 18px;
    margin-bottom: 8px;
}

#downBoxWeText p {
    margin-bottom: 3px;
}

#downBox {
    text-align: center;
    padding: 8px 0;
    color: rgb(177, 177, 177);
}

#downBoxLink {
    margin-bottom: 3px;
}

.shoppingCart {
    width: 360px;
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    background-color: #fff;
    border: 1px solid #bbb;
    display: none;
    z-index: 2;
}

.businessCart {
    width: 58px;
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    background-color: #fff;
    border: 1px solid #bbb;
    z-index: 2;
    text-align: center;
}

.businessCart li {
    line-height: 25px;
}

.businessCart li:hover {
    color: rgb(207, 12, 12);
}

.shoppingCart>div:last-child {
    white-space: nowrap;
    font-size: 13px;
    font-weight: bolder;
    line-height: 20px;
    padding: 2px 10px;
    background-color: #eee;
    display: flex;
    justify-content: space-between;
}

.shoppingCart>div:last-child>p:last-child {
    color: rgb(224, 19, 19);
}

.shoppingCart>div:last-child>p:last-child:hover {
    cursor: pointer;
}

.shoppingBox {
    width: 100%;
}

.shoppingBox>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px dashed #d8d8d8;
    box-sizing: border-box;
    padding: 8px 4px;
}

.shoppingBox>div>img {
    width: 57px;
    height: 57px;
    vertical-align: top;
}

.shoppingBox>div>span {
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 57px;
}

.shoppingBox>div>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 45px;
}

.shoppingDelete {
    color: #e70000;
    font-size: 12px;
}

.shopNull {
    display: block !important;
    width: 100%;
    padding: 16px 0 !important;
    font-size: 12px !important;
    color: #ddd !important;
    text-align: center;
}