@charset "utf-8";
/* CSS Document */
.double3{
    width:446px!important;
    margin-bottom: 20px!important;
}
.tip {
    color: #ee5a00;
    font-family: 'Inter SemiBold';
    margin-bottom: 16px;
}
.apc{
    margin-bottom: 16px;
}
.apc table{
    width: 100%;
    border-left: 1px solid #c9c9e9;
}
.apc tr td{
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #c9c9e9;
    border-bottom: 1px solid #c9c9e9;
}
.apc tr:first-child{}
.apc_th{
    color:#fff;
    font-family: 'Inter SemiBold';
}
.journal_title{
    padding:0px 15px;
}
.pay_way{
    margin-top: 10px;
}
.pay_way img{
    margin-right: 15px;
    margin-bottom: 6px;
}

/*funder*/
.funder_list{
    margin-top: 12px;
}
.funder_list ul li{
    border: 1px solid #d9d9d9;
    width: 456px;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 4px 2px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    background: #fff;
}
.country{
    cursor: pointer;
}
.country span{
    margin-left:10px;
}
.country span i{
    color:#bdbdbd;
}
.show_funder{
    display: none;
    margin-top: 5px;
}
.show_funder a{
    font-size: 15px;
    color: #00599c;
}
.show_funder a:before{
    content:"";
    width:6px;
    height:6px;
    border-radius:3px;
    background:#333;
    display:inline-block;
    margin-right: 7px;
    position: relative;
    bottom: 2px;
}
.apc_discount{
    background: url(../../img/for_author_apc_bg.png) no-repeat left top;
    height: 216px;
    text-align: center;
}
.discount_title{
    text-align: center;
    color: #253657;
    font-family: 'Inter SemiBold';
    font-size: 26px;
    padding-top: 30px;
}
.discount_title span{
    color: #2b78f8;
    font-size: 39px;
    font-family: 'Inter Bold';
}
.deadline{
    text-align: center;
    color: #253657;
    font-size: 22px;
    padding-top: 20px;
    margin-bottom: 22px;
}
.btn_p{
    text-align: center;
    display: inline-block;
    color: #fff;
    font-family: 'Inter SemiBold';
    background: #11b3fe;
    padding: 10px 24px;
    font-size: 24px;
    border-radius: 24px;
    box-shadow: 0px 2px 2px #379bf0;
}
.prepaying_link{
    display: block;
}