html,
body {
    margin: 0;
    padding: 0
}

ul,
li {
    list-style: none;
}

.page_title {
    height: 210px;
    line-height: 210px;
    text-align: center;
    background: url("/assets/images/szgz/赛制规则.png") no-repeat;
    background-size: 100% 100%;
    font-size: 60px;
    color: #fff;
}

.page_menu {
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0
}

.page_menu li {
    display: inline-block;
    font-size: 40px;
    border-bottom: 5px solid #f8f8f8;
    font-size: 31px;
    margin: 0 70px;
}

.page_menu li.active {
    border-bottom: 5px solid #ec3441;
    color: #ec3441;
    line-height: 2;
    font-size: 34px;
}

.page_menu li.changeli {
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.chusai {
    width: 1280px;
    margin: 0 auto;
    display: none;
}

.chusai.show {
    display: block;
}

.page_module {
    /* background: #fff; */
    font-size: 18px;
}

.module_title {
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: -70px;
}

.csgz {
    display: flex;
    flex-wrap: wrap;
    padding: 0 120px;
    line-height: 2;
    margin-bottom: 84px
}

.csgz li {
    width: 50%;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.process-photo {
    width: 452px;
    display: block;
    margin: 0 auto;
}

.rulerNav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 27px;
}

.rulerItem {
    width: 620px;
    height: 378px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 33px;
    overflow: hidden;
}



.rulerItem-title {
    text-align: center;
    font-size: 32px;
    font-weight: bolder;
    margin-top: 36px;
    margin-bottom: 30px;
    line-height: 32px;
}

.rulerItem .rulerItem-title-span {
    display: block;
    width: 180px;
    height: 16px;
    border-radius: 0 10px 0 10px;
    margin: 0 auto;
    margin-top: -8px;
}


.rulerItem-bottom-item {
    display: flex;
    width: 563px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.rulerItem-bottom-item2 {
    display: flex;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.rulerItem-bottom-span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.rulerItem-bottom-number {
    font-weight: bolder;
    font-size: 16px;
    margin-left: -12px;
    margin-top: 2px;
    margin-right: 9px;
}

.rulerItem-bottom-text {
    font-size: 14px;
    line-height: 30px;
    color: #8d8d8d;
}

.rulerItem-bottom-left {
    display: flex;
}

.rulerItem-seeAll.first {
    margin-top: 0;
}

.rulerItem-seeAll {
    width: 126px;
    height: 36px;
    border: 1px solid #dddee1;
    margin: 0 auto;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 16px;
}

.rulerItem.red {
    border-top: 12px solid #ee4c58;
}

.rulerItem.red .rulerItem-title-span {
    background-color: #fbd6d9;
}

.rulerItem.red .rulerItem-bottom-number {
    color: #ec3441;
}

.rulerItem.red .rulerItem-bottom-span {
    background-color: #ffe5e5;
}

.rulerItem.orange {
    border-top: 12px solid #ee9d4c;
}

.rulerItem.orange .rulerItem-title-span {
    background-color: #fbe9d6;
}

.rulerItem.orange .rulerItem-bottom-number {
    color: #ec9034;
}

.rulerItem.orange .rulerItem-bottom-span {
    background-color: #fdf4ea;
}

.rulerItem.blue {
    border-top: 12px solid #4c9ffb;
}

.rulerItem.blue .rulerItem-title-span {
    background-color: #d7e9fe;
    width: 292px;
}

.rulerItem.blue .rulerItem-bottom-number {
    color: #3892f9;
}

.rulerItem.blue .rulerItem-bottom-span {
    background-color: #ebf4fe;
}


.rulerItem.green {
    border-top: 12px solid #39dace;
}

.rulerItem.green .rulerItem-title-span {
    background-color: #d6f7f5;
    width: 370px;
}

.rulerItem.green .rulerItem-bottom-number {
    color: #5fdad3;
}

.rulerItem.green .rulerItem-bottom-span {
    background-color: #effbfb;
}

/* 模态框 */
.mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: 0.5;
}

.modelDiv {
    display: none;
}

.rulerItem.modelInner {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    border-top: none;

}

.modelInner-center {
    height: 378px;
    overflow: auto;
}

.closeModel {
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
    color: #dddee1;
    cursor: pointer;
}

@media screen and (max-width:1550px) {
    .page_title {
        height: 168px;
    }

    .page_menu li {
        font-size: 24px;
    }

    .page_menu li.active {
        font-size: 26px;
    }

    .chusai {
        width: 1024px;

    }

    .process-photo.p1 {
        width: 452px;
    }

    .process-photo.p2 {
        width: 412px;
    }

    .text-center {
        font-size: 13px;
    }

    .module_title.text-center {
        font-size: 28px;
        margin-top: -56px;
    }

    .rulerItem {
        width: 496px;
        height: 320px;
    }

    .rulerItem-title {
        font-size: 26px;
        margin-top: 28px;
        margin-bottom: 24px;
        line-height: 26px;
    }

    .rulerItem-bottom-item {
        display: flex;
        width: 450px;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .rulerItem-bottom-item2 {
        display: flex;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .rulerItem-bottom-span {
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 16px;
    }

    .rulerItem-bottom-number {
        font-size: 13px;
        margin-left: -10px;
        margin-top: 1px;
        margin-right: 7px;
    }

    .rulerItem-bottom-text {
        font-size: 10px;
        line-height: 22px;
    }

    .rulerItem-seeAll {
        width: 100px;
        height: 30px;
        line-height: 30px;
        margin-top: 16px;
    }

    .text {
        font-size: 13px;
        text-indent: 6em !important;
        line-height: 24px;
    }

    .model-title {
        font-size: 16px;
        line-height: 24px;
        margin: 0px 0px 10px 25px;
    }

    .modelDiv-title {
        font-size: 16px;
        line-height: 24px;
        margin: 0px 0px 10px 90px;
    }
}

.line-img {
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: middle;
}