.class_name{
	text-align: center;
	font-family: "Montserrat-SemiBold";
	font-weight: 600;
	font-size: 0.45rem;
	color: #000000;
}





/* banner */
.banner{
    width: 100%;
    height: 4.7rem;
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner h2{
    text-align: center;
    font-family: "Montserrat-SemiBold";
    font-weight: 600;
    font-size: 0.65rem;
    color: #FFFFFF;
}
.banner p{
    margin-top: 0.45rem;
    font-family: "Montserrat-Light";
    font-weight: 300;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 1.83333;
}




/* 详情 */
.view{
    padding: 1rem 0 1.05rem;
    box-sizing: border-box;
}
.view .main,
.view .main p{
    font-family: "Montserrat-Light";
    font-weight: 300;
    font-size: 0.3rem;
    color: #4B4B4B;
    line-height: 1.83333;
}








.type{
    padding-bottom: 1.2rem;
}
.type .type_btn{
    margin-top: 0.5rem;
    margin-bottom: 0.44rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 0 0.56rem;*/
    /*box-sizing: border-box;*/
    
    column-gap: 1rem;
}
.type .type_btn .type_tab{
    font-family: "Montserrat-SemiBold";
    font-weight: 600;
    font-size: 0.25rem;
    color: #4B4B4B;
    position: relative;
    cursor: pointer;
}
.type .type_btn .type_tab::before{
    content: "";
    position: absolute;
    bottom: -0.1rem;
    width: 100%;
    height: 0.02rem;
    background: #B9B9B9;
}
.type .type_btn .type_tab.act{
    color: #D30001;
}
.type .type_btn .type_tab.act::before{
    background: #D30001;
}

.type .type_box{
    width: 100%;
    height: auto;
    background: #F8F8F8;
    padding: 0.67rem 0.56rem 1rem;
    box-sizing: border-box;
}
.type .type_box .type_item{
    display: none;
    font-family: "Montserrat-Light";
    font-weight: 300;
    font-size: 0.2rem;
    color: #4B4B4B;
    line-height: 1.5;
}
.type .type_box .type_item.on{
    display: block;
}
.type .type_box .type_item p{
    font-family: "Montserrat-Light";
    font-weight: 300;
    font-size: 0.2rem;
    color: #4B4B4B;
    line-height: 1.5;
}
.type .type_box .type_item strong,
.type .type_box .type_item b{
    font-family: "Montserrat-SemiBold";
    font-weight: 600;
}
.type .type_box .type_item img{
    max-width: 100%;
    height: auto;
}



@media screen and (max-width: 1043px) {
    .class_name{
        font-size: 32px;
    }



    .banner{
        height: auto;
        margin: 0;
        padding: 40px 0;
    }
    .banner h2{
        font-size: 32px;
    }
    .banner p{
        font-size: 20px;
        margin-top: 15px;
    }



    .view{
        padding: 50px 0;
    }
    .view .main, .view .main p{
        font-size: 18px;
    }



    .type{
        padding-bottom: 60px;
    }
    .type .type_btn{
        margin: 50px 0 40px;
        padding: 0;
        column-gap: 20px;
    }
    .type .type_btn .type_tab{
        font-size: 18px;
    }


    .type .type_box{
        padding: 30px;
    }
    .type .type_box .type_item,
    .type .type_box .type_item p{
        font-size: 14px;
    }
}

@media screen and (max-width: 769px) {
     .banner h2,
     .class_name{
        font-size: 24px;
    }
    .banner p,
    .view .main, .view .main p{
        font-size: 16px;
    }
    .type .type_btn{
        overflow-x: auto;
        padding-bottom: 10px;
        margin: 30px 0 20px;
    }
    .type .type_btn .type_tab{
        white-space: nowrap;
        font-size: 16px;
    }
}
