* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
    padding: 0 0.54rem;
    box-sizing: border-box;
    transition: all 0.3s;
}

.header .logo {
    width: 4.37rem;
    height: 0.59rem;
}

.header .logo img {
    display: block;
    width: 100%;
}

.header .headerList {
    display: flex;
    align-items: center;
    height: 1rem;
}

.header .headerList .listLi {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-family: MiSans, MiSans;
    font-size: 0.2rem;
    margin-right: 0.72rem;
    transition: all 0.3s;
}

.headerList .listLi .listTit:link,
.headerList .listLi .listTit:visited {
    color: #fff;
}

.headerList .listLi .listTit {
    display: block;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    transition: all 0.3s;
}

.header .headerList .listLi:hover {
    font-weight: bold;
}

.header .headerList .listBottom {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1rem;
    left: -0.33rem;
    left: 50%;
    transform: translateX(-50%);
    /*width: 100%;*/
    flex-direction: column;
    /*height: 1rem;*/
    background:rgba(248, 248, 248, 0.6);
    /* background: #000; */
    border-bottom-left-radius: 0.13rem;
    border-bottom-right-radius: 0.13rem;
    padding: 0.32rem 0.17rem;
}

.listBottom .bot-list {
    /*margin-right: 0.45rem;*/
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    transition: all 0.1s;
    margin-bottom: 0.21rem;
    white-space: nowrap;
    /*line-height: 70px;*/
}

.listBottom .bot-list:hover {
    font-weight: 600;
    color: #BE1E21;
}

.listBottom .bot-list:last-child {
    margin-bottom: 0;
}

.header .headerList .in18 {
    display: flex;
    align-items: center;
    margin-left: -0.2rem;
}

.in18 .select {
    position: relative;
    /*width: 0.73rem;*/
    width: 1rem;
    height: 0.27rem;
    border-radius: 0.27rem;
    background:#FFFFFF url('../img/header/arrow.png');
    background-repeat: no-repeat;
    background-position: right 0.14rem center;
    background-size: 0.11rem 0.06rem;
    padding-left: 0.13rem;
    outline: none;
    appearance: none;
    font-family: MiSans, MiSans;
    /*font-size: 0.11rem;*/
    font-size: 0.16rem;
    color: #BE1E21;
    border: 0.01rem solid #B4B4B4;
    line-height: 0.27rem;
    cursor: pointer;
}

.in18 .select a{
    font-family: MiSans, MiSans;
    /*font-size: 0.11rem;*/
    font-size: 0.16rem;
    color: #BE1E21;
}

.in18 .select .select_box{
    position: absolute;
    top: 0.32rem;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0.08rem;
    overflow: hidden;
    box-sizing: border-box;
}

.select_box a{
    display: block;
    padding-left: 0.13rem;
    line-height: 0.3rem;
    transition: all 0.3s;
    
}

.select_box a:hover{
    background: rgba(118,118,118,1);
    color: #FFFFFF;
}

.in18 .select option{
    font-weight: 500;
}

.in18 .search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.27rem;
    height: 0.27rem;
    background: #fff;
    border-radius: 50%;
    margin-left: 0.15rem;
    padding-top: 0;
}

.in18 .search img {
    display: block;
    width: 0.12rem;
    height: 0.13rem;
}

.active {
    font-weight: bold;
}






/*.header .headerList .listLi:nth-child(5) .listBottom .bot-list:nth-child(1){*/
/*    display: none;*/
/*}*/

/*.header .headerList .listLi:nth-child(5) .listBottom .bot-list:nth-child(2){*/
/*    margin-bottom: 0;*/
/*}*/

/*.header .headerList .listLi:nth-child(5) .listBottom .bot-list:nth-child(3){*/
/*    display: none;*/
/*}*/



@media only screen and (max-width:768px){
    /*.in18 .search{
        margin-bottom:0!important;
    }*/
}