﻿/*头部*/
.header {
    width: 100%;
    height: 1.9rem;
    background-color: #bc0026;
    text-align: center;
    line-height: 1.9rem;
    font-size: 0.8rem;
    color: #fff;
    position: relative;
}

    .header .back {
        position: absolute;
        width: 0.9rem;
        height: 0.9rem;
        display: inline-block;
        color: #fff;
        left: 0.7rem;
    }

.search {
    width: 100%;
    height: 2.5rem;
    background-color: #fff;
}

    .search .searchtop {
        height: 0.5rem;
    }

    .search #searchkey {
        display: block;
        width: 17rem;
        height: 30px;
        margin: 0 auto;
        background-color: #eff0f2;
        border-radius: 0.75rem;
        padding-left: 1.5rem;
        padding-right: 0.75rem;
    }

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #cecece;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #cecece;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cecece;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #cecece;
}

.search .searchinput {
    position: relative;
    width: 17rem;
    margin: 0 auto;
}

.search i {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 4px;
    left: 9px;
    color: #cecece;
    font-size: 16px;
    text-align: center;
}

.banner {
    min-height: 4.1rem;
    width: 100%;
}

    .banner img {
        width: 100%;
        height: 100%;
    }

.nav {
    width: 100%;
    height: 45px;
    padding-top: 10px;
    background-color: #fff;
}

    .nav ul li {
        margin-left: 30px;
        height: 35px;
        font-size: 13px;
        color: #000;
        float: left;
        text-align: center;
        position: relative;
    }

        .nav ul li.selected {
            /* color: #0062cc;*/
            color: #bc0026;
            font-weight: bold;
        }

        .nav ul li img {
            display: inline-block;
            position: absolute;
            bottom: 5px;
            left: 50%;
            display: none;
            width: 18px;
            height: 7px;
            margin-left: -9px;
        }
/*/头部*/
/*产品*/
.bt {
    width: 100%;
    height: 35px;
}

    .bt p {
        height: 35px;
        line-height: 35px;
        font-size: 18px;
        font-weight: bold;
        padding-left: 3.5%;
        color: #000;
    }

.product {
    width: 93%;
    margin: 0 auto;
    background-color: #fff;
    height: 135px;
    margin-top: 9px;
    margin-bottom:7px;
    display: flex;
    border-radius:10px;
}

    .product .left {
        width: 54%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content :center;
        position: relative;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        height: 135px;
    }
        .product .left .imgcontainer {
            width: 90%;
            height: 110px;
            display: flex;
            align-items: flex-end;
            background-color: #fff;
            border-radius: 10px;
        }
            .product .left .imgcontainer .imgleft {
                display: inline-block;
                width: 60%;
                border-bottom-left-radius: 10px;
            }

            .product .left .imgcontainer .imgright {
                display: inline-block;
                width: 40%;
                height:50%;
                border-bottom-right-radius:10px;
            }
    .product .left .imgbuy {
        position: absolute;
        left: 41%;
        top: 21%;
        width: 16%;
    }
    .product .left .imggive {
        position: absolute;
        left: 80%;
        top: 51%;
        width: 16%;
    }
    .product .right {
        width: 54%;
        height: 100%;
        background-color: #fafafa;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        overflow:hidden;
        padding-top:12px;
    }
        .product .right p {
            color: #000;
            font-size: 14px;
            font-weight: bold;
            padding-left: 10px;
            height:20px;
            line-height:20px;
            overflow:hidden;
        }
        .product .right .shortline {
            padding-top: 10px;
            border-bottom: 2px solid #c5031b;
            width: 14px;
            margin-left: 10px;
            margin-bottom:5px;
        }
        .product .right ul li{
            padding-left:10px;
            padding-bottom:10px;
        }
        .product .right ul li a{
            color:#737373;
            font-size:12px;
        }
#procontainer {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/*/产品*/
