.reaction-body {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.limit-line-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.limit-line-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.limit-line-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.limit-line-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}



.reaction-title {
    /*3rem*/
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.reaction-doi {
    margin-bottom: 1.5rem;
}

.spec-line {
    display: flex;
    font-size: 1.4rem;
}
.spec-line .title {
    font-size: 1.4rem;
    width: 8rem;
    font-weight: bold;
}

.spec-line2 .title{
    margin-left: 1rem;
    width: 7rem;
    text-align: left;
}
.spec-line2 .title-info{
    margin-left: 1rem;
    text-align: left;
    font-weight: bold;
}

.spec-line2 {
    margin-bottom: .5rem;
}

.spec-line2 .info{
    width: 10rem;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
}

.reaction-flow {
    margin-top: 5rem;
}

.reaction-flow-line {
    display: flex;
}
.flow-line-reverse {
    flex-direction:row-reverse;
}

.reaction-method-item {
}
.reaction-method-data{
    overflow: hidden;
    width: 20rem;
    text-align: center;
}
.reaction-method-mark {
    display: flex;
    justify-content: center;
    flex: 1;
    line-height: 18rem;
}

.reaction-method-mark-y {
    width: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.reaction-flow-line .reaction-method-conn{
    flex: none;
    width: 20rem;
    line-height: 10rem;
}

.reaction-inner {
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid #ddd;
    margin-bottom: 3rem;
    box-shadow: 0 0 3px #ddd;
}

.reaction-procedure-title {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.reaction-txt {
    line-height: 2.6rem;
    font-size: 1.4rem;
}


.rmi-img img{
    max-height: 18rem;
    max-width: 18rem;
    box-shadow: 0 0 8px #ddd;
    border-radius: 4px;
    margin-top: .5rem;
}

.rim-attr {
    margin-top: 1rem;
}

.no-border {
    border: 0;
}

.no-border tbody td, .no-border tr, .no-border th{
    border: 0;
}

.no-border>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0 solid #ddd;
}
.no-border-attr>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 3px 8px;
}
.no-border-attr>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding: 3px 8px;
}


.break-word {
    word-break: break-all;
    word-wrap: break-word;
}
.spec-item-title {
    font-size: 1.4rem;
    font-weight: bold;
    /*margin-top: .5rem;*/
}

.spec-item-info {
    /*line-height: 2.6rem;*/
}

.igc-item {
    border-bottom: 1px dashed #dde;
}

.igc-item-title {
    display: flex;
    font-size: 1.4rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5rem;
    cursor: pointer;
}

.igc-item-title-left{
    flex: 1;
    font-weight: bold;
}

.igc-item-title-right{
    width: 30px;
    text-align: right;
}

.igc-item{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.igc-item .igc-item-title .igc-hide {
    display: none;
}
.igc-item .igc-item-title .igc-expand {
    display: block;
}

.igc-item .collapsed .igc-hide {
    display: block;
}
.igc-item .collapsed .igc-expand {
    display: none;
}

.reaction-item .igc-item-title .igc-hide {
    display: none;
}
.reaction-item .igc-item-title .igc-expand {
    display: block;
}


.reaction-item .collapsed .igc-hide {
    display: block;
}
.reaction-item .collapsed .igc-expand {
    display: none;
}

/*.reaction-item .default-close .collapsed .igc-hide {*/
/*    display: block;*/
/*}*/
/*.reaction-item .default-close .collapsed .igc-expand {*/
/*    display: none;*/
/*}*/


.reaction-item  .igc-item-title{
    border-bottom: 0;
    padding-bottom: .8rem;
}


.igc-item-body {
    margin-top: 2rem;
}

.igc-item-bg {
    /*border-bottom: 1px solid #eff2f5;*/
    /*margin-bottom: 2rem;*/
    /*padding-bottom: 2rem;*/
}

.rmi-img {


}

.svg-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18rem;
    width: 18rem;
    /*border: 1px solid #ddd;*/
    border-radius: 1rem;
}

.svg-image{
    box-shadow:inset 0 0 3px #ddd;
}

.svg-image svg{
    max-width: 17rem;
    max-height: 17rem;
}

.svg-image1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12rem;
    width: 12rem;
    /*border: 1px solid #ddd;*/
    border-radius: .2rem;
    box-shadow:0 0 3px #ddd;
    margin-bottom: 1rem;
}

.svg-image1 svg{
    max-width: 12rem;
    max-height: 12rem;
}

/*.td-title{*/
/*    width: 13rem;*/
/*}*/

.inputs-sub-title {
    font-size: 15px;
    font-weight: bold;
    margin: 1rem .6rem;
}


.table-head thead{
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    background-color: #fff;
}
.table-head .wh-bold{
    font-weight: bold;
}

.igc-item-title-15 {
    font-size: 1.5rem;
}

.igc-item-title-left2 {
    font-size: 1.4rem;
}
.subtable-inner {
    margin: 1rem;
}


/* mobile */
/*1200-967*/


@media (min-width: 991.98px) and (max-width: 1200px) {
    .reaction-method-data{
        width: 16rem;
    }
    .reaction-method-mark {
        line-height: 14rem;
    }

    .reaction-method-mark-y {
        width: 16rem;
    }

    .reaction-flow-line .reaction-method-conn{
        width: 16rem;
    }

    .rmi-img img{
        max-height: 14rem;
        max-width: 14rem;
    }
    .svg-image {
        height: 14rem;
        width: 14rem;
    }

    .svg-image svg{
        max-width: 13rem;
        max-height: 13rem;
    }
}

@media (max-width: 768px) {
    html{
        font-size: 9px;
        overflow-x: hidden;
    }
    .reaction-flow-line{
        display: block;
    }
    .reaction-method-mark{
        display: block;
        line-height: 10rem;
        /*margin-left: 6rem;*/
        margin: auto;
        text-align: center;
    }
    .reaction-method-data {
        margin: auto;
    }
    .spec-line {
        width: 100%;
        overflow-x: auto;
    }

}

.spec-word-break {
    word-break: break-all;
    word-wrap: break-word;
}

.show_reaction{
    display: block;
}


/*new version*/
.reaction-procedure-title {
    font-size: 1.8rem;
}

.reaction-procedure .reaction-procedure-title {
    font-size: 1.6rem;
}

.reaction-procedure .detail-section-item-title{
    font-size: 1.8rem;
}

.reaction-procedure {
    margin-bottom: 3rem;
    border-bottom: 1px solid #ddd;
}

.citation-list a:hover{
    color: #222222;
}


.switch-icon .collapsed .igc-hide {
    display: inline;
}
.switch-icon .collapsed .igc-expand {
    display: none;
}

.switch-icon .igc-hide {
    display: none;
}
.switch-icon .igc-expand {
    display: inline;
}

.igc-hide {
    width: 6px;
}

.igc-hide:hover{
    cursor: pointer;
}
.igc-expand {
    width: 11px;
}
.igc-expand:hover{
    cursor: pointer;
}

.retro-to-tools {
    margin-top: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}
.retro-container .retro-router-show {
    margin-bottom: 20px;
}
.retro-to-tools .go_to_inquiry_button {
    padding: 5px 6px;
}
.retro-to-tools .go_to_inquiry_button:hover{
    color: #fff;
    box-shadow: 0 0 5px #d79569;
}
.retro-to-tools .go_to_inquiry_button:active{
    color: #fff;
}
.retro-to-tools .go_to_inquiry_button:focus{
    color: #fff;
}

.h3-block ul li {
    margin-bottom: 10px;
}

.h3-block ul li:last-child {
    margin-bottom: 0;
}

.h3-block p {
    margin-bottom: 10px;
}

.h3-block p:last-child {
    margin-bottom: 0;
}

.h3-block .h4-block:last-child {
    margin-bottom: 0;
}