.container {
    width: 1040px;
    max-width: 100%;
    margin: 0 auto;
    color: #666;
}

.el-header {
    position: relative;
    background: url("./image/header-bg.png") center center repeat-y;
}

.el-header > .inner-box {
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.el-header > .inner-box .right {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
}

.lang-switch-box {
    margin-bottom: 30px;
}

.lang-switch-box .item:not(:last-of-type):after {
    content: "";
    margin-left: 5px;
    border-right: 1px solid #FFA488;
    height: 10px;
    display: inline-block;
}

.lang-switch-box .item.active {
    color: #C4261D;
}

.el-header > .inner-box .search-box form {
    display: flex;
    align-items: center;
}

.el-header > .inner-box .search-box .input-box {
    position: relative;
    width: 160px;
    height: 22px;
    margin-right: 10px;
}

.el-header > .inner-box .search-box .search-icon {
    position: absolute;
    left: 5px;
    top: 2px;
}

.el-header > .inner-box .search-box .input-box input {
    outline: medium;
    border: 1px solid #FFA488;
    width: 100%;
    height: 100%;
    text-indent: 25px;
    border-radius: 15px;
}

.el-header > .inner-box .search-box .submit-btn {
    width: 29px;
    height: 29px;
    background: url("./image/icon-search-btn.png") no-repeat;
}

.el-header .nav-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

.el-header .nav-box .inner-box {
    width: 520px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.el-header .nav-box .inner-box .item {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.slide-box {
    display: flex;
    justify-content: center;
    background: #FAFAFA;
}

.slide-box .item {
    display: block;
    width: 100%;
}

.slide-box .item .cover {
    width: 100%;
}

.slide-box .el-carousel {
    /*width: 1000px;*/
    /*max-width: 100%;*/
}

.lace-img {
    width: 100%;
}

.lace-img.top {
    margin-bottom: 20px;
}

.lace-img.bottom {
    margin-top: 20px;
}

/*.lace-img.bottom{
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
}*/

.el-footer {
    background: #fff;
}

.el-footer .container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px 0;
    color: #666;
    font-size: 12px;
    height: 100%;
}

.el-footer .container .left {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.el-footer .container .right {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-end;
}

.el-footer .container .item + .item {
    margin-left: 30px;
}


.el-footer .support-tip {
    color: #999;
}

.scan-wx-box {
    text-align: center;
    font-size: 13px;
}

.scan-wx-box .title {
    color: #000;
    font-weight: 600;
}

.tool-box {
    position: fixed;
    right: 30px;
    top: 0;
    z-index: 9;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tool-box .item {
    background: #999;
    text-align: center;
    font-size: 12px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.tool-box .item + .item {
    margin-top: 5px;
}

.tool-box .item:hover, .tool-box .item.active {
    background: #D7000F;
}

.about-box {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.about-box > .left {
    width: 65%;
}

.about-box > .right {
    width: 33%;
}

.cate-box {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.cate-box > .left {
    color: #D7000F;
    font-size: 16px;
}

.cate-box > .right {
    color: #999;
    border-color: #cecece !important;
    flex: 1;
    text-align: right;
    font-size: 13px;
}

.cate-box > .left span {
    font-weight: 600;
}

.cate-box > .left, .cate-box > .right {
    padding-bottom: 5px;
    border-bottom: 1px solid #D7000F;
}

.about-box {
    color: #666;
    margin-bottom: 20px;
}

.about-box .detail-box {
    display: flex;
    justify-content: space-between;
}

.about-box .detail-box .left {
    width: 40%;
}

.about-box .detail-box .left img {
    width: 100%;
}

.about-box .detail-box .right {
    width: 55%;
}

.about-box .list-box .item {
    display: flex;
    justify-content: space-between;
}

.about-box .list-box .item img {
    width: 50px;
    height: 50px;
}

.about-box .list-box .item .right {
    flex: 1;
    margin-left: 20px;
    border-bottom: 1px dashed #e6e6e6;
}

.about-box .list-box .item + .item {
    margin-top: 15px;
}

.about-box .list-box .item .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-box .list-box .item .date {
    font-size: 13px;
}

.product-box .product-title {
    width: 100%;
    margin-bottom: 20px;
}

.product-cate-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 2px solid #D7000F;
    position: relative;
    margin-bottom: 20px;
}

.product-cate-box .item {
    cursor: pointer;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-cate-box .item img {
    max-width: 100%;
}

.product-cate-box .item .arrow {
    width: 100%;
    display: flex;
    justify-content: center;
}

.product-cate-box .item.active .arrow:before {
    content: "";
    position: absolute;
    bottom: -32px;
    width: 0;
    height: 0;
    border: transparent solid;
    border-bottom-color: #FBF7EC;
    /*#FBF7EC*/
    border-width: 12px;
    z-index: 9;
}

.product-cate-box .item.active .arrow:after {
    content: "";
    position: absolute;
    bottom: -32px;
    width: 0;
    height: 0;
    border: transparent solid;
    border-bottom-color: #D7000F;
    border-width: 14px;
}

.product-list-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    /*justify-content: space-between;*/
    min-height: 500px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
}

.product-list-box .item {
    width: 23.5%;
    margin-bottom: 20px;
    background: #fff;
    border: 2px solid #ddd;
    padding: 10px;
}

.product-list-box .item:not(:nth-child(4n)) {
    margin-right: 2%;
}

.product-list-box .item:hover {
    background: #F0D9BA;
    border-color: #F0D9BA;
}

.product-list-box .item .cover-box {
    height: 0;
    padding-bottom: 80%;
    position: relative;
}

.product-list-box .item .cover-box .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.product-list-box .item .name {
    text-align: center;
    padding-top: 10px;
    color: #666;
}

.posts-box {
    display: flex;
    justify-content: space-between;
    min-height: 300px;
}

.posts-box > .left {
    width: 180px;
    margin-right: 30px;
}

.posts-box > .right {
    flex: 1;
}

.posts-box .tip {
    width: 100%;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /*padding-top: 50px;*/
}

.posts-box .posts-detail-box, .posts-box .product-detail-box {
    padding: 20px 0;
    color: #666;
}

.posts-box .posts-detail-box .content, .posts-box .product-detail-box .content {
    margin-bottom: 20px;
}

.posts-box .posts-detail-box .content *, .posts-box .product-detail-box .content * {
    max-width: 100%;
    /*height: auto;*/
}

.posts-box .posts-detail-box .info-box {
    text-align: center;
}

.posts-box .posts-detail-box .title {
    font-size: 18px;
    color: #000;
}

.posts-box .posts-list-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.posts-box .posts-list-box .item {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    color: #666;
}

.posts-box .posts-list-box .item:not(:last-of-type) {
    margin-bottom: 20px;
}

.posts-box .posts-list-box .item .left {
    width: 20%;
    max-width: 180px;
    margin-right: 20px;
}

.posts-box .posts-list-box .item .left .cover-box {
    height: 0;
    position: relative;
    padding-bottom: 80%;
}

.posts-box .posts-list-box .item .left .cover-box .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.posts-box .posts-list-box .item .title {
    font-size: 18px;
    color: #000;
    /*font-weight: 600;*/
}

.posts-box .posts-list-box .item {
    font-size: 13px;
}

.posts-box .posts-list-box .item .right {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
}

.category-box {
    width: 100%;
}

.category-box .name {
    height: 25px;
    line-height: 25px;
    width: 100%;
    padding: 0 30px;
    background: #C4261D;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    margin-bottom: 20px;
}

.category-box .list .item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    display: block;
}

.category-box .list .item.active {
    color: #C4261D;
    border-bottom: 1px solid #C4261D;
}

.bread-box {
    display: flex;
}

.bread-box .left, .bread-box .right {
    padding-bottom: 10px;
}

.bread-box .left {
    border-bottom: 1px solid #C4261D;
}

.bread-box .right {
    flex: 1;
    border-bottom: 1px solid #ddd;
}

.posts-box .product-list-box {
    padding: 20px 0;
}

.posts-box .product-list-box .item {
    width: 32%;
}

.posts-box .product-list-box .item:not(:nth-child(4n)) {
    margin-right: 0;
}

.posts-box .product-list-box .item:not(:nth-child(3n)) {
    margin-right: 2%;
}


.attr-box {
    padding: 20px 0;
    color: #666;
}

.attr-box .item {
    display: flex;
    align-items: center;
    width: 100%;
}

.attr-box .item + .item {
    margin-top: 15px;
}


.attr-box .item .name {
    font-weight: 600;
    margin-right: 20px;
    width: 40px;
}

.attr-box .item .option-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
}

.attr-box .item .option-box a {
    /*padding-right: 10px;*/
    margin-right: 10px;
    padding: 2px 6px;
}

.attr-box .item .option-box .active {
    color: #fff;
    background: #C4261D;
    border-radius: 5px;
}

.product-detail-box .info-box {
    display: flex;
    margin-bottom: 20px;
}

.product-detail-box .info-box .left {
    width: 60%;
    min-width: 450px;
}

.product-detail-box .info-box > div:not(:last-of-type) {
    margin-right: 20px;
}

.product-detail-box .info-box .left .cover-box {
    margin-bottom: 20px;
    box-shadow: 0 0 10px #ccc;
}

.product-detail-box .info-box .name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-detail-box .info-box .attr {
    margin-bottom: 10px;
}

.product-detail-box .preview-list {
    display: flex;
    justify-content: space-between;
}

.product-detail-box .preview-list .item {
    flex: 1;
    cursor: pointer;
}

.product-detail-box .preview-list .item.active, .product-detail-box .preview-list .item:hover {
    box-shadow: 0 0 10px #ccc;
}

.product-detail-box .preview-list .item:not(:last-of-type) {
    margin-right: 20px;
}

.cate-name {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.form-box {
    padding: 20px 0;
}

.captcha-img{
    width: 110px;
    cursor: pointer;
}
