* {
    padding: 0;
    margin: 0;
}

.page {
    width: 100%;
    height: 100vh;
    background-color: #F2F2F2;
    opacity: 1;
}

#counter {
    display: none;
}

.header {
    background-image: url('../images/background.png');
    background-size: 100% 290px;
    /* background-repeat: no-repeat; */
    background-repeat: no-repeat;
    padding-bottom: 80px;
}

ol,
ul {
    list-style: none;
}
a{
    text-decoration:none;
}
a{-webkit-tap-highlight-color:rgba(255,0,0,0);}
.title {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    font-style: normal;
    line-height: 36px;
    padding-top: 22px;
    padding-bottom: 6px;
}

.firsttopwrap2 {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.firsttopwrap2 .ulwrapper {
    /* width: 100%; */
    /* margin: 8px 0px 43px 28px; */
    display: flex;
    flex-wrap: wrap;
    /*padding: 0 17px 0 30px;*/
    padding-left: 10px;
    justify-content: center;
    align-items: center;
}

.firsttopwrap2 .ulwrapper li.showType2 {
    width: 30%;
}


.firsttopwrap2 .ulwrapper li {
    padding: 15px 11px 0 0;
}

.showType2:nth-child(3n) {
    padding: 15px 0 0 0;
}

.showType2 .li_div {

    color: #E36C09;
    /* border-color: #FFFEFF; */
    background-color: #FFFEFF;
    height: 34px;
    line-height: 34px;
    /*width: 100%;*/
    padding: 0 8px;
    text-align: center;
    overflow: hidden;
    font-weight: 400;
    font-size: 15px;
    display: block;
    border-radius: 17px;
    box-shadow:  -1px 4px 4px 0px rgba(193,88,0,0.79);
    /* border: 1px solid; */
}
.showType2 .li_div:hover{
     color: #FFFEFE;
    /* border-color: #1BB662; */
    background-color: #C15800;
}
.showType2 .active {
    color: #FFFEFE;
    /* border-color: #1BB662; */
    background-color: #C15800;
}

.content {
    margin-top: 30px;
    padding: 0 20px 0px 20px;
    overflow: hidden;
}

.content .item {
    width: 100%;
    height: 341px;
    background: #FFFFFF;
    box-shadow: 0 3px 15px 0 rgb(206 223 241 / 40%);
    border-radius: 16px;
    border: 1px solid rgba(237, 240, 247, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content .item .content_name {
    margin-top: 27px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #0C0C0C;
    font-weight: bold;
}

.content .item img {
    margin-top: 17px;
    width: 207px;
    height: 208px;
}

.content .item .content_tip {
    margin-top: 13px;
    font-size: 14px;
    text-align: center;
    color: #848484;
    line-height: 21px;
}

@media only screen and (min-width:1100px) {
    .firsttopwrap2 .ulwrapper li.showType2 {
        width: 9%;
    }
    .header {
        background-size:100%;
        
    }
    .showType2 .li_div {
  
        font-size: 20px;
        
    }
    .firsttopwrap2 .ulwrapper li {
        padding: 15px 40px 0 0;
    }
}
/* .footer {
    position: fixed;
    bottom: 20px;
    width: 80%;
    margin-left: 10%;
    background-color: rgb(52, 208, 169);
    border-radius: 20px;
    color: #fff;
    height: 40px;
    font-size: 17px;
    font-weight: 500;
    display: block;
    text-align: center;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    box-shadow: 1px 2px 6px 1px rgb(52 208 169 / 40%);
} */