
.banner {
    width: 100%;
    margin-top: 80px;
}

.banner .lshop {
    height: 520px;
    background: url('../mirror/images/playmini/lshop_bg.png') no-repeat center center;
    background-size: 100% 100%;
}

.banner .lshop .lshop_ber {

}

.banner .lshop .lshop_ber .lshop_ber_ber {
    width: 100%;
    height: 100%;
    background: url('../mirror/images/playmini/lshop_ber_ber.png') no-repeat center right;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_tit {
    font-size: 50px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 59px;
    margin-left: -25px;
    padding-top: 100px;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_tit > span {
    background: linear-gradient(to right, #1C53FF, #416fffc7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_msg {
    margin-top: 18px;
    height: 32px;
    font-size: 28px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 32px;
    letter-spacing: 2px;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_msg > span {
    background: linear-gradient(to right, #1C53FF, #416fffc7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .lshop_ul {
    width: 600px;
    margin-top: 25px;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .lshop_ul > li {
    width: 200px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #475793;
    float: left;
}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but {
    margin-top: 61px;
}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but > .free {
    margin-right: 50px;
    padding: 5px 20px;
    background: #003EFF;
    border-radius: 6px 6px 6px 6px;
    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 41px;

}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but > .update {
    padding: 5px 20px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #003EFF;
    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #003EFF;
    line-height: 41px;
}

/*功能展示*/

.func-box {
    display: flex;
    justify-content: center;
    background-color: #F4F7FC;
    padding: 56px 0 82px 0;
}

.func-box .func-content {
    width: 1200px;
    display: flex;
    align-items: center;
}

.func-box .func-content .left-area {
    flex: 1;
    border-radius: 12px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.func-box .func-content .left-area .tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 43px 0 0 24px;
}

.func-box .func-content .left-area .con-data {
    padding: 14px 12px;
}

.func-box .func-content .left-area .data-lst {
    display: flex;
    flex-wrap: wrap;
}

.func-box .func-content .left-area .data-lst .lst-item {
    margin: 10px 8px 0 0;
    width: calc(50% - 4px);
    display: flex;
}

.func-box .func-content .left-area .data-lst .selected {
    border-radius: 12px;
    background: rgba(0, 25, 255, 0.06);
}

.func-box .func-content .left-area .data-lst .lst-item:nth-child(2n) {
    margin-right: 0px;
}

.func-box .func-content .left-area .data-lst .lst-item img {
    width: 40px;
    height: 40px;
    margin: 20px 12px 0 6px;
}

.func-box .func-content .left-area .data-lst .lst-item .it-con {
    flex: 1;
    margin: 23px 12px 22px 0;
}

.func-box .func-content .left-area .data-lst .lst-item .it-con .con-tit {
    color: #333;
    font-family: Alibaba-PuHuiTi-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}

.func-box .func-content .left-area .data-lst .lst-item .it-con .con-tit span {
    color: #3A6AFF;
}

.func-box .func-content .left-area .data-lst .lst-item .it-con .con-des {
    color: #878787;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.func-box .func-content .right-area {
    width: 415px;
    height: 100%;
    border-radius: 12px;
    background: #FFF;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.func-box .func-content .right-area img {
    width: 322px;
}

/*技术栈*/
.tech-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 705px;
}

.tech-box .tech-diy-left {
    position: absolute;
    left: 0;
    top: 0;
}

.tech-box .tech-diy-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.tech-box .tech-con {

}

.tech-box .tech-con .con-tit {
    color: #333;
    text-align: center;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 36px;
}

.tech-box .tech-con .con-tit span {
    background: linear-gradient(90deg, #1B7BFF 56.21%, #BF69FF 85.11%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tech-box .tech-con .con-des {
    color: #313160;
    text-align: center;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*技术支持*/
.support-box {
    width: 100%;
    height: 771px;
    background: url('../mirror/images/playmini/support_bg.png') no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.support-box .support-tit {
    width: 1200px;
    color: #333;
    text-align: center;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 80px;
}

.support-box .support-con {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.support-box .support-con .con-item {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 50px 0 0 0;
    width: 400px;
    flex-shrink: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, #FFF 0%, #EEF1FF 100%);
    margin: 90px 25px 0 25px;
}

.support-box .support-con .con-left {
    transform: rotate(-8deg);
    box-shadow: -12px 4px 20px 0px rgba(158, 186, 218, 0.40);
}

.support-box .support-con .con-right {
    transform: rotate(8deg);
    box-shadow: 4px 4px 20px 0px rgba(158, 186, 218, 0.40);
}

.support-box .support-con .con-item .it-tit {
    color: #000;
    text-align: center;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.support-box .support-con .con-item .it-des {
    color: #362C45;
    text-align: center;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.support-box .support-con .con-item img {
    width: 300px;
    height: 200px;
    object-fit: contain;
}

/*公司资质*/
.about_company {
    width: 100%;
    height: 500px;
    background: #F9FBFE url('../mirror/images/playmini/about_company_bg.png') no-repeat center right;
    background-size: 100% 100%;
    /*box-shadow: inset 0px 6px 20px 0px rgba(11,50,174,0.15), inset 0px -6px 20px 0px rgba(11,50,174,0.15);*/
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.about_company > p {
    width: 100%;
    height: 42px;
    font-size: 30px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 35px;
    text-align: center;
    padding-top: 60px;
}

.about_company .company_tips {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}


/* 联系我们 */
.contactus {
    width: 100%;
    height: 394px;
    background: url('../mirror/images/playmini/contact_bg.png') no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contactus .contactus_tit {
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(90deg, #114BFF 0%, #83B4FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contactus .contactus_msg {
    color: #888;
    text-align: center;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
}

.contactus .contactus_but {
    width: 240px;
    height: 55px;
    line-height: 55px;
    background: #3A6AFF;
    border-radius: 999px;
    display: block;

    font-size: 22px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    margin-top: 53px;
}

.contactus .contactus_but:hover {
    background: #6086FF;
}


.global {
    width: 100%;
    height: 155px;
    background-color: #262834
}

.global .global_cont {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background: url('../mirror/images/playmini/global_ber.png') no-repeat center right;
    background-size: auto 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.global .global_cont .global_msg {
    width: 720px;
    height: 67px;
    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 23px;
    margin-right: 50px;

}

.global .global_cont .global_msg > span {
    font-size: 25px;
}

.global .global_cont .global_but {
    display: block;
    width: 159px;
    height: 48px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 48px;
    margin-right: 100px;

    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-weight: normal;
    color: #FFFFFF;
}

.global .global_cont .global_but:hover {
    color: #262834;
    background-color: #FFFFFF;
}