html, body, div, p, a, img, i, ul, li, form, header, nav {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    outline: none
}

body {
    color: #515151;
    font-family: 'Arial Normal', 'Arial';
    font-size: 15px;
    line-height: 1
}

ul li, ul {
    list-style: none
}

a {
    color: #515151;
    text-decoration: underline;
    font-family: robotobold, sans-serif
}

p {
    line-height: 24px
}

img {
    border: none;
    vertical-align: middle
}

html {
    scroll-behavior: smooth
}

input {
    min-height: 20px;
}

*, :after, :before {
    box-sizing: border-box;
    outline: 0
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative
}
.header .wrapper {
    width: 92%;
}
.footer .wrapper {
    width: 87%;
}
.headmenu .wrapper {
    width: 87%;
}
.centerwrapper .wrapper {
    width: 88%;
}
.breadcrumbs .wrapper {
    width: 87%;
}
.bodycontent .wrapper {
    width: 87%;
}

.displaynone {
    display: none
}

.tabshow {
    display: none !important
}

.d-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap
}

.flex-end {
    justify-content: flex-end
}

.flex-between {
    justify-content: space-between
}

.flex-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column
}

.align-self-center {
    -ms-align-self: center;
    align-self: center
}

.footer-img {
    width: 35%;
    transition: width 1s;
    -moz-transition: width 1s; /* Firefox 4 */
    -webkit-transition: width 1s; /* Safari 和 Chrome */
    -o-transition: width 1s; /* Opera */
}

/*.footer-img:hover {
    position: relative;
    width: 150%;

}*/

.align-self-end {
    -ms-align-self: flex-end;
    align-self: flex-end
}

.masterdivback {
    opacity: .7;
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999
}

.masterdivinner {
    position: fixed;
    z-index: 99999;
    margin-top: 20%;
    margin-left: 50%
}

.homehdh2 {
    font-weight: 700;
}

.homehdh3 {
    font-weight: 700;
}

.f-box h5 {
    font-weight: 700;
    font-size: 130%;
    margin: 25px 0;
}

.f-box p {
    font-size: 90%;
    color: #0F2F51;
}

.titlesection h3 {
    font-weight: 700;
    font-size: 180%;
    margin: 20px 0 40px 0;
}

.bgblue .f-box {
    background: #f4faff;
    /* box-shadow: 0 0 3px rgba(244, 250, 255, 0.3); */
    box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 5px;
}

.bgblue {
    margin-top: 80px;
}

.layui-fixbar .layui-icon {
    background: none;
}
.layui-fixbar li {
    width: 60px;
    height: 60px;
}
.layui-fixbar-top {
    color : #000!important;
    display: none !important;
}
@media screen and (max-width: 1400px) {
    .headmenu .wrapper {
        width: 92%;
    }
}
@media screen and (max-width: 1300px) {
    .headmenu .wrapper {
        width: 92%;
    }
}

@media screen and (max-width: 1199px) {
    img {
        max-width: 100%;
        height: auto;
    }

    .centerwrapper .wrapper {
        width: 100%;
        padding: 0 20px
    }
    .headmenu .wrapper {
        width: 100%;
    }

}

@media only screen and (max-width: 1099px) {
    .centerwrapper .wrapper {
        width: 100%;
    }
    .wrapper {
        padding: 0 15px
    }
}

@media only screen and (max-width: 992px) {
    .wrapper {
        padding: 0 10px
    }

    .centerwrapper .wrapper {
        width: 94%;
    }

    .tabhide {
        display: none !important
    }

    .tabshow {
        display: inline-block!important;
        position: absolute;
        right: 0;
        top: 4%;
    }

    .boxes {
        display: grid;
        grid-gap: 0 !important;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
    }

    .rightlinks {
        grid-gap: 2% !important;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 13px
    }

    p {
        line-height: 20px
    }

    p br {
        display: none
    }

    .mobhide {
        display: none !important
    }

    .moneybackseal {
        margin: 0 0 10px 0!important;
    }
}

#closeAll {
    cursor: pointer;
}

#choseAll {
    cursor: pointer;
}

.topnav ul > li {
    position: relative;
    padding: 5px 0;
}

.topnav ul > li > a {
    padding: 8px 28px;
    display: block
}

.topnav ul li a {
    text-decoration: none;
    font-family: 'Arial Normal', 'Arial';
    outline: 0
}

.topnav ul ul {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9999;
    border: 2px solid #0175c3;
    left: 17px;
}

.topnav ul ul.account {
    left: 52px;
}

.topnav ul ul li:hover{
    background: #eee;
}

.topnav ul ul a {
    color: #000000;
    padding: 8px 13px;
    font-size: 13px
}

.topnav ul ul a:hover{
    color: #0175c3;
}

.headercover {
    margin-bottom: 20px;
    padding-top: 20px;
}

.headercover .logo a:first-child {
    border-right: 1px solid #eee;
    /*padding-right: 20px;*/
    margin-right: 20px;
}

.headercover .logo a {
    text-decoration: none;
    display: inline;
}

.headercover .logo a:hover {
    color: #515151;
}

.headercover .logo span {
    font-size: 80%;
}

.logo {
    -ms-align-self: flex-end;
    align-self: flex-end
}

.tollfree {
    font-size: 20px;
    padding: 0 0 0 30px;
    background: url(/public/static/images/phone-icon.svg) left center no-repeat;
    float: right;
    margin: 12px 0 20px
}

.tollfree a {
    font-family: robotolight, sans-serif;
    text-decoration: none;
    color: #515151
}

.socialwrap {
    margin-right: 10px
}

.socialwrap a {
    margin: 0 7px 0 0;
    display: block
}

.worldmap {
    background: url(/public/static/images/icon-world.svg) left 1px no-repeat;
    height: 30px;
    padding: 0 0 0 50px
}

.countrylist ul {
    z-index: 9999;
    border: 1px solid #dbe0e3
}

.countrylist #listbg {
    width: 150px
}

.countrylist #listbg > li {
    padding: 6px 25px 6px 8px
}

.countrylist #listbg > li:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #7a7a7a;
    position: absolute;
    right: 10px;
    top: 11px
}

.countrylist #listbg > li > div {
    background-position: 0 center;
    line-height: 16px
}

.countrylist > ul > li {
    padding: 8px 5px
}

.countrylist ul li {
    font-size: 12px;
    position: relative;
    padding: 5px;
    text-indent: 25px
}

.countrylist ul ul {
    position: absolute;
    top: 28px;
    left: -1px;
    display: none;
    margin-top: -1px;
    background: #fff;
    border-top: none;
    width: 150px
}

.countrylist ul ul li {
    text-indent: 28px;
    background-position: 8px center
}

.countrylist ul li a {
    text-decoration: none;
    font-family: 'Arial Normal', 'Arial'
}

.flagph {
    background: url(/public/static/images/ph.png) no-repeat
}

.flagus {
    background: url(/public/static/images/us.png) no-repeat
}

.flaguk {
    background: url(/public/static/images/uk.png) no-repeat
}

.flagau {
    background: url(/public/static/images/au.png) no-repeat
}

.flagca {
    background: url(/public/static/images/ca.png) no-repeat
}

.flagin {
    background: url(/public/static/images/in.png) no-repeat
}

.flagsg {
    background: url(/public/static/images/sg.png) no-repeat
}

.headmenu {
    position: relative;
    z-index: 3;
}

.topmenu > li {
}

.topmenu > li > a {
    text-decoration: none;
    color: #333;
    /*text-transform: uppercase;*/
    display: block;
    padding: 20px 32px;
    font-family: 'Arial Normal', 'Arial';
    font-weight: 700;
}

.topmenu .main-submenu {
    position: absolute;
    background: #fff;
    border: 5px solid #0175c3;
    z-index: 999;
    top: 84%;
    display: none;
    padding: 0
}

.topmenu-right{
    display: flex;
    flex-wrap: wrap;
}
.topmenu-right .search_box{
    position: relative;
    top: 12px;
    /*left: 20px;*/
}
.topmenu-right .search_box .search_input_btn{
    height: 38px;
    width: 170px;
    line-height: 38px;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 0 0 0 5px;
}
.topmenu-right .search_box #es_search_box{
    visibility: visible;
    transition: box-shadow .3s ease-in-out, visibility .3s ease-in-out;
    box-shadow: 0 8px 20px 0 rgba(55,99,170,.1);
    position: absolute;
    right: -20px;
    z-index: 3;
    width: 500px;
    top: 0;
    display: none;
}
.topmenu-right .search_box .es_search{
    width: 500px !important;
    margin:0px;
}
.topmenu-right .search_box .search_btn{
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 12px;
}


.main-submenu li {
    padding: 10px 15px;
    transition: .3s all;
    display: table-cell;
    width: 250px;
    border-right: 1px solid #DEEEFE;
    cursor: pointer;
}

.main-submenu li a {
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    font-family: 'Arial Negreta', 'Arial';
    transition: .3s all;
    color: #0175C3;
    font-weight: 700;
    display: block;
    text-align: center;
}


.main-submenu li span {
    display: table-cell;
    width: 35%;
    padding: 0 10px 10px 20px;
    text-align: left;
    line-height: 16px;
    position: relative;
    top: -5px;
    font-size: 85%;
}

.main-submenu li a:hover {
    /* background: #e1e1e1; */
    text-decoration: none;
    color: #0175C3;
}

.main-submenu li:hover {
    /* background: #e1e1e1; */
    text-decoration: none;
}
.ssl-brands {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
}
.ssl-brands li:nth-child(2) {
    border-bottom: 1px solid #DEEEFE;

}
.ssl-brands li:nth-child(3) {
    border-bottom: 1px solid #DEEEFE;

}
.ssl-brands li:nth-child(4) {
    border-bottom: 1px solid #DEEEFE;

}
.ssl-brands li:nth-child(5) {
    border-top: 1px solid #DEEEFE;
}
.ssl-types {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}
.contract-saas {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
}
.contract-saas li:nth-child(2),.contract-saas li:nth-child(3),.contract-saas li:nth-child(4) {
    border-bottom: 1px solid #DEEEFE;
}
.contract-saas li:nth-child(5) {
    border-top: 1px solid #DEEEFE;
}
.contract-saas li span {
    text-align: center;
}
.ssl-types li {
    width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
}
.ssl-types li a {
    display: table-cell;
    width: 20%;
    text-align: center;
}

.ssl-types li:nth-child(4) {
    border-top: 1px solid #DEEEFE;
    border-bottom: 1px solid #DEEEFE;
}
.ssl-types li:nth-child(5) {
    border-top: 1px solid #DEEEFE;
    border-bottom: 1px solid #DEEEFE;
}
.ssl-types li:nth-child(6) {
    border-top: 1px solid #DEEEFE;
    border-bottom: 1px solid #DEEEFE;
}

.main-submenu li a img {
    width: 150px;
    margin-bottom:10px
}

.ssl-types li span {
    display: table-cell;
    width: 100%;
    text-align: left;
    line-height: 20px;
    position: relative;
    font-size: 85%;
    padding-top: 15px;
}
.ssl-types li span b {
    font-size: 110%;
}
.ssl-types li span:nth-child(1) {
    position: relative;
    top: 10px;
}


.e-auth {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}
.e-auth li {
    display: flex;
    flex-direction: column; /* 设置为垂直方向布局 */
    align-items: center;
    padding-right: 0;
}
.e-auth li a {
    display: table-cell;
    width: 20%;
    text-align: center;
}

.e-auth li:nth-child(4) {
    border-top: 1px solid #DEEEFE;
    border-bottom: 1px solid #DEEEFE;
}
.e-auth li:nth-child(5) {
    border-top: 1px solid #DEEEFE;
    border-bottom: 1px solid #DEEEFE;
}
.e-auth li:nth-child(6) {
    border-top: 1px solid #DEEEFE;
    border-bottom: 1px solid #DEEEFE;
}

.e-auth li span {
    display: table-cell;
    width: 100%;
    text-align: left;
    line-height: 20px;
    position: relative;
    font-size: 52%;
}
.e-auth li span b {
    font-size: 110%;
    padding: 0 0 10px 0;
    display: inline-block;
}
.e-auth li span:nth-child(1) {
    position: relative;
    top: 10px;
}


.starshield_nav {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
}

.starshield_nav li {
    width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    float: left;
    border: 1px solid #DEEEFE;
}
.starshield_nav li a {
    display: table-cell;
    width: 20%;
    text-align: center;
}

.starshield_nav li span {
    display: table-cell;
    width: 100%;
    text-align: left;
    line-height: 20px;
    position: relative;
    font-size: 85%;
    padding-top: 15px;
}
.starshield_nav li span b {
    font-size: 110%;
}
.starshield_nav li span:nth-child(1) {
    position: relative;
    top: 10px;
}

.solutions li{
    display: block;
    border-bottom: 1px solid #DEEEFE;
}

.solutions li:hover{
    background-color: #0175C3;
    border: 1px solid #0175c3;
}
.solutions li:hover span b{
    color: #fff;
}

.solutions li a{
    line-height: 16px;
}

.solutions li span {
    padding: 0;
    font-size: 100%;
}

.tablist {
    width: 180px;
    background: #f3f5f6
}

.tablist li a {
    padding: 10px 20px;
    display: block
}

.tablist ul li {
    position: relative;
    padding: 0;
    background: 0 0
}

.viewcart a {
    /*background: url(/public/static/images/icon-cart.svg) no-repeat 5px center #fff;*/
    padding: 20px;
    background-size: 23%;
    text-decoration: none;
    display: block;
    position: relative;
}

.red_point{
    position: absolute;
    top: -25px;
    color: red;
    left: 45px;
    font-size: 60px;
    display: none;
}
.red_point_en{
    top: -6px;
}
.red_point2{
    position: absolute;
    top: -29px;
    color: red;
    left: 36px;
    font-size: 76px;
    display: none;
}

#showmobmenu {
    color: #ed7714;
    right: 0;
    height: 40px;
    width: 40px;
    background: url(/public/static/images/mobmenuicon.svg) no-repeat center center;
    margin: 0;
    display: block
}

#mobmenu {
    position: fixed;
    background: #222;
    height: 100%;
    z-index: 9999;
    width: 280px;
    color: #bbb;
    top: 0;
    opacity: 1;
    overflow: auto;
    padding: 0;
    margin: 0 !important
}

#mobmenu ul {
    list-style: none;
    margin-top: 0;
    padding: 0
}

#mobmenu ul li {
    border-bottom: 1px solid #353535;
    font-size: 15px
}

#hidemobmenu {
    background: url(/public/static/images/momenu-close.svg) center center no-repeat #0175c3;
    height: 40px;
    width: 100%;
}

#mobmenu ul li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 400
}

#mobmenu ul a i {
    font-size: 18px;
    margin-top: 3px;
    width: 12px;
    height: 10px
}

#mobmenu ul a i.fa-caret-down {
    /* background: url(/public/static/images/whtarrow-down.png) 0 3px no-repeat */
}

#mobmenu ul a i[class*="fa-caret"] {
    float: right
}

#mobmenu ul li ul {
    margin-top: 0;
    display: none;
    background: #f4f4f4
}

#mobmenu ul li ul li {
    border-bottom: none;
    font-size: 14px
}

#mobmenu ul li ul li a {
    color: #515151;
    font-family: 'Arial Normal', 'Arial';
    font-size: 13px
}

.mobile-menu .left {
    right: -280px
}

@media only screen and (max-width: 1699px) {
    .topmenu > li > a {
        padding: 20px 15px
    }
}

@media only screen and (max-width: 992px) {
    .headercover {
        padding-top: 15px;
        margin-bottom: 15px
    }

    .header-right {
        width: 100%;
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #dde3e8;
        justify-content: space-between;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row
    }

    .viewcart {
        width: 40px;
    }

    .viewcart a {
        width: 100%;
        height: 40px;
        padding: 0;
        background-position: center center !important;
    }

    .tollfree {
        margin: 0;
        -ms-align-self: center;
        align-self: center
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        width: 80%;
        padding-right: 15px
    }

    .mob-menu-cart {
        width: 100px;
        position: absolute;
        right: 0;
    }

    .tollfree {
        font-size: 15px;
        font-family: 'Arial Normal', 'Arial';
        line-height: 20px;
        padding-left: 20px;
        -webkit-background-size: 16px;
        background-size: 16px
    }

    .worldmap {
        background: none;
        padding: 0
    }
}

.accordion_body {
    padding: 0 15px 15px 15px
}

.expauli li {
    position: relative
}

.expauli li a {
    font-size: 13px;
    display: block;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-family: 'Arial Normal', 'Arial';
    color: #515151
}

.expauli li:before {
    content: '';
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #4e5a60;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px
}
#mobmenu > ul > li + li > a:hover {
    background: #111
}

#mobmenu ul ul a:hover {
    background: #e1e1e1
}

#mobmenu ul li a.active + ul {
    display: block
}

#mobmenu ul a i.fa-caret-left {
    /* background: url("../images/whtarrow-up.png") no-repeat 0 3px */
}

.mobile-menu .show {
    right: 0
}

.mobile-menu .hide {
    right: -280px
}

.footer {
    background: #4a82d7;
    color: #fff
}

.footer-top {
    padding: 40px 0
}

.footmenu-col:first-child {
    width: 38%
}

.footmenu-col p img {
    display: inline-block;
    width: 32.4%;
}

.footmenu-col + .footmenu-col {
    width: 15%;
    /*padding-top: 6%;*/
}

.footmenu-col h4 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
}

.footmenu-col ul li {
}

.footmenu-col ul li + li {
    margin-top: 12px
}

.footmenu-col ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-family: 'Arial Normal', 'Arial';
    font-weight: 700;
}

.footer-bottom {
    color: #fff;
    border-top: 1px solid #fff;
    padding: 20px 0;
    font-size: 13px;
    width: 87%;
    margin: 0 auto;
}

.footer-bottom p {
    color: #fff;
}

.rightcontent {
    font-size: 12px
}

.footer-bottom ul li {
    display: inline-block;
    padding: 0 15px
}

.footer-bottom ul li a {
    font-family: 'Arial Normal', 'Arial';
    color: #fff
}

.footer-bottom ul li + li {
    border-left: 1px solid #fff
}

.footerdetails p {
    font-size: 12px;
    line-height: 20px;
    padding-top: 20px
}

.footerdetails p a {
    color: #fff;
    font-family: 'Arial Normal', 'Arial'
}

.footerdetails p a:hover {
    color: #fff
}

@media only screen and (max-width: 992px) {
    .footer-top {
        padding: 30px 0 0
    }

    .footmenu-col {
        width: 33.333333% !important;
        margin-bottom: 30px
    }

    .footmenu-col:last-child p img {
        max-width: 216px
    }
    
    .footmenu-col p {
        width: 100% !important;
    }
    
}

@media only screen and (max-width: 1400px) {
    .topmenu > li > a {
        padding: 20px 10px;
    }
    .rightlinkrow {
        width: 90%!important;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .footer-top {
        padding: 20px 0 0
    }

    .footmenu-col {
        width: 50% !important;
        margin-bottom: 20px
    }

    .footer-bottom .flex-between {
        justify-content: center
    }

    .footer-bottom .flex-between ul {
        margin-top: 15px
    }
}

@media only screen and (max-width: 568px) {
    .footmenu-col {
        width: 100% !important;
        margin-bottom: 20px
    }

    .footer-bottom .flex-between ul {
        text-align: center;
        margin-top: 0
    }

    .footer-bottom .flex-between ul li {
        margin-top: 15px
    }
}
.topmenu > li:hover > a {
    background: #0175c3;
    color: #fff
}

.topmenu li:hover .main-submenu {
    display: block
}
.topmenu > li:hover > a {
    background: #0175c3;
    color: #fff
}

.topmenu li:hover .main-submenu {
    display: block;
    padding: 0;
}

.topmenu li:hover .main-submenu .domain li{
    display: block;
    padding: 0;
    border: none;
    border-bottom: 1px solid #DEEEFE;
}
.topmenu li:hover .main-submenu .domain li:last-child{
    border: none;
}

.main-submenu .domain li span:hover {
    color: #fff!important;
}
.main-submenu .domain li span:hover b {
    color: #fff!important;
}
.main-submenu .domain li:hover b {
    color: #fff!important;
}
.topmenu li:hover .main-submenu .domain li:hover{
    background-color: #0175C3;
    color: #fff!important;
}


@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    input[type=checkbox],
    input[type=radio] {
        --active: #275efe;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, 0.3);
        --border: #bbc1e1;
        --border-hover: #275efe;
        --background: #fff;
        --disabled: #f6f8ff;
        --disabled-inner: #e1e6f9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    input[type=checkbox]:after,
    input[type=radio]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    input[type=checkbox]:checked,
    input[type=radio]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: 0.3s;
        --d-t: 0.6s;
        --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    }
    input[type=checkbox]:disabled,
    input[type=radio]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }
    input[type=checkbox]:disabled:checked,
    input[type=radio]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }
    input[type=checkbox]:disabled + label,
    input[type=radio]:disabled + label {
        cursor: not-allowed;
    }
    input[type=checkbox]:hover:not(:checked):not(:disabled),
    input[type=radio]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }
    input[type=checkbox]:focus,
    input[type=radio]:focus {
        box-shadow: 0 0 0 var(--focus);
    }
    input[type=checkbox]:not(.switch),
    input[type=radio]:not(.switch) {
        width: 21px;
    }
    input[type=checkbox]:not(.switch):after,
    input[type=radio]:not(.switch):after {
        opacity: var(--o, 0);
    }
    input[type=checkbox]:not(.switch):checked,
    input[type=radio]:not(.switch):checked {
        --o: 1;
    }
    input[type=checkbox] + label,
    input[type=radio] + label {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }

    input[type=checkbox]:not(.switch) {
        border-radius: 7px;
    }
    input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }
    input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }
    input[type=checkbox].switch {
        width: 38px;
        border-radius: 11px;
    }
    input[type=checkbox].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0));
    }
    input[type=checkbox].switch:checked {
        --ab: var(--active-inner);
        --x: 17px;
    }
    input[type=checkbox].switch:disabled:not(:checked):after {
        opacity: 0.6;
    }

    input[type=radio] {
        border-radius: 50%;
    }
    input[type=radio]:after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        transform: scale(var(--s, 0.7));
    }
    input[type=radio]:checked {
        --s: 0.5;
    }
}
.layui-btn {
    background-color: #0174c3;
}
.text-line {
    text-decoration: underline;
}

.layui-carousel>[carousel-item]>*{
    height: auto;
}
.layui-carousel-ind{
    margin-top: -20px;
    top: auto;
    bottom: 10px;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999999999;
}

.loading-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.loading-text {
    margin-top: 20px;
    font-size: 16px;
}

.layui-icon-loading {
    font-size: 30px;
}

#ebook_box{
    background: #0175C3;
    padding: 15px 0;
    border-radius: 10px;
}
#ebook_box .layui-form-item{
    margin-left: 45px;
    /*text-align: center;*/
}
#ebook_box input{
    border: 1px solid #8bbbdb;
    color: #0175C3;
}
#ebook_box input, #ebook_box input::-webkit-input-placeholder, #ebook_box textarea, #ebook_box textarea::-webkit-input-placeholder{
    color: #0175C3;
}
#ebook_box h1{
    color: #fff;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-family: 'Roboto Thin', 'Roboto Regular', 'Roboto', sans-serif;
    font-style: normal;
    font-size: 20px;
    text-align: center;
}
#ebook_box .input_box{
    width: 100%;
}
#ebook_box input{
    width: 260px;
    margin-right: 45px;
}
#ebook_box .captcha_ebook{
    width: 130px;
    margin-right: 6px;
}
#ebook_box .captcha_box img{
    cursor: pointer;
}
#ebook_box p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
}
#ebook_box .captcha_ebook{
    margin-top: 0px;
}
#ebook_submit_btn{
    background: #fff;
    color: #0175C3;
}
#ebook_box .error{
    display: none;
    color: red;
}

.chatbox-right {
    position: fixed;
    right: 8px;
    /*top: 48%;*/
    bottom: 14%;
    z-index: 100;
}
@media screen and (max-width: 1500px) {
    .chatbox-right {
        position: fixed;
        right: 8px;
        /*top: 37%;*/
        z-index: 100;
    }
}
.chatbox-right-meau {
    position: relative;
    border-bottom:1px solid #e5e5e5;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.chatbox-right-meau:hover .chatbox-right-btn{
    background: #0174c3;
}
.chatbox-right-meau:hover .chatbox-right-btn p{
    color: #fff;
}
.chatbox-right-meau a{
    text-decoration: none;
}
.chatbox-right-btn {
    width: 67px;
    height: 67px;
    overflow: hidden;
    padding: 11px 0;
    text-align: center;
    display: block;
    position: relative;
    background-color: #fff;
}
.chatbox-right-btn sup {
    display: block;
    min-width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: -12px;
    top: -12px;
}
.chatbox-right-btn p {
    font-size: 12px;
    line-height: 16px;
    padding-top: 6px;
    color: #808080;
    margin: 0 auto;
}
.cbl_img2 {
    width: 26px;
    height: 22px;
    margin: 0 auto;
    background: url(/public/static/images/chat-right02.png) no-repeat;
}
.chatbox-right-meau:hover .cbl_img2{
    background: url(/public/static/images/chat-right02.png) no-repeat;
}
.cbl_img3 {
    width: 26px;
    height: 20px;
    margin: 0 auto;
    background: url(/public/static/images/chat-right3.png) no-repeat;
}
.chatbox-right-meau:hover .cbl_img3{
    background: url(/public/static/images/chat-right03.png) no-repeat;
}
.cbl_img4 {
    width: 24px;
    height: 13px;
    margin: 0 auto;
    background: url(/public/static/images/chat-right5.png) no-repeat;
}
.chatbox-right-meau:hover .cbl_img4{
    background: url(/public/static/images/chat-right05.png) no-repeat;
}
.cbl_img0 {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background: url(/public/static/images/chat-right1.png) no-repeat;
}
.chatbox-right-meau:hover .cbl_img0{
    background: url(/public/static/images/chat-right01.png) no-repeat;
}
.chatbox-right-box {
    position: absolute;
    top: -15px;
    right: 52px;
    padding-right: 25px;
    display: none;
}
.chatbox-right-box .box-border {
    padding: 10px 20px 10px;
    width: 230px;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 5px;
}
.chatbox-right-box1 .box-border {
    width: 144px;
    height: 142px;
    padding: 1px 2px;
}
.box-border p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    padding-left: 2px;
    margin: 0;
}
.box-border .wz1 {
    font-size: 16px;
    color: #333;
    padding: 0 0 8px;
}

.box-border .wz5 {
    font-size: 13px;
    color: #999;
    line-height: 22px;
}
.chatbox-right-box .box-border .arrow-right {
    display: block;
    width: 13px;
    height: 16px;
    position: absolute;
    right: -13px;
    top: 26px;
}
.chatbox-right-box .box-border .sev-t span {
    font-size: 42px;
    float: left;
    display: block;
    line-height: 56px;
    margin-right: 20px;
    color: #d3d3d3;
}
.chatbox-right-box .box-border .sev-t p {
    float: left;
    color: #5064ec;
    font-size: 24px;
    line-height: 28px;
}
.chatbox-right-box .box-border .sev-t p i {
    display: block;
    font-size: 14px;
    color: #aaa;
}
.chatbox-right-box .box-border .sev-b {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e4e4e4;
}
.chatbox-right-box .box-border .sev-b h4 {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 15px;
}
.chatbox-right-box .box-border .sev-b li {
    float: left;
    width: 33.33333%;
}
.chatbox-right-box .box-border .sev-b li a {
    display: inline-block;
    color: #999;
    font-size: 13px;
    padding-left: 43px;
    line-height: 36px;
}
.chatbox-right-box .box-border .sev-b li a:hover {
    color: #5064ec;
}
.meau-sev .chatbox-right-box .box-border {
    width: 430px;
}
.chatbox-right-meau:hover .chatbox-right-box {
    display: block;
}
.meau-code .chatbox-right-box {
    top: inherit;
    bottom: -35px;
}
.meau-code .chatbox-right-box1 {
    bottom: -66px;
}
.meau-code .chatbox-right-box .box-border i {
    display: block;
    color: #f66e06;
    font-size: 16px;
    line-height: 16px;
}
.meau-code .chatbox-right-box .box-border .arrow-right {
    top: inherit;
    bottom: 50px;
}
.meau-sev .chatbox-right-btn .demo-icon {
    display: none;
}
.meau-sev:hover .chatbox-right-btn {
    background: #5064ec;
}
.meau-zs .chatbox-right-btn {
    background-color: #5064ec;
    color: #fff;
    margin-top: 80px;
    border-color: #5064ec;
}
.meau-zs .chatbox-right-btn span {
    color: #fff;
}
.meau-zs .chatbox-right-btn p {
    color: #fff;
}