.layui-nav-index{
    background: rgba(255, 255, 255, 0);
}
.layui-nav .layui-nav-item a{
    font-weight: 600;
    font-size: 16px;
}
.layui-nav .layui-this:after {
    background: rgba(254, 154, 0, 1);
}
.layui-nav .layui-this:after, .layui-nav-bar {
    background-color: rgba(254, 154, 0, 1);
}
.layui-nav .layui-this:after {
    background: rgba(254, 154, 0, 1);
}
.layui-nav .layui-nav-item{
    padding: 0 5px;
}
.copy-right a{
    color: #fff;
}
.createactivity span{
    color: #fff;
    border-radius: 4px;
    background: rgba(254, 154, 0, 0.2);
    border: 1px solid #fff;
    font-weight: 400;
    padding: 6px 9px;
}
.loginbox span{
    color: rgba(254, 154, 0, 1);
    background: #fff;
    padding: 6px 9px;
    border-radius: 4px;
}
.bannerimg{
    /*height: 450px;*/
    width: 100%;
}
.bigbox{
    margin: 0 130px;
}
.bannerbottom{
    margin: 0 280px;
    position: relative;
    bottom: 123px;
    z-index: 1;
}
.bigboxdisplay{
    display: flex;
    justify-content: center;
}
.btbox{
    backdrop-filter: blur(4px);
    height: 250px;
    width: 90%;
    border-radius: 20px;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0.3), rgba(255, 141, 26, 0.5) 0% 100%);
    border: 1px solid rgba(255, 255, 255, 1);
    text-align: center;
    padding: 40px 38px;
    cursor: pointer;
    position: relative;
    bottom: 0;
    transition: all 0.5s ease .005s;
}
.createbox img{
    width: 100%;
    height: 550px;
    border: 1px solid #fff;
    box-shadow: 0 2px 5px  rgba(80, 80, 80, 0.25);
}
.createboxtxt p:first-child{
    font-size: 60px;
}
/*.createbox:hover .createtypetxtbox{*/
/*    color: #D43030!important;*/
/*}*/

.btbox:hover{
    bottom: 20px;
    border: 1px solid rgba(230,67,67,0.2);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 100%,rgba(250, 250, 250, 1) 0%);
}
.btbox:hover span{
    color: rgba(212, 48, 48, 1);
}
.btbox .center{
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    padding: 15px 0 0 0;
}
.btbox .bottom{
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding: 10px 0;
}
.bannerbox{
    overflow: hidden;
    position: relative;
}
.navboxposition{
    position: fixed;
    z-index: 4;
    width: 100%;
    background: rgba(254, 204, 109, 0.2);
    backdrop-filter: blur(4px);
}
.copy-right{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff;
}
.maintxt{
    font-size: 32px;
    font-weight: 700;
    color: rgba(33, 33, 33, 1);
    margin-top: 80px;
}
.maintxt2{
    margin-top: 10px;
}
.maintxt2 span{
    color: rgba(33, 33, 33, 1);
}
.textright{
    text-align: right;
    padding: 5px 0;
}
.center2{
    color: rgba(33, 33, 33, 1);
}
.center3{

}
.parent {
    margin: 60px 0 0 0;
    height: 440px;
    overflow: hidden;
    display: flex;
}
.maingoodsbigbox{
    flex: 1;
}
.centerleft{
    height: 136px;
    position: relative;
}
.centercenter{
    text-align: center;
    margin: 0 10px;
}
.centercenter img{
    height: 409px;
}
.maingood{
    cursor: pointer;
    /*transition: all 0.1s ease .005s;*/
}
.maingood span{
    cursor: pointer;
    /*transition: all 0.5s ease .005s;*/
}
.choosehexin{
    color: rgba(212, 48, 48, 1);
    border-bottom: 3px solid #FE9A00;
    padding-bottom: 1px;
    font-weight: 600;
}
.choosesmallhexin{
}
.maingood span:first-child{
    font-size: 24px;
}
.maingood span:last-child{
    display: block;
    font-size: 16px;
    margin-top: 6px;
}
.maintxt3{
    position: relative;
    overflow: hidden;
}
.centerborder{
    width: 100%;
}
.maintxt3 .center{
    position: absolute;
    left: 540px;
    top: 128px;
    width: 369px;
}
.centeralign{
    position: absolute;
    right:13%;
    transform: translateY(100%);
    text-align: right;
}
.centeralign span:first-child,.centeralign2 span:first-child{
    /*font-size: 15px;*/
    /*font-weight: 600;*/
}
.centeralign2{
    position: absolute;
    left:13%;
    transform: translateY(100%);
    text-align: left;
}
.createtype{
    background: rgba(255, 141, 26, 0.08);
    padding: 1px 288px 121px 288px;
    margin-top: 30px;
}
.createbox{
    position: relative;
    cursor: pointer;
}
.createboxtxt{
    position: absolute;
    width: 200px;
    height: 200px;
    left: 50%;
    top: 67%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all 0.5s ease .005s;
}

.createboxtxt p{
    text-align: center;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    text-shadow: 0 2px 4px  rgba(0, 0, 0, 0.25);
}
.createboxright{
    border-radius: 0 20px 20px 0;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0 2px 5px rgba(80, 80, 80, 0.25);
    height: 550px;
}
.btt1{
    display: none;
}
.createfirst{
    font-weight: 600;
    font-size: 28px;
    color: #212121;
}
.createboxright{
    border-radius: 0 20px 20px 0;
    padding: 100px 50px 50px 50px;
}
.createsecond{
    color: #212121;
    padding: 20px 0 66px 0;
    font-size: 20px;
}
.createthird{
    font-weight: 700;
    color: rgba(255, 141, 26, 1);
    font-size: 15px;
}
.createthird p{
    font-size: 12px;
}
.erweima{
    margin-top: 30px;
}
.displaynone{
    display: none;
}
.positioncss{
    position: relative;
}
.positioncss,.createbox{
    transition: all 0.5s ease .005s;
}
.layui-nav-type,.comfortable,body{
    background: #ffffff;
}
.layui-nav-type{
    padding: 0 0!important;
}
.layui-nav-type{
    border-bottom: 1px solid rgba(201, 201, 201, 1);
    display: flex;
    margin-bottom: 40px;
}
.layui-nav-type li{
    flex: 1;
}
.layui-nav-type li a:hover{
    color: rgba(254, 154, 0, 1)!important;
}
.modilebox{
    text-align: right;
    position: relative;
    width: 450px;
    height: 681px;
    left: 30%;
}
.modilebox img{
    width: 450px;
    height: 681px;
}
.casebtn{
    display: flex;
}
.casebtn p{
    border-radius: 15.95px;
    background: rgba(237, 237, 237, 1);
    color: rgba(153, 153, 153, 1);
    text-align: center;
    padding: 5px 15px;
    margin-right: 21px;
    font-size: 13px;
    cursor: pointer;
}
.caseselete{
    background: rgba(255, 141, 26, 1)!important;
    color: #ffffff!important;
}
.txt1{
    color: rgba(33, 33, 33, 1);
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 10px 0;
}
.caseactivitybtn{
    margin-top: 40px;
    display: block;
    cursor: pointer;
}
.caseactivitybtn span{
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 141, 26, 1);
    color: rgba(255, 141, 26, 1);
}
.casecode{
    margin-top: 62px;
    position: relative;
    left: -22px;
}
.casecode img{
    width: 166px;
    height: 166px;
}
.casebox{
    padding: 97px 0 0 75px;
}
.iframeurl{
    width: 63.5%;
    height: 91.5%;
    position: absolute;
    left: 50.3%;
    top: 2.6%;
    bottom: 0;
    border: 0;
    transform: translateX(-50%);
    border-radius: 30px 14px 35px 35px;
    overscroll-behavior: contain;
}
.banner5 img{
    height: 171px;
    width: 100%;
}
.banner6 .bgimg{
    height: 650px;
    width: 100%;
}
.datacall{
    height: 650px;
    width: 100%;
}
.erweimacodeimg{
    /*height: 70px;*/
    width: 100%;
}
.bottomnav{
    padding: 44px 200px!important;
}
.banner5,.banner6 {
    position: relative;
    margin-top: 45px;
}

.banner5 div{
    padding: 44px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.databox{
    padding: 44px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner5 center,.databox .databoxtitle{
    font-size: 36px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}
.databoxsmalltitle{
    font-weight: 400;
    line-height: 14px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 1);

}
.banner5 p{
    text-align: center;
    margin-top: 26px;
}
.banner5 span{
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 15px;
    background: rgba(255, 255, 255, 1);
    color: rgba(212, 48, 48, 1);
    border: 1px solid rgba(255, 195, 0, 1);
}
.articlebox{
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);

    border: 1px solid #fff;

    box-shadow: 0 1px 10px  rgba(138, 138, 138, 0.2);
}
.articleList{
    margin: 6% 11%;
    padding: 0 142px;

}
.articlehead{
    display: flex;
    border-bottom:1px solid rgba(220, 220, 220, 1);
    padding: 20px 0 18px 27px;
}
.articleheadleft{
    display: flex;
    align-items: center;
}
.articleheadleft span{
    font-size: 30px;
    font-weight: 700;
    color: rgba(60, 60, 60, 1);
    padding-left: 5px;
}
.flex-1{
    flex: 1;
}
.articlebox{
    padding: 20px;
    cursor: pointer;
    min-width: 420px;
}
.articlebox img{
    width: 40px;
    height: 40px;
}
.articleheadright{
    text-align: right;
}
.articleheadright span{
    font-size: 20px;
    color: rgba(153, 153, 153, 1);
}
.articlebox ul{
    padding: 15px 15px 0 15px;
}
.articlebox ul li{
    margin: 24px 0;
    font-weight: 400;
    padding-left: 15px;
}
.articlebox ul li a{
    white-space: nowrap;
    font-size: 18px;
    color: rgba(56, 56, 56, 1);
}
.articleboxleft{
}
.articleboxright{
}
.banner6block{
    margin: 30px 290px;
}
.banner6block2{
    margin: 30px 100px;
}
.banner6div{
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 141, 26, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
    border: 1px solid rgba(255, 255, 255, 1);
    height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease .005s;
}
.bigdataselete{
    color: rgba(212, 48, 48, 1)!important;
}

.banner6txt{
    text-align: center;
    color: rgba(255, 255, 255, 1);
}
.banner6txtnum{
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 40px;
}
.banner6txtdetail{
    font-size: 20px;
    position: relative;
    top: 14px;
}
.banner6txthao{
    position: relative;
    bottom: 20px;
    font-size: 18px;
}
.bottomleft img{
    width: 132.57px;
    height: 40px;
}
.bottomleft p{
    color: #ffffff;
    font-size: 12px;
    margin-top: 8px;
}
.bottomleftbox{
    display: flex;
}
.bottomleftbox div{
    flex: 1;
}
.bottomleftbox div p:first-child{
    font-size: 28px;
    color: #fff;
    text-align: left;
}
.bottomleftbox div p:last-child{
    font-size: 16px;
    color: #fff;
    text-align: left;
}
.quicknav p{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.quicknav a{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.quicknav li{
    margin: 20px 0;
    text-align: left;
}
.bottomright p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.layui-nav .layui-nav-item a{
    color: #fff;
}
.navbottom{
    overflow: hidden;
}
.navbottom img{
    width: 100%;
}
.freetemplate{
    position: relative;
}
.freetemplate img{
    width: 100%;
}
.searchbox{
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100% - 144px);
}
.searchboxtitle{
    font-size: 42px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    margin-top: 6%;
}
.searchboxsmalltitle{
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin: 4% 0 3% 0;
}
.searchipt{
    display: flex;
    justify-content: center;
}
.inputtxt{
    width: 30%;
}
.inputbtn{
    background: rgba(255, 141, 26, 1)!important;
}
.searchtype{
    height: 140px;
    width: 66%;
    position: absolute;
    margin: 0 17%;
    bottom: -52px;
}
.searchboxicotitle{
    color: #fff;
    padding-top: 10px;
}
.searchicoselete{
    display: none;
    position: absolute;
    bottom: -14px;
    left: 36%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px;
    border-color: transparent transparent rgba(212, 48, 48, 1);
}
.searchtypetypeseletediv{
    margin-top: 83px;
}
.searchtypetypeselete li{
    flex: 1;
    text-align: center;
    color: rgba(60, 60, 60, 1);
    font-size: 20px;
    margin-top: 8px;
}
.searchtypetypeseleteli a{
    color: rgba(212, 48, 48, 1)!important;
}
.searchtypetypeseleteclick ul{
    /*margin-top: 80px;*/
    display: flex;
    cursor: pointer;
}
.freeline{
    margin-top: 11px;
}
.aaaaa{
    color: rgba(60, 60, 60, 1);
}
.searchtypediv {
    backdrop-filter: blur(4px);
    padding: 38px 80px 0 80px;
    cursor: pointer;
    display: flex;
    border-radius: 20px;
    background-size: cover;
}

.searchtypetypeselete{
    /*margin: 0 280px;*/
    border-radius: 20px;
}
.imgopacity{
    opacity: 0.8;
}
.searchseleteico{
    font-weight: 700;
    opacity: 1;
}
.searchico p{
    text-align: center;
    font-size: 22px;
}
.searchico{
    opacity: 1;
    position: relative;
    flex: 1;
    float: left;
    padding-bottom: 16px;
}
.searchico img{
    width: 40px;
    height: 40px;
}
.searchheight{
    height: 100%;
}
.searchboxico{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#freelist{
    overflow: hidden;
}
#caselist{
    overflow: hidden;
    padding: 0 0;
}
.freelist{
    margin: 7% 6% 94px 8%;
    cursor: pointer;
}
.freeimgdiv{
    position: relative;
    width: 90%;
}
.caseimgdiv{
    position: relative;
    width: 100%;
}
.caseimg{
    width: 100%;
    height: 162px;
    border-radius: 20px;
    box-shadow: 0 2px 2px  rgba(0, 0, 0, 0.25);
}
.freeimg{
    height: 460px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 2px 2px  rgba(0, 0, 0, 0.25);
}
.freelistbox{
    position: relative;
    text-align: center;
    margin-bottom: 46px;
    float: left;
    width: 20%;
    display: inline-block;
    padding: 0 1%;
    /*margin-right: -2.5%;*/
    /*display: flex;*/
    justify-content: center;
}
.caselistbox{
    position: relative;
    text-align: center;
    margin-bottom: 36px;
    float: left;
    width: 24%;
    margin-right: 1%;
    padding: 12px 1%;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 4px  rgba(0, 0, 0, 0.25)
}
.caseimgdiv p{
    text-align: center;
    padding: 12px 0;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    font-size: 16px;
    font-weight: 400;
    color: rgba(60, 60, 60, 1);

}
.freeleftico{
    position: absolute;
    left: 0;
    width: 47px;
    height: 25px;
}
.freelistnum{
    position: absolute;
    left: 9px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    top: 6px;
}
.dialogcode{
    transition: all 0.5s ease .005s;
    top: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color:rgba(0,0,0,0.2);
    background: linear-gradient(180deg, rgba(106, 26, 255, 0.4) 0%, rgba(212, 48, 48, 0.4) 100%);

    border: 1px solid rgba(106, 26, 255, 1);
rgba(212, 48, 48, 1);


}
.codeimg{
    width: 60%;
    height: 60%;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.dialogcode{
    padding: 48px 0;
}
.dialogtxt{
    color: #fff;
    padding: 4px 0;
    font-size: 13px;
}
.dialogbtn span{
    border-radius: 20px;
    background:blue;
    color: #fff;
    padding: 8px 20px;
}
.dialogbtn{
    margin: 10px 0 0 0;
    cursor: pointer;
}
.searchicoseletediaplay{
    display: block!important;
}


.articleboxselete:hover{
    background: linear-gradient(225deg, rgba(255, 141, 26, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
    box-shadow: 0 1px 10px  rgba(138, 138, 138, 0.2);
    border: 1px solid rgba(212, 48, 48, 0.5);
}
.articleboxselete:hover  span{
    color: rgba(212, 48, 48, 1);
}

.articlebox ul li a:hover  {
    color: rgba(212, 48, 48, 1);
}
.workbox div{
    overflow: hidden;
    margin: 0 102px;
    position: relative;
    height: 106px;
}
.workbox ul{
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.caseimgdiv center{
    display: flex;
}
.caseimgdiv div{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.caseimgdiv div img{
    width: 23px;
    height: 23px;
    margin-right: 8px;
}
.caseimgdiv div span{
    font-size: 12px;
}
.caseerweima {
    transition: all 0.5s ease .005s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 6;
    height: 100%;
    padding-top: 17px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(148, 26, 255, 0.4) 0%, rgba(212, 48, 48, 0.4) 100%);
}
.caseerweima img{
    /*width: 59%;*/
    border-radius: 10px;
    height: 150px;
    margin: auto;
}
.caseerweima p{
    text-align: center;
    margin: 13px 0 15px 0;
}
.caseerweima p span{
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}
.caseerweima center span{
    border-radius: 10px;
    background: rgb(134, 95, 224);
    color: #fff;
    padding: 6px 13px;
}
.tab-btn a{
    padding: 5px 21px;
    background: #d7d0d0;
    border-radius: 17px;
    margin-right: 3%;
}
.tab-btn a.active{
    background: blue;
    color: #fff;
}
.serach-box{
    background: #EFF0F3;
    height: 130px;
}
.searchipt{
    width: 700px;
    height: 50px;
    padding-top: 35px;
}
.searchipt input{
    background: #D8DEEA;
    font-size: 18px;
    width: 70%;
    height: 50px;
    text-indent: 1em;
    outline: none;
}
.searchipt button{
    width: 25%;
    flex: 0 0 25%;
    height: 50px;
    background: linear-gradient(to right,#4567E9,#5F95EF) !important;
    color: #fff;
    border-radius: 15px;
    margin-left: -10px;
}
.tab-btn button{
    margin-right: 5%;
}
.tab-btn button:last-child{
    margin-right:0;
}
@media screen  and (max-width: 1520px)  {
    .freelist{
        margin: 7% 2% 94px 4%;
    }
}







