.hot-list{
    display: none;
    align-items: center;
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    margin-top: 10px;
    /* transform: translateX(-15px); */
}

.hot-list-display{
    display: flex;
}

.hot-list>img{
    display: block;
    margin-right: 8px;
}

.hot-list>:nth-child(2){
    margin-right: 8px;
}

.hot-list>:nth-child(3)>a{
    margin-right: 24px;
    cursor: pointer;
    color: #8C8C8C;
}
.hot-list>:nth-child(3)>a:hover{
    color: #2F549F;
}
.top-btn{
    display: flex;
}
.text{
    float: left;
    margin-left: 24px;
    margin-top: 10px;
}
.rel_arrow_cont .button{
    width: 142px;
    font-size: 16px;
    color: #595959;
    line-height: 24px;
    background-color: #fff;
    border: 1px solid #D9D9D9;
}


.rel_arrow_cont .button i {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    /*transform: rotate(90deg);*/
    background: url(../images/icon-btn.png) left bottom;
    width: 10px;
    height: 10px;
}

.rel_arrow_cont .button:hover i{

    background: url(../images/icon-btnWrite.png) left bottom;
}

.rel_arrow_cont .button:hover{
    color: #ffffff;
}
/*新增样式*/
.index-cononter{
    width: 680px;
    height: 60px;
   border-radius: 15px;
}
.h1{
    width: 1200px;
    height: 60px;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.h4{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    display: flex; 
    text-align: center;
    align-items: center;
    justify-content: center;

    .navfont{
        width: 360px;
    background: green;
    border-radius:15px;
    }
}
.serarch-ico{
        display: flex; 
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100px;
        margin: 20px 0px;
    }
.mianfei{
        display: flex; 
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100px;
}
.input_serch{
    width:60px;
    border:none;
    font-size: bold;
    background: #FFA500;
}
.shop_bot{
    width:120px;
    height: 60px;
    line-height: 60px;
    background: #FF4500;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
}
.shop_bot_m{
    float: left;
    width:120px;
    height: 60px;
    line-height: 60px;
    background:	#FFA500;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    margin-left: 30px;
}