﻿/* 切换至旧版本 */

.section-getstart{
    height: 88px;
    display: flex;
    justify-content: center;
    background:linear-gradient(to right,#1A1B1F 0%,#1A1B1F 50%,#3C67DC 50.01%,#3C67DC 100%)
}footer {
    padding-top: 80px;
    padding-bottom: 20px;
    border-top: 1px solid #f5f5f5;
}
footer a{
    color: inherit;
    text-decoration: none;
}
footer .guide {
    display: -ms-flexbox;
    display: flex;
}
footer .guide .navigation {
    width: 800px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .guide .navigation>div {
    width: 25%;
}
footer .guide .navigation .guide-title {
    font-size: 16px;
    color: rgb(34, 34, 34);
    margin-bottom: 24px;
    font-weight: 400;
    margin-top: 0px;
}
footer .guide .navigation a.guide-content {
    display: block;
    font-size: 12px;
    color: rgb(136, 136, 136);
    position: relative;
    margin: 12px 0px;
}
footer .guide .navigation a.guide-content:hover{
    color:#406bf7;
}
footer .guide .message {
    -ms-flex: 1;
    flex: 1;
    padding-left: 35px;
    padding-top: 0;
}
footer .partner .icon {
    width: 100px;
    height: 30px;
    background-image: url(../images/home_icon_dark.png);
    background-size: 100% 100%;
    margin-bottom: 13px;
}
footer .guide .message .telephone {
    display: flex;
    position: relative;
    /* width: 149px; */
    /* height: 16px; */
    /* font-size: 20px;
    font-weight: bold;
    color: #101014; */
}
footer .guide .message .telephone i{
    font-size: 28px;
    position: absolute;
    position: relative;
    top: -11px;
    color:#3C67DC;
}
footer .guide .message .telephone span{
    font-weight: 700;
    color: #101014;
    line-height: 20px;
}
footer .guide .message .telephone .telephone-title{
    font-size: 16px;
    margin:0 20px 0 5px;
}
footer .guide .message .telephone .telephone-number{
    font-size: 20px;
}
footer .guide .message .address{
    display: flex;
}
footer .guide .message .address-title{
    padding-right: 15px;
    position: relative;
}
footer .guide .message .address-title:after {
    content: "";
    width: 1px;
    height: 65px;
    right: 0;
    position: absolute;
    background: rgba(16,16,20,0.2);
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
footer .guide .message .address-title p {
    opacity: 0.7;
    font-size: 12px;
    color: rgba(16,16,20,0.7);;
}

footer .guide .message .address-content{
    padding-left: 15px;
}
footer .guide .message .address-content p{
    font-size: 12px;
    color: #101014;
}
footer .guide .message .contact{
    display: flex;
    margin-top:10px;
}

footer .guide .message .contact > div{
    margin-left: 15px;
}
footer .guide .message .contact p:nth-child(1){
    font-size: 12px;
    color: #101014;
}
footer .guide .message .contact p:nth-child(2){
    color: rgba(16,16,20,0.8);
}
footer .guide .message p, footer .partner {
    font-size: 12px;
    color: rgb(136, 136, 136);
}
footer .guide .message p span:nth-child(1){
    opacity: 0.7;
    font-size: 12px;
    color: rgba(16,16,20,0.7);
}

footer .partner
{
    margin-top: 30px;
    line-height: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
footer .partner span{
    margin-left: 80px;
    margin-right: 30px;
}
footer .partner .divide {
    height: 12px;
    width: 1px;
    background: #888;
    margin: 0 15px;
}
footer .certificate {
    margin-top: 20px;
    width: 100%;
}
footer .certificate .mid {
    font-size: 12px;
    color: rgb(136, 136, 136);
    width: 100%;
    display: flex;
    justify-content: center;
}
footer .certificate .line {
    width: 100%;
    height: 1px;
    background-color: rgba(30,35,44,0.2);
    margin:40px 0 20px 0;
}
footer .certificate .mid p {
    margin: 0;
}







/* 模板和首页通用 */

.theme .theme-title > div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
}
.theme .theme-title > div a i{
    font-size: 22px;
    position: relative;
    top: 2px;
}
.theme .template-header .theme-title > div{
    margin: 40px 0px 30px 0px;
}
.theme .template-header .theme-title > div .new-template-header-tags-wrap{
    display: flex;
    align-items: center;
}
.theme .template-header .theme-title > div .new-template-header-tags-wrap div{
    width: 110px;
    text-align: center;
    position: relative;
    /* border-right: 1px solid rgba(61,72,93,0.5); */
}
.theme .template-header .theme-title > div .new-template-header-tags-wrap div::after{
    width: 1px;
    height: 12px;
    background-color: rgba(61,72,93,0.5);
    content: " ";
    position: absolute;
    right: 0;
    top: 4px;
}
.theme .template-header .theme-title > div .new-template-header-tags-wrap div:nth-of-type(1){
    margin-left: 30px;
}
.theme .template-header .theme-title > div .new-template-header-tags-wrap div:nth-last-child(1){
    border:none;
}
.theme .template-header .theme-title > div .new-template-header-tags-wrap div:nth-last-child(1)::after{
    width: 0px;
}
.theme .template-header .theme-title > div .new-template-header-tags-wrap div a{
    font-size: 14px;
    color: #3d485d;
}
.theme .template-header .theme-title > div .new-template-header-tags-wrap div a:hover{
    color: #406bf7;
}
.theme .theme-title h2{
    font-size: 24px;
    text-align: left;
    color: #101014;
    line-height: 40px;
}
.theme .theme-title h2 img{
    width: 48px;
    position: relative;
    top: -4px;
    margin-right: 2px;
}
.theme .theme-title span{
    font-size: 14px;
    color: rgba(16,16,20,0.7);
    line-height: 40px;
}
.theme .theme-content{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.theme .theme-content > div{
    text-align: center;
    border-right: 1px solid rgba(61,72,93,0.5);
}
.theme .theme-content > div:nth-last-child(1){
    border-right: none;
}
.theme .theme-content > div a{
    font-size: 14px;
    color: #3d485d;
    margin: 0 50px;
}
.theme .theme-content > div:nth-child(1) a{
    margin: 0 50px 0 20px;
}
.theme{
    background: #f5f7fa;
    padding: 40px 0;
}
.theme .template{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 270px;
}
.theme .theme-hot-template{
    margin-bottom: 60px;
}
.theme .template > div {
    flex:1;
    /* width: 33%; */
    margin-right: 26px;
    background-color: #FFFFFF;
}
.theme .template > div:nth-last-child(1){
    margin:0;
}
.theme .template > div .word-wrap{
    text-align: left;
    padding: 10px 15px;
    background-color: white;
}
.theme .template > div .word-wrap > a{
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #101014;
    margin:0;
    margin-bottom:10px;
    line-height: unset;
}
.theme .template > div .word-wrap .sub-word-wrap{
    display: flex;
    justify-content: space-between;
}
.theme .template > div .word-wrap .sub-word-wrap .tags{
    /* width: 60%; */
    height: 24px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    white-space: normal;
}
.theme .template > div .word-wrap .sub-word-wrap .tags > div{
    margin-right: 5px;
    line-height: 24px;
}
.theme .template > div .word-wrap .sub-word-wrap span{
    font-size: 12px;
    text-align: left;
    color: #999999;
}
.theme .template > div.template-wrap{
    /* margin-top:10px; */
    transition: all .2s;
    position: relative;
    top:0;
}
.theme .template > div.template-wrap:hover{
    position: relative;
    top:-10px;
    /* margin-top:0px; */
    /* background-color: #f5f7fa; */
}
.theme .template > div .img-wrap{
    position: relative;
}
.theme .template > div .img-wrap .template-img-hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    display: none;
    justify-content: center;
    align-items: center;
}
.theme .template > div .img-wrap:hover .template-img-hover{
    display: flex;
}
.theme .template > div .img-wrap .template-img-hover a{
    width: 92px;
    height: 29px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    display: flex;
    color: #111416;
    justify-content: center;
    align-items: center;
}
.theme .template > div .img-wrap .template-img-hover a:hover{
    background: rgba(255, 255, 255, 1);
}
.theme .template > div .img-wrap .template-img-hover a.detail{
    background: linear-gradient(-39deg,#226ce8 0%, #3363dc 100%);
    color:#F4F4F4;
    margin-left: 10px;
}
.theme .template > div .img-wrap .template-img-hover a.detail:hover{
    background: #397be4;
}
.theme .template-header a:hover,
.theme .template-header a:hover span,
.theme .template .word-wrap a:hover span,
.theme .template .word-wrap a:hover{
    color:#406bf7;
}
.theme .template > div .img-wrap .template-plan{
    position: absolute;
    top: 5%;
    right: 5%;
    width: 56px;
    height: 22px;
    background: linear-gradient(0deg,#a7c4ff 0%, #3983fb 100%);
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.theme .template > div .img-wrap .template-plan.free{
    background: linear-gradient(-37deg,#dbe2eb 0%, #ffffff 100%);
}
.theme .template > div .img-wrap .template-plan.business{
    background: linear-gradient(0deg,#f76943 0%, #f1bf70 100%);
}
.theme .template > div .img-wrap .template-plan span{
    font-size: 12px;
    color: #ffffff;
}
.theme .template > div .img-wrap .template-plan.free span{
    color: #3362db;
}


#bingo-main .theme .template > div.template-wrap{
    box-shadow: 0px 29px 49px 0px rgba(65,90,161,0.10); 
}

#bingo-main .theme .template > div.template-wrap:hover{
    box-shadow: 0px 29px 49px 0px rgba(65,90,161,0.40); 
}
#bingo-marketlist .theme{
    padding: 40px 0 200px 0;
}
#bingo-marketlist .theme .template{
    display: grid;
    grid-auto-rows: minmax(260px, auto); 
    grid-template-columns: repeat(auto-fill,minmax(337px,1fr));
    grid-row-gap: 40px;
    grid-column-gap: 20px;
    height: unset;
}
#bingo-marketlist .theme .template > div{
    /* width: 20%; */
    flex:unset;
    margin-right:0;
}
#bingo-marketlist .vip-background{
    z-index: -1;
}
@media (min-width: 1200px){
    #bingo-marketlist .theme .container{
        width: 1800px;
    }
}

#bingo-marketlist .theme .container h2{
    text-align: center;
}
#bingo-marketlist .theme .container h2 img{
    width: 38px;
    position: relative;
    top: -4px;
    margin-right: 10px;
}
#bingo-marketlist .theme .template > div .word-wrap{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#bingo-marketlist .theme  .type-widget .template > div .img-wrap{
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1c222a;
}
#bingo-marketlist .theme .empty{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

#bingo-marketlist .theme .template > div .img-wrap img{
    width: 100%;
}
/* 底部通用 */
.section-getstart img.backend{
    position: absolute;
}
.section-getstart img.backend{
    height: 88px;
}
.section-getstart .container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-getstart .container > div{
    display: flex;
    justify-content: space-between;
    align-items:center;
    z-index: 1;
}
.section-getstart .container > div a{
    width: 143px;
    height: 40px;
    background: #ffffff;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    color: #284795;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    font-size: 18px;
}
.section-getstart .container > div a:hover{
    background-color: rgba(255, 255, 255, 1);
}
.section-getstart .container > div a i{
    font-size: 24px;
}
.section-getstart h2{
    font-size: 22px;
    font-weight: 500;
    color: #ffffff !important;
    letter-spacing: 1.1px;
    text-align: left;
    margin:0;
}
.section-getstart h3{
    font-size: 12px;
    text-align: left;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.6px;
    margin-top: 10px;
}
.section-getstart .container img{
    position: absolute;
    right: 316px;
    top: -55px;
    z-index: 1;
}

/* 顶部通用 */
.header_area .main_header_area {
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

/* 黑色系解决方案通用 */

footer .guide.solution-style .message .telephone span,
footer .guide.solution-style .message .address-content p,
footer .guide.solution-style .message .address-title p,
footer .guide.solution-style .message .contact p{
    color: white;
}


header {
    line-height: unset;
}
header .classy-nav-container{
    display: flex;
    justify-content: space-between;
    position: unset;
}
header .classy-nav-container .consult-warp{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .classy-nav-container .consult-warp > div{
    width: 114px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    margin: 5px 0;
}
header .classy-nav-container .consult-warp > div:nth-child(1){
    margin-right:10px ;
    background:#0052d9 ;
}
header .classy-nav-container .consult-warp > div:nth-child(1):hover{
    background:#397be4 ;
}
header .classy-nav-container .consult-warp > div:nth-child(2){
    border: 1px solid rgba(245,247,250,0.5);
}
header .classy-nav-container .consult-warp > div:nth-child(2):hover{
    background:#3363dc ;
    border:none;
}
header .classy-nav-container .consult-warp > div i{
    margin-right:3px;
}
header .classy-nav-container .consult-warp > div a{
    line-height: unset;
}
header .logo{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 400px;
    margin-left: 22px;
}

header .first-menu:hover .solution-menu-wrap{
    display: flex;
    justify-content: center;
    height: 390px;
}
header .first-menu .solution-menu-wrap{
    display: none;
    position: absolute;
    width: 100%;
    background: white;
    top: 50px;
    left: 0;
    transition: all 1s;
}
header .first-menu .solution-menu-wrap .solution-menu-wrap-tab{
    padding-top:50px;
    padding-right: 40px;
    flex:1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
header .first-menu .solution-menu-wrap .solution-menu-wrap-content{
    flex:3;
    background: #f5f7fa;
}
header .first-menu .solution-menu-wrap .solution-menu-wrap-content .content-wrap{
    display: none;
    padding: 25px;
}
header .first-menu .solution-menu-wrap .solution-menu-wrap-content .content-wrap.active{
    display: flex;
    flex-wrap: wrap;
}
header .classynav .first-menu{
    position: unset;
}
header .classynav .first-menu .stack-tab{
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    color: #000000;
    padding-top: 25px;
    cursor: pointer;
}
header .classynav .first-menu .stack-tab.active{
    font-weight: 600;
    border-bottom: 1px solid #2d61dc;
    background: #ffffff;
}

header .first-menu .solution-menu-wrap .solution-menu-wrap-content .content-wrap .content-solution{
    width: 300px;
    height: 101px;
    /* border: 1px solid #efefef;
    box-shadow: 0px 29px 49px 0px rgba(65,90,161,0.10);  */
    padding: 10px;
    display: flex;
    margin-right:30px;
    margin-bottom:20px;
    background: transparent;
    cursor: pointer;
}
header .first-menu .solution-menu-wrap .solution-menu-wrap-content .content-wrap .content-solution:hover{
    background: white;
}
header .first-menu .solution-menu-wrap .solution-menu-wrap-content .content-wrap .content-solution > div h2{
    font-size: 12px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: rgba(0,0,0,0.9);
}
header .first-menu .solution-menu-wrap .solution-menu-wrap-content .content-wrap .content-solution > div span{
    font-size: 12px;
    font-family: Source Han Sans CN, Source Han Sans CN-Normal;
    color: rgba(0,0,0,0.6);
}

header .first-menu .solution-menu-wrap .solution-menu-wrap-content .content-wrap .content-solution img{
    margin-right: 20px;
}
#bingo-main .welcome_area .slider.active{
    position: unset;
}
#bingo-main .welcome_area .slider .full-img-wrap{
    position: absolute;
    top: 0;
    left: 0;
    /* height: 578px; */
    z-index: -1;
    display: flex;
    justify-content: center;
    width:100%;
}
#bingo-main .welcome_area .welcome_content_area .link{
    /* display: flex; */
}
#bingo-main .welcome_area .welcome_content_area a.download > div{
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}
#bingo-main .welcome_area .welcome_content_area a.download > div p{
    /* display: block; */
    font-size: 12px;
    position: relative;
    top: -2px;
    margin: 0;
    color:rgba(255,255,255,0.6);
}
#bingo-main .welcome_area .welcome_content_area a.download > div p.title{
    font-size: 18px;
    position: relative;
    top: 2px;
    color:rgba(255,255,255,1);
}
#bingo-main .welcome_area .welcome_content_area a.download{
    width: 156px;
    height: 50px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 4px;
    color: #ffffff;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
#bingo-main .welcome_area .welcome_content_area .other-version{
    color: #ffffff;
}
#bingo-main .welcome_area .welcome_content_area .other-version:hover{
    color:#429fff
}
#bingo-main .welcome_area .welcome_content_area a.download {
    background: linear-gradient(-39deg,#3363dc 0%, #0052da 100%);
    border: 0;
}
#bingo-main .welcome_area .welcome_content_area a.download:hover{
    background: linear-gradient(-39deg,#4570df 0%, #1e67db 100%);
}
#bingo-main .welcome_area .welcome_content_area .other-version .version-select{
    width: 230px;
    height: 84px;
    background: rgba(0,0,0,0.5);
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 42px;
    padding: 5px;
}
#bingo-main .welcome_area .welcome_content_area .other-version .version-select a{
    width: 100%;
    border: none;
    height: 38px;
}
#bingo-main .welcome_area .welcome_content_area .other-version .version-select a:hover{
    background: rgba(245,247,250,0.1);
}
#bingo-main .welcome_area .welcome_content_area .other-version .version-select a >div i {
    margin-right:5px;
}
#bingo-main .welcome_area .welcome_content_area a .fs-xiazai2{
    font-size: 16px;
}
#bingo-main .welcome_area .welcome_content_area.welcome_content_3{
    margin-top:165px;
}
#bingo-main .welcome_area .welcome_content_area.welcome_content_3 > span:nth-child(1){
    font-size: 45px;
    font-family: PangMenZhengDao, PangMenZhengDao-Regular;
    color: #e8ebf1;
}
#bingo-main .welcome_area .welcome_content_area.welcome_content_3 > span:nth-child(2){
    margin-left: 100px;
    font-size: 45px;
    font-family: PangMenZhengDao-3, PangMenZhengDao-3-Regular;
    color: #e8ebf1;
}
#bingo-main .welcome_area .welcome_content_area.welcome_content_3 > div{
    margin-top:40px;
}
#bingo-main .welcome_area .welcome_content_area.welcome_content_3 > div > span{
    opacity: 0.6;
    font-size: 16px;
    text-align: left;
    color: #ffffff;
}
#bingo-main .welcome_area .welcome_content_area.welcome_content_3 > div .line{
    margin: 0 10px;
}
#bingo-main .welcome_area .advantage{
    display: flex;
    position: absolute;
    bottom: -7%;
    z-index: 2;
}

#bingo-main .welcome_area .advantage > div{
    width: 253px;
    height: 79px;
    background: #ffffff;
    border-radius: 2px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    transition: width 0.5s;
    box-shadow: 0px 20px 25px 1px rgb(221 224 232 / 80%);
}
#bingo-main .welcome_area .advantage > div.hover{
    width: 410px;
    height: 79px;
    background: linear-gradient(-39deg,#3363dc 0%, #0052da 100%);
    border-radius: 2px;
    color:white;
    transition: width 0.5s;
    box-shadow: 0px 6px 16px 0px rgb(51 99 220 / 80%);
}
#bingo-main .welcome_area .advantage > div img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
#bingo-main .welcome_area .advantage > div .word{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap; 
}
#bingo-main .welcome_area .advantage > div.hover .word{
    overflow: unset;
    white-space: unset; 
}
#bingo-main .welcome_area .advantage > div.hover .word span:nth-child(1){
    color:white;
}
#bingo-main .welcome_area .advantage > div.hover .word span:nth-child(2){
    color:white;
}
#bingo-main .welcome_area .advantage > div .word span:nth-child(1){
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    margin-top:2px;
}
#bingo-main .welcome_area .advantage > div span{
    font-size: 12px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(16,16,20,0.5);
}
/* #bingo-main .welcome_area .advantage.hover > div span{
    font-size: 12px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(255,255,255,0.5);
} */
#main-video-wrap{
    position: absolute;
    z-index: -100;
    top:-1000px;
}

#bingo-main .digitaltwins{
    width: 100%;
    /* height: 700px; */
    background-color: #f5f7fa;
}
#bingo-main .digitaltwins .container{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-top:100px;
    position: relative;
}
#bingo-main .digitaltwins .video-control-wrap{
    position: absolute;
    top: 150px;
    z-index: 1;
}
#bingo-main .digitaltwins .video-control-wrap img{
    width: 100px;
    cursor: pointer;
}
#bingo-main .digitaltwins .video-control-wrap .video-control-word{
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
}


#bingo-main .digitaltwins .digitaltwins-video-wrap{
    display: flex;
    justify-content: center;
    background-color: #010101;
    position: relative;
}
#bingo-main .digitaltwins .digitaltwins-video-wrap .video-js{
    width: 1920px;
    height: 460px;
}
#bingo-main .main-section-style{
    margin-bottom:100px;
    text-align: center;
}
#bingo-main .authentication .container img{
    margin-top:20px;
}
#bingo-main .main-section-style .container h2{
    margin: 0px;
    font-size: 28px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    color: #101014;
    line-height: 40px;
}
#bingo-main .main-section-style .container .theme-title h2{
    margin: 0px;
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    color: #101014;
    line-height: 40px;
}
#bingo-main .main-section-style .container h3{
    margin: 0px;
    font-size: 12px;
    color: #3d485d;
    line-height: 40px;
    margin-bottom: 30px;
}
#bingo-main .main-section-style.cooperative-title{
    margin: 0;
}
#bingo-main .main-section-style.authentication{
    margin: 100px 0px 200px 0;
}

#bingo-main .industry .industry-content{
    display: grid;
    grid-template-rows: repeat(3,234px);
    grid-template-columns: 32% 32% 32%;
    grid-template-areas: 'a b c'
                            'd b c'
                            'e e f';
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}
#bingo-main .industry .industry-content > a{
    display: flex;
    align-items: flex-end;
    background-size: cover;
}
#bingo-main .industry .industry-content > a .industry-word{
    height: 50px;
    width: 100%;
    background: rgba(16,16,20,0.5);
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#bingo-main .industry .industry-content > a .industry-word h2{
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}
#bingo-main .industry .industry-content > a .industry-word h3{
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}

#bingo-main .industry .industry-content > a .industry-detail{
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}
#bingo-main .industry .industry-content > a .industry-detail h2{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}
#bingo-main .industry .industry-content > a .industry-detail h3{
    opacity: 0.7;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: unset;
    margin: 0;
}
#bingo-main .industry .industry-content > a .industry-detail h4{
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    text-align: right;
}
#bingo-main .industry .industry-content > a .industry-detail h4 i{
    color: rgba(255,255,255,0.8);
}
#bingo-main .industry .industry-content > a .industry-detail h4:hover{
    color: rgba(255,255,255,1);
}
#bingo-main .industry .industry-content > a .industry-detail h4:hover i{
    color: rgba(255,255,255,1);
}
#bingo-main .industry i.fs-a-hangyeyingyong-gengduo1{
    font-size: 20px;
    margin-left: 3px;
    position: relative;
    top: 2px;
}
#bingo-main .industry a.industry-content-F i.fs-a-hangyeyingyong-gengduo1{
    font-size: 32px;
    color: white;
    top: 4px;
}
#bingo-main .industry .industry-content > a.industry-content-A .industry-detail h4{
    /* margin-top: 0; */
}
#bingo-main .industry .industry-content .industry-content-A{
    grid-area: a;
    background-image: url(../images/city-1.jpg);
}
#bingo-main .industry .industry-content .industry-content-B{
    grid-area: b;
    background-image: url(../images/traffic.jpg);
}
#bingo-main .industry .industry-content .industry-content-C{
    grid-area: c;
    background-image: url(../images/energy.jpg);
}
#bingo-main .industry .industry-content .industry-content-D{
    grid-area: d;
    background-image: url(../images/building.jpg);
}
#bingo-main .industry .industry-content .industry-content-E{
    grid-area: e;
    background-image: url(../images/water.jpg);
}
#bingo-main .industry .industry-content .industry-content-F{
    grid-area: f;
    background: #000f22;
    display: flex;
    justify-content: center;
    align-items: center;
}
#bingo-main .industry .industry-content .industry-content-F:hover{

}
#bingo-main .industry .industry-content .industry-content-F h3{
    font-size: 24px;
    color:rgba(255,255,255,0.8);
    line-height: 40px;
    font-weight: 400;
    margin:0;
    position: relative;
    top: -4px;
}
#bingo-main .industry .industry-content .industry-content-F h3 i{
    color:rgba(255,255,255,0.8);
}
#bingo-main .industry .industry-content .industry-content-F h3:hover{
    color:rgba(255,255,255,1);
}
#bingo-main .industry .industry-content .industry-content-F h3:hover i{
    color:rgba(255,255,255,1);
}
#bingo-main .cooperative{
    background-image: url(../images/cooperative.jpg);
    height: 389px;
}
#bingo-main .cooperative .container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#bingo-main .cooperative .container a{
    width: 143px;
    height: 40px;
    background: #0052d9;
    border-radius: 4px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}
#bingo-main .cooperative .container a:hover{
    background: #397be4;
}

#bingo-main .cooperative .container h2{
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    line-height: 40px;
    letter-spacing: 1.4px;
}
#bingo-main .course-warp .course-video{
    margin:0px 0 50px 0;
}
#bingo-main .course-warp a:hover{
    color:#406bf7;
}
#bingo-main .course-warp .course-video-title-warp,
#bingo-main .course-warp .course-word-title-warp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px 0;
}
#bingo-main .course-warp .course-video-title-warp span img,
#bingo-main .course-warp .course-word-title-warp span img{
    width: 52px;
    position: relative;
    top: -4px;
}
#bingo-main .course-warp .course-video-title-warp > span:nth-of-type(1),
#bingo-main .course-warp .course-word-title-warp > span:nth-of-type(1){
    font-size: 24px;
    font-weight: 700;
    color: #101014;
}
#bingo-main .course-warp .course-video-title-warp div span,
#bingo-main .course-warp .course-word-title-warp a span{
    font-size: 16px;
    color: rgba(16,16,20,0.7);
    cursor: pointer;
}
#bingo-main .course-warp .course-video-title-warp div:hover span,
#bingo-main .course-warp .course-word-title-warp a:hover span{
    color: #406bf7;
}

#bingo-main .course-warp .course-video-content-wrap{
    display: flex;
}
#bingo-main .course-warp .course-video-content-wrap > div {
    flex: 1;
    height: 240px;
    padding: 30px;
    margin-right:15px;
    display: block;
    position: relative;
    border-radius: 5px;
    background-size: cover;
    cursor: pointer;
}
#bingo-main .course-warp .course-video-content-wrap > div:nth-of-type(1){
    background-image: url(../images/bg1.jpg);
    flex: 3;
    display: flex;
}
#bingo-main .course-warp .course-video-content-wrap > div:nth-of-type(1) > div{
    margin-right:10px;

}
#bingo-main .course-warp .course-video-content-wrap > div:nth-of-type(1) .course-img{
    width: 236px;
    height: 138px;
    position: relative;
    top: 17px;
}
#bingo-main .course-warp .course-video-content-wrap > div:nth-of-type(2){
    background-image: url(../images/bg2.png);
}
#bingo-main .course-warp .course-video-content-wrap > div:nth-of-type(3){
    background-image: url(../images/bg3.png);
    margin-right:0;
}
#bingo-main .course-warp .course-video-content-wrap > div .play{
    position: absolute;
    right: 15px;
    width: 54px;
    bottom: 5%;
}
#bingo-main .course-warp .course-video-content-wrap h2{
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #f2f5f8;
    margin-bottom: 10px;
}
#bingo-main .course-warp .course-video-content-wrap h3{
    font-size: 14px;
    text-align: left;
    color: rgba(242,245,248,0.8);
    line-height: unset;
}
#bingo-main .course-warp i.fs-hailiangmoban-gengduo{
    font-size: 22px;
    position: relative;
    top: 3px;
}

#bingo-main .course-warp .doc-list i.fs-hailiangmoban-gengduo{
    font-size: 18px;
    position: relative;
    top: 3px;
}
#bingo-main .course-warp .fs-wendang{
    position: relative;
    font-size: 22px;
    top: 3px;
    margin-right: 2px;
}


#bingo-marketlist .theme-header{
    height: 260px;
    width: 100%;
}
#bingo-marketlist .theme-header .container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 200px;
}
#bingo-marketlist .theme-header .container .input-type-wrap{
    display: flex;
    margin-bottom: 30px;
}
#bingo-marketlist .theme-header .container .input-type-wrap input{
    width: 518px;
    height: 40px;
    background: #12151d;
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,0.1);
    color:white;
}
#bingo-marketlist .theme-header .container .input-type-wrap input::placeholder{
    color:rgba(255,255,255,0.4);
}
#bingo-marketlist .theme-header .container .input-type-wrap .type-select-wrap{
    display: flex;
    height: 40px;
    background: #12151d;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 20px;
    padding: 0 10px;
}
#bingo-marketlist .theme-header .container .input-type-wrap .type-select-wrap li{
    height: 24px;
    border-radius: 2px;
    text-align: center;
    width: 65px;
    margin:0 5px;
    line-height: 24px;
}
#bingo-marketlist .theme-header .container .input-type-wrap .type-select-wrap li a{
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    color: rgba(149,149,149,0.8);
}
#bingo-marketlist .theme-header .container .input-type-wrap .type-select-wrap li a:hover{
    color: rgba(233,233,233,0.8);
}
#bingo-marketlist .theme-header .container .input-type-wrap .type-select-wrap li.active{
    background: rgba(208,221,245,0.1);
}
#bingo-marketlist .theme-header .container .input-type-wrap .type-select-wrap li.active a{
    color: #639cfd;
}
#bingo-marketlist .theme-header .container .input-type-wrap .input-wrap{
    position: relative;
}
#bingo-marketlist .theme-header .container .input-type-wrap .input-wrap i{
    color: gray;
    position: absolute;
    top: 6px;
    right: 16px;
    font-size: 19px;
    cursor: pointer;
}
#bingo-marketlist .theme-header .container .plan-tag-wrap{
    position: relative;
}

#bingo-marketlist .theme-header .container .plan-tag-wrap::before{
    content: " ";
    width: 1px;
    height: 40px;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    top: 6px;
    left: 55px;
}

#bingo-marketlist .theme-header .container .plan-tag-wrap .tag-title{
    width: 60px;
    /* border-right: 1px solid rgba(255,255,255,0.2); */
}
#bingo-marketlist .theme-header .container .plan-tag-wrap > div{
    display: flex;
    color: white;
}
#bingo-marketlist .theme-header .container .plan-tag-wrap ul{
    display: flex;
}
#bingo-marketlist .theme-header .container .plan-tag-wrap ul li{
    margin-left: 20px;
}
#bingo-marketlist .theme-header .container .plan-tag-wrap ul li.active a{
    color: #639cfd;
}
#bingo-marketlist .theme-header .container .plan-tag-wrap ul li a{
    font-size: 12px;
    color: rgba(245,247,245,0.5);
}
#bingo-marketlist .theme-header .container .plan-tag-wrap ul li a:hover{
    color: rgba(245,247,245,1);
}
#bingo-marketlist .list-pager{
    display: flex;
    justify-content: center;
    margin:40px 0;
}
#bingo-videolist .header{
    /* height: 582px; */
    position: relative;
}

#bingo-videolist .header .header-navigation{
    box-shadow: 0px 29px 49px 0px rgb(65 90 161 / 10%);
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 55px;
    margin-bottom: 20px;
}
#bingo-videolist .header .header-navigation .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#bingo-videolist .header .header-navigation .container::before,
#bingo-videolist .header .header-navigation .container::after{
    content: '';
    display: none;
}
#bingo-videolist .header .header-navigation ul{
    margin: 0;
    height: 55px;
    display: flex;
    align-items: center;
}
#bingo-videolist .header .header-navigation ul li{
    position: relative;
    margin-right: 40px;
}
#bingo-videolist .header .header-navigation ul li span{
    font-size: 14px;
    color: #7a808c;
}
#bingo-videolist .header .header-navigation ul li span:hover{
    color: #5f6062;
}
#bingo-videolist .header .header-navigation ul li.active::before{
    position: absolute;
    content: " ";
    width: 56px;
    height: 2px;
    background: #2d61dc;
    bottom: -18px;
}
#bingo-videolist .header .header-navigation ul li.active span{
    color: #181b23;
}
#bingo-videolist .header .header-content{
    padding: 75px 0 20px 0;
    background-color: rgb(245,247,250);
}
#bingo-videolist .header .header-content .container{
    display: flex;

}
#bingo-videolist .header .header-content .container .img-wrap{
    margin-right: 10px;
    position: relative;
}

#bingo-videolist .header .header-content .container .img-wrap .banner{
    position: absolute;
    bottom: 0;
    height: 45px;
    background: rgba(0,0,0,0.5);
    width: 100%;
}
#bingo-videolist .header .header-content .container .img-wrap .banner h2{
    font-size: 18px;
    color: #fefefe;
    letter-spacing: 0.9px;
    margin-left: 40px;
}
#bingo-videolist .header .header-content .container .img-wrap .play{
    position: absolute;
    width: 60px;
    height: 60px;
    right: 20px;
    z-index: 1;
    bottom: 10px;
}

#bingo-videolist .header .header-content .container img{
    width: 920px;
    height: 490px;
}
#bingo-videolist .header .header-content .container .side-info-wrap{
    /* flex: 1; */
    width: 210px;
}
#bingo-videolist .header .header-content .container .side-info-wrap .small-wrap{
    background-color: white;
    padding: 15px 20px;
    height: 240px;
}
#bingo-videolist .header .header-content .container .side-info-wrap .small-wrap:first-child{
    margin-bottom: 10px;
}
#bingo-videolist .header .header-content .container .side-info-wrap .small-wrap .small-head{
    /* height: 40px; */
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(207,211,220,0.5);
}
#bingo-videolist .header .header-content .container .side-info-wrap .small-wrap .small-head span{
    opacity: 0.9;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    color: #181b23;
    margin-left: 28px;
    position: relative;
    margin-bottom: 10px;
}
#bingo-videolist .header .header-content .container .side-info-wrap .small-wrap .small-head span::before{
    content: " ";
    position: absolute;
    width: 8px;
    height: 8px;
    opacity: 0.8;
    background: #ff701d;
    border-radius: 50%;
    top: 6px;
    left: -18px;
}
#bingo-videolist .header .header-content .container .side-info-wrap .small-wrap .small-head.recent span::before{
    background: #4D78DC;
}
#bingo-videolist .header .header-content .container .side-info-wrap .small-wrap ul{
    margin: 15px 0 0 0;
}
#bingo-videolist .header .header-content .container .side-info-wrap .small-wrap ul li{
    margin-bottom: 10px;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#bingo-videolist .header .header-content .container .side-info-wrap .small-wrap ul li:last-child{
    margin-bottom: 0;
}
#bingo-videolist .header .header-content .container .side-info-wrap .small-wrap ul li a{
    color: #737476;
}
#bingo-videolist .header .header-content .container .side-info-wrap .small-wrap ul li a:hover{
    color: #1c1c1c
}
#bingo-videolist .list{
    /* height: 840px; */
    margin-bottom: 100px;
}
#bingo-videolist .list .list-head{
    padding: 45px 0 15px 0;
    display: flex;
    justify-content: space-between;
}
#bingo-videolist .list .list-head.list-padding{
    padding: 75px 0 15px 0;
}
#bingo-videolist .list .list-head .more{
    display: flex;
    align-items: center;
}
#bingo-videolist .list .list-head .more a{
    color:rgba(16,16,20,0.7);
}
#bingo-videolist .list .list-head .more a:hover{
    color:rgba(16,16,20,1);
}
#bingo-videolist .list .list-head .more i{
    font-size: 20px;
    position: relative;
    right: 0;
    top: 2px;
}
#bingo-videolist .list .list-head .title-tags,
#bingo-video-detail .title-tags{
    display: flex;
    align-items: center;
}
#bingo-videolist .list .list-head .title-tags img{
    width: 55px;
    position: relative;
    left: -10px;
}
#bingo-videolist .list .list-head .title-tags h2,
#bingo-video-detail .title-tags h2{
    font-size: 24px;
    font-weight: 700;
    color: rgba(24,27,35,0.9);
    line-height: 40px;
    margin: 0;
    margin-right:40px;
}
#bingo-videolist .list .list-head .title-tags h2 a{
    color: rgba(24,27,35,0.9);
}
#bingo-videolist .list .list-head .title-tags h2 a:hover{
    color: rgba(24,27,35,1);
}
#bingo-videolist .list .list-head .title-tags > div,
#bingo-video-detail .title-tags > div{
    /* min-width: 92px; */
    height: 27px;
    border: 1px solid rgba(87,87,90,0.1);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
    background-color: #eaecf1;
}
#bingo-videolist .list .list-head .title-tags > div a,
#bingo-video-detail .title-tags > div a{
    color: rgba(16,16,20,0.7);
    padding: 0 15px;
}
#bingo-videolist .list .list-head .title-tags > div.active{
    background-color: #066AF5;
}
#bingo-videolist .list .list-head .title-tags > div.active:hover{
    background-color: #397be4;
}
#bingo-videolist .list .list-head .title-tags > div.active a,
#bingo-videolist .list .list-head .title-tags > div.active a:hover{
    color: white;
}
#bingo-videolist .list .list-head .title-tags > div a:hover,
#bingo-video-detail .title-tags > div a:hover{
    color: rgba(16,16,20,1);
}
#bingo-videolist .list .list-content,
#bingo-video-detail .list .list-content{
    display: grid;
    grid-auto-rows: minmax(160px, auto);
    grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
    grid-row-gap: 40px;
    grid-column-gap: 20px;
    height: unset;
}
#bingo-videolist .list .list-content > div,
#bingo-video-detail .list .list-content > div {
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 29px 49px 0px rgba(65,90,161,0.10); 
    overflow: hidden;
}
#bingo-videolist .list .list-content img.cover,
#bingo-video-detail .list .list-content img.cover{
    width: 100%;
    height: 150px;
}
#bingo-videolist .list .list-content .video-word,
#bingo-video-detail .list .list-content .video-word{
    padding: 15px;
}
#bingo-videolist .list .list-content .video-word > div,
#bingo-video-detail .list .list-content .video-word > div{
    display: flex;
    justify-content: space-between;
}
#bingo-videolist .list .list-content .video-word > div .tags,
#bingo-video-detail .list .list-content .video-word > div .tags{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    height: 20px;
    overflow: hidden;
}
#bingo-videolist .list .list-content .video-word > div span,
#bingo-video-detail .list .list-content .video-word > div span{
    position: relative;
}
#bingo-videolist .list .list-content .video-word > div i,
#bingo-video-detail .list .list-content .video-word > div i{
    font-size: 20px;
    position: absolute;
    top: -4px;
    left: -22px;
}
#bingo-videolist .list .list-content .video-word h2,
#bingo-video-detail .list .list-content .video-word h2{
    font-size: 16px;
    color: rgba(16,16,20,0.9);
    margin:0;
    margin-bottom: 5px;
}
#bingo-videolist .list .list-content .video-word h2:hover,
#bingo-video-detail .list .list-content .video-word h2:hover{
    color: black;
}
#bingo-videolist .list .list-content .video-word .tags a,
#bingo-video-detail .list .list-content .video-word .tags a{
    padding: 0 10px;
    border-left: 1px solid rgba(113,114,117,0.5);
}
#bingo-videolist .list .list-content .video-word .tags a:first-child,
#bingo-video-detail .list .list-content .video-word .tags a:first-child{
    padding-left: 0;
    border:none;
}
#bingo-videolist .list .list-content .video-word .tags a span,
#bingo-video-detail .list .list-content .video-word .tags a span{
    font-size: 10px;
    color: rgba(113,114,117,0.8);
}
#bingo-videolist .list .list-content .video-word .tags a span:hover,
#bingo-video-detail .list .list-content .video-word .tags a span:hover{
    color: rgba(113,114,117,1);
}
#bingo-videolist .list .list-content .video-img,
#bingo-video-detail .list .list-content .video-img{
    position: relative;
    display: block;
}
#bingo-videolist .list .list-content .video-img:hover .hover-bg,
#bingo-video-detail .list .list-content .video-img:hover .hover-bg{
    display: flex;
}
#bingo-videolist .list .list-content .video-img .hover-bg,
#bingo-video-detail .list .list-content .video-img .hover-bg{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;

}
#bingo-videolist .list .list-content .video-img .hover-bg img,
#bingo-video-detail .list .list-content .video-img .hover-bg img{
    width: 65px;
}

#bingo-videolist .product-search{
    width: 285px;
    height: 34px;
    /* opacity: 0.2; */
    border: 1px solid rgba(87,87,90,0.2);
    border-radius: 4px;
    background: rgba(234,236,241,0.5);
    position: relative;
}
#bingo-videolist .product-search.angle{
    border-radius: 4px 4px 0px 0px;
}
#bingo-videolist .product-search input{
    border: none;
    background: none;
    outline: none;
    padding: 0;
    font-size: 14px;
    color: #666;
    padding-left: 35px;
    height: 100%;
}
#bingo-videolist .product-search .btn-search{
    position: relative;
    top: -25px;
    left: 12px;
}
#bingo-videolist .product-search .search-select{
    border-left: 1px solid rgba(87,87,90,0.2);
    border-right: 1px solid rgba(87,87,90,0.2);
    border-bottom: 1px solid rgba(87,87,90,0.2);
    width: 285px;
    border-radius: 4px;
    background: #F0F2F6;
    height: 200px;
    position: absolute;
    z-index: 1;
    top: 33px;
    overflow: auto;
    left: -1px;
}
#bingo-videolist .product-search .search-select.angle{
    border-radius: 0px 0px 4px 4px;
}
/* #bingo-videolist .product-search .search-select::before{
    content: " ";
    width: 100%;
    height: 2px;
    position: absolute;
    background: #e2e2e2;
} */
#bingo-videolist .product-search .search-select a{
    color: #737476;
}
#bingo-videolist .product-search .search-select a:hover{
    color: #1c1c1c;
}

#bingo-videolist .product-search .search-select a p{
    margin: 5px 0px 5px 10px;
}
#bingo-videolist .list-pager{
    margin-top: 50px;
}
#bingo-videolist .pager{
    display: flex;
    justify-content: center;
}
#bingo-videolist .img-wrap .welcome-banner-dots{
    position: relative;
    height: 45px;
    top: -45px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    right:22px;
}
#bingo-videolist .img-wrap .welcome-banner-dots span.active{
    background-color: #479dff;
}
#bingo-videolist .img-wrap .welcome-banner-dots span{
    width: 30px;
    height: 5px;
    background-color: #ffffff70;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
#bingo-videolist .img-wrap .slider{
    border-radius: 4px;
    display: none;
    overflow: hidden;
    position: relative;
    /* height: 518px; */
}
#bingo-videolist .img-wrap .slider.active{
    display: block;
}
#bingo-video-detail .video-header{
    width: 100%;
    background: #090a0d;
    padding: 10px 0;
}
#bingo-video-detail .video-header .iframe-box {
    width: 860px;
    height: 508px;
    overflow: hidden;
}

#bingo-video-detail .video-header .iframe-box .video {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
    margin: 0;
    box-sizing: border-box;
}
/* #bingo-video-detail .video-header .iframe-box .video #video{
    width: 860px;
    height: 480px;
} */
#bingo-video-detail .video-header .container{
    display: flex;
}

#bingo-video-detail .video-detail{
    background-color: rgb(245,247,250);
    padding: 20px 0 120px 0;
}
#bingo-video-detail .video-detail .container .video-info{
    background-color: white;
    padding: 20px 35px;
}
#bingo-video-detail .video-detail .container .video-info .tags{
    padding: 30px 0px;
    border-bottom: 1px solid rgba(207,211,220,0.5);
}
#bingo-video-detail .video-detail .container .video-info h2{
    font-size: 18px;
    color: rgba(24,27,35,0.9);
}
#bingo-video-detail .video-detail .container .video-info  h3{
    font-size: 14px;
    color: rgba(63,66,71,0.8);
    line-height: 24px;
}
#bingo-video-detail .video-detail .container .video-info h1{
    font-size: 24px;
    color: rgb(24,27,35,0.9);
    margin:0;
}
#bingo-video-detail .video-detail .container .video-like{
    flex: 1;
    background-color: white;
    padding: 20px 15px;
    
}
#bingo-video-detail .video-detail .container .video-like .video-title{
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(207,211,220,0.5);
    margin-bottom: 10px;
}

#bingo-video-detail .video-detail .container .video-like .video-title h2{
    font-size: 16px;
    color: rgba(24,27,35,0.9);
    margin:0;
}
#bingo-video-detail .video-detail .container .video-like .recommand-wrap{
    margin-bottom: 40px;
}
#bingo-video-detail .video-detail .container .video-like .recommand-wrap h2{
    font-size: 14px;
    color: #3f4247;
    margin:0;
    margin-top:15px;
    margin-left: 10px;
}
#bingo-video-detail .video-detail .container .video-like .recommand-wrap h2:hover{
    color: #080808;

}

#bingo-video-detail .video-detail .container .video-like .recommand-wrap img{
    width: 100%;
}

#bingo-video-detail .video-header .catalogue{
    flex: 1;
    height: 508px;
    overflow: hidden;
    margin-left: 12px;
    background: #30333a;
    color:white;
    display: flex;
    flex-direction: column;
}
#bingo-video-detail .video-header .catalogue .catalogue-head{
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0 50px;
}
#bingo-video-detail .video-header .catalogue h2{
    font-size: 16px;
    color: #ffffff;
    position: relative;
    margin: 20px 0px;
}
#bingo-video-detail .video-header .catalogue h2 i{
    position: absolute;
    font-size: 24px;
    top: -4px;
    left: -28px;
}
#bingo-video-detail .video-header .catalogue h4{
    font-size: 12px;
    color: rgba(182,183,184,0.5);
}
#bingo-video-detail .video-header .catalogue .series-group{
    overflow-y: auto;
    height: 100%;
}

#bingo-video-detail .video-header .catalogue .series-group::-webkit-scrollbar {
    /* width: 4px;
    height: 4px; */
    width: 6px;
    height: 100%;
}
#bingo-video-detail .video-header .catalogue .series-group::-webkit-scrollbar-button {
    display: none;
}
#bingo-video-detail .video-header .catalogue .series-group::-webkit-scrollbar-thumb {
    border-radius: 5px;

    background: rgba(239,252,243,0.3);
}
#bingo-video-detail .video-header .catalogue .series-group::-webkit-scrollbar-track {
    background: rgba(239,252,243,0.2);
}


#bingo-video-detail .video-header .catalogue .series{
    padding: 15px 25px;
    height: 66px;
    position: relative;
    border: 1px solid rgba(19,19,21,0.5);
}
#bingo-video-detail .video-header .catalogue .series div{
    width: 80%;
}
#bingo-video-detail .video-header .catalogue .series.active{
    background: rgba(19,19,21,0.5);
}
#bingo-video-detail .video-header .catalogue .series i{
    position: absolute;
    right: 18px;
    font-size: 32px;
    top: 0;
}
#bingo-video-detail .video-header .catalogue .series i.fs-bofang4{
    color: #ffffff;
}
#bingo-video-detail .video-header .catalogue .series h3{
    font-size: 14px;
    color: #cfd3dc;
    margin:0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#bingo-video-detail .video-header .iframe-box .video .video-support{
    background: #30333a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    padding: 0 15px;
    /* margin: 0 12px; */
}
#bingo-video-detail .video-header .iframe-box .video .video-support i{
    padding-right: 5px;
}
#bingo-video-detail .video-header .iframe-box .video .video-support p{
    color:white;
    text-align: center;
    margin: 0;
}
#bingo-video-detail .video-header .iframe-box .video .video-support a.back:hover p{
    color: #337ab7;
}#bingo-video-detail .video-detail .list{
    margin-bottom: 40px;
}
#bingo-video-detail .video-detail .list .list-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-left: 10px;
}
#bingo-video-detail .video-detail .list .list-head .left{
    display: flex;
    align-items: center;
}
#bingo-video-detail .video-detail .list .list-head .left img{
    margin-right: 5px;
}
#bingo-video-detail .video-detail .list .list-head h3{
    margin: 0;
    font-size: 20px;
}
#bingo-video-detail .video-detail .list .list-head > div span{
    cursor: pointer;
    width: 30px;
    display: inline-block;
    text-align: center;
}
#bingo-video-detail .video-detail .list .list-head > div span.active{
    color: white;
    background-color: #215DF4;
}
#bingo-video-detail .video-detail .list .list-content{
    margin-top: 10px;
}
#bingo-video-detail .loader-61 {
    width: 2px;
    height: 10px;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    background: currentColor;
    color: #D48D64;
    animation: animloader61m 0.3s 0.3s linear infinite alternate;
    right: 35px;
    top: 13px;
}
#bingo-video-detail .loader-61::after, .loader-61::before {
    content: "";
    width: 2px;
    height: 20px;
    border-radius: 4px;
    background: currentColor;
    position: absolute;
    bottom: 0;
    left: 5px;
    -webkit-animation: animloader61 0.3s 0.45s linear infinite alternate;
    animation: animloader61 0.3s 0.45s linear infinite alternate;
}
#bingo-video-detail .loader-61::before {
    left: -5px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@keyframes animloader61 {
  0% {
    height: 15px;
  }
  100% {
    height: 1px;
  }
}

@keyframes animloader61m {
  0% {
    height: 15px;
    transform: translateY(0);
  }
  100% {
    height: 1px;
    transform: translateY(15px);
  }
}

#bingo-question .question-wrap {
    background: rgba(247,251,255,1);
    padding-top: 50px;
}
#bingo-question .question-wrap .head{
    margin-bottom: 30px;
}
#bingo-question .question-wrap .head ul{
    padding-left: 48px;
    border-bottom: 2px solid #F1F4FE;
}
#bingo-question .question-wrap .head ul li{
    padding: 0 20px 20px 20px;
    margin-right: 16px;
    position: relative;
}
#bingo-question .question-wrap .head ul li span{
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
#bingo-question .question-wrap .head ul li.active span{
    color: rgba(2,92,223,1);
}
#bingo-question .question-wrap .head ul li.active::after{
    content: " ";
    position: absolute;
    height: 2px;
    width: 50%;
    background-color: rgba(2,92,223,1);
    left: 50%;
    bottom: -2px;
    transform: translate(-50%,0);
}


#bingo-question .question-wrap .content{
    width: 100%;
    background-color: white;
    padding: 30px 55px;
    margin-bottom: 100px;
    border-radius: 5px;
}
#bingo-question .question-wrap .content .stack-layer{
    display: none;
}
#bingo-question .question-wrap .content .stack-layer.active{
    display: block;
}
#bingo-question .question-wrap .content .stack-layer .question-info{
    padding: 35px 0px;
    border-bottom: 1px solid #F1F4FE;
}
#bingo-question .question-wrap .content .stack-layer .question-info:last-child{
    border-bottom: 1px solid #F1F4FE;
}
#bingo-question .question-wrap .content .stack-layer .question-info .question-info-title{
    margin-bottom: 10px;
}
#bingo-question .question-wrap .content .stack-layer .question-info .question-info-title a{
    font-size: 20px;
    font-weight: 500;
    color: rgba(28,29,30,1);
}
#bingo-question .question-wrap .content .stack-layer .question-info .question-info-title a:hover{
    color: #025CDF;
}
#bingo-question .question-wrap .content .stack-layer .question-info .question-info-description a{
    font-size: 14px;
    color: #7b7c82;
}
#bingo-first-open .course-warp{
    padding-top: 50px;
}
#bingo-first-open .course-warp h2,
#bingo-first-open .choose-plan h2,
#bingo-first-open .contact-wrap h2{
    font-size: 28px;
    text-align: center;
    color: #101014;
}
#bingo-first-open .course-warp h3,
#bingo-first-open .contact-wrap h3,
#bingo-first-open .choose-plan h3{
    font-size: 12px;
    text-align: center;
    color: #3d485d;
    margin-bottom:70px;
}
#bingo-first-open .course-warp .course-video{
    margin:0px 0 50px 0;
}
#bingo-first-open .course-warp a:hover{
    color:#406bf7;
}
#bingo-first-open .course-warp .course-video-title-warp,
#bingo-first-open .course-warp .course-word-title-warp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px 0;
}
#bingo-first-open .course-warp .course-video-title-warp span img,
#bingo-first-open .course-warp .course-word-title-warp span img{
    width: 52px;
    position: relative;
    top: -4px;
}
#bingo-first-open .course-warp .course-video-title-warp > span:nth-of-type(1),
#bingo-first-open .course-warp .course-word-title-warp > span:nth-of-type(1){
    font-size: 24px;
    font-weight: 700;
    color: #101014;
}
#bingo-first-open .course-warp .course-video-title-warp div span,
#bingo-first-open .course-warp .course-word-title-warp a span{
    font-size: 16px;
    color: rgba(16,16,20,0.7);
    cursor: pointer;
}
#bingo-first-open .course-warp .course-video-title-warp div:hover span,
#bingo-first-open .course-warp .course-word-title-warp a:hover span{
    color: #406bf7;
}

#bingo-first-open .course-warp .course-video-content-wrap{
    display: flex;
}
#bingo-first-open .course-warp .course-video-content-wrap > div {
    flex: 1;
    height: 240px;
    padding: 30px;
    margin-right:15px;
    display: block;
    position: relative;
    border-radius: 5px;
    background-size: cover;
    cursor: pointer;
}
#bingo-first-open .course-warp .course-video-content-wrap > div:nth-of-type(1){
    background-image: url(../images/bg1.jpg);
    flex: 3;
    display: flex;
}
#bingo-first-open .course-warp .course-video-content-wrap > div:nth-of-type(1) > div{
    margin-right:10px;

}
#bingo-first-open .course-warp .course-video-content-wrap > div:nth-of-type(1) .course-img{
    width: 236px;
    height: 138px;
    position: relative;
    top: 17px;
}
#bingo-first-open .course-warp .course-video-content-wrap > div:nth-of-type(2){
    background-image: url(../images/bg2.png);
}
#bingo-first-open .course-warp .course-video-content-wrap > div:nth-of-type(3){
    background-image: url(../images/bg3.png);
    margin-right:0;
}
#bingo-first-open .course-warp .course-video-content-wrap > div .play{
    position: absolute;
    right: 15px;
    width: 54px;
    bottom: 5%;
}
#bingo-first-open .course-warp .course-video-content-wrap h2{
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #f2f5f8;
    margin-bottom: 10px;
}
#bingo-first-open .course-warp .course-video-content-wrap h3{
    font-size: 14px;
    text-align: left;
    color: rgba(242,245,248,0.8);
    line-height: unset;
}
#bingo-first-open .course-warp i.fs-hailiangmoban-gengduo{
    font-size: 22px;
    position: relative;
    top: 3px;
}

#bingo-first-open .course-warp .doc-list i.fs-hailiangmoban-gengduo{
    font-size: 18px;
    position: relative;
    top: 3px;
}
#bingo-first-open .course-warp .fs-wendang{
    position: relative;
    font-size: 22px;
    top: 3px;
    margin-right: 2px;
}

#bingo-first-open .list{
    /* height: 840px; */
    margin-bottom: 100px;
}
#bingo-first-open .list .list-head{
    padding: 45px 0 15px 0;
    display: flex;
    justify-content: space-between;
}
#bingo-first-open .list .list-head.list-padding{
    padding: 75px 0 15px 0;
}
#bingo-first-open .list .list-head .more{
    display: flex;
    align-items: center;
}
#bingo-first-open .list .list-head .more a{
    color:rgba(16,16,20,0.7);
}
#bingo-first-open .list .list-head .more a:hover{
    color:rgba(16,16,20,1);
}
#bingo-first-open .list .list-head .more i{
    font-size: 20px;
    position: relative;
    right: 0;
    top: 2px;
}
#bingo-first-open .list .list-head .title-tags{
    display: flex;
    align-items: center;
}
#bingo-first-open .list .list-head .title-tags img{
    width: 55px;
    position: relative;
    left: -10px;
}
#bingo-first-open .list .list-head .title-tags h2{
    font-size: 24px;
    font-weight: 700;
    color: rgba(24,27,35,0.9);
    line-height: 40px;
    margin: 0;
    margin-right:40px;
}
#bingo-first-open .list .list-head .title-tags > div{
    min-width: 92px;
    height: 27px;
    border: 1px solid rgba(87,87,90,0.1);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
    background-color: #eaecf1;
}
#bingo-first-open .list .list-head .title-tags > div a{
    color: rgba(16,16,20,0.7);
}
#bingo-first-open .list .list-head .title-tags > div a:hover{
    color: rgba(16,16,20,1);
}
#bingo-first-open .list .list-content{
    display: grid;
    grid-auto-rows: minmax(160px, auto);
    grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
    grid-row-gap: 40px;
    grid-column-gap: 20px;
    height: unset;
}
#bingo-first-open .list .list-content > div {
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 29px 49px 0px rgba(65,90,161,0.10); 
    overflow: hidden;
}
#bingo-first-open .list .list-content img.cover{
    width: 100%;
    height: 150px;
}
#bingo-first-open .list .list-content .video-word{
    padding: 15px;
}
#bingo-first-open .list .list-content .video-word > div{
    display: flex;
    justify-content: space-between;
}
#bingo-first-open .list .list-content .video-word > div .tags{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    height: 20px;
    overflow: hidden;
}
#bingo-first-open .list .list-content .video-word > div span{
    position: relative;
}
#bingo-first-open .list .list-content .video-word > div i{
    font-size: 20px;
    position: absolute;
    top: -4px;
    left: -22px;
}
#bingo-first-open .list .list-content .video-word h2{
    font-size: 16px;
    color: rgba(16,16,20,0.9);
    margin:0;
    margin-bottom: 5px;
}
#bingo-first-open .list .list-content .video-word h2:hover{
    color: black;
}
#bingo-first-open .list .list-content .video-word .tags a{
    padding: 0 10px;
    border-left: 1px solid rgba(113,114,117,0.5);
}
#bingo-first-open .list .list-content .video-word .tags a:first-child{
    padding-left: 0;
    border:none;
}
#bingo-first-open .list .list-content .video-word .tags a span{
    font-size: 10px;
    color: rgba(113,114,117,0.8);
}
#bingo-first-open .list .list-content .video-word .tags a span:hover{
    color: rgba(113,114,117,1);
}
#bingo-first-open .list .list-content .video-img{
    position: relative;
    display: block;
}
#bingo-first-open .list .list-content .video-img:hover .hover-bg{
    display: flex;
}
#bingo-first-open .list .list-content .video-img .hover-bg{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}
#bingo-first-open .list .list-content .video-img .hover-bg img{
    width: 65px;
}
#bingo-first-open .choose-plan{
    padding-bottom: 80px;
}
#bingo-first-open .contact-wrap{
    background-color: rgba(245,247,2500.5);
    padding: 40px 0 160px 0;
}
#bingo-first-open .contact-wrap .contact-content{
    display: flex;
}
#bingo-first-open .contact-wrap .contact-content > div{
    flex:1;
    height: 401px;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    text-align: center;
    margin-right: 20px;
    padding: 40px 0px 25px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#bingo-first-open .contact-wrap .contact-content > div span,
#bingo-first-open .contact-wrap .contact-content > div i{
    display: block;
}
#bingo-first-open .contact-wrap .contact-content > div span{
    font-size: 16px;
    color: rgba(16,16,20,0.8);
}
#bingo-first-open .contact-wrap .contact-content > div span.title{
    font-size: 26px;
    color: #101014;
    margin:0 0 20px 0;
}
#bingo-first-open .contact-wrap .contact-content > div span.bottom{
    font-size: 16px;
    color: rgba(16,16,20,0.8);
}
#bingo-first-open .contact-wrap .contact-content > div span.pre-telephone{
    font-size: 16px;
    color: #101014;
}
#bingo-first-open .contact-wrap .contact-content > div span.telephone{
    font-size: 16px;
    font-weight: 700;
    color: #0052d9;
}
#bingo-first-open .contact-wrap .contact-content > div i{
    font-size: 42px;
    font-weight: 400;
}
#bingo-first-open .contact-wrap .contact-content > div img{
    margin-bottom: 30px;
}
#bingo-first-open .contact-wrap .contact-content > div:last-child{
    margin-right: 0;
}
#bingo-first-open .contact-wrap .contact-content .head-content{
    padding: 0 50px;
}

#bingo-main .doc-container{
    display: flex;
    justify-content: space-between;
}
#bingo-main .doc-list{
    width: 350px;
    border: 1px solid #c8d2e0;
    padding: 25px 25px 10px 25px;
    text-align: left;
    border-radius: 6px;
}
#bingo-main .doc-list .list-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
#bingo-main .doc-list.doc-blog .list-text{
    border-bottom:1px solid #d4d8e1;
    padding-bottom: 5px;
    margin-top:17px;
}
/* #bingo-main .doc-list.doc-blog .list-text:first-of-type{
    margin-top:5px;
} */
#bingo-main .doc-list.doc-blog .list-text:last-of-type{
    /* border-bottom:none; */
}
#bingo-main .doc-list.doc-encyclopedias .list-text{
    margin-bottom: 6px;
}
#bingo-main .doc-list a{
    /* margin-left: 20px; */
    /* line-height: 25px; */
    color: #475669;
}

#bingo-main .doc-list a:hover,
#bingo-main .doc-list a:hover h2.post-title{
    color: #406bf7;
}
#bingo-main .doc-list a h2.post-title{
    font-size: 16px;
    color: #101014;
    line-height: unset;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#bingo-main .doc-list a span{
    opacity: 0.8;
    font-size: 12px;
    color: rgba(61,72,93,0.8);
}
#bingo-main .doc-list .course-list-title{
    background-image: url(../images/course-1.png);
    height: 108px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: flex-end;
    margin: 10px 0 5px 0;
}
#bingo-main .doc-list .course-list-title a{
    height: 40px;
    background: rgba(0,0,0,0.7);
    color: white;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 18px;
}
#bingo-main .doc-list .course-list-title a:hover{
    color:#9dc4ff;
}
#bingo-main .doc-list.course .list-text img{
    height: 54px;
}
/* #bingo-main  .doc-header span,
#bingo-main  .doc-header a{
    font-size: 18px;
    line-height: 40px;
    color: black;
    margin-left: 20px;
    font-weight: bold;
} */
#bingo-main .doc-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#bingo-main .doc-header a:nth-of-type(1){
    font-size: 18px;
    color: #101014;
}
#bingo-main .doc-header a:nth-of-type(2){
    font-size: 12px;
    color: rgba(16,16,20,0.7);
}
#bingo-main .doc-header span img,
#bingo-main .doc-header a img{
    width: 40px;
    position: relative;
    top: -2px;
}
#bingo-main .doc-header > span{
    font-size: 18px;
    color: #101014;
    position: relative;
    left: -8px;
}

#bingo-main .doc-list .doc-header a span{
    position: relative;
    top: -3px;
}
#bingo-main .doc-list .doc-header a:hover span{
    color:#406bf7;
}
#bingo-main .list-news-more {
    overflow: hidden;
    white-space: nowrap;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
}
#bingo-main .list-news-more a{
    line-height: 50px;
    color:#141671;
    margin-left: 0;
    margin-right: 5px;
}
#bingo-main .list-more a{
    line-height: 50px;
    color:#141671;
}

#bingo-main .doc-list .list-title-text{
    border-bottom: 1px solid #d4d8e1;
}
#bingo-main .doc-list.doc-encyclopedias .list-title-text span{
    margin: 10px 0;
    display: block;
}
#bingo-main .doc-list.doc-encyclopedias .list-title-text h2.title{
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #101014;
    margin-top:3px;
}

#bingo-main .doc-list .list-text-warp{
    padding: 10px 0;
}

/* #bingo-main .welcome_area .welcome_content_area{
    box-sizing: border-box;
    margin-top:145px ;
} */
#bingo-main .welcome_area .welcome_content_area h3{
    /* opacity: 0.5; */
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-Light;
    font-weight: 300;
    color: rgba(255,255,255,0.8);
    /* line-height: 40px; */
    margin: 0;
}
#bingo-main .welcome_area .welcome_content_area h3 span{
    margin: 0 5px;
}
#bingo-main .welcome_area .welcome_content_area h2{
    font-size: 40px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    color: #ffffff;
    line-height: 40px;
    margin:25px 0 30px 0;
}
#bingo-main .section-ability{
    margin-bottom: 150px;
}
#bingo-main .section-ability{
    text-align: center;
}
#bingo-main .section-ability .row{
    flex-wrap: nowrap;
}
#bingo-main .section-ability .row > div{
    margin-right: 20px;
    background: #ffffff;
    border: 1px solid rgba(214,214,214,0.4);
    box-shadow: 0px 29px 49px 0px rgba(65,90,161,0.10); 
    height: 385px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex:1;
}
#bingo-main .section-ability .row > div:hover{
    box-shadow: 0px 29px 49px 0px rgba(65,90,161,0.40); 
}
#bingo-main .section-ability .row > div:last-child{
    margin:0px;
}
#bingo-main .section-ability .row > div .content{
    padding: 20px 36px 0 36px;
}
#bingo-main .section-ability .row > div .content img{
    width: 34%;
}
#bingo-main .section-ability .row > div h3{
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    margin-top: 7px;
    margin-bottom: 23px;
}
#bingo-main .section-ability .row > div p{
    font-size: 14px;
    color: #5e5e60;
    text-align: center;
    line-height: 24px;
    margin: 0;
}

#bingo-main .section-ability .container > h2,
#bingo-main .section-industry .container > h2{
    margin: 0px;
    font-size: 28px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    color: #101014;
    line-height: 40px;
    text-align: center;
}
#bingo-main .section-ability .container > h3,
#bingo-main .section-industry .container > h3{
    margin: 0px;
    font-size: 12px;
    color: #3d485d;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
}

#bingo-join-us .pic-header{
    background-image: url(../images/banner.png);
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
}

#bingo-join-us .pic-header .button-wrap{
    position: relative;
    top:40px
}
#bingo-join-us .pic-header .button-wrap > div{
    width: 253px;
    height: 80px;
    background: #ffffff;
    border-radius: 2px;
    margin-right: 10px;
    display: flex;
    padding: 10px 15px;
    cursor: pointer;
    /* box-shadow: 0px 3px 10px 0px rgba(51,105,251,0.60);  */
}
#bingo-join-us .pic-header .button-wrap > div.active{
    background: linear-gradient(-39deg,#3363dc 0%, #0052da 100%);
}
#bingo-join-us .pic-header .button-wrap > div:last-child{
    margin-right: 0px;
}
#bingo-join-us .pic-header .button-wrap .img-wrap{
    margin-right: 20px;
}
#bingo-join-us .pic-header .button-wrap .word-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#bingo-join-us .pic-header .button-wrap .word-wrap h3{
    font-size: 18px;
    color: rgba(16,16,20,0.8);
    margin: 0 0 10px 0;
}
#bingo-join-us .pic-header .button-wrap .word-wrap h4{
    font-size: 12px;
    color: rgba(16,16,20,0.5);
}
#bingo-join-us .pic-header .button-wrap .word-wrap h4{
    margin: 0;
}
#bingo-join-us .title-wrap{
    text-align: center;
    margin-bottom: 60px;
}

#bingo-join-us .job-info{
    padding: 100px 0 50px 0;
    background-color: #f5f7fa;
}
#bingo-join-us .job-info .job-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 60px 0;
}
#bingo-join-us .job-info .job-content .card{
    width: 550px;
    background: rgba(255,255,255,0.4);
    border: 1px solid #d6d6d6;
    box-shadow: 0px 29px 49px 0px rgba(65,90,161,0.20);
    margin-bottom: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
#bingo-join-us .job-info .job-content .card img{
    /* position: relative;
    bottom: -70px; */
}
#bingo-join-us .job-info .job-content .card:nth-child(odd){
    margin-right: 40px;
}
#bingo-join-us .job-info .job-content .card .card-word{
    padding: 30px 40px 0 40px;
}
#bingo-join-us .job-info .job-content .card .card-word h1{
    font-size: 20px;
    color: #09234e;
    font-weight: 700;
}
#bingo-join-us .job-info .job-content .card .card-word h2{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #67707f;
}
#bingo-join-us .job-info .job-content .card .card-word .introduce{
    height: 135px;
    margin-bottom: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#bingo-join-us .job-info .job-content .card .card-word .responsibility{
    height: 205px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#bingo-join-us .job-info .job-content .card .card-word p{
    text-align: right;
}
#bingo-join-us .job-info .job-content .card .card-word button{
    width: 100%;
    background: linear-gradient(-39deg,#3363dc 0%, #0052da 100%);
    border-radius: 2px;
    box-shadow: 0px 3px 10px 0px rgba(51,105,251,0.60); 
    color: rgba(255,255,255,0.8);
    margin: 25px 0px 30px 0px;
    font-size: 18px;
    border: 0;
}
#bingo-join-us .job-info .job-content .card .card-word button:hover{
    background: #397be4;
}
#bingo-join-us .job-info .department-content h2{
    font-size: 24px;
    font-weight: 700;
    color: #101014;
    margin: 0;
    margin-left: 10px;
}

#bingo-join-us .job-info .department-content > div{
    margin-bottom: 60px;
}
#bingo-join-us .job-info .department-content .department-title-wrap{
    margin-bottom: 30px;
}
#bingo-join-us .job-info .department-content .department-job-wrap{
    display: flex;
}
#bingo-join-us .job-info .department-content .department-job-wrap > div{
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0px 4px 28.7px 6.3px rgba(239,241,247,0.68);
    padding: 30px 20px;
    margin-right: 30px;
    position: relative;
    flex: 1;
    max-width: 260px;
}
#bingo-join-us .job-info .department-content .department-job-wrap > div:last-child{
    margin-right: 0px;
}
#bingo-join-us .job-info .department-content .department-job-wrap > div i{
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
    color: #999;
}
#bingo-join-us .job-info .department-content .department-job-wrap > div a{
    font-size: 16px;
    color: rgba(16,16,20,0.7);
}
#bingo-join-us .job-info .department-content .department-job-wrap > div:hover a,
#bingo-join-us .job-info .department-content .department-job-wrap > div:hover i{
    color: #0052d9;
}
#bingo-join-us .benefits-info,
#bingo-join-us .job-detail{
    background-color: #f5f7fa;
}
#bingo-join-us .deliver-info{
    background-color: #f5f7fa;
    padding-bottom: 150px;
}
#bingo-join-us .deliver-info .deliver-content > div{
    width: 583px;
    height: 235px;
    border-radius: 4px;
    padding: 30px 45px;
}
#bingo-join-us .deliver-info .deliver-content > div:first-child{
    margin-right: 30px;
}
#bingo-join-us .deliver-info .deliver-content .follow-wrap{
    color: #f2f5f8;
    background-image: url(../images/follow.png);
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
}
#bingo-join-us .deliver-info .deliver-content .follow-wrap .follow-content{
    width: 60%;
}
#bingo-join-us .deliver-info .deliver-content .follow-wrap .follow-content h2{
    font-size: 23px;
    font-weight: 700;
    color: #f2f5f8;
}
#bingo-join-us .deliver-info .deliver-content .follow-wrap .follow-content h3{
    font-size: 16px;
    font-weight: 700;
    color: #f2f5f8;
}
#bingo-join-us .deliver-info .deliver-content .follow-wrap .follow-content p{
    opacity: 0.8;
    font-size: 16px;
    color: rbga(242,245,248,0.8);
}
#bingo-join-us .deliver-info .deliver-content .e-mail-wrap{
    background-image: url(../images/e-mail.png);
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    display: flex;
}
#bingo-join-us .deliver-info .deliver-content .e-mail-wrap .e-mail-word{
    flex: 1;
}
#bingo-join-us .deliver-info .deliver-content .e-mail-wrap .e-mail-word h2{
    font-size: 23px;
    font-weight: 700;
    color: #000000;
}
#bingo-join-us .deliver-info .deliver-content .e-mail-wrap .e-mail-word p{
    font-size: 16px;
    color: rgba(0,0,0,0.8);
}
#bingo-join-us .deliver-info .deliver-content .e-mail-wrap .e-mail-hr{
    margin: 0 20px;
}
#bingo-join-us .deliver-info .deliver-content .e-mail-wrap .e-mail-hr,
#bingo-join-us .deliver-info .deliver-content .e-mail-wrap .e-mail-official-account{
    text-align: center;
}
#bingo-join-us .deliver-info .deliver-content .e-mail-wrap img{
    margin-top:10px;
}

#bingo-join-us .job-detail button{
    width: 155px;
    height: 48px;
    background: linear-gradient(-39deg,#3363dc 0%, #0052da 100%);
    border-radius: 2px;
    padding: 0;
    border: 0;
    color: white;
}
#bingo-join-us .job-detail button span{
    font-size: 18px;
    color: rgba(255,255,255,0.8);
}
#bingo-join-us .job-detail h2{
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    margin-top: 60px;
}
#bingo-join-us .job-detail h3{
    font-size: 25px;
    color: #000000;
    margin: 60px 0 20px 0;
}
#bingo-join-us .job-detail p{
    font-size: 20px;
    color: #5e5e60;
    margin-top: 0px;
}

#bingo-join-us .job-detail .line{
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    margin: 40px 0 0 0;
}
#bingo-join-us .job-detail .job-content{
    width: 70%;
}
#bingo-join-us .job-detail .job-content:last-child{
    margin-bottom: 100px;
}
#bingo-pricing .pic-header.breadcrumb-area .breadcrumb-content p{
    margin:17px 0 10px 0;
}
#bingo-pricing .pic-header.breadcrumb-area .breadcrumb-content div{
    border: 1px solid rgba(245,247,250,0.5);
    padding: 5px;
    border-radius: 50px;
    width: 160px;
    margin:0 auto;
}