*{
    padding: 0;
    margin: 0;
}
html, body{
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}

.wrap ul{
    width: 5.2rem;
    position: absolute;
    left: 50%;
    top: 10.2rem;
    margin-left: 0rem;
}
.wrap li{
    width: 1.30rem;
    height: 1.40rem;
    cursor: pointer;
}
.desc{
    position: absolute;
    width: 7rem;
    height: 6rem;
    left: 50%;
    margin-left: 0px;
    top: 4rem;
}
.desclist{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.title1{
    width: 100%;
    height: 0.6rem;
    background: url(../img/title.png?v=1) no-repeat;
    background-size: 100%;
}
.t_1{
    background-position: 0 0;
}
.t_2{
    background-position: 0 -1.08rem;
}
.t_3{
    background-position: 0 -2.30rem;
}
.t_4{
    background-position: 0 -3.58rem;
}
.t_5{
    height: 1.09rem;
    background-position: 0 -5.09rem;
}
.t_6{
    background-position: 0 -6.82rem;
}
.t_7{
    background-position: 0 -8.52rem;
}
.t_8{
    height: 1.40rem;
    background-position: 0 -9.72rem;
}
.t_9{
    height: 1.20rem;
    background-position: 0 -7.77rem;
}
.act-title{
    font-size: 0.18rem;
    color: #fae8c3;
    position: relative;
    margin-top: 8px;
    margin-bottom: 3px;
    margin-left: 28px;
}
.act-title::after{
    position: absolute;
    content: '';
    width: 0.07rem;
    height: 0.07rem;
    border: 0.02rem solid #fae8c3;
    left: -0.23rem;
    top: 0.06rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.act-cont{
    font-size: 0.2rem;
    color: #e3c283;
    margin-left: 28px;
}
.act-cont span{
    font-size: 22px;
    /* font-weight: bold; */
    color: #f75c54;
}
.act-tip{
    font-size: 18px;
    color: #e3c283;
    margin-left: 28px;
    margin-top: 8px;
}
.act-table{
    width: 98%;
    border: 1px solid #e3c283;
    margin-top: 10px;
    margin-left: 28px;
}
.col1, .col2{
    display: flex;
    flex: 1;
}
.col3{
    display: flex;
    width: 122px;
}
.col2{
    border-left: 1px solid #e3c283;
}
.collist{
    width: 100%;
    font-size: 14px;
    color: #fae8c3;
    line-height: 20px;
    text-align: center;
}
.act-table-mini .collist{
    height: 32px;
    line-height: 32px;
}
.col-mini-title{
    height: 24px; 
    line-height: 24px; 
    font-size: 14px;
}
.collist span{
    color: #f75c54;
    font-weight: bold;
}
.col4{
    width: 400px;
}
.collist:nth-child(2n + 1){
    background:rgba(31, 23, 24, 0.6);
}
.collist:nth-child(1){
    background:rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
.flex-col-center1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flex-row-center1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.flex-row-between{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.flex-row-start{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}