*{
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
}
a{
    text-decoration: none;
}
ul,li{
    list-style: none;
}
.subsidiary{
    height: 30px;
    background: #000;
}
.subsidiary>div{
    max-width: 1400px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.subsidiary .list{
    height: 100%;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    font-size: 0;
}
.subsidiary .list img{
    width: 20px;
    height: 20px;
}
.subsidiary .list li{
    margin-left: 18px;
}
.subsidiary .list li:last-child img{
    width: auto;
    height: 30px;
}
.poper{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .5);
}
.poper .content{
    position: absolute;
    width: 400px;
    height: 445px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 7px 7px 2px 2px;
}
.poper .title{
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 7px 7px 0 0;
}
.poper .title span{
    position: absolute;
    right: 20px;
    cursor: pointer;
}
.poper .title img{
    width: 20px;
    margin-top: 13px;
}
.poper .img-div{
    width: 400px;
    height: 400px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.poper .img-div img{
    width: 360px;
    height: 360px;
}
.header-div{
    border-bottom: 1px solid #EAEAEA;
}
.header-div>div{
    width: 1180px;
    margin: 0 auto;
}
.header-div .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
}
.header-div .logo-div{
    display: flex;
}
.header-div .logo-div img.logo{
    width: 180px;
    height: 36px;
}
.header-div .logo-div>div{
    margin-left: 20px;
    border-left:1px solid #F3F3F3;
    padding-left: 14px;
    color: #333;
}
.header-div .input-div{
    width: 586px;
    height: 36px;
    border: 2px solid #E24E54;
    border-radius: 2px;
    display: flex;
}
.header-div .input-div input{
    border: none;
    flex: 1;
    height: 36px;
    padding-left: 15px;
}
.header-div .input-div input:focus-visible{
    outline: none !important;
}
.header-div .input-div span{
    width: 82px;
    height: 100%;
    background: #E24E54;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    cursor: pointer;;
}
.header-div .nav-tab{
    font-size: 17px;
    display: flex;
}
.header-div .nav-tab span{
    font-size: 17px;
    width: 110px;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    text-align: center;
    border-bottom: 3px solid transparent;
}
.header-div .nav-tab span.active{
    font-weight: 800;
    color: #E24E54;
    border-bottom: 3px solid #E24E54;
}
.crumbs{
    background: #F7F7F7;
    height: 36px;
    border-bottom: 1px solid #EAEAEA;
}
.crumbs>div{
    width: 1180px;
    margin: 0 auto;
    display: flex;
    font-size: 12px;
    color: #666;
    align-items: center;
    height: 100%;
}
.crumbs a{
    color: #666;
    text-decoration: none;
}
.crumbs span{
    margin: 0 8px;
}
.flex-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.my-order{
    width: 106px;
    height: 36px;
    background: #F7F7F7;
    border-radius: 2px;
    border: 1px solid #EAEAEA;
    margin-left: 20px;
    font-size: 12px;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.my-order img{
    width: 13px;
    margin-right: 5px;
}
.my-order{
    color: #E24E54;
}
[v-cloak]{
    display: none;
}
footer{
    background-color: #343434;
}
footer>div{
    width: 1180px;
    margin: 0 auto;
    color: #fff;
}
footer .top{
    box-sizing: border-box;
    height: 270px;
    padding-top: 55px;
    display: flex;
}
footer .top{
    box-sizing: border-box;
    height: 270px;
    padding-top: 55px;
    display: flex;
}
footer .top .time{
    width: 280px;
    font-size: 16px;
}
footer .top .time p:nth-child(1){
    font-size: 28px;
    margin-bottom: 10px;
}
footer .top .time p:nth-child(3){
    font-size: 14px;
    margin-top: 52px;
}
footer .top  .kouhao{
    text-align: center;
    width: 440px;
    font-size: 14px;
    margin: 0 auto;
}
footer .top  .kouhao img{
    width: 92px;
    margin-bottom: 32px;
}
footer .top  .kouhao p{
    text-align: left;
    line-height: 23px;
}
footer .top .img-group{
    padding-top: 38px;
    font-size: 0;
}
footer .top .img-group img{
    margin-right: 15px;
}
.copyright{
    padding: 12px 0;
    text-align: center;
    background: #111;
    color: rgb(139, 135, 135);
    font-size: 14px;
}
.copyright a{
    color: rgb(139, 135, 135);
    text-decoration: none;
    font-size: 12px;
}
.certification{
    margin-top: 12px;
    color: #8c8c8c;
    font-size: 10px;
    line-height: 1.4;
}
.certification .line{
    margin: 0 8px;
}