﻿body, html, div, span, a, li, ul, img {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
}

a:hover {
    -webkit-tap-highlight-color: transparent;
}

/*****顶部appbar****/
.appbar {
    background: #32dab9;
    height: 5rem;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 999;
    justify-content: center;
}

.appbar_main {
    width: 70%;
    height: 3rem;
    border-radius: 3rem;
    background: rgba(255,255,255,0.5);
    padding: 0.5rem 0;
    display: flex;
}

.appbar_search {
    width: calc(100% - 7rem);
    position: relative;
    display: flex;
    align-items: center;
}

.search_icon {
    width: 1.8rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
}

.search_input {
    border: none;
    background: none;
    outline: none;
    padding-left: 4rem;
    font-size: 1.2rem;
    color: #333;
    width: 100%;
}

.appbar_make {
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appbar_left {
    left: 0;
}

.appbar_icon {
    width: 2.5rem;
}

.appbar_right {
    right: 0;
}

.ChuShou .index_main {
    padding-top:5rem;
}
/****轮播****/
.ChuShou .chuShou_banner {
    height: 10rem;
    width: 100%;
}
.ChuShou .chuShou_banner_main {
    height: 100%;
}
.ChuShou .chuShou_banner_item{

}