<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select{
    margin: 0;
    padding: 0;
}
.mechanical_page{
    width: 100%;
}
.mechanical_banner{
    width: 100%;
    position: relative;
}
.mechanical_banner img,.item_img img,
.mechanical_download img,.rewards_img img,
.rewards_two img,.rewards_three img,.rewards_four img,
.rewards_five img{
    width: 100%;
    height: auto;
}
.banner_title{
    width: 45%;
    background: rgba(241,255,240,0.92);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px 0 40px;
    text-align: center;
}
.banner_title h3{
    display: inline-block;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 32px;
    font-family: Roboto;
    font-weight: bold;
    color: #232323;
    line-height: 38px;
}
.banner_title h6{
    font-size: 24px;
    font-family: Roboto;
    font-weight: 500;
    color: #1D7A00;
    line-height: 30px;
}
.banner_title p{
    width: 90%;
    margin: 0 auto;
    margin-top: 8px;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    color: #232323;
    line-height: 25px;
}
.mechanical_main{
    width: 80%;
    max-width: 1300px;
    margin: 45px auto;
}
.mechanical_special{
    width: 100%;
    text-align: center;
}
.mechanical_special h4{
    font-size: 30px;
    font-family: Roboto;
    font-weight: bold;
    color: #232323;
    line-height: 34px;
    margin-bottom: 45px;
}
.special_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.special_item{
    width: 32%;
    background: #F6FCF2;
    border-radius: 20px;
    padding: 40px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item_msg{
    padding: 0 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item_msg h5{
    font-size: 24px;
    font-family: Roboto;
    font-weight: 500;
    color: #232323;
    line-height: 30px;
}
.item_msg h6{
    font-size: 32px;
    font-family: Roboto;
    font-weight: 500;
    color: #1D7A00;
    line-height: 36px;
    margin-top: 15px;
}
.item_msg p{
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color:  #545454;
    line-height: 22px;
}
.item_msg span{
    display: inline-block;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}
.item_msg a{
    text-decoration: none;
    display: inline-block;
    margin: 25px 0 10px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #FFFFFF;
    background: #1D7A00;
    border:1px solid #1D7A00;
    border-radius: 20px;
    padding: 5px 25px;
}
.item_msg a:hover{
    background: #208E00;
    border-color: #208E00;
}
.item_img{
    width: 100%;
    
}
.mechanical_question{
    width: 93%;
    margin: 30px auto;
}
.mechanical_question h6{
    font-size: 24px;
    font-family: Roboto;
    font-weight: 500;
    color: #232323;
    line-height: 30px;
    margin-bottom: 15px;
}
.terms_msg p{
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #232323;
    line-height: 30px;
}
.terms_msg span{
    font-weight: bold;
}
.terms_ps p{
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #545454;
    line-height: 26px;
    margin-top: 20px;
}
.mechanical_love{
    width: 100%;
}
.mechanical_love h4,.mechanical_reward h4{
    text-align: center;
    font-size: 30px;
    font-family: Roboto;
    font-weight: 500;
    color: #232323;
    line-height: 34px;
    margin: 50px 0 35px;
}
.mechanical_download{
    width: 100%;
    background: #F7F9F7;
    border-radius: 10px;
}
.mechanical_download .layui-col-md5{
    display: flex;
    flex-direction: column;
}
.download_msg{
    padding: 10% 45px 0 30px;
    font-family: Roboto;
    font-weight: 400;
}
.download_msg h6{
    font-size: 20px;
    color: #232323;
    line-height: 25px;
    margin-bottom: 30px;
}
.download_msg p{
    font-size: 18px;
    color: #232323;
    line-height: 22px;
}
.download_msg p:nth-of-type(2){
    margin: 30px 0 35px;
}
.download_msg a,.rewards_five .rewards_com_msg a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #1D7A00;
    background-color: #F7F9F7;
    border: 1px solid #1D7A00;
    border-radius: 25px;
    padding: 8px 20px;
}
.download_msg a:hover,.rewards_com_msg a:hover{
    background-color: #1D7A00;
    color: #FFFFFF;
}
.rewards_one{
    width: 90%;
    margin: 0 auto;
}
.rewards_one h6{
    font-size: 24px;
    font-family: Roboto;
    font-weight: 500;
    color: #232323;
    line-height: 30px;
    margin-bottom: 30px;
}
.rewards_msg{
    text-align: center;
    background: #F7F9F7;
    border-radius: 20px;
    padding: 30px 100px;
    font-family: Roboto;
    font-weight: 400;
}
.rewards_msg p{
    width: 90%;
    margin: 0 auto;
    font-size: 24px;
    color: #232323;
    line-height: 30px;
}
.rewards_img{
    width: 100%;
    margin: 25px 0;
}
.rewards_msg a{
    font-size: 20px;
    color: #1D7A00;
    line-height: 25px;
    text-decoration: none;
}
.rewards_msg a:hover{
    text-decoration: underline;
}
.rewards_two,.rewards_three,.rewards_four,.rewards_five{
    width: 100%;
    margin: 35px 0;
    background: #F7F9F7;
    border-radius: 10px;
    font-family: Roboto;
    font-weight: 500;
    color: #232323;
}
.rewards_com_msg{
    padding: 80px 60px 0 30px;
}
.rewards_com_msg h6{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: 500;
}
.rewards_com_msg p{
    font-size: 16px;
    line-height: 24px;
}
.rewards_share_button{
    margin-top: 30px;
}
#st-1{
    text-align: start;
}
.rewards_four .rewards_com_msg{
    padding-top:110px;
}
.rewards_five p{
    margin-bottom: 45px;
}
.mechanical_que{
    font-family: Roboto;
    font-weight: 500;
    color: #232323;
}
.mechanical_que&gt;div{
    margin-bottom: 30px;
}
.mechanical_que h6{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.mechanical_que&gt;div:nth-last-of-type(1) p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #545454;
}
.mechanical_que p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.mechanical_que a,.rewards_four a{
    text-decoration: none;
    color: #1D7A00;
    font-weight: 400;
}
@media (min-width:970px) and (max-width: 1300px){
    .banner_title{
        width: 75%;
    }
    .mechanical_main{
        width: 95%;
    }
    .special_height{
        margin-bottom: 0;
    }
    .download_msg{
        padding-top: 50px;
    }
    .rewards_com_msg{
        padding-top: 40px;
    }
    .rewards_four .rewards_com_msg{
        padding-top: 70px;
    }
}
@media (min-width:760px) and (max-width: 969px){
    .banner_title{
        width: 100%;
        position: static;
        transform: translate(0,0);
    }
    .mechanical_main {
        width: 98%;
    }
    .download_msg{
        padding: 45px 45px 50px 30px;
    }
    .rewards_one{
        width: 95%;
    }
    .rewards_msg{
        padding: 30px 40px;
    }
    .rewards_msg p{
        width: 95%;
    }
    .rewards_com_msg,.rewards_four .rewards_com_msg {
        padding: 40px 60px 40px 30px;
    }
}
@media (max-width: 759px){
    .banner_title{
        width: 100%;
        position: static;
        transform: translate(0,0);
    }
    .mechanical_main {
        width: 98%;
    }
    .special_item{
        width: 100%;
        margin-bottom: 30px;
    }
    .download_msg {
        padding: 45px 45px 50px 30px;
    }
    .rewards_msg{
        padding: 30px 25px;
    }
    .rewards_com_msg,.rewards_four .rewards_com_msg{
        padding: 45px 15px; 
    }
}</pre></body></html>