
.brand{
    margin-bottom: 216px;
}
.brand-banner{width: 100%;margin-bottom: 25px;}
.brand-banner img{
    width: 100%;
    height: auto;
    display: block;
}
/* 品牌代理商 */
.brand-agent{
    width: 100%;
    /* margin-top: 160px; */
}
.brand-agent .brand-agent-containt{
    width: 100%;
    margin: 0 auto;
}
.brand-title{
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #374567;
    margin-bottom: 30px;
}

.brand-agent .brand-agent-containt .brand-agent-list ul li{
    width: 238px;
    height: 160px;
    /* background: #FFFFFF; */
    border-right: 1px solid #EBF0FC;
    border-bottom: 1px solid #EBF0FC;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    transition:0.2s;
    transform-style:preserve-3d;
}
.brand-agent .brand-agent-containt .brand-agent-list ul{
    flex-wrap: wrap;
    border-top: 1px solid #EBF0FC;
    border-left: 1px solid #EBF0FC;
    /* perspective:1000;
    transform-style:preserve-3d; */
}
.brand-agent .brand-agent-containt .brand-agent-list ul li .brand-agent-list-font{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFFFFF;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backface-visibility:hidden;
    /* z-index: 2; */
    /* transition:1.5s; */
}
.brand-agent .brand-agent-containt .brand-agent-list ul li:hover{
    /* transition:1.5s; */
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.brand-agent .brand-agent-containt .brand-agent-list ul li .brand-agent-list-font .brand-agent-list-img{
    height: 75px;
    align-items: center;
}
.brand-agent .brand-agent-containt .brand-agent-list ul li .brand-agent-list-font .brand-agent-list-img img{
    width: 115px;
    overflow: hidden;
    height: auto;
    display: block;
}
.brand-agent .brand-agent-containt .brand-agent-list ul li .brand-agent-list-font div{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #374567;
}

.brand-agent .brand-agent-containt .brand-agent-list ul li .brand-agent-list-back{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFFFFF;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform:rotateY(180deg);
    /* transition:1.5s; */
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    backface-visibility:hidden;
    border-right: 1px solid #EBF0FC;
}
.brand-agent .brand-agent-containt .brand-agent-list ul li .brand-agent-list-back .brand-agent-list-img{
    margin-bottom: 19px;
    align-items: center;
}
.brand-agent .brand-agent-containt .brand-agent-list ul li .brand-agent-list-back .brand-agent-list-img img{
    width: 40px;
    height: 42px;
    display: block;
}
.brand-agent .brand-agent-containt .brand-agent-list ul li .brand-agent-list-back div{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #374567;
}
/*  */
.brand .letter-list ul li{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    /* color: #FFFFFF; */
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
.brand .letter-list ul .active{
    background: #3860F4;
    color: #fff;
}

.brand .letter-list{
    margin-bottom: 32px;
}
.brand-letter .letter-title{
    align-items: center;
    margin-bottom: 20px;
}
.brand-letter .letter-title div:first-child{
    width: 5px;
    height: 12px;
    background: #374567;
    border-radius: 3px;
    margin-right: 18px;
}
.brand-letter .letter-title div:last-child{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #374567;
}
.brand-letter {
    /* height: 115px; */
    background: #FFFFFF;
    border: 1px solid #3860F4;
    padding: 19px 32px 0px 32px;
    margin-bottom: 30px;
}
.brand-list ul{
    border-top: 1px solid #EBF0FC;
    border-left: 1px solid #EBF0FC;
    flex-wrap: wrap;
}
.brand-list ul li{
    flex-direction: column;
    align-items: center;
    width: 198px;
    height: 138px;
    background: #FFFFFF;
    border-right: 1px solid #EBF0FC;
    border-bottom: 1px solid #EBF0FC;
    justify-content: center;
    position: relative;
}
.brand-list ul li .main{
    width: 112px;
    height: 46px;
    display: block;
}
.brand-list ul li .name{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #374567;
    margin-top: 24px;
}
.brand-list .login{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #FCFDFF;
    opacity: 0.95;
}
.brand-list .login img{
    width: 116px;
    height: 116px;
    display: block;
    margin: 5px auto 0px auto;
}