﻿.md1 {
    border-bottom: 1px solid #ccc;
    padding: 0 5%;
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 20px;
}

.md1>div {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.md1 .md {
    position: relative;
    animation-name: ddd;
    animation-delay: 2s;
    /*animation-duration: 20s;*/
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    color:#e09035;
}

/* @keyframes ddd {
    from {
        left: 0;
    }

    to {
        left: -750px;
    }
} */


.md1 span {
    white-space: nowrap;
}


.md2 {
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
    padding-bottom: 10px;
    border-bottom: 5px solid #ccc;
}

.md2>ul {
    text-align: center;
    font-size: 13px;
}

.md2 li {
    padding: 1px 0px;
}

.md2>ul>li:nth-child(1) {
    font-weight: bold;
}

.md2>ul>li:nth-child(2) {
    font-weight: bold;
}

.md2>ul>li:nth-child(4) {
    font-weight: bold;
    font-size: 10px;
    color: #999;
}

.md3 {
    margin-bottom: 65px;
}

.md3-1 {
    border-bottom: 1px solid #ccc;
    padding: 0 5%;
    font-size: 15px;
    font-weight: bold;
}

.md3-1>div {
    color: #999;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.md3-1>p {
    padding: 10px 0;
}

.md3 ul {
    border-bottom: 1px solid #ccc;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    height: 80px;
}

.md3 ul li {
    text-align: center;
}

.md3 ul li:nth-child(1) img {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

.md3 ul li div {
    font-weight: bold;
    padding: 1px 0px;
}

.md3 ul li:nth-child(1) div:nth-child(1) {
    display: flex;
}

.md3 ul li:nth-child(2) div:nth-child(2) {
    font-size: 13px;
    color: #999;
}

.mu {
    margin: 0 5%;
}

.md3 ul li:nth-child(3) {
    width: 30%;
    height: 60px;
}

.md3 ul li:nth-child(3) div {
    height: 60px;
    width: 100%;
    box-sizing: border-box;
}

.md3-1>div>span {
    flex: 1;
}

.md3-1>div>span:nth-child(2) {
    flex: 2;
    text-align: center;
}

.md3-1>div>span:nth-child(3) {
    text-align: end;
}

.md3>ul li {
    flex: 1;
}

.md3>ul li:nth-child(1) {
    text-align: left;
}

.md3>ul li:nth-child(2) {
    flex: 2;
}