
.achievement-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1410px;

}

.achievement-list .achievement-item:nth-child(3n+3) {
    margin-right: 0 !important;
}

.achievement-list .achievement-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 450px;
    height: 896px;
    margin-right: 30px;
    margin-bottom: 60px;
    position: relative;
}

.achievement-list .achievement-item .choose-box0 {
    position: absolute;
    right: 12px;
    top: 760px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
}

.achievement-list .achievement-item .choose-box1 {
    position: absolute;
    right: 12px;
    top: 760px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
}

.achievement-list .achievement-item .choose-img, .achievement-list .achievement-item .no-choose-img {
    display: none;
    width: 37px;
    height: 37px;
}

.achievement-list .achievement-item .choose-box1 .choose-img {
    display: block !important;
}

.achievement-list .achievement-item .choose-box0 .no-choose-img {
    display: block !important;
}

.achievement-list .achievement-item .top-img {
    width: 450px;
    height: 803px;
}


.achievement-list .achievement-item .achievement-name {
    text-align: center;
    width: 450px;
    margin-top: 50px;
    font-size: 24px;
    font-family: Microsoft YaHei-Semibold, Microsoft YaHei;
    font-weight: 600;
    color: #D90211;
    line-height: 28px;
}

.vote {
    cursor: pointer;
    zoom: .5;
    position: fixed;
    top: 50%;
    right: 125px;
}


.model {
    z-index: 98;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 100px 0;
    overflow: scroll;
}

.model .main {
    position: relative;
    width: 1240px;
    min-height: 1260px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

h1 {
    font-size: 40px;
    font-family: Microsoft YaHei-Semibold, Microsoft YaHei;
    font-weight: 600;
    color: #D90211;
    line-height: 47px;
    margin: 42px 0 20px;

}

h2 {
    font-size: 20px;
    font-family: Microsoft YaHei-Semibold, Microsoft YaHei;
    font-weight: 600;
    color: #979797;
    line-height: 23px;
    margin-bottom: 48px;
}

.model-bg {
    width: 100%;
    height: 180px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.vote-1 {
    position: relative;
    width: 1150px;
    height: 220px;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    border: 2px solid #FCA3A9;
    padding: 64px 0 32px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;

}

.vote-active-city {
    color: #FFFFFF !important;
    background: #D90211 !important;
}

.vote-1 > a {

    cursor: pointer;
    display: block;
    width: 120px;
    height: 48px;
    line-height: 48px;
    background: #FFE2E2;
    border-radius: 8px 8px 8px 8px;
    margin-right: 20px;
    margin-bottom: 24px;

    font-size: 24px;
    font-family: Microsoft YaHei-Semibold, Microsoft YaHei;
    font-weight: 600;
    color: #FF0000;
    text-align: center;
}

.title {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 192px;
    padding: 10px 32px 10px 16px;
    background: linear-gradient(#D90211, #D01116);
    border-radius: 6px 0 30px 0;
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei-Semibold, Microsoft YaHei;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
}

.vote-2 {
    margin: 24px;
    position: relative;
    width: 1150px;
    min-height: 722px;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    border: 2px solid #FCA3A9;
}

.vote-area-left {
    position: absolute;
    top: 60px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.vote-area-left a {
    width: 120px;
    text-align: center;
    height: 37px;
    line-height: 37px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid rgba(200, 2, 14, 0.5);
    margin-bottom: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei-Semibold, Microsoft YaHei;
    font-weight: 600;
    color: #FF0000;
}

.vote2-active-city {
    background: #E83441 !important;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    color: #ffffff !important;
}


.vote-area-right {
    position: absolute;
    top: 110px;
    left: 190px;
    width: 830px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.vote-area-right div {
    display: flex;
    flex-wrap: wrap;
}


.vote-area-right div a {
    min-width: 120px;
    padding: 0 5px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 48px 48px 48px 48px;
    border: 1px solid #D90211;
    margin: 5px;
    display: inline-block;
    font-size: 16px;
    font-family: Microsoft YaHei-Semibold, Microsoft YaHei;
    font-weight: 600;
    color: #7E8299;
}

.vote-area-right div a:nth-child(6n+6) {
    /*margin-right: 0 !important;*/
}

.choose-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.vote2-active-area {
    line-height: 39px;
    text-align: center;
    min-width: 120px;
    height: 39px;
    background: #D90211 !important;
    color: #ffffff !important;
    border-radius: 48px 48px 48px 48px;
    opacity: 1;

}

.choose-area {
    margin-left: 100px;
    margin-top: -20px;
    width: 1060px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.choose-area .vote2-active-area {
    width: 120px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 48px 48px 48px 48px;
    opacity: 1;
    border: 1px solid #D90211;
    margin-right: 22px;
    margin-bottom: 12px;

    font-size: 16px;
    font-family: Microsoft YaHei-Semibold, Microsoft YaHei;
    font-weight: 600;
    color: #7E8299;
}

.choose-area .vote2-active-area:nth-child(7n+7) {
    margin-right: 0 !important;
}

.choose-box {
    position: relative;
    left: 20px;
    margin-top: 600px;
    margin-bottom: 20px;
}

.choose-box > p {
    margin-right: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei-Semibold, Microsoft YaHei;
    font-weight: 600;
    color: #000000;
    line-height: 23px;
}

.submit-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    z-index: 9999;

}

.submit-box div {
    width: 123px;
    height: 53px;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    cursor: pointer;
}

.submit-box div p {
    font-size: 20px;
    font-family: Microsoft YaHei-Semibold, Microsoft YaHei;
    font-weight: 600;
    color: #7E8299;
    line-height: 23px;
}

.submit-box div img {
    width: 21px;
    height: 21px;
}

.submit-box div:nth-child(1) {
    background: #F5F8FA;
}

.submit-box div:nth-child(2) {

    background: #D90211;
}

