﻿.desig-top {
    width: 100%;
    height: 110px;
    background-image: url("../images/pic92.png");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}

    .desig-top h3 {
        font-size: 44px;
        font-weight: 600;
        color: #ffffff;
        padding: 0 40px;
    }





.desig-box {
    background-color: #f5f5f5;
    padding: 35px 0;
}

.indetp-search {
    padding: 0;
}

.desig-bsel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    border-bottom: 1px solid #dcdcdc;
}

.desig-bslitm {
    font-size: 20px;
    margin: 0 10px;
    font-weight: 600;
}

    .desig-bslitm > a {
        padding: 20px 25px;
        color: #999999;
    }

.bslitmsw > a {
    border-bottom: 2px solid #ffd000;
    color: #222222;
}



.desig-bdrop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}

.bdrop-le {
    display: flex;
    align-items: center;
    position: relative;
}

.bdrop-litm {
    background-color: #ffffff;
    border-radius: 10px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    padding: 15px 15px;
    cursor: pointer;
}

    .bdrop-litm > img {
        width: 20px;
        height: 20px;
    }

.dropitm-txt {
    width: 100px;
}

.bdrop-litm > i {
    font-size: 14px;
    transition: all .5s;
}

.bdrop-litm:hover > i {
    transform: rotate(180deg);
}


.bdrop-lchld {
    width: 100vw;
    position: absolute;
    top: 50px;
    left: -18vw;
    background-color: #ffffff;
}

.lchldno {
    display: none;
}

.lchld-box {
    display: flex;
    justify-content: space-between;
}

.lchld-ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.shldlisw {
    color: #ffffff !important;
    background-color: #ff8000 !important;
}

.lchld-ul li {
    font-size: 14px;
    padding: 5px 20px;
    margin: 15px 10px;
    border-radius: 50px;
    border: 1px solid #dddddd;
    cursor: pointer;
}

    .lchld-ul li:hover {
        border: 1px solid #ff8000;
        color: #ff8000;
    }


.lchld-bri {
    width: 30%;
    padding: 35px 0;
}

    .lchld-bri > h3 {
        font-size: 14px;
    }

.lchld-brbtn {
    margin-top: 10px;
    background-color: #f5f5f5;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .lchld-brbtn p {
        font-size: 16px;
        color: #666666;
    }



/* .layui-input,
.layui-select,
.layui-textarea {
    width: 120px;
    height: 20px;
    border: 0px;
    font-size: 14px;
    background-color: transparent;
}

.layui-form-select dl dd.layui-this {
    background-color: #ffd000;
    color: #fff;
} */






.bdrop-ri {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 10px;
}

.dropasw {
    color: #ff8000 !important;
}

.bdrop-ri > a:nth-child(1) {
    border-left: 0px solid #eeeeee;
}

.bdrop-ri > a {
    font-size: 14px;
    padding: 15px 20px;
    color: #222222;
    display: flex;
    align-items: center;
    border-left: 1px solid #eeeeee;
}

    .bdrop-ri > a span {
        color: #999999;
        margin-left: 10px;
    }






.desig-brand {
    padding: 20px 30px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 15px;
}

.brand-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .brand-tit > h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .brand-tit > i {
        color: #a5a5a5;
        font-size: 20px;
        cursor: pointer;
    }


.brand-ul {
    margin-top: 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
}

    .brand-ul > li {
        width: 70px;
        margin-right: 50px;
    }

        .brand-ul > li img {
            width: 100%;
            height: auto;
        }

        .brand-ul > li p {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            font-size: 14px;
            margin-top: 10px;
            color: #666666;
            text-align: center;
        }






/* .desig-list{} */

.desig-lstli {
    padding: 30px 15px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}


.lstli-le {
    width: 30%;
    display: flex;
}

.lstli-limg {
    width: 75px;
}

    .lstli-limg img {
        width: 100%;
        height: auto;
    }

.lstli-lnews {
    margin-left: 20px;
}

.lnews-tit {
    display: flex;
    align-items: center;
}

    .lnews-tit > h3 {
        font-size: 16px;
        font-weight: 600;
    }

    .lnews-tit > p {
        font-size: 12px;
        padding: 2px 5px;
        border-radius: 5px;
        margin-left: 5px;
    }

.pcolra {
    color: #ff8000;
    background-color: #fff4cc;
}

.pcolrb {
    color: #fe775e;
    background-color: #ffebe7;
}


.lnews-txt {
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
}

    .lnews-txt span {
        color: #999999;
    }

.lnews-num {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

    .lnews-num p {
        font-size: 14px;
        color: #999999;
        margin-right: 10px;
    }

        .lnews-num p span {
            color: #333333;
        }


.lnews-btn {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

    .lnews-btn button {
        width: 100px;
        font-size: 14px;
        text-align: center;
        padding: 8px 0;
        margin-right: 10px;
        cursor: pointer;
        border-radius: 5px;
    }

.btnbja {
    border: 1px solid #ff8000;
    background-color: #ffffff;
    color: #ff8000;
}

.btnbjb {
    border: 1px solid #ffd000;
    background-color: #ffd000;
    color: #333333;
}



.lstli-ri {
    width: 70%;
    display: flex;
    align-items: center;
}

.lstli-ra {
    width: 30%;
    margin-right: 15px;
}

    .lstli-ra img {
        width: 100%;
    	height: auto;
    }

.lstli-rd i {
    font-size: 36px;
    color: #ffd000;
    font-weight: 600;
    cursor: pointer;
}



@media only screen and (max-width: 1240px) {
    .desig-top {
        height: 90px;
    }

        .desig-top h3 {
            font-size: 34px;
            padding: 0 30px;
        }

    .desig-box {
        padding: 25px 0;
    }

    .desig-bsel {
        padding-top: 5px;
    }

    .desig-bslitm > a {
        padding: 10px 15px;
    }

    .desig-bslitm {
        font-size: 16px;
        margin: 0 6px;
    }


    .desig-bdrop {
        padding-top: 20px;
    }

    .bdrop-litm {
        margin-right: 10px;
        padding: 10px 10px;
    }

    .layui-input,
    .layui-select,
    .layui-textarea {
        width: 100px;
        height: 20px;
        border: 0px;
        font-size: 14px;
    }

    .bdrop-ri > a {
        font-size: 14px;
        padding: 10px 15px;
    }

    .desig-brand {
        padding: 15px 20px;
        margin-top: 10px;
    }

    .brand-tit > h3 {
        font-size: 16px;
    }

    .brand-tit > i {
        font-size: 18px;
    }

    .brand-ul {
        margin-top: 15px;
    }

        .brand-ul > li {
            width: 60px;
            margin-right: 40px;
        }

            .brand-ul > li p {
                font-size: 14px;
                margin-top: 8px;
            }

    .desig-lstli {
        padding: 20px 10px;
        margin-top: 10px;
    }

    .lstli-lnews {
        margin-left: 10px;
    }

    .lnews-tit > h3 {
        font-size: 14px;
    }

    .lnews-txt {
        margin-top: 5px;
    }

    .lnews-num {
        margin-top: 5px;
    }

    .lnews-btn {
        margin-top: 10px;
    }

        .lnews-btn button {
            width: 80px;
            font-size: 14px;
            padding: 6px 0;
        }



    .lstli-ra {
        margin-right: 10px;
    }

    .lstli-rd i {
        font-size: 30px;
    }
}


@media only screen and (max-width: 768px) {
	 .desig-top h3 {
        font-size: 24px;
        padding: 0 .3rem;
    }
    .desig-box{
        padding: .2rem 0;
    }

.bdrop-lchld{
width: 100vw !important;
top: 40px !important;
}

.lchld-ul {
    padding: .2rem 0;
}

.dropitm-txt {
    width: 75px !important;
}
.bdrop-litm {
        margin:0 5px;
    }
    
    
   .lstli-le {
    width: 100%;
}
    .desig-lstli{
        padding: .2rem .1rem;
        flex-direction: column;
    }
    
    .lstli-ri {
    width: 100%;
    margin-top:.2rem;
   }
    
	  .lstli-ra img {
        width: 111px;
    	height: 111px;
    }


}
