.product-information {
    background: url("../images/prod-info/bg.png") no-repeat;
    background-position: center;
    height: 100vh;
    padding: 135px 240px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto;
    background-size: 100% 100%;
}

.bg-wrap {
    max-width: 1080px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title {
    height: 59px;
    font-weight: 600;
    font-size: 31px;
    color: #17233D;
    line-height: 59px;
    text-align: center;
}

.search-input-wrap {
    width: 525px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 2px solid #0454F5;
    padding: 0 20px 0 20px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.search-input {
    font-size: 15px;
    width: calc(100% - 100px);
}

.search-icon {
    content: '';
    background-image: url(../images/prod-info/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    /* pointer-events: none; */
    width: 32px;
    height: 32px;
    background-color: #0A8DFB;
    border-radius: 50%;
    cursor: pointer;
}

.radio-wrap {
    font-size: 12px;
    width: 525px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.item-wrap {
    display: flex;
    align-items: center;
}


.table-wrap,
.recode-table-wrap {
    width: 1080px;
    margin-top: 60px;
    font-size: 12px;
}

.table-title {
    /* border-radius: 12px 12px 0px 0px; */
    border: 1px solid #E8EAEC;
    padding: 26px 0 28px 0;

    font-weight: 600;
    color: #17233D;
    background: rgba(255, 255, 255, 0.62);
}

.item-1 {
    /* background: antiquewhite; */
    box-sizing: border-box;
    width: 115px;
    display: inline-block;
    text-align: center;
}

.item-2 {
    /* background: aquamarine; */
    box-sizing: border-box;
    width: 115px;
    display: inline-block;
    text-align: center;
}

.item-3 {
    /* background: aqua; */
    box-sizing: border-box;
    width: 80px;
    display: inline-block;
    text-align: center;
}

.item-4 {
    /* background: bisque; */
    box-sizing: border-box;
    width: 120px;
    display: inline-block;
    text-align: center;
}

.item-5 {
    /* background: blue; */
    box-sizing: border-box;
    width: 100px;
    display: inline-block;
    text-align: center;
}

.item-6 {
    /* background: blueviolet; */
    box-sizing: border-box;
    width: 200px;
    display: inline-block;
    text-align: left;
}

.item-7 {
    /* background: brown; */
    box-sizing: border-box;
    width: 115px;
    display: inline-block;
    text-align: center;
}

.item-8 {
    /* background: violet; */
    box-sizing: border-box;
    width: 115px;
    display: inline-block;
    text-align: center;
}

.item-9 {
    box-sizing: border-box;
    width: 115px;
    display: inline-block;
    text-align: center;
    /* background: coral; */
}

.font--0057ff {
    font-weight: 400;
    font-size: 12px;
    color: #0057FF;
    cursor: pointer;
}

.tqh,
.tqf {
    display: flex;
    border-left: 1px solid #E8EAEC;
    background: rgba(255, 255, 255, 0.5);
}

.tips3,
.tips2,
.tips1 {
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #E8EAEC;
    border-right: 1px solid #E8EAEC;
}

.tqh-left,
.tqf-left {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E8EAEC;
}

.tqh-right {
    text-align: center;
    width: 965px;
    border-left: 1px solid #E8EAEC;
}

.xsxe,
.xsxe2,
.xsde {
    padding: 20px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E8EAEC;
    color: #515A6E;
    border-right: 1px solid #E8EAEC;
}

.tips1-arrow,
.tips2-arrow,
.tips3-arrow {
    width: 35px;
    height: 17px;
    position: absolute;
    top: -17px;
    left: 0;
}

.btn-wrap {
    margin-top: 60px;
}

.btn {
    padding: 8px 36px;
    border-radius: 9px;
    border: 1px solid #0057FF;
    cursor: pointer;
    color: #0057FF;
}

.back-top-wrap {
    display: flex;
    align-items: center;
    border-radius: 9px;
    border: 1px solid #0057FF;
    padding: 5px 15px;
    align-self: flex-start;
    cursor: pointer;
    display: none;
    color: #0057FF;
}

.btn-icon {
    width: 12px;
    height: 12px;
    margin-right: 10px;
}


.empty-img {
    width: 246px;
    height: 246px;
    display: none;
}

.recode-table {
    width: 1080px;
    border-collapse: collapse;
    margin: 20px 0;
    border: 1px solid #E8EAEC;
    border-radius: 12px;
    margin-top: 60px;
    font-size: 12px;
}

.recode-table th,
.recode-table td {
    padding: 20px 18px;
    text-align: left;
}

.recode-table tr {
    border: 1px solid #E8EAEC;
}

.recode-table th {
    font-weight: 600;
    color: #17233D;
    background: rgba(255, 255, 255, 0.62);
}

.recode-table td {
    font-weight: 400;
    color: #515A6E;
    background: rgba(255, 255, 255, 0.5);
}

.recode-item-1,
.recode-item-2,
.recode-item-3,
.recode-item-4 {
    width: 110px;
}

.recode-table-wrap {
    display: none;
}