table{
    width: 100%;
}
.lh20{
    line-height: 20px;
}
.lb1{
    border-bottom: 1px solid #F69120;
}
.pt8{
    padding-top: 8px;
}
.table-container a:hover{
    color: #F60;
}
.pro_info_ref-gmp{
    padding-top: 15px;
}
.pro_info_ref-gmp li{
    margin-top: 4px;
}
.pro_info_ref-gmp li a{
    line-height: 18px;
}
.pro_info_ref-gmp li a:hover{
    color: #F60;
}
.gmp-logo{
    position: relative;
    top: 4px;
    display: inline-block;
    margin-left: 5px;
    background: #e35f8b;
    height: 16px;
    line-height: 16px;
    width: 33px;
    /*border: 1px solid #2cb8c3;*/
    vertical-align: top;
    font-weight: 400;
    text-align: center;
    border-radius: 3px;
    transform: scale(.95);
}
.gmp-logo:before{
    content: "GMP";
    display: block;
    color: #fff;
    font-size: 12px;
}
.gmp-h3-tit{
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 19px;
    border-bottom: 2px solid #ebe4f6;
    position: relative;
}
.gmp-h3-tit:before{
    content: "";
    position: absolute;
    left: 0;
    width: 12px;
    height: 2px;
    display: block;
    background-color: #8972ac;
    top: -2px;
}
.gmp-h3-tit a{
    color: #6a4b92;
}
.list-wrapper{
    padding-left: 5px;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 8px;
}
.list-wrapper li{
    font-size: 14px;
}
.list-wrapper li::before{
    content: "•";
    padding-right: 12px;
}
.table-content-card{
    border: 1px solid #ebe4f6;
}
.table-container table:nth-of-type(2) .gmp-table-tit{
    padding-top: 23px;
}
.table-content-card tr td,
.table-content-card tr th {
    border-right: 1px solid #ebe4f6;
    border-bottom: 1px solid #ebe4f6;
    height: 34px;
    padding-left: 10px;
    width: 25%;
}

.table-content-card tr th{
    font-size: 13px;
}

.table-content-card tr td:last-child{
    border-right: 0;
}
.table-content-card tr:last-child td{
    border-bottom: 0;
}
.table-content-card .gmp-table-tit{
    border-bottom: 1px solid #ebe4f6;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 8px;
    padding-top: 10px;
    color: #6a4b92;
    text-align: left;
    font-weight: bold;
}