@charset "utf-8";
.product-list-wrap {
    display: flex;
    justify-content: space-between;
}
.product-category {
    width: 260px;
}
.product-category h2 {
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    text-align: center;
    background-color: #00aa94;
}
.product-category .cate-hd {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    padding: 0 20px;
    background-color: #00aa94;
    color: #fff;
    margin-top: 5px;
    cursor: pointer;
}
.product-category .cate-hd em {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-position: -22px -26px;
}
.product-category .cate-hd.on em {
	background-position: -33px -26px;
}
.product-category .cate-bd {     
	margin-bottom: 5px;
}
.product-category .cate-bd li+li {
    margin-top: 5px;
}
.product-category .cate-bd li a {
    display: inline-block;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    padding: 0 20px;
    background-color: #f5f6f7;
    color: #999;
    margin-top: 5px;
    cursor: pointer;
}
.product-category .cate-bd li a em {
    width: 6px;
    height: 10px;
    display: inline-block;
    background-position: -47px -26px;
}
.product-category .cate-bd li a:hover, .product-category .cate-bd li a.active {
    color: #00aa94;
}
.product-category .cate-bd li a:hover em, .product-category .cate-bd li a.active em {
    background-position: -56px -26px;
}

.product-list {
    width: 100%;
}
.product-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
}
.product-item:nth-child(even) {
    margin-right: 0;
}
.product-item a.img {
    display: block;
    width: 100%;
    padding: 2px;
    border: 1px solid #f5f6f7;
}
.product-item a.img:hover {
    border-color: #00aa94;
}
.product-item .img img {
    width: 100%;
}
.product-item .title {
    text-align: center;
    margin: 15px 0;
}
.product-item .title a{
    font-size: 16px;
}
.product-item .title a:hover{
    color: #00aa94;
}
.product-item .ft a{
    color: #999;
}
.product-item .ft a:hover{
    color: #00aa94;
}
.product-item .ft em{
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #ccc;
    margin: 0 15px
}

.product-detail  {
    padding-top: 55px;
}
.product-detail .detail-main-hd {
	padding: 50px 0;
	background-color: #f5f6f7;
}
.product-detail .detail-main-hd .detail-main-info {
	display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.product-detail .detail-pics .small-pic {
    margin-top: 10px;
}
.product-detail .detail-pics .small-pic ul {
    display: flex;
}
.product-detail .detail-pics .small-pic li {
    border: 1px solid #eee;
    cursor: pointer;
    width: 18%;
}
.product-detail .detail-pics .small-pic li+li {
    margin-left: 3%;
}
.product-detail .detail-pics .small-pic li.on {
	border-color: #00aa94;
}
.product-detail .detail-pics .small-pic li img {
	width: 100%;
}
.product-detail .detail-pics .big-pic {
    width: 100%;
}
.product-detail .detail-pics .big-pic li a {
    display: block;
    width: 100%;
}
.product-detail .detail-pics .big-pic li img {
	width: 100%;
}
.product-detail .detail-text {
	margin-top: 20px;
}
.product-detail .detail-text h1 {
    font-size: 28px;
}
.product-detail .detail-text h5 {
    font-size: 16px;
    margin-top: 2%;
    color: #00aa94;
}
.product-detail .detail-text .description {
    margin-top: 5%;
    color: #999;
    font-size: 16px;
    line-height: 1.8;
}
.product-detail .detail-text .button {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-detail .detail-text .button a {
    width: 48%;
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #00aa94;
    border: 1px solid #00aa94;
    border-radius: 5px;
    font-size: 16px;
}
.product-detail .detail-text .button a:hover {
    background: #00aa94;
    color: #fff;
}
.product-detail .detail-text .advantage {
	margin-top: 30px;
}
.product-detail .detail-text .advantage ul {
	display: flex;
}
.product-detail .detail-text .advantage li {
	text-align: center;
}
.product-detail .detail-text .advantage li+li {
	margin-left: 10%;
}
.product-detail .detail-text .advantage li .ico {
    width: 56px;
    height: 38px;
    text-align: center;
    margin: 0 auto 10px;
}
.product-detail .detail-text .advantage li .ico img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.product-detail .detail-text .p-label {
    margin-top: 50px;
    font-size: 18px;
}
.detail-content .hd {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.detail-content .hd li {
    font-size: 20px;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
    color: #999;
}
.detail-content .hd li+li {
    margin-left: 8%;
}
.detail-content .hd li.on {
    color: #00aa94;
}
.detail-content .hd li:after {
    position: absolute;
    content: " ";
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: transparent;
    transition: width .3s;
}
.detail-content .hd li.on:after {
    width: 100%;
    background-color: #00aa94;
}

.product-content, .product-params, .product-video {
    line-height: 1.8;
    color: #666;
    font-size: 16px;
    overflow: hidden;
}
.product-content img, .product-params img, .product-video img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}

#leave-message {
    width: 100%;
}
.message-form .form-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.message-form .form-row .mes-item{
    width: 49%;
    background-color: #eef0f1;
    color: #999;
    padding: 8px 10px;
    font-size: 15px;
    display: flex;
    margin-bottom: 2%;
}
.message-form .form-row .address-item{
    width: 100%;
}
.message-form .form-row .mes-item.verify-item{
    position: relative;
    width: 100%;
}
.message-form .form-row .verify-item .verification {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 110px;
    background-color: #eef0f1;
    cursor: pointer;
}
.message-form .form-row .mes-item.con-item{
    width: 100%;
}
.message-form .form-row .mes-item .input-item{
    width: 100%;
    flex: 1;
    margin-left: 8px;
    color: #666;
    border: none;
    background-color: transparent;
}
.message-form .form-row .mes-item .select-item{
    width: 100%;
    flex: 1;
    margin-left: 8px;
    color: #666;
    border: none;
    background-color: transparent;
}
.message-form .form-row .mes-item.verify-item .input-item{
    width: 45%;
    flex: inherit;
}
.message-form .form-btn {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.message-form .form-btn .btn-primary {
    width: 124px;
    height: 44px;
    border-radius: 22px 0 22px 0;
    background: transparent;
}
.message-form .form-btn .btn-primary:hover {
    background: #00aa94;
    color: #fff;
}
.message-form .form-btn .btn-primary+.btn-primary {
    margin-left: 30px;
}