
.innercamp{
background-color: #ffffff;
}

.app_item {
    margin-top: 32px
}

.app_item:first-child {
    margin-top: 0
}

.asia_mian {
    --img-w: 415px;
    --img-w: calc((696 / 14.8) * 1%);
    --pd: 42px;
    margin-top: 36px
}

.asia_mian .img {
    width: var(--img-w);
    height: auto;
    margin-right: var(--pd)
}

.asia_mian .info {
    width: calc(100% - var(--img-w) - var(--pd))
}

.asia_mian .info .tit {
    font-family: Work Sans, Work Sans;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 32px
}

.asia_mian .info .desc {
    font-family: Work Sans, Work Sans;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin: 110px 0;
}

.asia_mian .info .desc strong {
    font-size: 20px;
    color: #333
}

.asia_mian .info .desc p {
    margin-top: 30px
}

.asia_mian .info .desc p:first-child {
    margin-top: 0
}


.innerPro_type {
    background: unset;
    padding: calc((120 / 19.2) * 1%) 0;
    margin: 0
}

.web_th .title {
    font-size: 36px
}

.innerPro_type2 {
    background: #fafafa
}


.kea{
    display: flex;
    justify-content: space-between  ;    align-items: center;

    flex-wrap: wrap;
}
.kea .ke_le {
   width: 48%;
    height: auto;    padding-right: 20px;
    
} 

.kea .ke_ri {
  width: 52%;
    height: auto;
    
}

.kea .ke_le  p{
    font-family: Work Sans, Work Sans;
font-weight: 600;
color: #333333;
font-size: 36px;position: relative;
}
.kea .ke_le  p strong{
font-weight: 800;
font-size: 64px;
}

.kea .ke_le  p::before {
    position: absolute;
    left: 0;
    width: 80px;
    bottom: -10px;
    background: var(--commonColor);
    content: "";
    height: 6px;
    border-radius: 6px;
    
}

.keul{
    padding-left: 20px;
}
.keul li p{
    font-family: Work Sans, Work Sans;
font-weight: 600;
font-size: 18px;
color: #333333;margin-top: 15px;
line-height: 24px;position: relative;
cursor: pointer;
}

.keul li p::before {
    position: absolute;
       left: -20px;
    font-size: 25px;
    bottom: 0px;
    /* background: var(--commonColor); */
    content: "+";
    
    
}
.keul li .pact{
color: var(--commonColor);
}
.keul li .pact::before {
    position: absolute;
       left: -20px;
        font-size: 46px;
    bottom: 5px;
    
    content: "-";
    
    
}


.keul li div{
    display: none;
    margin-top: 8px;
}


.twoimg{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;

}
.twoimg .twimg{
    width: 49.5%;
    height: 0;
    padding-bottom: 26%;
    position: relative;
}
.twimg img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;border-radius: 4px 4px 4px 4px;
}

.benefits {
    background-repeat: no-repeat;
    background-position: center;
     background-size: cover; 
    padding: 100px 0 0;
}
.web_th .title2 {
    font-size: 36px;
    color: #fff;
    font-family: Work Sans, Work Sans;
    font-weight: 800;
    color: #FFFFFF;
}
.web_th .title2 .txt {
    color: inherit;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}
.web_th .title2 .txt::before {
    position: absolute;
    left: 0;
    width: 80px;
    bottom: 0;
    background: #fff;
    content: "";
    height: 6px;
    border-radius: 6px;
    /* margin-left: -40px; */
}
.mi{
    display: flex;
    width: 100%;
    color: #FFFFFF;align-items: center;

}
.mi .mile{
    width: 60%;

        padding-right: 65px;
}
.mi .miri{
    width: 40%;
    padding: 40px;
}
.mip{
    font-family: Work Sans, Work Sans;
font-weight: 400;
font-size: 16px;
/* color: #FFFFFF; */
line-height: 28px;
margin: 20px 0 120px;
}
.miri img{
    width: 100%;
     aspect-ratio: 1;
     object-fit: cover;
     border-radius: 50%;
}
.mi .tiap {
    font-family: Work Sans, Work Sans;
    font-weight: 600;
    font-size: 24px;
    
    line-height: 36px;
}


.neList{
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
}

.neList span{
   font-family: Work Sans, Work Sans;
font-weight: 600;
font-size: 20px;height: auto;
color: #FFFFFF;width: 20%;
line-height: 28px;
border: 1px solid #D9D9D9;border-radius: 0px 0px 0px 0px;
padding: 25px 80px;
text-align: center;
display: flex;
align-items: center;
}

.neList .spact {
    background: #FFFFFF;
    color: #333333;
}




.container {
    display: flex;
    width: 100%;
    position: relative; /* Make sure the container is relatively positioned */
}

.image-section {
    width: 60%;
    margin-top: 10%;
    position: relative; /* Position the image section relatively */
}

.image-section img {
    width: 100%;
    height: auto;
    display: block;
}

.text-s {
    width: 50%; 
    position: absolute; 
    top: 10%; 
    left: 50%; 
    transform: translateX(5%); 
    padding: 25px 65px;
   background: #FFFFFF; box-shadow: 0 2px 10px rgba(0,0,0,0.1);
border-radius: 6px 6px 6px 6px;
    z-index: 1; 
}
   .tpale {
    font-size: 36px;
  
    font-family: Work Sans, Work Sans;
    font-weight: 800;
  
}  
 .tpale .txt {
    color: inherit;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}
  .tpale .txt::before {
    position: absolute;
    left: 0;
    width: 80px;
    bottom: 0;
    background: var(--commonColor);
    content: "";
    height: 6px;
    border-radius: 6px;
    /* margin-left: -40px; */
}

.text-section p{
    margin-top: 30px;
}


@media screen and (max-width:1600px) {
   .neList span{
        padding: 25px 30px;
   }
}

@media screen and (max-width:1300px) {
    .asia_mian .img img {
        height: 130%
    }
}
@media screen and (max-width:1200px) {
    .image-section {
    
    margin-top: 20%;}
}
@media screen and (max-width:1120px) {
    .image-section {
    
    margin-top: 30%;}
}
@media screen and (max-width:1045px) {
    .image-section {
    
    margin-top: 45%;}
}

@media screen and (max-width:950px) {
    .web_th .title {
        font-size: 26px
    }

    /* .type_info_item {
        order: 2
    }
*/
    .box_1027_1 .lll {
        height: 0;
        padding-bottom: 70%;
        position: relative
    }

    .box_1027_1 .rrr {
        width: 100%;
        margin: 0;
        padding: 30px
    } 

    .asia_mian {
        flex-wrap: wrap
    }

    .asia_mian .img,
    .asia_mian .info {
        width: 100%
    }

    .asia_mian .img {
        padding-bottom: 70%;
        margin: 0
    }

    .asia_mian .info {
        margin-top: 20px
    }
    .asia_mian .info .desc{
        margin: 16px 0;
    }
    .container{
        flex-wrap: wrap;

    }
    .image-section {
        margin:10px auto 15px;
        width: 100%;
    }
    .text-s {
        position: unset;
        transform: translateX(0);
        padding: 25px ;width: 100%;
    }
    .kea .ke_le {
    width: 100%;
   
    padding-right: 0;
    margin-bottom: 30px;
}

.kea .ke_ri {
    width: 100%;}
   .neList span {
        width: 50%;
    }
  .twoimg .twimg {
    width: 100%;
  padding-bottom: 50%;
  margin-bottom: 15px;
}
}