.page-title {
    width: 100%;
    height: fit-content;
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    font-family: CTZhongYuanSJ;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
}
.product-video-list {
  width: 100%;
  height: auto;
  margin: 10px auto;
  columns: 2;
  column-gap: 3px;
}
.product-video {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    break-inside: avoid;
    box-shadow: 0px 3px 16px rgba(0,0,0,.06);
}
.product-video > video {
    width: 100%;
    height: 330px;
}
.product-video-title {
    position: absolute;
    width: 100%;
    height: 30px;
    font-size: 13.6px;
    background-color: #fff;
    bottom: 0;
}
.product-picture {
    width: 100%;
    height: 269px;
    margin: 10px 16px;
    margin-top: -3px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-position: center;
    background-size: cover;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 3px 16px rgba(0,0,0,.1);
}
.product-picture > span {
    padding: 27px;
    font-size: 1.56em;
    font-family: CTZhongYuanSJ;
    color: #666;
}
.product-picture > img {
    max-height: 191px;
}
.product-features {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-feature {
    width: 93%;
    height: 130px;
    margin: 9px 0;
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);
    border-radius: 6px;
    box-shadow: none;
}
.product-feature:active {
    box-shadow: 6px 6px 3px rgba(0,0,0,.16);
}
.product-feature-left {
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-family: CTZhongYuanSJ;
    color: #FFFFFF;
}
.product-feature-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}
.product-feature-description {
    font-size: 13px;
    line-height: 1.1;
}
.product-feature-right {
    max-width: 90%;
    padding-right: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-feature-right img {
    width: 120px;
    height: 120px;
    border-radius: 6px 0 6px 0;
    box-shadow: 0 6px 15px rgb(36 37 38 / 8%);
    box-shadow: 0px 6px 10px rgba(0,0,0,.3);
}
.product-content {
    width: 96vw;
    max-width: 330px;
    min-height: 256px;
    box-sizing: border-box;
    padding: 23px 16px;
    margin: auto;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 10px 16px rgba(0,0,0,.1);
}
.product-content * {
    max-width: 100%!important;
    line-height: 1.3;
}
strong{
	font-weight:600!important;
}
.product-content p {
    /*text-indent: 2em;*/
    font-size: medium;
    white-space: normal;
    line-height: 1.75em;
}
.product-content img{ max-width:100%;margin:auto; margin-top:12px; margin-bottom:12px;}
.other-products {
    width: 100%;
    display: flex;
    margin: 16px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-content-title, 
.product-features-title, 
.product-videos-title {
    margin: 16px 0;
}
.other-products > span, 
.product-content-title > span, 
.product-features-title > span,
.product-videos-title > span {
    padding: 0 23px 6px 23px;
    margin-top: 16px;
    margin-bottom: 3px;
    font-size: 19px;
    color: #333333;
    border-bottom: 1px solid #333;
}
.other-products > p, 
.product-content-title > p, 
.product-features-title > p,
.product-videos-title > p {
    margin-bottom: 16px;
    padding: 0;
    font-size: 15px;
    line-height: 15px;
}
.other-product {
    width: 300px;
    height: 300px;
    margin: 16px 0;
    padding-top: 23px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 0 16px 16px 16px;
    /*border: 1px solid #999;*/
    box-shadow: 0px 3px 20px rgba(0,0,0,.16);
}
.other-product:active {
    box-shadow: none;
}
.other-product img {
    max-width: 236px;
    max-height: 130px;
    /*border-radius: 16px 0 16px 0;*/
    /*box-shadow: 6px -6px 0px rgba(0,0,0,.2);*/
}
.other-product span {
    padding: 23px;
    font-size: 16px;
    font-family: CTZhongYuanSJ;
    font-weight: bold;
    letter-spacing: 1.3px;
    color: #333333;
}
.other-product button {
    padding: 6px 19px;
    color: #fff;
    letter-spacing: .6px;
    outline: none;
    border: none;
    background: #333;
    border-radius: 16px;
    box-shadow: 0px 3px 16px rgba(0,0,0,.1);
}

