.plasmid {
    padding: .4rem 0 1.2rem;
}

@media only screen and (max-width: 768px) {
    .plasmid {
        padding: 20px 0;
    }
}
.inner_h4{
display:none;
}



/* ==========================================================================
   Product Center
   ========================================================================== */
.home_num {
    margin-top: 0;
}




/* —————————— 2 —————————— */
.pro_second {
    background: rgba(218, 233, 242, .8);
    padding: 1.2rem 0 1.3rem;
}

.classify_item {
    margin-bottom: .3rem;
}

.classify_flex {
    border-radius: .04rem;
    background: rgba(255, 255, 255, 0.8);
}

.classify_left {
    overflow: hidden;
    width: 3rem;
    border-radius: .04rem;
}

.classify_right {
    width: calc(100% - 3rem);
    padding: .3rem .4rem;
    align-items: center;
}

.classify_box {
    width: 100%;
}

.classify_img {
    position: relative;
    height: 100%;
    z-index: 1;
    padding: 0 .1rem;
}

.classify_img::after,
.classify_img::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
}

.classify_img::before {
    width: 2.46rem;
    height: 2.46rem;
    background: rgba(180, 218, 245, 0.15);
}

.classify_img::after {
    width: 3.5rem;
    height: 3.5rem;
    background: rgba(180, 218, 245, 0.1);
}


.classify_num {
    color: rgb(136, 212, 255);
    font-size: .44rem;
    font-weight: 400;
    line-height: 1;
    margin-right: .2rem;
}

.classify_title {
    color: rgb(51, 51, 51);
    font-size: .24rem;
    font-weight: 500;
    line-height: 120%;
    border-bottom: .02rem solid rgb(126, 209, 255);
    flex-grow: 1;
}

.classify_area {
    margin-top: .35rem;
}

.pro_title {
    align-items: center;
    color: rgb(51, 51, 51);
    font-size: .2rem;
    font-weight: 400;
}

.pro_title img {
    transition: all .3s;
    margin-right: .3rem;
}

.pro_subclass {
    margin-top: .1rem;
    padding-top: .1rem;
    border-top: 1px solid rgb(225, 225, 225);
}

.pro_list {
    margin: 0 0 0 -0.05rem;
}

.pro_list li {
    width: calc(25% - .05rem);
    margin: 0 0 .05rem .05rem;
}

.pro_name {
    color: rgb(136, 136, 136);
    font-size: var(--fontSize16);
}

.classify_area .pro_item:not(:last-of-type) {
    margin-bottom: .15rem;
}

.classify_list .classify_item:nth-child(2) .classify_num {
    color: rgb(170, 237, 237);
}

.classify_list .classify_item:nth-child(2) .classify_title {
    border-color: rgb(176, 238, 238);
}

.classify_list .classify_item:nth-child(3) .classify_num {
    color: rgb(179, 232, 216);
}

.classify_list .classify_item:nth-child(3) .classify_title {
    border-color: rgb(179, 232, 216);
}

.pro_title:hover img {
    transform: translateX(.1rem);
}




/* —————————— 3 —————————— */
.pro_third {
    background: rgb(247, 250, 252);
    /* padding: 1.2rem 0 1.5rem; */
    padding: 1rem 0 1rem;
    overflow: hidden;
}

.search_bar {
    border-radius: .04rem;
    background: rgb(222, 239, 239);
    padding: .25rem;
}

.crystal_search {
    justify-content: space-between;
}

.crystal_left {
    width: 3.1rem;
}

.crystal_right {
    width: calc(100% - 3.25rem);
    justify-content: space-between;
}

.crystal_btn {
    width: 1.2rem;
    height: .74rem;
    border-radius: .04rem;
    background: rgba(69, 180, 208, 0.95);
    border: none;
    color: rgb(255, 255, 255);
    font-size: .2rem;
    line-height: 1.2;
    font-weight: 500;
}

.crystal_input {
    width: calc(100% - 1.35rem);
    padding: 0 .25rem;
    color: rgb(0, 0, 0);
    font-size: .2rem;
    border: none;
    border-radius: .04rem;
    overflow: hidden;
}

.crystal_input::placeholder {
    color: rgb(136, 136, 136);
}

.crystal_left .layui-input {
    height: .74rem;
    border-radius: .04rem;
    color: rgb(136, 136, 136);
    font-size: .2rem;
}

.crystal_left .layui-form-select dl {
    top: .8rem;
}

.crystal_left .layui-form-selectup dl {
    top: auto;
    bottom: .8rem;
}


@media only screen and (max-width: 500px) {
    .crystal_left {
        width: 100%;
    }

    .crystal_right {
        width: 100%;
        margin-top: 10px;
    }
}


.pro_flex {
    /* margin-top: 1rem; */
    align-items: center;
    justify-content: space-between;
}

.pro_left {
    width: 5.4rem;
}

.pro_right {
    width: calc(100% - 6.6rem);
}

.pro_left .pic {
    border-radius: .04rem;
}

.video_layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#play-landing-animation {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    width: .84rem;
    height: .84rem;
    cursor: pointer;
    transition: all .3s;
}

#play-landing-animation:hover {
    transform: scale(1.2);
}

#play-landing-animation:before {
    content: "";
    position: absolute;
    top: -20%;
    left: -20%;
    height: 140%;
    width: 140%;
    border-radius: 150%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@keyframes fx-plyr-play-button {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    to {
        opacity: 0
    }
}

.pro_left:hover #play-landing-animation:before {
    animation: fx-plyr-play-button 1.6s ease-out infinite;
    border: .04rem solid rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.pro_msg {
    padding-right: 1.1rem;
    color: rgb(51, 51, 51);
    font-size: var(--fontSize16);
    font-weight: 400;
    line-height: 240%;
}

.pro_line {
    width: 4rem;
    height: .03rem;
    background: rgb(0, 164, 156);
    margin-bottom: .4rem;
    position: relative;
}

.pro_line::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 10.18rem;
    height: 1px;
    background: rgb(116, 196, 197);
}

@media only screen and (max-width: 1024px) {
    .pro_list li {
        width: calc(33.33% - .05rem);
    }

    .pro_msg {
        padding-right: 0;
        line-height: 2;
    }
}

@media only screen and (max-width: 768px) {
    .pro_list li {
        width: calc(50% - .05rem);
    }
}

@media only screen and (max-width: 500px) {
    .pro_second {
        padding: 20px 0;
    }

    .classify_left {
        width: 100%;
    }

    .classify_right {
        width: 100%;
    }

    .pro_list li {
        width: calc(100% - .05rem);
    }

    .classify_title {
        font-size: 14px;
    }

    .pro_title {
        font-size: 14px;
    }

    .pro_left {
        width: 100%;
    }

    .pro_right {
        width: 100%;
        margin-top: 10px;
    }

    .pro_third {
        padding: 20px 0 30px;
    }

    .pro_title img {
        width: 12px;
    }

    .classify_img img {
        width: 50%;
    }
}









/* ==========================================================================
   信号通路
   ========================================================================== */
.signal_list {
    margin: -0.4rem 0 0 -0.25rem;
}

.signal_list li {
    width: calc(25% - .25rem);
    margin: .4rem 0 0 .25rem;
}

.signal_box {
    padding: 0 .2rem;
    border: .03rem solid rgb(125, 196, 232);
    border-radius: .04rem;
    background: rgb(255, 255, 255);
    transition: all .3s;
}

.signal_box .pic {
    margin: .2rem 0;
}

.signal_title {
    border-top: 1px solid rgb(125, 196, 232);
    height: .8rem;
    color: rgb(51, 51, 51);
    font-size: var(--fontSize14);
    line-height: 130%;
    text-align: center;
}

.signal_box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.signal_box:hover .signal_title {
    color: var(--primary);
}

@media only screen and (max-width: 1200px) {
    .signal_title {
        height: 52px;
    }
}

@media only screen and (max-width: 500px) {
    .signal_list li {
        width: calc(50% - .25rem);
    }
}








/* ==========================================================================
   信号通路详情页
   ========================================================================== */
.signal_area {
    padding: .6rem 0rem;
    border-radius: .04rem;
    background: rgb(255, 255, 255);
}

.signal_img {
    text-align: center;
    padding-bottom: .6rem;
    border-bottom: 1px solid rgb(225, 225, 225);
}


.signal_info {
    padding: .6rem .5rem .3rem;
    color: #333333;
    font-size: var(--fontSize16);
    font-weight: 400;
    line-height: 240%;
}


.signal_target {
    border-radius: .04rem;
    background: rgb(255, 255, 255);
    padding: .6rem .8rem;
}

.target_list {
    margin: 0 0 0 -0.8rem;
}

.target_list li {
    width: calc(25% - .8rem);
    margin: 0 0 .15rem .8rem;
    padding-bottom: .1rem;
    border-bottom: 1px solid rgb(225, 225, 225);
    position: relative;
}

.target_list li::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    background: rgb(0, 180, 209);
    width: 0;
    height: 1px;
    transition: all .5s;
}

.target_list li:hover::before {
    left: 0;
    width: 100%;
}

.target_title {
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding-left: .24rem;
    color: rgb(0, 0, 0);
    font-size: var(--fontSize18);
    font-weight: 400;
    line-height: 200%;
}

.target_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .04rem;
    height: .16rem;
    background: rgb(0, 180, 209);
}

.target_title .fa {
    color: rgb(186, 221, 221);
}

.target_title:hover {
    color: var(--primary);
}

.papers_paging {
    margin-top: .4rem;
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
    .signal_area {
        padding: 20px;
    }

    .target_list li {
        width: calc(33.33% - .8rem);
    }
}

@media only screen and (max-width: 500px) {
    .target_list li {
        width: calc(50% - .8rem);
    }

    .signal_info {
        padding: 20px 0;
    }

    .signal_target {
        padding: 20px 20px 30px;
    }
}










/* ==========================================================================
   蛋白家族
   ========================================================================== */
.family_flex {
    justify-content: space-between;
}

.family_left {
    width: 2.4rem;
    background: #fff;
    border-radius: .04rem;
}

.family_right {
    width: calc(100% - 2.8rem);
    flex-direction: column;
}

.family_area {
    padding: .3rem .35rem;
    background: #fff;
    margin-bottom: .3rem;
}

.family_info {
    color: rgb(0, 0, 0);
    font-size: var(--fontSize16);
    font-weight: 400;
    line-height: 240%;
    overflow-y: auto;
    max-height: calc(var(--fontSize16) * 12);
}

.family_info::-webkit-scrollbar {
    width: .06rem;
    background-color: transparent;
}

.family_info::-webkit-scrollbar-track {
    display: none;
}

.family_info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--primary);
}


.family_more {
    align-items: center;
}

.family_line {
    flex-grow: 1;
    height: 1px;
    background: linear-gradient(to left, #00A49C, #0086D1);
}

.family_link {
    margin-left: .2rem;
    color: #00a49c;
    font-size: var(--fontSize16);
    font-weight: 400;
}

.family_link:hover {
    text-decoration: underline;
}

.family_link a {
    color: inherit;
}

.family_link img {
    margin-left: .15rem;
}


.family_list {
    margin: .2rem 0 0 -0.25rem;
}

.family_list li {
    margin: .4rem 0 0 .25rem;
    width: calc(25% - .25rem);
}

.family_box {
    border: .03rem solid rgb(125, 196, 232);
    border-radius: .04rem;
    background: rgb(255, 255, 255);
    padding: 0 .2rem;
}

.family_box .pic {
    margin: .2rem 0;
}

.family_title {
    border-top: 1px solid rgb(125, 196, 232);
    height: 1rem;
    color: rgb(51, 51, 51);
    font-size: var(--fontSize14);
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .family_title {
        height: 65px;
        line-height: 1.2;
    }

    .family_info {
        line-height: 2;
        max-height: calc(12px * 10);
    }
}

@media only screen and (max-width: 500px) {
    .family_list li {
        width: calc(50% - .25rem);
    }

    .family_left {
        width: 100%;
    }

    .family_right {
        width: 100%;
        margin-top: 20px;
    }
}










/* ==========================================================================
   蛋白家族详情页
   ========================================================================== */
.kinase_info {
    padding: 0 .5rem;
    color: rgb(51, 51, 51);
    font-size: var(--fontSize16);
    font-weight: 400;
    line-height: 240%;
}

.kinase_img {
    text-align: center;
    margin-top: .6rem;
    padding-top: .6rem;
    border-top: 1px solid rgb(225, 225, 225);
}

.kinase_main {
    background: #fff;
    margin: .6rem 0 .4rem;
}

.kinase_table {
    overflow-x: auto;
    scrollbar-width: thin;
}

.kinase_table table {
    min-width: 960px;
}


.kinase_table table tr th {
    background: rgb(234, 238, 252);
    height: 48px;
    color: rgb(62, 102, 251);
    font-size: var(--fontSize14);
    font-weight: 500;
    width: 10%;
}

.kinase_table table tr {
    background: #fff;
    border-bottom: 1px solid rgb(215, 220, 225);
    transition: all .3s;
}

.kinase_table table tr:hover {
    background: rgb(248, 248, 248);
}

.kinase_table table tr td {
    height: 48px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 12px;
    line-height: 16px;
}

.table_page {
    padding: 10px 0 15px;
    display: flex;
    justify-content: flex-end;
}




.kinase_bottom {
    margin: .8rem 0 0;
}

.membrane_bottom img {
    width: 100%;
}

.membrane_contact {
    margin-top: .3rem;
    justify-content: space-between;
    align-items: center;
}

.memContact_title {
    color: rgb(0, 134, 209);
    font-size: .28rem;
    font-weight: 500;
    font-style: italic;
}

.membrane_link {
    color: rgb(255, 255, 255);
    font-size: var(--fontSize14);
    line-height: 1;
    font-weight: 500;
    padding: .17rem .24rem;
    border-radius: 60px;
    background: rgb(0, 134, 209);
    transition: all .3s;
}

.membrane_link:hover {
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 500px) {

    .membrane_contact {
        flex-direction: column;
    }

    .membrane_link {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1200px) {
    .kinase_info {
        line-height: 2;
    }
}

@media only screen and (max-width: 768px) {
    .kinase_info {
        padding: 0;
    }
}

@media only screen and (max-width: 500px) {
    .family_link img{
        width: 10px;
    }
}


