.page {
    max-width: 1200px;
    /*background-color: white;*/
    /*height: 2000px;*/
    margin: 0 auto;
}

#container {
    /*background-color: white;*/
}

.page>.title {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: bold;
}

.notice-per {
    text-align: center;
    margin: 20px auto 0;
    background: rgb(231, 117, 23);
    color: #1b0704;
    height: 50px;
    line-height: 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.notice-per p {
    font-size: 18px;
    color: white;
    font-weight: bold;
    padding: 3px;
}

.page .notice {
    padding: 10px 20px;
    border: 1px solid #bdbdbd;
    background-color: #f5f5f5;
    /* box-shadow: 0 0 20px#3312356e; */
    padding: 20px;
}

.page .list {
    background-color: white;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding: 20px 10px;
    /*border:1px solid #bdbdbd;*/
}

.page .warp-title {
    margin: 20px 0 0;
    /* background: -webkit-linear-gradient( left, #32a7ff, #4eb2ff, #7bc4ff, #abd9ff, #d8edff, #e8f4ff, #f6fbff);
    background: -moz-linear-gradient( left, #32a7ff, #4eb2ff, #7bc4ff, #abd9ff, #d8edff, #e8f4ff, #f6fbff);
    background: -o-linear-gradient( left, #32a7ff, #4eb2ff, #7bc4ff, #abd9ff, #d8edff, #e8f4ff, #f6fbff);
    box-shadow: 1px 1px 2px#4eb2ff; */
    background-color: rgb(202, 60, 50);
    padding: 13px 0;
    text-indent: 20px;
    font-size: 16px;
    color: white;
}

.page .warp-title-green {
    background-color: rgb(16, 177, 169);
}

.page .list .item {
    padding: 10px;
    /*flex: 1;*/
    width: 216px;
}

.page .list .item:last-child {
    margin-right: 0;
}

.page .list .item .box:hover {
    background-color: rgb(250, 238, 228);
    box-shadow: 0 0 5px gray;
    animation: bidbg 1s;
    -moz-animation: bidbg 1s;
    /* Firefox */
    -webkit-animation: bidbg 1s;
    /* Safari 和 Chrome */
    -o-animation: bidbg 1s;
}

@keyframes bidbg {
    0% {
        background: rgb(250, 238, 228);
    }
    50% {
        margin-top: -10px;
    }
    100% {
        background: rgb(248, 240, 226);
    }
}

.page .list .item .box {
    height: 100%;
    border: 1px solid #dfdfdf;
    border-top: 0;
}

.page .list .item .box .top {
    height: 5px;
    background-color: #ff8b1e;
}

.page .list .item .box .title {
    font-size: 17px;
    text-align: center;
    width: 218px;
    height: 80px;
    line-height: 20px;
    border-bottom: 1px dotted #bdbdbd;
    display: table-cell;
    vertical-align: middle;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    padding: 6px;
}

.page .list .item .box .title div:first-child {
    font-size: 16px;
    margin-bottom: 5px;
}

.page .list .item .box .info {
    padding: 10px;
}

.page .list .item .box .info li {
    clear: both;
    margin-bottom: 10px;
}

.page .list .item .box .info li:last-child {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

div.active-1 {
    background: #e1f3f5;
}

div.active-2 {
    background: #f7eaea;
}

div.active-1 .top {
    background-color: #a1b8c5 !important;
}

div.active-2 .top {
    background-color: #cc9f99 !important;
}

div.active-3 .top {
    background-color: #b4b3b3 !important;
}

.warp3-content .shop-box {
    width: 200px;
    height: 220px;
    margin: 0 auto;
    border: 1px solid #DDD;
    padding: 10px;
    background: #F5F5F5;
    text-align: center;
    /*background-color: #bdbdbd;*/
}

.shop-box .shop_icon {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

a.enter-name {
    color: #1b0704;
}

a.enter-name:hover {
    color: #bd4232;
}