body {
    font-size: 0.875em;
    color: rgb(33, 44, 82);
}
a {
    text-decoration: none;
}
.nav-link {
    transition:none;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #568bff;
    /* border-bottom: 2px solid lightgray; */
}
.navbar-light .navbar-nav .nav-link.active {
    color: #2e6cf6;
    font-weight: 600;
    /* border-bottom: 3px solid #2e6cf6; */
}
.review-block{
    height: 110px;
    line-height: 25px;
}
.bg-viomall{
    background-color: #003b8e;
}
.bg-gray{
    background-color: #f0f0f0;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    font-size: 0.9em;
}

.shadow {
box-shadow: 0rem .1rem .6rem rgba(79, 86, 119, 0.1);
}

/*轮播左右切换*/
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .0;
    transition: opacity .15s ease;
}

.afloat {
    transition: .3s ease-in-out;
}
.afloat:hover {
    transform: translateY(-.6rem);
    background-color: #006eff !important;
    color: white !important;
    box-shadow: 0 1rem 2rem rgba(0, 110, 255,0.6)!important;
    transition: .3s ease-in-out;
}


/*城市*/
.imgfloat img {
    filter: brightness(90%) contrast(100%);
    transition: .2s ease-in-out;
}
.imgfloat img:hover {
    transform: scale(1.1);
    filter: brightness(110%) contrast(110%) saturate(80%);
    transition: .2s ease-in-out;
}

/*合作商logo*/
.piaoyi {
    display: flex;
    margin-bottom: 12px;
    width: fit-content;
    transform: translate3d(0px, 0px, 0px);
    animation: piaoyi 60s linear 0s infinite;
    pointer-events: auto;
}
@keyframes piaoyi {
    100% {transform: translateX(-132vw);}
}
.piaoyi img {
    width: 10vw;
    max-height: 50px;
    margin: 0 1vw;
    /* border-radius: 100px; */
    /* background: white; */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px; */
    display: flex;
    align-items: center;
    padding: 8px 10px;
    user-select: none;
    transition: .1s ease-in-out;
}
.piaoyi img:hover {
    transform: scale(1.2);
    transition: .3s ease-in-out;
}

/* .zhezhaoleft::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, white 2.52%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
.zhezhaoright::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(270deg, white 2.52%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
} */

.mainword {
    text-indent: 2rem;
    line-height: 2rem;
}
.mainword img {
    text-align: center;
    display: block;
}
.mainword-q {
    color: #748194;
    font-size: 1rem;
    font-weight: 700;
    background: #ffffff 0px 7px url(/images/messages-question-solid.svg) no-repeat;
    background-size: 20px 20px;
    font-size: 16px;
    text-align: justify;
    margin-top: 3rem;
}
.mainword-a {
    margin-bottom: 30px;
    padding: 2rem;
    background-color: #f9fbfd;
}
/* .PopularArticles {
    color: rgba(0, 0, 0, 0.85);
    position: relative;
    padding-left: 14px;
    line-height: 2rem;
}
.PopularArticles:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    background: #D2D5E0;
    border-radius: 4px;
}
.PopularArticles:hover:before {
    background: #fa0f6d;
    height: 30%;
    transition: .3s ease-in-out;
} */
.modal-header {
    border-bottom: 0px;
}
.address .nav-pills .nav-link {
    color: #748194;
}
.address .nav-pills .nav-link.active {
    /* background-color: #212529; */
    color: #fff;
}

.address.tab-content {
    height: 500px;
}
.address.tab-content .tab-pane {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
}
.address.tab-content .tab-pane.active {
    z-index: 2;
}
/*文字隐藏*/
/* .truncate {
    overflow: hidden;
    display: block;
    line-height: 1.5rem;
    position: relative;
}
.truncate_title {
    height: 3rem;
}
.truncate_mainword {
    font-size: 0.875em;
    height: 4.5rem;
}
.truncate:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 1.5rem;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #fff 80%);
} */


