/*footer*/
.footerBox{
    background: #1e2677;
    color: white;
    width: 100%;
}
.fullfooter .footerBox{
    position: absolute;
    bottom: 0;
}
.fcon{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fotLeft{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.fcom{
    display: flex;
    margin: 30px 0;
}
.fcom .linki{
    margin: 0 5% 0 0;
    color: white;
    
}
.fcom .linki i{
    font-size: 18px;
}
.fotcall{
    margin: 0;
}
.callcon{
    display: flex;
    align-items: center;
}
.imgStyfot{
    height: 40px;
    margin: 0 10px 0 0;
}
.fotUrl{
    display: flex;
    margin: 30px 0;
}
.furlrow{
    margin: 0 5% 0 0;
    display: flex;
    align-items: center;
}
.fotRight{
    width: 150px;
    height: 150px;
}
.baword{
    border-top: solid 1px #e3e3e3;
}
.bawordcon{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}
.gov{
    color: white !important; 
}
.idic{
    
}

/*右侧悬浮弹窗*/
.asideMenus{position: fixed;right: 20px;top: 30% !important;z-index: 9;}
.asideMenus img{display: block;width: 75px;height:75px;margin: 0 0 2px;box-shadow: 0 0 5px #e3e3e3;border-radius: 10px;cursor: pointer;}
.asideMenus .igs{position: absolute;top:0;right: 75px;height: 75px;width: auto;padding: 0 10px 0 0;box-sizing: content-box;max-width: initial;}
.asideMenus .weChatImg{right: 75px;}
.asideMenus .weChatImg img{height: 130px;width: 130px;margin: 0 auto 2px;box-shadow: none;border-radius: 0;}
.asideMenus .hov{position:relative;}
.asideMenus .hov:hover .igs{display:block !important;}
.asideMenus .weChatImg .imgw{white-space: nowrap;box-shadow: 0 0 5px #e3e3e3;background: white;padding: 10px;width: 150px;text-align: center;height: 175px;border-radius: 10px;}


/*申请试用*/
.contact-form-box,.form-container-box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 80%;
    height: 50%;
    min-height: 660px;
    max-height: 800px;
    max-width: 660px;
    background: #fff;
    border-radius: 33px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
/*.wpcf7-response-output{*/
    
/*}*/
/*.wpcf7-submit{*/
    
/*}*/
/*.wpcf7-form-control{*/
    
/*}*/
/*.wpcf7-form-control-wrap{*/
    
/*}*/
/*.hidden-fields-container{*/
    
/*}*/
/*.wpcf7-form{*/
    
/*}*/
/*.screen-reader-response{*/
    
/*}*/
.form-container-box{
    display: flex;
    flex-direction: column;
}
.form-container-box .slogo{

}
.form-container{
    padding: 20px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.form-container .form-item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.form-container .submit-btn{
    background: #5d74ff;
    margin: 30px auto 0;
    display: flex;
    width: 50%;
    justify-content: center;
}
.form-item-tit{
    word-break: break-all;
    display: flex;
    width: 80px;
    font-size: 16px;
}
.form-item-box{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.form-tip{
    height: 30px;
}
.form-item-tit .mus{
    color: #5d74ff;
}
.closeform{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999;
    cursor: pointer;
    width: 30px;
}

