.main{
    width: 100%;
}
body{
    ;background:rgba(244,244,244,1);
    font-family:PingFangSC-Regular,PingFang SC;
}
.theme_title{
    padding: 12px;
    background: white;
    margin-bottom: 40px;
}
.theme_title_text{
    height: 58px;
    vertical-align: top;
    margin: 12px auto;
}
.theme_title_text p{
    font-size:14px;
    font-weight:400;
    color:rgba(154,154,154,1);
}
.theme_title_text span{
    width:80px;
    height:28px;
    font-size:20px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:28px;
}
.theme_tab{
    /*width: calc(100% + 48px) ;*/
    display: inline-table;
    border-spacing: 24px;
    margin: -24px;
}
.table-row{
    display: table-row;
}
.table-col{
    display: table-cell;
    max-width: 322px;
    max-height: 322px;
    background: white;
}
.table_text{
    padding:12px;
    font-size:14px;
    font-weight:400;
    color:rgba(154,154,154,1);
    line-height:22px;
    display: block;
}
.table-col div p{
    font-size:16px;
    font-weight:600;
    color:rgba(38,38,38,1);
    line-height:24px;
}

.table_images{
    padding: 0;
    display: table;
    border-spacing: 0;
    /*margin: 0 auto;*/
}
.table_images div{
    display: table-cell;
}
.table_images img{
    vertical-align: bottom;
    margin: 10% 1% 5% 1%;
    width: 18%;
}
#footer{
margin-top: 25px    ;
text-align: center;
size: 14px;
}
#footer a{
background-color: white;
}
#footer span{
background-color: white;
}
