<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.big_class{
    display: grid;
    grid-row-gap: 20px;
    grid-column-gap: 0px;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3) ,1fr));
    box-shadow: 0px 0px 20px #f4f4f4;
    margin: 45px 0px;
}
.big_class&gt;div{
    height: 100px;
    position: relative;
    cursor: pointer;
    border-left: 1px solid #f2f2f2;
}
.big_class&gt;div.active{
    background-color: #d50d19;
}

.big_class&gt;div.active&gt;div&gt;p,
.big_class&gt;div.active&gt;div&gt;p&gt;span{
    color: #ffffff;
}

.big_class&gt;div:nth-of-type(1){
    border: none;
}
.big_class&gt;div&gt;div{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 0px;
    text-align: center;
}
.big_class&gt;div&gt;div&gt;img{
    margin-right: 15px;
    vertical-align: top;
}
.big_class&gt;div&gt;div&gt;p{
    display: inline-block;
    color: #333333;
    font-size: 3rem;
    margin: 6px 0px;
}
.big_class&gt;div&gt;div&gt;p&gt;span{
    color: #333333;
    font-size: 1.4rem;
}
.color_class{
    width: 100%;
    padding: 10px;
    background-color: #f5f5f5;
}
.color_class&gt;div{
    background-color: #ffffff;
    font-size: 0px;
    padding: 15px 10px;
}
.color_class&gt;div&gt;p{
    color: #333333;
    font-size: 2.4rem;
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
}
.color_class&gt;div&gt;p&gt;span{
    color: #d50d19;
}
.color_class&gt;div&gt;ul{
    display: inline-block;
    vertical-align: top;
    /*margin-right: 20px;*/
    margin: 2px 20px 2px 0px;
}
.color_class&gt;div&gt;ul&gt;li{
    display: inline-block;
    width: 30px;
    height: 20px;
    cursor: pointer;
    transition: all .3s;
}
.color_class&gt;div&gt;ul&gt;li.active{
    transform: scale(1.2);
    position: relative;
}
.color_class&gt;div&gt;ul&gt;li.active::before{
    width: 14px;
    height: 10px;
    background-image: url("../image/template/checked.png");
    background-size: 100% 100%;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.color_class&gt;div&gt;ul&gt;li:nth-of-type(1){
    background-color: #5dbd28;
}
.color_class&gt;div&gt;ul&gt;li:nth-of-type(2){
    background-color: #fc1f1b;
}
.color_class&gt;div&gt;ul&gt;li:nth-of-type(3){
    background-color: #0093dd;
}
.color_class&gt;div&gt;ul&gt;li:nth-of-type(4){
    background-color: #bdb5af;
}
.color_class&gt;div&gt;ul&gt;li:nth-of-type(5){
    background-color: #dec49f;
}
/*.color_class&gt;div&gt;ul&gt;li:nth-of-type(6){*/
/*    background-color: #1bb237;*/
/*}*/
/*.color_class&gt;div&gt;ul&gt;li:nth-of-type(7){*/
/*    background-color: #40b475;*/
/*}*/
/*.color_class&gt;div&gt;ul&gt;li:nth-of-type(8){*/
/*    background-color: #2be64d;*/
/*}*/
/*.color_class&gt;div&gt;ul&gt;li:nth-of-type(9){*/
/*    background-color: #022d52;*/
/*}*/
/*.color_class&gt;div&gt;ul&gt;li:nth-of-type(10){*/
/*    background-color: #eb9417;*/
/*}*/
/*.color_class&gt;div&gt;ul&gt;li:nth-of-type(11){*/
/*    background-color: #c57c54;*/
/*}*/
/*.color_class&gt;div&gt;ul&gt;li:nth-of-type(12){*/
/*    background-color: #163190;*/
/*}*/
.color_class&gt;div&gt;span{
    display: inline-block;
    color: #333333;
    font-size: 1.4rem;
    margin: 5px 0px;

}
.template_show{
    margin-top: 75px;
}
.template_webPC{
    margin-bottom: 100px;
}
.template_show&gt;div .p{
    position: relative;
    margin-bottom: 60px;
}
.template_show&gt;div .p&gt;p{
    text-align: center;
    color: #333333;
    font-size: 3.6rem;
}
.template_show&gt;div .p&gt;img{
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    display: none;
}
.template_show&gt;div .p.active{
    display: block;
    height: 50px;
    border-radius: 10px;
}
.template_show&gt;div .p.active&gt;p{
    text-align: left;
    padding-left: 50px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 50px;
}
.template_show&gt;div .p.active&gt;img{
    display: block;
    cursor: pointer;
}

.template_show&gt;div .p&gt;p&gt;span{
    color: #333333;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-left: 10px;
}
.template_show .box{
    display: grid;
    grid-row-gap: 50px;
    grid-column-gap: 50px;
    grid-template-columns: repeat(auto-fill, minmax(calc((100% - 100px) / 3), 1fr));
}
.template_show .box&gt;a{
    display: block;
    background-color: #f8f8f8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #cccccc;
}
.template_show .box .top{
    font-size: 0px;
    padding: 8px 12px;
}
.template_show .box .top&gt;span{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 50%;
}
.template_show .box .top&gt;span:nth-of-type(1){
    background-color: #e95c69;
}
.template_show .box .top&gt;span:nth-of-type(2){
    background-color: #ebc369;
}
.template_show .box .top&gt;span:nth-of-type(3){
    background-color: #26c853;
}
.template_show .box .img_box{
    overflow: hidden;
    height: 190px;
    position: relative;
}
.template_show .box .img_box .img{
    width: 100%;
}
.template_show .box .img_box&gt;div{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all .5s;
    transform: translateX(-100%);
    background-color: rgba(0,0,0,.63);
}
.template_show .box&gt;a:hover .img_box&gt;div{
    transform: translateX(0%);
}
.template_show .box .img_box .hover_img{
    position: absolute;
    transition: all .5s;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-100%);
}
.template_show .box&gt;a:hover .img_box .hover_img{
    top: 50%;
    transform: translate(-50%,-50%);
}
.template_show .box&gt;a&gt;p{
    display: block;
    color: #333333;
    font-size: 1.4rem;
    padding: 15px 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap
}

@media (max-width: 767px){
    .big_class&gt;div&gt;div&gt;p{
        display: none;
    }
    .big_class&gt;div&gt;div&gt;img{
        margin-right: 0px;
    }
    .color_class&gt;div{
        text-align: center;
    }
    .color_class&gt;div&gt;*{
        display: block !important;
        margin: 0px 0px 20px !important;
    }
    .color_class&gt;div&gt;span{
        margin-bottom: 0px !important;
    }
    .template_show .box{
        grid-row-gap: 30px;
        grid-column-gap: 20px;
        padding: 0px 10px;
        grid-template-columns: repeat(auto-fill, minmax(calc((100% - 20px) / 2), 1fr));
    }
    .template_show .box .img_box{
        height: 86px;
    }
    .template_show .box&gt;a&gt;p{
        font-size: 1rem;
    }
    .big_class{
        margin: 45px 0px;
    }
}</pre></body></html>