.tab{
    width: 100%;
    /*padding: 0 2%;*/
    /*background: yellow;*/
    padding-bottom: 10px;
}
.tabContent{
    width: 100%;
    /*background: pink;*/
    /*margin-left: 1%;*/
    /*margin-bottom: 0vh;*/

}
.tabItem{
    width: 100%;
    /*font-size: 0.85rem !important;*/
    text-align: justify;
    -moz-text-align-last: right;
    line-height: 2rem;
    color: #8D8D8D;
    /*background: #01AAED;*/
}

/*视频*/
.box1Div{
    width: 96%;
    margin-left: 2%;
    margin-bottom: 10px;
    /*background: rgba(0,0,0,0.15);*/
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 15px 5px;
    box-shadow: 5px 5px 5px 0PX #c2c2c2;

    box-sizing: border-box;
    break-inside: avoid;
    /*padding: 10px;*/
}

.nameJob{
    width: 100%;
    position: relative;
    /*background: #F6523A;*/

    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    height: auto;
    box-sizing: border-box;
}
.nameJob .iframe{
    width: 100%;
    height: 10rem;
    background: rgba(0,0,0,1);
    border-radius: 0.5rem;
    overflow: hidden;
}
.nameJob iframe{
    width: 100%;
    height: 100%;
}
.nameJob .companytext{
    width: 100%;
    /*height: 2rem;*/
    line-height: 1.2rem;
    font-size: 1rem;
    text-align: left;
    letter-spacing: 2px;
    /*padding-left: 15px;*/
    color: #1E9FFF;
    font-weight: 800;
}
.nameJob .companytext{
    color: #555555;
    font-size: 0.85rem;
}
.shadw{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.12);
    top:0;left:0
}
.TGtext .iframe{
    width: 100%;
    margin: 0 auto;
    height: 45vh;
    background: rgba(0,0,0,1);
}
.TGtext iframe{
    width: 100%;
    height: 100%;
}
.TGtext p{
    width: 96%;
    margin: 10px auto;
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 1.2rem;
}
.layui-layer-lan .layui-layer-title {
    background: #1E9FFF!important;
}
.layui-text ul {
    padding: 0px 0 0px 0px;
}
.layui-text p {
    margin: 0px 0;
}


.TabBar{
    width: 100%;
    height: 10vh;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    /*background: green;*/
    border-top: 1px solid #dddd;
    /*padding-top: 3px;*/
    background: white;
}
.btnwarm{
    width: 90%;
    height:2.8rem !important;
    background: #F6523A !important;
    font-size: 1.3rem !important;
    margin-left: 5%;
    margin-top: 0.8vh;

}



/*文字资料*/
.boxli{
    width: 98%;
    padding: 18px 4%;
    background: white;
    /* margin-bottom: 8px; */
    margin: 10px auto;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 0PX #c2c2c2;
    display: flex;
    align-items: center;
}
.boxli a{
    /*display: flex;*/
    /*align-items: center;*/
    texte-decoration:none;
}
.headImage{
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    border-radius: 5px;
}
.text{
    width: 80%;
    margin-left: 1%;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-align: justify;
    -moz-text-align-last: right;
    line-height: 1.6rem;
    color: rgba(0,0,0,0.8);
    /*background: pink;*/
}