* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.gene-detection {
    width: 100%;
    height: 100%;
}

.gene-detection-banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gene-detection-banner a:hover {
    color: #47A159;
}

.gene-detection-p1 {
    height: 3.5rem;
    width: 50%;
    float: left;
    display: block;
    text-align: left;
    color: #7F827F;
    font-size: .8rem;
    line-height: 2.2rem;
    font-weight: 400;
}

.gene-detection-p1 a {
    color: #7F827F;
}

.gene-detection-p2 {
    height: 3.5rem;
    width: 50%;
    float: left;
    display: block;
    /* text-align: center; */
    color: #7F827F;
    font-size: .8rem;
    line-height: 2.2rem;
    font-weight: 400;
}

.gene-detection-p2 a {
    color: #7F827F;
}

.gene-detection-p1 a:hover .detection-span {
    background: #47A159;
}

.gene-detection-p2 a:hover .detection-span {
    background: #47A159;
}
.gene-content-ul-li3 span{
    color: #47A159;
}

.detection-span {
    position: relative;
    display: block;
    right: -1rem;
    top: 1.5rem;
    width: .7rem;
    height: .7rem;
    background: #7F827F;
    transform: rotate(45deg);
}

.detection-span2 {
    margin-left: 2.5rem;
}

.backgrounds {
    width: 100%;
    height: .5rem;
    background: rgba(239, 239, 239, 1);
}
.gene-content {
    width: 90%;
    height: 100%;
    padding: 1rem;
}

.gene-content-img {
    display: inline-block;
    width: 1.2rem;
    vertical-align: middle;
}

.gene-content h1 {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 3rem;
}

.gene-content h2 {
    text-indent: 1em;
    font-size: .8rem;
    /* font-weight: 400; */
    color: rgba(71, 161, 89, 1);
    line-height: 1.5rem;
}

.gene-content-ul-li1 {
    padding: .5rem 1rem;
    border-left: 2px solid #47A159;
    border-bottom: 2px solid #47A159;
}

.gene-content-ul-li2 {
    padding: .5rem 1rem;
    border-right: 2px solid #47A159;
    border-bottom: 2px solid #47A159;
}

.yuandian {
    width: .7rem;
    height: .7rem;
    background: rgba(71, 161, 89, 1);
    border-radius: 50%;
    margin-left: -.35rem;
}

.yuandian2 {
    width: .7rem;
    height: .7rem;
    background: rgba(71, 161, 89, 1);
    border-radius: 50%;
    margin-left: 97.8%;
}

.gene-content-ul-li3 {
    padding: .5rem 1rem;
    border-right: 2px solid #47A159;
}

.gene-content-ul li p {
    font-size: .65rem;
    
    font-weight: 400;
    color: rgba(52, 61, 66, 1);
    line-height: 1.5rem;
    margin-bottom: .5rem;
}

.gene-content-ul .gene-content-p {
    font-size: .7rem;
    text-indent: 2em;
    font-weight: 400;
    color: #47A159;
    line-height: 1.5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.gene-footer {
    padding: 1rem;
}

.gene-footer-ps {
    font-size: .75rem;
    text-indent: 2em;
    font-weight: 400;
    color: #343D42;
    line-height: 1.5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.gene-footer h1 {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 3rem;
}

.gene-footer p {
    font-size: .7rem;
    
    font-weight: 500;
    color: #000;
    line-height: 1.2rem;
}

.detection8-p {
    font-size: .7rem;
    font-weight: 500;
    color: #000;
    text-indent: 2em;
    line-height: 1.2rem;
}

.gene-footer li a {
    width: 88%;
    display: block;
    height: 100%;
    font-size: .68rem;
    border-left: 2px solid rgba(71, 161, 89, 1);
    font-weight: 400;
    color: rgba(52, 61, 66, 1);
    padding: 1rem;
    line-height: 1.2rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 26px 3px rgba(218, 218, 218, 0.45);
    margin-top: 1rem;
}

.gene-img {
    margin-bottom: 1rem;
}

.gene-footer h2 {
    font-size: .8rem;
    font-weight: 500;
    line-height: 2.5rem;
}

.xiang {
    width: 100%;
    border: 1px dashed rgba(71, 161, 89, 1);
    margin-top: 1rem;
}

.gene-footer .gene-footer-p {
    font-size: .7rem;
    font-weight: 400;
    margin-bottom: .5rem;
    color: rgba(81, 81, 81, 1);
    line-height: 1.2rem;
}

.gene-footer span {
    display: block;
    width: 1rem;
    height: 1rem;
    position: relative;
    top: 1.5rem;
    transform: rotate(30deg);
    background: linear-gradient(167deg, rgba(71, 161, 89, 1) 0%, rgba(71, 161, 89, 0) 100%);
}