/*头部*/
.m_common_tip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background: #fff;
    height: 40px
}

    .m_common_tip h3 {
        font-size: 18px;
        font-weight: bold;
    }

.m_common_tip_a {
    width: 40px;
    height: 30px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    line-height: 30px;
    text-align: center;
    color: #bdbdbd;
    position: relative
}
.language-ul{
    position:absolute;
    bottom:-130px;
    background:#fff;
    z-index:9999;
    left:50%;
    transform:translateX(-50%);
    padding:5px;
    border-radius:5px;
    display:none    
}
.language-li{
    text-align:center;
    margin:10px 0;
    color:#666;
    font-size:16px
}

.banner-top-div {
    margin-bottom: 40px;
    position: relative
}

.sreach-div {
    width: 95%;
    margin: 10px auto;
    background: #fff;
    border-radius: 10px;
    /*box-shadow: 5px 5px 5px #e0e0e0;*/
    box-shadow: 0px 3px 15px 1px #d2d1d1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
    z-index:9999
}
.sreach-item{
    position:relative;
}
.sreach-item img{
    position:absolute;
    left:10px;
    top:50%;
    transform:translateY(-50%);
    width:25px
}
.sreach-div input {
    width: 100%;
    background: 0;
    text-indent: 20px;
    outline: none;
    height: 45px;
    line-height: 45px;
    padding-left:25px;
    font-size:14px
}
.sreach-item-a {
    position: absolute;
    right: 0;
    top: 0;
    background: #1da1f8;
    color: #fff;
    border-radius: 10px;
    display: block;
    height: 100%;
    width: 60px;
    line-height: 45px;
    text-align:center
}
/*内容*/
.content-div {
    width: 95%;
    margin: 10px auto
}

.content-div-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 15px 1px #d2d1d1;
}
/*集运功能*/
.transp-div {
    padding-bottom: 10px
}

.transp-tit {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    width: 95%;
    margin: 5px auto
}

    .transp-tit h3 {
        font-size: 20px;
        font-weight: bold;
    }

    .transp-tit a {
        color: #ccc
    }

.transp-ul {
    display: flex;
    flex-wrap: wrap;
}

.transp-li {
    width: 25%;
    margin-bottom: 10px
}

.trans-a {
    display: block;
    width: 100%;
    text-align: center
}

    .trans-a img {
        width: 50px;
    }

    .trans-a p {
        font-size: 14px;
        color: #555555
    }
/*渠道*/
.channel-li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px
}

.channel-box {
    width: 70%;
    color: #767676
}

    .channel-box h4 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
        color: #292929
    }

.channel-p1 {
    font-size: 14px;
    color: #444;
    margin: 5px 0
}

.channel-p2 {
    font-size: 12px;
    color: #767676
}

.channel-i {
    font-style: normal;
    display: inline-block;
    margin: 0 8px;
    font-weight: 100
}

.channel-b {
    font-style: normal;
    color: #ff4242;
    font-size: 16px;
    font-weight: 500
}

.banner-div img {
    width: 100%;
    margin: 10px auto;
    margin-bottom: 0
}
/*资讯动态*/
.informa-div {
    padding-top: 10px;
    padding-bottom: 20px
}

.informa-a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin: 0 auto;
    padding: 10px 0
}

.informa-left {
    display: flex;
    justify-content: center;
    padding-right: 10px
}

.informa-circular {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background: #1da1f8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px
}

    .informa-circular p {
        width: 100%;
        text-align: center;
        font-size: 14px
    }

.informa-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

    .informa-tit h4 {
        font-size: 16px;
        color: #333
    }

.informa-time {
    font-size: 12px;
    color: #979797
}

    .informa-time img {
        width: 15px;
        vertical-align: middle
    }

.informa-right p {
    font-size: 12px;
    color: #444
}
.informa-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:10px
}
.informa-span{
    display:inline-block;
    margin:0 15px;
    background:#bdbdbd;
    width:40px;
    height:1px
}
.informa-more {
    display: inline-block;
}
/*脚部*/
.tail-div {
    padding: 20px 0
}

/*.tail-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

    .tail-ul li a {
        color: #4a4a4a
    }*/

.tail-li {
    margin: 0 10px
}

.tail-div p {
    font-size: 14px;
    text-align: center;
    color: #b5b5b5;
    margin-bottom: 5px;
    width:80%;
    margin:0 auto
}
/*脚部*/
.footer-div {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 7px 26px 4px #949494;
    z-index:9999
}

.footer-div-item img {
    width: 30px
}

.footer-div-item p {
    color: #4d4d4d;
    font-size: 14px
}

.footer-div-a {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 0;
    position: relative
}

.footer-active {
    background: #1da1f8;
    border-radius: 50%;
    border: 5px solid #fff;
    padding: 0;
    position: absolute;
    top: -20px;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center
}

    .footer-active img {
        width: 30px
    }
.footer-active-ul {
    position: absolute;
    top: -110px;
    display: flex;
    padding: 10px;
    width: 250px;
    justify-content: space-around;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 15px 1px #d2d1d1;
}
.footer-active-li a{
    font-size:14px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center
}
/*公共标题*/
.common_tit {
    margin: 15px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px
}

    .common_tit h3 {
        font-size: 18px;
        font-weight: bold;
    }

.common_tit_line {
    width: 50px;
    height: 1px;
    background: #bdbdbd;
    margin: 0 10px
}



.clearDax:after {
    clear: both;
    display: block;
    content: '';
}

.layui-layer-nobg {
    /*background: red;*/
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    /*background-color: #4158D0;
        background-image: linear-gradient(135deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);*/
    border-radius: 10px;
}

#layui-layer-content {
    position: relative;
}

.selectImgDiv .item {
    border: 0;
    margin-bottom: 5px;
    margin-top: 5px;
}

.index_title {
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 10px;
    padding-bottom: 5%;
    margin-bottom: 0px;
    border-bottom: 1px dashed #fff;
}



.uc_header {
    padding: 0;
    /*background-image: url('/Content/newIndex/newImage/meber.png');*/
    background-image: url('/Content/newIndex/newImage/meber-back.png');
    background-size: 100% 100%;
    height: 200px;
    margin-bottom: 30px
}

    .uc_header .my_heimg .uc_header .my_hetxt {
        margin-top: 10px;
    }

    .uc_header .yue {
        padding: 10px 20px;
    }

.aui-flex {
    padding: 10px;
    background-image: radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), radial-gradient(91% 146%, rgba(255,255,255,0.50) 47%, rgba(0,0,0,0.50) 100%);
    background-blend-mode: screen;
    display: none
}

.aui-mine-cell {
    border-radius: 5px
}

.uc_menu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

    .uc_menu .tm_div {
        width: 25%;
        border-radius: 10px;
        padding: 0;
    }

        .uc_menu .tm_div a p {
            font-size: 27px;
            color: #fff;
            font-weight: 100;
        }

        .uc_menu .tm_div a span {
            /*color:#fff*/
        }

        .uc_menu .tm_div a {
            border-radius: 15px;
            margin: 0 auto;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 10px;
        }

        .uc_menu .tm_div span {
            display: block;
            font-size: 14px;
            color: #5e6165
        }

.aui-mine-cell {
    padding: 20px 0;
}

.padding-list li {
    width: 25%;
    border-top: 0;
    margin-top: 0;
    border-bottom: 0;
}

.count-secound-div {
    padding: 10px 0;
    background: #fff;
    width: 95%;
    margin: 0px auto;
    border-radius: 10px;
}

.count-third-div {
    padding: 10px 0;
    background: #fff;
    width: 95%;
    margin: 15px auto;
    border-radius: 10px;
    padding-bottom: 20px;
    /*box-shadow: 5px 5px 5px #e0dbdb;*/
    box-shadow: 0px 3px 15px 1px #d2d1d1;
}

.main-header {
    background: #e05b5b;
}

.padding-list li .numspan {
    font-size: 25px;
}

.padding-list li a {
    padding: 10px 0;
}

.blue {
    color: blue;
}

.u-list li .d1 {
    background: url(/Content/images/my/cwjl.png) no-repeat 10px center;
    background-size: 24px;
}

.app_title {
    width: 95%;
    margin: 0 auto;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    position: relative;
}

    .app_title h2 {
        font-size: 20px;
        font-weight: bold
    }

.clearFx:after {
    display: block;
    content: '';
    clear: both;
}

.app_title_fr {
    position: absolute;
    top: 40%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #8f8f8f;
    display: inline-block;
}

.app_title_mesage {
    position: relative;
    display: flex;
    align-items: center;
}

.app_title_red {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-left: 10px
}

.aui-mine-cell {
    padding: 10px 0;
    margin: 0
}

.padding-list li .numspan {
    font-size: 18px
}

.uc_header_top h2 {
    height: 44px;
    line-height: 44px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
