@font-face {
    font-family: 'Questrial';
    src: url('Questrial-Regular.woff') format('woff');
}
@font-face {
    font-family: 'archivo';
    src: url('Archivo-Bold.woff') format('woff');
}
@media only screen and (min-width: 992px) { 
    .menu-list .sub-menu {
        background-color: #0E1B4D;
        box-shadow: 6px 6px 25px rgba(14, 27, 77, .1);
        border: none;
        border-radius: 18px;
        padding: 10px 0;
    }
    .menu-list .sub-menu li a {
        color: #EFF0F6;
        font-size: 14px;
        border: none;
        font-family: 'Questrial'!important;
    }
    .menu-list .sub-menu > li > a:hover {
        text-decoration: underline;
    }
}

@media only screen and (max-width: 992px) { 
    .header-nav-area .container {
        padding-top: 0 !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
    }
    .header-nav-area .container .site-logo{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px !important;
    }
    .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
        background-color: rgba(255, 255, 255, .75) !important;
    }
}
p {
    font-family: 'Questrial'!important;
}
body, h1, h2, h3, h4, h5, h6 {
    color: rgb(14, 27, 77);
    font-family: 'archivo'!important;
}
body {
    background-color: #EFF0F6;
}
.center-box {
    display: flex;
    justify-content: center;
}

/* header start */
.header-nav-area {
    background-color: #0E1B4D;
}
.header-nav-area .container {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}
.header-nav-area .container .top-navigation .menu-list > li > a {
    color: rgba(255, 255, 255, .75);
    font-size: 16px;
    font-family: Questrial !important;
    font-weight: normal;
}
.header-nav-area .container .site-logo{
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 28px;
    justify-content: center;
    max-width: 400px;
}

.header-nav-area .container .site-logo a {
    width: 100%;
    height: 100%;
    padding: 5px;
    color: rgba(255, 255, 255, .75);;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* header end */

/* carousel start */
.popular-vehicle-block {
    margin-bottom: 50px;
    position: relative;
}

/* carousel-arrow start */
.popular-vehicle-block .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 222;
}
@media only screen and (max-width: 750px) {
    .popular-vehicle-block .carousel-arrow {
        top: 30%;
    }
}

.popular-vehicle-block .carousel-arrow .item-navigation {
    margin: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    cursor: pointer;
}
.popular-vehicle-block .carousel-arrow .item-navigation a {
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    padding: 0;
    border: none;
}

.popular-vehicle-block .carousel-arrow-right {
    right: 15px;
}
.popular-vehicle-block .carousel-arrow-right .item-navigation .next-item {
    margin-left: 0;
}
.popular-vehicle-block .carousel-arrow-left {
    left: 15px;
}
/* carousel-arrow end */

.popular-vehicle-block .owl-carousel .vehicle-content{
    position: relative;
    margin-bottom: 0;
}

.popular-vehicle-block .owl-carousel .vehicle-thumbnail img{
    height: 50vw;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
}

.popular-vehicle-block .category-enter {
    position: absolute;
    width: 500px;
    height: 286px;
    background-color: #fff;
    border-radius: 24px;
    padding: 43px;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}
.popular-vehicle-block .category-enter h1 {
    margin: 0;
    font-size: 46px;
}
.popular-vehicle-block .category-enter .enter-btn {
    background-color: #0E1B4D;
    color: #fff;
    font-size: 18px;
    width: 138px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media only screen and (max-width: 750px) {
    .popular-vehicle-block .category-enter {
        position: relative;
        width: 100%;
        transform: translateY(0);
        left: 0;
        top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .slider-style-two .owl-nav.disabled {
        display: none !important;
        position: absolute;
        bottom: -39px;
    }
}

/* carousel end */

/* regular-vehicle-block start*/
.heading-content.style-one.border h2.title:before {
    display: none;
}
.heading-content.style-one.border h2.title {
    font-weight: normal;
}

.goods-item:hover img {
    transform: scale(1.15);
}
.goods-item:hover a{
    text-decoration: underline;
}
.vehicle-bottom-content a {
    color: #0E1B4D !important;
}
.vehicle-bottom-content {
    padding: 10px 5px !important;
    text-align: center;
    color: #0E1B4D !important;
}

.vehicle-bottom-content .vehicle-title {
    font-size: 16px !important;
    font-weight: normal !important;
    word-break: break-all;
    text-align: center;
    margin-top: 24px;
    height: 130px;
    overflow-y: auto;
}

.vehicle-bottom-content .goods-price {
    font-size: 20px;
    margin-top: 12px;
    text-align: left;
    font-family: Questrial;
}

.regular-vehicle-block .container {
    margin-bottom: 30px;
}

.regular-vehicle-block .heading-content {
    position: relative;
}

.regular-vehicle-block.evaluate-box .vehicle-content {
    border: none;
    background-color: #E7E8F0;
}

.regular-vehicle-block.evaluate-box .goods-price {
    font-family: Questrial !important;
    font-size: 20px;
}

.regular-vehicle-block.evaluate-box .vehicle-bottom-content .vehicle-title {
    margin-top: 15px;
    font-size: 18px;
    font-family: Questrial !important;
}

.regular-vehicle-block.evaluate-box .goods-item:hover img {
    transform: scale(1);
}
.regular-vehicle-block.evaluate-box .goods-item:hover a{
    text-decoration: none;
}

.regular-vehicle-block .vehicle-content {
    padding: 20px;
    position: relative;
    border: 1px solid #0E1B4D;
    border-radius: 22px;
}

.regular-vehicle-block .vehicle-content .vehicle-thumbnail{
    position: relative;
}
.regular-vehicle-block .vehicle-content .vehicle-thumbnail::before{
    content: "";
    display: block;
    padding-top: 100%;
}

.regular-vehicle-block .vehicle-content .vehicle-thumbnail a{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.regular-vehicle-block .vehicle-content .vehicle-thumbnail a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .75s;
}

/* regular-vehicle-block end*/

/* app-block start */
.app-block {
    margin-bottom: 75px;
    box-sizing: border-box;
}


.app-block .container .col-md-8, 
.app-block .container .col-md-4, 
.app-block .container .col-sm-6 {
    padding: 0;
}
.app-block .inner-box {
    position: relative;
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    border-radius: 22px;
    overflow: hidden;
}
.app-block .inner-box::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.app-block .inner-box img, 
.app-block .inner-box .words-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.app-block .inner-box .words-box {
    padding: 40px;
}
.app-block.goods-wrap-box .inner-box .words-box {
    padding: 10px 40px;
}

.app-block .inner-box .words-box h1{
    max-height: 65%;
    overflow-y: auto;
    font-size: 40px;
    line-height: 50px;
}
.app-block .inner-box .words-box p {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Questrial !important;
}
.app-block .inner-box .words-box .price {
    font-size: 20px;
    margin-bottom: 10px;
}
.app-block .inner-box .words-box .go-detail {
    text-align: right;
}
.app-block .inner-box .words-box .go-detail span {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}
/* 娣囶喗鏁奸弫缈犵秼濠婃艾濮╅弶锛勬畱閺嶅嘲绱� */
.vehicle-bottom-content .vehicle-title::-webkit-scrollbar, 
.app-block .inner-box .words-box h1::-webkit-scrollbar {
    width: 0;
}
@media screen and (max-width: 768px){
    .goods-detail .sticky-box {
        position: relative !important;
    }
}

.amazon-btn a{
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: Questrial !important;
    cursor: pointer;
    border: 1px solid #0E1B4D;
}
.amazon-btn.compare a{
    background-color: #0E1B4D;
    color: #fff;
}

.app-block .inner-box .amazon-btn a, .app-block .inner-box .amazon-btn span {
    width: 200px;
    color: #0E1B4D;
    text-align: center;
    padding: 12px 25px;
    cursor: pointer;
    height: 50px;
    border-radius: 25px;
    font-size: 18px;
    font-family: Questrial !important;
    cursor: pointer;
    border: 1px solid #0E1B4D;
}
/* app-block end */

/* footer-block start */
.footer-block {
    margin-top: 40px;
    padding-top: 20px;
    background-color: #0E1B4D;
    color: #C2C6D3;
    position: relative;
    font-family: "Roboto Slab", serif;
}

.footer-block .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-block form{
    position: relative;
    width: 375px;
    margin-top: 35px;
}
.footer-block form .btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    color: #C2C6D3;
    font-size: 20px;
}
.footer-block form input {
    padding: 15px 52px 15px 25px;
    border-radius: 2px;
    color: #C2C6D3;
    background-color: transparent;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #9398AF;
}

.footer-block h1, .footer-block h3{
    color: #C2C6D3;
    margin-bottom: 0;
}

.footer-block h3 {
    font-size: 18px;
    margin-top: 25px;
    font-family: Questrial !important;
}
.footer-block h2 {
    font-size: 26px;
    color: #fff;
    margin-top: 44px;
    margin-bottom: 0;
}
.footer-block .inside-links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 33px;
}
.footer-block .inside-links a { 
    font-size: 18px;
    color: #C2C6D3;
    margin: 0 22px;
}
.footer-block .social-profile {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.footer-block .social-profile svg{
    width: 24px;
    height: 24px;
}
.footer-block .social-profile a { 
    font-size: 24px;
    color: #fff;
    margin: 0 28px;
}

.footer-bottom-block {
    border-top: 1px solid #1A2756;
    margin-top: 68px;
    padding: 40px;
    font-size: 15px;
    color: #C2C6D3;
}
.footer-bottom-block .container {
    justify-content: flex-start;
    flex-direction: row;
}


.regular-vehicle-block.reviews-block .vehicle-content {
    display: flex;
}
.regular-vehicle-block.reviews-block .vehicle-content .vehicle-thumbnail {
    flex: 1;
}

.regular-vehicle-block.reviews-block .vehicle-content .vehicle-bottom-content {
    flex: 9;
    padding: 0 15px !important;
}
.regular-vehicle-block.reviews-block .vehicle-content .vehicle-bottom-content:before {
    display: none;
}
.regular-vehicle-block.reviews-block .vehicle-content .vehicle-bottom-content h2.vehicle-title {
    margin: 0;
    font-size: 14px !important;
}



.goods-detail {
    margin: 68px;
}
.goods-detail .sticky-box {
    position: sticky;
    top: 30px;
}
.goods-detail .goods-info-box .goods-brand {
    font-size: 16px;
    font-family: Questrial;
}
.goods-detail .goods-info-box .goods-title {
    font-size: 46px;
    line-height: 58px;
    margin-top: 18px;
}
.goods-detail .goods-info-box .goods-price {
    font-size: 22px;
    margin-top: 20px;
    font-family: Questrial;
}

.goods-detail .goods-info-box li {
    font-family: Questrial;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
}

.contact-us-area .row {
    display: flex;
    justify-content: center;
}
.contact-us-area form section {
    margin-top: 20px;
}
.contact-us-area form section.line1{
    display: flex;
    justify-content: space-between;
}
.contact-us-area form section.line1 input{
    width: 48%;
}
.contact-us-area form section input {
    height: 50px;
}
.contact-us-area form section input, 
.contact-us-area form section textarea{
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 25px;
    box-shadow: none;
    font-family: Questrial;
    border: 1px solid #747B99;
    background-color: transparent;
}
.contact-us-area form .submit-button{
    margin-top: 25px;
    padding: 10px 30px;
    text-transform: none;
    background-color: #4770DB;
    border-radius: 20px;
    font-size: 16px;
    font-family: Questrial;
}

.goods-detail .view-detail-btn a{
    display: block;
    position: relative;
    background-color: rgb(14, 27, 77);
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.goods-detail .view-detail-btn.amazon a {
    color: rgb(14, 27, 77);
    background-color: #fff;
    border: 1px solid rgb(14, 27, 77);
    margin-bottom: 20px;
}


.goods-box .platform-box {
    position: relative;
    padding-right: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 15px;
}
.goods-box .platform-box .platform-item {
    position: relative;
    border: 1px solid #4770DB;
    padding: 13px 9px;
    width: 30%;
    margin-right: 2%;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}
.goods-box .platform-box .platform-item h5 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
.goods-box .platform-box .platform-item .info {
    line-height: 29px;
}
.goods-box .platform-box .platform-item .go-platform {
    color: #034EFF;
    text-decoration: underline;
    display: none;
}
.goods-box .platform-box .platform-item .price {
    line-height: 24px;
    font-weight: bold;
}
.goods-box .platform-box .platform-item svg {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    fill: #4770DB;
    display: none;
}
.goods-box .platform-box .platform-item svg path {
     fill: #4770DB;
}
.goods-box .platform-box .platform-item.focus .go-platform,
.goods-box .platform-box .platform-item.last .go-platform,
.goods-box .platform-box .platform-item.focus svg {
    display: block;
}
.goods-box .platform-box .platform-item.focus .price {
    display: none;
}
.goods-box .platform-box .go-compare {
    cursor: pointer;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #4770DB;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.goods-box .platform-box .platform-item:nth-child(1) .go-platform{
 display: block !important;
}
.goods-box .platform-box .platform-item:nth-child(1) .price{
 display: none !important;
}

.goods-box > a:nth-child(1) {
    position: relative;
}
.goods-box > a:nth-child(1)::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.goods-box > a:nth-child(1) img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.blog-list .row,
.regular-vehicle-block.blog .row{
 display: flex;
 flex-wrap: wrap;
}

.blog-list .row > div
.regular-vehicle-block.blog .row > div {
 margin-bottom: 20px;
}
.img-box {
 position: relative;
}
.img-box {
 position: relative;
}
.img-box::before {
 content: "";
 display: block;
 padding-top: 100%;
}
.img-box a{
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 right: 0;
}
.img-box a img{
width: 100%;
 height: 100%;
 object-fit: cover;
}

.blog-list .row,
.regular-vehicle-block.blog .row{
 display: flex;
 flex-wrap: wrap;
}

.blog-list .row > div,
.regular-vehicle-block.blog .row > div {
 margin-bottom: 20px;
}


/* contact-us-module start */
#contact-us-bar {
    position: fixed;
    bottom: 150px;
    right: 0;
    z-index: 999;
    color: #555;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #E6ECF2;
    font-family: Arial, "Microsoft YaHei", sans-serif;;
}
#contact-us-bar .bar-item {
    width: 60px;
    padding: 0 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#contact-us-bar .bar-item:hover .pop-box {
    display: block;
}
#contact-us-bar .bar-item .fa {
    font-size: 30px;
    margin-top: 12px;
    color: #555;
}
#contact-us-bar .bar-item + .bar-item::before {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 1px;
    content: " ";
    background-color: #E6ECF2;
    width: calc(100% - 30px);
}
#contact-us-bar .bar-item .copy-box .desc{
    font-size: 16px;
}
#contact-us-bar .bar-item .copy-box .click-tip{
    color: #ccc;
    font-size: 12px;
    margin-left: 15px;
}
#contact-us-bar .bar-item .copy-box b{
    color: #387DFF;
    margin-top: 10px;
    font-size: 16px;
}
.pop-box {
    display: none;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    min-height: 100%;
    padding-right: 12px;
}
.pop-box .copy-box {
    background-color: #fff;
    padding: 10px;
    box-shadow: 1px 1.5px 4px rgba(0, 0, 0, .2);
    white-space: nowrap;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}
.pop-box .copy-box > div{
    display: flex;
}
.pop-box .pop-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left-color: #ccc;
}
.pop-box .pop-arrow .pop-arrow-inner{
    position: absolute;
    top: -6px;
    right: -5px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color: #fff;
}
/* contact-us-module end */

/* toast-module start */
.toast {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
    z-index: 222;
    padding: 10px 20px;
    border-radius: 4px;
}
.toast.success {
    color: rgb(53, 191, 69);
    background-color: #d4f1d7;
}
.toast.error {
    color: rgb(255, 0, 0);
    background-color: rgb(232, 179, 179);
}
.toast.warning {
    color: rgb(255, 183, 0);
    background-color: rgb(236, 217, 169);
}
/* toast-module end */