:root {
    --color-primary: #1377bc;
    --color-text-dark: #222643;
    --color-body-text: #65697f;
    --color-white: #fff;
    --color-secondary: #212a3e;
    --color-black: #000;
    --color-bg-light: #f3f8fb;
    --color-bg-gray: #f5f5f5;
}

.info-bar-hidden {
    height: 0 !important;
    overflow: hidden;
}

/* swiper */
.swiper {
    width: 100%;
    /*height: 100%;*/
}
.swiper-wrapper {
    height: auto !important;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    padding: 0;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0;
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: #ffffff;
}

.circle-list li {
    position: relative;
    padding-left: 25px;
    color: var(--color-white);
}
.circle-list li:before {
    content: "";
    border: 2px solid var(--color-white);
    position: absolute;
    left: 0;
    top: 7px;
    width: .625rem;
    height: .625rem;
    border-radius: 50%;
}
.circle-list li a:hover {
    text-decoration: none !important;
}
a {
    text-decoration: none !important;
}
.dropdown-menu {
    padding: 0 !important;
    border-top: none !important;
    border-radius: 0 !important;
}
.dropdown .dropdown-menu strong {
    color: #222643;
    font-weight: 700;
}

.list {
    list-style: none
}

.list>li {
    position: relative;
}

.list>li::before {
    content: "";
    font-family: "bootstrap-icons", serif;
    font-style: normal;
    font-weight: 500;
    color: var(--color-primary);
    position: absolute;
    top: 0;
    left: 0
}
.list-unstyled>li {
    border-botton: 1px solid rgba(0, 0, 0, .125)
}
.list-security>li strong {
    display: block;
    font-size: 1.25rem;
    color: var(--color-body-text) !important;
}

.btn-blue {
    background: var(--color-primary) !important;
    color: var(--color-white) !important;
    border: 2px solid var(--color-primary) !important;
}

.home-tabing .nav-item {
    outline: 0;
    border: 0!important;
    height: 100%
}

.home-tabing .nav-link {
    margin-bottom: 0 !important;
    border-radius: 0!important;
    border: 0!important;
    color: var(--color-body-text);
    position: relative;
}

.home-tabing .nav-item .nav-link:before,.home-tabing .nav-item .nav-link:after {
    content: "";
    background: var(--color-bg-gray);
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1
}

.home-tabing .nav-item .nav-link:before {
    width: 100%;
    left: 0;
    transform: skew(25deg,0deg)
}

.home-tabing .nav-item:not(:first-child) .nav-link:before {
    border-left: 1px solid #dee2e6
}

.home-tabing .nav-link:hover {
    outline: 0!important;
    margin: 0!important;
}

.home-tabing .nav-link:hover,.home-tabing .nav-link.active {
    border: 0!important;
    background: none!important;
}

.home-tabing .nav-item:first-child .nav-link.active:after,.home-tabing .nav-item:last-child .nav-link.active:after,.home-tabing .nav-item .nav-link.active:before {
    background-color: #fff
}

.home-tabing .nav-item:first-child .nav-link:after {
    width: 30%;
    left: 0
}

.home-tabing .nav-item:last-child .nav-link:after {
    width: 30%;
    right: 0
}

.title-separator:after {
    content: "";
    background: var(--color-primary);
    height: 2px;
    width: 100px;
    display: block;
    margin-top: 8px;
}
.show {
    visibility: visible;
}

.formOr {
    text-align: center;
    height: 40px;
    position: relative
}

.formOr:before {
    position: absolute;
    width: 40px;
    height: 40px;
    content: "OR";
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    background: #fff;
    border-radius: 20px;
    z-index: 1;
    font-size: .80em;
    font-weight: 400
}

.formOr:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #d4d4d4;
    top: 20px
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f35a38 !important;
    --bs-btn-border-color: #f35a38 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f35a38 !important;
    --bs-btn-hover-border-color: #f35a38 !important;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}

@media only screen and (max-width: 1024px) {
    .shopbytabs .accordion-item {
        border: 0!important;
        display: block!important;
        opacity: 1!important
    }
}

.partnerships {
    position: relative;
    overflow: hidden;
}
.partnerships:after {
    content: " ";
    background-image: url("/static/images/partnerships.svg");
    display: block;
    z-index: 0;
    width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 15vw;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right top;
}
@media screen and (max-width: 1200px) {
    .partnerships:after {
        opacity: 0.5;
        right: -50px;
    }
}

/* ssl市场研究  */
.nav .nav-link {
    border-radius: 0 !important;
}
.nav .nav-link.active {
    color: #fff !important;
    background-color: #094a84 !important;
}
.nav .nav-link.active:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #094a84;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -8px;
}

.tab-content .tab-pane ul {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: top
}

.tab-content .tab-pane ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    width: 100%
}

.tab-content .tab-pane ul li:nth-child(odd) {
    background: #f2f6f7
}

.tab-content .tab-pane ul li label {
    text-align: left;
    font-size: 16px;
    line-height: 35px;
    width: 50%
}
.tab-content .tab-pane ul li .rating i {
    color: #fadb14;
    font-size: 20px;
}

.tab-content .tab-pane ul li .compare_btn {
}

.tab-content .tab-pane ul li .button {
    border: 1px solid #094a84;
    color: #094a84;
    padding: 8px 15px;
    background: transparent;
    border-radius: 2px;
    font-size: 14px;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
    display: inline-block
}

.tab-content .tab-pane ul li .button:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #094a84;
    z-index: 0
}

.tab-content .tab-pane ul li .button:disabled:before,.tab-content .tab-pane ul li .button:hover:before {
    width: 100%;
    opacity: 1
}

.tab-content .tab-pane ul li .button:hover span {
    position: relative;
    z-index: 1;
    color: #fff
}

.tab-content .tab-pane ul li .button:disabled {
    opacity: .3;
    cursor: not-allowed
}

.tab-content .tab-pane ul li .button:disabled span,.tab-content .tab-pane ul li .button:hover span {
    position: relative;
    z-index: 1;
    color: #fff
}

#ssl-compare-form .compare_list {
    background: #094a84;
    padding: 15px;
    margin: 0 auto;
    position: fixed;
    max-width: 100%;
    bottom: -500px;
    z-index: 999999;
    left: 0;
    right: 0;
    transition: all .5s ease-in-out;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ssl-compare-form .compare_list .compare_item {
    background: #fff;
    color: #094a84;
    padding: 10px 15px;
    width: 100%;
    height: 88px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

#ssl-compare-form .compare_list .compare_item .remove_compare_item {
    font-family: ETmodules;
    position: absolute;
    right: 0;
    display: block;
    height: 24px;
    width: 24px;
    font-style: normal;
    top: 0;
    cursor: pointer;
    line-height: 24px;
    text-align: center;
    background: #fff
}

#ssl-compare-form .compare_list .add_another {
    border: 2px dashed #fff;
    color: #fff;
    padding: 15px;
    width: 100%;
    height: 88px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

#ssl-compare-form .compare_list .add_another>div,#ssl-compare-form .compare_list .compare_item>div {
    height: 100%;
    width: 100%;
    display: table
}

#ssl-compare-form .compare_list .add_another>div>p,#ssl-compare-form .compare_list .compare_item>div>p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 18px
}

#ssl-compare-form .compare_list .compare_item>div>p>img {
    max-height: 28px;
    display: block;
    margin: 0 auto 8px
}

#ssl-compare-form .compare_list .compare-btn-wrapper {
    line-height: 20px;
    padding: 0 10px;
    width: auto;
    text-align: center;
}

#ssl-compare-form .compare_list .compare-btn-wrapper #compare-ssl {
    vertical-align: middle;
    margin: 0;
    border: 2px solid #fff;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    color: #fff;
    padding: 10px 15px;
    background: #094a84;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

#ssl-compare-form .compare_list .compare-btn-wrapper #compare-ssl:disabled {
    cursor: not-allowed;
    background: #fff;
    opacity: .5;
    color: #094a84
}

#ssl-compare-form .compare_list p:not(.has-background):last-of-type {
    padding-bottom: 0
}