* {
    padding: 0;
    margin: 0;
}

.mbot10{margin-bottom:10px}
body {
    width: 100%;
    padding-bottom:90px;
    /*overflow: hidden;*/
}

.mt10 {
    margin-top: 10px
}

html {
    overflow-y: scroll;
    /*font-size: 10px;*/
}

.clear {
    clear: both;
}

.index_div-frist {
    width: 96%;
    margin: 5px auto;
    border-radius: 5px;
}
/* 头部 */
.container-fluid {
    padding: 0;
}
.banner-top{
    position:relative;
}
.index-top {
    background: #fff;
    border-radius:5px;
    margin:10px;
    margin-top:-20px;
    padding: 5px;
    justify-content: center;
    position:relative;
    z-index:3;
}
.danh-input {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items:center;
}

    .danh-input input {
        border-radius: 5px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        outline: none;
        width: 85%;
        text-indent: 20px;
        background: #eee;
    }

.danh-bts {
    position: absolute;
    right:20%;
    z-index: 999;
    margin-top: 0px;
    color: #fff;
    width: auto;
    height: 40px;
    outline: none;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

    .danh-bts img {
        width: 20px;
        
    }
/* 轮播部分 */
/* 轮播图片 */
.carousel-inner .item img {
    width: 100%;
}
/*最新公共*/
.gongga-zuix {
    /*padding:1rem;*/
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -4px
}


.yellow{color:#fba807}
.blue{color:#0d91ed }
.order-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow:hidden
}
.order-li{
    width:25%;
    position:relative;
      padding: 10px;
}
.order-li a{
   width:100%;
   display:block;
}
.orderlist-num{font-size:20px}
.orderlist-num, .orderlist-txt {
    width: 100%;
    text-align: center;
}
.orderlist-span {
    content: '';
    display: block;
    width: 2px;
    height: 75px;
    position: absolute;
    right: 0;
    top: 0;
    /*background: #072e68*/
}
/* 文字演示 */
.txtscroll-div {
    width: 96%;
    margin: 5px auto;
    background:#072e68;
    padding:5px;
    display:none;/*隐藏滚动通知*/
}
.txtscroll-h3{
    font-size:18px;
    color:#fff;
}
/* 图标部分 */
.icon {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 5px
}

.icon-div {
    width: 25%;
    position: relative;
    height: 100%;
}

    .icon-div img {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
    }

    .icon-div p {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
    }

.icon_c {
    width: 20px;
    height: 20px;
    color: red;
    background-color: #F1EEEE;
    border-radius: 50%;
    position: absolute;
    right: 20%;
    top: 15%;
}

.gungao-lefet {
    float: left;
    font-size: 18px;
    width: 30%;
}

.gongfao-txt {
    padding-left: 10px;
    border-left: 2px solid #0089e1;
}
/* 单号查询 */
/* 导航部分 */
.nac {
    
}

.nav {
    background-color: #fff;
}
.nac {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0 5px 0;
    transform: translateZ(0);
    border-radius: 5px;
    display: none; /*隐藏导航部分*/
}

.co-div {
    margin-top: 2%;
    border-radius: 10px;
    width: 31%;
    transform: translateZ(0)
}
.nav-a {
    display: block;
    width: 100%;
    height: 100%
}
.nav-a img{
    width:100%
}
/* 导航文字部分 */

/* 录入部分 */
.lr {
    background-color: #fff;
    position: relative;
    border:2px solid #072e68
}

.lr_cont {
    padding: 5px;
}

.lr_text_left {
    position: absolute;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    border-left: 3px solid #072e68;
}

.lr_top {
    position: relative;
    padding:0 0 0 5px
}

.lr-h1 {
    font-size: 18px;
    padding-left: 10px;
    float: right;
    color:#919191
}

.lr_text_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 27%;
    right: 0;
}

.lr-h2 {
    float: left;
}
/* 录入input框 */
.lr_input1 {
    height: 30px;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-top: 5px;
}

.lr-csz {
    width: 90%;
    margin: 0 auto
}

.lr_input_text {
    position: absolute;
    float: left;
    font-size: 15px;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.lr_input {
    position: absolute;
    width: 200px;
    height: 20px;
    top: 50%;
    left: 38%;
    transform: translateY(-50%);
    outline: none;
    font-size: 14px
}

.lr_input2 {
    margin-top: 5px;
    height: 30px;
    position: relative;
}

.lr-img img {
    width: 30px;
    float: right
}

.lr_btn {
    color: #fff;
    background-color: #072e68;
    border-radius: 10px;
    border: 0;
    outline: none;
    bottom: 5%;
    padding: 5px 10px;
    transform: translateX(-50%);
    margin-left: 50%;
    width: 25%;
    margin-top: 10px
}

.input {
    width: 100%;
}
/* 公告部分 */
/* 内容部分 */
.cont_two {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
}

.cont_two_div {
    width: 25%;
}
    .cont_two_div a {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

.cont-img img{
    width: 55px;
    height: 55px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.content_two_p{
    margin-top:5px;
    color:#072e68;
    font-size:14px
}
/* 脚部 */
.footer {
    background-color: #fff;
    padding: 5px;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    border-top: 1px solid #fff;
    height:60px
}


.footer-div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    background: #fff
}
    /* 图片 */
    .footer-div img {
        width: 30px;
    }

    .footer-div p {
        width: 100%;
        text-align: center;
        font-size: 12px;
    }

.footer-div-a {
    display: block;
    width: 25%;
    padding: 5px 0;
}


/*会员中心页*/
.uc_header{
    position:relative
}
.uc_header {
    padding: 0 0 10px;
    height: 165px;
    background: url(../newImage/top-bg.jpg) no-repeat left center;
    background-repeat: no-repeat;
    background-size: 100% auto; /* 宽度100%，高度自适应 */
    color: #072E68;
}

.uc_header_top_box {
    display: flex;
    position: relative
}

.uc_header .my_heimg {
    width: 30%;
    height: auto;
    text-align: center;
    display:flex;
    justify-content:center
}

    .uc_header .my_heimg img {
        width: 50px;
        height: 50px;
    }
.uc_header .my_heimg-div {
    width: 80px;
    height: 80px;
    background: #ffce00;
    border-radius: 50%;
    border: 2px solid #eee;
    display:flex;
    align-items:center;
    justify-content:center
}
.uc_header .my_hetxt {
    width: 70%;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.uc_header_top_exclit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
    padding: 5px 10px;
    background: #0048c3;
    border-radius: 20px 0 0 20px;
}

.uc_header .uh_img {
    text-align: center;
}

.uc_header .uh_name {
    font-size: 18px;
    padding-bottom: 5px;
    color: #072E68;
    font-weight: bold;
    width: 100%
}

.uc_header .uh_vip {
    color: #072E68;
    font-size: 14px;
    margin-bottom: 5px;
    width: 100%;
}

.uc_header .yue {
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 23px;
}

    .uc_header .yue .money {
        padding-left: 24px;
        background: url(../newImage/money.png) no-repeat left center;
        background-size: 20px;
    }
    .uc_header .yue .money a{color:#fff}
    .uc_header .yue .fen {
        padding-left: 24px;
        background: url(../newImage/fen.png) no-repeat left center;
        background-size: 20px;
    }

.uc_header .my_hetxt .my_online {
    width: 45%;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: #387dfa;
    text-align: center;
    border-radius: 1000px;
    box-shadow: 1px 1px 10px #94b4f0;
}

.uc_header .uh_name span {
    display: inline-block;
    background-color: #fffc00;
    color: #ff0000;
    padding: 0px 8px;
    border-radius: 2px;
    font-weight: normal;
    margin-left: 10px;
}

.uc_header .span {
    font-size: 12px;
}

.uc_header .idspan {
    margin-left: 5px;
}

.aui-flex {
    padding:10px 8px;
    display:flex;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-42px;
    width:100%;
    z-index:9999
}
.aui-flex-boxe {
    border-radius: 5px;
    width: 49%;
}
.aui-mine-cell {
    border-radius: 5px
}
.aui-mine-cell p{
    font-size:12px;
    margin-top:10px;
}
.aui-flex-box-frist {
   /* background: url(../newImage/clopedias.png) #fff no-repeat right center;
    background-size: 45px;
    background-position-x: 120px;*/
}
.aui-flex-box-third {
    /*background: url(../newImage/map.png) #fff no-repeat right center;*/
    /*background-size: 45px;
    background-position-x:120px*/
}
/*常用功能*/
.modular-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 2px solid #072e68;
}

.member-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 2px 10px 2px;
}
.member-li {
    width: 25%;
}
.member-li a {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.member-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
    padding-bottom:5px
}
.member-tit-h3 {
    font-size: 18px;
    color:#072e68
}

.member-img{
    background:#ffce00;
    border-radius:10px;
    border:4px solid #072e68
}
.member-img img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
/*导航*/
.naviga-ul {
    display: flex;
    align-items: center;
    flex-wrap:wrap;
    flex-wrap: wrap;
    border: 2px solid #072e68;
    background:#fff;
    padding:10px
}
.naviga-li {
    width:100%;
    height:30px;
}
.naviga-li a{
     display:flex;
    align-items:center;
}
.naviga-li a img{
    margin:0 15px 0 10px
}

*新闻*/
.head-news {
    background: #fff;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.news-div {
    position: relative
}

    .news-div:after {
        content: '';
        display: block;
        width: 2px;
        height: 15px;
        background: #666;
        position: absolute;
        right: -15px;
        top: 3px;
    }

    .news-div i {
        font-weight: bold;
        font-style: normal
    }

.news-span {
    display: inline-block;
    margin: 0 2px;
    color: #ff3b3b;
    font-weight: bold
}

.news-item {
    width: 95%;
    height:34px
}

.notice {
    height: 34px;
    overflow: hidden;
    z-index: 2;
    width: 100%
}

    .notice li {
        width: auto;
        margin-right: 10px;
        display: inline;
        line-height: 34px;
        font-size: 12px;
        color: red;
        height:34px
    }

        .notice li a {
            color: #fff;
            font-size: 14px
        }

/*自适应*/
@media screen and (max-width: 320px) {
    .uc_header .my_heimg-div {
        width: 60px;
        height: 60px
    }

    .order-li {
        width: 25%;
        position: relative;
        padding: 10px;
        font-size: 13px
    }
}