.home-background {
    width: 100%;
    min-width: 1200px;
    /* height: calc(100vh - 152px - 130px); */
    min-height: 350px;
    background: url("../images/home-background.jpg") no-repeat top;
    padding-top: 212px;
    background-size: contain;
}
.home-background-new {
    width: 100%;
    height: 150px;
    background: #D7000F;
}
.home-background-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-content {
    position: relative;
    /* top: -220px; */
    top: 12px;
    padding-bottom: 27px;
}

.home-content .nav {
    width: 948px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.home-content .nav .nav-item {
    position: relative;
    padding-top: 19px;
    width: 143px;
    height: 111px;
    text-align: center;
    border: 3px solid rgba(193, 218, 255, 1);
    background: #ffffff;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.home-content .nav .is-active {
    font-size: 18px;
    background: linear-gradient(0deg, rgba(7, 48, 152, 1), rgba(0, 104, 183, 1));
}

.home-content .nav .nav-item .img {
    width: 50px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.home-content .nav .nav-item img {
}

.home-content .nav .nav-item .img-link img {
    width: 80%;
    margin-top: -16px;
}

.home-content .nav .is-active img {
    transform: scale(1.2);
}

.home-content .nav .nav-item .text {
    position: absolute;
    bottom: 16px;
    width: 100%;
    color: #000000;
    text-align: center;
}

.home-content .nav .is-active .text {
    bottom: 15px;
    color: #FFFFFF;
}

.home-content .nav .is-active .img {
    position: absolute;
    top: 16px;
    width: 100%;
    text-align: center;
}

.home-content .active-process {
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
    display: flex;
    height: 330px;
}

.home-content .active-process .process-left {
    width: 758px;
}

.home-content .active-process .process-left .process-title {
    width: 100%;
    height: 50px;
    text-align: center;
    background-image: url("../images/title-background.png");
    background-repeat: repeat-x;
    background-color: #DF0E0E;
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
    border-radius: 5px 5px 0 0;
}

.home-content .active-process .process-left .process-content {
    display: flex;
    justify-content: space-between;
    height: 280px;
    padding: 8px 26px 1px 34px;

    background: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.process {
    border: 1px solid #FF0000;
}

.home-content .active-process .process-left .process-content .process-content-item {
    height: 100%;
    text-align: center;
}

.home-content .active-process .process-left .process-content .process-content-item img {
    cursor: pointer;
}

.home-content .active-process .process-left .process-content .process-content-arrow {
    display: flex;
    align-items: center;
    height: 142px;
    width: 45px;
}

.home-content .active-process .process-left .process-content .process-content-item .text .title {
    font-size: 24px;
    line-height: 48px;
    color: #FF0000;
}

.home-content .active-process .process-left .process-content .process-content-item .text .time {
    font-size: 16px;
    color: #666666;
}

.home-content .active-process .process-left .process-content .process-content-item .text .introduce {
    font-size: 16px;
    color: #999999;
}

.home-content .active-process .process-right {
    width: 418px;
}

.learning-number {
    position: relative;
}

.learning-number .learning-number-title {
    width: 100%;
    height: 50px;
    text-align: center;
    background-image: url("../images/title-background.png");
    background-repeat: repeat-x;
    background-color: #DF0E0E;
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
    border-radius: 5px 5px 0 0;
}

.learning-number .learning-number-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    height: 80px;
    border: 1px solid #FF0000;
    background: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.learning-number .connection {
    position: absolute;
    top: 34px;
}

.learning-number .connection-left {
    left: 8px;
}

.learning-number .connection-right {
    right: 8px;
}

.event-announcements {
    margin-top: 13px;
}

.event-announcements .event-announcements-title {
    padding: 0 16px 0 24px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    background-image: url("../images/title-background.png");
    background-repeat: repeat-x;
    background-color: #DF0E0E;
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.event-announcements .event-announcements-title .title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-announcements .event-announcements-title .title span {
    padding-left: 12px;
}

.event-announcements .event-announcements-title .more {
    font-size: 14px;
    cursor: pointer;
}

.event-announcements .event-announcements-content {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    height: 132px;
    border: 1px solid #FF0000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.event-announcements .event-announcements-content .info {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.event-announcements .event-announcements-content .info .info-item {
    padding: 0 25px 0 34px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.event-announcements .event-announcements-content .info .info-item:hover {
    color: #ff0000;
}

.event-announcements .event-announcements-content .info .info-item .time {
    display: block;
    width: 53px;
    text-align: right;
}

.event-announcements .event-announcements-content .info .new {
    padding-left: 10px;
}

.event-announcements .event-announcements-content .info .new .content {
    color: #ff0000;
}

.event-announcements .event-announcements-content .info .info-item .content {
    width: 304px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.event-announcements .event-announcements-content .info .new .content {
    width: 328px;
}

.guidelines {
    margin-top: 26px;
}

.guidelines .guidelines-title {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 32px;
    font-size: 24px;
    color: #000000;
    text-align: center;
    background-image: url("../images/title-main-background.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.guidelines .guidelines-content {
    display: flex;
    justify-content: space-between;
}

.guidelines .guidelines-content > div {
    width: 364px;
    height: 242px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(223, 223, 223, 1);
    padding: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.guidelines .guidelines-content > div .title {
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    background-image: url("../images/title-background.png");
    background-repeat: repeat-x;
    background-color: #DF0E0E;
    color: #ffffff;
    font-size: 18px;
    line-height: 50px;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.guidelines .guidelines-content > div .title .icon-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.guidelines .guidelines-content > div .title .icon-text span {
    padding-left: 8px;
}

.guidelines .guidelines-content > div .title .more {
    font-size: 14px;
    cursor: pointer;
}

.guidelines .guidelines-content > div .content {
    margin-top: 7px;
    padding-top: 24px;
    padding-left: 40px;
    border-top: 1px solid #DFDFDF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.guidelines .guidelines-content > div .content ul {
    font-size: 14px;
    color: #666666;
    list-style: disc;
    line-height: 26px;
}

.guidelines .guidelines-content > div .content ul li {
    cursor: pointer;
}

.map-distribution {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.map-distribution .map {
    width: 758px;
}

.map-distribution .map .map-title {
    width: 100%;
    height: 50px;
    text-align: center;
    background-image: url("../images/title-background.png");
    background-repeat: repeat-x;
    background-color: #DF0E0E;
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
    border-radius: 5px 5px 0 0;
}

.map-distribution .map .map-content {
    position: relative;
    height: 452px;
}

.map-distribution .map .map-content .allmap {
    height: 452px;
}

.map-distribution .map .map-content .statistical {
    position: absolute;
    right: 24px;
    bottom: 0;
    height: 24px;
    padding: 0 12px;
    background: #377CC1;
    font-size: 12px;
    color: #ED2D2D;
    padding-top: 9px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.map-distribution .ranking {
    width: 418px;
}

.map-distribution .ranking .ranking-title {
    width: 418px;
    height: 50px;
    text-align: center;
    background-image: url("../images/title-background.png");
    background-repeat: repeat-x;
    background-color: #DF0E0E;
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
    border-radius: 5px 5px 0 0;
}

.map-distribution .ranking .ranking-content {
    padding: 42px 24px 0 24px;
    height: 452px;
    border: 1px solid rgba(223, 223, 223, 1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.map-distribution .ranking .ranking-content ul {
    list-style: none;
}

.map-distribution .ranking .ranking-content ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.map-distribution .ranking .ranking-content ul li .name {
    width: 60px;
    font-size: 14px;
    color: #333333;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* .map-distribution .ranking .ranking-content ul li .progress-bar {
    width: 222px;
    display: flex;
    align-items: center;
    background-image: url("../images/progress-bar-background.png");
    background-repeat: no-repeat;
    background-size: 222px 14px;
    background-position: center;
}

.map-distribution .ranking .ranking-content ul li .progress-bar .progress {
    margin: 4px;
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(0deg, rgba(78, 199, 255, 0.5), rgba(78, 199, 255, 1));
}

.map-distribution .ranking .ranking-content ul li .number {
    padding-left: 4px;
    width: 75px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #383938;
    text-align: center;
    background-image: url("../images/number-background.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
} */

.map-distribution .ranking .ranking-content ul li .progress-bar {
    display: flex;
    align-items: center;
    padding: 2px;
    width: 302px;
    height: 20px;
    background-color: #e6e6e6;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

.map-distribution .ranking .ranking-content ul li .progress-bar .progress {
    position: relative;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    background-color: #4ec7ff;
}

.map-distribution .ranking .ranking-content ul li .progress-bar .progress .number {
    position: absolute;
    left: 6px;
    line-height: 20px;
}

.map-distribution .ranking .ranking-content ul li:nth-child(1) .name {
    color: #FF0000;
}

.map-distribution .ranking .ranking-content ul li:nth-child(1) .progress-bar .progress {
    background: linear-gradient(0deg, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 1));
}

.map-distribution .ranking .ranking-content ul li:nth-child(2) .name {
    color: #FF7000;
}

.map-distribution .ranking .ranking-content ul li:nth-child(2) .progress-bar .progress {
    background: linear-gradient(0deg, rgba(255, 128, 0, 0.5), rgba(255, 128, 0, 1));
}

.map-distribution .ranking .ranking-content ul li:nth-child(3) .name {
    color: #FDD000;
}

.map-distribution .ranking .ranking-content ul li:nth-child(3) .progress-bar .progress {
    background: linear-gradient(0deg, rgba(255, 128, 58, 0.5), rgba(255, 128, 58, 1));
}

.elegant-demeanour {
    margin-top: 24px;
    padding: 0 35px;
    width: 100%;
    height: 330px;
    border: 1px solid rgba(223, 223, 223, 1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.elegant-demeanour .elegant-demeanour-title {
    position: relative;
    width: 100%;
    height: 102px;
    padding-top: 46px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.elegant-demeanour .elegant-demeanour-title .title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    background-image: url("../images/title-main-background.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.elegant-demeanour .elegant-demeanour-title .sub-title {
    position: absolute;
    top: 32px;
    right: 0;
    display: flex;
    width: 150px;
    justify-content: space-between;
    align-items: center;
}

.elegant-demeanour .elegant-demeanour-title .sub-title .contribute {
    position: relative;
    width: 91px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    background: #FF0000;
    border-radius: 14px;
}

.elegant-demeanour .elegant-demeanour-title .sub-title .contribute a {
    color: #ffffff;
}

.elegant-demeanour .elegant-demeanour-title .sub-title .contribute .contribute-icon {
    position: absolute;
    right: -6px;
    bottom: -2px;
    -webkit-animation-name: "ripple";
    /*动画属性名，也就是我们前面keyframes定义的动画名*/
    -webkit-animation-duration: 1s;
    /*动画持续时间*/
    -webkit-animation-timing-function: ease;
    /*动画频率，和transition-timing-function是一样的*/
    -webkit-animation-delay: 0s;
    /*动画延迟时间*/
    -webkit-animation-iteration-count: infinite;
    /*定义循环资料，infinite为无限次*/
    -webkit-animation-direction: alternate;
    /*定义动画方式*/
}

.elegant-demeanour .elegant-demeanour-title .sub-title .more {
    font-size: 14px;
}

.elegant-demeanour .elegant-demeanour-title .sub-title .more a {
    color: #ff0000;
}

.elegant-demeanour .elegant-demeanour-content {
    display: flex;
    height: 194px;
    overflow: hidden;
}

.elegant-demeanour .elegant-demeanour-content > div {
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.elegant-demeanour .elegant-demeanour-content > div:first-child {
    padding-right: 39px;
    border-right: 1px dashed #D3D3D3;
}

.elegant-demeanour .elegant-demeanour-content > div:last-child {
    padding-left: 35px;
}

.elegant-demeanour .elegant-demeanour-content > div ul {
    list-style: none;
}

.elegant-demeanour .elegant-demeanour-content > div ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    line-height: 29px;
    color: #666666;
    cursor: pointer;
}

.elegant-demeanour .elegant-demeanour-content > div ul li:hover {
    color: #ff0000;
}

.elegant-demeanour .elegant-demeanour-content > div ul li .text {
    width: 435px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.elegant-demeanour .elegant-demeanour-content > div ul li .text::before {
    content: "•";
}

.event-message {
    margin-top: 15px;
    padding: 0 35px;
    width: 100%;
    height: 460px;
    border: 1px solid rgba(223, 223, 223, 1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.event-message .event-message-title {
    position: relative;
    width: 100%;
    height: 85px;
    padding-top: 46px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.event-message .event-message-title .title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    background-image: url("../images/title-main-background.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.event-message .event-message-title .sub-title {
    position: absolute;
    top: 32px;
    right: 0;
}

.event-message .event-message-title .sub-title .message {
    position: relative;
    width: 91px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    background: #FF0000;
    border-radius: 14px;
}

.event-message .event-message-title .sub-title .message a {
    color: #ffffff;
}

.event-message .event-message-title .sub-title .message .message-icon {
    position: absolute;
    right: -6px;
    bottom: 1px;
}

.event-message .event-message-content ul {
    height: 330px;
    overflow: hidden;
    list-style: none;
}

.event-message .event-message-content ul li {
    display: flex;
    padding-top: 6px;
    height: 66px;
    border-bottom: 1px dashed #DBDBDB;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.event-message .event-message-content ul li:hover {
    background: #DFDFDF;
    border-bottom: 1px dashed #DFDFDF;
}

.event-message .event-message-content ul li .icon {
    width: 25px;
    padding-top: 4px;
}

.event-message .event-message-content ul li .content {
    width: calc(100% - 25px);
}

.event-message .event-message-content ul li .content .name {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.event-message .event-message-content ul li .content .text {
    font-size: 14px;
    color: #A3A3A3;
    width: 100%;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.notation {
    position: absolute;
    margin-top: 251px ;
    left: 45%;
    font-size: 20px;
    width: 293px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background:#FFFFFF;
    border-radius: 25px;
}

@keyframes ripple {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}
