@media screen and (min-width:500px) and (max-width:1200px)
{
    .header-bottom .container{
        width: 85%!important;
    }
    body{
        font-size: 80px;
    }
}
.am-container{
    width: 100%;
    height: auto;
    max-width: 19.2rem;
    padding: 0;
}
.am-topbar-nav{
    margin-top: 0;
}
.am-topbar-nav >li a:after{
    display: none;
}
.am-topbar-nav > li:hover {
    background: url("../image/active.png");
    background-size: 100% 100%;
}
.am-topbar-nav >li a:hover{
    background: initial;
    color: #fff;
    opacity: 1;
}
.am-topbar-nav >li a{
    color: #fff;
    line-height: 0.9rem;
    padding: 0;
    margin: 0;
}
.am-dropdown-content{
    box-shadow: 0px 0px 3px 0px
    rgba(0, 0, 0, 0.2);
}
.am-dropdown-content li{
    font-size: 14px;
}
header{
    width: 100%;
    z-index: 888;
    position: absolute;
    top: 0;
    background: #fff;
}
::-webkit-scrollbar{
    width: 0;
    height: 0;
}
.car-type-lsit::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.car-type-lsit::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.car-type-lsit::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.p-after:after{
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 40px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -moz-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(left, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}
.p-after{
    position: relative;
}
.qq:hover{
    cursor: pointer;
}
