html,body{font-size: 14px;font-family:'Arial Normal', 'Arial';color: #000;}
a{background-color:transparent;text-decoration:none;color: #000;}
a{outline:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
li{list-style:none;}
input,button,select,textarea{outline:medium; outline:none; resize: none; border:none; outline:0px; }
img{border:0px;display: block;}
/*button,select,textarea{-webkit-appearance:none;background: transparent;}*/
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
body {
    width: 100%;/* max-width: 750px;margin: 0 auto;*/
    /*background: #f6f8fa;*/-webkit-text-size-adjust: none;
	/*iPhoneX 安全区域屏幕安全距离*/
    padding-top: constant(safe-area-inset-top);            
    padding-left: constant(safe-area-inset-left);               
    padding-right: constant(safe-area-inset-right);         
    padding-bottom: constant(safe-area-inset-bottom);
    padding-top: env(safe-area-inset-top);            
    padding-left: env(safe-area-inset-left);               
    padding-right: env(safe-area-inset-right);         
    padding-bottom: env(safe-area-inset-bottom);  
}
button { cursor: pointer; -webkit-appearance: none; /*font-size: 0.95rem;*/}
::-webkit-input-placeholder {color: #999999;/*font-size: 0.9rem;*/}
*{margin: 0;padding: 0;}
th,td{ font-weight: 500; /*overflow:hidden;*/ word-wrap:break-word; word-break:break-all;}

img{
	image-rendering: -moz-crisp-edges; /* Firefox */     
	image-rendering: -o-crisp-edges; /* Opera */      
	image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
    image-rendering: crisp-edges; 
	-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.pc_none{display: none !important;}
.fl{ float: left; }
.fr{ float: right; }
.tal{ text-align: left; }
.tac{ text-align: center; }
.tar{ text-align: right; }

.header{
    width: 100%;
    display: flex;
    height: 100px;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #ececec;
    box-sizing: border-box;
}
.header_h{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.headl{
    padding-left: 6rem;
    max-width: 20%;
}
.headlh1{
    max-width: 330px;
    margin-right: 40px;
}
.logo{
    width: 100%;
    height: auto;

}
.headc{
    flex: 1;
    height: 100px;
}
.head_ul{
    /*width: 100%;*/
    height: 100%;
    /*margin-left: 20px;*/
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    /*justify-content: space-around;*/
    /*margin-left: -50px;*/
}
.head_li{
    height: 50%;
    /*padding-left: 50px;*/
    font-size: 13px;
    font-weight: bold;
    padding-right:15px;
    box-sizing: border-box;

}
.head_lidd{
    display: block;
    /*padding-left: 50px;*/
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.head_li a{
    display: block;
    /*width: 100%;*/
    height: 100%;
    display: flex;
    align-items: center;
    /*padding-left: 50px;*/
    /*position: relative;*/
}
.head_li a:hover{
    color: #e11919;
    border-bottom: 3px solid #e11919;
}
.headr{
    padding-right: 6rem;
    padding-left: 10px;
    
}
.headr a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.call{
    width: 24px;
    height: 24px;
}
.headr1{
    display: flex;
    align-items: center;
}
.headr1 span{
    font-size: 26px;
    font-weight: bold;
    padding-left: 10px;
}
.headr2{
    font-size: 12px;
    margin-top: -8px;
}
.headb{
    width: 100%;
    height: 100px;
    background-color: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headbl{
    padding-left: 6rem;
    color: #373737;
}
.headbr{
    padding-right: 6rem;
    display: flex;
}
.headbr0{
    display: flex;
    align-items: center;
}
.headbr1{
    width: 70px;
    text-align: center;
    margin-right: 15px;
}
.headbr1a{
    display: block;
    height: 100%;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.headbr1img{
    max-width:100%;
    height: 30px; 
}
.headbr1a p{
    padding-top: 5px;
    color: #000;
}
.headbrr{
    display: block;
    justify-self: end;
    padding-left: 50px;
}
.headbrr a{
    display: block;
    position: relative;
}
.headbrrsp{
    align-items: center;
    background: #fff600;
    border-radius: 15px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: #222;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    height: 24px;
    justify-content: center;
    left: 50%;
    padding-left: .5rem;
    position: absolute;
    top: -.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 14rem;
    z-index: 1;
}
.headbrrsp::after{
    border-color: #fff600 transparent transparent transparent;
    border-style: solid;
    border-width: .4rem .4rem 0 .4rem;
    content: "";
    left: 50%;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.headbrrsp2{
    align-items: center;
    background: #00b900;
    border-radius: 5px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 18px;
    height: 55px;
    justify-content: center;
    padding: 10px 0 0 .3rem;
    width: 23rem;
}
.line{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.padding_top{
    padding-top: 100px;
}
.banner{
    margin-top: 20px;  
}
.index_1{
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 6rem;
    padding-right: 6rem;
    box-sizing: border-box;
}
.index_1in{
    margin-top: 80px;
    border:1px solid #dedede;
    border-radius: 20px; 
}
.index_1int{
    text-align: center;
    padding-top: 30px;
}
.index_1int1{
    font-size: 36px;
    position: relative;
}
.index_1int1::after{
    content: "";
    display: inline-block;
    width: 60px;
    height: 3px;
    background: #19a78e;
    border-radius: 3px;
    position: absolute;
    /*top:65px;*/
    bottom: -5px;
    left: 50%;
    margin-left: -30px;
}
.index_2{
    padding: 50px 30px 40px;
}
.index_2ul{
    display: flex;
    flex-wrap: wrap;
    margin: -1rem 0 0 -2rem;
}
.index_2li{
    width: 32%;
    padding: 1.5rem 0 0 2rem;
    flex-basis: 33.332%;
    max-width: 33.332%;
    box-sizing: border-box;
    /*margin-right: 1%;*/
}
.index_2li:nth-child(3n){
    /*margin-right: 0;*/
}
.index_2in{
    background:#F8F8F8;
    border-radius: 16px;
    padding-bottom: 20px;
    min-height: 306px;
}
.index_2lia{
    padding: 15px 20px 5px 20px;
    border-bottom: 3px solid #EAEAEA;
    display: flex;
    align-items: center;
}
.index_2liasp{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    overflow: hidden;
    margin-right: 40px;
    padding: 6px;
    box-sizing: border-box;
}
.index_2timg{
    width: 100%;
}
.index_2th4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    flex: 1;
}
.index_2in2{
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.index_2lia2{
    display: flex;
    align-items: center;
    width: 47%;
    margin-right: 6%;
    height: 46px;
    border-bottom: 1px solid #EAEAEA;
}
.index_2lia2:hover{
    color: #E21919;
}
.index_2lia2:nth-child(2n){
    margin-right: 0px;
}
/* .index_2ul2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
} */
.index_2li2{
    width: 15%;
    height: 45px;
    border:1px solid #EAEAEA;
    border-radius: 5px;
    margin: 10px 0px 0 0;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}
.index_2li2:hover{
    border-color: #E21919;
}
.index_2li2img{
    max-height: 100%;
    max-width: 100%;
}
.index_h3{
    margin-bottom: 10px;
}
.index_h3:before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #19A78E;
    margin-right: 10px;
    vertical-align: middle;
}
.index_3{
    margin-top: 40px;
}
.index_3in{
    margin-top: 15px;
    background: #f8f8f8;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    box-sizing: border-box;
}
.index_3inul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: -1rem 0 0 -2rem;
    padding-left: 1rem;
}
.index_3inli{
    width: 25%;
    padding: 1.5rem 0 0 2rem;
    flex-basis: 25%;
    max-width: 25%;
    box-sizing: border-box;
}
.index_3in1{
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px; 
}
.index_3in1 a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px 20px 15px;
}
.index_3in2{
    font-size: 16px;
    color: #e11919;
}
.index_3img{
    /*width: 120px;*/
    max-width: 80%;
    height: 140px;
    /*overflow: hidden;*/
    margin-top: 20px;
}
.img_img{
    width: 100%;
    height: 100%;
}
.index_3in3{
    margin-top: 20px;
    font-size: 20px;
    height: calc(1.55em*2);
    overflow: hidden;
}

.index_4{
    margin-top: 70px;
    border-radius: 20px;
    padding-bottom: 50px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.index_4_1{
    width: 80%;
    margin-left: 10%;
}
.index_4in{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.index_1inp{
    width: 80%;
    height: 40px;
    border:1px solid #DEDEDE;
    border-radius: 5px 0 0 5px;
    text-indent: 1rem;
    box-sizing: border-box;
}
.index_1btn{
    /*width: 120px;*/
    width: 10%;
    height: 40px;
    background: #E21919;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_1ss{
    width: 14px;
    margin-left: 5px;
    vertical-align: middle;
    margin-top: -2px;
}
.index_4in2{
    width: 90%;
    margin-top: 10px;
    margin-left: 5%;
}
.index_4in3{
    display: flex;
    align-items: center;
}
.index_4in3 img{
    width: 18px;
    height: 20px;
}
.index_4in3 span{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-left: 10px;
}
.index_4ul{
    display: flex;
    flex-wrap: wrap;
}
.index_4li{
    padding: 5px 10px;
    background: #f8f8f8;
    border-radius: 2px;
    margin:10px 15px 0px 0;
    border:1px solid #f8f8f8;
}
.index_4li:hover a{
    color: #19a78e;
}
.index_4li:hover{
    background: #e5f4f3;
}
.index_4_2{
    padding: 0 30px;
    margin-top: 30px;
    height: auto;
}
.index_4_2 img{
    width: 100%;
    height: auto;
}

.index_4ul2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: -1.5rem 0 0 -2rem;
    padding: 50px 30px 30px 50px;
    box-sizing: border-box;
}
.index_4li2{
    width: 22%;
    padding: 1.5rem 0 0 2rem;
    flex-basis: 22%;
    max-width: 22%;
    box-sizing: border-box;
}
.index_4ind{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.index_5{
    margin-top: 40px;
}
.index_1int2{
    font-size: 14px;
    padding-top: 30px;
}
.index_5in{
    display: flex;
    margin-top: 40px;
}
.index_5in1{
    width: 30%;
    height: auto;
    margin-left: 5%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.index_5in2{
    width: 100%;
    /* height: 350px; */
    overflow: hidden;
}
.index_5in3{
    padding: 20px 10px 30px 10px;
    text-align: center;
}
.index_5in3 h3{
    font-size: 26px;
}
.index_5in3 p{
    padding-top: 10px;
}

.index_6{
    width: 100%;
    background: #e7f6f3;
    margin-top: 80px;
    padding-bottom: 80px;
}
.index_6ul{
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0 0 -2rem;
}
.index_6li{
    width: 33%;
    /* height: 240px; */
    padding: 1rem 0 0 2rem;
    box-sizing:border-box;
}

.index_7{
    height: auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);   
    padding: 0px 0 50px 0;
    margin-top: 80px;
}
.index_7in{
    padding: 20px 50px 40px 50px;
}
.index_7ina{
    display: flex;
    border-bottom: 1px solid #DEDEDE;
    height: 60px;
    align-items: center;
    cursor: pointer;
}
.index_7ina:hover{
    color: #E21919;
}
.index_7intime{
    font-size: 12px;
    color: #707070;
    margin-right: 30px;
}
.index_7insp{
    display: inline-block;
    margin-right: 35px;
    width: 100px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border:1px solid #E21919;
    border-radius: 2px;
    color: #E21919;
    font-size: 12px;
}
.index_7insp3{
    border:1px solid #707070;
    color: #707070;
}
.index_7insp2{
    font-weight: bold;
    flex:1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;  
}
.index_7in2{
    text-align: center;
    width: 100%;
    margin-top: 40px;
}
.index_7in2a{
    display: inline-block;
    width: 340px;
    height: 60px;
    line-height: 60px;
    background-color: #19a78e;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    position: relative;
}
.index_7in2a::after{
    display: inline-block;
    content: '';
    position: absolute;
    /*right: 10px;*/
    top: 25px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    margin-left: 5px;
}

.footer{
    background: #000000;
    margin-top: 100px;
    padding-top: 50px;          
}
.footerin{
    display: flex;
}
.footer1{
    margin-right: 20px;
}
.footer1in{
    max-width: 100%;
    height: auto;
    padding-bottom: 20px;
}
.f_logo{
    max-width: 100%;
    /*height: 100%;*/
}
.footer1in2{
    margin-top: 30px;
}
.footer1in3{
    padding-bottom: 10px;
}
.footer1in3 a{
    font-size: 18px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer1in3 img{
    width: 12px;
    height: 12px;
    margin-left: 10px;
}
.footer2{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.footer_ul{
    /*width: 25%;*/
    height: auto;
}
.footer_li{
    margin-left: 80px;
    padding-bottom: 10px;
}
.footer_li a{
    color: #fff;
    position: relative;
    font-size: 18px;
}
.footer_li a::before{
    display: inline-block;
    content: '';
    position: absolute;
    top: 6px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    margin-left: -20px;
}

.footerb{
    text-align: center;
    border-top: 1px solid #707070;
    padding:50px 0;
    margin-top: 30px;
    color: #e9e9e9;
    font-size: 12px; 
}


.head_top{
    margin-top: 20px;
    overflow-x: auto;
        padding: 3px 0;
    box-sizing: border-box;
}
.top_ulleft{
    padding-left: 6rem;
}
.top_ul{
    display: flex;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}
.top_li a{
    color: #707070;
    /*display: inline-block;*/
}
.top_li .top_lia{
    color: #1D54A7;
    /*border-bottom: 1px solid #1D54A7;*/
    text-decoration: underline;
}
.top_li:before{
    border-right: 1px solid #19232a;
    border-top: 1px solid #19232a;
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: .2rem .8rem 0 0.5rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: top;
}
.top_li:first-child:before{
    border-right: 0px solid #19232a;
    border-top: 0px solid #19232a;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.head_top2{
    padding: 24px 20px;
    background: linear-gradient(to right, #47b9a5, #47b9a5);
    font-size: 36px;
    margin-top: 15px;
    /*border-radius: 5px;*/
    text-align: center;
    font-size: 28px;
    color: #fff;
}
.head_top2 p{
    font-size: 14px;
    float: right;
    padding-right: 6rem;
}
.head_top2p{
    padding: 8px 0 0 15px;
    font-size: 12px;
}

.lb_1{
    width: 100%;
    margin-top: 35px;
}
.lb_1ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.lb_1li{
    padding-left: 20px;
    flex-basis: 14%;
    max-width: 14%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.lb_1in{
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 10px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    box-sizing:border-box;
}
.lb_1a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.lb_1img{
    max-width: 100%;
    height: 120px;
    flex-shrink: 0;
    object-fit: contain;
}
.lb_1in2{
    padding: 10px 10px;
    /*height: calc(1.3em*3);*/
    text-align: center;
    font-size: 16px;
    flex:1;
}

.fllb_2{
    padding: 30px;
    background: #f8f8f8;
    border-radius: 10px;
    margin-top: 30px;
}
.index_h3{
    margin-bottom: 10px;
}
.index_h3:before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #19A78E;
    margin-right: 10px;
    vertical-align: middle;
}
.index_2ul2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: flex-start;
    gap: 10px;
}
.index_2li2{
    width: 15%;
    height: 45px;
    border:1px solid #EAEAEA;
    border-radius: 5px;
    margin: 10px 0px 0 0;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}
.index_2li2:hover{
    border-color: #E21919;
}
.index_2li2img{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    margin: auto;
}
.index_2li2 a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.lb_2{
    margin-top: 40px;
}
.lb_2ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-left: -40px;
}
.lb_2li{
    padding-left: 40px;
    flex-basis: 50%;
    max-width: 50%;
    box-sizing: border-box;
    margin-top: 20px;
    /*height: 100%;*/
}
.lb_3{
    height: 100%;
    background: #fff;
    padding:20px 20px 30px 20px;
    border-radius: 20px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.1);
    box-sizing: border-box;
}
.lb_3t{
    /*height: 100%;*/    
    font-size: 24px;
    font-weight: bold;
    color: #19a78e;
    text-align: center;
}
.lb_4{
    /*height: 100%;*/
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
}
.lb_4t{
    display: flex;
    align-items: flex-start;
}
.lb_4tsp{
    padding: 0px 5px;
    background: #f8f8f8;
    border-radius: 2px;
    border:1px solid #dedede;
}
.lb_4tsp2{
    padding-left: 10px;
}
.lb_5{
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.lb_5l{
    flex: 1;
    padding-right: 20px;
}
.lb_5l1{
    display: flex;
    align-items: center;
}
.lb_5l1 span{
    padding-right: 15px;
}
.lb_5l1sp{
    font-size: 20px;
    color: #e11919;
}
.lb_5l1sp2{
    color: #e11919;
}
.lb_5r{
    width: 130px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    padding-right: 10px;
    padding-left: -5px;
    border:1px solid #000;
    border-radius: 50px;
    box-sizing:border-box;
    position: relative;
}
.lb_5r a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.lb_5r a::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 11px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    margin-left: 5px;
}

.lb_6{
    margin-top: 60px;
}
.wd_2{
    margin-top: 30px;
}
.wd_2in{
    margin-top: 10px;
    border:1px solid #dedede;
    border-radius: 10px;
}
.wd_3{
    height: 60px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
}
.wd_3b{
    font-size: 20px;
}
.wd_3t{
    flex: 1;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
}
.pc_zk2{
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/sp_zk.webp);
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 10px;
    background-size: 100%;
    cursor: pointer;
}
.pc_sq2{
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/sp_sq.webp);
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 10px;
    cursor: pointer;
}
.wd_4{
    display: flex;
    align-items: flex-start;
    padding: 0px 30px 20px 30px;
}
.wd_3ba{
    color: #19A78E;
}
.wd_3we{
    padding-left: 10px;
    line-height: 24px;
}
.p-home-hero__image {
    width: 100%;
    height: auto;
}
.sp_tc{
        position: fixed;
        z-index: 101;
        top:0px;
        left: 0;
        right: 0;
        bottom: 0;
        transform: translateX(100%); 
        transition: transform 0.8s ease; 
    }
    .sp_tc.active {
        transform: translateX(0); /* 滑动到原位 */
    }
    .sp_tcbg{
        position: fixed;
        top:0px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        background: rgba(0,0,0,0.5);
    }

    .modal1{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 10px;
        align-items: center;
        border-bottom: 3px solid #f8f8f8;
    }
    .sp_logo{
        max-width: 60%;
        height: auto;
        flex-shrink: 0;
    }
    .menubar{
        width: 40px;
        height: auto;
    }
    .sp_tc1{
        position: relative;
        background: #fff;
        padding: 20px 15px 25px 15px;
        z-index: 102;
        height: 100vh;
        display: flex;
        flex-direction: column;
    }
    .sp_tc1c{
        flex: 1;
        overflow-y: auto;
        padding-bottom: 30px;
    }
    .modal2ul2{
        display: flex;
        flex-wrap: wrap;
        margin-left: -40px;

    }
    .modal2li2{
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 40px;
        box-sizing:border-box;
    }
    .modal2li2a{
        padding: 20px 0;
        font-size: 15px;
        display: flex;
        justify-content:space-between;
        align-items: center;
        border-bottom: 1px solid #DEDEDE;
    }
    .sp_tc2{
        margin: 20px 0;
        border:1px solid #858585;
        border-radius: 20px;
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sp_tc3 a{
        display: flex;
        align-items: center;
        font-size: 36px;
        font-weight: bold;
    }
    .sp_tc3 img{
        width: 28px;
        height: 28px;
        margin-right: 12px;
    }
    .sp_tc4{
        margin-top: -10px;
    }
    .sp_tc5{
        width: 100%;
        background: pink;
    }
     .headbrr{
        width: 100%;
        padding-left: 0px;
        display: flex;
        justify-self: unset;
    }
    .headbrr a {
        width: 100%;
    }
    .sp_tc .headbrrsp2{
        width: 100%;
        height: 65px;
    }
    .dl4{
	display: flex;
	align-items: center;
	padding: 10px 20px;
	background: #FBE7E7;
	border-radius: 5px;
	color: #E21919;
	gap:10px;
	margin-top: 10px;
}
.dl4img{
	height: 16px;
}

.jy9_gg{ padding:0 50px 0 30px;margin-top: 30px; background: #E7F6F3;min-height: 60px; display: flex; align-items: center;border-radius: 10px;}
.jy9_gg_L{ margin-right: 80px;font-size: 18px;color: #E21919;}
.notice{ width: 30px; vertical-align: middle;margin-top: -3px;margin-right: 1rem;display: inline-block;}
.jy9_gg_r{ flex: 1; overflow: hidden; white-space: nowrap;box-sizing: border-box;}
.jy9_gg_r a{ color: #000;font-size: 16px;}
.p_time{color: #707070;margin-right: 30px;}
.more{width: 0.6rem;margin-left: 55px;margin-top: 3px;display: inline-block;}

@media (min-width: 1250px) and (max-width: 1440px) {
    .headl {
        padding-left: 1rem;
    }
    .headr{
        padding-right: 1rem;
    }
}