.plate-page {}

.plate-page .top-banner {
    height: 350px;
    background-image: url('/static/images/plate/banner.png');
    background-position: center;
}

.plate-page .software-discussion {
    background-image: url('/static/images/plate/img_software_tria.png');
    padding-bottom: 10px;
}

.plate-page .software-discussion .top-info {
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.plate-page .software-discussion .top-info .title {
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    color: #5b75a6;
}

.plate-page .software-discussion .top-info .en-title {
    color: #5b75a6;
    font-family: 'Arial';
    font-size: 30px;
    line-height: 30px;
}

.plate-page .software-discussion .top-info .description {
    color: #333;
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
}

.plate-page .theme-discussion:nth-child(even) {
    background-color: #F9F9F9;
    padding-bottom: 10px;
}
.plate-page .theme-discussion:nth-child(odd) {
    background-image: url(/static/images/plate/img_software_tria.png);
    padding-bottom: 10px;
}
.plate-page .theme-discussion .top-info {
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.plate-page .theme-discussion .top-info .title {
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    color: #5b75a6;
}

.plate-page .theme-discussion .top-info .en-title {
    color: #5b75a6;
    font-family: 'Arial';
    font-size: 30px;
    line-height: 30px;
}

.plate-page .theme-discussion .top-info .description {
    color: #333;
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
}


/* 入口 */

.software-enter-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
}

.software-enter-box .enter-item-list {
    width: 270px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #333333;
    font-size: 20px;
    line-height: 1.5;
    transition: all .3s;
    margin: 5px;
}

.software-enter-box .enter-item-list .is-check {
    width: 97px;
    height: 101px;
}

.software-enter-box .enter-item-list .no-check {
    width: 97px;
    height: 101px;
    display: none;
}

.software-enter-box .enter-item-list .icon-bg {
    width: 97px;
    height: 101px;
    background-repeat: no-repeat;
    background-position: center;
}

.software-enter-box .enter-item-list:hover {
    background-color: #5b75a6;
    color: #fff;
    box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .1);
    transition: all .3s;
}

.software-enter-box .enter-item-list:hover .no-check {
    display: block;
}

.software-enter-box .enter-item-list:hover .is-check {
    display: none;
}

.software-enter-box .enter-item-list .name {
    font-weight: 700;
}

.software-enter-box .enter-item-list .number {
    margin-bottom: 10px;
}

.software-enter-box .enter-item-list .description {
    font-size: 14px;
}

.theme-enter-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.theme-enter-box .enter-item-list {
    width: 300px;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #333333;
    font-size: 20px;
    line-height: 1.5;
    transition: all .3s;
}

.theme-enter-box .enter-item-list .is-check {
    width: 97px;
    height: 101px;
}

.theme-enter-box .enter-item-list .no-check {
    width: 97px;
    height: 101px;
    display: none;
}

.theme-enter-box .enter-item-list .icon-bg {
    width: 97px;
    height: 101px;
    background-repeat: no-repeat;
    background-position: center;
}

.theme-enter-box .enter-item-list:hover {
    background-color: #5b75a6;
    color: #fff;
    box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .1);
    transition: all .3s;
}

.theme-enter-box .enter-item-list:hover .no-check {
    display: block;
}

.theme-enter-box .enter-item-list:hover .is-check {
    display: none;
}

.theme-enter-box .enter-item-list .name {
    font-weight: 700;
}

.theme-enter-box .enter-item-list .number {
    margin-bottom: 10px;
}

.theme-enter-box .enter-item-list .description {
    font-size: 14px;
}

.enter-item-list {
    box-shadow: 0 0px 8px 0 rgba(7, 17, 27, .1);
}
