@charset "utf-8";

/*------------------------------------------------------------
------------------------------------------------------------*/
.main {
    margin-bottom: 50px;
}

.main .wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.conts {
    width: 853px;
    background-color: #fff;
    border-radius: 4px;
    padding: 15px 30px;
    box-sizing: border-box;
}

.conts h1 {
	font-size: 22px;
	font-family: SFProDisplayBold;
	text-align: center;
	margin-bottom: 30px;
}

.conts h2 {
    margin-bottom: 20px;
    position: relative;
}

.conts h2 p {
    display: inline;
    color: #333;
    font-size: 18px;
    font-family: SFProDisplayBold;
    line-height: 40px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-right: 25px;
    font-weight: bold;
}

.conts h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    left: 0;
    top: 50%;
}

.conts .productUl {
    margin-bottom: 20px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.conts .productUl li {
    margin: 0 20px 20px 0;
    width: 180px;
}
.conts .productUl li:nth-child(4n) {
    margin-right: 0;
}

.conts .productUl li a {
    display: block;
    padding-bottom: 20px;
}

.conts .productUl img {
    max-width: 100%;
}

.conts .productUl .img {
    display: block;
}

.conts .productUl li:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.conts .productUl .txt {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 8px 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 40px;
    transition: color 0.3s;
}

.conts .productUl a:hover .txt {
    color: #39b54a;
}

.detailBox h1 {
    margin-bottom: 20px;
	color: #333;
    font-family: SFProDisplaybold;
    font-size: 20px;
	text-align: left;
}

.detailBox h1:before,
.detailBox h2:before{
    content: none;
}

.detailBox .inner {
    margin-bottom: 27px;
    display: flex;
    justify-content: space-between;
}

.detailBox .inner .photoBox .photo {
    width: 310px;
    height: 310px;
    border: 1px solid #CDCDCD;
}

.detailBox .inner .photoBox .photo img {
    width: 100%;
}

.detailBox .tabUl {
    margin-top: 10px;
    display: flex;
    justify-content: start;
}

.detailBox .tabUl li {
    height: 42px;
    width: 42px;
    margin: 0 6px 0 0;
    overflow: hidden;
    padding: 1px;
}

.detailBox .tabUl li a {
    display: block;
    border: 1px solid #CDCDCD;
    background-color: #fff;
}

.detailBox .tabUl li a:hover,
.detailBox .tabUl li.on a {
    border: 2px solid #39b54a;
}

.detailBox .tabUl li img {
    width: 100%;
}

.detailBox .textBox {
    width: 451px;
}

.detailBox .textBox .ttl {
    font-size: 16px;
    font-family: SFProDisplayBold;
}

.detailBox .textBox .text span {
    display: inline-block;
    width: 138px;
    color: #999;
    font-weight: normal;
    font-size: 14px;
    position: relative;
    padding-left: 7px;
}

.detailBox .textBox .text {
    vertical-align: top;
    padding: 4px;
    font-size: 14px;
    text-align: left;
    position: relative;
}

.detailBox .textBox .text:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px;
}

.detailBox .textBox .contactLink {
    margin: 0;
    padding: 10px 0 0;
}

.detailBox .infoUl {
    margin-bottom: 25px;
}

.detailBox .infoUl li {
    display: flex;
    justify-content: start;
    padding: 9px 0;
    font-size: 14px;
    background-color: #fafafa;
}

.detailBox .infoUl li:nth-child(2n) {
    background-color: #fff;
}

.detailBox .infoUl li .ttl {
    text-indent: 5px;
    padding: 0 2px 0 8px;
    width: 20%;
    color: #999;
    font-weight: normal;
    box-sizing: border-box;

}

.detailBox .infoUl li .txt {
    width: 30%;
    box-sizing: border-box;
}

.detailBox .productTitle {
    font-size: 18px;
    font-family: SFProDisplayBold;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 11px;
    margin-bottom: 19px;
    border-bottom: 1px solid #ddd;
}
.detailBox .subDetail img {
    max-width: 100%;
    margin: 0 auto;
}

.detailBox .subDetail h2 {
    margin-bottom: 15px;
    font-size: 20px;
}

.detailBox .subDetail p {
    margin-bottom: 20px;
    font-size: 16px;
}

.detailBox .subDetail p a {
    color: #39b54a;
    font-weight: bold;
}

.detailBox .subDetail p a:hover {
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.detailBox .subDetail ul {
    margin-bottom: 20px;
}

.detailBox .subDetail li {
    padding-bottom: 10px;
    font-size: 16px;
}

.detailBox .subDetail li span {
    font-weight: bold;
}

.detailBox .subDetail ul li ul {
    margin: 10px 0 0;
}

.detailBox .subDetail .photoBox {
    padding: 30px 0;
    text-align: center;
}

.detailBox .subDetail table {
    margin-bottom: 60px;
    width: 100%;
    border-collapse: collapse;
}

.detailBox .subDetail tr:nth-child(even) {
  background-color: #fff; /* 偶数行的背景颜色 */
}

.detailBox .subDetail tr:nth-child(odd) {
  background-color: rgb(237, 241, 250); /* 奇数行的背景颜色 */
}

.detailBox .subDetail thead th {
    padding: 5px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    background-color: rgb(72, 116, 203);
    word-wrap: break-word;
    white-space: normal;
    border: 1px solid #8EAADB;
}

.detailBox .subDetail td {
    padding: 5px;
    font-size: 16px;
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
    border: 1px solid #8EAADB;
}

.detailBox .taCenter {
    color: #CC0000;
    text-align: center;
}
.oemUl {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}
.oemUl li {
    width: 23%;
    text-align: center;
    padding: 20px 10px;
    font-size: 16px;
    box-sizing: border-box;
    background-color: #F4F4F4;
}
.oemUl li .ttl {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.faqDl {
    margin-top: 30px;
}
.faqDl dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0 0 0 25px;
    position: relative;
}
.faqDl dt:before {
    content: '';
    position: absolute;
    left:0;
    top:10px;
    background-color: #000;
    width:8px;
    height:8px;
    border-radius: 50%;
}
.faqDl dd {
    padding: 0 0 0 25px;
    font-size: 16px;
    margin-bottom: 25px;
}



@media all and (min-width: 768px) and (max-width: 1024px) {
    .conts {
        width: auto;
        padding: 10px;
    }
    .main .wrap {
        display: block;
    }
    .sideBox {
        display: none;
        width: auto;
    }
    .conts h2 p {
        font-size: 16px;
        padding-right: 10px;
    }
    .conts .productUl li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .conts .productUl li:nth-child(2n) {
        margin-right: 0;
    }
    .conts .productUl .img {
        height: 190px;
        text-align: center;
    }
    .conts .productUl .img img {
        height: 100%;
        margin: 0 auto;
    }
    .detailBox h1 {
        font-size: 18px;
    }
    .detailBox .inner .photoBox .photo {
        width: 100%;
        height: auto;
    }
    .detailBox .textBox {
        width: auto;
    }
    .detailBox .inner {
        display: block;
    }
    .detailBox .infoUl li  {
        flex-wrap: wrap;
    }
    .detailBox .infoUl li .ttl {
        width: 40%;
    }
    .detailBox .infoUl li .txt {
        width: 60%;
        word-break: break-all; 
    }

}
@media all and (min-width: 0) and (max-width: 767px) {
    .conts {
        width: auto;
        padding: 10px;
    }
    
    .conts h1 {
        font-size: 18px;
    }
    
    .main .wrap {
        display: block;
    }
    .sideBox {
        display: none;
        width: auto;
    }
    .conts h2 p {
        font-size: 16px;
        padding-right: 10px;
    }
    .conts .productUl li {
        width: 49%;
        margin-right: 2%;
    }
    .conts .productUl li:nth-child(2n) {
        margin-right: 0;
    }
    .detailBox h1 {
        font-size: 18px;
    }
    .detailBox .inner .photoBox .photo {
        width: 100%;
        height: auto;
    }
    .detailBox .textBox {
        width: auto;
    }
    .detailBox .inner {
        display: block;
    }
    .detailBox .infoUl li  {
        flex-wrap: wrap;
    }
    .detailBox .infoUl li .ttl {
        width: 40%;
    }
    .detailBox .infoUl li .txt {
        width: 60%;
        word-break: break-all; 
    }
 
    .detailBox .subDetail .specialTable thead th,  
    .detailBox .subDetail .specialTable td {
        padding: 5px 2px;
        font-size: 12px;
    }
    .oemUl {
        display: block;
    }
    .oemUl li {
        margin-bottom: 10px;
        width:100%;
    }

}
