    * {
        padding: 0px;
        margin: 0px;
    }
    
    .mt-2 {
        margin-top: 20px;
    }
    
    .pb-2 {
        padding-bottom: 100px;
    }
    
    .ml-1 {
        margin-left: 10px;
    }
    
    .head {
        width: 100%;
        padding: 10px;
        display: flex;
        box-sizing: border-box;
    }
    
    .head_one {
        width: 20%;
    }
    
    .head_two {
        justify-content: center;
        display: flex;
        padding-left: 20px;
        align-items: center;
        box-sizing: border-box;
        width: 70%;
    }
    
    .head_three {
        width: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .head_one_logo {
        display: flex;
        align-items: center;
        background-color: rgb(255, 237, 210);
        border-radius: 20px;
    }
    
    .head_one_logo img {
        width: 30px;
        height: 30px;
    }
    
    .head_one_logo p {
        font-size: 12px;
        margin-left: 2px;
        font-weight: 800;
        color: rgb(245, 161, 35);
    }
    
    .ddd {
        font-size: 20px;
        font-weight: 800;
        margin-left: 0px;
        color: rgb(0, 0, 0);
        animation: myfirst 0.5s;
        -webkit-animation: myfirst 0.5s;
        /* Safari and Chrome */
    }
    
    @keyframes myfirst {
        from {
            font-size: 10px;
            font-weight: 100;
        }
        to {
            font-size: 20px;
            font-weight: 800;
        }
    }
    
    .head_two a div {
        font-size: 15px;
        font-weight: 500;
        margin: 0 20px;
        color: #ccc;
    }
    
    .head_two a {
        font-size: 15px;
        text-decoration: none;
        color: #ccc;
    }
    
    .head_three img {
        width: 30px;
        height: 30px;
    }
    
    .search {
        width: 100%;
        height: 50px;
        background-color: rgb(227, 227, 227);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        font-weight: 900;
    }
    
    .search:active {
        color: green;
    }
    
    .search_text {
        width: 20%;
        height: 100%;
        font-size: 15px;
        display: flex;
        align-items: center;
    }
    
    .search_text img {
        width: 15px;
        height: 15px;
    }
    
    .search_box {
        width: 77%;
        height: 100%;
        box-sizing: border-box;
        padding-left: 20px;
    }
    
    .search_box .search_box_content {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        background-color: rgb(246, 245, 245);
    }
    
    .search_box_content img {
        width: 20px;
        margin-left: 10px;
        height: 20px;
    }
    
    .search_box_content input {
        width: 80%;
        border: none;
        margin-left: 10px;
        background-color: rgb(246, 245, 245);
        outline: none;
    }
    
    .header {
        width: 100%;
    }
    
    .header img {
        width: 100%;
        height: 200px;
    }
    
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .appbor {
        width: 100%;
        padding: 10px;
        display: flex;
        padding: 10px;
        box-sizing: border-box;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    
    .appbor a {
        width: 30%;
        text-decoration: none;
        /* 去除默认的下划线 */
        color: #000;
        /* 去除默认的颜色和点击后变化的颜色 */
    }
    
    .app {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 10px 5px;
    }
    
    .app_img {
        width: 50px;
        height: 50px;
    }
    
    .app_img img {
        width: 100%;
        height: 100%;
    }
    
    .recommend {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .card {
        width: 45%;
        padding: 10px;
        margin: 0px 10px;
        height: 70px;
        border-radius: 10px;
        box-shadow: 2px 2px 5px rgb(187, 187, 187);
        box-sizing: border-box;
        background: linear-gradient(to bottom, rgb(240, 240, 240), #ffffff);
    }
    
    .card p {
        font-size: 12px;
        color: rgb(158, 157, 157);
        margin-left: 1%;
        margin-top: 5px;
    }
    
    .card h3 {
        color: rgb(177, 188, 3);
    }
    
    .recommend_tow {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .card_tow {
        width: 46%;
        margin: 0px 5px;
        height: 70px;
        display: flex;
        box-sizing: border-box;
    }
    
    .card_tow img {
        width: 50px;
        height: 50px;
    }
    
    .card_tow_text {
        width: 80%;
        padding-left: 10px;
    }
    
    .card_tow_text div {
        font-size: 14px;
    }
    
    .card_tow_text p {
        font-size: 12px;
        color: rgb(158, 157, 157);
        margin-left: 1%;
    }
    
    .products {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .card_three {
        width: 44%;
        padding: 10px;
        margin: 0px 5px;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }
    
    .card_three_img {
        width: 100%;
        height: 100px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .card_three_img img {
        width: 140px;
        height: 110px;
    }
    
    .place {
        padding: 5px;
        background-color: rgb(50, 51, 52);
        position: absolute;
        bottom: -20px;
        left: 20%;
        color: #fff;
        font-size: 13px;
    }
    
    .card_three_text {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    
    .card_three_text h3 {
        color: rgb(177, 188, 3);
        font-size: 15px;
    }
    
    .card_three_text p {
        color: rgb(255, 0, 0);
        font-size: 15px;
    }