* {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: "microsoft yahei";
    user-select: text !important;
    -webkit-user-select: text;
}

h1, h2, h3, h4, h5, h6, p, i {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: "microsoft yahei";
    list-style: none;
    font-style: normal;
    font-weight: normal;
}

ul, ol, li {
    list-style: none;
}
/*统一顶部*/
.iphone {
    height: 46px;
    background: #31b2ea;
    overflow: hidden;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}

@media screen and (min-width: 750px) {

    .iphone {
        height: 46px;
        background: #31b2ea;
        overflow: hidden;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 999;
        max-width: 750px;
        left: 50%;
        margin-left: -375px !important;
    }
}

.iphone i {
    float: left;
    padding: 0.9rem 0.6rem;
    width: 6%;
}

    .iphone i img {
        width: 0.6rem;
    }

.iphone h1 {
    text-align: center;
    font: bold 1rem/46px "微软雅黑" !important;
    padding: 0 3px;
    color: #fff;
    width: 80% !important;
    float: left;
    margin: 0;
}

.iphone p {
    float: right;
    color: #fff;
    z-index: 999;
    text-align: right;
    font: 1rem/46px "微软雅黑";
    margin-right: 0.2rem;
    margin: 0;
}

    .iphone p:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        z-index: 100;
        top: 0.85rem;
        right: 2.4em;
    }

.iphone::after {
    content: "";
    clear: both;
    display: inline-block;
    overflow: hidden;
}
/******主体******/
.content-tk2018 {
    margin: 46px auto 0;
    width: 100%;
    max-width: 700px;
    overflow: hidden;
}
/*波浪线*/
.line-bottom, .line-top {
    background: url(http://m.61ef.cn/2016/images/line-top.png) repeat-x center;
    width: 100%;
    height: 4px;
}

.line-top {
    background: url(http://m.61ef.cn/2016/images/line-bottom.png) repeat-x center;
}
/*导航*/
.nav2018 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background: #fff;
}

    .nav2018 li {
        width: 20%;
        text-align: center;
        margin-top: 10px;
    }

        .nav2018 li .Occupy {
            visibility: hidden;
        }

        .nav2018 li a {
            display: inline-block;
            width: 50px;
            height: 50px;
            border-radius: 3px;
            text-align: center;
            vertical-align: middle;
            border-radius: 40px;
        }

        .nav2018 li p {
            text-align: center;
        }

        .nav2018 li a i {
            line-height: 50px;
            font-size: 26px;
            color: #fff;
        }

    .nav2018 .nav-s a i {
        font-size: 26px;
    }

    .nav2018 .nav1 a {
        background: #31b2ea;
    }

    .nav2018 .nav2 a {
        background: #529efe;
    }

    .nav2018 .nav3 a {
        background: #fe5f75;
    }

    .nav2018 .nav4 a {
        background: #6ecc5a;
    }

    .nav2018 .nav5 a {
        background: #f15e1b;
    }

    .nav2018 .nav6 a {
        background: #d13745;
    }

    .nav2018 .nav7 a {
        background: #1fdcfe;
    }

    .nav2018 .nav8 a {
        background: #31b2ea;
    }

    .nav2018 .nav9 a {
        background: #5683e8;
    }

    .nav2018 .nav10 a {
        background: #529efe;
    }

.icon-tongzhuang,.icon-pinpai1{
    font-size: 28px !important;
}
.icon-naiping2 ,.icon-xieshoes{
    font-size: 32px !important;
}
.icon-muma1 {
    font-size: 34px !important;
}
.icon-yingerchuang {
    font-size: 24px !important;
}
/*.nav2 a i, .nav4 a i, .nav7 a i, .nav9 a i {
    font-size: 36px !important;
}*/
/****首页列表****/
.hot-item {
    padding: .6em 2%;
    background: #fff;
}

    .hot-item h3 {
        margin: 0 !important;
        color: #31b2ea;
        font-size: 18px;
        font-weight: bold;
    }

        .hot-item h3 i {
            color: #31b2ea;
            font-size: 18px;
            margin-right: 6px;
        }
/******列表*****/
.list2018-tk {
    margin-top: .6em;
    background: #fff;
    padding-bottom: .6em;
    border-top: 1px dashed #d8d8d8;
}

    .list2018-tk:first-child {
        margin: 0;
    }
/*头部*/
.list-top {
    padding: .5rem 2% .3rem;
    /*width:96%;
	margin:0 auto;
	padding:.5rem 0;*/
    background: #fff;
    position: relative;
    border-top: 1px dashed #b8b8b8;
    border-bottom: 1px dashed #d8d8d8;
}

    .list-top:first-child {
        border-top: none;
    }

    .list-top h3, .list-top p {
        width: 82%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #333;
        font: bold 18px/30px "microsoft yahei";
    }

    .list-top p {
        font: 14px/22px "microsoft yahei";
    }

        .list-top p span {
            margin-left: 5px;
        }

            .list-top p span a {
                color: #31b2ea;
            }

    .list-top .details {
        position: absolute;
        right: 5%;
        top: 50%;
        margin-top: -7px;
        color: #666;
        font-size: 14px;
    }

        .list-top .details i {
            color: #666;
            margin-left: 3px;
        }
/*大图*/
.list-img {
    width: 100%;
    overflow: hidden;
}

    .list-img a {
        display: block;
        width: 100%;
    }

        .list-img a img {
            display: block;
            width: 100%;
        }
/*简介*/
.list-txt {
    margin: 0 auto;
    width: 96%;
    padding: .7em 0;
    color: #333;
    font: 14px/20px "microsoft yahei";
    border-bottom: 1px dashed #c8c8c8;
    overflow: hidden;
}
    /*列表页有logo样式*/
    .list-txt .logo {
        display: block;
        width: 48%;
        float: left;
        margin-right: 8px;
        /*border-bottom: 1px solid #b8b8b8;*/
        border: 1px solid #d8d8d8;
    }

        .list-txt .logo img {
            display: block;
            width: 100%;
        }
/*产品*/
.list-product {
    margin: .45rem auto .3rem;
    width: 96%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

    .list-product div {
        float: left;
        width: 24%;
    }

        .list-product div a, .list-product div a img {
            display: block;
            width: 100%;
        }
/*底部*/
.brand-Profile .list-bottom {
    margin: 5px auto;
}

.list-bottom p {
    background: none !important;
    border: 1px solid #31b2ea !important;
    color: #31b2ea !important;
}

.list-bottom {
    margin: 20px auto 10px;
    width: 96%;
    border-radius: 15px;
    background: #31b2ea;
}

    .list-bottom .mui-tab-item {
        width: 25%;
    }

    .list-bottom a span {
        color: #fff;
    }

    .list-bottom .mui-tab-item .mui-icon ~ .mui-tab-label {
        font-size: 14px !important;
    }
/*查看更多*/
.list2018-more {
    padding: .5em 0;
    background: #fff;
}

    .list2018-more a {
        display: block;
        margin: 0 auto;
        height: 30px;
        font: 14px/30px "microsoft yahei";
        text-align: center;
        width: 60%;
        background: #31b2ea;
        border-radius: 30px;
        color: #fff;
    }

.brand2018-mnore a {
    background: #31b2ea;
}
/**********列表页开始**********/
.searchBox {
    margin-bottom: 8px;
    margin-top: 8px;
}

    .searchBox div {
        float: left;
    }

.search-main {
    width: 60%;
}

    .search-main input {
        height: 36px;
        border-radius: 5px;
        /*padding-left: 10px;*/
        /*padding-top: 0;*/
        font-size: 14px;
        margin-bottom: 0;
        /*line-height: 36px;
        padding: 0 0 0 28px;*/
    }

.keyword {
    width: 70% !important;
    margin: 3.3% !important;
    padding-top: 10px !important;
}

.button-search {
    width: 18% !important;
    margin: 3.3% 3.3% 3.3% 0 !important;
    text-align: center !important;
    background: #31b2ea !important;
    color: #fff !important;
    border: none !important;
}

.search-main i {
    position: absolute;
    top: 9px;
    left: 5px;
    font-size: 18px;
}

.search-tk {
    width: 20%;
}

    .search-tk .mui-btn {
        border-radius: 0 5px 5px 0;
        height: 36px;
        background: #31b2ea;
        color: #fff;
        border: none;
        width: 100%;
        text-align: center;
    }

.barnd-61ef {
    width: 18%;
    border-radius: 5px;
    height: 36px;
    background: #31b2ea;
    color: #fff;
    border: none;
    text-align: center;
    margin-left: 2%;
}

    .barnd-61ef a {
        color: #fff;
        font: 16px/36px "microsoft yahei";
    }
/*列表页分页*/
.list2018-page {
    /*display: flex;
	justify-content: space-around;
	flex-wrap: wrap;*/
    text-align: center;
    /*background: #fff;*/
    padding: 1.2em 0;
}

    .list2018-page a {
        padding: 4px 14px;
        border: 1px solid #31b2ea !important;
        border-radius: 3px;
        color: #31b2ea !important;
        font-size: 14px;
        margin: 0 2px;
    }

    .list2018-page .on {
        background: #31b2ea;
        color: #fff !important;
    }
/****************三级页开始******************/
.brand-banner {
    width: 100%;
    overflow: hidden;
}

    .brand-banner a {
        display: block;
    }

    .brand-banner img {
        display: block;
        width: 100%;
    }
/*企业信息*/

.enterprise-corp{
    position: relative;
    padding: 20px 0;
    text-align: center;
    overflow: hidden;
}
.enterprise-corp .bg{
    position: absolute;
    top: -50px;
    left: -50px;
    bottom: -50px;
    right: -50px;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    background: url(https://bpic.588ku.com//back_origin_min_pic/22/05/31/fc8052994c91df3f5eed8ee1a9400e3c.jpg);
    background-size: cover;
}
.enterprise-corp .bg:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    opacity: .6;
}
.enterprise-corp h3{
    font: bold 16px/24px "microsoft yahei";
    color: #31b2ea;
    margin-bottom: 5px;
    z-index: 1;
    position: relative;
}
.enterprise-corp p {
    font-size: 14px;
    z-index: 1;
    position: relative;
}
.enterprise { 
    padding: .9em 0 .1em; 
    background: #fff; 
    margin: 0 auto; 
    display: flex; 
    justify-content: space-around; 
    flex-wrap: wrap; 
}

.enterprise-logo {
    float: left;
    width: 40%;
    border: 1px solid #d8d8d8;
}

    .enterprise-logo img {
        width: 100%;
        display: block;
        padding-top: 3px;
    }

.enterprise-txt {
    width: 55%;
    padding-top: 2px;
}

    .enterprise-txt h3 {
        font: bold 14px/24px "microsoft yahei";
        color: #31b2ea;
    }

    .enterprise-txt p {
        font-size: 14px;
    }

        .enterprise-txt p span {
            display: inline-block;
            white-space: nowrap;
            /*margin-left:5px;*/
        }
/*导航*/
.show-nav {
    background: #fff;
    background: #fff;
    padding: 0.6em 0;
}

    .show-nav .mui-active span {
        color: #31b2ea !important;
    }

    .show-nav .mui-tab-item .iconfont {
        font-size: 18px !important;
    }

    .show-nav .mui-tab-item .mui-tab-label {
        font-size: 12px !important;
    }
/*标题*/
.company {
    margin: .5em auto 0;
    padding: 1em 3.3% .4em;
    background: #fff;
}

.company-tit {
    font: bold 16px/20px "microsoft yahei";
    color: #31b2ea;
    padding-bottom: .2em;
    border-bottom: 1px dashed #d6d6d6;
    position: relative;
}

    .company-tit i {
        font-size: 16px;
        color: #31b2ea;
        margin-right: 6px;
    }

    .company-tit a {
        position: absolute;
        color: #31b2ea;
        font-size: 12px;
        right: 0px;
        bottom: 1px;
    }
/*文字*/
.company_txt {
    padding: .4em 0;
    max-height: 210px;
    overflow: hidden;
}

.companymore {
    padding: .4em 0;
}

    .company_txt p, .companymore p {
        font: 14px/30px "微软雅黑";
        text-indent: 2em;
        margin-top: 10px;
    }
/*更多*/
.company_show_tk {
    padding-bottom: .5em;
}

    .company_show_tk p {
        margin: 0 auto;
        width: 60%;
        height: 30px;
        line-height: 30px;
        background: #31b2ea;
        border-radius: 30px;
        text-align: center;
        color: #fff;
    }

        .company_show_tk p i {
            color: #fff;
            margin-left: 6px;
        }
/*旗下品牌*/
.brand-txt p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.brand-Profile {
    padding: .6em 0;
    border-bottom: 1px dashed #b6b6b6;
    font: 14px/30px "微软雅黑";
    text-indent: 2em;
}

/**产品展示**/
.product2018 .mui-slider-item p {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 2px;
}

.product2018 .mui-slider {
    position: relative;
}

.product2018 .arrow-main p {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 26px;
    height: 60px;
    background: rgba(0,0,0,.6);
    z-index: 999;
}

.product2018 .arrow-main .arrow-right {
    right: 0;
}

.product2018 .arrow-main p i {
    font: 26px/60px "微软雅黑";
    color: #fff;
}

.pic-number {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 30px;
    background: rgba(0,0,0,.6);
    text-align: center;
    color: #fff;
    font: 16px/30px "microsoft yahei";
}
/*.pic-number span{
	
}*/
/*招商加盟*/
.brand-mdg {
    width: 100%;
    margin: 0 auto;
    background: #fafafa;
    border-collapse: collapse;
    color: #333;
    border: 1px solid #e8e8e8;
    font: 14px/25px "Microsoft Yahei";
    /*margin-bottom: 20px;*/
    /*margin-top: 10px;*/
    padding: 0 2%;
}

    .brand-mdg table {
        border: #e8e8e8;
    }

    .brand-mdg td {
        border: 1px solid #eee;
        padding: 8px 0 10px 10px;
    }

    .brand-mdg i {
        color: #da251d;
    }

    .brand-mdg p {
        color: #da251d;
    }

@media (min-width: 550px) {
    .brand-mdg {
        max-width: 695px;
        margin: 0 auto;
        background: #fafafa;
        border-collapse: collapse;
        color: #333;
        border: 1px solid #e8e8e8;
        font: 14px/25px "Microsoft Yahei";
        margin-bottom: 20px;
        margin-top: 10px;
    }

        .brand-mdg table {
            border: #e8e8e8;
        }

        .brand-mdg td {
            border: 1px solid #eee;
            padding: 8px 0 10px 10px;
        }

        .brand-mdg i {
            color: #da251d;
        }

        .brand-mdg p {
            color: #da251d;
        }
}
/*文字*/
.join2018 .join p {
    margin-top: .4em;
    text-indent: 2em;
}
/*联系我们*/
.contact2018 .mui-table-view-cell {
    padding: 0;
}
/*留言板*--企业频道样式*/
/*切换按钮*/
.contact2018 .mui-slider-indicator {
    width: 96%;
    /*margin: 1.5rem auto 0;*/
    margin: 0 auto;
    background: #fff;
    border: 2px solid #31b2ea !important;
    height: 2.3rem;
    border-radius: 0.5rem;
}

    .contact2018 .mui-slider-indicator .mui-control-item {
        width: 50%;
        text-align: center;
        color: #31b2ea;
        position: relative;
        cursor: pointer;
    }

    .contact2018 .mui-slider-indicator .mui-active {
        background: #31b2ea !important;
        color: #fff !important;
        height: 100%;
        border-bottom: none !important;
    }

.btn_2018 {
    background: #31b2ea !important;
}

.code_confirm {
    background: #31b2ea !important;
}

.tj_tk input[type=checkbox]:checked, input[type=radio]:checked {
    background: #31b2ea !important;
}

.contact2018 input, select {
    padding: 0 0 0 0.6rem;
    width: 100%;
    height: 2.75rem;
    margin-bottom: 0;
    border: 1px solid #c1c1c1 !important;
}

    .contact2018 input[type="button"] {
        padding: 0;
    }

textarea {
    width: 100% !important;
}

.btn_2018 input {
    background: #31b2ea !important;
}

.code_confirm #btnCode, .btn_2018 input {
    border: none !important;
    background: #31b2ea !important;
}

.tj_tk {
    margin-top: 1.6em;
}

#cbIsShowContact {
    width: 1em;
    height: 1em;
}

#txtName {
    margin-bottom: auto;
}

select {
    padding: 0 0 0 .6em;
}

.msg-box-slet {
    margin-bottom: auto !important;
}

#item1, #item2 {
    padding-bottom: 1em;
    background: #fff;
    border: none;
}

    #item2 tr {
        line-height: 55px;
    }
/*联系我们*/
.contact2018 table {
    width: 96%;
    margin: 0 auto;
    line-height: 4.6em;
}

    .contact2018 table a {
        color: #666;
    }

.msg_tk_2018 #txtCcontent {
    font-size: 12px;
}
/*新闻*/
.news2018 {
    margin-bottom: 0;
}
/*新闻*/
.news {
    padding: 0 2% .5em;
    background: #fff;
    overflow: hidden;
}

.news-list {
    margin: .5em auto;
    border-bottom: 1px dashed #929292;
    position: relative;
    display: flex;
    min-height: 107px;
}

    .news-list .news-img {
        /*width:20%;*/
        width: 60%;
        margin-right: 10px;
        display: inline-block;
    }

        .news-list .news-img img {
            width: 100%;
        }

.news-txt {
    overflow: hidden;
    width: 140%;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
}

.news-tit {
    /*color: #da0000;*/
    font: 16px/20px "microsoft yahei";
    font-weight: bold;
    overflow: hidden;
    /*text-overflow:ellipsis;
    white-space:nowrap*/
}

.news-content {
    color: #666;
    font: 12px/16px "microsoft yahei";
    margin-top: 6px;
}

.news-colck {
    position: absolute;
    bottom: 3px;
    width: 64%;
    color: #B8B8B8;
    font: 12px/20px "microsoft yahei";
    white-space: nowrap;
    overflow: hidden;
}
/*推荐品牌*/
.tuijian {
    margin-bottom: 0;
}

.tj-list {
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
    padding: 0 2% 1em;
}

    .tj-list li {
        float: left;
        width: 47.5%;
        overflow: hidden;
        border: 1px solid #d6d6d6;
        margin-top: 5px;
        margin: .2em 1%;
        box-sizing: border-box;
    }

        .tj-list li a {
            display: block;
            width: 90%;
            margin: .3em auto;
            border-bottom: 1px solid #f6f6f6;
        }

            .tj-list li a img {
                width: 100%;
            }
/*类别*/
.company-brand-category {
    overflow: hidden;
}

    .company-brand-category .company-category-tk {
        float: left;
        margin-left: 5px;
        width: 60px;
        height: 20px;
        border-radius: 5px;
        background: #31b2ea;
        color: #fff;
        text-align: center;
        font: 12px/20px "microsoft yahei";
    }

    .company-brand-category .company-add {
        float: right;
        font: 12px/20px "microsoft yahei";
        margin-right: 2%;
        color: #666;
    }
/*品牌*/
.tj-list li p {
    margin-left: 5px;
}

    .tj-list li p strong {
        font-weight: normal;
        color: #f00;
    }
/****三级页-产品展示****/
.product-img-show {
    overflow: hidden;
    padding: .5em 2%; /*推荐版块*/
    background: #fff;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.product-list .product-img-show {
    padding: .5em 2%;
}

.product-img-show li {
    width: 50%;
    padding: 0 2%;
    float: left;
    margin-bottom: 6px;
}

.product-item .product-img-show li {
    padding: 0 2%;
}

.product-img-show li a {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;    
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
}

    .product-img-show li a img {
        width: 100%;
        vertical-align: bottom;
    }

.product-img-show li p {
    text-align: center;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product-img-show li a p {
    position: absolute;
    bottom: 0;
    padding: 0 5%;
    width: 100%;
    height: 26px;
    margin-bottom: 0;
    line-height: 26px;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    text-align: center;
}
/*季节跳转*/
.Season-btn {
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 8px 0;
    padding: 4px 0;
    background: #fff;
}

    .Season-btn li {
        width: 45%;
        height: 36px;
        background: #31b2ea;
        border-radius: 20px;
        text-align: center;
    }

        .Season-btn li a {
            color: #fff;
            font: 14px/36px "微软雅黑";
        }
/*****品牌三级页*****/
.brand-more {
    display: flex;
    justify-content: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius: 0;
    background: none;
}

    .brand-more p {
        width: 40%;
        height: 28px;
        font: 12px/26px "microsoft yahei";
        text-align: center;
        color: ##31b2ea;
        background: none;
        border-radius: 30px;
        text-indent: initial;
    }
/*.brand-more p:first-child {
    padding-right:5%;
    }
.brand-more p:last-child {
    padding-left:5%;
    }*/
/*****店铺三级页*****/
.product-list .store-img-show {
    padding: 0;
}

    .product-list .store-img-show li {
        width: 100%;
        padding: 0;
    }

.store-img-show li:first-child {
    margin-top: .5em;
}
/***************统一底部样式****************/
.foot {
    padding: 1em 0 0;
    width: 100%;
    margin: .5em auto 0;
    max-width: 750px;
    background: #fff;
    border-top: 1px dashed #b6b6b6;
}

    .foot .foot-logo {
        padding-top: 4px;
    }

    .foot .foot-logo, .foot .foot-layer {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        overflow: hidden;
    }

        .foot .foot-logo li {
            width: 40%;
            text-align: center;
        }

            .foot .foot-logo li:first-child {
                text-align: right;
            }

            .foot .foot-logo li img {
                width: 100%;
            }

    .foot .foot-layer {
        margin: .3em 0 1em;
    }

        .foot .foot-layer li {
            width: 30%;
            text-align: center;
        }

            .foot .foot-layer li i {
                color: #555;
            }
/*弹出层*/
.foot-layer-main li {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 65%;
    border-radius: 5px;
    background: #fff;
    z-index: 999;
    text-align: center;
    box-shadow: 1px 1px 5px #888;
    display: none;
}

    .foot-layer-main li .close {
        display: block;
        position: absolute;
        bottom: -35px;
        right: 50%;
        margin-right: -15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
        background: #31b2ea;
        /*background: rgba(255,0,0,.5);*/
        color: #fff;
    }

.layer-wechat-main, .layer-store-mian {
    width: 208px !important;
    height: 280px;
    text-align: center;
}

    .layer-wechat-main p, .layer-store-mian p {
        margin-top: -5px;
    }

    .layer-store-mian p {
        margin-top: -8px;
    }

    .layer-wechat-main img, .layer-store-mian img {
        width: 100%;
    }

.layer-contact-main {
    height: 6em;
    padding: 1em 0 0;
}

    .layer-contact-main p {
        line-height: 28px;
    }

.foot .ef {
    background: #31b2ea;
    width: 100%;
    height: 3rem;
    text-align: center;
    font: bold 1.2rem/3rem "Microsoft YaHei";
    color: #fff;
}

    .foot .ef h3 {
        font: bold 1.2rem/3rem "Microsoft YaHei";
        color: #fff;
    }

    .foot .ef i {
        font: bold 1.2rem/3rem "Microsoft YaHei";
        color: #ffe400;
    }

/****************补充样式***************/
.bg-box {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,.6);
    display: none;
}

.mui-bar-tab .mui-tab-item .mui-icon {
    height: 18px;
    position: relative;
}
/*留言板*/
.contact2018 {
    background: #fff;
}

#cbIsShowContact {
    font-size: 21px !important;
}

.tel_2018 input {
    width: 99% !important;
}

#msg_tk {
    padding: 0 2%;
    width: 100%!important;
    overflow: hidden;
}

.main-nav {
    overflow: hidden;
}



/*下拉按钮*/
.msg-box-slet:before {
    content: "\e62d";
}
