:root {
    /* #00965e 25cb68  green-1:#55c927  green-2:#23ff9f*/
    --primary-color: #02bb54;
    --secondary-color: #e3e3e3;
    --text-color-lightest: #e7e9ec;
    /* 白色文字 */
    --text-color-white: #fff;
    /* 主体深色文字 */
    --text-color-darker: #1f2021;
    /* 灰色文字 */
    --text-color-gray: #8b8b8b;
    --text-color-gray2: #aaa;
    /* 深灰色文字 */
    --text-color-dark-gray: #727272;
    /* 浅灰色文字 */
    --text-color-light-gary: #c6c6c6;
    /* 遮罩层颜色 */
    --backdrop-color: rgba(31, 32, 33, 0.75);
    /* 1f2021 */
}

ul,
li {
    list-style: none;
    padding: 0;
}

.training {
    background: none;
}

.training-nav {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
}

.training-nav a {
    padding: 0 30px;
    color: #555;
}

.training-nav a.active {
    border-bottom: 2px solid rgba(0, 0, 0, 0.8);
    color: rgba(0, 0, 0, 0.8);
}

.training-nr {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.training-nr:last-child {
    border-bottom: none;
}

.nrbox {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h2textarea {
    line-height: 2.5rem;
    margin-top: 50px;
    padding-bottom: 35px;
    color: #666;
}

.nrbox-item2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 3fr;
    grid-template-columns: 2fr 3fr;
    gap: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 50px;
}

.nrbox-item2 .imgbox {
    margin-right: 30px;
    overflow: hidden;
}

.nrbox-item2 .item-intro p {
    font-size: 1rem;
    line-height: 2rem;
    color: #555;
    margin-bottom: 15px;
}

.nrbox-item {
    padding: 30px 0 30px 0;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

.nrbox-item p {
    color: #666;
}

.nrbox-item .item-title {
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding-bottom: 25px;
    color: #555;
}

.nrbox-item .textarea {
    line-height: 2.5rem;
    padding-bottom: 15px;
    color: #666;
}

hr {
    margin: 20px 0;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.lcitems {
    width: 100%;
}

.lcbg {
    position: relative;
    display: block;
    width: 100%;
    margin: 20px 0;
    line-height: 1.42857143;
    text-align: center;
    line-break: auto;
}

.lcbg.bottom {
    padding: 5px 0;
}

.lcbg.bottom .lcbg-arrow {
    bottom: -5px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #325297;
}

.triangle-left {
    position: absolute;
    display: inline-block;
    left: 0px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 10px solid green;
    border-left: 30px solid green;
    border-bottom: 10px solid green;
}

.triangle-right {
    position: absolute;
    display: inline-block;
    right: 30px;
    bottom: 35%;
    width: 0;
    height: 0;
    border-top: 10px solid #bb1313;
    border-left: 90px solid #bb1313;
    border-bottom: 10px solid #bb1313;
}

.mil {
    margin: 20px 0;
    position: relative;
    display: flex;
    flex-direction: row;
}


/* .fc {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
} */

.line-col {
    margin: 25px auto;
    width: 15px;
    background-color: red;
    /* position: absolute;
    left: 40%;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid red;
    border-right: 10px solid red;
    border-bottom: 100px solid red; */
}

.lcbg-inner {
    /* max-width: 200px; */
    padding: 13px 8px;
    color: #fff;
    text-align: center;
    background-color: #325297;
    border-radius: 4px;
    font-size: 1.2rem;
}

.lcbg.bottom .lcbg-arrow.orange {
    border-top: 10px solid #bb6c13;
}

.orangebg {
    background-color: #bb6c13;
}

.col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 55% 45%;
    grid-template-columns: 55% 45%;
}

.lcitemleft {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:1fr 10% 15px 10%;
    grid-template-columns: 1fr 10% 15px 10%;
    align-items: center;
}
.lcitemright {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:1fr ;
    grid-template-columns: 1fr;
    align-items: center;
    align-items: start;
}
.leftpart p {
    background-color: #bb6c13;
    height: 15px;
}

.leftpart.blue p {
    background-color: #325297;
}

.l3 {
    /* background-color: blueviolet; */
    height: 57%;
    width: 15px;
    align-self: end;
}

.l2 {
    /* background-color: #bb6c13; */
    background: -webkit-linear-gradient( #325297, #bb6c13);
    background: -o-linear-gradient( #325297, #bb6c13);
    background: -moz-linear-gradient( #325297, #bb6c13);
    background: -mos-linear-gradient( #325297, #bb6c13);
    background: linear-gradient( #325297, #bb6c13);
    height: 100%;
    width: 15px;
}

.l1,
.l3 {
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:1fr;
    grid-template-columns: 1fr;
    grid-template-rows: auto 15px auto;
}

.l1-2,
.l1-1 {
    background-color: #bb6c13;
}

.l3-2,
.l3-3 {
    background-color: #325297;
}

.lcitem.half {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.no,
.yes {
    width: 100px;
    display: flex;
    flex-direction: row;
}

.no span,
.yes span {
    font-size: 1.3rem;
}

.no img,
.yes img {
    width: 25px;
    margin-left: 20px;
}

.no span {
    color: #bb6c13;
}

.train-jt {
    margin-bottom: 60px;
}

.train-jt h4 {
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #03d522;
    font-size: 1.2rem;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.train-jt p {
    line-height: 28px;
}

.cd-tabs {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.cd-tabs:after {
    content: "";
    display: table;
    clear: both;
}

.cd-tabs::after {
    /* subtle gradient layer on top right - to indicate it's possible to scroll */
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 50px;
    z-index: 1;
    pointer-events: none;
    background: -webkit-linear-gradient( right, #f8f7ee, rgba(248, 247, 238, 0));
    background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.no-cssgradients .cd-tabs::after {
    display: none;
}

.cd-tabs.is-ended::after {
    /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-tabs nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.cd-tabs-content table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.cd-tabs-content table tr td,
.cd-tabs-content table tr th {
    border: 1px solid #c7c3c3;
    height: 40px;
    padding: 10px;
}

.cd-tabs-content table {
    margin-bottom: 20px;
}

.cd-tabs-content table caption {
    line-height: 40px;
    /* height: 40px; */
    font-size: 16px;
    /* font-weight: bold; */
}

.training_room{
    width: 80%;
     max-height: 200px; 
     margin: 0 auto; 
     display: flex;
     justify-content:space-between; 
      align-items: stretch; 
}

/* @media only screen and (min-width: 768px) {
    .cd-tabs::after {
        display: none;
    }
    .cd-tabs nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
        z-index: 1;
    }
} */


/* @media only screen and (min-width: 960px) {
    .cd-tabs nav {
        position: relative;
        float: none;
        background: transparent;
        box-shadow: none;
    }
} */


/* 机器设备选项卡导航条 */

.cd-tabs-navigation {
    width: 100%;
}

.cd-tabs-navigation:after {
    content: "";
    display: table;
    clear: both;
}

.cd-tabs-navigation li {
    float: left;
}

.cd-tabs-navigation a {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* font-weight: 700; */
    color: #555;
    padding-top: 34px;
}

.no-touch .cd-tabs-navigation a:hover {
    color: #000;
    /* background-color: rgba(233, 230, 202, 0.3); */
}

.cd-tabs-navigation a.selected {
    background-color: #ffffff !important;
    /* box-shadow: inset 0 2px 0 #f05451; */
    color: #000;
}

.cd-tabs-navigation a::before {
    /* icons */
    position: absolute;
    top: 12px;
    left: 50%;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.cd-tabs-navigation {
    width: 100%;
    background-color: #f8f7ee;
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}

.cd-tabs-navigation a {
    height: 40px;
    line-height: 40px;
    width: auto;
    text-align: left;
    font-size: 14px;
    padding: 0 2.8em 0 1.3em;
    color: #555;
}

.cd-tabs-navigation a.selected {
    box-shadow: inset 0 2px 0 #f05451;
}

.cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 0px;
}


/* @media only screen and (min-width: 768px) {
    .cd-tabs-navigation {
        width: 100%;
        float: left;
    }
    .cd-tabs-navigation a {
        height: 80px;
        width: 80px;
        padding-top: 46px;
    }
    .cd-tabs-navigation a.selected {
        box-shadow: inset 2px 0 0 #f05451;
    }
    .cd-tabs-navigation a::before {
        top: 22px;
    }
} */


/* 
@media only screen and (min-width: 960px) {
    .cd-tabs-navigation {
        width: 100%;
        background-color: #f8f7ee;
        box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
    }
    .cd-tabs-navigation a {
        height: 40px;
        line-height: 40px;
        width: auto;
        text-align: left;
        font-size: 14px;
        padding: 0 2.8em 0 1.3em;
        color: #555;
    }
    .cd-tabs-navigation a.selected {
        box-shadow: inset 0 2px 0 #f05451;
    }
    .cd-tabs-navigation a::before {
        top: 50%;
        margin-top: -10px;
        margin-left: 0;
        left: 0px;
    }
} */

.cd-tabs-content {
    background: #ffffff;
}

.cd-tabs-content li {
    display: none;
    padding: 1.4em;
}

.cd-tabs-content li.selected {
    display: block;
    -webkit-animation: cd-fade-in 0.5s;
    -moz-animation: cd-fade-in 0.5s;
    animation: cd-fade-in 0.5s;
}

.cd-tabs-content li p {
    line-height: 2rem;
    margin-bottom: 2rem;
}


/* @media only screen and (min-width: 768px) {
    .cd-tabs-content {
        min-height: 480px;
    }
    .cd-tabs-content li {
        padding: 2em 2em 2em 7em;
    }
}

@media only screen and (min-width: 960px) {
    .cd-tabs-content {
        min-height: 0;
    }
    .cd-tabs-content li {
        padding: 1rem;
    }
    .cd-tabs-content li p {
        font-size: 16px;
        font-size: 1rem;
    }
} */

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width:500px) {
    .training_room{
        width: 100%;
       max-height: 200px; 
    }
    .training-nav a {
        padding: 0 10px;
    }
    .cd-tabs-navigation a {
        padding: 0 1em 0 1.3em;
    }
    .lcbg-inner {
        font-size: 1rem;
    }
}