@font-face {
    font-family: 'robotothin';
    src: url('../fonts/roboto-thin-webfont.eot');
    src: url('../fonts/roboto-thin-webfont.eot') format('embedded-opentype'), url('../fonts/roboto-thin-webfont.woff2') format('woff2'), url('../fonts/roboto-thin-webfont.woff') format('woff'), url('../fonts/roboto-thin-webfont.ttf') format('truetype'), url('../fonts/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot') format('embedded-opentype'), url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff'), url('../fonts/roboto-light-webfont.ttf') format('truetype'), url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.eot');
    src: url('../fonts/roboto-medium-webfont.eot') format('embedded-opentype'), url('../fonts/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto-medium-webfont.woff') format('woff'), url('../fonts/roboto-medium-webfont.ttf') format('truetype'), url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot') format('embedded-opentype'), url('../fonts/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto-bold-webfont.woff') format('woff'), url('../fonts/roboto-bold-webfont.ttf') format('truetype'), url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, hgroup, menu, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    outline: none
}

b {
    font-family: none;
    color: #333;
}

ol li, ol {
    list-style: none
}

a:hover {
    text-decoration: none;
    color: #0175c3
}

strong {
    font-family: robotobold, sans-serif;
    font-weight: 400
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial Negreta', 'Arial';
    font-weight: 400;
    margin-bottom: 15px
}

h1 {
    font-size: 32px;
    color: #0175c3;
}

h2 {
    font-size: 28px;
    color: #0175c3
}

h3 {
    font-size: 22px;
    color: #333
}

h4 {
    font-size: 18px;
    color: #606060
}

h5 {
    font-size: 16px
}

p {
    color: #333;
}

input[type="tel"], input[type="file"], input[type="text"], input[type="email"], input[type="password"], select, textarea {
    padding: 10px;
    border: 1px solid #dde3e8;
    border-radius: 3px;
    color: #515151;
    font-family: 'Arial Normal', 'Arial';
    font-size: 15px;
    width: 100%;
    background: #fff
}

textarea {
    max-height: 100px;
    min-height: 100px;
    max-width: 100%;
    min-width: 100%
}
.rightlinks {
    display: grid;
    grid-gap: 48px 0px;
    margin: 0 0 25px 0;
    grid-template-columns: repeat(auto-fill, 50%);
    justify-content: space-around;
}
.custom-select {
    position: relative
}
.boxes {
    display: grid;
    grid-gap: 8%;
    grid-template-columns: repeat(auto-fill, 28%);
}
.custom-select select {
    width: 100%;
    padding: 5px 25px 5px 5px;
    font-size: 14px;
    border: none;
    height: 32px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    border-radius: 0
}

.custom-select:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #222;
    margin-top: -2px
}

.fullwrapper {
    width: 100%
}

.clear {
    clear: both;
    float: none
}

.displayblock {
    display: block
}

.mrgnone {
    margin: 0 !important
}

.mrgntopone {
    margin-top: 0 !important
}

.mrgbotnone {
    margin-bottom: 0 !important
}

.padnone {
    padding: 0 !important
}

.padtopnone {
    padding-top: 0 !important
}

.padbotnone {
    padding-bottom: 0 !important
}

.w-100 {
    width: 100%
}

.mobshow {
    display: none !important
}

.textbreak {
    word-break: break-all !important
}

.w-137 {
    width: 137%;
    margin-top: 20px !important
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.flex-start {
    justify-content: flex-start
}

.flex-center {
    justify-content: center
}

.flex-grow {
    flex-grow: 1
}

.align-self-start {
    -ms-align-self: start;
    align-self: start
}

.m-auto {
    margin: auto
}

.m-x-auto {
    margin-left: auto;
    margin-right: auto
}

.m-y-auto {
    margin-top: auto;
    margin-bottom: auto
}

.m-top-auto {
    margin-top: auto
}

.m-right-auto {
    margin-right: auto
}

.m-bottom-auto {
    margin-bottom: auto
}

.m-left-auto {
    margin-left: auto
}

.textright {
    text-align: right
}

.textcenter {
    text-align: center
}

.redtext {
    color: #c41230 !important
}

.greentext {
    color: #00b892 !important
}

.orangetext {
    color: #f90 !important
}

.borderbox {
    border: 1px solid #dde3e8;
    padding: 30px;
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative
}

.commonuli {
    margin: 15px 0 15px 20px;
    padding: 0
}

.commonuli li {
    margin: 0;
    background: url(../fonts/icon-checkmark.svg) no-repeat left 8px;
    line-height: 24px;
    list-style: none;
    padding-left: 25px
}

.commonuli li + li {
    margin-top: 10px
}

.commonuli ul {
    margin: 15px 0 15px 30px
}

.commonuli ul li {
    background: none;
    list-style: disc;
    padding-left: 0
}

.customli {
    margin: 0 0 15px 5px;
    padding: 0
}

.customli li {
    margin: 0;
    line-height: 24px;
    list-style: none;
    padding-left: 10px
}

.customli li + li {
    margin-top: 1px
}

.customli ul {
    margin: 15px 0 15px 30px
}

.customli ul li {
    background: none;
    list-style: disc;
    padding-left: 0
}

.disclist {
    margin: 15px 0 15px 30px;
    padding: 0
}

.disclist li {
    margin: 0;
    line-height: 24px;
    list-style: disc
}

.disclist li + li {
    margin-top: 10px
}

.disclist ul {
    margin: 15px 0 15px 30px
}

.decimallist {
    margin: 10px 0 15px 40px
}

.decimallist li {
    line-height: 20px;
    list-style: decimal
}

.decimallist li + li {
    margin-top: 10px
}

.decimallist ul {
    margin: 15px 0 15px 30px
}

.decimallist ul li {
    background: none;
    list-style: disc;
    padding-left: 0
}

.bg-white, .bg-gray {
    padding: 60px 0
}

.bg-gray {
    background: #f4f4f4
}
.bg-pink {
    background: #fef4f1
}

.bg-white {
    background: #fff
}

.columns {
    padding: 60px 0
}

.leftpanel {
    width: 72%;
    padding: 0 35px 0 0;
}

.rightpanel {
    width: 28%;
}
.right-panel{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.leftpanel p {
    margin-bottom: 15px;
}

.leftpanel h3 {
    padding-top: 15px
}

.button {
    background: #222;
    border: 2px solid #222;
    color: #fff;
    font-family: 'robotobold', sans-serif;
    font-size: 16px;
    padding: 10px 15px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    text-align: center
}

.button:hover {
    color: #222;
    background: transparent
}

.button-outline {
    background: transparent;
    color: #222
}

.button-outline:hover {
    color: #fff;
    background: #222
}

.buttonlight {
    font-family: 'robotobold', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 10px 15px;
    background: #00b892;
    border: 2px solid #00b892;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
    text-align: center
}

.buttonlight:hover {
    color: #00b892;
    background: transparent
}

.buttonlight + .button, .button + .buttonlight, .buttonlight + .buttonlight, .button + .button {
    margin-left: 10px
}

.button-outline-light {
    background: transparent;
    color: #00b892
}

.button-outline-light:hover {
    color: #fff;
    background: #00b892
}

.smallbutton {
    font-size: 13px;
    padding: 5px 10px
}

.notification-error, .notification-notice, .notification-info, .notification-sucess {
    padding: 15px 15px 15px 40px;
    margin-bottom: 15px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: 12px 18px;
    line-height: 20px
}

.notification-error {
    background-image: url(../fonts/icon-error.svg);
    background-color: #f8d7da;
    color: #721c24
}

.notification-error a, .notification-error p {
    color: #721c24
}

.notification-sucess {
    background-image: url(../fonts/icon-success.svg);
    background-color: #d4edda;
    color: #155724
}

.notification-sucess a, .notification-sucess p {
    color: #155724
}

.notification-info {
    background-image: url(../fonts/icon-notification.svg);
    background-color: #d5edf8;
    color: #00529b
}

.notification-info a, .notification-info p {
    color: #00529b
}

.notification-notice {
    background-image: url(../fonts/icon-notice.svg);
    background-color: #fff6bf;
    color: #a48300
}

.notification-notice a, .notification-notice p {
    color: #a48300
}

.notification-error p, .notification-notice p, .notification-info p, .notification-sucess p {
    margin: 0;
    line-height: 20px
}

.notification-error p + p, .notification-notice p + p, .notification-info p + p, .notification-sucess p + p {
    margin-top: 10px
}

.tooltips {
    position: relative;
    display: inline;
    cursor: pointer;
    -ms-align-self: start;
    align-self: start
}

.tooltips span {
    position: absolute;
    width: 240px;
    background: #fff;
    padding: 10px;
    line-height: 18px;
    text-align: center;
    visibility: hidden;
    border-radius: 3px;
    -moz-box-shadow: 2px 2px 9px #aaa;
    -webkit-box-shadow: 2px 2px 9px #aaa;
    -o-box-shadow: 2px 2px 9px #aaa;
    box-shadow: 2px 2px 9px #aaa;
    left: 50%;
    font-size: 12px;
    color: #58534f;
    margin-left: -120px
}

.tooltips span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.tooltips:hover span {
    visibility: visible;
    opacity: 1;
    bottom: 100%
}

.tooltips span.right {
    left: inherit;
    right: 0
}

.tooltips span.right:after {
    left: inherit;
    right: 3px
}

.tooltips span.left {
    left: -10px !important;
    margin-left: 0 !important
}

.tooltips span.left:after {
    left: 18px
}

.breadcrumbs {
    padding-bottom: 20px;
    font-size: 14px;
    background: #fff
}

.breadcrumbs ol li {
    color: #222;
    line-height: 20px
}

.breadcrumbs ol li {
    line-height: 28px;
    margin-right: 20px;
    background: url(../fonts/breadcrumb-arrow.svg) 0 center no-repeat
}

.breadcrumbs ol li span.currentprod {
    color: #515151
}

.breadcrumbs ol li a {
    text-decoration: none
}

.popupContact {
    z-index: 1100;
    top: 50%;
    left: 50%;
    -moz-transform: translate3d(-50%, -51%, 0);
    -webkit-transform: translate3d(-50%, -51%, 0);
    -o-transform: translate3d(-50%, -51%, 0);
    -ms-transform: translate3d(-50%, -51%, 0);
    transform: translate3d(-50%, -51%, 0);
    height: auto !important
}

.popupContact .mid {
    background: #fff;
    overflow: hidden
}

.mid iframe {
    display: block
}

.mid iframe body {
    margin: 0 !important;
    padding: 0 !important
}

.popuphead {
    background: #222;
    padding: 20px 40px 20px 20px;
    position: relative
}

.popuphead h4 {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px
}

.popupwrap {
    padding: 20px
}

.popupwrap p + p {
    margin-top: 15px
}

.popupContactClose {
    right: 20px;
    top: 20px;
    position: absolute;
    cursor: pointer
}

.form-group {
    position: relative
}

.form-group + .form-row, .form-row + .form-group, .form-row + .form-row, .form-group + .form-group {
    margin-top: 30px
}

.form-group label {
    display: block;
    padding-bottom: 5px;
    font-size: 14px
}

.from-hint {
    display: block;
    font-size: 12px;
    color: #bdbdbd;
    margin-top: 5px
}

.form-row {
    margin: 0 -15px;
    margin-top: 0
}

.form-row .form-group {
    margin-top: 0 !important;
    padding: 0 15px;
    width: 50%
}

.formheader span {
    color: #c41230;
    font-size: 12px
}

.formcontrol {
    padding-right: 25px;
    position: relative
}

.formcontrol .tooltips {
    background: url(../fonts/icon-privacy-r.svg) no-repeat;
    position: absolute;
    right: 0;
    top: 5px;
    height: 18px;
    width: 16px;
    display: block;
    cursor: pointer
}

.formcontrol .tooltips:hover {
    background: url(../fonts/icon-privacy-h.svg) no-repeat
}

.formcontrol .inputsign {
    width: 100%;
    box-sizing: border-box
}

.formcontrol .tooltips span {
    position: absolute;
    width: 240px;
    font-style: italic;
    background: #fff;
    padding: 10px;
    line-height: 18px;
    text-align: center;
    visibility: hidden;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 2px #aaa;
    -webkit-box-shadow: 1px 1px 2px #aaa;
    -o-box-shadow: 1px 1px 2px #aaa;
    box-shadow: 1px 1px 2px #aaa;
    right: -10px;
    font-size: 11px;
    color: #65737b;
    top: 27px
}

.formcontrol .tooltips span:after {
    content: '';
    position: absolute;
    top: -8px;
    right: 4%;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: none;
    left: inherit
}

.formcontrol .tooltips:hover span {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    bottom: inherit;
    left: inherit !important;
    margin: 0
}

.hint {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #bdbdbd
}

.radio-group .radio-input {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-self: start;
    align-self: start
}

.radio-group .radio-input input {
    margin: 0 10px 0 0
}

.radio-group.flex .radio-input + .radio-input {
    margin-left: 20px
}

.radio-group.flex .radio-input label {
    padding-bottom: 0
}

.radio-input table tr, .radio-input table td {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.radio-input table {
    width: 100%
}

.radio-input table tr + tr td {
    padding-top: 10px
}

.radio-input table td input {
    margin: 0 10px 0 0
}

.radio-input table td label {
    padding-bottom: 0
}

.radio-input table td + td {
    padding-left: 20px
}

.checkbox-group input {
    margin: 0 7px 0 0;
    padding-bottom: 0
}

.checkbox-group label {
    cursor: pointer;
    padding-bottom: 0
}

.form-data {
    padding-right: 30px;
    position: relative
}

.form-data .tooltips {
    position: absolute;
    right: 0;
    top: 12px
}

.captcha {
    margin-top: 30px
}

.captcha img {
    margin-bottom: 20px
}

.captchainput {
    max-width: 50%
}

.lowpricebanner {
    padding: 50px 0 30px
}

.scheduled-msg {
    background: #c41230;
    color: #fff;
    padding: 5px 10px;
    position: relative;
    font-size: 13px;
    line-height: 18px
}

.scheduled-msg .close {
    cursor: pointer;
    display: block;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 5px
}

.scheduled-msg span {
    font-size: 12px !important
}

.popuphome {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 999;
    bottom: 0;
    padding: 20px;
    background: #222;
    display: none;
    color: #fff
}

.popuphome p {
    text-align: center;
    position: relative
}

.popuphome p a {
    color: #fff
}

.popuphome img.close {
    width: 12px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 10px
}

.calendericon {
    margin-left: 10px;
    cursor: pointer
}

#datepickeriframe {
    display: none !important
}

.dpDiv {
    margin-top: 5px
}

.dpTable {
    font-size: 12px;
    background-color: #fff;
    text-align: center;
    border-collapse: collapse
}

.dpTable tr:first-child td {
    padding: 5px
}

.dpTable td {
    padding: 10px
}

.dpTable .dpTitleTR {
    background: #222
}

.dpTitleTR .dpTitleText {
    font-size: 15px;
    color: #fff
}

.dpTitleTR .dpTitleTD {
    border-left: 1px solid #3e3e3e;
    border-right: 1px solid #3e3e3e
}

.dpDayTR {
    color: #fff;
    background-color: #00b892
}

.dpTDHover {
    cursor: pointer;
    color: #222;
    background-color: #f4f4f4
}

.dpDayHighlightTD {
    background-color: #222;
    color: #fff
}

.dpTodayButtonTD {
    background-color: #222;
    text-align: left
}

.dpButton {
    padding: 4px 8px 7px;
    font-size: 12px;
    background: #222;
    color: #fff;
    border: none;
    cursor: pointer
}

.dpTodayButton {
    font-size: 12px;
    background: #00b892;
    color: #fff;
    padding: 5px 12px;
    border: 2px solid #00b892;
    text-transform: capitalize;
    font-family: 'robotobold', sans-serif;
    cursor: pointer
}

.dpTodayButton + .dpTodayButton {
    float: right
}

.dpTodayButton:hover {
    background: transparent;
    color: #00b892
}

div.chat-fc-form-outer {
    left: 20px;
    right: 0
}

.pre-fc-error {
    text-align: left !important
}

.chat-fc-form-outer div.fc-form {
    padding: 10px 20px 20px 20px !important
}

.chat-fc-form-outer div.fc-form p {
    font-size: 14px;
    color: #4f4f4f !important;
    margin-bottom: 10px !important
}

.chat-fc-form-outer p.header {
    margin: 0;
    background-color: #00b892 !important
}

.chat-fc-form-outer div.fc-form p {
    margin-bottom: 0 0 30px 0
}

.chat-fc-form-outer div.fc-form a.fc-button {
    background-color: #00b892 !important;
    text-decoration: none !important;
    font-weight: bold;
    box-sizing: border-box;
    font-size: 14px
}

.chat-fc-form-outer div.fc-form ul li {
    margin-bottom: 5px !important
}

.chat-fc-form-outer div.fc-form ul li input {
    box-sizing: border-box;
    background: none !important;
    padding: 8px !important;
    margin-bottom: 0 !important
}

.pre-fc-field select {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 8px;
    width: 100%
}

li.pre-fc-field select {
    height: 36px !important
}

.chat-fc-form-outer div.fc-form ul li input:focus {
    box-shadow: none !important
}

.chat-fc-form-outer div.fc-form ul li label {
    font-size: 13px !important;
    margin-top: 1px !important;
    position: static !important;
    top: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 3px !important;
    display: inline-block;
    padding: 0 !important
}

.chat-fc-form-outer div.fc-form ul li:last-child {
    margin-bottom: 15px !important
}

.chat-fc-form-outer div.fc-form ul li:last-child {
    margin-bottom: 15px !important
}

#chat-fc-allinformationsuppliedinthisformwillbeusedtoprovidecustomersupport {
    display: none !important
}


.gtranslate {
    margin-right: 10px
}

.gtranslate a {
    font-family: 'Arial Normal', 'Arial'
}

.goog-te-gadget-simple {
    border: #dbe0e3 solid 1px !important
}

.goog-te-gadget-simple .goog-te-menu-value span {
    font-weight: normal;
    line-height: 24px;
    color: #65737b
}

.goog-te-gadget-simple .goog-te-menu-value span span {
    color: #dbe0e3 !important
}

.countrylist #listbg > li:hover ul {
    display: block
}

.usflag {
    background: url(../images/us.png) no-repeat;
    line-height: 16px
}

.inflag {
    background: url(../images/in.png) no-repeat
}

.ukflag {
    background: url(../images/uk.png) no-repeat
}

.auflag {
    background: url(../images/au.png) no-repeat
}

.caflag {
    background: url(../images/ca.png) no-repeat
}

.sgflag {
    background: url(../images/sg.png) no-repeat
}

.phflag {
    background: url(../images/ph.png) no-repeat
}



.tablist ul li + li {
    border-top: 1px solid #dbe0e3
}

.tablist ul li.ui-tabs-active {
    background: #dbe0e3
}

.tablist ul li.ui-tabs-active:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 11px;
    right: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff
}

.tabdetail {
    width: 290px;
    padding: 15px 20px
}

.tabdetail div {
    display: none
}



.socialicons a {
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999em;
    margin-bottom: 20px
}

.socialicons a + a {
    margin-left: 13px
}

.socialicons .linkedin {
    background: url(../fonts/icon-linkedin.svg) no-repeat
}

.socialicons .fbicon {
    background: url(../fonts/icon-facebook.svg) no-repeat
}

.socialicons .twiticon {
    background: url(../fonts/icon-twitter.svg) no-repeat
}

.socialicons .youtubeicon {
    background: url(../fonts/icon-utube.svg) no-repeat
}

.socialicons .gplusicon {
    background: url(../fonts/icon-gplus.svg) no-repeat
}



.rightpanel h4 {
    color: #fff;
    background: #222;
    padding: 12px 15px 15px;
    font-family: robotobold, sans-serif;
    margin-bottom: 0
}

.rightpanelinfo {
    background: #f4f4f4;
    margin-bottom: 20px
}

.dashboardmenu ul li a {
    display: block;
    text-decoration: none;
    position: relative
}

.dashboardmenu > ul > li:first-child {
    border-bottom: 1px solid #dde3e8
}

.dashboardmenu > ul > li:first-child a {
    padding: 15px
}

.dashboardmenu > ul > li + li {
    padding: 10px
}

.dashboardmenu > ul > li > a {
    font-size: 16px
}

.dashboardmenu > ul > li + li > a {
    padding: 5px 5px 5px 30px;
    margin-bottom: 5px
}

.dashboardmenu ul ul {
    background: #fff;
    padding: 10px 12px
}

.dashboardmenu ul ul li {
    padding: 0 0 0 20px;
    background: url(../fonts/iconarrowuli.svg) left center no-repeat
}

.dashboardmenu ul ul li a {
    font-family: 'Arial Normal', 'Arial';
    line-height: 24px
}

.dashboardmenu ul ul li a.selectedclientmenu {
    color: #c41230
}

.dashboardmenu > ul > #liMyOrders > a {
    background: url(../fonts/icon-my-order.svg) no-repeat left center
}

.dashboardmenu > ul > #liMyAccount > a {
    background: url(../fonts/icon-user.svg) no-repeat left center
}

.dashboardmenu > ul > #liSupport > a {
    background: url(../fonts/icon-support.svg) no-repeat left center
}

.moneybackseal {
    margin: 0 0 220px 0;
    text-align: center
}

.expandcover {
    margin: 0 0 20px
}

.accordion_row {
    border-bottom: 1px solid #dde3e8
}

.accordion_head {
    cursor: pointer;
    padding: 15px 12px;
    font-family: robotobold, sans-serif
}

.accordion_head strong {
    width: 95%
}

.accordion_head span {
    width: 5%;
    text-align: right
}

.accordion_body p {
    padding: 18px 5px;
    margin: 0
}

.rightlinkrow {
    background: #f4faff;
    text-align: center;
    margin: 0 auto;
    width: 75%;
}

.rightlinkrow a {
    text-decoration: none;
    display: block;
    padding: 20px;
}

.rightlinkrow span {
    display: block;
    margin-top: 10px
}

.cg-banner {
    background: url(../images/cg-sidebar-bg.png) no-repeat left bottom #363f43;
    width: 100%;
    padding: 20px 17px;
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 20px
}

.cg-banner h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    font-family: robotolight, sans-serif
}

.cg-banner h3 span {
    display: block;
    font-size: 56px;
    font-family: robotobold, sans-serif;
    line-height: 45px;
    margin-bottom: 5px
}

.cg-banner h5 {
    font-size: 20px;
    font-family: 'robotobold', sans-serif;
    color: #00b892;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center
}

.cg-banner p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center
}

.cg-banner p:last-child {
    margin-bottom: 0
}

.clientinfo {
    width: 79%;
    margin: 0 auto;
}

.clientslogo {
    border: #cfd6da solid 1px;
    text-align: center;
}

.clientslogo .slides_container {
    display: none;
    border: 1px solid #dde3e8
}

.clt-logo {
    width: 257px;
    height: 101px;
    display: block;
    background: url(../images/clientimgs.png) no-repeat
}

.clientsa {
    background-position: left top
}

.clientsb {
    background-position: -220px top
}

.clientsc {
    background-position: -440px top
}

.clientsd {
    background-position: -771px top
}

.clientse {
    background-position: -1028px top
}

.clientsf {
    background-position: -1285px top
}

.clientsg {
    background-position: -1542px top
}

.clientsh {
    background-position: -1799px top
}

.clientsi {
    background-position: -2056px top
}

.clientsj {
    background-position: -2313px top
}

.clientsk {
    background-position: -2570px top
}

.clientsl {
    background-position: -2827px top
}

.clientsm {
    background-position: -3084px top
}

.clientsn {
    background-position: -3341px top
}

.clientso {
    background-position: -3598px top
}

.clientsp {
    background-position: -3855px top
}

.clientsq {
    background-position: -4112px top
}

.pagination {
    display: none
}

.styleone {
    padding: 20px;
    background: #f4f4f4;
    text-align: center
}

.certpanelbanner {
    margin-top: 40px
}

.certpanelbanner .cpbanner-wrap {
    padding: 50px 30px
}

.certpanelbanner .new-feature-ribbon {
    background: #c41230;
    width: 127px;
    position: absolute;
    right: -20px;
    top: 15px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    padding: 10px 0
}

.new-feature-ribbon:before, .new-feature-ribbon:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute
}

.certpanelbanner .new-feature-ribbon:before {
    border-top: 15px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 10px solid #c41230;
    right: 100%;
    top: 0
}

.certpanelbanner .new-feature-ribbon:after {
    border-top: 7px solid transparent;
    border-left: 20px solid #222;
    right: 0;
    bottom: 100%
}

.cpbanner-wrap {
    background: #2a87fc;
    position: relative
}

.banner-detail {
    color: #fff
}

.certpanelbanner .banner-detail {
    width: 44%
}

.banner-detail h3 {
    margin-top: 22px;
    color: #fff
}

.banner-detail p {
    line-height: 22px;
    margin-bottom: 20px
}

.banner-detail ul {
    margin-bottom: 10px
}

.banner-detail ul li {
    background: url(../images/icon-checked.svg) no-repeat;
    padding-left: 30px;
    text-align: left;
    line-height: 18px;
    margin-bottom: 10px;
    background-size: 18px
}

.banner-detail .button {
    padding: 10px 30px
}

.banner-detail .button:hover {
    color: #fff
}

.rightpanel .cpbanner-wrap {
    margin-top: 35px
}

.rightpanel .cpbanner-wrap {
    padding: 75px 15px 40px
}

.rightpanel .cpbanner-wrap img {
    max-width: 100%
}

.rightpanel .banner-detail h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 10px 0 5px 0
}

.rightpanel .cpbanner-img {
    margin-bottom: 10px
}

.rightpanel .new-feature-ribbon {
    background: #c41230;
    width: 60px;
    position: absolute;
    right: 20px;
    top: -10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    padding: 10px 10px 5px;
    line-height: 18px
}

.rightpanel .new-feature-ribbon:before {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 12px solid #c41230;
    top: 100%;
    left: 0
}

.rightpanel .new-feature-ribbon:after {
    border-top: 10px solid transparent;
    border-left: 8px solid #222;
    left: 100%;
    top: 0
}
@media only screen and (max-width: 1350px) {
    .rightlinks {
        grid-gap: 30px 0px;
        grid-template-columns: repeat(auto-fill, 40%);
    }

    .moneybackseal {
        margin: 0 0 200px 0;
        text-align: center;
    }

    
    
}

@media only screen and (max-width: 1199px) {
    .certpanelbanner .cpbanner-img {
        width: 50%
    }

    .certpanelbanner .banner-detail {
        width: 50%;
        padding-left: 30px
    }

    .boxes {
        display: grid;
        grid-gap: 7%;
        grid-template-columns: repeat(auto-fill, 28%);
        align-content: center;
        align-items: stretch;
        justify-content: space-between;
    }

    .f-box {
        background: #f6f6f6;
        padding: 30px;
        text-align: center;
        box-shadow: 0 0 3px rgb(122 122 122 / 30%);
        margin-bottom: 50px;
    }

}

@media only screen and (max-width: 992px) {
    .clientinfo, .cg-banner {
        max-width: 288px;
        margin: 0 auto
    }

    .clientinfo {
        margin: 100px auto
    }

    .certpanelbanner .cpbanner-img {
        width: 100%;
        text-align: center
    }

    .certpanelbanner .banner-detail {
        width: 100%;
        padding: 20px 0 0 0
    }
}

@media only screen and (max-width: 767px) {
    .certpanelbanner {
        margin: 20px 0
    }

    .certpanelbanner .cpbanner-wrap {
        padding: 50px 20px 20px
    }

    .new-feature-ribbon {
        right: -10px;
        top: 10px
    }

    .new-feature-ribbon:after {
        border-left: 10px solid #222
    }
}

.productgrid {
    margin-bottom: 60px
}

.productgrid .gridrow:first-child > div {
    font-weight: 700;
}

.gridrow {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.gridrow > div {
    line-height: 24px;
    align-self: center
}

.gridrow > div + div {
    padding-left: 10px;
    font-size: 90%;
}

.gridrow + .gridrow {
    padding: 10px 15px
}

.gridhead a {
    font-family: 'robotobold', sans-serif;
    color: #fff;
    text-decoration: none
}

.gridhead > div em {
    font-family: 'Arial Normal', 'Arial';
    display: block
}

.gridrow + .gridrow a {
    font-family: 'Arial Normal', 'Arial';
    font-size: 90%;
}

.gridrow + .gridrow:nth-child(2n+1) {
    background: #f4faff
}

.gridhead {
    background: #0f2f51;
    color: #fff;
    padding: 15px
}

.productgrid .grid-col1 {
    width: 35%
}

.productgrid .grid-col2 {
    width: 32%
}

.productgrid .grid-col3 {
    width: 12%
}

.productgrid .grid-col3.large {
    width: 17%
}

.productgrid .grid-col4 {
    width: 30%
}

.productgrid .grid-col4 a {
    text-decoration: none
}

.productgrid .grid-col4 a + a {
    margin-left: 7px
}


.gridbutton {
    font-size: 13px;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Arial Normal', 'Arial' !important;
    text-decoration: none;
    line-height: 1;
    display: inline-block
}

.gridbutton + .gridbutton {
    margin-left: 8px
}

.gridrow .moreinfobtn {
    border: 1px solid #515151;
    color: #515151;
    background: transparent
}

.gridrow .moreinfobtn:hover {
    background: #515151;
    color: #fff
}

.gridrow .addtocartbtn {
    border: 1px solid #0174c3;
    color: #fff;
    background: #0174c3
}

.gridrow .addtocartbtn:hover {
    background: transparent;
    color: #00b892
}

.confrim-order-grid .grid-col5 {
    width: 70%
}

.confrim-order-grid .additionalinfo span, .confrim-order-grid .additionalinfo {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #00b892
}

.confrim-order-grid .addsanprice ~ span, .confrim-order-grid .addsanprice {
    display: block;
    color: #00b892
}

.orderplace-thankutable {
    margin-top: 30px
}

.orderplace-thankutable .grid-col1 {
    width: 20%
}

.orderplace-thankutable .grid-col2 {
    width: 35%
}

.orderplace-thankutable .grid-col3 {
    width: 25%
}

.orderplace-thankutable .grid-col4 {
    width: 20%
}

.orderplace-thankutable .smallbutton {
    margin: 3px 0
}

.cggridbtn {
    width: 102px
}

.install-services-tbl {
    padding-top: 15px
}

.install-services-tbl .grid-col1 {
    width: 12%
}

.install-services-tbl .grid-col2 {
    width: 15%
}

.install-services-tbl .grid-col3 {
    width: 49%
}

.install-services-tbl .grid-col4 {
    width: 12%
}

.install-services-tbl .grid-col5 {
    width: 12%
}

.pagenation {
    display: block;
    margin: 15px 0;
    background: #f4f4f4;
    padding: 15px
}

.pagenation .pagenation {
    margin: 0;
    padding: 0
}

.pagenation a {
    text-decoration: none
}

#tdNavigation #txtPage {
    width: 40px !important;
    padding: 2px 5px !important;
    font-size: 13px
}

#tdNavigation a {
    display: inline-block;
    margin-left: 3px
}

#tdNavigation a img {
    width: 22px;
    height: 22px;
    margin-top: -4px;
    border-radius: 2px
}

.invoicereceipttbl {
    padding: 20px 0
}

.invoicetable thead td {
    background: #222;
    color: #fff;
    font-family: 'robotobold', sans-serif
}

.invoicetable tr td {
    padding: 15px;
    line-height: 20px
}

.buyssltable .grid-col1 {
    width: 31%
}

.buyssltable .grid-col2 {
    width: 14%
}

.buyssltable .grid-col3 {
    width: 12%
}

.buyssltable .grid-col4 {
    width: 26%
}

.buyssltable .grid-col5 {
    width: 17%
}

@media only screen and (max-width: 1199px) {
    .productgrid .grid-col2 {
        width: 26%
    }

    .productgrid .grid-col4 {
        width: 35%
    }
}

@media only screen and (max-width: 767px) {
    .productgrid {
        border: 1px solid #dde3e8
    }

    .gridrow {
        display: block
    }

    .gridrow + .gridrow {
        padding: 15px
    }

    .gridrow > div {
        width: 100% !important;
        text-align: left !important
    }

    .gridrow > div + div {
        padding: 10px 0 0
    }

    .gridrow > div:before {
        content: attr(data-title);
        font-family: 'robotobold', sans-serif;
        font-size: 14px;
        margin-bottom: 3px;
        width: 100%;
        display: block;
        color: #515151
    }

    .productgrid .moreinfobtn {
        display: none
    }

    .productgrid .grid-col4 a + a {
        margin-left: 0
    }
}

a.button-green:hover {
    background-color: #01c89f;
    color: #165d4e;
    text-shadow: 1px 1px 1px #80dcc9;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2)
}

a.button-blue:hover {
    background-color: #009afc;
    color: #003079;
    text-shadow: 1px 1px 1px #7acafd;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2)
}

.homegridrow h3 {
    padding-top: 0;
    font-weight: 700;
}

.homegridrow:last-child .productgrid {
    margin-bottom: 0
}

.hometools {
    width: 85%;
    margin: 0 auto
}

.hometools .bx-wrapper {
    position: relative
}

.hometools ul li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 30px
}

.hometools ul li span {
    width: 20%;
    text-align: right
}

.hometools .slideltcnt {
    width: 80%;
    padding-right: 15px;
    align-self: center
}

.hometools .slideltcnt p {
    margin-bottom: 15px
}

.hometools .bx-controls-direction {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -11px;
    left: 0
}

.hometools .bx-controls-direction a {
    text-indent: -9999em;
    height: 0;
    width: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    display: block
}

.hometools .bx-controls-direction a.bx-prev {
    border-right: 10px solid #00b892;
    float: left
}

.hometools .bx-controls-direction a.bx-next {
    border-left: 10px solid #00b892;
    float: right
}

.hometools .bx-pager {
    display: none
}

.hometools .bx-has-pager {
    margin: 0
}

.titlesection {
    margin-bottom: 10px;
    text-align: center
}

.titlesection .content{
    padding: 0 80px;
    text-align: left;
}


.f-box {
    background: #f6f6f6;
    padding: 40px;
    text-align: center;
    box-shadow: 0 0 3px rgba(122, 122, 122, .3)
}

.f-box span {
    display: block;
    margin-bottom: 15px
}

.partner-boxes .f-box {
    padding: 0
}

.partner-boxes .f-box a {
    display: block;
    padding: 20px;
    text-decoration: none;
    font-weight: normal
}

.partner-boxes .f-box a p {
    font-family: 'Arial Normal', 'Arial'
}

.partner-boxes .f-box a:hover {
    color: #515151
}

#youhui-carousel i {
    font-style: normal;
}
#youhui-carousel i:nth-child(1) {
    width: 40%;
    display: inline-block;
    text-align: right;
}
#youhui-carousel i:nth-child(2) {
    display: inline-block;
    width: 1%;
}
#youhui-carousel i:nth-child(3) {
    width: 40%;
    display: inline-block;
    text-align: left;
}
.youhui_div1 {
    width: 50%;
    position: absolute;
    padding: 3% 0;
}

.youhui_div1_div {
    background-color: rgba(242, 242, 242, 1);
    color: #333!important;
    text-align: center;
    padding: 4% 0;
    font-size: 120%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.youhui_div1_div span{
    font-size: 46px;
    /*font-family: 'Arial Negreta', 'Arial Normal', 'Arial';*/

}
.youhui_div1_div h3 {
    margin-bottom: 0;
    font-size: 18px;
}
.youhui_div1 p {
    margin-bottom: 0;
    line-height: 0px;
    font-size: 14px;
}
.youhui_div1_div button {
    background-color: rgba(131, 68, 150, 1);
    color: #fff;
    padding: 2% 4%;
    border: none;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    width: auto;
    justify-content: center;
    margin: 0 auto;
}

.youhui_div1 h3 {
    font-size: 100%;
}

.youhui_div2 {
    background-color: rgba(254, 232, 86, 1);
    color: #333!important;
    width: 60%;
    position: absolute;
    left: 45%;
    padding: 3% 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.youhui_div2 h3 {
    font-size: 20px;
    /*font-weight: 700;*/
    margin-bottom: 0;
}
.youhui_div2 h4 {
    font-size: 90%;
    margin-bottom: 0;
}
.youhui_div2 span{
    font-size: 46px;
    /*font-family: 'Arial Negreta', 'Arial Normal', 'Arial';*/
}
.youhui_div2 p {
    margin-bottom: 0;
    line-height: 18px;
    font-size: 14px;
}
.youhui_div2 button {
    background-color: rgba(131, 68, 150, 1);
    color: #fff;
    padding: 2% 4%;
    border: none;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    width: auto;
    justify-content: center;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    #youhui .youhui_title {
        margin-bottom: 40px!important;
    }
    #youhui .layui-col-xs8 {
        width: 100%;
    }
    #youhui .layui-col-xs-offset2 {
        margin-left: 0;
    }
    #youhui .youhui_div1 {
        width: 100%;
    }
    #youhui .youhui_div2 {
        width: 100%;
        left: 0;
    }
    #youhui-carousel i:nth-child(1) {
        width: 48%;
    }
    #youhui-carousel i:nth-child(3) {
        width: 48%;
    }
    #youhui_div2_1 img {
        right: 3% !important;
    }
    #onesongone {
        right: -150% !important;
        width: auto!important;
        bottom: 8% !important;
    }
}

@media only screen and (max-width: 1130px) {
    .banner .item object {
        width: auto
    }
}

@media only screen and (max-width: 992px) {
    .homegridrow .productgrid {
        margin-bottom: 40px
    }

    .hometools {
        width: 100%
    }

    .hometools ul li span img {
        max-width: 100%
    }

    .slide6 .slide-price {
        color: #fff
    }
}

@media only screen and (max-width: 767px) {
    .banner {
        margin-bottom: 20px
    }

    .banner .wrapper {
        padding: 15px 10px
    }

    .slide-title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .slide-text {
        font-size: 15px;
        line-height: 22px
    }

    .slide-price {
        text-align: left
    }

    .slide2 .slide-price {
        padding-right: 0
    }

    .homegridrow .productgrid {
        margin-bottom: 20px
    }

    .hometools ul li {
        text-align: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .hometools .slideltcnt {
        width: 100%;
        padding: 20px 0 0
    }

    .hometools ul li span {
        width: 100%;
        text-align: center;
        -webkit-order: -1;
        -moz-order: -1;
        -ms-order: -1;
        -o-order: -1;
        order: -1
    }
}
.qianzhang:after {
    content: '';
    width: 27px;
    height: 27px;
    background: url(/public/static/images/qianzhang.png);
    position: absolute;
    margin-left: 10px;

}

@media only screen and (max-width: 1199px) {
    .popuphome {
        padding: 10px 10px 10px 80px
    }

    .popuphome p {
        text-align: left
    }

    #cot_tl_fixed {
        display: none
    }
}

@media only screen and (max-width: 992px) {
    h1 {
        font-size: 28px
    }

    h2 {
        font-size: 24px
    }

    h3 {
        font-size: 20px
    }

    .bg-white, .bg-gray {
        padding: 40px 0
    }

    .columns {
        padding: 0 0 40px
    }

    .leftpanel {
        width: 100%;
        padding: 20px 0 30px
    }

    .rightpanel {
        width: 100%
    }

    .breadcrumbs {
        padding: 10px;
        /*background: #f4f4f4;*/
        margin: 0 -10px 15px
    }

    .lowpricebanner {
        padding-bottom: 40px
    }

    #logo img {
        width: 90px !important;
    }

    #logo2 img {
        width: 70px !important;
    }

    #logo2 {
        width: 110px;
    }

    .headercover .logo a:first-child {
        margin-right: 10px;
    }

    #DigiCertClickID_tUKAZlal {
        margin-bottom: 200px;
    }

    .breadcrumbs ol li {
        margin-right: 6px;
    }

}

@media only screen and (max-width: 767px) {

    .boxes {
        grid-template-columns: repeat(auto-fill, 100%);
    }

    .rightlinks {
        grid-template-columns: repeat(auto-fill, 100%);
    }

    .titlesection .content {
        padding: 0;
    }

    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 12px
    }

    h1 br, h2 br, h3 br, h4 br, h5 br, h6 br, p br {
        display: none
    }

    h1 {
        font-size: 24px
    }

    h2 {
        font-size: 20px
    }

    h3 {
        font-size: 16px
    }

    h4 {
        font-size: 14px
    }

    h5 {
        font-size: 13px
    }

    .mobshow {
        display: block !important
    }

    .button, .buttonlight {
        font-size: 12px;
        padding: 8px 12px
    }

    .smallbutton {
        font-size: 11px;
        padding: 5px 10px
    }

    .lowpricebanner {
        padding-bottom: 20px
    }

    .bg-white, .bg-gray {
        padding: 20px 0
    }

    .columns {
        padding: 0 0 20px
    }

    .form-row .form-group {
        width: 100%
    }

    .form-group + .form-row, .form-row + .form-group, .form-row + .form-row, .form-group + .form-group {
        margin-top: 20px !important
    }

    .form-group label {
        font-size: 13px
    }

    .borderbox {
        margin-bottom: 15px;
        padding: 15px
    }

    .captchainput {
        max-width: 100%
    }

    .dpDiv {
        left: inherit !important;
        right: 30px !important
    }
}

@media only screen and (max-width: 600px) {
    .popupContact {
        width: 100% !important;
        padding: 20px 15px 15px;
        height: 100% !important
    }

    .popupwrap {
        padding: 15px
    }

    .popupContact .mid {
        height: 100%
    }
}

@media only screen and (max-width: 576px) {
    @-moz-document url-prefix() {
        .mid iframe {
            padding-bottom: 15px;
        }
    }.popupwrap {
         overflow: auto;
         max-height: 88%
     }
}

@media only screen and (max-width: 480px) {
    .breadcrumbs ol li {
        font-size: 13px
    }

    .breadcrumbs ol li + li {
        /* padding-left: 18px; */
        /* margin-left: 10px */
    }

    #ReCaptchContainer > div {
        -webkit-transform: scale(.85);
        -moz-transform: scale(.85);
        -o-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85);
        margin-left: -20px
    }

    .tooltips span {
        width: 200px;
        margin-left: -100px
    }
}
@media only screen and (max-width: 860px) {
    #shuzixinren .layui-col-xs4 {
        display: none;
    }
    #shuzixinren .layui-col-xs8 {
        width: 100%;
    }
    #shuzixinren .layui-row {
        padding: 20px 15px;
    }
    #shuzixinren p {
        padding: 0 0px 15px 0;
    }
    #more-cert .content .content_detail {
        position: relative;
        left: 0%;
        margin-bottom: 20px;
        width: 100%;
    }
    #ssl-recommend .layui-col-xs3 {
        width: 100%;
    }
    #ssl-recommend .layui-col-xs3 div:nth-child(1) {
        padding: 0!important;
    }
    #ssl-recommend .layui-tab-content {
        margin-top: 280px;
    }
    #ssl-recommend .layui-tab-item .layui-col-xs4 {
        width: 100%;
    }
    #ssl-recommend .layui-col-xs9 {
        width: 100%;
    }
    #ssl-recommend .ssl-recommend-item {
        width: 100%;
        margin: 10px auto;
    }
    #ssl-recommend b {
        font-size: 24px;
    }
}