body{
    background-color: white;
}
/* 飞机动画 */
.feijDiv{
    position: fixed;width: 100%;display: flex;flex-direction: column-reverse;align-items: center;bottom: 0px;background-color: white;height: 100%;
}
.feijDiv img{
    height: 150px;width: 100px;bottom: 0px;
}
/* 回到顶端按钮 */
.jtBackDiv{
    position: fixed;width: 50px;height: 50px;right: 20px;bottom: 190px;border-radius: 50%;background-color: #e6e6e6;display: flex;flex-direction: column;align-items: center;justify-content: center;cursor: pointer;visibility: hidden;
}
.jtBackDiv img{
    width: 30px;height: 30px;
}
/* 公众号展示 */
.gzhDiv{
    width: 50px;height: 50px;border-radius: 50%;right: 20px;bottom: 50px;background-color: white;position: fixed;visibility: hidden;
}
.gzhDiv img{
    width: 100%;height: 100%;border-radius: 50%;
}
.showGzhDiv{
    width: 180px;height: 180px;border-radius: 10px;right: 20px;bottom: 120px;background-color: white;position: fixed;visibility: hidden;
}
.showGzhDiv img{
    width: 170px;height: 170px;margin-top: 5px;margin-left: 5px;
}
/* 电话展示 */
.phoneDiv{
    width: 50px;height: 50px;border-radius: 50%;right: 20px;bottom: 120px;background-color: #264992;position: fixed;visibility: hidden;display: flex;flex-direction: column;justify-content: center;align-items: center;cursor: pointer;
}
.phoneDiv img{
    width: 40px;height: 40px;border-radius: 50%;
}
.showPhoneDiv{
    width: 180px;height: 180px;border-radius: 10px;right: 20px;bottom: 190px;background-color: white;position: fixed;visibility: hidden;
}
/* 主视图 */
.mainDiv{
    height: 100%;width: 100%;display: flex;flex-direction: column;
}
.touMainDiv{
    height: auto;width: 100%;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;align-items: center;margin-bottom: 10px;
}
.touMainDiv img{
    height: 100px;width: 300px;margin-top: 10px;margin-right: 50px;
}
.touBtnDiv{
    height: 100px;display: flex;flex-direction: row;justify-content: space-around;align-items: flex-end;flex-wrap: wrap;
}
.btnDiv{
    display: flex;flex-direction: column;height: 100px;width: 180px;justify-content: center;align-items: center;margin-top: 10px;
}
.btnDiv label{
    width: 100%;height: 90px;line-height: 90px;font-size: 22px;text-align: center;cursor: pointer;
}
.btnLine{
    width: 100%;height: 2px;background-color: #264992;visibility: hidden;
}
/* 中间div */
.midMainDiv{
    width: 100%;height: auto;
}
.midMainDiv iframe{
    width: 100%;float: left;margin: 0px;
}
/* 底部div */
.botMainDiv{
    height: 200px;background-color: #061739;display: flex;flex-direction: column;justify-content: center;align-items: center;
}
.footer{
    color: white;display: flex;flex-direction: column;align-items: center;
}
.footerLabel{
    height: 29px;display: flex;flex-direction: row;
}
.footerLabel label{
    line-height: 29px;height: 29px;margin-top: 1px;
}
.logoImg{
    height: 29px;width: 60px;margin-left: 15px;
}
.footLink {
    display: flex;flex-direction: column;margin-top: 15px;align-items: center;
}
.footLink label{
    font-size: 16px;color: gray;
}
.lianDiv{
    display: flex;flex-direction: row;margin-top: 5px;
}
/* a标签样式 */
a{text-decoration:none;cursor: pointer;color: white;}
a:link{color:#009;}
a:visited{color:#800080;}
a:hover,a:active,a:focus{color:#c00;text-decoration:underline;}

/* 流通卡table样式 */
.layui-table-cell {height: 30px;line-height: 30px;font-size: 12px;}.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {border-color: black; /*#bbb*/}