.content-one {
    padding: 20px 18%;
    min-height: 680px;
}

.container-fix .content > .title {
    padding-top: 50px;
    padding-bottom: 15px;
    font-size: 32px;
    margin: 0;
}

.container-fix .content .introduce {
    color: #666666;
    line-height: 28px;
}

.container-fix .content .list {
    margin-bottom: 50px;
}

.container-fix .content .list .img {
    display: inline-block;
    width: 126px;
    height: 126px;
    /*box-shadow: -6px 10px 30px 0px rgba(221, 224, 233, 0.5000);*/
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.container-fix .content .list .img img {
    width: 100%;
    max-height: 100%;
}

.container-fix .content .list .item .info {
    position: relative;
    width: 100%;
    padding-right: 3%;
    font-size: 12px;
    
    color: #666666;
    line-height: 20px;
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
}

.container-fix .content .list .item .w50 {
    width: 50%;
}

.container-fix .content .list .item .btn {
    position: absolute;
    max-width: 50%;
    bottom: 5px;
    right: 3%;
    font-size: 12px;
}
.btn-primary {
    font-size: 12px;
    
    font-weight: normal;
    color: #ffffff;
    background: #4B95FF;
    border-color: #4B95FF;
}
.description {
    font-size: 12px;
}
.description .title {
    margin-bottom: 10px;
    font-size: 16px;
    
    font-weight: normal;
    color: #002F71;
    font-weight: 600;
}
.info-item{
    display: flex;
    margin-bottom: 4px;
}
.value {
    
    color: #666666;
    font-size: 12px;
}
.label {
    width: 60px;
    
    color: #333333;
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
    white-space: nowrap;
}
.table-item{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.items-center{
    align-items: center;
}
.items-end {
    align-items: end;
}
.flex {
    display: flex;
}
.justify-between{
    justify-content: space-between;
}
.align-self-end {
    align-self: flex-end;
}
.prd-list {
    margin-top: 25px;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(2,590px);
    /* grid-template-rows: repeat(auto-fill, 144px); */
    gap: 20px;
}

.prd-item {
    display: flex;
    gap: 20px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 6px;
    /* height: 144px; */
}
.prd-item-img-box{
    width: 136px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prd-item-detail {
    flex: 1;
    padding: 14px;
    display: flex;
    flex-direction: column;
    padding-left: 0;
}
.nameEn {
    margin-bottom: 10px;
    font-size: 16px;
    
    font-weight: normal;
    color: #002F71;
    font-weight: 600;
    width: 422px
}
.prd-item-info{
    display: flex;
    flex: 1;
    justify-content: space-between;
    gap: 20px;
}
.prd-item-info-box{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.toViewPrice-btn {
    width: 140px;
    height: 28px;
    background: #4B95FF;
    border-radius: 4px;
    font-size: 12px;
    
    font-weight: normal;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    cursor: pointer;
    text-decoration: none;
}

.struct-img {
    max-width: 100%;
    max-height: 100%;
}