﻿body {
    background-color: #fff;
    /*  font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif, SimSun;*/
    font-family: Helvetica Neue, Helvetica, Tahoma, Arial, FreeSans, sans-serif;
    font-size: 13px;
    width: 100%;
    overflow-x: hidden;
}

.container {
    margin: 0 auto;
}

ul {
    padding: 0;
}

a, a:visited {
    /*color: #b3b3b3;*/
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

.ablue, .ablue:visited {
    color: #2d7ce7;
}

.ablue:hover {
    text-decoration: underline;
    color: #2d7ce7;
}

.agreen, .agreen:visited {
    color: #2d7ce7;
    text-decoration: none;
}

.agreen:hover {
    text-decoration: underline;
    color: #2d7ce7;
}


ul, ul li, ol, ol li, dt, dt dd {
    list-style: none;
}

img {
    max-width: 100%;
}

mark {
    color: #fff;
    background-color: #2d7ce7;
    border-radius: 4px;
    padding: 0px 3px;
    font-weight: bold;
}

#main-nav, .left-item-title, .footer-content,
#ptablist li.active > a, #ptablist li a:hover, .gbigLineStep {
    background-color: #2d7ce7;
}

.PImgBox a, .PImgBox a:visited, .PImgBox a:hover,
.AskQuestionL:hover, a.collapsed:hover {
    color: #2d7ce7; /*#317EE7*/
}

@media (max-width: 767px) {
    .pull-right {
        float: none !important;
    }
}

.carousel {
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
}

.carousel-control {
    background-image: none !important;
    width: 60px;
    opacity: 1 !important;
    color: #cccccc !important;
}

.carousel-control i {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: rgba(111, 111, 111, 0.8);
}

@media (max-width: 767px) {
    .carousel-control i {
        display: none;
    }
}

.carousel-control:hover i {
    background: rgba(111, 111, 111, 1);
}

.carousel-indicators {
    bottom: -40px !important;
    height: 20px;
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, .5);
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin: 2px;
}

.carousel-indicators li:hover, .carousel-indicators li.active {
    background-color: #2d7ce7;
    margin: 2px;
}

.badge {
    background-color: #fa8072;
}

.breadcrumb li a {
    color: #000;
}

.breadcrumb li:hover a {
    color: #337ab7;
}

.NoPadding {
    padding: 0px;
}

.NoPaddingRight {
    padding-right: 0px;
}

.NoPaddingLeft {
    padding-left: 0px;
}


.NoMargin {
    margin: 0px;
}

.clearfix20 {
    clear: both;
    display: block;
    height: 20px;
}

.red {
    color: #ff0000;
}

.blue {
    color: #0000ff;
}

.topbar {
    background-color: #E6EAED;
    color: #909090;
    padding: 0px 0px;
    height: 29px;
    line-height: 29px;
    font-size: 12px;
}

.topbar ul {
    margin: 0px;
    padding: 0px 10px;
    width: 800px;
    float: right;
}

.topbar ul li {
    float: right;
    margin-right: 18px;
}

.topbar ul li a, .topbar ul li a:visited {
    color: #333;
    text-decoration: none;
}

.topbar ul li a:hover {
    color: #2d7ce7;
    text-decoration: none;
}

.logo {
    margin-top: 25px;
    margin-bottom: 10px;
}

.logo > div + div {
    margin-top: 8px;

}


.logo img, .copyrightbox img, .paypalcredit img, .grtbox img, .PImgBox img, .pTabBox img, .aboutUsBox img, .maincontent img {
    max-width: 100%;
}


/*===================new add css begin===================*/


.mbtn {
    padding: 7.5px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-group {
    width: 100%;
    margin-bottom: 15px;
}

/*.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #e7e7e7;
    background-repeat: repeat-x;
}

.btn-default2 {
    background-color: #fff;
}*/

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #3399ff; /*#2d7ce7*/
    background-repeat: repeat-x;
    border-color: #2d7ce7;
}


.btn-inverse:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #4391fb; /*#59be14;*/
    background-repeat: repeat-x;
    border-color: #1E74DC;
}

#cart {
    margin-bottom: 10px;
}

#cart > .btn {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

#search .input-lg {
    height: 38px;
    line-height: 20px;
    padding: 0 10px;
    font-size: 13px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 9px 35px;
    text-shadow: 0 1px 0 #fff;
}


/*===================new add css end===================*/


/* Main Nav Begin */
.radius4px {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.radius4pxtop {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#main-nav {
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    height: 42px;
    max-height: 42px;
    border-bottom: 2px solid #1E74DC;
    margin: 0px 0 0px 0;
}


.homenavli {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}

.homenavli2 {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    background: #2d7ce7;
}


/* Main Nav End */

#maincontent, #bigProductBox {
    display: block;
    clear: both;
    margin-top: 6px;
}


.item-title-big {
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 16px;
    padding: 10px 0 10px 12px;
}

.left-item-title { /* url(../Images/square-black.png) repeat 0 0;*/
    color: #fff;
}

.left-item-title i {
    padding-right: 5px;
}

.left-item-box, .left-item-box2 {
    padding: 0px;
    display: block;
}

.left-item-box ul, .left-item-box2 ul {
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    border: 1px solid #e5e5e5;
    border-bottom-width: 2px;
    width: auto;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.left-item-box ul li, .left-item-box2 ul li {
    padding: 0px;
    margin: 0px 0px;
    border-bottom: 1px solid #e5e5e5;
    width: auto;
}

.left-item-box2 ul li a, .left-item-box2 ul li a:visited {
    color: #444;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    display: block;
    padding: 9px 9px;
    text-decoration: none;
}

.left-item-box ul li a, .left-item-box ul li a:visited {
    color: #444;
    font-size: 14px;
    line-height: 1.6;
    display: block;
    padding: 9px 9px;
    text-decoration: none;
}

.left-item-box ul li a:hover, .left-item-box2 ul li a:hover {
    color: #2874F0;
    background: #fff;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.left-item-box ul li a i, .left-item-box2 ul li a i {
    margin-right: 5px;
}

.left-item-box ul li.last, .left-item-box2 ul li.last {
    border-bottom: none;
}


.right-item-title {
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 5px 0 5px 10px;
    border-radius: 4px;
    color: #eee;
    box-shadow: 0px 2px 2px 2px #efefef;
    background: #2d7ce7;
    /*background-image: linear-gradient(to right,#2d7ce7,#8fcdf8);*/
}


.paddingBot20 {
    padding-bottom: 20px;
}

.right-item-box {
    padding: 10px 0 10px 0;
    border: 2px solid #efefef;
    text-align: center;
    vertical-align: central;
    min-height: 180px;
    border-radius: 6px;
}

.right-item-box:hover {
    border: 2px solid #e5e5e5;
}

.right-item-box a, .right-item-box a:visited {
    font-size: 13px;
    color: #333;
    cursor: pointer;
    display: block;
}

.right-item-box a:hover {
    color: #2874f0;
    text-decoration: none;
}

.right-item-box .imgWrap {
    line-height: 140px;
}

.right-item-box a img {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    vertical-align: middle;
    line-height: 20px;
    max-width: 180px;
}

@media screen and (max-width: 450px) {
    .right-item-box a img{  
        max-width: 100%!important;
    }
}

.right-item-box a:hover img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.right-item-box a b {
    background-color: #fff;
    border-top: 0px solid #e5e5e5;
    padding: 2px 5px 2px 5px;
    display: block;
    font-weight: normal;
    font-style: normal;
    line-height: 30px;
    overflow: hidden;
}

.right-item-box em {
    display: block;
    height: 30px;
    background-color: #fff;
    font-style: normal;
    color: #dd3333; /*#317EE7*/
    font-size: 1.4em;
    font-weight: bold;
}

.footer-content {
    clear: both;
    width: 100%;
    padding: 30px 0px;
    margin: 20px 0px 0px;
    color: #fff;
}

.footer-menu {
    width: 95%;
    list-style: none;
    padding: 5px 10px;
    margin: 0px;
}

.footer-menu li {
    list-style: none;
    padding: 2px 0px;
    display: block;
}

.footer-menu li a, .footer-menu-follow li a, .copyrightbox a, .footer-menu li a:visited, .footer-menu-follow li a:visited, .copyrightbox a:visited {
    cursor: pointer;
    color: #fff;
    line-height: 16px;
    text-decoration: none;
}

.footer-menu li a:hover, .copyrightbox a:hover {
    cursor: pointer;
    color: #c3cbd6;
}

.footer-menu li a i {
    margin-right: 5px;
}

.footer-menu-follow {
    width: 95%;
    list-style: none;
    padding: 10px 5px;
    margin: 0px;
}

.footer-menu-follow li {
    float: left;
    list-style: none;
    padding: 4px 4px;
}

.footer-menu-follow li a:hover {
    display: block;
    cursor: pointer;
    color: #2d7ce7;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 244, 245, 0.8);
    z-index: 1000;
    display: none;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -30px;
}

.backtotop {
    width: 34px;
    height: 22px;
    border: 0 none;
    bottom: 100px;
    cursor: pointer;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 40px;
    z-index: 2147483647;
}

@media (max-width: 767px) {
    .backtotop {
        display: none !important;
    }
}

.copyrightbox {
    padding: 10px;
    line-height: 18px;
    text-align: center;
}

#gts-c {
    bottom: 0;
    display: none;
    overflow: hidden;
    position: fixed;
    right: 0;
    z-index: 2147483644;
    cursor: pointer;
}

.pageNav {
    padding: 15px;
    color: #888;
    border-bottom: 1px solid #E8E8E8;
    line-height: 24px;
    margin-bottom: 15px !important;
    overflow: hidden;
    background-color: transparent;
    border-radius: 0px;
    font-size: 14px;
}

.pmodeltitle {
    display: block;
    margin-bottom: 20px !important;
}

.pmodeltitle h1 {
    margin: 10px 0px;
    font-size: 18px;
    font-weight: bold;
}


.fix-modelbox {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 848px;
}

#ModelTipsBox {
    padding: 10px;
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    z-index: 9999;
    width: 848px;
}


#ModelTipsBox ol {
    margin: 0px 0px 0px 5px;
    padding: 0px;
}


#ModelTipsBox ol li {
    line-height: 25px;
}

#ModelTipsBox ol li span {
    margin-right: 5px;
}

#ModelTipsBox ol li a {
    font-weight: bold;
}

#pmodelList {
    display: block;
    margin-bottom: 20px !important;
}

.dlModelList {
    margin: 0px 5px 5px 5px;
    font-size: 0;
    -webkit-text-size-adjust: none;
    overflow: hidden;
}

.dlModelList dd {
    /*display: inline-block;*/
    float: left;
    width: 33.33%;
    padding: 5px;
    font-size: 0;
    vertical-align: top;
}

@media (max-width: 767px) {
    .dlModelList dd {
        width: 50%;
    }
}

.dlModelList dd:hover {
}

.dlModelList dd a, .dlModelList dd a b {
    word-wrap: break-word;
}

.dlModelList dd a, .dlModelList dd a:visited {
    padding: 8px 10px 8px 20px;
    background: #ffffff url(../Images/bullet.png) no-repeat center left;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    color: #444;
    display: block;
    font-size: 14px;
    line-height: 1.6;
}

.dlModelList dd a:hover {
    border: 1px solid #1780f3e6;
    background: #1780f3e6 url(../Images/bullet2.png) no-repeat center left;
    color: #fff;
    cursor: pointer;
}

.modelListBox .input-group {
    padding: 0 10px 10px;
}

.input-group-addon {
    cursor: pointer;
}

.Prompt {
    display: none;
    padding: 15px 20px 10px;
    margin: 0 5px;
    line-height: 20px;
}

.Prompt b {
    font-size: 16px;
    line-height: 22px;
}

.Prompt p {
    text-indent: 2em;
}

.Prompt a:hover {
    color: #2d7ce7;
}

/*#bigProductBox {
    display: block;
    clear: both;
    margin-top: 6px;
    width: 1170px;
}*/
/******************************************
  youtube video css
******************************************/
.video-box {
    display: none;
    margin-top: 15px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .video-box {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
}

/******************************************
  产品盒子 css
******************************************/
.ProductBox {
    margin-bottom: 25px;
    display: block;
    clear: both;
}


.h1-title-big {
    -webkit-font-smoothing: antialiased;

    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    padding: 7px 0;
    font-size: 20px !important;
}

.h1-item-title {
    /*background: #f9f9f9 url(../Images/square-gray.png) repeat 0 0;*/
    background-color: #f2f2f2;
    display: block;
    margin: 0px 0px 15px 0px;
    padding-left: 12px;
    color: #333;
}


.PImgBox, .PImgBox2 {
    padding: 0 5px 30px 5px;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    width: 100%;
}


.localStock {
    background-color: red;
    color: white;
    padding: 3px 10px;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 16px;
    margin-bottom:5px;
    width: fit-content;
}

@media (min-width: 768px) {
    .PImgBox {
        min-height: 424px;
    }
}

.PImgBox a, .PImgBox a:visited {
    display: block;
    font-size: 15px;
    margin: 10px 0px;
}


.PImgBox a:hover {
    font-weight: bold;
}


.PImgBox span, .PImgBox2 > span {
    margin-top: 5px;
    display: inline-block;
    text-align: left;
    color: #8a6d3b;
    background-color: #fcf8e3;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #faebcc;
    font-size: 14px;
}

.PImgBox2 .certification {
    margin: 10px auto 5px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.PImgBox img {
    display: block;
    margin: 5px auto 0;
}

.PDetailsInfo {
    margin: 8px 0px;
    padding: 0px;
    display: block;
}

.PDetailsInfo li {
    line-height: 25px;
    color: #555;
    width: 100%;
}

.PDetailsInfo li.backcolor {
    background-color: #f9f9f9;
}

.PDetailsInfo li b {
    width: 125px;
    color: #555;
    float: left;
}

.PDetailsInfo li i {
    margin-left: 10px;
    color: #3399ff;
    cursor: pointer;
}

.PDetailsInfo li i:hover {
    color: #2d7ce7;
    cursor: pointer;
}

.PDetailsInfo li strong {
    font-style: normal;
    font-weight: bold;
    background-color: #3fae0ad4;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 4px;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    line-height:1.8;
}

.PPrice {
    display: block;
    min-height: 30px;
    line-height: 30px;
    border-top: dotted 1px #c8c8c8;
    padding-top: 15px;
    clear: both;
}

.PPrice b {

    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    color: #666;
}

.PPrice del {
    color: #dd0000;
    font-size: 20px;
}

.PPrice span {
    display: inline-block;
    font-weight: bold;
    font-size: 2.6em;
    margin: 6px 5px 6px 0;
    color: #dd3333;
}

.PPrice i {
    font-size: 12px;
    font-style: normal;
    color: #008a00;
}

.PCart {
    display: block;
    clear: both;
    min-height: 40px;
    line-height: 30px;
    border-bottom: dotted 1px #c8c8c8;
    padding: 10px 0px 15px 0px;
    vertical-align: central;
}

.PCart select {
    background: #fff;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    height: 36px;
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    width: 65px !important;
    vertical-align: top;
}

.addtocartbutton {
    background-color: #dd3333;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    border: none;
    border-radius: 4px;
    padding: 3px 35px;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 10px;
}

.addtocartbutton:hover {
    background-color: #f52f2f;
    color: #fff;
    cursor: pointer;
}

.addtocartbutton i {
    margin-right: 10px;
}

.comingsoon {
    font-size: 28px;
    color: #FF6D00;
}

.PSocialButtons {
    display: block;
    clear: both;
    padding: 10px 0px;
    border-bottom: dotted 1px #c8c8c8;
}

#ptablist {
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    /*height: 38px;*/
    line-height: 38px;
    background-color: #fff;
    border-bottom: solid 2px #2d7ce7;
    /*z-index: 9999;*/
}

#ptablist li {
    margin-right: 6px;
    /*float: left;*/
    height: 36px;
}

@media (max-width: 767px) {
    #ptablist li {
        float: none;
    }

    #ptablist li a {
        border-radius: 0 !important;
    }
}

#ptablist li.active > a {
    color: #fff;
    font-weight: bold;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#ptablist li a {
    background-color: #f1f1f1;
    font-size: 13px;
    color: #444;
    font-weight: bold;
    padding: 8px 18px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#ptablist li a:hover {
    color: #fff;
    cursor: pointer;
}

.pTabBox {
    font-size: 14px;
    padding: 10px 0px;
    clear: both;
    display: block;
    line-height: 24px;
    color: #333;
}

.pTabBox h3 {
    background-color: #EAECEE;
    display: block;
    clear: both;
    margin: 10px 0px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
}

.pTabBox h3 i {
    color: #2d7ce7;
    padding-right: 8px;
}

.pTabBox article {
    display: block;
    padding: 20px 0px 0px 0px;
    line-height: 25px;
}

.alertbox {
    margin: 10px 0px 5px 0px;
    padding: 10px;
    border-width: 1px 1px 1px 4px;
}

.productpicsbox {
    margin: 5px 10px 10px 10px;
    clear: both;
}

.productpicsbox img {
    clear: both;
    display: block;
    margin: 10px 0px;
}

#compatibility ul {
    overflow: hidden;
    font-size: 0;
    -webkit-text-size-adjust: none;
    border-bottom: 1px dotted #DAE0E2;
    list-style: none;
    padding: 0;
}

#compatibility ul li {
    display: inline-block;
    border-top: 1px dotted #DAE0E2;
    line-height: 18px;
    font-size: 14px;
    margin-top: -1px;
    padding: 10px;
    width: 25%;
    vertical-align: top;
    word-wrap: break-word;
}

@media (max-width: 767px) {
    #compatibility ul li {
        width: 33.33333333%;
    }

    .h1-title-big {
        font-size: 18px !important;
    }
}

@media (max-width: 540px) {
    #compatibility ul li {
        width: 50%;
    }
}

#warranty p {
    padding: 0px 5px;
}

.proNote {
    line-height: 22px;
}

.proNote span {
    padding-left: 42px;
    display: block;
    clear: both;
}

.AskQuestionL {
    margin: 0px 0px 0px 2px;
    background: url(../Images/email_16.png) no-repeat bottom left;
    padding-left: 19px;
    color: #333;
    text-decoration: underline;
}

.AskQuestionL:hover {
    text-decoration: underline;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 22px;
    font-size: 13px;
}

.table > tbody > tr > td > img {
    margin-top: 5px;
}

.FAQListBox {
    padding: 10px 5px;
    border-bottom: 1px dotted #c8c8c8;
}

/*************left item box img********************/

.left_item_box {
    clear: both;
    text-align: center;
    margin: 0px 0px;
    display: block;
    padding: 12px 3px;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    border-bottom: dotted 1px #c8c8c8;
}

.letf_item_box_last {
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: solid 3px #e5e5e5;
}

.left_item_box a {
    text-decoration: none;
}


.left_item_box a b {
    padding-top: 5px;
    color: #444;
    clear: both;
    display: block;
    font-weight: normal;
    line-height: 22px;
}


.left_item_box a img {
    border: 1px solid #fff;
    max-width: 180px;
}


.left_item_box a:hover img {
    border: 1px solid #e5e5e5;
}

.left_item_box a:hover b {
    clear: both;
    color: #2874F2;
    text-decoration: none;
    display: block;
}

.span_capacity {
    clear: both;
    display: block;
    font-size: 12px;
    color: #777;
}

/*************left item box img********************/

.ol_list {
    margin: 0px;
    padding: 0px;
}

.ol_list li {
    margin: 0px;
    padding: 0px;
    line-height: 28px;
}

.ol_list li span {
    margin-right: 5px;
}


a.collapsed, a.collapsed:visited {
    color: #2d7ce7;
    text-decoration: none;
}

a.collapsed:hover {
    text-decoration: underline;
}

.h3title {
    margin: 15px 0px;
}

.h3title i {
    margin-right: 5px;
}

.ol_list2 {
    margin: 0px 0px 0px 18px;
    padding: 0px;
}

.ol_list2 li {
    margin: 0px;
    padding: 0px;
    line-height: 28px;
    list-style: decimal;
}

.aboutUsBox {
    width: 99%;
    line-height: 24px;
    padding-left: 5px;
}

.btn-link2, .btn-link2:visited {
    display: block;
    margin: 10px 0px;
    text-align: left;
    color: #2d7ce7;
    background-color: #fff;
    border: solid 1px #adadad;
    padding: 12px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-link2:hover {
    text-decoration: none;
    background-color: #2d7ce7;
    color: #fff;
    cursor: pointer;
}


.gbigLine {
    height: 40px;
    line-height: 40px;
}

.gbigLineStep {
    font-weight: bold;
    height: 40px;
    color: #fff;
    font-size: 18px;
}

.gbigLineText {
    height: 40px;
    font-size: 16px;
    color: #333;
    background-color: #dbdbdb;
}


/* -------------------------------------- */


#ModelTipsBox2 ol {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

#ModelTipsBox2 ol ol {
    margin: 0 0 0 2em;
}

/* -------------------------------------- */

.rounded-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rounded-list a:hover {
    background: #eee;
}

.rounded-list a:hover:before {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rounded-list a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/* -------------------------------------- */

.rectangle-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rectangle-list a:hover {
    background: #eee;
}

.rectangle-list a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #fa8072;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list a:after {
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rectangle-list a:hover:after {
    left: -.5em;
    border-left-color: #fa8072;
}

/* -------------------------------------- */

.circle-list li {
    padding: 2.5em;
    border-bottom: 1px dashed #ccc;
}

.circle-list h2 {
    position: relative;
    margin: 0;
}

.circle-list p {
    margin: 0;
}

.circle-list h2:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    z-index: -1;
    left: -1.3em;
    top: -.8em;
    background: #f5f5f5;
    height: 1.5em;
    width: 1.5em;
    border: .1em solid rgba(0, 0, 0, .05);
    text-align: center;
    font: italic bold 1em/1.5em Georgia, Serif;
    color: #ccc;
    -moz-border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.circle-list li:hover h2:before {
    background-color: #ffd797;
    border-color: rgba(0, 0, 0, .08);
    border-width: .2em;
    color: #444;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

#cart-total {
    padding-left: 2px;
}

.normal {
    font-weight: inherit;
    font-style: inherit;
    text-decoration: none;
}

/******************************************
谷歌自定义搜索
******************************************/
.gsc-input-box {
    height: 37px !important;
    border-right: none !important;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
}

#gs_tti50 {
    height: 35px;
}

td.gsc-search-button {
    height: 37px !important;
    background: #3399ff;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.gsc-search-button:hover, .gsc-search-button:hover input {
    background: #4391fb !important;
}

input.gsc-search-button-v2 {
    /*height:37px !important;*/
    width: auto !important;
    border: none !important;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

input.gsc-search-button {
    margin-left: 0px !important;
}

/******************************************
快递图标合并
******************************************/
.shipping-pay-1, .shipping-pay-10, .shipping-pay-2, .shipping-pay-3, .shipping-pay-4, .shipping-pay-5, .shipping-pay-6, .shipping-pay-7, .shipping-pay-8, .shipping-pay-9 {
    background-image: url("/Images/shippingicon/shipping-pay.png");
    background-repeat: no-repeat;
    background-size: 292px 200px;
    display: inline-block;
    margin: 0 2px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: middle;
}

.shipping-pay-1 {
    width: 62px;
    height: 40px;
    background-position: -225px -5px;
}

.shipping-pay-10 {
    width: 159px;
    height: 55px;
    background-position: -5px -50px;
}

.shipping-pay-2 {
    width: 62px;
    height: 40px;
    background-position: -225px -50px;
}

.shipping-pay-3 {
    width: 64px;
    height: 40px;
    background-position: -133px -110px;
}

.shipping-pay-4 {
    width: 63px;
    height: 40px;
    background-position: -143px -155px;
}

.shipping-pay-5 {
    width: 64px;
    height: 40px;
    background-position: -5px -155px;
}

.shipping-pay-6 {
    width: 64px;
    height: 40px;
    background-position: -74px -155px;
}

.shipping-pay-7 {
    width: 123px;
    height: 40px;
    background-position: -5px -110px;
}

.shipping-pay-8 {
    width: 33px;
    height: 40px;
    background-position: -225px -95px;
}

.shipping-pay-9 {
    width: 215px;
    height: 40px;
    background-position: -5px -5px;
}

/*快递信息表*/
#shippingHtml {
    margin-bottom: 20px;
    min-height: 100px;
    background: url(/Images/loading.gif) no-repeat center;
}

#shippingHtml.shipping-initialized {
    background: none
}

.shipping-table {
    margin: 0
}

.shipping-table th {
    vertical-align: middle !important;
}

.shipping-table td.ShippingCountry div {
    color: blue;
    font-weight: bold
}

.shipping-table td.ShippingMethod {
    width: 140px
}

.shipping-table td.DeliveryTime {
    width: 184px
}

.shipping-table td.ShippingFee {
    width: 114px
}

.shipping-table td.ShippingFee div {
    color: red
}

.shipping-table td div {
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .shipping-table {
        border: 0;
        font-size: 12px;
    }

    .shipping-table thead {
        display: none
    }

    .shipping-table tr {
        font-size: 12px !important;
        margin-bottom: 20px;
        display: block;
        -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.15)
    }

    .shipping-table td {
        font-size: 12px !important;
        width: auto !important;
        display: block;
        margin-top: -1px;
        overflow: hidden;
    }

    .shipping-table td:nth-child(odd) {
        background: #fbfbfb
    }

    .shipping-table td:before {
        content: attr(data-label);
        float: left;
        width: 144px;
        font-weight: bold
    }
}

@media screen and (max-width: 400px) {
    .shipping-table td:before {
        width: 120px;
    }
}


.flicker {
    animation: blink 0.5s linear infinite;
    -webkit-animation: blink 0.5s linear infinite;
    -moz-animation: blink 0.5s linear infinite;
    -ms-animation: blink 0.5s linear infinite;
    -o-animation: blink 0.5s linear infinite;
}

.flicker:hover {
    animation: blink12 0.5s linear infinite;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.1% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.1% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.5;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.1% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.5;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.1% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.5;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.1% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.5;
    }
}


.add-qty {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.addcart-btn {
    padding: 6px 20px;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #fff;
    background-color: #0438A1;
    display: inherit;
}

.add-qty .btn-inc {
    margin-right: 25px;
}

.add-qty input {
    width: 60px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #E9EBEE;
    color: #222;
    font-size: 16px;
}


.btn-dec {
    border-radius: 0px;
}

.btn-inc {
    border-radius: 0px;
}

.btn-dec:hover, .btn-inc:hover {
    background: #5D9CEC;
}

.addcart-btn:focus {
    color: #fff;
}

.add-qty .btn:focus {
    outline: none;
}

.add-qty .addcart-btn:hover {
    color: #fff;
    background-color: #d33;
    text-decoration: none;
}

:root {
    --wxc-borderblackcolor: rgba(0, 0, 0, 0.1);
    --wxc-borderradius: 4px;
    --wxc-drakyellow: #ffc439;
    --wxc-lightgray: #fafafc;
    --wxc-black: #333333;
    --wxc-red: #ff0000;
    --wxc-white: #ffffff;
    --wxc-lightblack: rgba(0, 0, 0, 0.5);
}

#review {
    background: var(--wxc-lightgray);
    padding: 20px;
    border-radius: var(--wxc-borderradius);
    border: 1px solid var(--wxc-borderblackcolor);
}

#review .panel-Review {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--wxc-borderblackcolor);
}

#review .panel-Review:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

#review .panel-Review .divBuyer {
    font-size: 16px;
    color: var(--wxc-black);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

#review .panel-Review .divBuyer span {
    font-size: 14px;
}

#review .panel-Review .divRating {
    height: 20px;
    max-width: 100%;
    display: block;
    object-fit: contain;
    margin-bottom: 16px;
}

#review .panel-Review .lbViewText {
    font-size: 14px;
    color: var(--wxc-black);
    line-height: 1.7;
    margin-bottom: 16px;
}

#review .panel-Review .divShare {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}

#review .panel-Review .divShare a img {
    width: 18px;
    display: block;
    opacity: 0.5;
    transition: ease-in-out 0.2s;
}

#review .panel-Review .divShare a:hover img {
    opacity: 1;
}

#review .panel-Review .divReviewBody {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    grid-gap: 10px;
}

#review .panel-Review .divReviewBody svg {
    width: 16px;
    min-width: 16px;
    display: block;
}

#review .panel-Review .divReviewBody .divReply0 {
    padding-top: 20px;
    font-size: 14px;
    color: var(--wxc-black);
    line-height: 1.7;
}

#review .panel-Review .divReviewBody .divReply0 .div-ReDate {
    font-weight: 600;
}

.adapter-list {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    grid-gap: 20px;
}

.adapter-list .adapter {
    display: flex;
    align-items: center;
    padding: 20px;
    background: var(--wxc-lightgray);
    grid-gap: 20px;
    border-radius: var(--wxc-borderradius);
    border: 1px solid var(--wxc-borderblackcolor);
    overflow: hidden;
}

.adapter-list .adapter img {
    width: 40%;
    max-width: 100%;
    object-fit: contain;
    mix-blend-mode: darken;
    transition: ease-in-out 0.5s;
}

.adapter-list .adapter div {
    width: calc(100% - 40% - 20px);
}

.adapter-list .adapter div h3 {
    font-size: 16px;
    color: var(--wxc-black);
    padding: 0 0 10px 0;
    font-weight: bold;
}

.adapter-list .adapter div ul {
    list-style-type: none;
    padding-bottom: 20px;
}

.adapter-list .adapter div ul li span {
    font-size: 14px;
    color: var(--wxc-lightblack);
}

.adapter-list .adapter div ul li span:last-child {
    font-weight: 500;
    color: var(--wxc-black);
}

.adapter-list .adapter div button {
    padding: 6px 20px;
    background: var(--wxc-drakyellow);
    color: var(--wxc-black);
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: var(--wxc-borderradius);
    transition: ease-in-out 0.2s;
}

.adapter-list .adapter div button:hover {
    background: var(--wxc-red);
    color: var(--wxc-white);
    box-shadow: 0 0 6px var(--wxc-black);
}

.adapter-list .adapter:hover img {
    transform: scale(1.05);
}

.attention-btn {
    float: unset!important;
    background-color: #FFD700;
    color: #3c3c3c;
    border: 2px solid #FF8C00;
    padding: 2px;
    font-size: 1.2em;
    border-radius: 5px;
    margin: 0 5px;
}


.discount{
    position: relative;
    background: #ff06;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    padding: 15px 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}


.discount .ic-close{
    position: absolute;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    font-style: normal;
    cursor: pointer;
    filter: opacity(0.4);
}

.discount em{
    padding: 0 4px;
}
  
#comm100-button-22{  
    display: none!important;
}

.important-note {
    background: #fff8e1;
    padding: 10px;
    border-left: 3px solid #ffc107;
    margin-bottom: 10px;
}