/*CSS公用样式*/
#header-login{
    cursor: pointer;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    color: #666;
    scrollbar-face-color: #f6f6f6;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #cccccc;
    scrollbar-3dlight-color: #cccccc;
    scrollbar-arrow-color: #330000;
    scrollbar-track-color: #f6f6f6;
    font-family: Roboto,Helvetica,Tahoma,Arial,sans-serif,Microsoft YaHei;
    line-height: 1.5;
}


a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #00baff;
}

a.grey {
    color: #666;
    text-decoration: none;
}

a.grey:hover {
    color: #111111;
    text-decoration: none;
}

a.download {
    color: #00589A;
    text-decoration: none;
    background: url("/Themes/StyleJotrin/images/common/icon-download.gif") no-repeat;
    padding: 8px 0px 10px 112px;
}

a.download:hover {
    color: #706B4B;
    background: url("/Themes/StyleJotrin/images/common/icon-download.gif") no-repeat 0px -100px;
}

a.button-white {
    cursor: pointer;
    text-align: center;
}

a.button-orange {
    cursor: pointer;
    text-align: center;
}

a.btn-blue {
    margin: 0 2px;
    border-radius: 3px;
}

a.btn-blue:hover {
    background-position: 0 -23px;
}

a.blue-fade {
    background: url("/Themes/StyleJotrin/images/common/blue-bar-bkg.png") repeat-x scroll 0 0 transparent;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0 20px 0 0;
    padding: 10px 25px;
    text-align: center;
}

label.error {
    color: #848484;
    line-height: 18px;
    padding: 5px 5px 5px 25px;
    border: 1px solid #eed1d2;
    background: url(/Themes/StyleJotrin/Images/icon/error.png) no-repeat scroll 6px 5px #ffeded;
    margin-left: 5px;
    display: inline-block;
    font-size: 12px;
}


/* for firefox */
hr {
    height: 1px;
    background-color: #ddd;
    border: none;
    *height: 1px;
    color: #ddd;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

textarea {
    padding: 10px;
    line-height: 1.5;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline:0;
    border-radius: 0;
}

select {
    border-radius: 0;
}


input[type=text], input[type=password], input[type=number], input[type=email], textarea {
    border: 1px solid #ccc;
    -webkit-appearance: none; /*清除ios默认圆角*/
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type="radio"] {
    margin: 2px;
    border: 0;
}

input[type="radio"]:checked + span {
    font-weight: bold;
}

input.disabled {
    background-color: #F5F5F5;
    border: 1px solid #999999;
    border-radius: 3px;
    color: #999999;
    font-size: 13px;
    height: 24px;
    margin: 0 2px;
    padding: 2px 10px 5px;
}

input.button-large {
    background: url("/Themes/StyleJotrin/images/common/btn-blue-bkg.png") repeat-x scroll left top transparent;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 30px;
}

input.button, button.button, a.btn-blue {
    background-color: #0082b2;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    transition: all 0.2s ease 0s;
    min-width: 90px;
    padding: 0 10px !important;
    border: 0;
    margin-right: 10px;
    font-weight: bold;
    white-space: nowrap;
}

input.button:hover, a.btn-blue:hover, button.button:hover {
    background-color: #0093e6;
    color: #fff;
}

input.continue, a.continue {
    background-color: #76B509;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    transition: all 0.2s ease 0s;
    min-width: 90px;
    padding: 0 10px;
    white-space: nowrap;
    border: 0;
}

input.continue:hover, a.continue:hover {
    background-position: 0 -69px;
    text-decoration: none;
}

input.button-white, a.button-white, button.button-white {
    font-size: 12px;
    line-height: 26px;
    color: #666;
    border-radius: 3px;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #fff;
}

input.button-white:hover, a.button-white:hover, button.button-white:hover {
    text-decoration: none;
    color: #fff;
    background: #0082b2;
    border-color: #0082b2;
}

input.button-orange, input.co-button-orange, a.button-orange, button.button-orange {
    background: #ff7800 none repeat scroll 0 0;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin-top: 5px;
    padding: 0 10px;
    border: 0;
    line-height: 32px;
    text-align: center;
    min-width: 90px;
    font-weight: normal;
    white-space: nowrap;
}

input.button-orange:hover, input.co-button-orange:hover, a.button-orange:hover {
    background-position: 0 -155px;
    text-decoration: none;
}

input.button:hover, a.btn-blue:hover, button.button:hover {
    background: #ffa200;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    width: 16px;
    margin-right: 5px;
    text-align: center;
    height: 16px !important;
    min-height: 16px !important;
    line-height: 16px;
    position: relative;
}

input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9;
}

input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #7D7D7D;
    border-radius: 2px;
    color: #7D7D7D;
    font-size: 12px;
    font-weight: bold;
}

::-webkit-scrollbar {
    width: 15px;
    height: 15px !important;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
}

::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

h1, h2, h3, h4 {
    font-weight: 400;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: middle;
    border: none;
}

em, i {
    font-style: normal;
}

ul {
    list-style: none;
    margin: 0px;
}

ul, li {
    list-style-position: outside;
    list-style-type: none;
}

.h-100 {
    height: 100%;
}

.w-70 {
    width: 70%;
}

.w-100 {
    width: 100%;
}

.maxw-100 {
    max-width: 100%;
}

table tr.row {
    background-color: #F2F4F7;
}

select, input, textarea {
    min-height: 25px;
}

i.arrow {
    text-align: center;
    width: 24px;
    height: 24px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    z-index: 2;
    background: url(/Themes/StyleJotrin/img/Arrow.png) no-repeat center center;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.noborder {
    border: 0 !important;
    box-shadow: 0 0 0 !important;
    border-radius: 0px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.clear-both {
    clear: both;
}

.clear-fix:after, .clear-both::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    width: 0;
    zoom: 1;
    visibility: hidden;
}

.ml10 {
    margin-left: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mt20 {
    margin-top: 20px;
}

.mt15 {
    margin-top: 15px;
}

.mt5 {
    margin-top: 5px;
}

.mt3 {
    margin-top: 3px;
}

.margin0 {
    margin: 0;
}

.padding0 {
    padding: 0;
}

.padding10 {
    padding: 10px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb5 {
    padding-bottom: 5px;
}

.left-line {
    float: left;
    padding: 0px 20px;
    border-left: 1px solid #DAE1E7;
    line-height: 24px;
}

.error {
    color: Red;
}

.nodis {
    display: none;
}

.show {
    display: block;
}

.content-base {
    line-height: 22px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.content-base p {
    overflow-wrap: break-word;
    margin-bottom: 10px;
}

.content-base a {
    color: #00baff;
}

.content-base img {
    max-width: 100% !important;
    height: auto !important;
}

.content-base h2, .content-base h3, .content-base h4, .content-base h5 {
    margin: 10px 0;
}

.content-base table {
    border-spacing: 0;
    border-collapse: collapse;
    max-width: 100%;
    width: auto;
}

@-moz-document url-prefix() {
    hr {
        height: 1px;
    }
}

.blank {
    clear: both;
    height: 10px;
    overflow: hidden;
    font-size: 0px;
}

.blank1 {
    clear: both;
    height: 5px;
    overflow: hidden;
    font-size: 0px;
}

.line-disabled {
    text-decoration-line: line-through;
}

/*单行隐藏*/
.str {
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inline {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*多行隐藏*/
.strmore {
    overflow: hidden;
    text-overflow: ellipsis;
}

/*带清除高度的0PX高的空DIV*/
.cls {
    clear: both;
    height: 0px;
    overflow: hidden;
    background: #FFF;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.table-red, .table-red a {
    color: #f70e0e;
}

.table-blue, .table-blue a {
    color: #00baff;
}

.table-gray, .table-gray a {
    color: #666;
}

.table-green, .table-green a {
    color: #37a993;
}

.backgroundfff {
    background-color: #fff;
}

.red {
    color: #F70E0E !important;
}

.orange {
    color: #ff8a00 !important;
}

.blod {
    font-weight: 700;
}

.main {
    padding-bottom: 15px;
    background: #f6f6f6;
}

.main-content {
    margin: 0 auto;
    min-height: 600px;
}

.main-content-trace {
    padding: 20px 0 !important;
    color: #666;
    line-height: 1.5;
    font-size: 12px;
}

.iframe-header {
    width: 100%;
    height: 190px;
}

.iframe-footer {
    width: 100%;
    height: 595px;
}

ul.manf-jump-list a:hover {
    background-color: #00baff;
    color: #FFF;
}

.at-share-tbx-element .at-share-btn {
    margin: 0 5px 0 0 !important;
}


.share-box {
    display: inline-block;
}

.share-box a i{
    scale: 0.7;
}
.share-box a:hover{
    text-decoration:none;
}
.share-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(/Themes/StyleJotrin/img/share.png) no-repeat;
}

.icon-share-fb {
    background-position: -0px -0px;
}

.icon-share-tw {
    background-position: -41px 0px;
}

.icon-share-in {
    background-position: -82px 0px;
}

.icon-share-ins {
    background-position: -123px 0px;
}

.icon-share-pt {
    background-position: -164px 0px;
}


.side-con.top5 h4 {
    color: #00baff !important;
}

.ordercoupon-main a:hover {
    text-decoration: none;
}

.color-main {
    color: #00baff;
}

@media(max-width:576px) {
    .main-content-trace {
        padding: 15px 0;
    }
}


/*
* Country
*/
.languae-popups {
    display: none;
    cursor: default;
    z-index: 10000;
    right: 10px;
    top: 28px;
    position: absolute;
    border: solid 1px #999999;
    width: 889px;
    background: #fff;
}

.languae-popups li:hover {
    background: #ccc;
}

.languae-popups li {
    cursor: default;
    float: initial;
    height: 24px;
    margin-bottom: 18px;
    line-height: 16px;
    min-width: 130px;
    padding-left: 3px !important;
}

.languae-popups a {
    line-height: 16px;
    font-size: 12px;
    text-decoration: none;
    color: #000;
}

.languae-popups p {
    height: 60px;
    line-height: 60px;
    padding-left: 26px;
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

.languae-popups-america {
    float: left;
    width: 173px;
}

.languae-popups-america-list {
    margin-left: 26px;
    float: left;
}

.languae-popups-europe {
    padding-bottom: 20px;
    width: 470px;
    float: left;
}

.languae-popups-europe-list {
    width: 470px;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    padding-left: 26px;
}

.languae-popups-europe1-list {
    float: left;
    width: 220px;
}

.languae-popups-europe1-list li {
    float: none;
}

.languae-popups-europe2-list {
    float: right;
    width: 220px;
}

.languae-popups-europe2-list li {
    float: none;
}

.languae-popups-asiaPacific {
    float: left;
    margin-left: 26px;
}

.languae-popups-asiaPacific-list {
    margin-left: 26px;
    float: left;
}

.languae-popups-asiaPacific li {
    float: none !important;
}

.lang {
    color: #A0A0A0;
    line-height: 16px;
    font-size: 12px;
}

.countrySelector {
    vertical-align: -5px;
    margin-right: 4px;
    display: inline-block;
    background-image: url(/Themes/StyleJotrin/img/flags_all.png);
    background-position: 30px 30px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 24px;
}

.flag-pt-br {
    background-position: -365px -27px;
}

.flag-en-us {
    background-position: -313px -365px;
}

.flag-en-ca {
    background-position: -131px -53px;
}

.flag-es-mx {
    background-position: -313px -235px;
}

.flag-de-at {
    background-position: -339px -1px;
}

.flag-en-au {
    background-position: -365px -1px;
}

.flag-nl-be {
    background-position: -105px -27px;
}

.flag-bg-bg {
    background-position: -157px -27px;
}

.flag-zh-cn {
    background-position: -365px -53px;
}

.flag-cs-cz {
    background-position: -131px -79px;
}

.flag-da-dk {
    background-position: -209px -79px;
}

.flag-et-ee {
    background-position: -365px -79px;
}

.flag-fi-fi {
    background-position: -105px -105px;
}

.flag-fr-fr {
    background-position: -209px -105px;
}

.flag-de-de {
    background-position: -157px -79px;
}

.flag-zh-hk {
    background-position: -287px -131px;
}

.flag-hu-hu {
    background-position: -1px -157px;
}

.flag-en-in {
    background-position: -131px -157px;
}

.flag-en-ie {
    background-position: -53px -157px;
}

.flag-en-il {
    background-position: -79px -157px;
}

.flag-it-it {
    background-position: -261px -157px;
}

.flag-ja-jp {
    background-position: -391px -157px;
}

.flag-ko-kr {
    background-position: -183px -183px;
}

.flag-lv-lv {
    background-position: -105px -209px;
}

.flag-lt-lt {
    background-position: -53px -209px;
}

.flag-en-my {
    background-position: -339px -235px;
}

.flag-nl-nl {
    background-position: -131px -261px;
}

.flag-nn-no {
    background-position: -157px -261px;
}

.flag-en-nz {
    background-position: -261px -261px;
}

.flag-en-ph {
    background-position: -1px -287px;
}

.flag-pl-pl {
    background-position: -53px -287px;
}

.flag-pt-pt {
    background-position: -183px -287px;
}

.flag-ro-ro {
    background-position: -313px -287px;
}

.flag-ru-ru {
    background-position: -365px -287px;
}

.flag-en-sg {
    background-position: -157px -313px;
}

.flag-sl-si {
    background-position: -235px -313px;
}

.flag-es-es {
    background-position: -53px -105px;
}

.flag-sk-sk {
    background-position: -287px -313px;
}

.flag-sv-se {
    background-position: -131px -313px;
}

.flag-de-ch {
    background-position: -235px -53px;
}

.flag-fr-ch {
    background-position: -235px -53px;
}

.flag-zh-tw {
    background-position: -157px -365px;
}

.flag-th-th {
    background-position: -287px -339px;
}

.flag-tr-tr {
    background-position: -79px -365px;
}

.flag-en-uk {
    background-position: -261px -365px;
}

.flag-ad {
    background-position: -1px -1px;
}

.flag-ae {
    background-position: -27px -1px;
}

.flag-af {
    background-position: -53px -1px;
}

.flag-ag {
    background-position: -79px -1px;
}

.flag-ai {
    background-position: -105px -1px;
}

.flag-al {
    background-position: -131px -1px;
}

.flag-ala {
    background-position: -157px -1px;
}

.flag-am {
    background-position: -183px -1px;
}

.flag-an {
    background-position: -209px -1px;
}

.flag-ao {
    background-position: -235px -1px;
}

.flag-aq {
    background-position: -261px -1px;
}

.flag-ar {
    background-position: -287px -1px;
}

.flag-as {
    background-position: -313px -1px;
}

.flag-at {
    background-position: -339px -1px;
}

.flag-au {
    background-position: -365px -1px;
}

.flag-aw {
    background-position: -391px -1px;
}

.flag-az {
    background-position: -1px -27px;
}

.flag-ba {
    background-position: -27px -27px;
}

.flag-bb {
    background-position: -53px -27px;
}

.flag-bd {
    background-position: -79px -27px;
}

.flag-be {
    background-position: -105px -27px;
}

.flag-bf {
    background-position: -131px -27px;
}

.flag-bg {
    background-position: -157px -27px;
}

.flag-bh {
    background-position: -183px -27px;
}

.flag-bi {
    background-position: -209px -27px;
}

.flag-bj {
    background-position: -235px -27px;
}

.flag-blm {
    background-position: -261px -27px;
}

.flag-bm {
    background-position: -287px -27px;
}

.flag-bn {
    background-position: -313px -27px;
}

.flag-bo {
    background-position: -339px -27px;
}

.flag-br {
    background-position: -365px -27px;
}

.flag-bs {
    background-position: -391px -27px;
}

.flag-bt {
    background-position: -1px -53px;
}

.flag-bv {
    background-position: -27px -53px;
}

.flag-bw {
    background-position: -53px -53px;
}

.flag-by {
    background-position: -79px -53px;
}

.flag-bz {
    background-position: -105px -53px;
}

.flag-ca {
    background-position: -131px -53px;
}

.flag-cc {
    background-position: -157px -53px;
}

.flag-cf {
    background-position: -183px -53px;
}

.flag-cg {
    background-position: -209px -53px;
}

.flag-ch {
    background-position: -235px -53px;
}

.flag-ci {
    background-position: -261px -53px;
}

.flag-ck {
    background-position: -287px -53px;
}

.flag-cl {
    background-position: -313px -53px;
}

.flag-cm {
    background-position: -339px -53px;
}

.flag-cn {
    background-position: -365px -53px;
}

.flag-co {
    background-position: -391px -53px;
}

.flag-cr {
    background-position: -1px -79px;
}

.flag-cu {
    background-position: -27px -79px;
}

.flag-cv {
    background-position: -53px -79px;
}

.flag-cx {
    background-position: -79px -79px;
}

.flag-cy {
    background-position: -105px -79px;
}

.flag-cz {
    background-position: -131px -79px;
}

.flag-de {
    background-position: -157px -79px;
}

.flag-dj {
    background-position: -183px -79px;
}

.flag-dk {
    background-position: -209px -79px;
}

.flag-dm {
    background-position: -235px -79px;
}

.flag-do {
    background-position: -261px -79px;
}

.flag-dz {
    background-position: -287px -79px;
}

.flag-eaz {
    background-position: -313px -79px;
}

.flag-ec {
    background-position: -339px -79px;
}

.flag-ee {
    background-position: -365px -79px;
}

.flag-eg {
    background-position: -391px -79px;
}

.flag-eh {
    background-position: -1px -105px;
}

.flag-er {
    background-position: -27px -105px;
}

.flag-es {
    background-position: -53px -105px;
}

.flag-et {
    background-position: -79px -105px;
}

.flag-fi {
    background-position: -105px -105px;
}

.flag-fj {
    background-position: -131px -105px;
}

.flag-fk {
    background-position: -157px -105px;
}

.flag-fm {
    background-position: -183px -105px;
}

.flag-fr {
    background-position: -209px -105px;
}

.flag-ga {
    background-position: -235px -105px;
}

.flag-gd {
    background-position: -261px -105px;
}

.flag-ge {
    background-position: -287px -105px;
}

.flag-gf {
    background-position: -313px -105px;
}

.flag-ggy {
    background-position: -339px -105px;
}

.flag-gh {
    background-position: -365px -105px;
}

.flag-gi {
    background-position: -391px -105px;
}

.flag-gl {
    background-position: -1px -131px;
}

.flag-gm {
    background-position: -27px -131px;
}

.flag-gn {
    background-position: -53px -131px;
}

.flag-gp {
    background-position: -79px -131px;
}

.flag-gq {
    background-position: -105px -131px;
}

.flag-gr {
    background-position: -131px -131px;
}

.flag-gs {
    background-position: -157px -131px;
}

.flag-gt {
    background-position: -183px -131px;
}

.flag-gu {
    background-position: -209px -131px;
}

.flag-gw {
    background-position: -235px -131px;
}

.flag-gy {
    background-position: -261px -131px;
}

.flag-hk {
    background-position: -287px -131px;
}

.flag-hm {
    background-position: -313px -131px;
}

.flag-hn {
    background-position: -339px -131px;
}

.flag-hr {
    background-position: -365px -131px;
}

.flag-ht {
    background-position: -391px -131px;
}

.flag-hu {
    background-position: -1px -157px;
}

.flag-id {
    background-position: -27px -157px;
}

.flag-ie {
    background-position: -53px -157px;
}

.flag-il {
    background-position: -79px -157px;
}

.flag-im {
    background-position: -105px -157px;
}

.flag-in {
    background-position: -131px -157px;
}

.flag-io {
    background-position: -157px -157px;
}

.flag-iq {
    background-position: -183px -157px;
}

.flag-ir {
    background-position: -209px -157px;
}

.flag-is {
    background-position: -235px -157px;
}

.flag-it {
    background-position: -261px -157px;
}

.flag-je {
    background-position: -287px -157px;
}

.flag-jey {
    background-position: -313px -157px;
}

.flag-jm {
    background-position: -339px -157px;
}

.flag-jo {
    background-position: -365px -157px;
}

.flag-jp {
    background-position: -391px -157px;
}

.flag-ke {
    background-position: -1px -183px;
}

.flag-kg {
    background-position: -27px -183px;
}

.flag-kh {
    background-position: -53px -183px;
}

.flag-ki {
    background-position: -79px -183px;
}

.flag-km {
    background-position: -105px -183px;
}

.flag-kn {
    background-position: -131px -183px;
}

.flag-kp {
    background-position: -157px -183px;
}

.flag-kr {
    background-position: -183px -183px;
}

.flag-ks {
    background-position: -209px -183px;
}

.flag-kw {
    background-position: -235px -183px;
}

.flag-ky {
    background-position: -261px -183px;
}

.flag-kz {
    background-position: -287px -183px;
}

.flag-lb {
    background-position: -313px -183px;
}

.flag-lc {
    background-position: -339px -183px;
}

.flag-li {
    background-position: -365px -183px;
}

.flag-lk {
    background-position: -391px -183px;
}

.flag-lr {
    background-position: -1px -209px;
}

.flag-ls {
    background-position: -27px -209px;
}

.flag-lt {
    background-position: -53px -209px;
}

.flag-lu {
    background-position: -79px -209px;
}

.flag-lv {
    background-position: -105px -209px;
}

.flag-ly {
    background-position: -131px -209px;
}

.flag-ma {
    background-position: -157px -209px;
}

.flag-maf {
    background-position: -183px -209px;
}

.flag-mc {
    background-position: -209px -209px;
}

.flag-md {
    background-position: -235px -209px;
}

.flag-me {
    background-position: -261px -209px;
}

.flag-mf {
    background-position: -287px -209px;
}

.flag-mg {
    background-position: -313px -209px;
}

.flag-mh {
    background-position: -339px -209px;
}

.flag-mk {
    background-position: -365px -209px;
}

.flag-ml {
    background-position: -391px -209px;
}

.flag-mm {
    background-position: -1px -235px;
}

.flag-mn {
    background-position: -27px -235px;
}

.flag-mne {
    background-position: -53px -235px;
}

.flag-mo {
    background-position: -79px -235px;
}

.flag-mp {
    background-position: -105px -235px;
}

.flag-mq {
    background-position: -131px -235px;
}

.flag-mr {
    background-position: -157px -235px;
}

.flag-ms {
    background-position: -183px -235px;
}

.flag-mt {
    background-position: -209px -235px;
}

.flag-mu {
    background-position: -235px -235px;
}

.flag-mv {
    background-position: -261px -235px;
}

.flag-mw {
    background-position: -287px -235px;
}

.flag-mx {
    background-position: -313px -235px;
}

.flag-my {
    background-position: -339px -235px;
}

.flag-mz {
    background-position: -365px -235px;
}

.flag-na {
    background-position: -391px -235px;
}

.flag-nc {
    background-position: -1px -261px;
}

.flag-ne {
    background-position: -27px -261px;
}

.flag-nf {
    background-position: -53px -261px;
}

.flag-ng {
    background-position: -79px -261px;
}

.flag-ni {
    background-position: -105px -261px;
}

.flag-nl {
    background-position: -131px -261px;
}

.flag-no {
    background-position: -157px -261px;
}

.flag-np {
    background-position: -183px -261px;
}

.flag-nr {
    background-position: -209px -261px;
}

.flag-nu {
    background-position: -235px -261px;
}

.flag-nz {
    background-position: -261px -261px;
}

.flag-om {
    background-position: -287px -261px;
}

.flag-pa {
    background-position: -313px -261px;
}

.flag-pe {
    background-position: -339px -261px;
}

.flag-pf {
    background-position: -365px -261px;
}

.flag-pg {
    background-position: -391px -261px;
}

.flag-ph {
    background-position: -1px -287px;
}

.flag-pk {
    background-position: -27px -287px;
}

.flag-pl {
    background-position: -53px -287px;
}

.flag-pm {
    background-position: -79px -287px;
}

.flag-pn {
    background-position: -105px -287px;
}

.flag-pr {
    background-position: -131px -287px;
}

.flag-ps {
    background-position: -157px -287px;
}

.flag-pt {
    background-position: -183px -287px;
}

.flag-pw {
    background-position: -209px -287px;
}

.flag-py {
    background-position: -235px -287px;
}

.flag-qa {
    background-position: -261px -287px;
}

.flag-re {
    background-position: -287px -287px;
}

.flag-ro {
    background-position: -313px -287px;
}

.flag-rs {
    background-position: -339px -287px;
}

.flag-ru {
    background-position: -365px -287px;
}

.flag-rw {
    background-position: -391px -287px;
}

.flag-sa {
    background-position: -1px -313px;
}

.flag-sb {
    background-position: -27px -313px;
}

.flag-sc {
    background-position: -53px -313px;
}

.flag-sct {
    background-position: -79px -313px;
}

.flag-sd {
    background-position: -105px -313px;
}

.flag-se {
    background-position: -131px -313px;
}

.flag-sg {
    background-position: -157px -313px;
}

.flag-sgs {
    background-position: -183px -313px;
}

.flag-sh {
    background-position: -209px -313px;
}

.flag-si {
    background-position: -235px -313px;
}

.flag-sj {
    background-position: -261px -313px;
}

.flag-sk {
    background-position: -287px -313px;
}

.flag-sl {
    background-position: -313px -313px;
}

.flag-sm {
    background-position: -339px -313px;
}

.flag-sn {
    background-position: -365px -313px;
}

.flag-so {
    background-position: -391px -313px;
}

.flag-sr {
    background-position: -1px -339px;
}

.flag-srb {
    background-position: -27px -339px;
}

.flag-ss {
    background-position: -53px -339px;
}

.flag-st {
    background-position: -79px -339px;
}

.flag-sv {
    background-position: -105px -339px;
}

.flag-sy {
    background-position: -131px -339px;
}

.flag-sz {
    background-position: -157px -339px;
}

.flag-tc {
    background-position: -183px -339px;
}

.flag-td {
    background-position: -209px -339px;
}

.flag-tf {
    background-position: -235px -339px;
}

.flag-tg {
    background-position: -261px -339px;
}

.flag-th {
    background-position: -287px -339px;
}

.flag-tj {
    background-position: -313px -339px;
}

.flag-tk {
    background-position: -339px -339px;
}

.flag-tls {
    background-position: -365px -339px;
}

.flag-tm {
    background-position: -391px -339px;
}

.flag-tn {
    background-position: -1px -365px;
}

.flag-to {
    background-position: -27px -365px;
}

.flag-tp {
    background-position: -53px -365px;
}

.flag-tr {
    background-position: -79px -365px;
}

.flag-tt {
    background-position: -105px -365px;
}

.flag-tv {
    background-position: -131px -365px;
}

.flag-tw {
    background-position: -157px -365px;
}

.flag-tz {
    background-position: -183px -365px;
}

.flag-ua {
    background-position: -209px -365px;
}

.flag-ug {
    background-position: -235px -365px;
}

.flag-uk {
    background-position: -261px -365px;
}

.flag-um {
    background-position: -287px -365px;
}

.flag-us {
    background-position: -313px -365px;
}

.flag-uy {
    background-position: -339px -365px;
}

.flag-uz {
    background-position: -365px -365px;
}

.flag-va {
    background-position: -391px -365px;
}

.flag-vc {
    background-position: -1px -391px;
}

.flag-ve {
    background-position: -27px -391px;
}

.flag-vg {
    background-position: -53px -391px;
}

.flag-vi {
    background-position: -79px -391px;
}

.flag-vn {
    background-position: -105px -391px;
}

.flag-vu {
    background-position: -131px -391px;
}

.flag-wf {
    background-position: -157px -391px;
}

.flag-ws {
    background-position: -183px -391px;
}

.flag-ye {
    background-position: -209px -391px;
}

.flag-yt {
    background-position: -235px -391px;
}

.flag-yu {
    background-position: -261px -391px;
}

.flag-za {
    background-position: -287px -391px;
}

.flag-zm {
    background-position: -313px -391px;
}

.flag-zr {
    background-position: -339px -391px;
}

.flag-zw {
    background-position: -365px -391px;
}

.flag-gb {
    background-position: -261px -365px;
}

.flag-fo {
    background-image: url("/Themes/StyleJotrin/images/icon/flags_fo.png");
    background-position: 0 0;
}

.flag-fx {
    background-image: url("/Themes/StyleJotrin/images/icon/flags_fx.png");
    background-position: 0 0;
}

.flag-la {
    background-image: url("/Themes/StyleJotrin/images/icon/flags_la.png");
    background-position: 0 0;
}

/*Logistics Freight */
#content\:freightselect {
    max-width: 900px !important;
    width: 100% !important;
}

.logistics-freight #frmFreight {
    display: flex;
    align-items: center;
}

.logistics-freight h3 {
    text-align: center;
    font-size: 20px;
}

.logistics-freight a {
    position: absolute;
    right: -5px;
    top: -5px;
}

.logistics-freight select, .logistics-freight input {
    padding-left: 10px;
    height: 40px;
    border: solid 1px #cccccc;
    min-width: 200px;
}

.logistics-freight .get-rates {
    text-align: center;
    padding: 0 10px;
}

.logistics-freight .get-rates button {
    height: 40px;
    margin: 0;
    background-color: #ffa200;
    border-radius: 5px;
    font-weight: normal;
    color: #fff;
    border: 0;
}

/*table*/
.table-intro {
    padding: 10px 0;
}

.table-intro table {
    border: 1px solid #ccc;
    width: 100%;
}

.table-intro td, .table-intro th {
    border: 1px solid #e4e4e4;
    font-weight: 400;
    padding: 5px 0;
    text-align: center;
}

.table-intro th {
    background: #f5f5f5;
    padding: 10px 0;
}

.table-intro td.circle input[type="radio"] {
    -webkit-appearance: none;
    outline: none;
    display: none;
}

.table-intro td.circle label input[type="radio"]:checked + span {
    background-position: -33px -53px;
}

.table-intro td.circle label input[type="radio"] + span {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(/Themes/StyleJotrin/img/products_details_icon.png);
    background-position: -75px -53px;
}

.table-intro td.logo {
    font-weight: 700;
    line-height: 25px;
    padding: 10px;
    vertical-align: middle;
    width: 30%;
}

.table-intro td.logo img {
    max-width: 100%;
}

.table-intro td.price {
    width: 20%;
}

.table-intro td.day {
    width: 20%;
}

/*pagination*/
.pagination {
    padding: 10px 0;
    min-width: 100px;
    text-align: center;
    margin: 0 auto;
}

.pagination span {
    color: #666;
    float: left;
    font-size: 16px;
    font-weight: normal;
    padding: 6px 0;
}

.pagination ul {
    display: inline-block;
    padding: 0;
}

.pagination ul li {
    display: inline-block;
    margin-left: 15px;
    border: 0;
}

.pagination ul li a {
    color: #666;
    float: left;
    font-size: 16px;
    font-weight: normal;
    padding: 1px 7px;
    text-decoration: none;
    border: 1px solid #ccc;
}
.pagination ul .disabled a{
    cursor: not-allowed;
}
.pagination ul li:last-child a {
    color: #999;
}

.pagination ul li:nth-last-child(2) a {
    color: #999;
}

.pagination ul li:first-child a {
    color: #999;
}

.pagination ul li:nth-child(2) a {
    color: #999;
}

.pagination ul li a.active {
    background-color: #00baff;
    border: 1px solid #00baff;
    color: white;
}

.pagination ul li a:hover:not(.active) {
    background-color: #ddd;
}

.pagination ul li a.allowed {
    cursor: not-allowed;
}

@media(max-width:576px) {
    .pagination ul li {
        margin-left: 5px;
    }
}

/***
* 头部CSS样式
*/
header {
    background: #fff;
}

.header-top {
    background: #F8F8F8;
    line-height: 40px;
    width: 100%;
    height: 40px;
}

.header-top-list {
    height: 40px;
    margin: 0 auto;
}

.header-top-list-left {
    float: left;
}

.header-top-list-left a {
    text-decoration: none;
    color: #00baff;
}

.header-top-list-right {
    float: right;
    display: flex;
}

.header-top-list-right a {
    text-decoration: none;
    color: #666;
    display: inline-block;
    width: 100%;
}

.header-account {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 13px;
    height: 16px;
    background: url(/Themes/StyleJotrin/img/head_foot_icon.png?v=3)left top -5px no-repeat;
    background-image: url(/Themes/StyleJotrin/img/head_foot_icon.png?v=3);
    background-position: 0 -5px;
    margin-right: 10px;
}

.header-about {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 21px;
    height: 15px;
    background: url(/Themes/StyleJotrin/img/head_foot_icon.png?v=3)left -101px top -5px no-repeat;
    background-image: url(/Themes/StyleJotrin/img/head_foot_icon.png?v=3);
    background-position: -101px -5px;
    margin-right: 10px;
}

.header-language-img {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/Themes/StyleJotrin/img/head_foot_icon.png?v=3)left -156px top -5px no-repeat;
    margin-right: 10px;
}

.header-language {
    text-indent: 8px;
    margin-top: 9px;
    float: right;
    min-width: 120px;
    line-height: 20px;
    color: #666;
    height: 22px;
    border: 1px solid #999;
    border-radius: 2px;
}

.header-language-icon {
    width: 15px;
    height: 9px;
    display: inline-block;
    background-image: url(/Themes/StyleJotrin/img/head_foot_icon.png?v=3);
    margin-top: 6px;
    margin-right: 10px;
    background-position: -261px -8px;
    float: right;
}

.header-language-show {
    position: relative;
    z-index: 10001;
    text-indent: 8px;
    background: #fff;
    margin-top: 9px;
    float: right;
    min-width: 120px;
    line-height: 20px;
    color: #666;
    height: 20px;
    border: 1px solid #999;
    border-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
}


.header-prpo {
    height: 100px;
    background: url(/Themes/StyleJotrin/Images/banner/app_banner.png);
    background-size: 100%;
    position: relative;
    display:none;
}

.header-prpo .icon-del {
    background: url(/Themes/StyleJotrin/img/public_del.gif) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.header-prpo-left {
    margin-left: 20px;
    padding-top: 20px;
    width: 60px;
    float: left;
}

.header-prpo-left img {
    width: 100%;
}

.header-prpo-right {
    padding-top: 10px;
    float: left;
    margin-left: 50px;
    text-align: center;
}

.header-prpo-right-bt {
    margin-top: 5px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    background-color: #00baff;
    border-radius: 3px;
}
.header-prpo-right-bt:hover{
    color:#fff;
    text-decoration: none;
}
.header-billtype {
    text-indent: 8px;
    margin-top: 9px;
    float: right;
    min-width: 80px;
    line-height: 20px;
    color: #666;
    height: 22px;
    border: 1px solid #999;
    border-radius: 2px;
}

.header-billtype-icon {
    width: 15px;
    height: 9px;
    display: inline-block;
    background-image: url(/Themes/StyleJotrin/img/head_foot_icon.png?v=3);
    margin-top: 6px;
    margin-right: 10px;
    background-position: -261px -8px;
    float: right;
}

.header-billtype-show {
    position: relative;
    z-index: 10001;
    text-indent: 8px;
    background: #fff;
    margin-top: 9px;
    float: right;
    min-width: 80px;
    line-height: 20px;
    color: #666;
    height: 20px;
    border: 1px solid #999;
    border-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
}

.billtype-popups {
    display: none;
    cursor: default;
    z-index: 10000;
    top: 28px;
    position: absolute;
    border: solid 1px #999999;
    width: 80px;
    background: #fff;
    height: auto;
}

.billtype-popups li {
    text-align: center;
    width: 100%;
    height: 24px;
    line-height: 24px;
}

.billtype-popups li a {
    cursor: default;
    display: block;
    line-height: 24px;
}

.billtype-popups li a:hover {
    background: #ddd;
    color: #00baff;
}

.header-app {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 11px;
    height: 16px;
    background-image: url(/Themes/StyleJotrin/img/head_foot_icon.png?v=3);
    background-position: -57px -5px;
    margin-right: 10px;
}

.header-chat {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 20px;
    height: 16px;
    background-image: url(/Themes/StyleJotrin/img/head_foot_icon.png?v=3);
    background-position: -532px -11px;
    margin-right: 10px;
}

.header-top-list-right img {
    vertical-align: -5px;
    margin-right: 15px;
}

.header-top-list-right li {
    color: #ccc;
    float: left;
}

.header-division {
    cursor: none;
    font-size: 16px;
    background: url(/Themes/StyleJotrin/img/header_division.gif) no-repeat;
    height: 40px;
    width: 1px;
    margin: 0 10px;
}

.header-content {
    height: 106px;
    margin: 0 auto;
}

.header-content div {
    float: left;
}

.header-content-log {
    cursor: pointer;
    padding: 6px 5px 0 10px;
}

.header-search input {
    text-indent: 10px;
    font-size: 16px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0 5px;
    height: 40px;
    width: 510px;
    border-left: 3px solid #00baff;
    border-right: 0;
    margin-right: -3px;
    border-top: 2px solid #00baff;
    border-bottom: 2px solid #00baff;
}

.header-content-search select {
    display: none;
}

.autocomplete-suggestions {
    border: 1px solid #00c6ff;
    display: none;
    width: 510px;
    position: absolute;
    background: #fff;
    top: 44px;
    left: 2px;
    z-index: 10002;
}

.history-del {
    cursor: pointer;
    float: right;
    margin-right: 9px;
    margin-top: 4px;
    width: 15px;
    height: 15px;
    background: url(/Themes/StyleJotrin/img/public_del.gif)no-repeat;
}

.autocomplete-suggestion {
    height: 24px;
    text-indent: 9px;
    line-height: 24px;
    font-size: 16px;
    color: #666;
    float: none !important;
}

.search-history li:hover {
    background: #f0f0f0;
}

.header-search-abs {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 20px;
}

.header-submit {
    cursor: pointer;
    float: left;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #00baff;
    height: 40px;
    width: 63px;
    border: 0;
}
.header-submit img{
    width:25px;
    height:25px;
}
.header-content-search {
    margin-top: 20px;
    margin-left: 100px;
}

.log-img2 {
    margin-top: 16px;
}

.header-content-search li {
    float: left;
}

.header-content-btn {
    position: relative;
    float: right !important;
    right: 0px;
}

.header-content-cart {
    float: right !important;
    font-size: 14px;
    font-weight: normal;
    border-radius: 6px;
    height: 40px;
    margin-right: 0px;
    margin-top: 38px;
    padding: 0 10px 0 10px;
    background: #fff;
    border: 2px solid #F0F0F0;
    color: #666;
    line-height: 40px;
    text-align: center;
    position: relative;
    max-width: 155px;
    min-width: 96px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-content-cart .cart-popr {
    display: none;
    z-index: 9999;
    position: absolute;
    height: 100px;
    width: 564px;
    top: 42px;
    right: -5px;
    padding-top: 15px;
}

.cart-icon {
    background-image: url(/Themes/StyleJotrin/img/head_foot_icon.png?v=3);
    background-position: -315px 0;
    width: 24px;
    height: 22px;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 5px;
}

.m-cart-icon {
    background-image: url(/Themes/StyleJotrin/img/wap_icon.png?v=1);
    background-position: -3px 882px;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: -4px;
    transform: scale(0.5);
}

.cart-yes-button {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}

.cart-yes-button a {
    display: inline-block;
    width: 160px;
    height: 30px;
    background-color: #ffa200;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    border-radius: 6px;
}

.cart-no {
    display: none;
    font-size: 16px;
    width: 564px;
    padding: 100px 0;
    border: 1px solid #bcbcbc;
    border-radius: 6px;
    background: #fff;
}

.header-content-cart table tr {
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.header-content-cart table tr td, .header-content-cart table tr th {
    text-align: center;
}

.header-content-cart table tr td:last-child, .header-content-cart table tr th:last-child {
    text-align: center;
}

.header-content-cart table tr:last-child {
    border: 0;
}

.header-content-cart table tr td img {
    vertical-align: -2px;
}

.cart-yes {
    font-size: 14px;
    width: 564px;
    border: 1px solid #bcbcbc;
    border-radius: 6px;
    background: #fff;
}

.cart-yes table tr td {
    text-align: center;
}

.cart-yes table tr td:nth-child(1) {
    width: 250px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cart-up {
    margin: 0;
    position: absolute;
    right: 100px;
    top: 1px;
}

.header-content-cart img {
    vertical-align: -5px;
}

.header-content-cart .num {
    background-color: #ff7800;
    color: #fff;
    display: inline-block;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 50% 50% 50% 0;
    width: 20px;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
}

.header-content-bom {
    float: right !important;
    font-size: 14px;
    font-weight: normal;
    border-radius: 6px;
    height: 40px;
    margin-right: 35px;
    margin-top: 38px;
    padding: 0 10px 0 10px;
    background: #fff;
    border: 2px solid #F0F0F0;
    color: #666;
    line-height: 40px;
    text-align: center;
    position: relative;
    max-width: 140px;
    min-width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-content-bom .num {
    display: none;
    background-color: #ff7800;
    color: #fff;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 50% 50% 50% 0;
    width: 20px;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
}

.bom-icon {
    background-image: url(/Themes/StyleJotrin/img/head_foot_icon.png?v=3);
    background-position: -433px -4px;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 5px;
}

.m-bom-icon {
    background-image: url(/Themes/StyleJotrin/img/wap_icon.png?v=1);
    background-position: -398px 142px;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: -4px;
    transform: scale(0.5);
}

.header-nav {
    background: #00baff;
    height: 40px;
}

.public-nav-list > li {
    border-left: 1px solid #00baff;
}

.public-nav-list > li:hover { /*background: #00a2ff;*/
    border-left: 1px solid #00baff;
}

.public-nav-list > li:hover ul {
    display: block;
}

.header-nav-list {
    position: relative;
    height: 40px;
    margin: 0 auto;
}

.header-nav-list ul {
    float: left;
}

.header-nav-list .public-nav-list {
    background-color: #00baff;
}

.header-nav-list li {
    cursor: pointer;
    color: #fff;
    float: left;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}

.header-nav-list li a {
    text-decoration: none;
    padding: 0 10px;
    min-width: 130px;
    display: inline-block;
    color: #fff;
}

.header-nav-list .public-nav-list > li > a > i {
    background: url(/Themes/StyleJotrin/img/dropdown_white.png)no-repeat;
    width: 15px;
    height: 9px;
    margin-left: 5px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.header-nav-list .public-nav-list > li:hover > a > i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.header-nav-list .public-nav-list > li > ul {
    z-index: 1000;
    position: absolute;
    right: 0px;
    background-color: #fff;
    box-shadow: 0px 2px 7px 0px rgba(4, 0, 0, 0.33);
    padding: 20px 15px;
    display: none;
}

.header-nav-list .public-nav-list > li:nth-child(4) > ul {
    right: initial;
}

.header-nav-list .public-nav-list > li > ul > li {
    background-color: #fff;
    background: none;
    line-height: 36px;
    text-align: center;
}

.header-nav-list .public-nav-list > li > ul > li:hover {
    background-color: #00baff;
}

.header-nav-list .public-nav-list > li > ul > li > a {
    min-width: 70px;
    color: #666;
    display: block;
}

.header-nav-list .public-nav-list > li > ul > li:hover a {
    color: #fff;
}

.header-nav-list img {
    margin: 0 10px 0 5px;
    vertical-align: -5px;
}

.header-content-search .header-tab {
    display: flex;
}

.header-tab li {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 8px;
    border-right: 1px solid #ccc;
    cursor: pointer;
    font-size: 13px;
}

.header-tab li.active {
    color: #00baff;
}

.header-tab li:first-child {
    padding-left: 0px;
}

.header-tab li:last-child {
    border-right: 0px;
}

.categories-title li {
    padding: 0 25px 0 0;
    min-width: 130px;
}

.categories-title li a {
    padding: 0;
}

.header-right-language-mb {
    display: none;
}

.header-content .nav-prpo {
    display: none;
    float: right;
    margin-top: 30px;
}

.header-content .nav-prpo ul {
    display: flex;
}

.header-content .nav-prpo li {
    position: relative;
}

.header-content .nav-prpo li .num,
.header-content .nav-prpo li .cartnum {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #ff7800;
    border-radius: 50% 50% 50% 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    display: none;
}

#nav-list-prpo {
    display: none;
}

.sidebar-icon {
    background-image: url(/Themes/StyleJotrin/img/wap_icon.png?v=1);
    background-position: -178px 882px;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: -4px;
    transform: scale(0.5);
}

.account-icon {
    background-image: url(/Themes/StyleJotrin/img/wap_icon.png?v=1);
    background-position: -85px 884px;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: -4px;
    transform: scale(0.5);
}

.header-content #nav-list-prpo, .header-top-list-right .mobile-language {
    display: none;
}

.header-content-log img{
    height:90px;
}

@media(max-width: 1270px) {
    .header-content .header-content-btn {
        display: none;
    }
}

@media(max-width: 1200px) {
    .categories-list {
        display: none;
    }

    .header-nav-list li a {
        min-width: 120px;
    }
}


@media (max-width: 992px) {
    .header-top-list-right .text,
    .header-top-list-right .header-right-language,
    .header-top-list-right .header-right-language-mb,
    .header-top-list-right .header-division,
    .header-right-account,
    .header-nav,
    .home-banner {
        display: none;
    }

    .header-top-list-right .mobile-language {
        display: block;
    }

    .header-content .header-content-log img {
        width: 90%;
    }

    .header-content .nav-prpo {
        display: block;
    }


    #nav-list-prpo {
        display: block;
        width: 100%;
        overflow: hidden;
        background: #f5fcff;
        padding: 15px;
        margin: 15px 0;
    }

    #nav-list-prpo a {
        display: block;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
    }

    .header-content .header-content-search {
        margin: 0;
        width: 100%;
        margin: 10px 0;
    }
}

@media (max-width: 992px) {
    .hidden-992 {
        display: none !important;
    }

    .header-content .header-search input {
        width: 630px;
    }
}

@media (max-width: 768px) {

    .hidden-768 {
        display: none !important;
    }

    .header-top-list-right .header-live-Chat,
    .header-top-list-right .header-about,
    .home-prod-list .solu-list-left {
        display: none;
    }

    .header-content .header-search input {
        width: 450px;
    }

    .header-top-list-right .mobile-language {
        display: block;
    }

    .billtype-popups {
        height: 200px;
        overflow-y: auto;
    }

    .header-content-log img{
        height:80px;
    }
}

@media (max-width: 576px) {

    .hidden-576 {
        display: none !important;
    }

    .header-content .header-content-log {
        padding: 10px 0 0 0;
        width: 120px;
    }

    .header-content-search {
        margin-top: 20px;
    }

    .header-content-search .header-tab {
        display: none;
    }

    .header-content-search .search-tab {
        display: flex;
        width: 100%;
    }

    .header-content-search li {
        float: none;
    }

    .header-content-search .search-tab .header-search {
        width: 70%;
    }

    .header-content-search .search-tab .header-submitbtn {
        width: 10%;
    }

    .header-content-search select {
        display: block;
        height: 40px;
        border-right: 0;
        border-radius: 0;
        border: 2px solid #00baff;
        width: 118px;
        background-color: #fff;
        appearance: revert;
        padding-left: 10px;
        font-size: 12px;
        color: #666;
    }

    .header-content .nav-prpo {
        margin-top: 13px;
    }

    .header-content .header-search input {
        width: 100%;
        border-left: 0;
        margin-left: -1px;
        border-radius: 0;
        font-size: 12px;
        display: flex;
    }

    .header-content .header-submit {
        width: 40px;
        margin-left: -2px;
    }
    .header-content-log img{
        height:60px;
    }
}



/***
* 底部CSS样式
*/
footer {
    background-color: #fff;
}

.footer-subscribe {
    margin-top: 20px;
    height: 162px;
    background: #00baff;
}

.footer-subscribe-get {
    margin: 0 auto;
}

.footer-subscribe-get strong {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 85px;
    display: block
}

.footer-subscribe-get h2 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 85px;
}

.footer-subscribe-get-form {
    margin: 0 auto;
}

.footer-subscribe-get-form #frmSaveSubscribe {
    text-align: center;
}

.footer-get-search {
    width: 80%;
    max-width: 778px;
    height: 40px;
    border: 0 !important;
    text-indent: 10px;
    float: right;
}

.footer-get-submit {
    color: #fff;
    font-size: 16px;
    background: #ffa200;
    border: 0;
    width: 122px;
    height: 40px;
    float: left;
}

footer .footer-link .social-icons{
    background: url(../img/social-icons.png) no-repeat;
    display: inline-block;
    vertical-align: -5px;
    margin-right: 4px;
    background-repeat: no-repeat;
    height: 22px;
    width: 24px;
}

footer .footer-link .icon-facebook{
    background-position: -17px -85px;
    height: 33px;
    width: 33px;
}
footer .footer-link .icon-twitter{
    background-position: -56px -85px;
    height: 33px;
    width: 33px;
}
footer .footer-link .icon-linkedin{
    background-position: -97px -85px;
    height: 33px;
    width: 33px;
}
footer .footer-link .icon-youtube{
    background-position: -139px -81px;
    height: 37px;
    width: 43px;
}

.footer-link {
    padding: 10px 0 35px 0;
    background: #0082b2;
}

.footer-link-Cops {
    margin: 0 auto;
}

.footer-link-ul li {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.footer-link-ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

.footer-link-ul > li li {
    margin-top: 26px;
}

.link-bold {
    font-size: 16px;
    color: #fff;
}

.link-google {
    margin-top: 14px !important;
}

.link-google img {
    margin-right: 15px;
    width: 38px;
    height: 38px;
}

.footer-bottom {
    background: #fff;
}

.footer-bottom-list {
    margin: 0 auto;
    padding-bottom: 10px;
}

.footer-bottom-list1 {
    margin-top: 15px;
    text-align: center;
}

.footer-bottom-list1 img {
    margin-left: 10px;
    width: 70%;
    height:36px;
}

.footer-bottom-list1 .m-authentication {
    display: none;
}

.footer-bottom-list1 a img {
    max-width: 119px;
    height:36px;
}

.footer-policy {
    margin-top: 10px;
    text-align: center;
}

.footer-policy a {
    color: #666;
    text-decoration: none;
    border-bottom: 1px solid #666;
    line-height: 17px;
    font-size: 14px;
}

.footer-policy-span {
    position: relative;
    top: 4px;
    margin: 0 25px;
    width: 1px;
    background: #666;
    height: 17px;
    display: inline-block;
}

.footer-copyright {
    display: inline-block;
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}

.qiotation-login {
    width: 100%;
    height: 140px;
    background-color: #54d9ff;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.qiotation-login button {
    margin: 30px auto 20px;
    width: 200px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 6px;
    font-size: 24px;
    color: #fff;
}

.qiotation-login a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 576px) {
    .footer-get-submit {
        width: 92px;
    }

    .footer-link-ul > li li,
    .footer-subscribe {
        margin-top: 10px;
    }

    .link-google img {
        margin-right: 5px;
        width: 18px;
        height: 18px;
    }

    .footer-get-search {
        width: 100%;
    }

    .footer-subscribe-get strong {
        line-height: 50px;
        font-size: 18px;
    }

    .footer-subscribe {
        height: auto;
        padding: 10px;
    }

    .footer-link {
        padding: 10px 0;
    }

    .footer-bottom-list1 .authentication {
        display: none;
    }

    .footer-bottom-list1 .m-authentication {
        display: block;
        width: 100%;
        height:90px;
        margin: 0;
    }

    .footer-bottom-list1 img {
        margin-bottom: 15px;
    }
}



.categories-yes {
    background: #fff;
}

.categories-no {
    background: url(/Themes/StyleJotrin/img/Arrow.png) center right 14px no-repeat, #fff;
}

.categories-list > ul > li:nth-child(odd) {
    background: url(/Themes/StyleJotrin/img/Arrow.png) center right 14px no-repeat, #fff;
}

.categories-list > ul > li:nth-child(even) {
    background: url(/Themes/StyleJotrin/img/Arrow.png) center right 14px no-repeat, #fafafa;
}

.categories-list {
    display: block;
    left: 0;
    border: solid 1px #ddd;
    font-size: 14px !important;
    z-index: 1000;
    position: absolute;
    width: 274px;
    background: #fcfcfc;
    top: 40px;
    opacity: 0.97;
    height: 400px;
}

.categories-list p {
    color: #ffa200;
    text-align: left;
    text-indent: 28px;
    line-height: 28px;
}

.categories-list li a {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    color: #666;
    display: inherit;
    text-align: left !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.categories-list li a:hover {
    color: #00baff;
}

.categories-list > ul > li {
    text-indent: 28px;
    height: 30px;
    line-height: 30px;
    text-align: left !important;
    color: #666;
    margin: 0 !important;
    padding: 0 25px 0 0 !important;
    float: none !important;
    width: 272px;
}

.categories-title:hover .categories-list {
    display: block;
}

.categories-title .categories-list {
    display: none;
}

.categories-list > ul > li div {
    display: none;
}

.categories-list > ul > li:hover {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: 28px;
    line-height: 28px;
    background: #fff;
}

.categories-list > ul > li:hover div {
    display: block;
}

.categories-list .public-prop:hover {
    display: block;
}

.public-prop {
    z-index: 999;
    display: none;
    background: #fff;
    position: absolute;
    left: 272px;
    top: -1px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 600px;
    border: 1px solid #ddd;
    border-left: 0;
}

.public-prop li {
    float: left;
    font-size: 14px;
    color: #666;
    margin-top: 25px;
    width: 50%;
    padding: 0;
    margin: 0;
    height: 30px;
    line-height: 30px;
}

.public-prop li a {
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

/***
*	no-data
*/
.no-data-img {
    text-align: center;
    padding: 90px 0;
    font-family: "microsoft yahei";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.no-data-img img {
    margin-bottom: 20px;
}

.notice {
    background: #f5f5f5;
    font-weight: normal;
    color: #666;
    padding: 10px;
    border: 0;
}



/****
*** 报异常找不到页面
*/
.notfound-dl {
    padding-top: 80px;
    text-align: center;
    color: #00baff;
    font-size: 24px;
    padding-top: 180px;
}

.notfound-dl dt {
    margin-bottom: 30px;
}

.notfound-dl dd {
    margin-bottom: 10px;
}

.notfound-dl b {
    font-size: 36px;
}

.notfound-dl dd span {
    font-size: 16px;
}

.notfound-dl dd .btn {
    text-decoration: none;
    background-color: rgba(0, 172, 240, 1);
    border-radius: 8px;
    display: inline-block;
    font-size: 16px;
    color: #fefefe;
    height: 40px;
    line-height: 40px;
    padding: 0 28px;
    margin: 10px 20px;
}

.error .notfound-dl dd {
    margin-bottom: 17px;
}

.server-error, .client-error {
    background: #f6f6f6;
    height: 100vh;
    padding: 0 15px;
}



@media (max-width:576px) {
    .notfound-dl {
        padding-top: 50px;
        font-size: 16px;
    }

    .notfound-dl dt img {
        width: 100%;
    }

    .notfound-dl dt {
        margin-bottom: 10px;
    }
}
/*节日*/
.festival {
    position: fixed;
    top: 0;
}

.festival-mask {
    background: rgb(0, 0, 0);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.festival-scroller {
    bottom: 0;
    left: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

/* 劳动节 */
.festival-container {
    margin-top: 120px;
    position: relative;
}

.festival-ship {
    margin: 0px auto;
    position: relative;
    background: url(/Themes/StyleJotrin/img/festival_easter_labor.png) no-repeat center center;
    width: 550px;
    height: 605px;
    border: 0 none;
    box-shadow: none;
}

.festival-zone-pop-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(/Themes/StyleJotrin/img/festival_christmas_close.png);
}

.festival-zone-pop-btn {
    text-align: center;
    font-size: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 630px;
}

.festival-ship-con {
    padding: 0;
}

.festival-zone-pop-getnow {
    display: inline-block;
    padding: 0 45px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    border-radius: 25px;
    font-size: 24px;
    color: #ea310d;
    font-weight: bold;
    background-image: -webkit-linear-gradient(top,#ffc028,#ffee78);
    background-image: -moz-linear-gradient(top,#ffc028,#ffee78);
    background-image: -o-linear-gradient(top,#ffc028,#ffee78);
    background-image: linear-gradient(top,#ffc028,#ffee78);
    box-shadow: 0 8px 8px rgba(241,49,0,.5);
}

.festival-zone-pop-getnow:hover {
    color: #ea310d;
}

#donation{
    display:none;
}
#donation .festival-banner-close{
    right:30px;
}

#festival-banner {
    height: 0px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.festival-banner-top {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; /*background: url() no-repeat center top;*/
    height: 80px;
}

.festival-banner-top img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#festival-banner .close {
    margin: 0 auto;
    clear: both;
    margin-top: -80px;
    position: relative;
}

.festival-banner-close {
    background: url(/Themes/StyleJotrin/img/festival_banner_close.png);
    position: absolute;
    top: 25px;
    right: 0px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    cursor: pointer;
}

@media(max-width: 1000px){
    #donation{
        display:none !important;
    }
}


/* Compare */
.compare-fixed {
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 1px 36px 2px rgba(0, 0, 0, 0.13);
    border: solid 1px #f0f0f0;
    position: fixed;
    z-index: 1001;
    overflow: hidden;
    bottom: -200px;
    left: 0;
    right: 0;
}

.compare-fixed .compare-title {
    margin: 20px 15px;
}

.compare-fixed .compare-title h4 {
    font-size: 20px;
    line-height: 20px;
    color: #666;
    font-weight: normal;
}

.compare-fixed .compare-title span {
    margin-top: 5px;
}

.compare-fixed .compare-close {
    width: 14px;
    height: 14px;
    background: url(/Themes/StyleJotrin/img/close.png);
    position: absolute;
    right: 15px;
    top: 15px;
}

.compare-fixed ul li {
    border-radius: 3px;
    position: relative;
    margin-bottom: 20px;
}

.compare-fixed ul li .compare-item-block {
    border: solid 1px #78d4ff;
    padding: 10px;
}

.compare-fixed ul li .compare-item-block .compare-item {
    display: flex;
    align-items: center;
}

.compare-fixed ul li .item-close {
    position: absolute;
    right: 0px;
    top: -10px;
    width: 20px;
    height: 20px;
    background: url(/Themes/StyleJotrin/img/compare_close.png);
    cursor: pointer;
}

.compare-fixed ul li .def {
    width: 180px;
    height: 80px;
    margin: 15px auto 0 auto;
}

.compare-fixed ul li .plist-no-bg {
    display: inline-block;
    width: 60px;
    height: 80px;
    font-size: 60px;
    line-height: 80px;
    color: #ccc;
    text-align: center;
    border-radius: 5px;
}

.compare-fixed ul li .def .plist-no-bg {
    float: left;
}

.compare-fixed ul li .icon-add-bl {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url(/Themes/StyleJotrin/img/compare_add.png) no-repeat 0 0;
}

.compare-fixed ul li .def .icon-add-bl {
    float: right;
}

.compare-fixed ul li .compare-item-img img {
    max-width: 80px;
    max-height: 80px;
}

.compare-fixed ul li .compare-item-info p {
    padding: 0;
    line-height: 22px;
    height: 22px;
    white-space: nowrap;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    overflow: hidden;
}

.compare-fixed ul li .compare-item-block .partnumber {
    font-weight: bold;
}

.compare-fixed .compare-acts {
    float: right;
    margin: 15px 15px 15px 0;
}

.compare-fixed .compare-acts a {
    display: block;
    width: 90px;
    height: 30px;
    background-color: #ffa200;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
}

.compare-fixed .compare-acts .compare-acts-cwhite {
    color: #fff;
    background: #ff6000;
    border: 1px solid #ff6000;
}

.compare-fixed .compare-acts .compare-acts-close {
    margin-left: 15px;
    border: 1px solid #f2dcbc;
    background: #fff5ec;
    color: #ff6000;
}

@media(max-width:576px) {
    .compare-fixed ul li .plist-no-bg {
        width: 40px;
    }

    .compare-fixed ul li .def {
        width: 130px;
    }

    .compare-fixed ul li .compare-item-img {
        margin-right: 10px;
    }

    .compare-fixed ul li .compare-item-img img {
        max-width: 40px;
        max-height: 40px;
    }
}

/*Bootstrap Expand*/
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-xs-8ths, .col-sm-8ths, .col-md-8ths, .col-lg-8ths {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.container {
    padding-left: 10px;
    padding-right: 10px;
}

[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width:576px) {
    .col-xs-5ths {
        width: 100%;
        flex: 0 0 20%;
    }

    .col-xs-8ths {
        width: 100%;
        flex: 0 0 12.5%;
    }
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 100%;
        flex: 0 0 20%;
    }

    .col-sm-8ths {
        width: 100%;
        flex: 0 0 12.5%;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 100%;
        flex: 0 0 20%;
    }

    .col-md-8ths {
        width: 100%;
        flex: 0 0 12.5%;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 100%;
        flex: 0 0 20%;
    }

    .col-lg-8ths {
        width: 100%;
        flex: 0 0 12.5%;
    }
}

@media (min-width:1270px) {
    .container {
        max-width: 1240px
    }
}

/*product-login-model*/
.login-model {
    max-width: 452px;
    width: 100%;
    font-size: 16px;
}

.login-model h3 {
    text-align: center;
    font-size: 30px;
    color: #666;
}

.login-model .login-list-ul li input {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-radius: 6px;
    border: 0;
    padding: 0 10px;
    color: #666;
    border: solid 1px rgba(204, 204, 204, 1);
    margin-top: 12px;
}

.login-model .login-list-ul li:nth-child(3) a {
    text-align: right;
    color: #666;
}

.login-model .login-list-ul li input[type="checkbox"] {
    display: none;
}



.login-model .login-list-ul li input[type="checkbox"] + span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/Themes/StyleJotrin/img/acc_all.png) no-repeat;
    background-position: -30px -36px;
    vertical-align: middle;
}

.login-model .login-button {
    margin-top: 20px;
    text-align: center;
}

.login-model .login-button button {
    cursor: pointer;
    max-width: 260px;
    width: 100%;
    height: 40px;
    background-color: #ffa200;
    border-radius: 10px;
    border: 0;
    color: #fff;
    font-size: 16px;
}

.login-model .login-list-ul li:last-child {
    text-align: center;
}

.login-model .login-list-ul li:last-child a {
    text-decoration: none;
    border-bottom: 1px solid #666;
    color: #666;
}

.btn-go {
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-family: inherit;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    padding: 2px 10px;
    font-size: 12px;
}

#loading {
    display: none;
    background: url(/Themes/StyleJotrin/Images/common/loadingBlue.gif) center center no-repeat;
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
}
/* autocomplete */
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
    margin-left: -1px;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

/* footer */
.right-fixed {
    position: fixed;
    right: 0;
    top: 42%;
    z-index: 999;
    padding-left: 2px;
}

.acc-detial {
    position: absolute;
    right: 5%;
}

@media (max-width: 576px) {
    .right-fixed {
        display: none;
    }

    #editaddressmodal label.error {
        background: url(/Themes/StyleJotrin/Images/icon/error.png) no-repeat scroll 6px 5px #EC6D76;
        width: 100%;
        top: 0;
        color: #fff;
        left: 0;
        margin: 0;
        position: initial;
        z-index: 999;
    }

    label.error {
        background: url(/Themes/StyleJotrin/Images/icon/error.png) no-repeat scroll 6px 5px #EC6D76;
        position: fixed;
        width: 100%;
        top: 0;
        color: #fff;
        left: 0;
        margin: 0;
        z-index: 999;
    }
}

/*.border-sj,*/
.side-server .cart-s,
.side-server .acc-s,
.side-server .point-s,
.side-server .side-s,
.side-server .chat-s,
.side-server .mail-s,
/*.side-server .call-s,*/
.side-server .gotop {
    background: rgba(0, 0, 0, 0) url("/Themes/StyleJotrin/Images/common/right_bar3.png") no-repeat scroll 0 0;
    height: 40px;
    margin: 3px 0;
    transition: all 0.5s ease 0s;
    width: 40px;
}

.side-server .cart-s {
    background-position: 0 0px;
    position: relative;
}

.side-server .acc-s {
    background-position: 0 -41px;
    position: relative;
}

.side-server .point-s {
    background-position: 0 -82px;
    position: relative;
}

.side-server .side-s {
    background-position: 0 -123px;
    position: relative;
}

.side-server .chat-s {
    background-position: 0 -164px;
    position: relative;
}

.side-server .mail-s {
    background-position: 0 -205px;
    position: relative;
}

.side-server .gotop {
    background-position: 0 -246px;
    cursor: pointer;
}

.side-server .cart-s:hover {
    background-position: -50px -0px;
}

.side-server .acc-s:hover {
    background-position: -50px -41px;
}

.side-server .point-s:hover {
    background-position: -50px -82px;
}

.side-server .side-s:hover {
    background-position: -50px -123px;
}

.side-server .chat-s:hover {
    background-position: -50px -164px;
}

.side-server .mail-s:hover {
    background-position: -50px -205px;
}

.side-server .gotop:hover {
    background-position: -50px -246px;
}

.side-con {
    background: #38576f none repeat scroll 0 0;
    position: absolute;
    right: 40px;
    width: 130px;
    border: 1px solid #ccc;
}

.side-con.top5 {
    width: 150px;
}

.side-con.top5 p {
    color: white;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    padding: 0 10px;
}

.gotop, .side-con {
    display: none;
}

.item-list-title {
    color: #fff;
    font-size: 18px;
    text-indent: 20px;
    padding: 0;
}

.item-list-title.title0 {
    background: rgba(0, 0, 0, 0) url(/Themes/StyleJotrin/Images/common/list_titbg1.png) no-repeat scroll 0 0;
}

.item-list-title.title1 {
    background: rgba(0, 0, 0, 0) url(/Themes/StyleJotrin/Images/common/list_titbg2.png) no-repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    text-indent: 20px;
}

.item-list-title a {
    color: #fff;
    font-weight: normal;
    line-height: 30px;
    font-size: 12px;
    margin-left: 10px;
}

/*Table*/
.form-tb table {
    width: 100%;
}

.form-tb table th {
    padding: 8px 5px;
    font-weight: normal;
    text-align: right;
    vertical-align: middle;
}

.form-tb table td {
    padding: 5px;
}

#frmProDetails table {
    margin-top: 10px;
}

#frmProDetails table thead td {
    padding-left: 15px;
    background: #f6f9fd none repeat;
    font-size: 14px;
}

#frmProDetails table td {
    padding: 5px;
}

.list-tab {
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    background-color: #fff;
}

.list-tab thead {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #00a2ff #e4e4e4 #e4e4e4;
    border-image: none;
    border-style: solid;
    border-width: 2px 1px 1px;
}

.list-tab th {
    background-color: #f9f9f9;
    color: #333;
    font-weight: 300;
    padding: 10px;
    text-align: left;
}

.list-tab tbody tr {
    border: 1px solid #e4e4e4;
}

.list-tab tbody tr:nth-child(even) {
    background: #f9f9f9;
}

.list-tab td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    line-height: 24px;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    word-break: break-all;
}

.list-tab .gray-bg td {
    background-color: #fafafa;
    border-left: 0 none;
    border-right: 0 none;
    color: #666;
    padding: 5px 10px;
}

.list-tab td.txt-l {
    text-align: left;
}

.list-tab td.txt-r {
    text-align: right;
}

.list-tab td.pad0 {
    padding: 0;
}

.list-tab td a.ui-btn {
    color: #fff;
    display: inline-block;
    padding: 0 12px;
}

.list-tab td a.ui-btn-red {
    background-color: #c00;
}

.list-tab td a.ui-btn-green {
    background-color: #090;
}

.list-tab td .do-state a {
    margin: 0 10px;
}

.order-dt .list-tab input {
    line-height: 35px;
    text-indent: 10px;
}

#content h1, #right-column h1 {
    font-size: 16px;
    font-weight: 700;
}

#content button {
    padding: 3px;
}

@media(max-width:576px) {
    .order-dt .list-tab input {
        width: 100%;
        margin-bottom: 10px;
    }
}


/*Page*/
.pages {
    padding-top: 10px;
    margin-right: -2px;
    color: #999;
    text-align: right;
    height: 32px;
    width: 100%;
}

.pages a, .pages span {
    display: inline-block;
    padding: 0 5px;
    min-width: 18px;
    _width: 18px;
    white-space: nowrap;
    height: 28px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: #0d62a9;
}

.pages a {
    border: 1px solid #e3e3e3;
    background: #fff;
}

.pages a:hover {
    background: #f2f2f2;
    color: #0d62a9;
    text-decoration: none;
}

.pages .act {
    border: 1px solid #27435B;
    background: #0093e6;
    color: #fff;
    font-weight: bold;
}

.pages span.prev, .pages span.next {
    color: #ccc;
}

.info-notice, .info-notice-simple, .info-notice-large, .info-success, .info-success-simple, .info-success-large, .info-alert, .info-alert-simple, .info-alert-large, .info-error, .info-error-simple, .info-error-large {
    background-image: url(/Themes/StyleJotrin/Images/icon/icon_notice.png);
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    margin: 10px 0;
    padding: 10px;
}

.info-notice {
    background-color: #F6F9FD;
    background-position: -350px 0;
    border-color: #C4D3E5;
    padding-left: 38px;
}

.info-notice-simple {
    background-position: -350px -2px;
    border: 0 none;
    padding: 0 0 0 38px;
}

.info-notice-large {
    background-color: #F6F9FD;
    background-position: -300px -50px;
    border-color: #C4D3E5;
    padding-left: 53px;
    min-height: 28px;
    line-height: 28px;
}

.info-success {
    background-color: #F2FCF1;
    background-position: -250px -100px;
    border-color: #D1E6B3;
    padding-left: 42px;
}

.info-success-simple {
    background-position: -250px -102px;
    border: 0 none;
    padding-left: 42px;
}

.info-success-large {
    background-color: #F2FCF1;
    background-position: -200px -150px;
    border-color: #D1E6B3;
    padding-left: 54px;
}

.info-alert {
    background-color: #FFFDEB;
    background-position: -150px -200px;
    border-color: #FAD388;
    padding-left: 42px;
}

.info-alert-simple {
    background-position: -150px -200px;
    border: 0 none;
    padding-left: 42px;
}

.info-alert-large {
    background-color: #FFFDEB;
    background-position: -100px -250px;
    border-color: #FAD388;
    padding-left: 56px;
}

.info-error {
    background-color: #FFEEEF;
    background-position: -50px -300px;
    border-color: #FFCACD;
    padding-left: 41px;
}

.info-error-simple {
    background-position: -50px -302px;
    border: 0 none;
    padding-left: 41px;
}

.info-error-large {
    background-color: #FFEEEF;
    background-position: 0 -350px;
    border-color: #FFCACD;
    padding-left: 54px;
}

.info-notice-middle {
    background-color: #F6F9FD;
    border: 1px solid #C4D3E5;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}

.info-notice-middle .info-inner {
    float: left;
    left: 50%;
    position: relative;
}

.info-notice-middle .info-wrap {
    background: url(/Themes/StyleJotrin/Images/icon/icon_notice.png) no-repeat scroll -300px -50px;
    float: left;
    font-size: 14px;
    left: -50%;
    padding: 17px 10px 17px 53px;
    position: relative;
}

.info-clean {
    background-color: none;
    border: 0 none;
    margin: 0;
}

.info-alert-large h3, .info-notice-large h3, .info-success-large h3 {
    font: bold 1.2em/210% arial;
}

/*提示框图标*/
.dialog-warning {
    min-width: 150px;
    background: url(/Themes/StyleJotrin/Images/icon/dialog.png) no-repeat -180px 0px;
    padding: 8px 0 10px 38px;
}

.dialog-error {
    min-width: 150px;
    background: url(/Themes/StyleJotrin/Images/icon/dialog.png) no-repeat -144px -36px;
    padding: 8px 0 10px 38px;
}

.dialog-question {
    min-width: 150px;
    background: url(/Themes/StyleJotrin/Images/icon/dialog.png) no-repeat -108px -72px;
    padding: 8px 0 10px 38px;
}

.dialog-succeed {
    min-width: 150px;
    background: url(/Themes/StyleJotrin/Images/icon/dialog.png) no-repeat -72px -108px;
    padding: 8px 0 10px 38px;
}

.dialog-face-sad {
    min-width: 150px;
    background: url(/Themes/StyleJotrin/Images/icon/dialog.png) no-repeat -36px -144px;
    padding: 8px 0 10px 38px;
}

.dialog-face-smile {
    min-width: 150px;
    background: url(/Themes/StyleJotrin/Images/icon/dialog.png) no-repeat 0px -180px;
    padding: 8px 0 10px 38px;
}
/*----------------HOME--------------*/
.hover {
    height: 40px;
    line-height: 40px;
    background: #00a2ff !important;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    border-left: 1px solid #00baff;
}

.highlight {
    font-weight: bold;
    color: #B3872D;
}

.site-category-more {
    color: #ff7800 !important;
    display: block;
}

.catalog {
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    border-right: 1px solid #fff;
    position: absolute;
    z-index: 99;
}

.site-banner {
    float: left;
    width: 60%;
    height: 472px;
    position: relative;
}

.site-banner1 {
    width: 100%;
    height: 472px;
    overflow: hidden;
}

.site-banner1 img {
    width: 100%;
    height: 100%;
}

.site-banner1 ul li {
    float: left;
}

.site-banner2 {
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: 999;
    bottom: 0px;
    text-align: center;
    padding-top: 10px;
}

.site-banner2 a {
    margin: 0px 4px;
}
/*Home-ProductSearch*/
.components-title {
    color: #333;
    font-size: 18px;
    padding-left: 20px;
    margin: 0;
    font-weight: bold;
}

.site-ad {
    background: rgba(0, 0, 0, 0) url("/Themes/StyleJotrin/Images/common/ad-filters.jpg") no-repeat scroll 0 0;
    height: 100px;
    margin: 10px auto;
    max-width: 1200px;
}

.site-ad a {
    display: block;
    height: 100%;
    width: 100%;
}

.site-ad a .txt1 {
    float: left;
    font-size: 23px;
    margin: 42px 20px 0px 480px;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-ad a .txt2 {
    float: right;
    font-size: 16px;
    font-weight: bold;
    padding: 44px 120px 0px 0px;
}
/*Technology*/
.tech-index {
    margin: 10px 0;
    border: 1px solid #e4e4e4;
    padding: 10px;
    background-color: #f6f9fd;
}

.tech-index table img {
    float: left;
    margin: 0 10px;
}

.tech-index ul {
    padding: 10px 0;
}

.tech-index ul li, .ListIndex li {
    float: left;
    padding-bottom: 3px;
}

.tech-index ul li a, .ListIndex li a {
    line-height: 20px;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #ccc;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    display: block;
    overflow: hidden;
    padding: 0 10px;
    white-space: nowrap;
}

.tech-index ul li a:hover, .ListIndex li a:hover {
    background: none repeat scroll 0 0 #118DC0;
    color: #FFFFFF;
    text-decoration: none;
}

.tech-list {
    margin-top: 10px;
}

.tech-list h5 {
    border-bottom: 1px solid #ccc;
}

.tech-list ul li {
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
}

.list-l {
    float: left;
    background: url(/Themes/StyleJotrin/Images/common/news-icon.gif) no-repeat scroll 0;
    padding-left: 15px;
    overflow: hidden;
    width: 550px;
}

.list-r {
    float: right;
}

/*acount*/
.optItem {
    cursor: pointer
}

.optItem li {
    border: 1px solid #ddd;
    position: relative;
    padding: 10px;
    min-height: 110px;
    width: 47%;
}

.optItem li label {
    color: #999;
}

.optItem li.active, .optItem li:hover {
    border: 1px solid #23a8f6;
}

.optItem li.active i, .optItem li:hover i {
    background: url(/Themes/StyleJotrin/Images/icon/active.png) no-repeat;
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    z-index: 1;
}

/*Coupon*/
.border-gray {
    border: 1px solid #e4e4e4 !important;
}

.CouponBox {
    width: 100%;
    min-height: 300px;
}

.CouponBox ul {
    min-height: 150px;
    width: 100%;
    height: auto;
}

.CouponBox ul li {
    margin: 0px 13px 20px 0px;
    width: 31.5%;
    height: 150px;
    border: 1px solid #e4e4e4;
}

.CouponBox ul li:hover {
    border: 1px solid #0093e6;
}

.CouponBox ul li a:hover {
    text-decoration: none;
}

.CouponBox .Coupon {
    width: 100%;
    height: 150px;
    position: relative;
}

.CouponBox .Coupon .CouponFl {
    width: 75%;
    height: 150px;
    padding: 24px 0px 15px 15px;
    position: relative;
}

.CouponBox .Coupon .CouponFl strong {
    line-height: 50px;
    font-size: 50px;
    margin: 0px 10px;
}

.CouponBox .Coupon .CouponFl .p-price {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    color: #0093e6;
}

.CouponBox .Coupon .CouponFl .p-info {
    line-height: 22px;
    color: #999;
}

.CouponBox .Coupon .CouponFr {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25%;
    height: 150px;
    background-color: #0093e6;
}

.semi-circle {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 3px;
    height: 150px;
    z-index: 3;
    background: url(/Themes/StyleJotrin/Images/common/semi-circle.png) top center repeat-y;
}

.readyuse {
    text-align: center;
    margin: auto;
    display: block;
    cursor: pointer;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    color: #fff;
    height: 100%;
}

.ordercoupon-main {
    padding: 16px 16px 0px;
    font-size: 12px;
    width: 1153px;
    min-height: 138px;
    height: auto;
}

.ordercoupon-main ul {
    width: 100%;
}

.ordercoupon-main ul li {
    height: 114px;
    display: inline-block;
    float: left;
    margin: 0px 16px 16px 0px;
}

.coupon_box {
    width: 211px;
    height: 114px;
    overflow: hidden;
    border: 1px solid #0093e6;
    position: relative;
}

.coupon_top {
    padding: 10px 0px 0px 18px;
    background-color: #0093e6;
    color: #fff;
    cursor: pointer;
}

.coupon_box .disable {
    background: #e4e4e4;
    cursor: not-allowed;
}

.semi-line {
    position: absolute;
    width: 3px;
    height: 211px;
    top: -106px;
    left: 103px;
    z-index: 3;
    transform: rotate(-90deg);
    -webkit-transform: rotate(90deg);
    background: url(/Themes/StyleJotrin/Images/common/semi-circle.png) top center repeat-y;
}

.hl-32 {
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0;
}

.coupon_bottom {
    line-height: 35px;
}

.coupon_bottom_l {
    float: left;
    margin: 0px 43px 0px 18px;
}

.coupon_bottom_r {
    float: right;
    display: inline-block;
    margin-right: 25px;
}

.piece-checked {
    background: url(/Themes/StyleJotrin/Images/icon/active.png) no-repeat;
    display: block;
    height: 20px;
    width: 20px;
    z-index: 1;
}

.piece-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
}
