 
/* 页面内容 */
.page-container {margin-top: 100rpx;}
.page-container .indexBanner {
    width: 100%;
    height: 574px; 
    background-image: url('https://ewg1990.oss-cn-guangzhou.aliyuncs.com/uploads/20220810/8721e155fb1ffdadc4dd31c2f88ee442.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    margin-bottom: 64px;
}
.page-container .indexBanner .container {
    margin: 0 auto;
    width: 1200px;
}
.indexBanner .container .index-banner-title {
    padding-top: 170px; 
}
.indexBanner  .index-banner-title .index-title-text {
    display: block;
    font-size: 61.21px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 0px;
    color: rgba(0, 0, 0, 1);
    text-align: left; 
    font-family:"HarmonyOS Sans SC";
    height: 72px;
    line-height: 72px;
}
.indexBanner  .index-banner-title .index-title-text span {
    margin-left: 6px;
    margin-right: 2px;
    font-size: 46px;
}
.indexBanner  .index-banner-title .index-title-test {
    margin-top: 19px;
    width: 569px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(51, 51, 51, 1);
    text-align: justify;
    vertical-align: top;
    color: #333333;
    font-family: "HarmonyOS Sans SC";
}
#teacherList {
    width: 100%;
    margin-bottom: 60px;
}

.teacherList .content .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.teacherList .content .title h4{
    margin-bottom: 24px;
    color: #333;
    font-size: 36px;
    line-height: 50px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.teacherList .content .title .hrafter {
    width: 74px;
    height: 4px;
    background-color: #fdcd00;
}

.teacherList .content .list {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    height: 631px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* background: url(/teachers_bg.png) no-repeat 50%;
    background-size: 1920px 631px; */
}
#teacherList .content .list:after, #teacherList .content .list:before {
    content: " ";
    position: absolute;
    top: 0;
    width: 467px;
    height: 100%;
    z-index: 10;
}

#teacherList .content .list:after {
    right: 0;
    background-image: linear-gradient(90deg,hsla(0,0%,100%,0),#fff);
}

#teacherList .content .list:before {
    left: 0;
    background-image: linear-gradient(270deg,hsla(0,0%,100%,0),#fff);
}

#teacherList .content section {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: slideToRight 60s linear infinite;
    animation: slideToRight 60s linear infinite;
}

@-webkit-keyframes slideToRight{
    0%{
        transform:translateX(0)
    }
    to{
        transform:translateX(-50%)
    }
    }
    @keyframes slideToRight{
    0%{
        transform:translateX(0)
    }
    to{
        transform:translateX(-50%)
    }
}
#teacherList .content ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* visibility: visible!important;
    animation: bottomin-1 .6s ease;
     -webkit-animation: bottomin-1 .6s ease;  */
}

#teacherList .content ul li {
    margin-right: 30px;
    color: #333;
    text-align: center;
    min-width: 138px;
    width: 138px;
}

#teacherList .content ul li img {
    width: 136px;
    height: 136px;
    margin-bottom: 24px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px 3px rgb(51 51 51 / 10%);
}

#teacherList .content ul li h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 3%;
}

#teacherList .content ul li p {
    width: 100%;
    color: #666;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    /* white-space: pre; */
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: baseline;
    overflow: hidden;
}

.page-container .innovationCourse { 
    width: 100%;
    height: 868px;
    background-color: #F9F9F9;
    position: relative;
}
.page-container .innovationCourse .container {
    width: 1200rpx;
    margin: 0 auto;
    position: relative;
}
.page-container .innovationCourse .title {
    padding-top: 80px;
    text-align: center;
}

.page-container .innovationCourse .title h4{
    margin-bottom: 115px;
    color: #333;
    font-size: 36px;
    line-height: 42px;
    font-weight: 900;
    /* letter-spacing: 1.5px; */
    font-family: "HarmonyOS Sans SC";
    font-weight: 500;
}

.page-container .innovationCourse .courses {
    position: relative;
    display: flex;
    justify-content: center;
}

.courses .coverimg {
    height: 491px;
    width: 594px;
    /* background-color: #f5f5f5; */
    /* visibility: visible!important;
    animation: bottomin-1 .6s ease;
    -webkit-animation: bottomin-1 .6s ease;  */
    
}
.courses .coverimg  img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: block;
    margin: 0 auto;
    height: 491px;
    width: 594px;
    visibility: visible!important;
    animation: bottomin-1 .6s ease;
    -webkit-animation: bottomin-1 .6s ease; 
}
.courses .covertext {
    position: absolute;
    bottom: 0;
    left: 0;
    
}
.courses .earcth {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;

}
.courses .earcth img {
    display: block;
    margin: 0 auto;
    width: 989px;
    height: 624px;
}
.courses .covertext .covertext-contanier  {
    margin-bottom: 30px;
}
 .covertext .covertext-contanier h5{
    color: rgba(248, 199, 33, 1);
    font-size: 36px; 
    line-height: 42px;
    margin-bottom: 7px;
    font-weight: 500;
}

.courses .covertext .covertext-contanier p{  
    /* height: 28px;
    line-height: 28px; */
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px; 
    color: rgba(0, 0, 0, 1);
}
.covertext-contanier p strong {
    font-size: 24px;
    font-weight: 500;
}
.innovationCourse .type-contianer {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -82px;
    width: 1200px;
    height: 183px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 2px 10px 30px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    border-radius: 10px;
    padding: 0 60px;
}

.innovationCourse .type-contianer .type-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 136px;
    width: 80px;
    align-items: center; 
    cursor: pointer;
}

.type-contianer .type-item .type-item-img {
    height: 80px;
    width: 80px; 
    border-radius: 50%;
    background-color: #f5f5f5;
}

.type-item .type-item-img img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.type-item .type-item-img img {
    /* display:block;animation:bottomIn .2s;-webkit-animation:bottomIn .2s  */
}
.type-item:hover {
    /* display:block;animation:bottomIn .2s;-webkit-animation:bottomIn .2s */
}
.type-item:hover{-webkit-transform:translateY(-3%);transform:translateY(-3%)}
.type-item:hover>p{color:#000}
.type-item .type-item-txt {
    height: 28px;
    height: 28px;
    font-size: 24px;
    color: #333;
    font-family: "HarmonyOS Sans SC";
    text-align: center;
    font-weight: 400;
}

.page-container .metting { 
    width: 100%;
}

.page-container .metting .container {
    width: 1200px;
    margin: 0 auto;
    font-family: "HarmonyOS Sans SC";

}
.page-container .metting .container .title {
    margin-top: 182px;
}
.page-container .metting .container .title h4 {
    font-size: 36px;
    font-weight: 500; 
    color: rgba(0, 0, 0, 1);
    text-align: center;
    height: 42px;
    line-height: 42px;
}

.page-container .metting .container .title h5 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500; 
    color: #999999;
    text-align: center;
    height: 23px;
    line-height: 23px;
}

.page-container .partners {
    width: 100%;
    height: 778px;
    background-color: #F9F9F9;
}
.page-container .partners .container {
    width: 1200rpx;
    margin: 0 auto;
}
.partners .container .title { 
    padding-top: 88px;
    font-family: "HarmonyOS Sans SC"; 
}

.partners .container .title h4 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 42px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin-bottom: 10px;
}
.partners .container .title h5 {
    font-size: 20px;
    font-weight: 400;
    color: #999999; 
    text-align: center;
}

.partners .container .manufactor {
    margin-top: 72px;
    display: flex;
    width: 1200px;
    justify-content: space-between;
    flex-wrap: wrap;
    cursor: pointer;
}
.manufactor .manufactorimg {
    width: 186px;
    height: 81px; 
    background: rgba(255, 255, 255, 1);
    box-shadow: 2px 5px 20px 0px rgba(153, 153, 153, 0.1);
    /* box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05); */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}
.manufactor .manufactorimg img {
    width: 181px;
    height: 61px;
}
.partners .container .manufactor .manufactorimg:hover{-webkit-transform:translateY(-3%);transform:translateY(-3%)}

.page-container .industry {
    width: 100%;
    height: 978px;
    background: linear-gradient(180deg, rgba(255,244,207,0.2) 0%, rgba(255, 244, 207, 0.01) 100%);
}
.page-container .industry .container {
    width: 1200px;
    margin:  0 auto;
}
.industry .container .title {
    padding-top: 75px;
    font-family: "HarmonyOS Sans SC";
}
.industry .container .title h3 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.industry .container .title h4 {
    font-size: 20px;
    color: #666666;
    font-weight: 700;
    text-align: center;
}

.industry .container .industry-contnet {
    margin-top: 60px;
    width: 1200px;
    display: flex;
    justify-content: center;

}
.industry-contnet .industry-type {
    width: 1179px;
    height: auto;
    display: flex;
}
.industry-contnet .industry-type .type-left {
    width: 220px;
    height: 572px; 
    background: rgba(23, 24, 27, 0.8);
    font-family: "HarmonyOS Sans SC";
    display: flex;
    align-items: center;
    flex-direction: column;
}

.industry-contnet .industry-type .type-right { 
    position: relative;
    padding-left: 56px;
    padding-right: 10px;
    /* width: 879px; */
    flex: 1;
    height: 573px;
    opacity: 1;
    background: linear-gradient(180deg, rgba(252, 251, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow:inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5),inset 0px 12px 19px 0px rgba(0, 33, 71, 0.05),inset 0px 12px 48px 0px rgba(0, 33, 71, 0.05);
}
.industry-type .type-left .industry-item {
    margin-top: 20px;
    width: 190px;
    height: 58px; 
    /* background: rgba(248, 199, 33, 1); */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.industry-type .type-left .active {
    background: rgba(248, 199, 33, 1);
    color: #000;
}
.industry-type .type-right .type-tab {
    display: none;
}

.industry-type .type-right .type-tab-active {
    display: block;
}

.industry-type .type-right h5 {
    margin-top: 36px;
    font-size: 24px;
    font-weight: 700;
}

.industry-type .type-right .coures-type {
    margin-top: 26px;

}
.industry-type .type-right .coures-type  h6 {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
}

 .type-right .coures-type .coures-type-contant {
    display: flex;
    flex-wrap: wrap; 
 }

 .coures-type-contant .coures-type-item { 
    display: flex;
    align-items: center;
    margin-top: 30px;
    /* margin-right: 58px; */
    width: 33%;
    display: flex;
    align-items: center;
    cursor: pointer;
 }

 .coures-type-contant .coures-type-botitem {
    /* margin-bottom: 18px; */
 }

 .coures-type-contant .coures-type-item .typeimg {
    height: 20px;
    width: 20px;

 }
 .coures-type-item .typeimg  img {
    height: 20px ;
    width: 20px;
 }
 .coures-type-item .coutext {
    margin-left: 6px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0px;
    color: rgba(0, 0, 0, 1);
    text-align: left;  
 }
 .coures-type-item .coutext strong {
    font-weight: 400;
 }
 .coures-type-item .coutext strong:hover{
    font-weight: bold;
    color: #333;
 }

 .coures-type-contant .teitem {
    width: 112px; 
 }
 .industry-type .type-right .btn-study { 
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 30px;
    width: 151px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    opacity: 1;
    background: rgba(248, 199, 33, 1);
    border-radius: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-weight: 500;
    cursor: pointer;
 }

 .industry-type .type-right .btn-study:hover {
    /* color: rgba(248, 199, 33, 1);
    background-color: rgb(177, 168, 168);
    border: 1px solid rgba(248, 199, 33, 1); */
    background-color: rgb(247, 206, 73); 
    color: #333;
 }

.metting .metttab{
    width: 1200px; 
    margin: 50px auto 0;
    font-family:"HarmonyOS Sans SC";
} 
.metttab ul, .metttab ol{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.metttab ul{ 
    width: 1200px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);  
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
}
.metttab ul li{
    width: 100px; 
    line-height: 30px;
    padding-bottom: 12px; 
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
}
.metttab ul li.active{
    border-bottom: 3px solid rgba(248, 199, 33, 1); 
    color: #000;
}
.metttab ol{
    margin-top: 30px;
}
.metttab ol li .tabtype-continaer{
    width: 1200px; 
}
.metttab ol li{
    display:none;
}
.metttab ol li.active{
    display:block;
}
.metttab{
    cursor: pointer;
}
.tabtype-continaer .tab-image {
    width: 1200px;
    height: 637px;
    position: relative;
}
.tabtype-continaer .tab-image .tab-li {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}
.tabtype-continaer .tab-image .activer {
    display: block;
}
.tabtype-continaer .tab-image img{
    width: 1200px;
    height: 637px;
    display: block;
}
.tabtype-continaer .tab-image .ab-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1200px;
    background: rgba(0, 0, 0, 0.7);
    height: 115px;
    padding: 0 45px;
    box-sizing: border-box;
}

.tabtype-continaer .tab-image .ab-bottom h5{
    margin-top: 30px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    line-height: 28px;
}

.tabtype-continaer .tab-image .ab-bottom h6 {
    margin-top: 5px; 
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.tabtype-continaer .child-tab { 
    display: flex; 
    width: 1200px; 
    padding:  0 15px;
    padding-top: 57px; 
    overflow-x: hidden;
    padding-bottom: 100px; 
} 
.tabtype-continaer .child-tab .child-li {
    position: relative;
    height: 221px;
    width: 280px; 
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 13px 11px 12px 11px;
    box-sizing: border-box;
    margin-right: 27px;
    transition: transform .3s;
}
.tabtype-continaer .child-tab .child-li:hover{
    -webkit-transform:translateY(-3%);transform:translateY(-3%); 
} 
.tabtype-continaer .child-tab .child-li:hover>.child-text{
    color: rgba(248, 199, 33, 1);
}
.child-tab .child-li .topsan {
    display: none;
    position: absolute;
    top: -30px;
    left: 50%; 
    margin-left: -17px;
    height: 0;
    width: 0;
    border: 17px solid transparent;
    border-bottom: 17px solid #fff;
}
.child-tab .child-li .spanctive {
    display: block;
}
.child-tab .child-li .child-img {
    display: block;
    width: 258px;
    height: 137px;

}
.child-tab .child-li .child-text {
    margin-top: 8px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.floatLeftTop {
    position: fixed; 
    right: 15px;   
    bottom: 60px;
    font-size: 0;
    z-index: 31;
    margin: 0;
    padding: 0;  
    z-index: 1000;
}
.floatLeftTop .container {
    position: relative;
    height: 100%;
    width: 100%;

}

.floatLeftTop .container .topscroll {
    width: 80px;
    height: 62px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
}

.floatLeftTop .container .topscroll img {
    display: block;
    height: 24px;
    width: 24px;
} 
.floatLeftTop .container .topscroll .totop-txt {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    text-align: center;
}

.floatLeftTop .container .topscroll:hover {
     background:#f3f5f8;box-shadow:inset 8px 8px 20px 0 rgba(173, 146, 57, 0.11),inset -8px -8px 20px 0 #fff;border-color:transparent
}
.floatLeftTop .container .topscroll:hover >.totop-txt {
    color:rgba(248, 199, 33, 1);
}
.floatLeftTop .consulting {
    /* background-color: #2A82E4; */
    width: 80px;
    height: 249px;
    border-radius: 10px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
}
.floatLeftTop .consulting  .customer {
    width: 80px; 
    height: 89px;
    background-color: #2A82E4; 
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0 ;
    border-bottom:1px solid #2065b4 ;
    cursor: pointer;
}
.floatLeftTop .consulting  .customer img {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 24px;
}
.floatLeftTop .consulting  .customer .customer-txt {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.floatLeftTop .consulting  .customer:hover {
    background-color: #2B8EFF;
    box-shadow:inset 8px 8px 20px 0 rgba(43, 108, 168, 0.11),inset -8px -8px 20px 0 #2A82E4;
    border-color:transparent
}



.iphone-container {
    position: absolute;
    left: -161px;
    height: 73px;
    width: 161px;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    /* display: flex; */
    align-items: center; 
    padding-left: 8px;
    box-sizing: border-box; 
    visibility: hidden;
}
.floatLeftTop .consulting  .customer:hover .iphone-container {
    /* display: flex; */
    visibility:visible;
}
.hoverphone {
    display: flex;
}
.floatLeftTop .iphone-container .images {
    margin: 0!important;
    display: inline-block!important;
    height: 24px;
    width: 24px;
    vertical-align: middle;
}
.iphone-container .iphone-txt{
    margin-left: 5px;
    font-family: "HarmonyOS Sans SC";
}

.iphone-container .iphone-txt .lxtxt {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    height: 14px;
    margin-bottom: 4px;
    line-height: 14px;
}

.iphone-container .iphone-txt .iphone-num {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    height: 14px;
    margin-bottom: 4px;
    line-height: 14px;
}
.iphone-container .iphone-txt .lxtxt strong {
    color: rgba(42, 130, 228, 1);
    font-size: 12px;
}
.study-qrcode {
    position: absolute;
    bottom: 48px;
    /* left: 15px; */
    left: 50%; 
    margin-left: -57.5px;
    width: 115px; 
    margin-right: 0;
    visibility: hidden;
    z-index: 999;
    /* box-shadow: 0px -3px 5px 0px rgb(0 0 0 / 10%); */
}
.study-qrcode   .topqrcode{
    padding-top: 8px;
    background-color: #fff; 
}
.study-qrcode .qrcode-image {
    display: block;
    height: 80px;
    width: 80px;
    margin: 0 auto;

}
.study-qrcode .qrcode-text {
    margin-top: 5px;
    font-size: 14px;
    text-align: center; 
    padding-bottom: 5px;
}
.study-qrcode .qrcode-text {
    margin-top: 5px;
    font-size: 14px;
    text-align: center; 
    padding-bottom: 5px;
}
.study-qrcode .jz_hover_qrcode_arrow {
    /* bottom: -7px; 
    border-top: 8px solid #fff;
    position: absolute;
    left: 50%;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin-left: -7px; */
}
.btn-study:hover .study-qrcode {
    /* visibility: visible; */
}
.consulting .customer .qrcode{
    position: absolute;
    top: 77px;
    /* left: 15px; */
    right: -15px; 
    width: 115px; 
    margin-right: 0;
    visibility: hidden;
}

.consulting .customer .qrcode .topqrcode{
    padding-top: 8px;
    background-color: #fff; 
}

/* .floatLeftTop .consulting  .customer:hover .qrcode {
    visibility: visible;
} */

.consulting .customer .qrcode .qrcode-image {
    display: block;
    height: 80px;
    width: 80px;
    margin: 0 auto;

}

.consulting .customer .qrcode .qrcode-text {
    margin-top: 5px;
    font-size: 14px;
    text-align: center; 
    padding-bottom: 5px;
}

.consulting .customer .qrcode .jz_hover_qrcode_arrow {
    top: -7px; 
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 50%;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin-left: -7px;
}

.popupLevel {
    /* display: block; */
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 9032;
    margin: 0;
    padding: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}
.popupLevelshow {
    display: block;
}
.popupLevelWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.popupLevelForms {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
}
.formStyle105 { 
    position: relative;
    top: 0;
    left: 0;
    border: none;
    margin: 0 auto;
    border-radius: 2px;
    background: #fff;
    /* min-width: 300px;
    min-height: 200px;
    max-width: 2000px;
    max-height: 2000px; */
    /* transition: transform .5s;
    transform: scale(0); */
    width: 400px;
    height: 350px;
    margin-top: 201px;
}
.formStyle105 .lightModuleOuterContent {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 40px;
}
.formStyle105 .lightModuleOuterContent img {
    display: block;
    margin: 0 auto 0;
    height: 250px;
    width: 250px;
}
.formStyle105 .lightModuleOuterContent .ab-colse{
    z-index: 8;
    position: absolute;
    top: 12px;
    right: 26px;
    width: 33px;
    height: 33px;
    background-image: url("https://ewg1990.oss-cn-guangzhou.aliyuncs.com/uploads/20220818/f87d2f45a45e4873b5acfe39c20ac13d.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.formStyle105 .lightModuleOuterContent .msk-text {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}