@charset "utf-8";
:root{
    --html_color: #BD1D21;
    --border_color: #ffc590;
    --body_color: #ffffff;
    --text_color: #737373;
}
*,*::before,*::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html,body{
    background-color: var(--html_color);
    font-size: .875rem;
    font-family: '微软雅黑', "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul,li{
    list-style-type: none;
}

/* 公共样式 */
.container{
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}
.imgs-all{
    position: relative;
    height: 0;
    padding-bottom: 100%;
}
.imgs-all img{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    object-fit: cover;
}
.lg\:w-1\/1{
    width: 100%;
}
.lg\:h-9\/10{
    height: 215px;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.hidden{
    overflow: hidden;
}
.z-index-1{
    z-index: 9;;
}
.ab-0{
    bottom: -5px;
}
.p-2{
    padding: 1.75rem;
}
.pb-2{
    padding-bottom: 1.75rem;
}
.pb-12{
    padding-bottom: 70%;
}
.px-1{
    padding-left: .875rem;
    padding-right: .875rem;
}
.px-2{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.px-4{
    padding-left: 3rem;
    padding-right: 3rem;
}
.px-6{
    padding-left: 5rem;
    padding-right: 5rem;
}
.py-1{
    padding-top: .875rem;
    padding-bottom: .875rem;
}
.py-2{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}
.py-4{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.mx-1{
    margin-left: .875rem;
    margin-right: .875rem;
}
.mt--6{
    margin-top: -50px;
}
.mt-2{
    margin-top: 1.75rem;
}
.mb-1{
    margin-bottom: .875rem;
}
.mb-2{
    margin-bottom: 1.75rem;
}
.pt-side{
    padding-top: 30px;
}
.pb-side{
    padding-bottom: 50px;
}
.bw-0{
    border: 0;
}
.bw-1{
    border-width: .2875rem;
    border-style: dotted;
    border-top: solid;
    border-bottom: solid;
    border-left: solid;
    border-right: solid;
}
.br-0{
	border-radius: .175rem;
	-moz-border-radius: .175rem;
	-webkit-border-radius: .175rem;
}
.br-1{
	border-radius: .875rem;
	-moz-border-radius: .875rem;
	-webkit-border-radius: .875rem;
}
.br-side{
    border-width: 8px;
    border-style: solid;
    border-top: 0;
    border-bottom: 0;
    border-left-color: var(--border_color);
    border-right-color: var(--border_color);
}
.bg-white{
    background-color: var(--body_color);
}
.bg-red{
    background-color: var(--html_color);
}
.bg-hyaline{
    background-color: initial;
}
.bg-imgs::before{
    content: '';
    position: absolute;
    background-image: url(../images/centbg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    height: 30px;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}
.bg-imgs::after{
    content: '';
    position: absolute;
    background-image: url(../images/centbg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    height: 50px;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}
.color{
    color: var(--body_color);
}
.color_red{
    color: var(--html_color);
}
.text-center{
    text-align: center;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.flexer{
    display: flex;
}
.gap{
    gap: 10px;
}
.theme-h2::before{
    content: '';
    position: absolute;
    background-image: url(../images/lefticon.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center right;
    width: 114px;
    height: 26px;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 1.75rem;
}
.theme-h2::after{
    content: '';
    position: absolute;
    background-image: url(../images/righticon.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center left;
    width: 114px;
    height: 26px;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 1.75rem;
}
.pointer{
    cursor: pointer;
}
input[type=text]{
    background-color: #f7f7f7;
    border: 0;
    padding: 0 .875rem;
    flex: 1;
}
button[type=submit]{
    padding: .875rem 1.2875rem;
}
.text\:s-5\/5{
    font-size: 1.075rem;
    line-height: 26px;
}
.text\:s-2\/2{
    text-indent: 2rem;
    font-size: .9875rem;
    line-height: 26px;
}
.text\:c-color{
    color: var(--text_color);
}

/* Banner */
.banner .swiper .swiper-pagination{
    bottom: 10%;
}
.text-content {
    overflow: hidden;
    position: relative;
}
.collapsed {
    max-height: 290px;
}
.expanded {
    max-height: none;
}
.text-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) 90%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}
.collapsed .text-mask {
    opacity: 1;
}

@media only screen and (max-width: 540px) {
    .br-side{
        border-width: 6px;
    }
    .lg\:h-9\/10{
        height: 165px;
    }
}

@media only screen and (max-width: 430px) {
    .br-side{
        border-width: 4px;
    }
    .lg\:h-9\/10{
        height: 135px;
    }
}

@media only screen and (max-width: 412px) {

}

@media only screen and (max-width: 360px) {

}