﻿html, body {
    margin: 0;
    padding: 0;
}

input, textarea {
    -webkit-appearance: none;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

header {
    background-color: #fe5921;
    height: 48px;
    line-height: 45px;
}

.header_color {
    width: 100%;
    text-align: center;
}

    .header_color input:not(.SearchBtn) {
        background: url(/Assets/simg/black-search.png) no-repeat;
        background-size: 20px;
        background-position-y: 7px;
        background-position-x: 5px;
        border: .5px solid #D8D6D6;
        border-radius: 5px;
        font-size: 14px;
        color: #110707;
        -webkit-appearance: none;
        padding-left: 25px;
        height: 36px;
        line-height: 36px;
        background-color: #fff;
        /* position: absolute; */
        width: 95%;
        vertical-align: middle;
    }



.swiper-container {
    width: 100%;
    /*height: 30vh;*/
    margin: 10px auto;
    padding-bottom: 20px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.icon-list {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .icon-list .icon {
        float: left;
        width: 25%;
        text-align: center;
        margin-top: 15px;
    }

.icon img {
    width: 40px;
}

.icon p {
    text-align: center;
    color: #888888;
    font-size: 14px;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

.title {
    font-size: 16px;
    border-bottom: .5px solid #eeeeee;
    padding-bottom: 10px;
    text-indent: 10px;
    color: #fe5921;
}

a {
    text-decoration-line: none;
    text-decoration: none;
}

.tip {
    font-size: 12px;
    color: #333;
    padding: 10px 15px;
}

.cat {
    height: 30px;
    border: 1px solid #fe5921;
    border-radius: 5px;
    padding: 0px 5px;
    color: #fe5921;
    width: auto;
    display: inline-block;
    line-height: 30px;
}

.cat_small {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
}

.tip img {
    width: 25px;
}




small {
    color: #777777;
}
