 a{text-decoration: none !important;}
        .navbar {
            background: #fff;
            display: flex;
            justify-content: center;
            height: 70px;
            box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 6%);
        }
        @media (min-width: 1200px) {
            .container {
                max-width: 1200px !important;
                padding: 0 !important;
                height: 70px;
            }
        }


        .login-no {
            width: 96px;
            height: 36px;
            line-height: 40px;
            background: #FEC41A;
            border-radius: 33px;
            text-align: center;
            color: #000000;
            font-size: 14px;
            padding-top: 8px !important;
            text-decoration: none !important;
        }
        .list {
            width: 175px;
            display: table;
            height: auto;
            margin: 0;
            padding: 0;
            margin-bottom: 20px;
            padding-bottom: 10px;
            margin-right: 20px;
            margin-top: 10px;
        }
        .list .img{
            width: 175px;
        }
        .list .img img{
            width: 175px !important;
            height: 110px !important;
            overflow: hidden;
        }
        .list .content{
            width: 175px;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .list .number{
            font-size: 12px;
            font-weight: 400;
            color: #999999;
            padding-left: 5px;
        }
        .list .price{
            background: #FFFFFF;
            border-radius: 4px;
            border: 1px solid #FF6B2E;
            float: right;
            padding-right: 10px;
            padding-left: 10px;
            margin-right: 10px;
            color: #FF6B2E;
        }
        .list .title{
            color: #000000;
            line-height: 14px;
            font-weight: bold;
            padding-left: 5px;
        }

        .question-search-area{
            padding-top: 5px;
        }
        .question-search-area input{
            outline: none;
            height: 40px;
            line-height: 30px;
            padding: 7px 20px;
            color: #3c464f;
            background: #fff;
            border-radius: 30px;
            width: 250px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            border: 1px solid #dde0e5;
            margin-left: 80px;
        }
        .question-search-area span{
            position: relative;
            background-color: #0b900d;
            display: inline-block;
            padding-left: 0;
            width: 18px;
            height: 18px;
            cursor: pointer;
            border: none;
            left: -40px;
            top:2px;
            background: url(/statics/images/pc/btn_home_sousuo.png) no-repeat;
        }