html,
body {
    font: normal 14px/24px "microsoft yahei", "微软雅黑", Arial;
    color: #555555;
    background-color: #fff;
    height: 100%;
}


/* 
 */

.layout-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #1A1C1D;
    text-align: center;
    margin-bottom: 10px;
}

.title-link {
    width: 100%;
    height: 2px;
    background-color: #ffb500;
    margin-bottom: 40px;
}

.layout-en {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    line-height: 20px;
    color: #7C939E;
}


/* 
 */

.goods-layout {
    width: 100%;
    height: auto;
    padding: 40px 0;
}

.goods-layout .goods-item {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.goods-item .goods-image {
    width: 100%;
    height: 200px;
    justify-content: center;
    align-items: center;
}

@media(max-width:1199px) {
    .goods-item .goods-image {
        height: 150px;
    }
}

.goods-image>img {
    display: block;
    max-width: 100%;
    height: 100%;
}

.goods-item .goods-name {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #1A1C1D;
    padding: 18px 0;
    margin: 0;
    text-align: center;
}

.goods-item .goods-go {
    padding: 6px 13px;
    border: 1px solid #ffb500;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #ffb500;
    margin-bottom: 20px;
}

@media(max-width:992px) {
    .goods-item .goods-name {
        font-size: 16px;
    }
    .goods-item .goods-go {
        padding: 5px 10px;
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        color: #ffb500;
        margin-bottom: 20px;
    }
}

.content-page {
    width: 100%;
    height: auto;
    margin-top: 60px;
    overflow: hidden;
    text-align: center;
}