.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.wrap {
    overflow-x: hidden;
    height: 100%;
}

.input-field-item {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    height: 45px;
}

.txt-item {
    color: black;
    padding-left: 25px;
}

.input-field-item .tit {
    font-size: 15px;
    width: 35%;
    margin-right: 2%;
}

.box1.box-style-02 .input-field-item .txt {
    width: 68%;
}

.input-field-item .txt span {
    color: #000;
    padding-left: 30px;
    font-size: 16px;
}

.input-field-item {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.txt-item {
    color: black;
    padding-left: 25px;
}

.input-field-item .tit {
    font-size: 15px;
    width: 30%;
    margin-right: 2%;
}

.box1.box-style-02 {
    text-align: center;
    padding-top: 20px;
}

    .box1.box-style-02 .box-title {
        color: #0481d8;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 1px;
        text-align: center;
        display: inline-block;
        border-radius: 10px 10px 0 0;
        padding: 30px;
        margin: auto;
        z-index: 9;
        position: relative;
        background: url(/img/bg_stitle.png) center top no-repeat;
        padding-top: 15px;
        padding-bottom: 25px;
        display: block;
    }

    .box1.box-style-02 .box-main {
        color: #007dcb;
        background: #e4f4ff;
        display: inline-block;
        width: 52%;
        padding: 66px 5% 16px 5%;
        margin: 0 auto 15px;
        border-radius: 15px;
        border: 7px solid #fff;
        box-shadow: 0 0 0 1px #007dcb;
        margin-top: -50px;
        z-index: 0;
    }
.input-field-item .txt span {
    color: #000;
    padding-left: 20px;
}

.button.submit-button {
    width: 50%;
    height: 45px;
    padding: 0;
    border-radius: 26px;
    background-color: #1889d4;
    color: white;
    box-shadow: 0px 2px 2px #005890;
    font-size: 22px;
    font-weight: 500;
}

    .button.submit-button:hover {
        box-shadow: 0px 3px 3px #005890;
    }

.btn-3d {
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-size: 22px;
    padding: 5px 25px;
    color: white;
    margin: 20px 10px 10px;
    border-radius: 6px;
    text-align: center;
    transition: top .01s linear;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}

    .btn-3d.blue:hover {
        background-color: #699DD1;
    }

    .btn-3d:active {
        top: 5px;
    }

    .btn-3d.blue {
        background-color: #6DA2D9;
        box-shadow: 0 0 0 1px #6698cb inset, 0 0 0 2px rgb(255 255 255 / 15%) inset, 0 5px 0 0 rgb(110 164 219 / 70%), 0 5px 0 1px rgb(0 0 0 / 35%);
    }

        .btn-3d.blue:active {
            box-shadow: 0 0 0 1px #6191C2 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 0 0 1px rgba(0,0,0,0.4);
        }



#showDescription {
    display: inline-block;
}

    #showDescription p {
        background-color: #009688b0;
        /*background-color: #9e9e9e38 !important;*/
        font-size: 20px;
        /*color: #295e53;*/
        color: #fff;
        font-weight: bold;
        margin: 0px;
        padding: 5px;
    }

.activitytable {
    width: 1200px;
    background-color: unset;
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .activitytable table tr th {
        font-weight: normal;
        color: #2991e4;
        background-color: #e8f4fc;
        text-align: center;
        line-height: 40px;
        border: 1px solid #bdc9d2;
        font-weight: bold;
    }

    .activitytable table tr td {
        color: black;
        text-align: center;
        line-height: 40px;
        border: 1px solid #bdc9d2;
        background-color: white;
    }

.refresh-icon {
    background-image: url('../images/refresh.webp');
    background-size: 100% 100%;
    display: inline-block;
    height: 45px;
    width: 45px;
    vertical-align: middle;
    margin-right: 93px;
    cursor: pointer;
}

.refresh-animate {
    animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear -webkit-animation: spin 1s infinite linear;
    -o-animation: refreshing 1s infinite linear;
}

.cover {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.loading {
    display: flex;
    justify-content: center;
}

    .loading img {
        position: fixed;
        top: 42%;
        width: 100px;
        transform: translate(10%,50%);
    }

@media screen and (max-width: 960px) {
    .wrap.mobile .w1200 {
        width: 100%;
    }

    .box2 {
        width: 100% !important;
        padding: 0 10px 10px 10px !important;
    }

    .sousuo {
        width: 100% !important;
    }

        .sousuo .input-box {
            width: 68% !important;
        }

            .sousuo .input-box input {
                width: 100% !important;
            }

        .sousuo .butt {
            width: 30% !important;
        }

    .wrap.mobile #showDescription {
        width: 100%;
        padding: 2px;
        border-radius: 12px;
        background-color: #fdfdfd;
    }

        .wrap.mobile #showDescription p {
            font-size: 15px;
            color: #295e53;
            font-weight: bold;
            margin: 0px;
            background-color: #9e9e9e38 !important;
            padding: 5px;
        }

    .wrap.mobile .activitytable {
        width: 98%;
        display: block;
        font-size: 15px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 20px;
        margin: 0 auto 10px;
    }

        .wrap.mobile .activitytable table tr th {
            font-weight: normal;
            color: #2991e4;
            background-color: #e8f4fc;
            text-align: center;
            line-height: 30px;
            border: 1px solid #bdc9d2;
            font-weight: bold;
            white-space: nowrap;
            font-size: 13px;
        }

        .wrap.mobile .activitytable table tr td {
            color: black;
            text-align: center;
            line-height: 1;
            border: 1px solid #bdc9d2;
            background-color: white;
            word-break: break-all;
            font-size: 12px;
            padding: 5px 0;
        }

    .loading img {
        width: 20%;
    }
}

@media screen and (max-width: 720px) {

    .input-field-item {
        box-sizing: border-box;
        display: flex;
        border-radius: 10px;
        background-color: #e4f4ff;
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }

        .input-field-item .tit {
            line-height: 2vh;
            font-weight: 500;
            text-align: justify;
        }

    .txt {
        box-sizing: border-box;
        width: 50%;
        text-indent: 7px;
        margin-bottom: 4px;
    }

    .button.submit-button {
        position: relative;
        display: inline-block;
        background-size: contain;
        max-width: 165px;
        max-height: 39px;
        margin: auto;
        width: 36vw;
        height: 15vw;
        top: 4px;
    }

        .button.submit-button:hover {
            box-shadow: 0px 3px 3px #005890;
        }

    .btn-3d {
        text-decoration: none;
        position: relative;
        display: inline-block;
        font-size: 18px;
        padding: 5px 10px;
        color: white;
        margin: 20px 10px 10px;
        border-radius: 6px;
        text-align: center;
        transition: top .01s linear;
        text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    }
}

.box2 {
    width: 1200px;
    display: flex;
    justify-content: center;
    padding: 0px 0 10px 0;
}

.sousuo {
    background: #eeeeee;
    padding: 8px;
    float: right;
    width: 595px;
    border-radius: 5px;
}

.input-box {
    width: 330px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    float: left;
    position: relative;
}

    .input-box input {
        color: #959595;
        font-size: 14px;
        line-height: 38px;
        border: 0;
        background: #fff;
        width: 450px;
        padding-left: 65px;
    }

.icon-sou {
    position: absolute;
    left: 17px;
    top: 10px;
    background: url(../images/sou.png) no-repeat;
    width: 37px;
    height: 22px;
}

.sousuo .butt {
    float: right;
    background: #a78335;
    width: 120px;
    height: 40px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    display: block;
    text-decoration: auto;
}


@-moz-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 540px) {
    .box1.box-style-02 .box-title {
        background-size: 7rem auto;
    }

    .box1.box-style-02 .box-main {
        color: #007dcb;
        background: #e4f4ff;
        display: inline-block;
        width: 8.5rem;
        padding: 1.5rem 5% 16px 5%;
        margin: 0 auto 15px;
        border-radius: 15px;
        border: 7px solid #fff;
        box-shadow: 0 0 0 1px #007dcb;
        margin-top: -50px;
        z-index: 0;
        min-width: auto;
    }

    .box1.box-style-02 .box-title {
        font-size: 0.35rem;
        padding-top: 0.25rem;
    }

    .input-field-item {
        margin-top: -0.25rem;
        width: 8rem;
        height: 1.25rem;
    }

    .button.submit-button {
        width: 45%;
        height: 1rem;
        margin-right: 1rem;
        margin-top: 0.85rem;
        font-size: 0.55rem;
    }

    .activityRules table tr th {
        font-size: 0.35555rem;
    }

    .activityRules table tr td {
        font-size: 0.35555rem;
    }
}