﻿
.site-map {
    background-color: #F9F9FA;
    padding: 24px 80px;
}

.breadcrumb {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
}

.site-map .breadcrumb {
    background-color: transparent;
}

.site-map-none{
    position: absolute;
    left:80px;
    top: 104px;
    color:#ffffff!important;
}

.site-map-none .breadcrumb {
    background-color: transparent;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
}

.site-map-none a {
    color:#ffffff !important;
}

.site-map-none ul{
    display: flex;flex-wrap: nowrap;
}

.site-map-none ul li + li:before {
    padding: 0 12px;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-image: url("../images/ic-next-arrow-white.png");
}

.pagination a,
.pagination a:hover,
.pagination a:visited,
.pagination a:focus,
.breadcrumb .active,
.breadcrumb a:hover,
.breadcrumb a:visited,
.breadcrumb a:focus,
.breadcrumb a {
    color: #3C4151;
}

.site-map .breadcrumb li + li:before {
    padding: 0 8px;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-image: url("../images/ic-next-arrow-black.png");
}

.txt-color-black {
    color: #3C4151;
}

.txt-color-black.txt-color-900 {
    color: #666C78;
}

.txt-color-white {
    color: #FFFFFF;
}

.txt-color-orange {
    color: #FE7704;
}

.txt-size-xs {
    font-size: 12px;
}

.txt-size-sm {
    font-size: 14px;
}
.txt-size-sm a{
    color: #fff;
}
.txt-size-sm a:hover{
    color: #fc7b3d;
}
.txt-size-md a{
    color: #fff;
}
.txt-size-md a:hover{
    color: #fc7b3d;
}
.txt-size-md {
    cursor: pointer;
    font-size: 16px;
}
.txt-size-l a{
    color: #fff;
}
.txt-size-l a:hover{
    color: #fc7b3d;
}
.txt-size-xl a{
    color: #fff;
}
.txt-size-xl a:hover{
    color: #fc7b3d;
}
.txt-size-l {
    font-size: 18px;

}

.txt-size-xl {
    font-size: 20px;

}

.txt-size-t1 {
    font-size: 72px;

}

.txt-size-t2 {
    font-size: 48px;

}

.txt-size-t3 {
    font-size: 24px;

}

.txt-height-10 {
    line-height: 1;
}

.txt-height-12 {
    line-height: 1.2;
}

.txt-height-15 {
    line-height: 1.5;
}

.txt-weight-md {
    font-weight: 400;
}

.txt-weight-l {
    font-weight: 500;
}

.txt-weight-xl {
    font-weight: 600;
}


.linear-gradient-brown-90deg {
    background: linear-gradient(90deg, #58607B 0%, #7A7B9A 100%);
}

.linear-gradient-brown-90deg.linear-gradient-reverse {
    background: linear-gradient(-90deg, #58607B 0%, #7A7B9A 100%);
}

.linear-gradient-orange-90deg {
    background: linear-gradient(90deg, #FE6D06 0%, #FFA551 100%);
}

.linear-gradient-orange-90deg.linear-gradient-reverse {
    background: linear-gradient(-90deg, #FE6D06 0%, #FFA551 100%);
}


.linear-gradient-orange-0deg {
    background: linear-gradient(0deg, #FE6D06 0%, #FFA551 100%);
}

.linear-gradient-blue-90deg {
    background: linear-gradient(90deg, #568ABF 0%, #74B8E3 100%);
}

.linear-gradient-blue-90deg.linear-gradient-reverse {
    background: linear-gradient(-90deg, #568ABF 0%, #74B8E3 100%);
}

.linear-gradient-white-90deg {
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 100%);
}

.linear-gradient-white-90deg.linear-gradient-reverse {
    background: linear-gradient(-90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 100%);
}

.bg-color-white {
    background-color: #FFFFFF;
}

.bg-color-orange {
    background-color: #FEA45C;
}

.bg-color-transparent {
    background-color: transparent;
}

.bg-color-gray {
    background-color: #F7F8FC;
}

.bg-img-single-full {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.border-r-xs {
    border-radius: 2px;
}

.border-r-sm {
    border-radius: 4px;
}

.border-r-ms {
    border-radius: 6px;
}

.border-r-l {
    border-radius: 8px;
}

.border-r-xl {
    border-radius: 10px;
}

.border-circle {
    border-radius: 50% 50%;
}
/* 移动端样式 */
@media (max-width:768px){
    .site-map-none{
        display: none;
    }
}

@media screen and (max-width: 999px){
    .site-map-none{
        display: none!important;
    }
}