*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.page-container{
    width: 100%;
    /*height: 100px;*/
    /*background: antiquewhite;*/
}
.page-container .top-page-container{
	background: url(../images/web_bg.png) no-repeat;
    background-size: 100% 100%;
    height: 755px;
	width: 100%;
	text-align: center;
    /*background: url("./images/web_bg1.png")no-repeat;*/
    /*background-size: 100% 100%;*/
    /*border: 1px solid #000;*/
    position: relative;
}
.chinese-english-btn{
    position: absolute;
    right: 94px;
    top: 74px;
    width: 36px;
    height: 34px;
    cursor: pointer;
}
.app-download-sidebar{
    position: absolute;
    right: 12px;
    top: 590px;
    display: flex;
}
.app-download-sidebar .code-img{
    background: url("../images/web_down_bg.png")no-repeat;
    background-size: 100% 100%;
    width: 160px;
    height: 137px;
    padding-top: 13px;
    padding-left: 18px;
    display: none;
}
.app-download-sidebar .code-img img{
    width: 110px;
    height: 110px;
}
.app-download-sidebar:hover .code-img {
    display: block;
}

.app-download-sidebar .sidebar-div{
    background: url("../images/app_download_bg.png")no-repeat;
    background-size: 100% 100%;
    padding: 34px 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}
.app-download-sidebar .sidebar-div img{
    width: 29px;
    height: 29px;
    margin-bottom: 12px;
}
.page-container .top-page-container .top-img{
    width: 30%;
	margin: 0 auto;
	display: flex;
	padding-top: 5%;
	margin-bottom: 3%;
}
.page-container .top-page-container .top-desc{
	/*width: max-content;*/
    display: inline-block;
	color: #FFFFFF;
    max-width: 90%;
    /*margin-left: 5%;*/
	text-align: center;
	font-size: 24px;
	padding: 19px 50px;
	/*height: 50px;*/
	/*line-height: 50px;*/
	background:url('../images/title-bg.png') no-repeat;
    background-size: 100% 100%;
	/*display: initial;*/
	/*border-radius: 30px;*/
}
.what-can-do{
    width: 100%;
    height: 640px;
    /*padding: 0 160px;*/
    background-image: linear-gradient(#f9fcff, #dceaff);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.top-title-wrap{
    width: 1200px;
    text-align: center;
    height: 280px;
    padding-top: 80px;
}
.top-title{
    /*line-height: 280px;*/
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #2B2B2B;
    text-align: center;
}
.top-description{
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
}
.can-do-wrap{
    width: 1200px;
    height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.can-do-div {
    width: 100%;
    height: 100%;
    /*outline: 1px solid red;*/
    /*background: url("../images/web_bg2.webp")no-repeat;*/
    /*background-size: 100% 100% !important;*/
    display: flex;
}

.can-do-div .header-do {
    width: 20%;
    background: #EBF3FC;
    height: 100%;
    line-height: 40px;
}

.can-do-div .header-do .item-head {
    width: 100%;
    height: 33.33%;
    /*line-height: 112px;*/
    /*text-align: center;*/
    border-right: 1px solid #EAEDF2;
    cursor: pointer;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    padding-left: 30px;
}
.can-do-div .header-do .item-head div{
    font-size: 20px;
    font-weight: 400;
}

.can-do-div .header-do .item-head:hover {
    /*opacity: .7;*/
}

.can-do-div .header-do .item-head.active {
    background-color: #5D8AF7;
    color: white;
}
.can-do-div .header-do .item-head img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.can-do-div .header-do .item-head div{
    line-height: 24px;
}

.can-do-div .do-content {
    flex: 1;
    position: relative;
    /*display: flow-root;*/
    background-size: 100% 100% !important;
    height: 100%;
}

.can-do-div .do-content .item-content {
    position: absolute;
    top: 0;
    height: inherit;
    opacity: 0;
    transition: .3s;
    /*padding: 10px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
}
.can-do-div .do-content .item-content p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    /*font-weight: bold;*/
    color: #2B2B2B;
    line-height: 40px;
    margin: 16px 0;
}

.can-do-div .do-content .item-content.item-content.active {
    opacity: 1;
}

/*工作元宇宙*/
.work-metaverse-div{
    width: 100%;
    height: 900px;
    background: #FFFFFF;
}
.work-metaverse-div .top-title{
    height: 188px;
    line-height: 188px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #2B2B2B;
    text-align: center;
}
.work-metaverse-box{
    width: 100%;
    height: 44.5rem;
    background: url("../images/digital_bg1.png")no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.work-metaverse-main{
    /*position: absolute;*/
    /*top: 80px;*/
    /*left: 350px;*/
    max-width: 450px;
    margin-bottom: 60px;
    /*border: 1px solid #0bec7c;*/
    /*border: 1px solid #838EED;*/
}
.virtual-networking-main{
    /*position: absolute;*/
    /*top: 260px;*/
    /*left: 350px;*/
    max-width: 450px;
    /*border: 1px solid #838EED;*/
}
.work-metaverse-t{
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 600;
}
.work-metaverse-c{
    font-size: 16px;
}
.work-metaverse-apply{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 243px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.work-metaverse-apply-t{
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    width: 1200px;
    text-align: center;
}
.work-metaverse-apply-btn{
    /*width: 163px;*/
    /*height: 42px;*/
    padding: 8px 30px;
    border: 2px solid #F1F6FF;
    border-radius: 5px;
    /*text-align: center;*/
    /*line-height: 42px;*/
    font-size: 20px;
    margin-top: 24px;
    color: #FFFFFF;
    cursor: pointer;
}

/*明途WorkBrain大模型全景*/
.work-brain-div{
    width: 100%;
    /*height: 1099px;*/
    background: #FFFFFF;
    margin-bottom: 40px;
}
.work-brain-div .top-title{
    /*height: 188px;*/
    /*line-height: 188px;*/
    margin-top: 90px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #2B2B2B;
    text-align: center;
}
.work-brain-box{
    width: 100%;
    /*padding: 2px;*/
    /*height: 570px;*/
    /*border: 1px solid #0bec7c;*/
    background: url("../images/full_bg.png")no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
}
.work-brain-box img{
    width: 800px;
    /*height: 572px;*/
}

/*四大方向驱动数智化转型*/
.transformation-div{
    width: 100%;
    /*height: 750px;*/
    /*background: #FFFFFF;*/
    /*border: 1px solid #0bec7c;*/
    /*background: url("../images/full_bg.png")no-repeat;*/
    /*background-size: 100% 100%;*/
    background: #eff9ff;

    /*margin: 0 auto;*/
    /*margin-top: 50px;*/
    /*border: 1px solid #0bec7c;*/
    margin-top: 90px;
}
.transformation-box{
    width: 1200px;
    height: 750px;
    background: #FFFFFF;
    /*border: 1px solid #0bec7c;*/
    background: url("../images/web_ai_bg1.png")no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
    /*border: 1px solid #9933ff;*/
    margin-top: -90px;
}
.transformation-div .top-title{
    /*height: 188px;*/
    /*line-height: 188px;*/
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #2B2B2B;
    text-align: center;
    padding-top: 50px;
    margin-top: -20px;
}
/*.transformation-box{*/
/*    width: 100%;*/
/*    height: 800px;*/
/*    border: 1px solid #9933ff;*/

/*}*/
.transformation-box .transformation-box1 .left-item{
    width: 380px;
    /*height: 147px;*/
    background: url("../images/content_bg_left.png")no-repeat;
    background-size: 100% 100%;
    padding: 22px 18px 18px 22px;
}
.transformation-box .transformation-box1 .title-div{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}
.transformation-box .transformation-box1 .title-div span{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6187DD;
}
.transformation-box .transformation-box1 .ui-item{
    position: absolute;
    top: 180px;
    left: 0px;
}
.transformation-box .transformation-box1 .business-item{
    position: absolute;
    bottom: 60px;
    left: 0px;
}
.transformation-box .transformation-box1 .right-item{
    width: 380px;
    /*height: 147px;*/
    background: url("../images/content_bg_right.png")no-repeat;
    background-size: 100% 100%;
    padding: 18px 18px 22px 18px;
}
.transformation-box .transformation-box1 .personalization-item{
    position: absolute;
    top: 180px;
    right: 0px;
}
.transformation-box .transformation-box1 .career-item{
    position: absolute;
    bottom: 60px;
    right: 0px;
}


/*多行业场景应用*/
.multi-scenario-div{
    width: 100%;
    height: 740px;
    background: #FFFFFF;
    /*margin-top: -120px;*/
    margin-top: 80px;
}
.multi-scenario-div .top-title{
    height: 120px;
    line-height: 120px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #2B2B2B;
    text-align: center;
}

.multi-scenario-box {
    width: 100%;
    height: 590px;
    /*border: 3px solid red;*/
}

.multi-scenario-box .multi-scenario-header {
    display: flex;
    justify-content: center;
    height: 80px;
    line-height: 80px;
    width: 1200px;
    margin: 0 auto;
}

.multi-scenario-box .multi-scenario-header .item-scenario-header {
    width: 200px;
    height: 100%;
    text-align: center;
    font-size: 22px;
    /*margin: 0 20px;*/
    color: #2B2B2B;
    cursor: pointer;
}

.multi-scenario-box .multi-scenario-header .item-scenario-header:hover {
    /*opacity: .7;*/
}

.multi-scenario-box .multi-scenario-header .item-scenario-header.active {
    /*background-color: salmon;*/
    /*color: white;*/
    border-bottom: 4px solid #5D8AF7;
}

.multi-scenario-box .multi-scenario-content {
    margin-top: 30px;
    /*position: relative;*/
    display: flex;
    width: 100%;
    height: 510px;
    /*background-color: skyblue;*/
    /*background: url("../images/web_bg3.png")no-repeat;*/
    /*background-size: 100% 100%;*/
    position: relative;
}
.multi-scenario-box .multi-scenario-content .web-industry-applications{
    position: absolute;
    width: 100%;
    height: 100%;
    /*border: 2px solid #9933ff;*/
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.multi-scenario-box .multi-scenario-content .web-industry-applications ul{
    max-width: 600px;
    /*border: 1px solid #0bec7c;*/
    color: #FFFFFF;
    line-height: 52px;
    font-size: 16px;
}

.multi-scenario-box .multi-scenario-content .left-scenario-content{
    width: 50%;
    height: 100%;
    /*padding: 30px;*/
    background: linear-gradient(90deg, #4AAEFA, #536DE9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 375px;
}
.multi-scenario-box .multi-scenario-content .know-more-btn{
    color: #FFFFFF;
    font-size: 12px;
    padding: 10px 30px;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    /*margin-left: -500px;*/
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
}

.multi-scenario-box .multi-scenario-content .left-scenario-content div{
    font-size: 28px;
    /*font-weight: bold;*/
    color: #FFFFFF;
    margin-bottom: 30px;
}

.multi-scenario-box .multi-scenario-content .right-scenario-content{
    flex: 1;
    height: 100%;
    /*background: url("../images/web_bg3.webp")no-repeat;*/
    /*background-size: 100% 100%;*/
    /*border: 1px solid #0bec7c;*/
    position: relative;
}
/*空白*/
.blank-div{
    width: 100%;
    height: 40px;
    background: #f2f6ff;
}

/*底部*/
.footer-container{
    width: 100%;
    height: 90px;
    background: #5D89F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}
/*.agreement-wrap{*/
/*    margin-bottom: 10px;*/
/*}*/
.copyright-wrap span{
    margin: 0 6px;
}


.apply-entry-dialogue{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;

}
.entry-dialogue-wrap{
    width: 900px;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    background: url("../images/dialogue.png")no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.entry-dialogue-tip{
    color: #666D75;
    font-size: 16px;
    margin-top: 100px;
}
.entry-dialogue-input{
    border: none;
    outline: none;
    width: 500px;
    height: 50px;
    background: rgba(238,242,252,0.1);
}
.entry-dialogue-input::placeholder{
    font-size: 16px;
}
.next-btn{
    width: 300px;
    height: 40px;
    background: #5D89F7;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    margin-top: 40px;
    cursor: pointer;
}

.close-entry-dialogue{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    cursor: pointer;
}

.video-dialogue{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.video-wrap{
    width: 1200px;
    height: 800px;
}