/*------------------------------banner区域开始------------------------------*/
.banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 700px;
}
.banner:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.banner .videoBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
}
#video {
    width: 100%;
    object-fit: fill;
    height: 100%;
}
.banner>p{
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 49px;
    color: #fff;
    padding: 80px 0 20px;
    flex-shrink: 0;
}
.banner>p span{
    color: red;
    font-weight: 600;
}
.banner>p .span{
    color: #f8d34b;
    padding: 0 20px;
    font-weight: 500;
}
.banner>button{
    position: relative;
    z-index: 1;
    margin: 20px auto 0;
    flex-shrink: 0;
}
.banner-pinggu{
    position: relative;
    z-index: 1;
    width: fit-content;
    padding: 30px;
    margin: 40px auto 0;
    /*background-color: rgba(0,0,0,.5);*/
    border-radius: 6px;
    flex-shrink: 0;
}
.banner-pinggu p{
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.banner-pinggu>div{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.banner-pinggu>div .iptdiv{
    display: flex;
    height: 50px;
    width: 500px;
    border: 1px solid #80b2ff;
    padding: 0 0 0 20px;
    font-size: 18px;
    background-color: rgba(240,242,247,1);
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
}
.banner-pinggu>div .iptdiv input{
    flex: 1;
    text-align: center;
    font-size: 20px;
    background-color: transparent;
}
.banner-pinggu>div .iptdiv img{
    width: 44px;
}
.banner-pinggu>div>button{
    padding: 0 15px;
    margin-left: 10px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    background-image: linear-gradient(-30deg,#003ce4,#0069ff);
    border-radius: 4px;
}
.banner-pinggu>div>button:hover{background-image: linear-gradient(-30deg,#0069ff,#0069ff);}



/*------------------------------行业------------------------------*/
.hy{
    width: 1200px;
    padding: 40px 0 0;
    margin: 0 auto;
}
.hy .common-title{margin-bottom: 1.5rem}
.hy img{width: 100%}



/*------------------------------应用场景------------------------------*/
.appletyycj{padding: 60px 0}
.appletyycj-main{
    display: flex;
    position: relative;
    width: 1200px;
    height: 675px;
    padding: 0 33px 0 73px;
    margin: 0 auto;
    justify-content: space-between;
}
.appletyycj-main:after{
    content: '';
    position: absolute;
    z-index: -1;
    left: -59px;
    width: calc(100vw);
    height: 100%;
    background-color: rgba(227,230,234,.76);
    border-radius: 47px 0 0 47px;
}


/*----------应用场景的左边开始----------*/
.appletyycj-left{
    width: 680px;
    margin-top: 60px;
    flex-shrink: 0;
}

/*应用场景左边的儿子*/
.appletyycj-left-child:first-child~div{
    margin-top: 40px;
}
.appletyycj-left-child>h3{
    display: flex;
    font-size: 24px;
    font-weight: bold;
    color: #3d3d3d;
    align-items: center;
}
.appletyycj-left-child>h3 i{
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background-position: center;
    background-size: cover;
}
.appletyycj-left-child>ul{
    display: flex;
    margin-top: 17px;
    flex-wrap: wrap;
}
.appletyycj-left-child>ul li{
    width: 125px;
    height: 40px;
    margin-left: 10px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #606060;
    background-color: #fff;
    border-radius: 0 8px 8px 8px;
    cursor: pointer;
}
.appletyycj-left-child>ul li:nth-child(5n-4){margin-left: 10px}
.appletyycj-left-child>ul li:nth-child(5)~li{margin-top: 10px}
.appletyycj-left-child>ul li:hover{
    color: #fff;
    background-color: #0056b3;
}


/*----------应用场景的右边开始----------*/
.appletyycj-right{
    position: relative;
    width: 321px;
    height: 660px;
    margin-top: 60px;
}
.appletyycj-right-child{
    display: none;
    width: 100%;
    height: 100%;
}
.appletyycj-right-child img{
    display: none;
    width: 100%;
    cursor: pointer;
}
.appletyycj-right>p{
    display: flex;
    position: absolute;
    right: 0;
    bottom: 36px;
    left: 0;
    font-size: 20px;
    color: #fff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.appletyycj-right>p:after{
    content: '';
    width: 17px;
    height: 17px;
    margin-left: 5px;
    background: url("https://cdn.huamux.com/pcimgs/icon/applet-right.png") center;
    background-size: cover;
    transition: .3s;
}
.appletyycj-right:hover>p:after{transform: translateX(10px)}


/*----------查找小程序开始----------*/
.appletyycj-find{
    margin-top: 80px;
}
.appletyycj-find p{
    text-align: center;
    font-size: 26px;
    color: #484848;
}
.appletyycj-find>div{
    display: flex;
    margin-top: 40px;
    justify-content: center;
}
.appletyycj-find>div button{
    position: relative;
    height: 68px;
    line-height: 68px;
    padding: 0 34px;
    font-size: 30px;
    color: #fff;
    background: linear-gradient(45deg, #0168FF 0%, #003DE6 100%);
    background-image: linear-gradient(127deg, #41B5FF 0%, #2670FA 100%);
    box-shadow: 0px 6px 24px -4px rgba(0,46,190,0.8);
    border-radius: 60px;
    transition: .25s;
    overflow: hidden;
}
.appletyycj-find>div button:before{
    content: "";
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
    animation: myfirst 5s linear infinite;
}
@keyframes myfirst {
    75%   {transform: skewX(-45deg) translateX(0);transition: all 0.5s ease-in-out;}
    100% {transform: skewX(-45deg) translateX(35em);transition: all 0.5s ease-in-out;}
}
.appletyycj-find>div button:hover{transform: translateY(-10px)}





/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
body[data-mobile] .banner .videoBox{height: 2rem}
body[data-mobile] .banner>p{
    margin-top: 0.2rem;
    font-size: 0.18rem;
    padding: 0;
}
body[data-mobile] .banner>p .span{padding: 0 0.06rem}
body[data-mobile] .banner-pinggu{
    padding: 0;
    width: auto;
    margin: 0.12rem 0.12rem 0;
    border-radius: 0.08rem;
}
body[data-mobile] .banner-pinggu>div{margin-top: 0}
body[data-mobile] .banner-pinggu>div .iptdiv{
    flex: 1;
    width: auto;
    height: 0.34rem;
    padding-left: 0.12rem;
    font-size: 0.14rem;
    border-radius: 0.08rem;
}
body[data-mobile] .banner-pinggu>div .iptdiv input{font-size: 0.14rem}
body[data-mobile] .banner-pinggu>div>button{
    padding: 0 0.12rem;
    margin-left: 0.1rem;
    font-size: 0.14rem;
    border-radius: 0.04rem;
}
body[data-mobile] .banner-pinggu>div .iptdiv img{width: 0.34rem;}
body[data-mobile] .hy{
    width: auto;
    padding: 0.4rem 0.12rem 0;
}
body[data-mobile] .appletyycj{padding: 0.4rem 0;}
body[data-mobile] .appletyycj-main{
    width: auto;
    height: auto;
    padding: 0.12rem;
    background-color: rgba(227,230,234,.76);
    align-items: center;
}
body[data-mobile] .appletyycj-main:after{display: none}
body[data-mobile] .appletyycj-left{
    flex: 1;
    width: auto;
    margin-top: 0;
}
body[data-mobile] .appletyycj-left-child:first-child~div{margin-top: 0.2rem}
body[data-mobile] .appletyycj-left-child>h3{font-size: 0.16rem;}
body[data-mobile] .appletyycj-left-child>h3 i{
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.05rem;
}
body[data-mobile] .appletyycj-left-child>ul{
    margin-top: 0.12rem;
}
body[data-mobile] .appletyycj-left-child>ul li{
    width: auto;
    height: auto;
    padding: 0.04rem;
    margin: 0 0.06rem 0.06rem 0;
    line-height: 1;
    text-align: center;
    font-size: 0.14rem;
    border-radius: 0;
    background-color: transparent;
}
body[data-mobile] .appletyycj-left-child>ul li:hover{color: #0056b3;}
body[data-mobile] .appletyycj-left-child>ul li:nth-child(5n-4){margin-left: 0}
body[data-mobile] .appletyycj-left-child>ul li:nth-child(5)~li{margin-top: 0}
body[data-mobile] .appletyycj-left-child>ul li:hover{
    color: #fff;
    background-color: #0056b3;
}
body[data-mobile] .appletyycj-right{
    width: 2rem;
    height: fit-content;
    margin-top: 0;
}
body[data-mobile] .appletyycj-right>p{
    bottom: 0.19rem;
    font-size: 0.14rem;
}
body[data-mobile] .appletyycj-right>p:after{
    width: 0.17rem;
    height: 0.17rem;
    margin-left: 0.05rem;
}
body[data-mobile] .appletyycj-right:hover>p:after{transform: translateX(0.05rem);}
body[data-mobile] .appletyycj-find{margin-top: 0.4rem;}
body[data-mobile] .appletyycj-find p{
    font-size: 0.24rem;
    font-weight: bold;
}
body[data-mobile] .appletyycj-find>div{margin-top: 0.28rem}
body[data-mobile] .appletyycj-find>div button{
    width: 2rem;
    height: 0.5rem;
    border: 1px solid #0056b3;
    line-height: 0.5rem;
    font-size: 0.2rem;
    border-radius: 0.05rem;
}
