/* 1024px */

/*lens*/
.ProductLens{
    position: relative;
}
.ProductLens .img1{
    width: 600px;
}
.ProductLens .Parameters{
    position: absolute;
    top: 130px;
    right: 50px;
    font-family: Microsoft Yahei;
}
.ProductLens .Parameters1{
    top: 60px;
}
.ProductLens .Parameters2{
    top: 105px;
}
.ProductLens .Parameters h3{
    border-bottom: 1px solid #ddd;
    width: 370px;
    font-weight: bold;
} 
.ProductLens .Parameters h3:before{
    content: ""!important;
}
.ProductLens .Parameters ul{
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
} 
.center{
    text-align: center;
}
.TableLens{
    width: 100%;
}
.TableLens::-webkit-scrollbar{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}
.TableLens::-webkit-scrollbar-thumb{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}
.ProductLens table{
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.ProductLens table tr:first-child,.ProductLens table tr:nth-child(2) td:first-child{
    font-weight: bold;
}
.ProductLens table tr td{
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 10px;
}

/*lens end*/

/* RUNCAM-TX25 */
.TitleTX25 {
    font-size: 36px;
    padding-bottom:0; 
}

.TableTX25 {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.TableTX25 tr td {
    width: 10.11%;
    border: 2px solid #fff;
    font-size: 16px;
    padding: 23px;
}

.TableTX25 tr:nth-child(3n-1) td {
    background: #ddf1fc;
}

.TableTX25 tr:nth-child(3n) td {
    background: #efefef;
}

.TableTX25 tr:nth-child(3n+1) td {
    background: #fbe4d4;
}

.TableTX25 tr:first-child td {
    background: #000;
    color: #fff;
}

.ProductTable table tr td{
    text-align: left;
}
.ProductTable table tr:first-child,.ProductTable table tr:nth-child(2) td:first-child{
    font-weight: 100;
}
/* RUNCAM-TX25 end*/