body {
    margin: 0;
    line-height: inherit !important;
}

body * {
    font-family: "Microsoft YaHei", "Raleway", "Helvetica Neue", Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
}

select {
    margin: 0;
    padding: 0;
    font-family: Microsoft Yahei, serif;
    font-size: 13px;
}

.row {
    width: 100%;
    margin: 0 auto;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

/*解决viewer样式引入导致的冲突 start*/
td:hover, td.hover .msg-time {
    color: inherit !important;
}

nav.nav-main a.brand-logo:hover {
    color: white !important;
}

/*解决viewer样式引入导致的冲突 end*/

@media screen and (min-width: 1150px) {
    .row {
        max-width: 74.5rem;
    }
}

/*导航栏 start*/
nav.nav-main {
    height: 60px;
    font-size: 14px;
}

.custom .logo {
    max-width: 48px;
    max-height: 48px;
    vertical-align: middle;
}

nav.red-theme a {
    color: white;
}

.custom .brand-logo {
    color: white;
}

.custom .brand-logo.contact-tel {
    margin-left: 0.8rem;
    font-size: 0.8rem;
    line-height: 1;
}

.custom .brand-logo.contact-tel > p {
    margin: 0;
    padding: 5px 0;
}

.custom .brand-logo.contact-tel .brand-name {
    font-size: 1.2rem;
    font-weight: bold;
}

.custom .nav-ul {
    float: right;
}

.custom .nav-ul > .li-split > a {
    border: 1px solid;
    transform: rotate(90deg);
    margin-top: 30px;
    padding: 0 8px;
}

nav ul li.active, nav ul .li-split:hover {
    background-color: unset;
}

/*导航栏 end*/

/*幻灯片 start*/
.swiper-container > .swiper-wrapper > .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 600px;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

.swiper-pagination-bullet-active {
    background: #B12109 !important;
}

.swiper-button-next, .swiper-button-prev {
    width: 53px !important;
    background-size: 44px 44px !important;
}

.swiper-button-prev {
    background-image: url(../img/arrow-left.png) !important;
}

.swiper-button-next {
    background-image: url(../img/arrow-right.png) !important;
}

/*幻灯片 end*/


/*计数器 start*/
.basic-data {
    width: 100%;
    height: 216px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    margin-top: 50px;
    position: relative;
    max-width: 1200px;
}

.basic-data .basic-data-item {
    display: inline-block;
    font-size: 28px;
    width: 17%;
    /*flex: 1;*/
    text-align: center;
}

.basic-data .basic-data-item a.count-num {
    color: #e95732;
    font-family: Microsoft Yahei, sans-serif;
}

.basic-data .basic-data-item a.count-name {
    color: black;
    display: block;
    font-size: 1.2rem;
}

.basic-data .basic-data-item a.count-unit {
    color: black;
    font-size: 1.1rem;
}

@media screen and (max-width: 827px) {
    .basic-data {
        height: 300px;
        padding: 0 10px;
    }

    .basic-data .basic-data-item {
        position: static;
        display: inline-block;
        width: 31% !important;
        font-size: 21px;
        padding-top: 10px;
        text-align: center;
    }

    .dis01 {
        display: block;
        max-width: 82%;
        height: auto;
    }

    .basic-data .basic-data-item a {
        font-size: 10px;
    }
}

/*计数器 end*/

/*运价指数 start*/
.logistic-container {
    background-color: #F9F9F9;
    margin: 2rem auto;
    min-width: 900px;
    max-width: 1200px;
    width: 80%;
    display: flex;
    padding: 0 1rem;
}

.logistic-container .logistic-box {
    float: left;
    width: 507px;
    box-shadow: 0 0 10px #999;
    height: 13.5rem;
    margin: 22px auto;
    background-color: white;
}

.logistic-container .logistic-chart {
    height: 235px;
}

.logistic-left {
    flex: 1;
}

.logistic-right {
    flex: 1;
    width: 45rem;
    height: 32.2rem;
    margin-top: 22px;
    box-shadow: 0 0 10px #999;
    background-color: white;
}

.logistic-box-title {
    margin-left: 30px;
    padding-top: 15px;
    font-size: 1.5rem;
    color: #569508;
}

.type-choose {
    height: 24px;
    width: 482px;
    position: relative;
    z-index: 10;
}

.type-choose a {
    display: inline-block;
    width: 38px;
    height: 20px;
    line-height: 18px;
    border: 1px solid #959595;
    color: #959595;
    text-align: center;
    margin-right: 20px;
    float: right;
}

.down-arrow {
    color: #569508;
}

.up-arrow {
    color: #ff1d1d;
}

.logistic-choose {
    width: 10rem;
    height: 10rem;
    margin-left: 2rem;
    margin-top: 0.5rem;
    float: left;
}

.type-choose a.on-choose {
    border: 1px solid #e26a33;
    background-color: #e26a33;
    color: white;
}

.circle-item {
    box-sizing: unset;
    float: left;
    color: white;
    background-color: #387abe;
    width: 17px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    padding-left: 3px;
    font-size: 13px;
}

.circle-item-start {
    background-color: #ff1d1d;
}

.log-select {
    width: 80px;
    height: 24px;
    margin-left: 10px;
    border-color: #ccc;
    display: inline-block;
}

.log-chart {
    width: 20rem;
    height: 16rem;
    margin-top: -3.5rem;
    float: left;
}

.log-map, .order-map {
    width: 100%;
    height: 100%;
}

/*运价指数 end*/

/*订单地图和分布 start*/
.order-map-container {
    background-color: #F9F9F9;
    width: 80%;
    margin: 2rem auto;
    min-width: 900px;
    max-width: 1200px;
}

.order-map-container > div {
    display: inline-block;
}

.order-map-content {
    max-width: 70%;
    height: 35rem;
    width: 48rem;
}

.goodsSupply-distribution, .capacity-distribution {
    height: 18rem;
    width: 30rem;
}

.main-distribution {
    width: 30%;
}

/*订单地图和分布 end*/

/*货源信息 start*/
.goodsSupply-container {
    min-width: 900px;
    max-width: 1200px;
    width: 80%;
    margin: 2rem auto;
}

.goodsSupply-table {
    color: #595959;
}

.goodsSupply-table td {
    padding: 0;
    text-align: center;
    border: 0
}

.goodsSupply-table thead td {
    background-color: #eceff6;
    height: 2.2rem;
    font-size: 1.1rem;
}

.goodsSupply-table .even-row td {
    background-color: #eceff6;
}

.goodsSupply-table tbody td {
    background-color: #fafafa;
    height: 2.2rem;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*货源信息 end*/

/*合作伙伴 start*/
.partner-container {
    margin: 2rem auto;
    background-color: #F9F9F9;
    max-width: 1200px;
    padding: 1rem 0 3rem 0;
}

.partner-title {
    text-align: center;
    margin-bottom: 2.3rem;
}

.partner-row {
    /*display: flex;*/
}

.partner-row > .partner-item {
    /*flex: 1;*/
    text-align: center;
    padding: 5px 0;
    width: 19%;
    display: inline-block;
    overflow: hidden;
}

.partner-row > .partner-item > img {
    width: 200px;
    height: 90px;
}

.partner-list {
    text-align: center;
}

/*合作伙伴 end*/

/*关于我们 start*/
.footer_callout {
    color: white;
    box-shadow: 0 14px 34px -10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    padding: 3rem 0 !important;
}

@media screen and (max-width: 640px) {
    .small-centered {
        clear: both;
    }
}

.about-us {
    text-align: center;
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    font-size: 1rem;
}

.about-us-content {
    font-size: 1.3rem;
    line-height: 2;
    word-wrap: break-word;
    word-break: break-all;
    text-align: left;
}

.about-us h2 {
    margin-bottom: 4.5rem !important;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}

.about-us a {
    line-height: 7;
    box-shadow: 0 14px 34px -10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    padding: .5rem 2rem;
    font-size: 1rem;
    background-color: transparent;
    color: white;
    border-radius: 3rem;
    font-family: "Microsoft YaHei", "Raleway", "Helvetica Neue", Roboto, sans-serif;
    border: 2px solid white;
    cursor: pointer;
}

/*关于我们 end*/

/*页脚 start*/
.footer-wrapper {
    background-color: #333;
}

.footer-wrapper .container {
    display: flex;
}

footer.page-footer {
    padding: 3rem 0;
    background-color: transparent;
    color: white;
}

.footer-item {
    flex: 1;
}

.footer-item-title {
    max-width: 120px;
    padding-bottom: 5px;
}

.footer-item-title > h5 {
    font-size: 1.1rem;
    font-weight: bold;
}

.footer-item-content > ul > li {
    font-size: 0.95rem;
    line-height: 2;
}

.contact-container > li > img {
    margin-bottom: -2px;
}

.contact-container > li > a {
    cursor: unset;
}

.footer-item-content > ul > li > a {
    color: white;
}

.qrcode-container {
    margin: 15px 0;
}

.qrcode-container > img {
    width: 100px;
}

/*页脚 end*/

@media screen and (max-width: 992px) {
    .mobile-hide {
        display: none;
    }

    .partner-row > .partner-item {
        width: 48%;
    }

    nav .brand-logo {
        left: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
    }

    .main-distribution {
        width: 100%;
    }

    .goodsSupply-distribution, .capacity-distribution {
        width: 80%;
    }

    .goodsSupply-container {
        min-width: unset;
        max-width: unset;
        width: 100%;
        margin: 30rem auto 0;
    }

    .logistic-container {
        background-color: #F9F9F9;
        margin: unset;
        min-width: unset;
        max-width: unset;
        width: 100%;
        display: block;
    }

    .logistic-container .logistic-box {
        width: 100%;
        margin: unset;
    }

    .type-choose {
        width: 100%;
    }

    .logistic-right {
        width: 100%;
        height: 20rem;
    }

    .log-map {
        width: 100%;
        height: 20rem;
    }

    .log-chart {
        width: 14rem;
        height: 12rem;
    }

    .goodsSupply-table tbody td {
        white-space: initial;
    }

    .order-map-container > div {
        display: block;
    }
}

/*footer*/
.footer-wrapper .site-footer {
    background: #fff;
    color: #000;
    position: relative;
    width: 100%;
}

.footer-wrapper .site-footer .copyright {
    height: 40px;
    padding-top: 10px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体", sans-serif;
    vertical-align: baseline;
    color: #383838;
    border-top: none;
}

.site-footer .copyright .text {
    color: #FFF;
    font-size: 18px;
    margin: 0;
}

.content .register{
    margin-top: 5.5%;
}

#dispatchContent{
    margin-bottom:6.5%;
}


/*红色主题*/
.brand-logo.red-theme,
ul.nav-ul.red-theme > li > a,
.blue-theme .about-us,
.blue-theme .about-us > h2,
.blue-theme .about-us > a,
.copyright.text-center.red-theme > p {
    color: white;
}

.about-us.red-theme > a {
    border-color: white;
}

nav.nav-main.red-theme,
.footer_callout.red-theme,
.copyright.red-theme {
    background-color: #B12109;
}

.footer-item-title.red-theme {
    border-bottom: 2px solid #B12109;
}

.custom .nav-ul.red-theme > li > a:hover {
    color: whitesmoke;
}

/*蓝色主题*/
.brand-logo.blue-theme,
ul.nav-ul.blue-theme > li > a,
.blue-theme .about-us,
.blue-theme .about-us > h2,
.blue-theme .about-us > a,
.copyright.text-center.blue-theme > p {
    color: #1A3884;
}

.about-us.blue-theme > a {
    border-color: #1A3884;
}

nav.nav-main.blue-theme,
.footer_callout.blue-theme,
.copyright.blue-theme {
    background-color: #F6F6F6;
}

.footer-item-title.blue-theme {
    border-bottom: 2px solid #F6F6F6;
}

.custom .nav-ul.blue-theme > li > a:hover {
    color: black;
}

.selectStyle {
    text-align: center;
    color: #fff;
    position: relative;
}

.selectStyle:hover {
    cursor: pointer;
}

.selectStyle ul {
    position: absolute;
    width: auto;
    left: -35px;
    display: none;
    text-align: center;
    color: #fff;
    background: #b12109;
    border-radius: 0 0 10px 10px;
    white-space: nowrap;
}

.selectStyle ul li {
    float: none;
}

.selectStyle ul li:hover {
    background: none;
}

.select-margin10 {
    margin: -10px;
}

.select-margin20 {
    margin: -20px;
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
    .brand-logo {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .mobile-hide {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .loginUser nav ul a {
        padding: 0 5px;
    }
}

@media screen and (max-width: 414px) {
    .loginUser {
        display: none;
    }
}

/*  安得自定义主题颜色 */
nav.nav-main.ande-theme, .footer_callout.ande-theme, .copyright.ande-theme {
    background-color: #007AC3 !important;
}

.ande-theme .selectStyle ul {
    background-color: #007AC3 !important;
}

.ande-footer {
    background-color: #efefef !important;
}

.ande-footer.page-footer, .ande-footer .footer-item-content > ul > li > a, .ande-footer .page-footer, .ande-theme h5 {
    color: #34354f !important;
}

.footer-item-title.ande-theme {
    border-bottom: 2px solid #007AC3 !important;
}

.ande-theme a, .ande-theme p {
    color: white !important;
}
