@charset "UTF-8";

/**
 * @desc File Info
 * @author MaLiang
 * @date 2019-4-16
*/
/* 业态级别框架样式 */
body {
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

body {
    font-size: .22rem;
    ;
    font-family: "Microsoft YaHei";
}

.page_container {
    position: relative;
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    height: 100%;
    display: box;
    /* OLD - Android 4.4- */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-orient: vertical;
    /* 12版 */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.page_content {
    width: 100%;
    position: relative;
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.pop_box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

/* S 头部 */
header {
    position: relative;
    height: .88rem;
    border-bottom: 1px solid #ececec;
}

/* E 头部 */
/* S banner */
.banner {
    position: relative;
    width: 100%;
    height: 4rem;
    overflow: hidden;
}

.banner_swiper {
    width: 100%;
    height: 4rem !important;
}

.banner img {
    width: 100%;
}

.pagination {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: .2rem;
}

/* E banner */
/* S banner 下方优势  */
.advantage {
    width: 100%;
    min-width: 1200px;
    height: 120px;
}

/* E banner 下方优势  */
/* S footer */
footer {
    position: relative;
    height: 1rem;
}

/* E footer */
/* S 底部悬浮框 */
.btmbar {
    width: 100%;
    min-width: 1200px;
    height: 120px;
    position: fixed;
    left: 0;
    bottom: 0;
}

/* E 底部悬浮框 */
/* S  右侧边栏 */
.sidebar {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
}

/* E  右侧边栏 */
/* S 弹出广告窗 */
.pop_banner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

/* E 弹出广告窗 */
/* S 弹出一级表单 */
.pop_form {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

/* S 弹出一级表单 */
/* S 二级表单 */
.ejForm {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

/* E 二级表单 */
.case_deta img {
    max-width: 100% !important;
}

.footer {
    width: 100%;
    height: .98rem;
    position: fixed;
    z-index: 888;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left {
    width: calc((100%/3)*2);
    height: 100%;
    background: #ffa133;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-left img,
.footer-right img {
    width: .34rem;
}

.footer-left span,
.footer-right span {
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: .12rem;
}

.footer-right {
    width: calc((100%/3));
    height: 100%;
    background: #10bbb8;
    text-align: center;
    line-height: .98rem;
    font-size: 0.36rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
}

.footer-right span {
    margin-left: 0;
}

.footer-right i {
    position: absolute;
    right: .1rem;
    top: .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    width: 0.32rem;
    height: 0.32rem;
    background: #FE3202;
    border-radius: 50%;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    animation: mymove 1s infinite;
    -webkit-animation: mymove 1s infinite;
}

/* .tel-footer {
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translateX(-50%);
    width: 1.08rem;
    height: 1.08rem;
    background: #FFFFFF;
    box-shadow: .01rem .06rem .19rem .02rem rgba(110, 110, 110, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tel-footer img {
    width: .49rem;
    height: .58rem;
    animation: rote 1.5s infinite;
    -webkit-animation: rote 1.5s infinite;
} */

footer {
    padding: 0 !important;
}

footer .footer_content {
    width: 100%;
}


@keyframes mymove {
    0% {
        transform: translateY(0.04rem);
    }

    50% {
        transform: translateY(0.08rem);
    }

    100% {
        transform: translateY(0.04rem);
    }
}

@-webkit-keyframes mymove {
    0% {
        transform: translateY(0.04rem);
    }

    50% {
        transform: translateY(0.08rem);
    }

    100% {
        transform: translateY(0.04rem);
    }
}

@keyframes rote {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(0);
    }
}

@-webkit-keyframes rote {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(0);
    }
}
