
.contactcss {
    min-height: 100vh;
    min-width: 1150px;
    max-width: 1190px;
    margin: 0 auto;
}
.banner{
    height: 550px;
    width: 100%;
    margin-top: 60px;
    position: relative;
    z-index: 20;
}

.banner .title{
    margin-top: 20px;
    font-size: 24px;
    line-height:40px;
}

.banner .flavour{
    float:left ;
    width: 40%;
}
.banner .flavour-right{
    padding-left: 60px;
    float:left ;
    width: 60%;
}

.ritem{
    margin-top: 40px;
    width: 332px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 24px;
    opacity: 1;
    border: 1px solid #E9E9E9;
    font-size: 18px;
}
.rtext{
    margin-top: -40px;
    margin-left: 86px;
}


.banner-b{
    margin-left: 400px;
    margin-top: -312px;
    position: absolute;
    background-color: #F2F2EE;
    width: 900px;
    height: 360px;
    z-index: 1;
}

.cleantype{
    margin-top: 120px;
    width: 100%;
    height: 310px;
    text-align: center;
}

.cleanitem{
    float:left ;
    width: 25%;
    position: relative;
    z-index: 20;
}
.cleantype-b{
    margin-left: 6px;
    margin-top: 75px;
    position: absolute;
    background-color: #F2F2EE;
    width: 283px;
    height: 136px;
    z-index: 1;
}

.cleantype-b1{
    margin-left: 304px;
    margin-top: 75px;
    position: absolute;
    background-color: #BAE0E9;
    width: 283px;
    height: 136px;
    z-index: 1;
}

.cleantype-b2{
    margin-left: 602px;
    margin-top: 75px;
    position: absolute;
    background-color: #F2F2EE;
    width: 283px;
    height: 136px;
    z-index: 1;
}

.cleantype-b3{
    margin-left: 900px;
    margin-top: 75px;
    position: absolute;
    background-color: #C9E4CC;
    width: 283px;
    height: 136px;
    z-index: 1;
}



.cleanitem img{
    width: 270px;
    height: 200px;
    #border:red 1px dashed;
}

.typetext{
    margin-top: 10px;
    font-size: 26px;
    color: #197A3B;

}

.typetitle{
    margin-top: 10px;
    font-size: 18px;
    color: #222222;
    text-align: center;
}

.cleant{
    font-size: 15px;
    color: #888888;
}

.activation{
    margin-top: 90px;
    width: 100%;
    height: 960px;
}

.steps-list{
    margin-top: 42px;
    float: left;
    width: 24%;
}
.steps-list-r{
    float: left;
    width: 50%;
    margin-top: 12px;
}

.sitem{
    margin-top: 66px;
    width: 89px;
    height: 25px;
    font-size: 18px;
    line-height: 21px;
}

.steps{
    float: left;
    width: 40%;
}
.steps-r{
    float: left;
    width: 50%;
    margin-top: 176px;
}

.stepsrtitle{
    margin-top: 20px;
    font-size: 16px;
    color: #222222;
}

.wrap{
    margin-top: 60px;
    width: 100%;
}


.wrap img{
    width: 100%;
}

.wrapmain{
    margin-left: 230px;
    text-align: left;
    position: absolute;
    margin-top: -360px;
    width: 493px;
    height: 300px;
    background-color: #70B544;
    padding-left: 30px;
    color: #FFFFFF;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    border-top-right-radius: 25px;
}

.wrapmain .title{
    font-weight: 600;
    font-size: 46px;
}

.wrapmain .titleh2{
    margin-top: 10px;
    font-size: 22px;
}

.wrapmain .text{
    margin-top: 10px;
    letter-spacing: 2px;
    line-height: 34px;
    font-size: 18px;
}

h1{
    font-size: 46px;
    color: #CAC6B5;
}





.wayinp{
    margin-top: 40px;
    font-size: 16px;
    position: absolute;

    line-height:48px;
}
.wayform{

    width: 510px;
    padding-top: 30px;
    border: 1px solid #E9E9E9;
    border-radius: 15px;
    text-align: center;
    padding-bottom: 20px;
}
.maytitle{
    margin-left: 20px;
    font-size: 18px;
}

.iteminp{
    margin-bottom: 20px;
    margin-left: 4em;
}

.iteminp input
{
    height: 32px;
    width:390px;
    padding-left: 10px;
    border-radius: 10px;
}

.itemtextarea{
    margin-left: 1em;
    margin-bottom: 20px;
}

.itemtextarea textarea{
    width:390px;
    height: 120px;
    border-radius: 10px;
    border-style:none;
    border: 1px solid #E9E9E9;
}

.layui-select-title input
{
    border-radius: 10px;
}


.itembutton{
    margin-left: 1em;
    margin-bottom: 20px;
}
.itembutton button{
    background-color: #70B543;
    width: 390px;
    height: 48px;
    border-radius: 10px;
    font-size: 18px;
}
