.drug{
    width: 100%;
    margin-top: 40px;
}
.drug > .tit{
    font-size: 22px;
    text-align: center;
    color: #000;
    font-weight: bold;
}
.drug > .dec{
    margin-top: 30px;
    font-size: 14px;
    color: #331515;
    line-height: 25px;
    word-break: keep-all;
}
.drug > .dec p+p{
    margin-top: 10px;
}
.drug > .part01{
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
}
.drug > .part01 table{
    width: 100%;
}
.drug > .part01 table th{
    padding: 8px 10px;
    background: #695fa6;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
.drug > .part01 table td{
    padding: 8px 10px;
    font-size: 14px;
    border-top: 1px solid #fdfdfd;
    line-height: 22px;
    text-align: center;
}
.drug > .part01 table th:not(:first-child),.drug > .part01 table td:not(:first-child){
    border-left: 1px solid #fdfdfd;
}
.drug > .part01 table tr{
    padding: 5px 10px;
    background: #f5f4fa;
    font-size: 14px;
}
.drug > .part01 table tr:nth-child(2n){
    padding: 5px 10px;
    background: #fdf4f4;
    font-size: 14px;
}
.drug > .part01 table th,.drug > .part01 table td{
    width: 120px;
    text-align: center;
}
.drug > .part01 table th:first-child,.drug > .part01 table td:first-child,.drug > .part01 table th:nth-child(2),.drug > .part01 table td:nth-child(2){
    width: 150px;
}
.drug > .part01 table th:nth-child(3),.drug > .part01 table td:nth-child(3){
    width: 335px;
}
.drug > .tip{
    width: 100%;
    text-align: center;
    color: #888;
    margin: 15px 0 10px;
    font-size: 13px;
    line-height: 20px;
}
.drug > .tip + .tip{
    margin: 0 0 10px;
}
.drug > .part-img{
    width: 100%;
    display: block;
    margin: 30px 0 0;
    line-height: 22px;
    text-align: center;
}
.drug > .part02{
    margin-top: 40px;
    width: 100%;
}
.drug > .part02 > .tit{
    margin-top: 30px;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #6a4b92;
}
.drug > .part02 > .dec{
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
    word-break: keep-all;
}
.drug > .part02 > .part-flex{
    display: flex;
    justify-content: space-between;
}
.drug > .part02 > .part-flex > div{
    width: 45%;
}
.drug > .part02 > .part-flex > div > .tit2{
    margin-top: 20px;
}
.drug > .part02 > .part-flex > div > .tit2 a{
    text-decoration: underline;
    font-size: 18px;
    font-weight: bold;
    color: #2b2b2b;
}
.drug > .part02 > .part-flex > div > .tit2 a:hover{
    color: #F60;
}
.drug > .part02 > .part-flex > div > .dec{
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
    word-break: keep-all;
}
.drug > .part02 > .dec p+p{
    margin-top: 10px;
}
.drug > .related{
    margin-top: 20px;
}
.drug > .related table{
    width: 100%;
}
.drug > .related table th{
    padding: 8px 10px;
    background: #695fa6;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}
.drug > .related table tr{
    border-top: 2px solid #fff;
}
.drug > .related table tr td,.drug > .related table tr th:not(:first-child){
    border-left: 3px solid #fff;
}
.drug > .related table td{
    padding: 8px 10px;
    font-size: 14px;
    line-height: 25px;
}
.drug > .related .bg-tit{
    background: #695fa6;
    text-align: center;
    font-size: 16px;
}
.drug > .related .p-tit{
    font-weight: bold;
    color: #695fa6;
}
.drug > .related .p-tit a{
    color: #695fa6;
}
.drug > .related .p-tit a:hover{
    color: #F60;
}
.drug > .related .bg-o{
    background: #f1f0f9;
}
.drug > .related .bg-e{
    background: #fff;
}
.drug > .related .bg-border{
    border-top: 1px solid #fff;
}
.drug > .related table tr:nth-child(2n){
    background: #fff;
}
.drug > .related table th:first-child,.drug > .related table td:first-child{
    width: 200px;
}
.drug > .related table th:nth-child(2),.drug > .related table td:nth-child(2){
    width: 220px;
}
.drug > .related table th:nth-child(3),.drug > .related table td:nth-child(3){
    width: 580px;
}

.drug > .references{
    width: 100%;
    margin-top: 80px;
}
.drug > .references a:hover{
    color: #f60;
}
.drug > .references > .tit{
    font-size: 16px;
    font-weight: bold;
}
.drug > .references > .main{
    line-height: 22px;
    margin-top: 10px;
    font-size: 13px;
}
.drug > .newsletter{
    width: 1000px;
    height: 93px;
    background: url("https://file.medchemexpress.com/mce-com-email/20220630/signup_bg.jpg") no-repeat;
    margin-top: 50px;
}
.drug > .newsletter >div{
    width: 842px;
    height: 93px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.drug > .newsletter >div > .left{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.drug > .newsletter >div > .right{
    width: 590px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.drug > .newsletter >div > .right input[type=text]{
    width: 216px;
    height: 40px;
    border-radius: 20px;
    /*border: 1px solid #fff;*/
    padding-left: 20px;
    font-size: 14px;
    background: transparent;
    color: #fff;
    box-sizing: border-box;
}
.drug > .newsletter >div > .right input[type=text]::-webkit-input-placeholder{
    color: #fff;
    opacity: 0.5;
}
.drug > .newsletter >div > .right input[type=text]:not(:first-child){
    margin-left: 18px;
}
.drug > .newsletter >div > .right input[type=button]{
    width: 112px;
    height: 40px;
    border-radius: 20px;
    background: #5aa3e2;
    margin-left: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    box-sizing: border-box;
}
.drug > .newsletter >div > .right input[type=button]:hover{
    background: #ec8432;
}
.drug > .newsletter >div > .right .e-name{
    border: 1px solid #fff;
}
.drug > .newsletter >div > .right .e-mail{
    border: 1px solid #fff;
}
.e-notice{
    float: left;
    margin-top: 10px;
    padding-left: 20px;
    color: #fff;
    /*visibility: hidden;*/
}
.e-letter_succ {
    overflow: hidden;
    padding: 10px;
    /*border: 1px solid #FFF;*/
    /*margin: 4px 0 20px 0;*/
    background: url(../images/web/ftr_letter_succ_icon.png) no-repeat left center;
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*border-radius: 3px;*/
}
.e-letter_succ p{
    padding-left: 50px;
    line-height: 18px;
    color: #FFF;
}
.e-letter_error p{
    padding-left: 50px;
    line-height: 18px;
    color: #FFF;
}


/*----------------PROTAC --- Future of Drug Molecules from Modular Construction--------------------*/
.drug > .part03{
    margin-top: 60px;
    width: 100%;
}
.drug > .part03 table{
    width: 100%;
    font-size: 14px;
}
.drug > .part03 table th{
    background: #695fa6;
    padding: 8px 10px;
    color: #fff;
    text-align: center;
    line-height: 22px;
}
.drug > .part03 table th,.drug > .part03 table td{
    width: 425px;
}
.drug > .part03 table td:not(:first-child){
    text-align: left;
    padding: 8px 10px;
    line-height: 22px;
    vertical-align: top;
}
.drug > .part03 table tr:nth-child(2){
    background: #f5f4fa;
    border-top: 1px solid #fdfdfd;
}
.drug > .part03 table tr:nth-child(3){
    background: #fdf4f4;
    border-top: 2px solid #fdfdfd;
}
.drug > .part03 table th:first-child,.drug > .part03 table td:first-child{
    width: 150px;
    text-align: center;
}
.drug > .part03 table td p span{
    display: inline-block;
    vertical-align: top;
    margin: 3px 0;
}
.drug > .part03 table td p span:first-child{
    width: 10px;
}
.drug > .part03 table td p span:last-child{
    width: 379px;
}

.drug > .part04{
    width: 100%;
    margin-top: 30px;
}
.drug > .part04 > .e3{
    width: 100%;
}
.drug > .part04 > .e3 th{
    background: #695fa6;
    padding: 8px 10px;
    color: #fff;
}
.drug > .part04 > .e3 td{
    padding: 8px 10px;
    text-align: left;
}
.drug > .part04 > .e3 th,.drug > .part04 > .e3 td{
    width: 200px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
}
.drug > .part04 > .e3 th:first-child,.drug > .part04 > .e3 td:first-child{
    width: 150px;
}
.drug > .part04 > .e3 th:nth-child(3),.drug > .part04 > .e3 td:nth-child(3){
    width: 450px;
}
.drug > .part04 > .e3 tr:not(:first-child){
    background:#f5f4fa ;
    border-top: 2px solid #fdfdfd;
}
.drug > .part04 > .e3 tr:nth-child(2n){
    background:#fdf4f4 ;
}
.drug > .part05{
    width: 100%;
    margin-top: 50px;
}

.drug > .part05{
    margin-top: 20px;
}
.drug > .part05 table{
    width: 100%;
}
.drug > .part05 table th{
    padding: 8px 10px;
    background: #695fa6;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}
.drug > .part05 table tr{
    border-top: 2px solid #fff;
}
.drug > .part05 table tr td,.drug > .part05 table tr th:not(:first-child){
    border-left: 3px solid #fff;
}
.drug > .part05 table td{
    padding: 8px 10px;
    font-size: 14px;
    line-height: 25px;
}
.drug > .part05 .bg-tit{
    background: #695fa6;
    text-align: center;
    font-size: 16px;
}
.drug > .part05 .p-tit{
    font-weight: bold;
    color: #695fa6;
}
.drug > .part05 .p-tit a{
    color: #695fa6;
}
.drug > .part05 .p-tit a:hover{
    color: #F60;
}
.drug > .part05 .bg-o{
    background: #f1f0f9;
}
.drug > .part05 .bg-e{
    background: #fff;
}
.drug > .part05 .bg-border{
    border-top: 1px solid #fff;
}
.drug > .part05 .bor-bt{
    width: 809px;
    border-bottom: 2px solid #f1f0f9;
    margin-top: -2px;
    float: right;
}
.drug > .part05 table tr:nth-child(2n){
    background: #fff;
}
.drug > .part05 table th:first-child,.drug > .part05 table td:first-child{
    width: 180px;
}
.drug > .part05 table th:nth-child(2),.drug > .part05 table td:nth-child(2){
    width: 240px;
}
.drug > .part05 table th:nth-child(3),.drug > .part05 table td:nth-child(3){
    width: 580px;
}

.drug > .linker {
    width: 100%;
    margin-top: 30px;
}
.drug > .linker table{
    width: 100%;
}
.drug > .linker table th{
    line-height: 22px;
    font-size: 16px;
    background: #695fa6;
    color: #fff;
}
.drug > .linker table th,.drug > .linker table td{
    width: 220px;
    text-align: left;
    padding: 8px 10px;
    box-sizing: border-box;
}
.drug > .linker table td{
    border-top: 2px solid #fdfdfd;
    vertical-align: middle;
    line-height: 26px;
    font-size: 14px;
}
.drug > .linker table th:last-child,.drug > .linker table td:last-child{
    width: 560px;
}
.drug > .linker table tr{
    background: #fdf4f4;
}
.drug > .linker table tr:nth-child(2n){
    background: #f5f4fa;
}


.drug  sup{
    cursor: pointer;
}
.drug  a:hover{
    color: #f60;
}


/*--------------------------PROTAC-- Target Selection and Design----------------------------*/
.pro-part-4{
}
.pro-part-4 ul{
    margin-top: 30px;
    float: left;
}
.pro-part-4 ul li{
    width: 25%;
    float: left;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 31px;
    box-sizing: border-box;
}
.pro-part-4 ul li:nth-child(1),.pro-part-4 ul li:nth-child(5){
    padding-left: 0;
}
.pro-part-4 ul li:nth-child(3){
    padding-left: 3px;
}
.pro-part-4 ul li:nth-child(2){
    padding-left: 26px;
}
.pro-part-4 ul li:nth-child(2) > p{
    padding-left: 14px;
}
.pro-part-4 ul li:nth-child(4){
    padding-left: 6px;
}
.pro-part-4 ul li:nth-child(5){
    padding-right: 0;
    padding-top: 4px;
}
.pro-part-4 ul li:nth-child(5) > p{
    padding-top: 4px;
    padding-left: 10px;
}
.pro-part-4 ul li:nth-child(6) > p{
    padding-left: 5px;
}
.pro-part-4 ul li:nth-child(6){
    padding-left: 35px;
    padding-top: 3px;
}
.pro-part-4 ul li:nth-child(6) > p,.pro-part-4 ul li:nth-child(7) > p{
    padding-top: 4px;
}
.pro-part-4 ul li:nth-child(7){
    padding-left: 20px;
    padding-top: 5px;
    padding-right: 0;
}
.pro-part-4 ul li:nth-child(8){
    padding-right: 0;
    padding-left: 0;
    padding-top: 6px;
}
.pro-part-4 ul li:nth-child(8) > p{
    padding-top: 3px;
    padding-right: 4px;
}
.pro-part-4 ul li span{
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    padding-left: 46px;
    position: relative;
}
.pro-part-4 ul li:nth-child(1) span{
    padding-left: 54px;
}
.pro-part-4 ul li:nth-child(2) span{
    padding-left: 48px;
}
.pro-part-4 ul li:nth-child(3) span{
    padding-left: 42px;
}
.pro-part-4 ul li:nth-child(4) span{
    padding-left: 35px;
}
.pro-part-4 ul li:nth-child(5) span{
    padding-left: 40px;
}
.pro-part-4 ul li:nth-child(6) span{
    padding-left: 42px;
}
.pro-part-4 ul li:nth-child(7) span{
    padding-left: 40px;
}
.pro-part-4 ul li:nth-child(8) span{
    padding-left: 34px;
}
.pro-part-4 ul li p{
    font-size: 14px;
    line-height: 24px;
}
.pro-part-4 ul li:nth-child(1) span:before{
    margin-left: -38px;
}
.pro-part-4 ul li:nth-child(2) span:before{
    margin-top: 2px;
}
.pro-part-4 ul li:nth-child(5) span:before{
    margin-left: -37px;
}
.pro-part-4 ul li:nth-child(6) span:before{
    top: -4px;
}
.pro-part-4 ul li:nth-child(1) span:before{
    content: "";
    position: absolute;
    background: url("//file.medchemexpress.com/new/images/web/pro-superiority-1.png") no-repeat center;
    width: 28px;
    height: 27px;
}
.pro-part-4 ul li:nth-child(2) span:before{
    content: "";
    position: absolute;
    background: url("//file.medchemexpress.com/new/images/web/pro-superiority-2.png") no-repeat center;
    width: 27px;
    height: 27px;
    margin-left: -38px;
}
.pro-part-4 ul li:nth-child(3) span:before{
    content: "";
    position: absolute;
    background: url("//file.medchemexpress.com/new/images/web/pro-superiority-3.png") no-repeat center;
    width: 23px;
    height: 23px;
    margin-left: -37px;
    top: -3px;
}
.pro-part-4 ul li:nth-child(4) span:before{
    content: "";
    position: absolute;
    background: url("//file.medchemexpress.com/new/images/web/pro-superiority-4.png") no-repeat center;
    width: 19px;
    height: 26px;
    margin-left: -27px;
}
.pro-part-4 ul li:nth-child(5) span:before{
    content: "";
    position: absolute;
    background: url("//file.medchemexpress.com/new/images/web/pro-superiority-5.png") no-repeat center;
    width: 27px;
    height: 26px;
}
.pro-part-4 ul li:nth-child(6) span:before{
    content: "";
    position: absolute;
    background: url("//file.medchemexpress.com/new/images/web/pro-superiority-6.png") no-repeat center;
    width: 27px;
    height: 24px;
    margin-left: -37px;
}
.pro-part-4 ul li:nth-child(7) span:before{
    content: "";
    position: absolute;
    background: url("//file.medchemexpress.com/new/images/web/pro-superiority-7.png") no-repeat center;
    width: 25px;
    height: 27px;
    margin-left: -36px;
}
.pro-part-4 ul li:nth-child(8) span:before{
    content: "";
    position: absolute;
    background: url("//file.medchemexpress.com/new/images/web/pro-superiority-8.png") no-repeat center;
    width: 24px;
    height: 35px;
    margin-left: -27px;
    top: -12px;
}
.pro-part-4 ul li:nth-child(4) p{
    padding-left: 10px;
}


/*------------------分享--------------------*/
.share{
    width: 100%;
    margin-top: 80px;
    float: left;
}
.share .share-tit{
    font-size: 16px;
    color: #331515;
    font-weight: bold;
}
.share .share-tit:after{
    content: '';
    width: 300px;
    height: 1px;
    background: #595858;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.share .share-btn{
   width: 100%;
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.share .share-btn button{
    width: 110px;
    height: 32px;
    background: #477ab4;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-right: 5px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.share .share-btn button:nth-child(2){
    background: #4a5c96;
}
.share .share-btn button:nth-child(3){
    background: #64a6dd;
}
.share .share-btn  button:hover{
     background: #ff6600;
 }