*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*overflow-x: auto;*/
}

.promotion-app-page{
    width: 100%;
}
.app-page-top{
    width: 100%;
    height: 512px;
    background: url("../images/app_bg1.webp")no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.app-page-top .chinese-english-btn{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 26px;
    height: 24px;
}
.app-page-top .minto-logo-img{
    height: 27px;
    width: 123px;
	margin-top: -50px;
}
.work-chat-title{
    margin-top: 27px;
    font-family: 'pangmen';
    color: #FFFFFF;
    background: linear-gradient(0deg, #5179EC 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 34px;
    /*color: #FFFFFF;*/
}
.work-chat-description{
    width: 90%;
    padding: 8px 12px;
    background: linear-gradient(100deg, #838EED, #4480FE);
    border-radius: 50px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-top: 30px;
	margin-bottom: 10px;
}
.work-chat-tip{
    color: #FFFFFF;
	font-size: 13px;
	margin: 5px 0 15px 0;
    padding: 0 12px;
}
.download-img{
    width: 70px;
    height: 70px;
}
.download-tip{
    margin-top: 8px;
    font-size: 10px;
    color: #FFFFFF;
}

.app-page-center{
    width: 100%;
    /*height: 380px;*/
    background: #F1F5FA;
    position: relative;
    padding-top: 20px;
}
.app-page-center .page-title-wrap{
    width: 100%;
    /*height: 68px;*/
    text-align: center;
    /*line-height: 68px;*/
	font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}
.app-page-center .can-do-select{
	position: relative;
    width: 90%;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    margin-left: 5%;
    border: 1px solid #999999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.app-page-center .can-do-select .select-left-wrap{
    display: flex;
    align-items: center;
}
.app-page-center .can-do-select .select-left-wrap img{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.app-page-center .can-do-select .select-arrow-img{
    width: 12px;
    height: 12px;
}

.app-page-center .select-content{
    width: 100%;
    /*height: 262px;*/
    background: url("../images/app_bg2.webp")no-repeat;
    background-size: 100% 100% !important;
}
.app-page-center .select-content ul{
    /*color: #C5D7E5;*/
    font-size: 11px;
    line-height: 30px;
}
.app-page-center .select-content ul li{
    color: #2B2B2B;
	list-style: none;
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 20px;
}

.app-page-center .main-select-container{
    position: absolute;
    width: 100%;
    height: 250px;
    top: 48px;
    left: 0px;
    background: #FFFFFF;
    border: 1px solid #999999;
    display: none;
}
.app-page-center .main-select-container .item-select-div{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    /*margin-left: 5%;*/
    display: flex;
    align-items: center;
}
.app-page-center .main-select-container .item-select-div img{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

/*工作元宇宙*/
.app-work-metaverse{
    width: 100%;
    /*height: 240px;*/
}
.app-work-metaverse .page-title-wrap{
    width: 100%;
    /*height: 68px;*/
    text-align: center;
    /*line-height: 68px;*/
    font-size: 16px;
    /*background: #0bec7c;*/
    margin: 20px 0;
    font-weight: bold;
}
.app-left-work-metaverse{
    width: 100%;
    padding: 0 14px;
    text-align: left;
}
.app-left-work-metaverse img{
    width: 251px;
}
.work-metaverse-little-title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 19px;
}
.metaverse-description{
    font-size: 12px;
    color: #666666;
    margin-bottom: 18px;
}
.app-right-work-metaverse{
    width: 100%;
    padding: 0 14px;
    text-align: right;
}
.app-right-work-metaverse .metaverse-description{
    text-align: left;
}
.app-right-work-metaverse img{
    width: 235px;
}
.app-apply-button{
    width: 100%;
    background: url("../images/app_work_metaverse3.png")no-repeat;
    background-size: 100% 100%;
    padding: 12px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;justify-content: center;
}
.apply-button-tip{
    font-size: 11px;
}
.apply-button-work{
    font-size: 12px;
    padding: 5px 15px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    margin-top: 18px;
}
/*明途WorkBrain大模型全景*/
.app-work-brain-container{
    width: 100%;
    /*height: 280px;*/
}
.app-work-brain-container .page-title-wrap{
    width: 100%;
    /*height: 90px;*/
    text-align: center;
    /*line-height: 90px;*/
    font-size: 16px;
    font-weight: bold;
    /*background: #0bec7c;*/
    margin: 20px 0;
}
.app-work-brain-container .app-work-brain-img{
    width: 100%;
    height: 340px;
}

/*四大方向驱动数智化转型*/
.app-transformation-div{
    width: 100%;
    background: url("../images/app_ai-bg.png")no-repeat;
    background-size: 100% 100%;
    margin-top: -20px;
}
.app-transformation-div .page-title-wrap{
    width: 100%;
    /*height: 68px;*/
    text-align: center;
    /*line-height: 68px;*/
    font-size: 16px;
    font-weight: bold;
    /*background: #0bec7c;*/
    margin: 20px 0;
}
.app-transformation-div .four-major-directions{
    width: 100%;
    padding: 15px;
    /*padding-bottom: 30px;*/

}
/*.app-transformation-div .four-major-directions .left-item{*/
/*    !*width: 232px;*!*/
/*    !*height: 100px;*!*/
/*    max-width: 80%;*/
/*    margin-left: 5%;*/
/*    background: url("../images/content_bg_left.png")no-repeat;*/
/*    background-size: 100% 100%;*/
/*    padding: 18px;*/
/*    font-size: 0.5rem;*/
/*    margin-bottom: 20px;*/
/*}*/
.app-transformation-div .four-major-directions .title-div{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}
.app-transformation-div .four-major-directions .title-div span{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6187DD;
}
.major-directions-item{
    width: 100%;
    padding: 18px 7px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 35px;
    position: relative;
    z-index: 999;
}
.app-line-img{
    position: absolute;
    width: 100%;
    height: 30px;
    top: -10px;
    right: 0;
}
.major-directions-content{
    font-size: 12px;
    color: #2b2b2b;
    margin-left: 10px;
}
/*.app-transformation-div .four-major-directions .right-item{*/
/*    !*width: 232px;*!*/
/*    !*height: 100px;*!*/
/*    max-width: 80%;*/
/*    margin-left: 15%;*/
/*    background: url("../images/content_bg_right.png")no-repeat;*/
/*    background-size: 100% 100%;*/
/*    padding: 18px;*/
/*    font-size: 0.5rem;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.app-transformation-div .app-transformation-img{*/
/*    width: 100%;*/
/*}*/

/*行业应用*/
.app-page-bottom{
    width: 100%;
    /*height: 508px;*/
    background: #F1F5FB;
    padding-top: 20px;
}
.app-page-bottom .child-title{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.app-page-bottom .child-title-text{
	margin: 0 3.125rem;
}
.app-page-bottom .left-image,.right-image{
	width: 0.7rem;
	height: 0.9rem;
	color: #8EB0ED;
}
.app-page-bottom .left-image{
	transform: rotate(180deg);
	transform-origin: center;
}
.app-page-bottom .page-title-wrap{
    width: 100%;
    /*height: 68px;*/
    text-align: center;
    /*line-height: 68px;*/
    background: #F1F5FB;
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.app-page-bottom .swiper-div{
    width: 100%;
	overflow-x: hidden;
    height: 400px;
}
.industry-application-video{
    width: 100%;
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 14px;
}
.application-video-item{
    width: 48%;
    height: 90px;
    position: relative;
    margin: 7px 0;
}
.application-video-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.application-video-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
}
.app-body-download{
	/*width: 130px;*/
	/*background: #F1F5FA;*/
	/*border-radius: 20px;*/
	/*text-align: center;*/
	/*line-height: 29px;*/
	/*height: 40px;*/
	/*line-height: 40px;*/
	/*color: #333333;*/
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
    padding: 0 22px;
    border-radius: 31px;
    font-size: 12px;
    border: 1px solid #FFFFFF;
    margin-top: 78px;
}
.unlock-more{
    font-size: 8px;
    color: #FFFFFF;
    margin-top: 11px;
}
.app-download-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 37px;
}
.app-download-wrap img{
    width: 71px;
    height: 71px;
}
.app-download-wrap div{
    font-size: 8px;
    color: #FFFFFF;
    margin-top: 8px;
}
.app-footer-div{
    width: 100%;
    height: 60px;
    background: #0B1834;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0px;
    z-index: 999;
}
.app-footer-div .download-img{
    width: 93px;
    height: 21px;
}
.app-footer-div .close-btn{
	width: 100%;
}
.app-footer-div .download-btn{
    width: 85px;
    height: 29px;
    background: #F1F5FA;
    border-radius: 14px;
    text-align: center;
    line-height: 29px;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}
.copyright-container{
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    text-align: center;
    font-size: 12px;
    color: #999999;
    line-height: 48px;
}
.video-app-dialogue{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.video-app-wrap{
    width: 100%;
    height: 300px;
    /*height: 800px;*/
}

/*申请入住APP弹框*/
.apply-entry-app-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-app-wrap{
    width: 100%;
    height: 75%;
    background: #F8F8F8;
    border-radius: 15px 15px 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px;
}
.close-entry-app-dialogue{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
}
.next-app-btn{
    width: 80%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #5D89F7;
    color: #FFFFFF;
    border-radius: 30px;
    margin-top: 60px;
}
.input-entry-app-div{
    margin: 30px 0 120px 0;
    width: 100%;
}
.entry-dialogue-app-input{
    border: none;
    outline: none;
    width: 100%;
    height: 35px;
    border-radius: 8px;
    /*margin: 10px 0;*/
    padding-left: 12px;
}
.entry-dialogue-app-input::placeholder{
    /*padding-left: 12px;*/
    font-size: 12px;
}
.entry-dialogue-app-tip{
    color: #242E3A;
    font-size: 24px;
    font-weight: bold;
}




