.container_2 {
    padding-left: 80px;
    padding-right: 160px;
}

.container_3 {
    padding-left: 80px;
    padding-right: 160px;
}

.container_3 input {
    width: 120px;
    border: 1px solid #f2f2f2;
    margin-left: 5px;
}

.container_4 {
    padding-left: 80px;
    padding-right: 160px;
}

.container_4 table {
    width: 100%;
}

.container_4 table thead tr th {
    background: #f2f2f2;
    text-align: center;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(68, 68, 68, 1);
    height: 40px;
}

.container_4 table thead tr td {
    height: 40px;
}

.container_5 {
    text-align: center;
}

.container_51 {
    padding-left: 100px;
}

.container_511 {
    text-align: center;
    margin-top: 20px;
    padding: 0;
}

.container_511 div {
    width: 170px;
    height: 120px;
    margin-left: 10px;
    margin-top: 10px;
}

.container_52 {
    padding-left: 80px;
}

.container_512 {
    text-align: center;
    margin-top: 20px;
    padding: 0;
}

.container_512 div {
    width: 170px;
    height: 120px;
    margin-left: 10px;
    margin-top: 10px;
}

.enlargeImg_wrapper {
    width: 2000px!important;
    height: 2000px!important;
    display: none;
    position: fixed;
    z-index: 999;
    /*top: 0;*/
    right: 0;
    bottom: 0;
    /*left: 0;*/
    background-repeat: no-repeat!important;
    background-attachment: fixed !important;
    background-position: center!important;
    background-size: 600px 600px;
}

img:hover {
    cursor: zoom-in;
}

.enlargeImg_wrapper:hover {
    cursor: zoom-out;
}