﻿.data-block {
    padding-bottom: 30px;
}

.proxy-title {
    position: relative;
    text-align: center;
    height: 170px;
    line-height: 180px;
    font-size: 35px;
}

.detail-data{
    margin: 0 auto;
    min-width: 1000px;
    max-width: 1000px;
}
.product-title ul{
    display: block;
    border-bottom: 1px solid #dfdfdf;
}

.product-title ul li{
    color: #fff;
    background-color: #00aaff;
    border-color: #00aaff;
    float: left;
    width: 160px;
    height: 48px;
    line-height: 48px;
    margin-bottom: -1px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.product-content table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d4d4d4;
    text-align: center;
    margin-top: 28px;
}

.product-content table thead th {
    background-color: #f5f5f5;
    color: #666;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    font-size: 16px;
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
}
.product-content table tbody td {
    color: #666;
    background: #fff;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    font-size: 14px;
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

.remind{
    font-size: 14px;
    margin-left: 10px;
}