﻿#products-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 5%;
    max-width: 1400px;
    width: calc(94% - 70px);
    width: -moz-calc(94% - 70px);
    width: -webkit-calc(94% - 70px);
    height: 90%;
    margin: 0 auto;
    text-align: center;
    border-top: solid 5px #154379;
    display: none;
    background: #fff;
    z-index: 1002;
    padding: 35px;
    overflow: hidden;
    overflow-y: auto;
}

@media only screen and (max-width: 1480px) {
    #products-box {
        height: 90%;
    }
}

#products-box .top {
    padding-bottom: 20px;
    border-bottom: solid 2px #3385ff;
}

    #products-box .top .title {
        font-size: 22px;
        color: #333;
        text-align: left;
    }

    #products-box .top .close {
        position: absolute;
        right: 35px;
        top: 40px;
        cursor:pointer;
    }
#products-box table
{
    width:100%;
}

    #products-box table th {
        padding: 20px 0;
        border: 1px solid #ccc;
        text-align: center;
    }

    #products-box table td {
        padding: 15px 5px 15px 5px;
        border: 1px solid #ccc;
        text-align: center;
    }


#products-box table tr:nth-child(2n) {
    background: #f4f4f4;
}

    #products-box table tr td:first-child {
        font-size: 14px !important;
        color: #333 !important;
        font-weight: bolder;
    }

.zhezhao {
    width: 100%;
    height: 100%;
    z-index: 8;
    background: rgb(0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    opacity: 0.4;
    filter: alpha(opacity=40)
}
