.part2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.part2 .tri-title:first-child {
    margin-top: 0;
}
.part2 .tri-title {
    font-size: 18px;
    margin-bottom: 16px;
    margin-top: 16px;
}
.row-sample-row {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
}
.part2 .sample {
    display: block;
    height: 24px;
    line-height: 24px;
    flex: 0 0 auto;
    margin-right: 17px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.part2 .sample:last-child{
    margin-right: 0;
}
.m-mobile-info-field .m-mobile-info-value{
    word-wrap: break-word;
    word-break: break-word;
}
.sample-icon {
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    margin-right: 3px;
    line-height: 14px;
    color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 10px;
    font-size-adjust: none;
    background-color: #999;
}
.part2 .sample-icon {
    margin-top: -2px;
}

.sample-icon[data-sample="plc"] {
    background-color: #B94F16;
}

.sample-icon[data-sample="sv"] {
    background-color: #946F87;
}

.sample-icon[data-sample="cnc"] {
    background-color: #C397C4;
}

.sample-icon[data-sample="lvs"] {
    background-color: #B99566;
}

.sample-icon[data-sample="hmi"] {
    background-color: #1D8175;
}

.sample-icon[data-sample="inv"] {
    background-color: #537A9E;
}

.sample-icon[data-sample="mc"] {
    background-color: #F28F00;
}

.sample-icon[data-sample="robot"] {
    background-color: #6F4A70;
}

.sample-icon[data-sample="lp"] {
    background-color: #66806A;
}

.sample-icon[data-sample="edm"] {
    background-color: #CBBE20;
}

.content-table tbody tr td:nth-child(3){
    text-align: left;
}
.content-table tbody tr td:nth-child(5){
    text-align: left;
}

.content-table tr td:nth-child(1){
    width: 150px !important
}
.content-table tr td:nth-child(2){
    width: 100px !important;
}
.content-table tr td:nth-child(3){
    width: 460px !important;
}
.content-table tr td:nth-child(4){
    width: 190px !important;
}
.content-table tr td:nth-child(5){
    width: 300px !important;
}


.btn {
    display: block;
    width: 170px;
    height: 42px;
    /* margin: 0 auto; */
    background: url('../images/Factory_Automation/redJ.png') no-repeat 30px 13px;
    margin-top: 30px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 42px;
    padding-left: 55px;
    position: relative;
    color: #fff;
    transition: all .3s;
    /* margin-bottom: 16px; */
}

.btn:hover {
    background: url('../images/Factory_Automation/whiteJ.png') no-repeat 30px 13px !important;
    color: #fff !important;
}

.btn::before {
    content: '';
    position: absolute;
    left: 0;
    width: 170px;
    height: 42px;
    transform: skewX(-14deg);
    background-color: #333;
    background-image: linear-gradient(to right, #f00 50%, transparent 50%);
    background-position: 100% 0;
    background-size: 200% auto;
    background-repeat: no-repeat;
    transition: all .3s;
    z-index: -1;
}

.btn:hover::before {
    background-position: 0 0;
}

.btn span {
    position: relative;
    z-index: 10;
}


.desc-cell-content{
    position: relative;
}

.type-cell img {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: -2px;
}

.cell-desc-box {
    position: absolute;
    width: 220px;
    left: 50%;
    transform: translate(-50%, -5px);
    top: calc(100% + 6px);
    background-color: #fff;
    filter: drop-shadow(0px 0px 5px rgba(31, 31, 31, .2));
    padding: 12px;
    text-align: center;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.cell-desc-box::before {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    border-bottom: 8px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: -8px;
}
.cell-desc-box p {
    min-height: 14px;
    font-size: 14px;
}
 .m-table p {
     line-height: 26px;
 }

.desc-cell:not(.desc-cell-click):hover .cell-desc-box, .desc-cell.desc-cell-click.active .cell-desc-box {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
}
