body{
    background: #F7F8FC;
}
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12.5px 10px;
    box-sizing: border-box;
    background: #fff;
}
header span{
    font-weight: 600;
    font-family: "OpenSans-SemiBold";
    font-size: 18px;
}
header div:first-child{
    display: flex;
    align-items: center;
    width: 36px;
    justify-content: center;
}
header div:last-child{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
header div img{
    width: 50%;
}
header div:first-child img:last-child{
    display: none;
}
header div:last-child > a{
    position: absolute;
    left: -30px;
    max-width: 25px;
}
header div:last-child > a img{
width: 100%;

}

/* banner */
.banner{
    background: url('/static/agents/images/product-banner-b.webp' ) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
}
.banner:hover  div:last-child span{
    background: #0258FF ;
    color: #fff;
}
.banner div:first-child{
    width: 36%;
    max-width: 572px;
}
.banner img{
    width: 100%;
    height: 100%;
}

.banner div:last-child{
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 64%;
}
.banner div:last-child h1{
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    font-family: "OpenSans-Bold";
}
.banner div:last-child span{
    font-weight: 600;
    font-size: 18px;
    color: #0162C9;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24.5px;
    font-family: "OpenSans-SemiBold";
}


/* selection */
.selection{
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    background: #FFFFFF;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.selection > div{
    width: 100%;
    display: flex;
    align-items: center;
}
.selection > div a{
    font-weight: 400;
    font-size: 18px;
    display: flex;
    width: fit-content;
    align-items: center;
    box-sizing: border-box;
    padding: 15px 0;
    justify-content: center;
    margin-right: 40px;
    border-bottom: 3px solid transparent;
}
.selection > div > a:nth-child(1){
    width: 152px;
}
.selection > div > a:nth-child(2){
    width: 190px;
}
.selection > div > a:nth-child(3){
    width: 115px;
}
.selection > div > .active{
    font-weight: bold;
    font-family: "OpenSans-Bold";
    border-bottom: 3px solid #0258FF;
}

.selection > ul{
    width: 100%;
    display: flex;
    border-top: 1px solid #E7E7EB;
    align-items: center;
    padding: 15px 0;
}
.selection > ul > p{
    width: 120px;
}

.selection > ul > p span{
    font-weight: 400;
    font-size: 14px;
    color: #828CA0;
}
.selection > ul > .active,
.selection > .energy > div > .active{
    background: #0258FF !important;
    border-radius: 2px;
    color: #FFFFFF;
}
.selection > .energy > div {
    display: flex;

    align-items: center;

}
.selection > ul > li:hover,
.selection > .energy > div > li:hover{
    background: #DFEEFC;
    border-radius: 2px;
}
.selection > ul > li,
.selection > .energy > div > li{
    margin-right: 20px;
    position: relative;
}
.selection > ul > li > a,
.selection > .energy > div > li > a{
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: fit-content;
}
.selection > ul > li > a img:last-child{
    display: none;
}
.selection > ul > li > div{
    display: none;
}
.selection > ul > li > div{
    display: none;
    position: absolute;
    z-index: 222;
    background: #fff;
    border-radius: 2px;
    min-width: 100%;
    /* width: 100%; */
    width: fit-content;
    top: 21px;
    left: 0;
    box-sizing: border-box;
    border: 1px solid #0258FF;
}
.selection > ul > li > div a{
    width: 100%;
    display: flex;
    white-space: nowrap;
    align-items: center;
    box-sizing: border-box;
    padding: 5px;
    justify-content: center;
}
.selection > ul > li > div a:hover{
    background: #DFEEFC;
    border-radius: 2px;
}
.selection > ul > li > div > .active,
.selection > ul > li > div .changefieldandcss{
    background: #0258FF !important;
    color: #FFFFFF;
}
.selection > ul > li > a > img{
    margin-left: 5px;
}
.selection > ul > .active > a > img:nth-child(1){
    display: none;
}
.selection > ul > .active > a > img:last-child{
    display: block;
}


.selection  .brand li > span{
    display: flex;
    flex-wrap: wrap;
}
.selection  .brand li:hover{
    background: #fff;
}
.selection  .brand li{
    background: #fff !important;
    width: calc(100% - 120px);
    margin-right: 0;
}
.selection  .brand li > span:first-child{
    margin-bottom: 12px;
}
.selection  .brand li > span:first-child a{
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    justify-content: center;
    padding: 5px;
    width: fit-content;
}
.selection  .brand li > span:first-child .active{
    background: #0258FF !important;
    color: #FFFFFF;
    border-radius: 2px;
}
.selection  .brand li > span:first-child a:hover{
    background: #DFEEFC;
    border-radius: 2px;
}
.selection  .brand li > span:last-child{
    background: #F7F8FC;
    padding: 13px 12px 3px 12px;
    box-sizing: border-box;
}
.selection  .brand li span:last-child img{
    max-width: 20px;
    margin-right: 5px;
    max-height: 15px;
}
.selection  .brand li span:last-child i{
    display: none;
}
.selection  .brand li span:last-child a{
    display: flex;
    padding: 4.5px 0;
    align-items: center;
    font-size: 14px;
    width: 13%;
    max-width: 172px;
    margin: 0 2.5px 10px;
    justify-content: center;
}
.selection  .brand li span:last-child a:hover{
    background: #DFEEFC;
    border-radius: 2px;
}
.selection  .brand li span:last-child a span{
    display: flex;
    align-items: center;
    justify-content: center;
}
.selection  .brand li span:last-child .active{
    background: #DFEEFC;
    border-radius: 2px;
}



/* screened  */
.screened{
    font-weight: 600;
    font-size: 20px;
    margin: 40px 0 10px;
    font-family: "OpenSans-SemiBold";
}

/* product */
.product{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product a{
    background: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    margin-top: 20px;
	width: calc(25% - 15px);
    box-sizing: border-box;
}
.product a:hover{
    box-shadow: 0px 7px 35px 0px rgba(3,41,104,0.18);
}

.product a:last-child:nth-child(4n - 1) {
    margin-right: calc(24% + 4% / 3);
}
.product a:last-child:nth-child(4n - 2) {
    margin-right: calc(48% + 8% / 3);
}

.product a > div:first-child{
    display: flex;
    align-items: center;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    height: 256px;
}
.product a > div:first-child img{
    max-width: 100%;
    height: 100%;
}
.product a > div:last-child{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}
.product a > div:last-child h3{
    font-weight: bold;
    font-size: 20px;
    line-height: 1.25;
    margin:2px 0 0;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
  
}

.product a > div:last-child div:nth-child(2){
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin: 20px 0;
}
.product a > div:last-child div:nth-child(2) span:first-child{
    font-weight: 600;
    font-size: 14px;
    font-family: "OpenSans-SemiBold";
}


.product a > div:last-child div:nth-child(2) p{
    font-weight: 400;
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #FF6B08;
    font-family: "dinpro-medium";
}

.product a > div:last-child div:nth-child(2) span:last-child{
    background: linear-gradient(-90deg, #0258FF, #3673FF);
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
}
.product a > div:last-child div:nth-child(3){
    background: #EEEFF1;
    width: 100%;
    
    height: 1px;
}

.product a > div:last-child div:nth-child(4){
    display: flex;
    align-items: center;
    margin: 20px 0 30px;
}

.product a > div:last-child div:nth-child(4) span{
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;

}
.product a > div:last-child div:nth-child(4) span:first-child i{
    max-width: 100px;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product a > div:last-child div:nth-child(4) p{
    width: 1px;
    margin:  0 15px;
    height: 14px;
    background: #EEEFF1;
}


.product a > div:last-child div:nth-child(4) span img{
    margin-right: 5px;
}

.product a > div:last-child div:last-child{
    border-radius: 4px;
    border: 1px solid #0052D9;
    font-weight: 300;
    font-size: 16px;
    font-family: "OpenSans-Light";
    padding: 10px 0;
    box-sizing: border-box;
    color: #0052D9;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.product a > div:last-child div:last-child:hover{
    color: #fff;
}


/* page */
#page{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px 0;
}
#page a:first-child{
    display: none;
}
#page a,
#page b{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 8px;
    box-sizing: border-box;
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin: 0 4px;
    border-radius: 4px;
    min-width: fit-content;
}

#page b{
    background: #0258FF;
    color: #fff;
}


/* call */
.call{
    display: flex;
    box-sizing: border-box;
    background: #fff;
    padding: 70px 80px 70px 90px;
    justify-content: space-between;
    align-items: center;
    width: 100%;

}
.call > div:nth-child(2){
    margin-left: 115px;
    width: 40%;
}
.call > div:nth-child(2) > p{
    font-weight: bold;
    line-height: 1.25;
    font-size: 44px;
    margin-bottom: 50px;
    font-family: "OpenSans-Bold";
}
.call > div:nth-child(2)  a{
    display: flex;
    align-items: center;
    
}
.call > div:nth-child(2)  a img{
    margin-right: 15px;
}
.call > div:nth-child(2)  a p{
    font-size: 20px;
    margin-bottom: 10px;
}
.call > div:nth-child(2)  a span{
    font-weight: bold;
    font-size: 40px;
    color: #FF6B08;
    font-family: "OpenSans-Bold";
}

.call > div:nth-child(2)  ul{
    margin-top: 70px;
}

.call > div:nth-child(2)  ul li{
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.call > div:nth-child(2)  ul li img{
    margin-right: 10px;
}

.call form{
    background: #2562E9;
    border-radius: 10px;
    width: 40%;
    max-width: 430px;
    padding: 38px 30px 40px 30px;
    box-sizing: border-box;
    text-align: center;
}
.call form > span{
    font-weight: bold;
    font-size: 22px;
    color: #FEFEFE;
    font-family: "OpenSans-Bold";
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

.call form > div > div {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
    padding:16px 20px;

}
.call form > div > .active ul{
    display: flex;
}
.call form > div > div > span,
.call form > div > div > div > span{
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    left: 20px;
    display: block;
    top: calc(50% - 8px);
}
.call form > div > div:nth-child(5) {
    height: 52px;
    box-sizing: border-box;
}
.call form > div > div:nth-child(5) textarea{
    height: 100%;
    width: 100%;
    max-height: 25px;
}
.call form > div > div:nth-child(5) > span{
    top: 18px;
}
.call form > div > div:nth-child(6){
    padding: 0 20px 0 0;
    margin-top: 0;
    background: transparent;
}
.call form > div > div:nth-child(6) div{
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
    padding:16px 20px;
}
.call form > div > div:nth-child(6) div:nth-child(2){
max-width: 220px;
box-sizing: border-box;
    width: 63%;
}
.call form > div > div:nth-child(6) div:last-child{
    padding: 4.5px 8.5px;
    box-sizing: border-box;
    width: 32%;
    max-width: 110px;
}
.call form > div > div  span > span{
    color: red;
}
.call form  input{
    width: 100%;
    font-size: 16px;
    padding: 0;
}
.call form > div > div > ul{
    display: none;
    width: 100%;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 42px;
    overflow: hidden;
    z-index: 222;
    background: #FFFFFF;
    max-height: 274px;
    scroll-behavior: smooth;
    overflow-y: scroll;
    box-sizing: border-box;
    border-radius:0 0 10px 10px;
}

.call form > div > div > ul::-webkit-scrollbar {
display: none ;
}
.call form > div > div > ul li{
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    padding:18px 20px ;
    box-sizing: border-box;
    cursor: pointer;
}
.call form > div > div > ul li:hover{
    background: #DFEEFC;
}
.call form > div > div > .active{
    transform: rotate(180deg);
}
.call form > div > div > textarea{
    background: #FFFFFF;
    border-radius: 10px;
}

.call form > div > button{
    background: #FFFFFF;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    border: none;
    color: #2562E9;
    font-family: "OpenSans-Bold";
    padding: 19px 72px;
    margin-top: 20px;
    cursor: pointer;
}

.call form > div > button:hover{
    background: rgba(0, 0,0, 0.4);
    color: #fff;
}






  @media screen and (min-width:992px){

  }
  @media screen and (min-width:768px) and (max-width:991px) {

  }
  /* m */
  @media screen and (max-width:767px){
    .header{
        display: none;
    }
/* product */
.product a > div:last-child div:nth-child(4) span:first-child i{
    max-width: 75px;
}
.product a{
    width: 100% !important;
    flex-wrap: nowrap;
    margin-top: 10px;
    padding: 9px 0;
}
.product a > div:first-child{
    width: 30%;
    padding: 15px;
    height: auto;
}
.product a > div:last-child{
    width: 70%;
    padding: 0 15px 0 0 ;
}
.product a > div:last-child h3{
    order: 1;
    font-size: 15px;
}
.product a > div:last-child div:nth-child(2){
    order: 3;
    margin: 0;
}
.product a > div:last-child div:nth-child(4){
    order: 2;
    margin: 6px 0;
}
.product a > div:last-child div:nth-child(4) p{
    display: none;
}
.product a > div:last-child div:nth-child(4) span{
    background: #F7F8FC;
    border-radius: 5px;
    margin-right: 5px;
    font-weight: 500;
    padding: 5px;
    font-size: 11px;
    color: #828CA0;
}
.product a > div:last-child div:nth-child(2) p{
    font-size: 15px;
}
.product a > div:last-child div:nth-child(2) span:last-child{
    font-weight: 400;
    background: linear-gradient(-90deg, #0258FF, #3673FF) !important;
    font-size: 12px;
    color: #FFFFFF;
    padding: 7px;
}





    /* page */
    #page a,
    #page b{
        width: 20px;
        height: 20px;
        padding: 4px;
        font-size: 12px;
        margin: 0 2px;

    }
    #page a:nth-child(2),
    #page a:last-child{
        display: none;
    }

    #page{
        margin: 10px 0;
    }

    /* selection */
    .selection{
        width:calc(100% + 20px);
        margin: 0 0 0 -10px;
        padding: 0 ;
    }
    .selection > ul{
        overflow-x: scroll;
        overflow-y: hidden;
        border:  none;
        padding: 5px 0 5px 10px;
    }
    .selection > ul::-webkit-scrollbar {
        display: none ;
      }
    .selection > .brand{
        order: 2;
        width: calc(50% - 5px);
        box-sizing: border-box;
        padding-bottom: 10px;
    }
    .selection > .energy{
        padding-bottom: 10px;
        position: relative;
        width: calc(50% - 5px);
        box-sizing: border-box;
    }
    .selection > ul > p span img{
        height: max-content;
        margin-left: 7px;
    }
    .selection > .brand  > p span,
    .selection > .brand  > p,
    .selection > .energy  > p span,
    .selection > .energy  > p{
        width: 100%;
    }
    .selection > .brand  > p,
    .selection > .energy  > p{
        padding: 8px;
        background: #F7F8FC;
        border-radius: 2.5px;
    }

    .selection > .brand  > p span{
       display: flex;
       align-items: center;
       font-weight: 400;
       font-size: 12px;
       justify-content: center;
    }
    .selection > .energy  > p span{
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 12px;
        justify-content: center;
    }

    .selection > ul > p span{
        width: 42.5px;
    }
    
    .selection > .energy div{
        position: fixed;
        display: none;
        z-index: 222;
        background: #fff;
        border-bottom: 1px solid #0052D9;
        left: 0;
        padding: 10px 10px 0;
        top:  0;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .selection > .energy div .active{
        background: #DEEDFB !important;
    border-radius: 2.5px !important;
    }
    .selection > .energy div li:first-child{
        display: none;
    }
    .selection > .energy div li{
        padding: 8px;
        width: fit-content;
        margin-bottom: 10px;
        margin-right: 10px;
        background: #F7F8FC;
        float: left;
        border-radius: 2.5px;
    }
    .selection > .energy div li a{
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 12px;
        justify-content: center;
        padding: 0;
    }
    
 
    .selection > ul li:nth-child(2),
    .selection > .energy div li:nth-child(2) {
   display: none;
    }
    .selection > ul .active,
    .selection > .energy > .active{
        background: #DEEDFB !important;
    border-radius: 2.5px !important;

    color: #1F2129 !important;
    }
    .selection > .brand > .active{
        background: #F7F8FC !important;
    border-radius: 2.5px !important;

    color: #1F2129 !important;
    }
    .selection > .energy > .active > span img{
        transform: rotate(180deg);
        margin-top: 2px;
    }
    .selection > ul li a{
        padding: 8px;
      
        white-space: nowrap;
        font-size: 12px;

    }
    .selection > ul li {
        background: #F7F8FC;
        border-radius: 2.5px;

    }
    .selection > ul > li > div,
    .selection > .category > li > a > img{
        display: none !important;
    }
    .selection > ul > p span{
        font-weight: 400;
font-size: 12px;
color: #1F2129;
    }

/* header */
.header_m{
    padding: 0;
    display: flex;
}
.header_m > div:first-child,
.header_m > .find > ul > li:first-child,
.header_m > .find > ul > li:nth-child(2) > div:first-child,
.header_m > .find > ul > li:nth-child(2) > span,
.header_m > .find > ul > li:nth-child(2) > a,
.header_m > div:nth-child(3),
.header_m > a,
.header_m > .find > ul > li:nth-child(2) > .hidden .zzc{
    display: none !important;
}
.header_m > .find > ul > li:nth-child(2) > .hidden{
    display: flex;
    top: 43px;
    width: 100%;
    height: 100%;
    position: fixed;
}
.header_m > .find > ul > li:nth-child(2){
    border: none;
    margin: 0;
    padding: 0;
}

.header_mm{
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 2222222;
    left: 0;
    width: 100%;
}
.header_mm > div:first-child img:first-child{
    display: none;
}
.header_mm > div:first-child img:last-child{
    display: block;
    width: 14px;
}
.header_m  > .find > ul > li:nth-child(2) > .hidden .right{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.header_m > .find > ul > li:nth-child(2) > .hidden .left{
    position: absolute;
    right: 0;
    top: calc(50% - 243px);
    padding: 5px;
    height: 400px;

    background: transparent;
}
.header_m > .find > ul > li:nth-child(2) > .hidden .left li a{
    color: #828CA0;
    font-size: 12px;
}
.header_m > .find > ul > li:nth-child(2) > .hidden .left > .active{
    font-weight: 400;
    background: #0258FF !important;
    border-radius: 50px;
}
.header_m > .find > ul > li:nth-child(2) > .hidden .left > .active a{

    color: #fff;

}
.header_m > .find > ul > li:nth-child(2) > .hidden .left li{
    width: 10px;
    margin: 2.5px 0;
    padding: 5px;
    height: 10px;
}

.header_m > .find > ul > li:nth-child(2) > .hidden .right .search-letter .search-litter-list>div:first-child > span:first-child > img{
    display: block;
    max-width: 30px;
    max-height: 25px;
    margin-right: 15px;
}
.header_m > .find > ul > li:nth-child(2) > .hidden .right .search-letter .search-litter-list>div:first-child > span:first-child{
    display: flex;
    align-items: center;
    margin: 5px 0;
    font-size: 15px;
}

.header_m > .find > ul > li:nth-child(2) > .hidden .right > div{
    padding: 0;
}



.level > p{
    max-width: 120px;
    width: auto !important;
}


  }



























