*,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Arial, 'Lato', 'Open Sans', sans-serif;
}

body{
    background-color: #f5f6f7;
}
.header-container{
    background-color: #fff;
}
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}

p {
    margin: 0;
    padding: 0;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

body {
    min-width: 1300px;
    color: #333333;
    font-size: 14px;
    font-family: Arial, 'Lato', 'Open Sans', sans-serif;
}

input {
    border-style: none;
    outline: none !important;
}


.activity-top {
    background: #58A3A8;
    height: 80px;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, Arial;
}

.activity-top a {
    display: inline-block;
    width: 100%;
    color: #fff
}

.activity-top img {
    width: 100%;
    height: 80px
}

.activity-top .left {
    float: left;
    width: 490px;
    text-align: left;
    padding: 11px 0;
    margin-left: 44px;
}

.activity-top .left span {
    color: #FFFF01;
}

.activity-top .right {
    float: right;
    width: 420px;
    text-align: right;
    padding: 11px 0;
    position: relative;
}

.activity-top .right .tick-wrapper {
    float: right;
    color: #EE4545;
    font-weight: bold;
    display: none;
}

.activity-top .right .tick-wrapper li span {
    width: 30px;
    height: 30px;
    background: #FFF;
    border: 1px solid #ddd;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}

.activity-top .right li {
    width: auto;
    float: left;
    margin-right: 5px;
}

.activity-top .right li.dot {
    font-size: 18px;
    color: #fff;
}

.activity-top .right a {
    display: inline-block;
    height: 28px;
    width: 115px;
    overflow: hidden;
    text-indent: 1000px;
    right: 42px;
    position: absolute;
    top: 18px;
}

.success {
    color: #11b400;
}

.error {
    color: #df280a;
    font-weight: bold;
}

.notice {
    color: #e26703;
    font-weight: bold;
}

.messages {
    width: 100%;
    margin: 0px auto;
}

.messages li li {
    position: relative;
    margin-bottom: 5px;
    padding: 7px 10px 7px 20px;
    background: #f4f4f4;
    font-size: 15px;
}

.messages li li:before {
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.messages .error-msg li {
    color: black;
    border: 1px solid #df280a;
    border-left: 5px solid #df280a;
    background-color: #faebe7;
    color: #df280a;
}

.messages .error-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #df280a;
    border-right: none;
}

.messages .notice-msg li {
    color: black;
    border: 1px solid #e26703;
    border-left: 5px solid #e26703;
    background-color: #f9ebe6;
    color: #e26703;
}

.messages .notice-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e26703;
    border-right: none;
}

.messages .success-msg li {
    color: black;
    border: 1px solid #11b400;
    border-left: 5px solid #11b400;
    background-color: #eff5ea;
    color: #11b400;
}

.messages .success-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #11b400;
    border-right: none;
}

.messages .success-msg li a,
.messages .error-msg li a {
    color: #3396FF;
    font-weight: bold;
}

/* button */
.button {
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    margin: 3px 0;
    width: 140px;
    text-align: center;
    border: 0;
}

.button.green {
    background-color: #00AEC4;
    color: #ffffff;
}

.button.red {
    background-color: #D9534F;
    color: #ffffff;
}

.button.orange {
    background-color: #f0ad4e;
    color: #ffffff;
}

.button.disabled,
.button[disabled="disabled"] {
    background-color: #B9B8B8;
    color: #ffffff;
}

.button.green_bd {
    background-color: #FFFFFF;
    border: 1px solid #00AEC4;
    color: #00AEC4;
}

.button.red_bd {
    background-color: #FFFFFF;
    border: 1px solid #D9534F;
    color: #D9534F;
}

.button.disabled_bd {
    background-color: #FFFFFF;
    border: 1px solid #B9B8B8;
    color: #B9B8B8;
}

.button:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.fgw-5 {
    width: 145px;
}

.fgw-6 {
    width: 160px;
}

.fgw-7 {
    width: 340px;
}

.fgw-8 {
    width: 280px;
}

.fgw-9 {
    width: 240px;
}

.fgw-10 {
    width: 100px;
}

/*弹出层样式*/
.layer-anim {
    border-radius: 10px !important;
}

p.model_title {
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 25px;
}

.unsubscribeModel .icon_select_down {
    width: 36px;
    height: 36px;
}

.cancel {
    /*取消按钮*/
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #b3b3b3;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    margin-right: 10px;
    float: right;
    margin: -50px -50px 0 0;
    cursor: pointer;
}

.cancel span {
    position: absolute;
    top: 1px;
    left: 50%;
    margin-left: -5px;
}

.cancel:hover {
    background-color: #68ad4b;
}

#unsubscribe_form {
    padding: 70px 79px 0 79px;
}

#unsubscribe_form .form-group {
    margin-bottom: 25px;
}

#unsubscribe_form input[type="email"],
#unsubscribe_form .select_wrap {
    margin: 10px 0 0;
}

#unsubscribe_form input[type="email"] {
    width: 268px;
    height: 34px;
    border: 1px solid #dddddd;
    padding-left: 10px;
}

#unsubscribe_form input[type="email"]::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 14px;
    color: #D8D8D8;
}

#unsubscribe_form input[type="email"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    color: #D8D8D8;
}

#unsubscribe_form input[type="email"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 14px;
    color: #D8D8D8;
}

#unsubscribe_form input[type="email"]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 14px;
    color: #D8D8D8;
}

#unsubscribe_form .select_wrap,
#unsubscribe_form .select_wrap select {
    width: 280px;
    height: 36px;
}

#unsubscribe_form .unsubscribe_btn,
#subSucceed_form .modelSubmit_btn {
    width: 280px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    border-style: none;
    outline: none;
    background-color: #68ad4b;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.subscribedModel,
.updatedModel,
.unsubscribedModel,
.failsubscribedModel {
    position: relative;
    padding-top: 45px;
}

.unsubscribedModel {
    padding: 45px 20px 0 20px;
}

.subscribedModel .cancel,
.updatedModel .cancel {
    position: absolute;
    top: 70px;
    right: 70px;
}

p.model_text a {
    color: #00AEC4;
}

p.model_text {
    font-size: 16px;
    text-align: center;
}

.unsubscribedModel .cancel,
.failsubscribedModel .cancel {
    margin: -35px 10px 0 0;
}

#subSucceed_form {
    width: 522px;
    margin: 60px auto;
    font-size: 16px;
}

#subSucceed_form .cancel {
    margin: -40px -80px 0 0;
}

#subSucceed_form input[type="text"],
input[type="email"] {
    width: 228px;
    height: 34px;
    border: 1px solid #dddddd;
    padding-left: 10px;
    margin-top: 5px;
}

#subSucceed_form input[type="checkbox"] {
    margin: 10px 5px 0 0;
}

#subSucceed_form .fgw-9 {
    float: left;
}

#subSucceed_form .inp_left {
    margin-right: 30px;
}

#subSucceed_form .inp_wrap {
    overflow: hidden;
}

.checkList label {
    font-size: 14px;
}

.checkType {
    font-weight: bold;
    margin-top: 30px;
}

#subSucceed_form .modelSubmit_btn {
    margin-left: 121px;
}

/*头部样式*/
.top {
    background: linear-gradient(left, #11C4BB, #29B6EC 100%);
    background: -o-linear-gradient(left, #11C4BB, #29B6EC 100%);
    background: -ms-linear-gradient(left, #11C4BB, #29B6EC 100%);
    background: -moz-linear-gradient(left, #11C4BB, #29B6EC 100%);
    background: -webkit-linear-gradient(left, #11C4BB, #29B6EC 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#11C4BB', endColorstr='#29B6EC',GradientType='1')";
    /* IE8 */
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Lato', 'Arial';
}

.top_nav_box {
    margin: 0 auto;
    width: 1200px;
    height: 40px;
}

.top_nav {
    float: right;
}

.top_nav li {
    border-right: 1px solid #50c7e8;
    float: left;
    line-height: 40px;
    padding: 0 30px;
}

.top_nav li:last-child {
    margin-right: 0px;
}

.icon div,
.state_wrap div {
    display: inline-block;
}

.nav_icon_car {
    margin-bottom: -3px;
    width: 30px;
    height: 23px;
    background-position: -41px -106px;
}

.nav_icon_phone {
    margin-bottom: -3px;
    width: 12px;
    height: 23px;
    background-position: -90px -106px;
}

.top_nav .state_pull_down_select {
    background-color: #ffffff;
}

.top_nav .state_pull_down {
    padding: 0 20px 0 18px;
}

.state_wrap {
    margin-right: -7px;
}

.nav_icon_state_uk {
    margin-bottom: -3px;
    width: 30px;
    height: 23px;
    background-position: -231px -106px;
}

.pull_down {
    margin-left: 3px;
    margin-bottom: -3px;
    width: 12px;
    height: 12px;
    background-position: -654px -122px;
}

.nav_line {
    height: 40px;
    border-right: 1px solid #ffffff;
    opacity: .2;
}

.nav_menu {
    box-shadow: 2px 2px 2px rgba(228, 228, 228, 0.3);
    position: absolute;
    top: 44px;
    min-width: 200px;
    border: 1px solid #e9e9e9;
    font-size: 16px;
    background-color: #ffffff;
    z-index: 9;
    line-height: 36px;
    padding: 10px 0;
    text-align: left;
    display: none;
}

.nav_menu.last {
    right: -1px;
}

.nav_menu ul span {
    color: #3c3c3c;
    margin: 0 10px;
}

.nav_menu ul li:hover {
    background: #F6F6F6
}

.nav_menu ul li:hover span {
    color: #00AEC4;
}

.nav_menu_list {
    z-index: 10001;
    position: relative;
    display: none;
    margin-top: -1px;
}

.nav_menu_list_panel {
    position: absolute;
    width: 74px;
    left: -18px;
    top: 0px;
    line-height: normal;
    border: 1px solid #EEE;
    background: #FFF;
}

.nav_menu_list_panel li {
    border-bottom: 1px solid #eee;
    border-right: 0 none;
    height: 38px;
    padding: 0;
    width: 100%;
}

.nav_menu_list_panel li:last-child {
    border-bottom: 0;
}

.nav_menu_list_panel li:hover {
    background: #F6F6F6
}

.nav_menu_list_panel li div {
    margin: 5px 0 0 18px;
}

.nav_menu_list_us {
    width: 30px;
    height: 23px;
    background-position: -173px -106px;
}

.nav_menu_list_uk {
    width: 30px;
    height: 23px;
    background-position: -231px -106px;
}

.nav_menu_list_de {
    width: 30px;
    height: 23px;
    background-position: -123px -106px;
}

.header {
    width: 1200px;
    margin: 0 auto;
}

.header_box {
    background-color: #ffffff;
    padding-top: 20px;
    height: 90px;
}

.header_wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.leh_logo {
    margin-top: 14px;
    width: 185px;
    float: left;
}

.logo_img {
    width: 187px;
    height: 56px;
    background-position: -338px -99px;
    margin-bottom: 5px;
}

h1.logo {
    margin: 0;
    line-height: 10px;
}

.logo span {
    font-family:  'Arial';
    color:#000;
    font-size: 14px;
    white-space: nowrap;
}

.leh_search {
    width: 642px;
    padding-top: 6px;
    background-color: transparent;
    margin-left: 208px;
    margin-right: 311px;
    height: 77px;
}

.search_wrap {
    height: 68px;
}

.search_panel {
    position: relative;
    width: 642px;
    height: 46px;
    /*border: 1px solid #999999;*/
    /*border-radius: 4px;*/
}
.header_pro{
    top: 16px;
    right: 300px;
    width: 230px;
    float: right;
    margin-top: -93px;
    position: relative;
}
.header_pro_first_p{
    color: #000;
    font-size: 16px;
    font-family: Arial;
}
.header_pro_first_p span{
    color: #00AEC4;
    font-weight: bold;
    text-decoration: underline;
}
.header_pro_second_p{
    color: #000;
    font-size: 16px;
    font-family: Arial;
}
.header_pro_second_p span{
    color: #00AEC4;
    font-weight: bold;
}
/*.header_pro_second_p span{
    display: inline-block;
    background-color: #00AEC4;
    color: #fff;
    font-weight: bold;
    width: 95px;
    text-align: center;
    border-radius: 5px;
}*/
.header_pro a{
    display: inline-block;   
    cursor:pointer;
}
.header_pro a,.header_pro a:hover,.header_pro a:visited,.header_pro a:active{
    color: #000;
}


.search_panel input[type="text"] {
    color: #333;
    font-size: 16px;
    height: 44px;
    margin-left: 5px;
    width: 363px;
    right: 53px;
    border-radius: 4px;
    display:inline-block;
}

.search_panel input[type="text"]::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 18px;
    color: #B3B3B3;
}

.search_panel input[type="text"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 18px;
    color: #B3B3B3;
}

.search_panel input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 18px;
    color: #B3B3B3;
}

.search_panel input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 18px;
    color: #B3B3B3;
}

.search_category {
    position: relative;
    height: 12px;
    margin-top: 5px;
}

.search_category_a {
    height: 20px;
}

.search_category a {
    float: left;
    margin-right: 12px;
    color: #B3B3B3;
    text-decoration: underline;
    font-size: 12px;
}

.search_category a:hover {
    color: #787878;
}

.search_icon_wrap {
    border-radius: 0 4px 4px 0;
    position: absolute;
    right: -1px;
    top: -1px;
    margin: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.search_icon {
    width: 32px;
    height: 32px;
    background-position: -281px -102px;
}
#search_mini_form {text-align: center;}
#search_mini_form .actions {
    display: inline-block;
    background-color: #00AEC4;
    color: #ffffff;
    width: 44px;
    height: 44px;
    vertical-align: bottom;
    border-radius: 0 4px 4px 0;
    line-height: 42px;
    text-align: center;
    margin-left: -5px;
    /* margin-right: 180px; */
}
.iconFixed.search_icon:hover{    background: url(../images/icon.png);
    background-position: -281px -102px;
    border: none;}
.iconFixed.search_icon{background-color: #00AEC4;
    border: none;
}
.header_right {
    top: 10px;
    right: 0px;
    height: 42px;
    width: 302px;
    line-height: 42px;
    float: right;
    margin-top: -85px;
    margin-left: 20px;
    position: relative;
    font-size: 16px;

}

.icon_cart {
    width: 40px;
    height: 40px;
    background-position: -540px -114px;
}

.cart_wrap {
    position: absolute;
    width: 82px;
    cursor: pointer;
    /* z-index: 2001; */
    display: inline-block;
    background: #FFF;
    border: 1px solid #FFF;
    border-bottom: none;
    top: -10px;
    padding-top: 10px;
    right: 28px;
}
.account.account-login{
    /* float: right; */
    /* margin: 0; */
    display: block;
    /* width: 200px; */
    /* right: 0; */
    /* top: -20px; */
    position: absolute;
    right: 85px!important;
    top: 6px;
}

.cart_wrap_border {
    border: 1px solid #dddddd;
    border-bottom: none;
}

.cart_wrap .icon_cart {
    margin-left: 20px;
}

.car_num_box {
    width: 35px;
    height: 35px;
    /*background-color: #e54f4b;*/
    border-radius: 50%;
    position: relative;
    margin-bottom: 3px;
    text-align: center;
    margin-left: 43px;
}

.car_num {
    position: absolute;
    width: 18px;
    /*height: 18px;*/
    color: #333;
    font-size: 18px;
    top: -5px;
    left: 50%;
    margin-left: -50px;
    font-size: 16px;
}

.new_car_num {
    height: 16px;
    top: -2px;
    margin-left: -13px;
}

.car_num_add {
    position: absolute;
    width: 3px;
    height: 3px;
    color: #ffffff;
    font-size: 14px;
    top: -12px;
    left: 50%;
    margin-left: 5px;

}

.cart_list_wrap,
.no_shop {
    width: 320px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    z-index: 2000;
    line-height: 20px;
    position: absolute;
    margin-left: -1px;
    top: 63px;
    left: 0px;
    padding-bottom: 20px;
}

.no_shop p {
    text-align: center;
    margin: 10px 0 20px 10px;
}

.no_shop .cart_empty {
    font-weight: bold;
}

.no_shop .conti_shop_btn {
    width: 150px;
    height: 30px;
    border-radius: 4px;
    background-color: #68ad4b;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    margin-left: 75px;
}

.cart_list_wrap .cart_list {
    /*height: 220px;*/
    overflow-y: auto;
    padding: 15px 13px 0 25px;
    width: 272px;
}

.cart_list_wrap .cart_list li {
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

.cart_list_wrap .cart_list img {
    float: left;
    width: 60px;
    height: 60px;
}

.cart_list_wrap .cart_list .cart_pro_info {
    float: left;
    width: 188px;
    font-size: 12px;
    color: #3c3c3c;
    font-weight: bold;
    margin-left: 7px;
    position: relative;
}

.cart_pro_info a span {
    text-overflow: clip;
    word-break: break-all;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    display: inline-block;
}

.cart_list_wrap .total_wrap {
    margin-top: 5px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.cart_list_wrap .buy_info {
    margin-top: 15px;
    /* border-top: 1px solid #dddddd; */
    padding-top: 5px;
}

.cart_list_wrap .total_pri {
    font-size: 18px;
    font-weight: bold;
    /* color: #68ad4b; */
    position: absolute;
    right: 0;
}

.cart_list_wrap .viewCart_btn {
    width: 220px;
    height: 40px;
    border-radius: 11px;
    background-color: #b2b3b4;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin-bottom: 8px;
}
.cart_list_wrap .yellow.viewCart_btn {
    width: 220px;
    height: 40px;
    border-radius: 11px;
    background-color: #f0aa46;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin-bottom: 8px;
}

.cart_list_wrap .total_wrap,
.buy_info {
    width: 273px;
    margin-left: 25px;
}
.buy_info{
    margin-left: 15px;
    white-space: nowrap;
}

.cart_list_wrap .buy_info .icon_info {
    margin-bottom: -5px;
}

.cart_list_wrap .buy_info div:last-child {
    margin-left: 25px;
    margin-top: -20px;
    line-height: 18px;
    font-size: 14px;
    color: #8E8E8E;
}

.cart_list_wrap .cart_pro_num {
    display: block;
    position: relative;
}

.cart_list_wrap .cart_pro_pri {
    font-size: 14px;
    vertical-align: bottom;
    right: -15px;
    position: absolute;
    bottom: 0;
    cursor: text;
}
.cartitemsku,.cartitemoptions,.buy_info,.total_wrap,.mycart_nav{
    cursor: text;  
}
.cart_list a {
    color: #333;
}

.right_line {
    height: 38px;
    border-right: 1px solid #e9e9e9;
}

.icon_login {
    width: 40px;
    height: 40px;
    background-position: -598px -115px;
    margin-bottom: 3px;
}



.header_right .account {
    height: 40px;
    position: absolute;
    font-family: 'Lato', 'Arial';
    color: #333333;
    top: -2px;
    right: 156px;
    line-height: 28px;
    /*text-align:right;*/
}

.account a {
    color: #333333;
}

.account a:hover {
    color: #00AEC4
}

.account_top,
.account_top ul {
    height: 16px;
}

.account_top .logout a:hover {
    text-decoration: underline;
}

.account_top li {
    float: left;
    margin-right: 3px;
    height: 16px;
    line-height: 16px;
}

.account_top li.last {
    margin-right: 0;
}

.account_top_line {
    height: 14px;
    border-right: 1px solid #e9e9e9;
}

.account_bottom {
    line-height: 16px;
    margin-top: 4px;
}

.header_right .icon,
.header_right .right_line_span,
.header_right .login_span {
    /*position: absolute;*/
}

.right_line_span {
    left: 120px;
}

.login_span .icon_login {
    margin: 0 0 -2px 38px;
}

.login_span {
    width: 180px;
    right: 0;
}

/*导航样式*/
.nav_wrap {
    position: relative;
    height: 45px;
    /* border-top:1px solid #e9e9e9; */
    /*border-bottom: 1px solid #e9e9e9;*/
    /* margin-top: 5px; */
    /*margin-bottom: 25px;*/
    background-color: #000;
    z-index: 100;
}

.nav_wrap .nav {
    width: 1200px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Arial','Lato';
    z-index: 100;
}
.nav ul{
    margin: 0;
}

.external_li {
    float: left;
    /*border-left: 1px solid #e9e9e9;*/
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    z-index: 100;
}

.external_li .fa-caret-down { 
    transform: rotate(0deg); 
    transition: all 0.3s;
 }

 .external_li .fa-caret-down.current  { 
    color: #00AEC4; 
    transform: rotate(-180deg); 
}

.sec_nav.sec_cat a:hover{
    color: #00AEC4; 
}
.external_li:first-child {
    border-left: 0;
}

.new_arrival_w .nav_menu,
.support_w .nav_menu {
    left: -1px;
}

.external_li:last-child {
    border-right: 1px solid #e9e9e9;
}

.nav .all_products_w {
    position: relative;
    width: 240px;
}

.nav .led_w {
    min-width: 192px;
}

.nav .new_arrival_w {
    min-width: 166px;
}

.nav .support_w {
    min-width: 210px;
}

.nav .ilux {
    min-width: 232px;
}

.nav_wrap ul li.ilux .hover {
    display: none;
}

.nav_wrap ul li.ilux.active .normal {
    display: none;
}

.nav_wrap ul li.ilux.active .hover {
    display: inline;
}

.nav .sale_w {
    width: 160px;
    color: #D9534F;
    background-position: -586px -302px;
    background-image: url("../images/icon.png")
}

.nav .sale_w .sale_static {
    padding-left: 20px;
}

.nav .sale_w .nav_menu {
    width: 220px;
    padding: 0px;
}

.nav .sale_w .nav_menu li {
    margin: 10px;
    width: 200px;
}

.nav .nav_select_color {
    /*background-color: #00AEC4;*/
    color: #ffffff;
}

.external_li .pull_down {
    display: inline-block;
    float: right;
    margin-top: -30px;
}

.nav_main_menu {
    position: absolute;
    top: 45px;
    border: 1px solid #e9e9e9;
    min-height: 440px;
    font-size: 16px;
    background-color: #ffffff;
    z-index: 100;
}

.nav_main_menu>ul {
    margin-top: 8px;
}

.nav_main_menu .nav_main_menu_li {
    position: relative;
    width: 238px;
    height: 32px;
    line-height: 42px;
    text-align: left;
    background-color: #ffffff;
    margin-bottom: 5px;
}

.nav_main_menu .nav_main_menu_li.selected {
    background-color: #F6F6F6;
}

.nav_main_menu ul{
    padding-bottom: 8px;
}
.nav_main_menu_li a {
    height: 54px;
}

.nav_main_menu_li a,
.external_li:not(:first-child) a {
    color: #333;
    display: inline-block;
    width: 100%;
}

.nav_main_menu_li:hover a,
.external_li:not(:first-child):hover a,
.external_li:not(:first-child):hover div:first-child,
.nav_main_menu .nav_main_menu_li.selected a {
    color: #00AEC4;
}

.nav_main_menu .nav_main_menu_li .nav_main_menu_name {
    margin-left: 10px;
}

.nav_main_menu .nav_main_menu_li .nav_main_icon_arrow {
    display: inline-block;
}

.nav_main_menu .icon_right1_s {
    margin-right: -106px;
    position: absolute;
    right: 50%;
    top: 10px;
}

.external_li .icon_tri_down_b,
.icon_tri_down_green,
.icon_tri_up_green {
    margin: 0 0 2px 5px;
}

.icon_tri_down_red,
.icon_tri_up_red {
    margin: 0 0 2px 5px;
}

.sale_w:not(:first-child):hover div span.sale_static {
    color: #D9534F;
}

.icon_tri_down_b {
    background-position: -664px -152px;
    height: 6px;
    width: 8px;
}

.sec_nav div {
    height: 24px;
    line-height: 24px;
}

.sec_nav div a {
    color: #484848;
}

div[class*="category-node"] {
    width: 24px;
}

.category-node-118 {
    background-position: -474px -492px;
}

.category-node-119 {
    background-position: -506px -555px;
}

.category-node-120 {
    background-position: -507px -491px;
}

.category-node-121 {
    background-position: -537px -488px;
}

.category-node-122 {
    background-position: -571px -489px;
}

.category-node-123 {
    background-position: -605px -488px;
}

.category-node-141 {
    background-position: -643px -489px;
}

.category-node-250 {
    background-position: -671px -488px;
}

.category-node-251 {
    background-position: -474px -518px;
}

.category-node-252 {
    background-position: -534px -521px;
}

.category-node-253 {
    background-position: -572px -520px;
}

.category-node-254 {
    background-position: -504px -520px;
}

.category-node-256 {
    background-position: -472px -578px;
}

.category-node-257 {
    background-position: -672px -555px;
}

.category-node-258 {
    background-position: -608px -555px;
}

.category-node-259 {
    background-position: -505px -582px;
}

.category-node-260 {
    background-position: -473px -556px;
}

.category-node-261 {
    background-position: -539px -552px;
}

.category-node-262 {
    background-position: -573px -555px;
}

.category-node-263 {
    background-position: -640px -556px;
}

.icon_homeR {
    width: 24px;
    height: 24px;
    background-position: -427px -454px;
}

.icon_homeG {
    width: 24px;
    height: 24px;
    background-position: -427px -454px;
}

.icon_lr {
    width: 24px;
    height: 24px;
    background-position: -427px -454px;
}

.icon_kitchen {
    width: 24px;
    height: 24px;
    background-position: -427px -454px;
}

.icon_homeO {
    width: 24px;
    height: 24px;
    background-position: -427px -454px;
}

.icon_dr {
    width: 24px;
    height: 24px;
    background-position: -427px -454px;
}

.icon_bathroom {
    width: 24px;
    height: 24px;
    background-position: -427px -454px;
}

.icon_bedroom {
    width: 24px;
    height: 24px;
    background-position: -427px -454px;
}

.sec_nav_title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    font-family: 'Lato', 'Arial';
}

.sec_nav .sec_nav_title,
.sec_nav ul {
    margin-left: 30px;
    margin-top: 20px;
}

.sec_nav ul li {
    margin-bottom: 6px;
    /* height: 34px; */
    /* line-height: 34px; */
}

.sec_nav {
    background-color: #fff;
    border-left: 1px solid #e9e9e9;
    left: 50%;
    margin-left: -361px;
    position: absolute;
    padding: 0px 120px 60px 0;
    top: 45px;
    z-index: 200;
    display: none;
    border: 1px solid #e9e9e9;

}

.sec_nav.show {
    display: block;
}

.sec_nav div {
    height: 24px;
    line-height: 24px;
}

.sec_nav div a {
    color: #484848;
}

.sec_nav div a:hover,
.sec_nav li a:hover {
    text-decoration: underline;
}

.sec_nav .iconFixed {
    margin-bottom: -3px;
}

.shop_by_base,
.shop_by_shape {
    float: left;
}

.sec_nav .viewmore {
    clear: both;
    clear: both;
    margin-left: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.sec_nav .viewmore {
    text-decoration: none;
}

.shop_by_base li,
.shop_by_shape li,
.ul_add li {
    height: 24px;
    line-height: 24px;
    position: relative;
}

.shop_by_base li a,
.shop_by_shape li a,
.ul_add a {
    font-size: 16px;
    color: #3c3c3c;
    height: auto;
    display: inline-block;
}

.shop_by_base li:first-child,
.shop_by_shape li:first-child {
    font-weight: bold;
    font-size: 16px;
}

.sec_cat .shop_by_base li:first-child,
.sec_cat .shop_by_shape li:first-child {
    font-weight: normal;
}

.sec_nav_title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    font-family: 'Lato', 'Arial';
}

.sec_nav .sec_nav_title,
.sec_nav ul {
    margin-left: 30px;
    margin-top: 20px;
    text-align: left;
}
a {
    text-decoration: none!important;
}

.sec_nav ul li div:last-child {
    margin-top: -23px;
}

.ul_add {
    margin: 50px 20px 0 20px;
    float: left;
}

.third_cat .ul_add {
    padding-top: 34px;
}


/*底部样式*/
.footer {
    color: #ffffff;
    width: 100%;
    padding-top: 40px;
    background-color: #f5f6f7;
}

.wle_wrap,
.comment_wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    /*border: 1px solid #dddddd;*/
    background-color: #ffffff;
}

.comment_wrap {
    height: 200px;
    margin-top: 35px;
}

.wle {
    height: 220px;
    margin: 0 auto;
    padding: 40px;
    width: 1140px;
}

.wle_title,
.wle_centre,
.wle_foot {
    width: 1040px;
    position: relative;
    display: inline-block;
}
.wle p{
    font-size: 24px;
}
.wle_title {
    color: #333333;
    font-size: 37px;
    margin-bottom: 30px;
    /* margin-top: -6px; */
    text-align: left;
    color: #00AEC4;
    font-weight: bold;
}

.wle_centre .iconFixed {
    margin-top: 10px;
}

.wle_icon_w {
    width: 24px;
    height: 24px;
}

.wle_centre .icon_money {
    background-position: -41px -159px;
}

.wle_centre .icon_qc {
    background-position: -215px -159px;
}

.wle_centre .icon_sales {
    background-position: -99px -159px;
}

.wle_centre .icon_warranty {
    background-position: -272px -159px;
}

.wle_centre .icon_service {
    background-position: -156px -159px;
}

.wle_centre .icon_like {
    background-position: -330px -159px;
}

.wle_centre .wle_centre_text {
    font-size: 20px;
    color:#808080;
    margin-top: -24px;
    margin-left: 30px;
}

.wle_centre .wle_centre_c {
    margin-left: 76px;
}
.wle_centre_l{
    margin-left: 20px;
}
.wle_centre .wle_centre_r {
    margin-left: 76px;
}

.wle_centre_div {
    margin-top: 15px;
    display: inline-block;
}

.wle_foot {
    margin-top: 32px;
}

.wle_foot div {
    width: 80px;
    height: 60px;
    display: inline-block;
}

.wle_foot li {
    float: left;
    margin-left: 180px;
}

.icon_tri_down_b,.icon_tri_up_green{
    display: inline-block!important;
}
.wle_foot li:first-child {
    margin-left: 70px;
}

.bottom_wrap {
    background-color:#191a1b;
    /*background: linear-gradient(left, #0FB0A8, #25A3D4 100%);*/
    /*background: -o-linear-gradient(left, #0FB0A8, #25A3D4 100%);*/
    /*background: -ms-linear-gradient(left, #0FB0A8, #25A3D4 100%);*/
    /*background: -moz-linear-gradient(left, #0FB0A8, #25A3D4 100%);*/
    /*background: -webkit-linear-gradient(left, #0FB0A8, #25A3D4 100%);*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0FB0A8', endColorstr='#25A3D4',GradientType='1')";*/
    /* IE8 */
    position: relative;
    margin-top: 35px;
    padding: 45px 0 20px;
}
.block.newsletter.helper_list{
    margin-left: -44px;
    margin-right: 56px;
}

.helper_wrap .helper_list {
    display: inline-block;
    vertical-align: top;
    height: 200px;
    margin-top: 0px;
}
.helper_list ul{
    width: 315px!important;
}
.helper_wrap .support {
    margin-left: 28px;
    width: 300px;
}

.helper_wrap .partner {
    width: 300px;
}

.helper_wrap .company {
    width: 300px;
}

.helper_wrap .newsletter {
    width: 280px!important;
}

.helper_wrap .contactus {
    width: 240px;
}

.helper_wrap {
    margin: 0 auto;
    width: 1200px;
}

.helper_wrap .helper_list li {
    font-size: 16px;
    margin-bottom: 4px;
}

.helper_wrap .helper_list li a {
    color: #fff;
}

.helper_wrap .helper_list .title {
    font-size: 22px;
    margin: 0 0 10px;
}

.helper_wrap .helper_list li a:hover {
    text-decoration: underline;
}

.helper_wrap .follow_le_text {
    margin-top: 20px;
}

.helper_wrap .icon_li {
    margin-top: 10px;
}

.helper_wrap .follow_le_text span {
    font-size: 20px;
    font-weight: bold;
}

.helper_wrap .iconFixed {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.helper_wrap .icon_fb {
    background-position: -362px -307px;
}

.helper_wrap .icon_twtter {
    background-position: -403px -307px;
}

.helper_wrap .icon_yt {
    background-position: -443px -307px;
}

.helper_wrap .icon_g {
    background-position: -484px -307px;
}

.helper_wrap .icon_in {
    background-position: -524px -307px;
}

.helper_wrap .email_li {
    margin-top: 10px;
}

.email_inp {
    position: relative;
    width: 240px;
    height: 36px;
    background-color: #ffffff;
}

.email_inp input[type="email"] {
    margin: 0;
}
.newsletter_form button:not(.primary) {
     box-shadow: inset 0 0 0 0 #ffffff;
}

.newsletter_form button{
    padding: 0;
}
.newsletter_form button:focus,
.newsletter_form button:active {
    background-color: #00AEC4;
    border: 0;
    color: #FFFFFF;
}
.newsletter_form button:hover {
    background-color: #00AEC4;
    border: 0;
    color: #FFFFFF;
}
.email_btn {
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 88px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border-style: none;
    outline: none;
    margin: 0;
}

.email_inp input[type="email"] {
    width: 101px;
    height: 36px;
    border: none;
}

.email_inp.email_footer input[type="email"] {
    width: 132px;
    background: #ffffff;
    background-clip: unset;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 34px;
    padding-left: 9px;
    box-sizing: unset;
}

.email_inp input[type="text"]::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 16px;
    color: #D8D8D8;
}

.email_inp input[type="text"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    color: #D8D8D8;
}

.email_inp input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 16px;
    color: #D8D8D8;
}

.email_inp input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 16px;
    color: #D8D8D8;
}

.helper_wrap .click_li {
    margin-top: 16px;
}

.helper_wrap .click_li a {
    text-decoration: underline;
}

.helper_wrap .icon_tel {
    margin-left: 0px;
    width: 36px;
    height: 36px;
    background-position: -704px -306px;
}

.helper_wrap .icon_email {
    margin-left: 0px;
    width: 36px;
    height: 36px;
    background-position: -704px -357px;
}

.helper_wrap .contactus_text {
    margin-top: -42px;
    margin-left: 45px;
}

.helper_wrap .contactus li {
    margin-top: 20px;
}

.helper_wrap .contactus li:first-child {
    margin-top: 0px;
}

.footer_copyright {
    width: 100%;
    /*background: linear-gradient(left, #0D9D96, #2192BD 100%);*/
    /*background: -o-linear-gradient(left, #0D9D96, #2192BD 100%);*/
    /*background: -ms-linear-gradient(left, #0D9D96, #2192BD 100%);*/
    /*background: -moz-linear-gradient(left, #0D9D96, #2192BD 100%);*/
    /*background: -webkit-linear-gradient(left, #0D9D96, #2192BD 100%);*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0D9D96', endColorstr='#2192BD',GradientType='1')";*/
    /*!* IE8 *!*/
    background-color: #000001;
    padding: 24px 0;
}

.copyright_wrap {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.copyright_wrap .copyright_icon {
    height: 26px;
    margin: 26px auto 10px;
    width: 352px;
}

.copyright_wrap .copyright_icon div {
    width: 52px;
    height: 26px;
}

.copyright_wrap .copyright_icon li {
    float: left;
    margin-left: 16px;
}

.copyright_desc {
    font-size: 16px;
}
.footer-container{
    font-size: 16px;
    line-height: 23px;
}

/*小图标*/
.icon_selected {
    width: 22px;
    height: 22px;
    background-position: -76px -612px;
}

.triangle_up {
    /*上三角*/
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #00AEC4;
}

.icon_cart_s {
    width: 30px;
    height: 30px;
    background-position: -145px -607px;
}

.icon_notify {
    width: 30px;
    height: 30px;
    background-position: -332px -607px;
}

.icon_discontinued {
    width: 30px;
    height: 30px;
    background-position: -332px -607px;
}

.icon_l {
    width: 29px;
    height: 40px;
    background-position: -193px -456px;
}

.icon_r {
    width: 29px;
    height: 40px;
    background-position: -105px -456px;
}

/*头部路径*/
.pro_path {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #3c3c3c;
}

.pro_path a {
    color: #00AEC4;
}

.pro_path a:hover {
    text-decoration: underline;
}

/*产品分类标题样式*/
.classify_name {
    font-size: 24px;
    height: 58px;
    line-height: 58px;
    padding-left: 10px;
    border-left: 4px solid #00AEC4;
}

/*新品列表样式*/
.pro_new_list {
    position: relative;
    background-color: #ffffff;
    margin-top: 20px;
}

.pro_new_list .pro_new_div {
    position: relative;
    width: 200px;
    height: 340px;
    border: 1px solid #e9e9e9;
    background: #ffffff;
}

.pro_new_list .pro_new_div:hover {
    border: 1px solid #00AEC4;
    cursor: pointer;
}

.pro_new_list .pro_new_img {
    width: 200px;
    height: 200px;
}

.pro_new_list .pro_new_desc {
    position: absolute;
    width: 180px;
    height: 105px;
    top: 215px;
    left: 50%;
    margin-left: -90px;
    text-align: center;
}

.pro_new_name {
    font-size: 16px;
    color: #3c3c3c;
    margin-bottom: 5px;
    height: 40px;
    overflow: hidden;
}

.pro_new_star div {
    display: inline-block;
}

.pro_new_star .icon_star {
    width: 24px;
    height: 24px;
    background-position: -698px -468px;
}

.pro_new_list .pro_new_cur_pri {
    font-size: 32px;
    font-weight: bold;
    color: #00AEC4;
}

.pro_new_list li {
    float: left;
    margin-right: 18px;
    display: inline;
}

.pro_new_list .pro_new_list_div {
    position: relative;
    margin-left: 58px;
    margin-top: 45px;
    height: 342px;
    overflow: hidden;
}

.pro_new_list .pro_new_list_div ul {
    float: left;
    width: 9999px;
    height: 340px;
}

.pro_new_list .icon_right2_b {
    width: 30px;
    position: absolute;
    right: 10px;
    top: 150px;
    margin: 0;
    clear: both;
}

.pro_new_list .icon_left2_b {
    width: 30px;
    position: absolute;
    left: 10px;
    top: 150px;
    margin: 0;
    clear: both;
}

.pro_new_list .icon_r {
    position: absolute;
    right: 10px;
    top: 150px;
    background-position: -105px -456px;
    margin: 0;
    clear: both;
}

.pro_new_list .icon_l {
    position: absolute;
    left: 10px;
    top: 150px;
    background-position: -192px -456px;
    margin: 0;
    clear: both;
}

/*.nav_main_menu {display:none;}*/
.cms-index-index .nav_main_menu {
    display: block;
}

.main .pro_path,
.main .main_wrap {
    width: 1200px;
    margin: 0 auto;
}

.main-container .main {
    background-color: #f5f6f7;
}

.select_wrap .cur_select {
    position: absolute;
    display: inline-block;
    width: 245px;
    height: 34px;
    line-height: 34px;
    text-indent: 10px;
    overflow: hidden;
    text-transform: capitalize;
}

.select_wrap select {
    width: 300px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 34px;
}

#unsubscribe_form .select_wrap,
#unsubscribe_form .select_wrap select {
    width: 280px;
    height: 36px;
}

.unsubscribeModel .icon_select_down {
    width: 36px;
    height: 36px;
}

.icon_select_down,
.icon_select_up {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    border-left: 1px solid #dddddd;
}

.icon_select_down {
    background-position: -139px -749px;
}

.icon_select_up {
    background-position: -174px -749px;
}

.iconFixed {
    display: inline-block;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
}
.iconNewFixed {
    display: inline-block;
    background-image: url(../images/icon_new.png);
    background-repeat: no-repeat;
}

.wle_foot .Reseller {
    width: 336px;
    height: 75px;
    display: inline-block;
    background-position: 0px -30px;
}
.wle_foot .Norton {
    width: 183px;
    height: 95px;
    display: inline-block;
    background-position: -337px -19px;
}
.wle_foot .BottomStar {
    width: 82px;
    height: 84px;
    display: inline-block;
    background-position: -688px -29px;
}
.wle_foot .Listed_us {
    width: 100px;
    height: 84px;
    display: inline-block;
    background-position: -536px -29px;
}

.iconNewFixed.icon_tel{
    background-position: -264px -140px;
}
.iconNewFixed.icon_email{
    background-position: -300px -142px;
}
.iconNewFixed.icon_login{
    background-position: -208px -127px;
}
.RegisterHeaderSpan{
    display: block;
    margin-top: -11px;
}
.iconNewFixed.icon_cart{
    width: 50px!important;
    background-position: -134px -130px;
}
.contactus .title{
    margin-left: 44px!important;
}
.select_wrap {
    width: 300px;
    height: 34px;
    border: 1px solid #dddddd;
    position: relative;
}

/*tony add product list*/
.dsn {
    display: none;
}

.essential {
    color: #e54f4b;
}

/* 分页 */
.publice_page {
    height: 25px;
    font-size: 14px;
    color: #b3b3b3;
    margin-top: 20px;
    float: right;
}

.publice_page .jump_to,
.tatal_page_wrap,
.pageUl {
    float: left;
}

.publice_page li {
    float: left;
    padding: 3px 10px;
    border: 1px solid #dddddd;
    border-right: 0;
}

.publice_page li a {
    color: #b3b3b3;
    text-decoration: none;
}

.publice_page .page_left {
    width: 0;
    height: 0;
    border-width: 10px 9px 9px 0;
    border-style: solid;
    border-color: transparent #b3b3b3 transparent transparent;
}

.publice_page .page_left_li,
.page .page_right_li {
    border: 0;
}

.publice_page .page_right_li {
    border-left: 1px solid #dddddd;
}

.publice_page .page_right {
    width: 0;
    height: 0;
    border-width: 10px 0 9px 9px;
    border-style: solid;
    border-color: transparent transparent transparent #b3b3b3;
}

.publice_page .tatal_page_wrap {
    margin: 3px 0 0 10px;
}

.publice_page .jump_to {
    width: 127px;
    height: 25px;
    margin-left: 10px;
}

.publice_page .page_inp {
    display: inline-block;
    width: 60px;
    height: 23px;
    border: 1px solid #dddddd;
    background-color: #00AEC4;
    color: #ffffff;
    margin-left: 7px;
}

.publice_page .page_inp input[type="text"] {
    width: 40px;
    height: 23px;
    text-align: center;
}

.publice_page .go {
    display: inline-block;
    cursor: pointer;
}

.publice_page .curr_page_color {
    background-color: #00AEC4;
}

/*小图标*/
.icon_car {
    width: 30px;
    height: 23px;
    background-position: -41px -106px;
}

.icon_phone {
    width: 12px;
    height: 23px;
    background-position: -90px -106px;
}

.icon_support {
    width: 28px;
    height: 23px;
    background-position: -230px -81px;
}

.head .top .support a {
    color: white;
}

.icon_car,
.icon_phone,
.icon_support {
    position: relative;
    top: 5px;
}

.icon_state_uk {
    width: 30px;
    height: 23px;
    background-position: -231px -106px;
}

.icon_state_us {
    width: 30px;
    height: 20px;
    background-position: -173px -110px;
    position: relative;
    top: 5px;
}

.icon_state_de {
    width: 30px;
    height: 23px;
    background-position: -123px -106px;
}

.state_wrap .icon_state_au {
    position: relative;
    top: 5px;
}

.icon_state_au {
    width: 30px;
    height: 23px;
    background-position: -123px -79px;
}

.icon_search {
    width: 32px;
    height: 32px;
    background-position: -281px -102px;
}

.icon_logo {
    width: 187px;
    height: 56px;
    background-position: -338px -99px;
}

.icon_cart {
    width: 40px;
    height: 40px;
    background-position: -540px -114px;
}

.icon_login {
    width: 42px;
    height: 37px;
    background-position: -598px -115px;
}

.icon_tri_up_w {
    width: 12px;
    height: 10px;
    background-position: -668px -122px;
    position: relative;
    top: 2px;
}

.icon_tri_down_w {
    width: 12px;
    height: 10px;
    background-position: -654px -122px;
    position: relative;
    top: 2px;
}

.icon_tri_up_grey {
    width: 12px;
    height: 10px;
    background-position: -655px -131px;
}

.icon_tri_down_grey {
    width: 12px;
    height: 10px;
    background-position: -667px -130px;
}

.icon_tri_down_red {
    width: 12px;
    height: 10px;
    background-position: -663px -157px;
}

.icon_tri_up_red {
    width: 12px;
    height: 10px;
    background-position: -653px -157px;
}

.icon_tri_up_green {
    width: 8px;
    height: 6px;
    background-position: -655px -144px;
}

.icon_tri_down_green {
    width: 8px;
    height: 6px;
    background-position: -664px -144px;
}

.icon_tri_up_b {
    width: 8px;
    height: 6px;
    background-position: -655px -152px;
}

.icon_tri_down_b {
    width: 8px;
    height: 6px;
    background-position: -664px -152px;
}

.icon_money {
    display: block!important;
    width: 24px;
    height: 24px;
    background-position: -41px -159px;
}

.icon_sales {
    width: 24px;
    height: 24px;
    background-position: -99px -159px;
}

.icon_service {
    width: 24px;
    height: 24px;
    background-position: -156px -159px;
}

.icon_qc {
    width: 24px;
    height: 24px;
    background-position: -215px -159px;
}

.icon_warranty {
    width: 24px;
    height: 24px;
    background-position: -272px -159px;
}

.icon_like {
    width: 24px;
    height: 24px;
    background-position: -330px -159px;
}

.icon_eneag {
    width: 80px;
    height: 60px;
    background-position: -41px -203px;
}

.icon_ce {
    width: 80px;
    height: 60px;
    background-position: -154px -203px;
}

.icon_usfcc {
    width: 80px;
    height: 60px;
    background-position: -266px -203px;
}

.icon_rohs {
    width: 80px;
    height: 60px;
    background-position: -378px -203px;
}

.icon_usul {
    width: 80px;
    height: 60px;
    background-position: -489px -203px;
}

.icon_sgs {
    width: 80px;
    height: 60px;
    background-position: -601px -203px;
}

.icon_iso {
    width: 80px;
    height: 60px;
    background-position: -713px -203px;
}

.icon_fb {
    width: 30px;
    height: 30px;
    background-position: -362px -307px;
}

.icon_twit {
    width: 30px;
    height: 30px;
    background-position: -403px -307px;
}

.icon_ytb {
    width: 30px;
    height: 30px;
    background-position: -443px -307px;
}

.icon_g {
    width: 30px;
    height: 30px;
    background-position: -484px -307px;
}

.icon_in {
    width: 30px;
    height: 30px;
    background-position: -524px -307px;
}

.icon_trusted {
    width: 280px;
    height: 120px;
    background-position: -43px -298px;
}

.icon_tel {
    width: 36px;
    height: 36px;
    background-position: -704px -306px;
}

.icon_email {
    width: 36px;
    height: 36px;
    background-position: -704px -357px;
}

.icon_amex {
    width: 52px;
    height: 26px;
    background-position: -360px -363px;
}

.icon_discover {
    width: 52px;
    height: 26px;
    background-position: -425px -363px;
}

.icon_mastercard {
    width: 52px;
    height: 26px;
    background-position: -491px -363px;
}

.icon_paypal {
    width: 52px;
    height: 26px;
    background-position: -555px -363px;
}

.icon_secured {
    width: 52px;
    height: 26px;
    background-position: -620px -363px;
}

.icon_right1_s {
    width: 12px;
    height: 20px;
    background-position: -45px -549px;
}

.icon_right2_s {
    width: 12px;
    height: 20px;
    background-position: -62px -549px;
}

.icon_right3_s {
    width: 12px;
    height: 20px;
    background-position: -79px -549px;
}

.icon_left1_s {
    width: 12px;
    height: 20px;
    background-position: -80px -578px;
}

.icon_left2_s {
    width: 12px;
    height: 20px;
    background-position: -64px -578px;
}

.icon_left3_s {
    width: 12px;
    height: 20px;
    background-position: -46px -578px;
}

.icon_right1_b {
    width: 22px;
    height: 40px;
    background-position: -121px -557px;
}

.icon_right2_b {
    width: 22px;
    height: 60px;
    background-position: -149px -546px;
    cursor: pointer;
}

.icon_left2_b:hover {
    background-position: -205px -546px;
    background-color: #ddd;
}

.icon_right3_b {
    width: 22px;
    height: 40px;
    background-position: -178px -557px;
}

.icon_left1_b {
    width: 22px;
    height: 40px;
    background-position: -235px -557px;
}

.icon_left2_b {
    width: 22px;
    height: 60px;
    background-position: -236px -546px;
    cursor: pointer;
}

.icon_right2_b:hover {
    background-position: -177px -546px;
    background-color: #ddd;
}

.icon_left3_b {
    width: 22px;
    height: 40px;
    background-position: -264px -557px;
}

.icon_tag_g {
    width: 36px;
    height: 50px;
    background-position: -291px -543px;
}

.icon_tag_r {
    width: 36px;
    height: 50px;
    background-position: -346px -543px;
}

.icon_tag_y {
    width: 36px;
    height: 50px;
    background-position: -404px -543px;
}

.icon_homeRemodeling {
    width: 24px;
    height: 24px;
    background-position: -471px -556px;
}

.icon_homeGarage {
    width: 24px;
    height: 24px;
    background-position: -504px -556px;
}

.icon_livingRoom {
    width: 24px;
    height: 24px;
    background-position: -537px -556px;
}

.icon_kitchen {
    width: 24px;
    height: 24px;
    background-position: -570px -556px;
}

.icon_homeOffice {
    width: 24px;
    height: 24px;
    background-position: -604px -556px;
}

.icon_diningRoom {
    width: 24px;
    height: 24px;
    background-position: -634px -556px;
}

.icon_bathroom {
    width: 24px;
    height: 24px;
    background-position: -670px -556px;
}

.icon_bedroom {
    width: 24px;
    height: 24px;
    background-position: -470px -581px;
}

.icon_star1_s {
    width: 16px;
    height: 16px;
    background-position: -721px -549px;
}

.icon_star2_s {
    width: 16px;
    height: 16px;
    background-position: -739px -549px;
}

.icon_star3_s {
    width: 16px;
    height: 16px;
    background-position: -757px -549px;
}

.icon_star4_s {
    width: 16px;
    height: 16px;
    background-position: -774px -549px;
}

.icon_star1_m {
    width: 20px;
    height: 20px;
    background-position: -715px -571px;
}

.icon_star2_m {
    width: 20px;
    height: 20px;
    background-position: -740px -571px;
}

.icon_star3_m {
    width: 20px;
    height: 20px;
    background-position: -765px -571px;
}

.icon_star4_m {
    width: 20px;
    height: 20px;
    background-position: -790px -571px;
}

.icon_star1_b {
    width: 35px;
    height: 35px;
    background-position: -690px -597px;
}

.icon_star2_b {
    width: 35px;
    height: 35px;
    background-position: -733px -597px;
}

.icon_star3_b {
    width: 35px;
    height: 35px;
    background-position: -775px -597px;
}

.icon_star4_b {
    width: 35px;
    height: 35px;
    background-position: -818px -597px;
}

.icon_price {
    width: 24px;
    height: 24px;
    background-position: -41px -711px;
}

.icon_Wprice {
    width: 26px;
    height: 26px;
    background-position: -78px -711px;
}

.icon_selected {
    width: 22px;
    height: 22px;
    background-position: -116px -713px;
}

.icon_cart_s {
    width: 30px;
    height: 30px;
    background-position: -148px -709px;
}

.icon_disCart_s {
    width: 30px;
    height: 30px;
    background-position: -185px -709px;
    position: relative;
}

.icon_disCart {
    width: 12px;
    height: 12px;
    background-position: -229px -718px;
    position: absolute;
    top: 6px;
    left: 10px;
}

.icon_notify {
    width: 32px;
    height: 30px;
    background-position: -371px -709px;
}

.icon_smile {
    width: 22px;
    height: 22px;
    background-position: -250px -712px;
}

.icon_cry {
    width: 22px;
    height: 22px;
    background-position: -279px -712px;
}

.icon_cry_grey {
    width: 22px;
    height: 22px;
    background-position: -306px -712px;
}

.icon_project {
    width: 24px;
    height: 24px;
    background-position: -333px -712px;
}

.icon_priceMatch {
    width: 24px;
    height: 24px;
    background-position: -38px -753px;
}

.icon_info {
    width: 24px;
    height: 24px;
    background-position: -72px -755px;
}

.icon_download {
    width: 24px;
    height: 24px;
    background-position: -109px -753px;
}

.icon_select_down {
    width: 34px;
    height: 34px;
    background-position: -139px -749px;
}

.icon_select_up {
    width: 34px;
    height: 34px;
    background-position: -174px -749px;
}

.icon_refresh {
    width: 34px;
    height: 34px;
    background-position: -210px -750px;
}

.icon_promise {
    width: 16px;
    height: 16px;
    background-position: -258px -759px;
}

.icon_fb_s {
    width: 20px;
    height: 20px;
    background-position: -297px -754px;
}

.icon_pinterest_s {
    width: 20px;
    height: 20px;
    background-position: -318px -754px;
}

.icon_twitter_s {
    width: 20px;
    height: 20px;
    background-position: -338px -754px;
}

.icon_b_s {
    width: 20px;
    height: 20px;
    background-position: -359px -754px;
}

.icon_google_s {
    width: 20px;
    height: 20px;
    background-position: -379px -754px;
}

.icon_email_s {
    width: 20px;
    height: 20px;
    background-position: -400px -754px;
}

.icon_threeIcon {
    width: 134px;
    height: 40px;
    background-position: -438px -736px;
}

.icon_add {
    width: 30px;
    height: 30px;
    background-position: -585px -736px;
}

.icon_cartAdd {
    width: 10px;
    height: 10px;
    background-position: -626px -745px;
}

.icon_cartReduce {
    width: 10px;
    height: 10px;
    background-position: -644px -745px;
}

.icon_cartAdd_w {
    width: 10px;
    height: 10px;
    background-position: -626px -760px;
}

.icon_cartReduce_w {
    width: 10px;
    height: 10px;
    background-position: -644px -761px;
}

.icon_down_tri {
    width: 20px;
    height: 15px;
    background-position: -58px -911px;
}

.icon_up_tri {
    width: 20px;
    height: 15px;
    background-position: -60px -890px;
}

.pro_approveMark li,
.addToCart_box_b .certification li {
    display: none;
}

.icon_iso_s,
.icon_iso90012008_s {
    width: 30px;
    height: 30px;
    background-position: -105px -892px;
    display: inline-block !important;
}

.icon_ce_s {
    width: 30px;
    height: 30px;
    background-position: -147px -892px;
    display: inline-block !important;
}

.icon_c-tick_s {
    width: 30px;
    height: 30px;
    background-position: -926px -315px;
    display: inline-block !important;
}

.icon_pse_s {
    width: 30px;
    height: 30px;
    background-position: -973px -265px;
    display: inline-block !important;
}

.icon_ul_s {
    width: 30px;
    height: 30px;
    background-position: -1072px -315px;
    display: inline-block !important;
}

.icon_fcc_s {
    width: 30px;
    height: 30px;
    background-position: -1022px -265px;
    display: inline-block !important;
}

.icon_energy-star_s,
.icon_energystar_s {
    width: 30px;
    height: 30px;
    background-position: -973px -365px;
    display: inline-block !important;
}

.icon_tuv_s {
    width: 30px;
    height: 30px;
    background-position: -1127px -315px;
    display: inline-block !important;
}

.icon_etl_s {
    width: 30px;
    height: 30px;
    background-position: -1022px -315px;
    display: inline-block !important;
}

.icon_lighting-fact_s {
    width: 30px;
    height: 30px;
    background-position: -1072px -265px;
    display: inline-block !important;
}

.icon_csa_s {
    width: 30px;
    height: 30px;
    background-position: -973px -315px;
    display: inline-block !important;
}

.icon_ce_s {
    width: 30px;
    height: 30px;
    background-position: -926px -365px;
    display: inline-block !important;
}

.icon_cb_s {
    width: 30px;
    height: 30px;
    background-position: -1127px -215px;
    display: inline-block !important;
}

.icon_cb_s {
    width: 30px;
    height: 30px;
    background-position: -1073px -215px;
    display: inline-block !important;
}

.icon_dekra_s {
    width: 30px;
    height: 30px;
    background-position: -1022px -215px;
    display: inline-block !important;
}

.icon_gost_s {
    width: 30px;
    height: 30px;
    background-position: -1127px -265px;
    display: inline-block !important;
}

.icon_cb_s {
    width: 30px;
    height: 30px;
    background-position: -1127px -215px;
    display: inline-block !important;
}

.icon_ccc_s {
    width: 30px;
    height: 30px;
    background-position: -1073px -215px;
    display: inline-block !important;
}

.icon_gs_s {
    width: 30px;
    height: 30px;
    background-position: -926px -265px;
    display: inline-block !important;
}

.icon_rohs_s {
    width: 30px;
    height: 30px;
    background-position: -189px -892px;
    display: inline-block !important;
}

.icon_secure {
    width: 20px;
    height: 20px;
    background-position: -251px -900px;
}

.icon_pay {
    width: 20px;
    height: 20px;
    background-position: -277px -901px;
}

.icon_remind {
    width: 16px;
    height: 16px;
    background-position: -305px -905px;
}

.icon_safe {
    width: 18px;
    height: 18px;
    background-position: -355px -900px;
}

.icon_guarantee {
    width: 18px;
    height: 18px;
    background-position: -376px -900px;
}

.icon_warranty_s {
    width: 16px;
    height: 16px;
    background-position: -401px -901px;
}

.icon_freephone {
    width: 16px;
    height: 16px;
    background-position: -422px -901px;
}

.icon_secured_b {
    width: 90px;
    height: 45px;
    background-position: -461px -887px;
}

.icon_30days {
    width: 46px;
    height: 46px;
    background-position: -568px -884px;
}

.icon_paypal_b {
    width: 52px;
    height: 35px;
    background-position: -652px -868px;
}

.icon_visa_b {
    width: 52px;
    height: 35px;
    background-position: -706px -868px;
}

.icon_masterCard_b {
    width: 52px;
    height: 35px;
    background-position: -623px -908px;
}

.icon_discover_b {
    width: 52px;
    height: 35px;
    background-position: -679px -908px;
}

.icon_amer_b {
    width: 52px;
    height: 35px;
    background-position: -733px -908px;
}

.icon_backCart {
    width: 40px;
    height: 40px;
    background-position: -814px -890px;
}

.icon_trustedpng {
    width: 235px;
    height: 80px;
    background-position: -873px -861px;
}

.icon_pc {
    width: 95px;
    height: 95px;
    background-position: -23px -957px;
}

.icon_mouse {
    width: 95px;
    height: 95px;
    background-position: -151px -957px;
}

.icon_place {
    width: 95px;
    height: 95px;
    background-position: -277px -957px;
}

.icon_commission {
    width: 95px;
    height: 95px;
    background-position: -404px -957px;
}

.icon_purse {
    width: 95px;
    height: 95px;
    background-position: -530px -957px;
}

.icon_activity {
    width: 95px;
    height: 95px;
    background-position: -657px -957px;
}

.icon_cookie {
    width: 95px;
    height: 95px;
    background-position: -783px -957px;
}

.icon_cooperation {
    width: 95px;
    height: 95px;
    background-position: -910px -957px;
}

.icon_arrowLeft {
    width: 40px;
    height: 30px;
    background-position: -1016px -940px;
}

.icon_fb_t {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #304981;
    background-position: -1111px -889px;
}

.icon_g_t {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #c92b17;
    background-position: -1134px -889px;
}

.icon_paypal_s {
    width: 40px;
    height: 25px;
    background-position: -65px -1084px;
}

.icon_visa_s {
    width: 40px;
    height: 25px;
    background-position: -105px -1084px;
}

.icon_masterCard_s {
    width: 40px;
    height: 25px;
    background-position: -43px -1113px;
}

.icon_discover_s {
    width: 40px;
    height: 25px;
    background-position: -85px -1113px;
}

.icon_amer_s {
    width: 40px;
    height: 25px;
    background-position: -126px -1113px;
}

.icon_dlc_s {
    width: 30px;
    height: 30px;
    background-position: -1128px -174px;
    display: inline-block !important;
}

.icon_question {
    width: 16px;
    height: 16px;
    background-position: -1121px -925px;
}

/*checkbox*/
.checkboxWrap {
    width: 25px;
    position: relative;
}

.checkboxWrap input[type="checkbox"] {
    width: 13px;
    height: 13px;
}

.checkboxWrap label {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 1px;
    left: -1px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.checkboxWrap label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 2px;
    left: 2px;
    border: 3px solid #00AEC4;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkboxWrap input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.wd_pro_desc_star {
    overflow: hidden;
}

.wd_pro_desc_star span {
    position: relative;
    float: left;
    margin-left: 1px;
}

.pro_new_list_div .wd_pro_desc_star,
.pro_best_div .wd_pro_desc_star {
    text-align: center;
    display: inline-block;
}

.wd_pro_desc_star span i {
    color: #F0AD4E;
}

.wd_pro_desc_star span i.icon-star-empty {
    color: #B3B3B3;
}

.wd_pro_desc_star span i.icon-star {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.icon-star:before {
    content: '\e803';
}

.icon-star-empty:before {
    content: '\e804';
}

.wd_pro_desc_star span [class^="icon-"]:before {
    margin: 0;
    font-size: 15px;
}

.wd_pro_desc_star .icon-star-empty:before {
    content: '\e803';
}

.pro_best_div .wd_pro_desc_star span [class^="icon-"]:before,
.pro_new_list .wd_pro_desc_star span [class^="icon-"]:before {
    font-size: 20px;
}

.wd_pro_desc_star .comment_num {
    color: #787878;
    font-size: 18px;
}

.pro_best_div [class^="icon-"],
.pro_best_div [class*=" icon-"],
.pro_new_list [class^="icon-"],
.pro_new_list [class*=" icon-"] {
    height: 20px;
    width: 20px;
}

.icon_star_s {
    width: 15px;
    height: 15px;
    background-position: -700px -449px;
    float: left;
}

.clearall {
    background-color: rgb(255, 255, 255);
    margin-bottom: 15px;
    height: 34px;
    text-align: center;
    color: black;
    line-height: 36px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    font-family: lato;
    font-weight: bold;
    font-size: 16px;
}

.clearall a {
    color: #787878;
}

.pages.tpager {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #b3b3b3;
    margin-top: 20px;
    float: right !important;
}

.pages.tpager .jump_to,
.tatal_page_wrap,
.pageUl {
    float: left;
    margin-left: 10px;
}

.pages.tpager .page_left_li,
.pages.tpager .page_right_li {
    border: 0;
}

.pages.tpager li {
    float: left;
}

.pages.tpager li a {
    color: #b3b3b3;
    text-decoration: none;
    border: 1px solid #dddddd;
    border-right: 0;
    display: inline-block;
    text-align: center;
    width: 22px;
    height: 20px;
    line-height: 20px;
    padding: 2px;
}

.pages.tpager li a:hover {
    background-color: #00AEC4;
    color: #ffffff;
}

.pages.tpager .page_left {
    width: 0;
    height: 0;
    border-width: 10px 9px 9px 0;
    border-style: solid;
    border-color: transparent #b3b3b3 transparent transparent;
    display: inline-block;
}

.pages.tpager .previous:hover .page_left {
    border-color: transparent #FFFFFF transparent transparent;
}

.pages.tpager .page_right_li a {
    border-right: 1px solid #dddddd;
}

.pages.tpager .page_right {
    width: 0;
    height: 0;
    border-width: 10px 0 9px 9px;
    border-style: solid;
    border-color: transparent transparent transparent #b3b3b3;
    display: inline-block;
}

.pages.tpager .next:hover .page_right {
    border-color: transparent transparent transparent #FFFFFF;
}

.pages.tpager .curr_page_color {
    border: 1px solid #DDDDDD;
    border-right: 0;
    width: 26px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #00AEC4;
    color: #ffffff;
}

.pages.tpager .jump_to {
    width: 135px;
    height: 25px;
    margin-left: 10px;
}

.pages.tpager .jump_to span {
    display: inline-block;
    float: left;
}

.pages.tpager .page_inp {
    display: inline-block;
    width: 65px;
    height: 23px;
    border: 1px solid #dddddd;
    color: #ffffff;
    margin-left: 7px;
    position: relative;
}

.pages.tpager .page_inp input[type="text"] {
    height: 23px;
    position: absolute;
    text-align: center;
    width: 40px;
    left: 0;
    border: 0;
}

.pages.tpager .go {
    border: 0;
    border-radius: 0;
    font-size: 14px;
    height: 26px;
    line-height: 25px;
    margin: 0;
    position: absolute;
    right: -1px;
    text-align: center;
    top: -2px;
    width: 25px;
    padding: 0;
}

/**
        评论星标
*/
.wd_pro_desc_star {
    overflow: hidden;
    line-height: 20px;
}

.wd_pro_desc_star span {
    position: relative;
    float: left;
    margin-left: 1px;
}

.pro_new_list_div .wd_pro_desc_star,
.pro_best_div .wd_pro_desc_star {
    text-align: center;
    display: inline-block;
}

.wd_pro_desc_star span i {
    color: #F0AD4E;
}

.wd_pro_desc_star span i.icon-star-empty {
    color: #B3B3B3;
}

.wd_pro_desc_star span i.icon-star {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.icon-star:before {
    content: '\e803';
}

.icon-star-empty:before {
    content: '\e804';
}

.wd_pro_desc_star span [class^="icon-"]:before {
    margin: 0;
    font-size: 15px;
}

.wd_pro_desc_star .icon-star-empty:before {
    content: '\e803';
}

.pro_best_div .wd_pro_desc_star span [class^="icon-"]:before,
.pro_new_list .wd_pro_desc_star span [class^="icon-"]:before {
    font-size: 20px;
}

.pro_best_div [class^="icon-"],
.pro_best_div [class*=" icon-"],
.pro_new_list [class^="icon-"],
.pro_new_list [class*=" icon-"] {
    height: 20px;
    width: 20px;
}

.icon_star_s {
    width: 15px;
    height: 15px;
    background-position: -700px -449px;
    float: left;
}

/*会员中心页左侧导航样式*/
.left_box {
    width: 238px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.smartDevices {
    height: 46px;
    margin-top: 20px;
    line-height: 46px;
    text-align: center;
}

.left_banner {
    height: 278px;
    margin-top: 20px;
}

.account_nav_head {
    font-size: 16px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #dddddd;
    padding-left: 15px;
}

.account_nav_list {
    padding: 7px 20px 8px 15px;
}

.account_nav_list li {
    position: relative;
    height: 33px;
    line-height: 33px;
    cursor: pointer;
}

.account_nav_list li a {
    color: #333333;
    font-size: 16px;
    display: inline-block;
    width: 203px;
}

.account_nav_list .iconFixed {
    position: absolute;
    top: 11px;
    right: 50%;
    margin-right: -103px;
}

.green,
.curr_option {
    color: #00AEC4;
}

.smartDevices .icon_smartDevices {
    margin: 0 3px -6px 0;
}

.icon_right_ms_g {
    width: 10px;
    height: 15px;
    background-position: -247px -1123px;
}

.icon_right_ms {
    width: 10px;
    height: 15px;
    background-position: -233px -1123px;
}

.icon_smartDevices {
    background-position: -202px -1114px;
    height: 25px;
    width: 16px;
}

/*会员中心页左侧导航样式end*/
/*会员中心页右侧title*/
.inner_title {
    margin-bottom: -10px;
    font-size: 18px;
    font-weight: bold;
}

/*会员中心页右侧title end*/

/* 2017-05-19 */
textarea {
    outline: none !important;
    font-size: 16px;
}

input:focus {
    border-color: #00AEC4 !important;
}

textarea:focus {
    border-color: #00AEC4 !important;
}

.dsn {
    display: none;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

/*bootstrapValidator样式*/
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #da4b39;
}

.has-error .form-control {
    border-color: #da4b39 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.fgw-1 {
    width: 242px;
}

.fgw-2 {
    width: 275px;
}

.fgw-3 {
    width: 300px;
}

.fgw-4 {
    width: 630px;
}

/*loading*/
.add_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    z-index: 100;
    border-radius: 4px;
}

.add_loading svg {
    width: 25%;
    height: 100%;
    line-height: 100%;
}

.loadingBlack {
    background-color: rgba(0, 0, 0, 0.4);
}

.cms-page-view h1 {}

.cms-page-view h2 {
    font-size: 20px;
    font-weight: bold;
}

.cms-page-view h3 {}

.cms-page-view h4 {}

.cms-page-view .banner_wrap {
    height: 360px;
    margin-bottom: 30px;
    position: relative;
    width: 1200px;
}

.cms-page-view .banner_text {
    color: #ffffff;
    left: 60px;
    margin-top: 65px;
    position: absolute;
    top: 0;
    width: 580px;
}

.cms-page-view .banner_text_head {
    font-size: 48px;
}

.cms-page-view .banner_text p {
    font-size: 18px;
}

/*page_content*/
.cms-page-view .page_content a {
    color: #00aec4;
}

.cms-page-view .page_content {
    width: 1118px;
    border: 1px solid #dddddd;
    padding: 40px 40px 30px 40px;
    background-color: #ffffff;
}

.cms-page-view .page_content h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-top: 40px;
    margin-bottom: 10px;
    line-height: 20px;
}

.cms-page-view .page_content h4:first-child {
    margin-top: 0;
}

.cms-page-view .page_content p {
    color: #333333;
    margin-bottom: 15px;
}

.cms-page-view .page_content ul {
    margin: 15px 0 0 20px;
}

.cms-page-view .page_content ul li {
    list-style-type: disc;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333333;
}

.btn_loading {
    background-image: url('../images/btn_loading.gif');
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-size: 15%;
}

.btn_wrap:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 80px;
    border-radius: 50%;
    display: inline-block;
    background-position: -616px -1098px;
    transition: all 0.4s ease 0s;
    width: 46px;
    height: 46px;
    overflow: hidden;
    text-indent: -1000px;
}

.back-to-top:hover {
    background-position: -688px -1098px;
}

.data_table {
    border: 1px solid #868686;
    color: #474747;
    font-size: 16px;
    margin-bottom: 25px;
    width: 100%;
}

.data_table td {
    border: 1px solid #868686;
    height: 30px;
    padding: 0 5px;
    width: 170px;
}

.smartDevices .smartDevices_text {
    font-size: 18px;
}

.account_left .pro_type_img {
    margin-top: 20px;
}

/* google */
iframe[name="google_conversion_frame"] {
    display: none;
}

.account_right .processing,
.pending {
    background-color: #00aec4;
}

.account_right .closed {
    background-color: #b3b3b3;
}

.account_right .on.hold {
    background-color: #f0ad4e;
}

.account_right .canceled {
    background-color: #d9534f;
}

.account_right .completed,
.complete {
    background-color: #68ad4b;
}

body .nav_mask {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100000;
    background: #000;
    top: 0;
    opacity: 0.5;
    display: none;
}

.nav_mask.hover {
    display: block;
}

.header-container.hover {
    z-index: 1000000;
    position: relative;
    background: #FFF;
}

/* 2017-09-04 add by tony for catalog_category add bg_url */
.sec_nav[onclick] {
    cursor: pointer;
}

/* 2017-10-17 add by tony */
.float_promo_close {
    width: 30px;
    height: 30px;
    position: absolute;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 30px;
    text-align: center;
    top: -30px;
    right: 0;
}

/* 2017-11-08 */
.email_footer .button.disabled,
.email_footer .button[disabled="disabled"] {
    background-color: #00AEC4;
    color: #ffffff;
}

.email_footer small {
    position: relative;
    top: -4px;
}

.email_footer .email_footer_load {
    background-image: url('../images/btn_loading.gif');
    background-repeat: no-repeat;
    background-position: 30px 50%;
    background-size: 35%;
}

/*big box*/

/* 官网交互设计改版 2018-1-9 */
.account-show-more {
    -webkit-box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    line-height: 25px;
    padding: 10px 18px;
    z-index: 10000;
    min-width: 90px;
    position: absolute;
    right: 42px;
    top: 70px;
    background-color: #ffffff;
    display: none;
}

.account-show-more ul li a {
    color: #323232;
}

.account-show-more ul li a:hover {
    text-decoration: underline;
    color: #323232;
    cursor: pointer;
}

.account-show-more:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff;
    position: absolute;
    top: -11px;
    left: 58px;
}

.account.account-login {
    width: 135px;
    height: 46px;
    line-height: 40px;
}

.account.account-login a {
    color: #68ad4b;
}

.account.account-login a:hover {
    color: #68ad4b;
}

/*首页Hot Deals*/
.pro_deals {
    margin-top: 30px;
}

.pro_deals_list {
    background: #FFF;
    margin-top: 20px;
    border: 1px solid #dddddd;
}

.pro_deals_list ul {
    padding: 9px;
}

.pro_deals_list li {
    float: left;
    margin: 10px;
}

#smallBox .gallery_videobutton {
    width: 90px;
    height: 46px;
    position: absolute;
    top: 190px;
    left: 169px;
    background: url("../images/play.png") border-box no-repeat;
    background-size: 90px 45px;
}

.img_s .img_thumb .gallery_video_m_button,
#largrImage .carousel-indicators .gallery_video_m_button {
    width: 32px;
    height: 16px;
    position: absolute;
    bottom: 22px;
    left: 15px;
    background: url("../images/play_y.png") border-box no-repeat;
    background-size: 32px 16px;
}

#largrImage .carousel-indicators li {
    position: relative;
}

#largrImage .carousel-indicators .gallery_video_m_button {
    height: 26px;
    left: 24px;
}

/* 2018-6-13 add by tony for newsletter opt in*/
.newsletter_opt_in {
    color: #333333;
    font-family: Lato, Regular;
}

.newsletter_opt_in .cancel {
    margin: 0px;
    color: #808080;
    background-color: #fff;
    border-radius: 6px;
    margin-right: 12px;
    margin-top: 12px;
}

.newsletter_opt_in .cancel span {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 18px;
}

.newsletter_opt_in .opt_right {
    float: left;
    width: 186px;
    background-color: #4782FF;
    border-radius: 6px 0px 0px 6px;
    height: 420px;
    background-image: url("../images/optin/optin.png");
    background-repeat: no-repeat;
    background-position: 46px 99px;
}

.newsletter_opt_in .opt_left {
    float: left;
    width: 572px;
    height: 420px;
}

.newsletter_opt_in .main-content .title {
    padding-top: 40px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

.newsletter_opt_in .main-content {
    width: 483px;
    padding-top: 25px;
    padding-left: 44px;
    color: #333333;
}

.newsletter_opt_in .dear {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.newsletter_opt_in .main-content p a {
    color: #477FEC;
    text-decoration: underline;
}

.newsletter_opt_in .main-content .second-p {
    padding-top: 8px;
}

.newsletter_opt_in .main-content p:not(.dear) {
    text-indent: 3em;
    line-height: 18px;
    font-size: 16px;
}

.newsletter_opt_in .main-content .submitb {
    padding-top: 20px;
}

.newsletter_opt_in .main-content .submitb div,
.newsletter-side-main .newsletter-side-submit div {
    display: inline-block;
}

.newsletter_opt_in .newsletter-form input {
    border: 1px solid #4782FF;
    width: 354px;
    height: 46px;
    padding-left: 14px;
    display: inline-block;
    float: left;
}

.newsletter_opt_in .hide,
.newsletter-side-main .hide {
    display: none;
}

.newsletter-form input::-webkit-input-placeholder {
    color: #AAAAAA;
}

.newsletter-form .submitb input:-moz-placeholder {
    color: #AAAAAA;
}

.newsletter-form .submitb input:-ms-input-placeholder {
    color: #AAAAAA;
}

.newsletter-form .submitb input::-webkit-input-placeholder {
    font-size: 18px;
}

.newsletter-form .submitb input:-moz-placeholder {
    font-size: 18px;
}

.newsletter-form .submitb input:-ms-input-placeholder {
    font-size: 18px;
}

.newsletter_opt_in .red {
    color: #da4b39;
    margin-top: 5px;
    font-size: 16px;
}

.newsletter_opt_in .subscribe {
    color: #fff;
    font-size: 18px;
    background-color: #4782FF;
    display: inline-block;
    width: 110px;
    height: 48px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
}

.newsletter_opt_in .subscribe-text {
    color: #fff;
    font-size: 18px;
    display: block;
    height: 48px;
    line-height: 48px;
}

.newsletter_opt_in .success-img {
    background-image: url(../images/optin/success.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

.newsletter_opt_in .success-content {
    padding-top: 85px;
    text-align: center;
    width: 403px;
    margin: 0 auto;
}

.newsletter_opt_in .success-title div,
.side-success-content .success-title div,
.side-already-content .success-title div,
.already-content .success-title div {
    display: inline-block;
}

.newsletter_opt_in .success-title .success-text {
    font-size: 26px;
    color: #4782FF;
    padding-left: 9px;
    vertical-align: top;
}

.newsletter_opt_in .success-remind {
    color: #707070;
    font-size: 16px;
    margin-top: 17px;
}

.newsletter_opt_in .coupon-text {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}

.newsletter_opt_in .coupon {
    margin-top: 15px;
    text-align: center;
}

.newsletter_opt_in .coupon div {
    width: 150px;
    height: 48px;
    margin: 0 auto;
    border: 1px dashed;
}

.newsletter_opt_in .coupon div span {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    padding-top: 10px;
}

.newsletter_opt_in .btn_loading {
    background-image: url('../images/btn_loading.gif');
    background-repeat: no-repeat;
    background-position: 38px 50%;
    background-size: 28%;
}

/*------------- newletter side ------------*/
.newsletter-side-main {
    position: fixed;
    right: -360px;
    top: 25%;
    width: 406px;
    z-index: 100;
}

.newsletter-side-main .newsletter-side-left {
    height: 200px;
    width: 46px;
    border-radius: 14px 0px 0px 14px;
    background-color: #4E88F9;
    display: inline-block;
    text-align: center;
    float: left;
    position: relative;
}

.newsletter-side-main .newsletter-side-left-mask {
    text-align: center;
    position: absolute;
    width: 200px;
    height: 46px;
    transform: rotate(-90deg);
    top: 78px;
    left: -77px;
    cursor: pointer;
}

.newsletter-side-main .newsletter-side-right {
    display: inline-block;
    width: 360px;
    height: 200px;
    background-color: #fff;
    text-align: center;
}

.newsletter-side-main .newsletter-side-left span {
    color: #fff;
    font-size: 24px;
    padding-right: 10px;
    height: 46px;
    display: inline-block;
    line-height: 46px;
}

.newsletter-side-main .newsletter-side-left img {
    position: relative;
    top: -5px;
    transform: rotate(90deg);
}

.newsletter-side-right .main-content {
    padding: 0 20px;
}

.newsletter-side-right .side-title {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-top: 27px;
}

.newsletter-side-right .side-discount {
    color: #333333;
    font-size: 40px;
    font-weight: bold;
}

.newsletter-side-right .side-text {
    color: #878787;
    font-size: 16px;
    margin-top: 5px;
}

.newsletter-side-right input {
    border: 1px solid #4782FF;
    width: 201px;
    height: 38px;
    padding-left: 9px;
    display: inline-block;
    float: left;
}

.newsletter-side-right .subscribe {
    width: 88px;
    height: 40px;
    background-color: #4782FF;
    cursor: pointer;
    text-align: center;
    float: left;
    margin-top: 5px;
}

.newsletter-side-right .subscribe-text {
    color: #fff;
    font-size: 18px;
    display: block;
    height: 40px;
    line-height: 40px;
}

.newsletter-side-main .newsletter-side-submit {
    margin-top: 10px;
    margin-left: 30px;
    text-align: left;
}

.main-content .red {
    color: #da4b39;
    margin-top: 1px;
    font-size: 16px;
    text-align: left;
    display: none;
}

.newsletter-side-main .btn_loading {
    background-image: url('../images/btn_loading.gif');
    background-repeat: no-repeat;
    background-position: 30px 50%;
    background-size: 31%;
}

.newsletter-side-main .side-success-content {
    width: 303px;
    margin: 0 auto;
}

.newsletter-side-main .success-img {
    background-image: url(../images/optin/success_small.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
}

.newsletter-side-main .success-title {
    margin-top: 15px;
    margin-bottom: 10px;
}

.newsletter-side-main .success-title .success-text {
    font-size: 22px;
    color: #4782FF;
    padding-left: 5px;
    vertical-align: top;
}

.newsletter-side-main .already-content .success-title .success-text {
    padding-left: 30px;
}

.newsletter-side-main .success-remind {
    color: #707070;
    font-size: 16px;
    margin-top: 10px;
}

.newsletter-side-main .already-content {
    margin-top: 45px;
}

.main-content .already-content .model_text {
    font-size: 15px;
    line-height: 22px;
}

.newsletter-side-main .coupon-text,
.newsletter-side-main .coupon {
    display: inline-block;
    color: #333333;
    margin-top: 10px;
}

.newsletter-side-main .coupon-text {
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
}

.newsletter-side-main .coupon {
    width: 140px;
    height: 42px;
    border: 1px dashed;
}

.newsletter-side-main .coupon div span {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    height: 44px;
    line-height: 44px;
}

/* 2018-6-19 add by tony*/
.subscribedModel .coupon-text {
    padding-right: 20px;
}

.subscribedModel .coupon-code {
    display: inline-block;
    border: 1px dashed #b3b3b3;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 24px;
}

.subscribedModel .main-model-coupon {
    text-align: center;
    font-weight: bold;
    margin-top: 12px;
    font-size: 20px;
}

p.model_title {
    margin-bottom: 15px;
}

#subSucceed_form {
    margin: 55px auto;
}

.model_text.model_margin {
    margin-bottom: 15px;
}

.updatedModel .coupon-text {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
}

.updatedModel .coupon {
    margin-top: 8px;
    text-align: center;
    display: inline-block;
}

.updatedModel .coupon div {
    width: 150px;
    height: 35px;
    margin: 0 auto;
    border: 1px dashed;
}

.updatedModel .coupon div span {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    padding-top: 4px;
}

.updatedModel .coupon-content {
    text-align: center;
}

.updatedModel .model_title {
    margin-bottom: 10px;
}

.newsletter-side-main .side-already-content,
.newsletter_opt_in .already-content {
    color: #333333;
}

.newsletter-side-main .side-already-content .model_title,
.newsletter_opt_in .already-content .model_title {
    margin-top: 25px;
}

.side-already-content .model_text,
.newsletter_opt_in .model_text {
    height: 26px;
    line-height: 26px;
}

.newsletter_opt_in .already-content .success-title {
    text-align: center;
    padding-top: 127px;
    padding-bottom: 20px;
}

.page-footer {
    clear: both;
    padding-bottom: 0!important;
}

.minicart_input {
    border: none!important;
    box-sizing:border-box;
    height:30px;
    width:40px;
    font-size:18px;
    text-align:center;
}

.custom-qty { height: 34px;}
.custom-qty .alo_qty{width: 35px;float: left;height: 35px;line-height: 35px;font-size: 12px;/* color: #333; */text-align: center;outline: medium none;}

.custom-qty .alo_qty{width: 35px;float: left;height: 35px;line-height: 35px;font-size: 12px;color: #333;text-align: center;outline: medium none;}

.custom-qty{margin: 0 auto;border: 1px solid #ebebeb;width: 115px;}
.custom-qty .alo_qty{width: 35px;float: left;height: 35px;line-height: 35px;font-size: 12px;color: #333;text-align: center;outline: medium none;}

input.qty{border: 0px solid #ededed !important;color:#333;text-align:center;width:35px!important;float: left;height: 35px;border: 0;background-color: transparent;font-size: 14px;padding: 0;}
input.qty:focus{box-shadow: none;}
.alo_qty .fa{
    line-height: 35px;
}

.cart.table-wrapper .col.qty .input-text.checkout_cart_input {
    height: 36px;
    margin-top: -3px;
    text-align: center;
    width: 45px;
}

#new_minicart_box .minicart_input{
    width: 50px;
    height: 20px;

}

#new_minicart_box .minicart_button_calculate{
    background: #dddddd;
    box-shadow: inset 0 0px 0 0 #ffffff, inset 0 -0px 0 0 rgba(204, 204, 204, 0.3);
    vertical-align: unset;
    border-radius: 0;
    width: 20px;
    padding:0!important;
}
.select_num_inp.checkout_cart_input{
    width: 60px!important;
}
.cart_content_tboby td{
    text-align: center!important;
    vertical-align: middle!important;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
    position: initial!important;
}

.cart_content_tboby .product_info_box_checkout .product-item-details{
    padding-bottom: 0!important;
}

.cart.table-wrapper .product-item-name + .item-options {
     margin-top: 0px!important;
}
.showcart .mage-dropdown-dialog{
    display: none;
}
#minicart_border_bottom{
    width: 82px;
    height: 8px;
    display: block;
    background-color: #fff;
    z-index: 10000;
    position: absolute;
    top: 57px;
    display: none;
}
.block.newsletter .title {
    display: block;
}
.sec_cat .shop_by_base{
    text-align: left;
}
#banner-slider-carousel {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
.wle_centre .icon_topclass {
    display: block!important;
    background-position: -156px -159px;
}
.wle_centre .icon_UPTo5 {
    display: block!important;
    background-position: -54px -135px;
}
.block-dashboard-addresses .block-title strong{
    font-size: 16px!important;
    font-weight: 700!important;
    /* margin-left: 40px; */
}
body.account button:not(.delete){
    background-color: #00aec4!important;
    border: none!important;
}
body.account .page-title-wrapper .order-date{
    margin-top: 0!important;
}
body.account .block-dashboard-info +.block>.box{
    width: 200px;
}
body.account .block-dashboard-info +.block>.box a {
    color: #00aec4!important;
}
.btn_wrap.checkout_paypal_btn.paypal.checkout input{
    font-size: 16px;
    color: #ffffff;
}
.block-dashboard-info a,.box-billing-address a ,.box-billing-address a,.box-shipping-address a,.block-dashboard-addresses a{
    color: #00aec4!important;
}
.account-show-more ul li a {
    color: #323232!important;
}
.account-show-more ul li a:hover {
    text-decoration: underline!important;
}
.account-show-more ul{
    margin-bottom: 0!important;
}
button:not(.primary) {
    box-shadow: inset 0 0px 0 0 #ffffff, inset 0 0px 0 0 rgba(204, 204, 204, 0.3)!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00AEC4!important;
}
.mycart_nav{
    height: 40px;
    width: 90%;
    line-height: 40px;
    background-color: #00AEC4;
    color: #fff;
    padding: 0 5%;
}
.cart_list ul{
    margin-bottom: 0!important;
}
.cart_list .total_wrap .total_pri .price{
    position: absolute;
    right: 0;
}
.total_wrap a{
    text-align: center!important;
    display: block!important;
}
.buy_info p{
    font-size: 13px;
    text-align: center;
    color: #00AEC4;
}

.cart_list_wrap .iconFixed.icon_secure{
    width: 20px;
    height: 20px;
    background-position: -355px -900px;
    display: inline-block;
}
.cart_list_wrap .close {
    color: #a8a9aa;
    line-height: 20px;
    text-align: center;
    height: 10px;
    width: 10px;
    font-size: 12px;
    top: -1px;
    right: -16px;
    position: absolute;
}
.cart_list_wrap .close::before {
    content: "\2715";
}
.cart_list_wrap .close:hover{
    color: #000; 
}
.button.green.viewCart_btn:before {
    background: url(../images/icon_new.png) -768px -140px;
    content: '';
    height: 20px;
    width: 23px;
    display: inline-block;
    position: absolute;
    top: 44px;
    left: 50px;
}
.button.yellow.viewCart_btn:before {
    background: url(../images/icon.png) -251px -900px;
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 94px;
    left: 50px;
}

.xsitemap li{
    list-style: none!important;
}

.xsitemap  a {
    color: #000!important;
}
.xsitemap a:visited,.xsitemap  .alink:visited {
    color: #000!important;
    text-decoration: none!important;
}
.xsitemap li.product {
    font-size: 0.8em!important;
}
.page_content .page-head h2{
    font-size: 30px!important;
}
.icon_uk_money{
    width: 24px;
    height: 24px;
    background-position: -40px -132px;
}
.lepro_rohs{
    background-position: -378px -194px;
    height: 80px!important;
}
.lepro_etl{
    background-position: -805px -203px;
    height: 80px!important;
}
.lepro_ul{
    background-position: -489px -203px;
    height: 80px!important;
}
.lepro_Star{
    background-position: -41px -194px;
    height: 84px!important;
}
.lepro_gs{
    margin-top: 10px;
}

.affiProgram_main{
    width: 100%;
    background-color: #f6f6f6;
}
.affiProgram_main_wrap{
    width: 1200px;
    margin: 0 auto;
}
.banner_wrap{
    width: 1200px;
    height: 360px;
    position: relative;
}
.banner_text{
    position: absolute;
    width: 580px;
    top: 0;
    left: 60px;
    color: #ffffff;
    margin-top: 65px;
}
.banner_text_head{
    font-size: 36px;
}
.banner_text p{
    font-size: 18px;
}
.banner_text .join_us{
    display: block;
    width: 216px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 4px;
    margin-top: 25px;
    color:#fff;
    font-size:18px;
}
.affiProgram_content{
    width: 1118px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    margin-top: 40px;
    padding: 0 40px 50px 40px;
}
.question_wrap{
    margin-top: 40px;
}
.affiProgram_content .question{
    height: 36px;
    font-size: 24px;
    color: #3c3c3c;
    border-left: 4px solid #00AEC4;
    padding-left: 15px;
    margin:0;
    font-weight: normal;
}
.answer1{
    margin-top: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #333333;
}
.answer2{
    margin-top: 38px;
    padding-bottom: 15px;
}
.answer2 ul{
    overflow: hidden;
}
.answer2 li,.answer3 li{
    float: left;
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.answer2 ul .step_li{
    width: 212px;
    height: 140px;
}
.answer2 ul .arrow_li{
    width: 90px;
    height: 140px;
    line-height: 140px;
}
.answer3{
    margin-top: 30px;
    padding-bottom: 20px;
}
.answer3 ul{
    overflow: hidden;
}
.answer3 .desc_li{
    width: 212px;
    height: 218px;
}
.answer3 .border_li{
    width: 90px;
    height: 218px;
    line-height: 218px;
}
.answer3 .border_li div{
    height: 128px;
    border-right: 1px solid #dddddd;
    margin: 45px;
}
.answer3 .answer3_desc p{
    font-weight: bold;
    margin: 10px 0;
}
.answer4{
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
}
.answer4 p a{
    color: #00aec4;
}
.answer4 p .merchantId{
    font-weight: bold;
    color: #00aec4;
}
.affiProgram_content .icon_commission{
    background-position:-160px -786px;
}
.affiProgram_content .icon_purse{
    background-position:-259px -786px;
}
.checkout_color_blue_blod{
    font-weight: bold;
}
.checkout_color_black{
    color: #000;
}
.checkout_indent{
    margin-left: 13px;
}

.nav_select_color i{
    top: 8px;
    right: 44px;
    position: absolute;
    font-style: normal;
    color: #fff;
    font-size: 30px;
    transition: all 0.3s;
}

.nav_select_color > i.current {
    color:#00AEC4;
    transform: rotate(-180deg);
}
.nav_select_color.current{
    color:#00AEC4;
}
.b2b_business{
    border: 1px solid #ffa724;
    height: 30px;
    width: 600px;
    background-color: #ffa724;
    cursor: pointer;
    margin-bottom: 5px;
}
.b2b_business span{
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
}
.b2b_business a{
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 14px;
    height: 30px;
    color: #fff;
}

.upgradetopro-modals-wrapper .modal-popup .modal-inner-wrap{width: 340px;}

body .upgradetopro-modals-wrapper .modal-footer button:not(.delete) {background: #eeeeee !important;
    border: 1px solid #cccccc !important;}

.upgradetopro-modals-wrapper .taxvat input, .upgradetopro-modals-wrapper .company input{height:32px;}
.upgradetopro-modals-wrapper button.action-close:not(.delete){background-color:unset !important;}
.upgradetopro-modals-wrapper .field.form-group.fgw-2{margin-bottom: 0.5em;}


.social.icon_fb {
    display: inline-block;
    background: url(../images/social/Facebook.png);
    background-repeat: no-repeat;
    width: 68px;
    height: 68px;
}

.social.icon_twtter {
    display: inline-block;
    background: url(../images/social/Twitter.png);
    background-repeat: no-repeat;
    width: 68px;
    height: 68px;
}
.social.icon_pin {
    display: inline-block;
    background: url(../images/social/Pinterest.png);
    background-repeat: no-repeat;
    width: 68px;
    height: 68px;
}
.social.icon_yt {
    display: inline-block;
    background: url(../images/social/Youtube.png);
    background-repeat: no-repeat;
    width: 68px;
    height: 68px;
}
.social.icon_ins {
    display: inline-block;
    background: url(../images/social/Instagram.png);
    background-repeat: no-repeat;
    width: 68px;
    height: 68px;
}


.social.current.icon_fb {
    display: inline-block;
    background: url(../images/social/Facebook-1.png);
    background-repeat: no-repeat;
    width: 68px;
    height: 68px;
}

.social.current.icon_twtter {
    display: inline-block;
    background: url(../images/social/Twitter-1.png);
    background-repeat: no-repeat;
    width: 68px;
    height: 68px;
}
.social.current.icon_pin {
    display: inline-block;
    background: url(../images/social/Pinterest-1.png);
    background-repeat: no-repeat;
    width: 68px;
    height: 68px;
}
.social.current.icon_yt {
    display: inline-block;
    background: url(../images/social/Youtube-1.png);
    background-repeat: no-repeat;
    width: 68px;
    height: 68px;
}
.social.current.icon_ins {
    display: inline-block;
    background: url(../images/social/Instagram-1.png);
    background-repeat: no-repeat;
    width: 68px;
    height: 68px;
}

.followle{
    background: #FFF;
    margin-top: 20px;
    text-align: center;
    padding: 30px  0 5px 0;
}

.follow_le_title{font-size:37px;}

.follow_le .footer_social_link{margin-left:10px;}
.follow_le .footer_social_link {
    margin-left: 55px;
    display: inline-block;
    margin-top: 2rem;
}

.follow_le_foot li:first-child {
    margin-left: 0px;
}

.account .column.main .block-dashboard-addresses.block:not(.widget) .block-content:after {
    clear:both !important;
}

.wle_container{
    padding: 20px 40px;
}

.awesome_from{
    display: inline-block;
    width: 32%;
    vertical-align: middle;
}
.awesome_from p{
    font-size: 22px;
}
.awesome_from p span{
    font-weight: bold;
}
.awesome_platform{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 64%;
    margin-left: 2%;
}
.awesome_platform ul {
    margin-bottom: 0;
}
.awesome_platform ul li {
    margin-left: 40px;
    display: inline-block;
}
.awesome_platform .p_rating,.awesome_platform  .p_desc {
    margin-top: 15px;
}
.awesome_platform  .p_desc{
    font-size: 20px;
    color: #000;
}

/** 新版 头部、底部公共部分样式 start ------ 2023-08-23 ------- */
/** * 修改主题色 */
body .mycart_nav {
    background-color: #00AEC4;
}
body .buy_info p,
body #search_mini_form #pac-psearch-all-results a {
    color: #00AEC4;
}
.page-wrapper input:focus {
    border-color: #00AEC4 !important;
}
.le-container {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
/* header style start */
.le-header-fill {
    height: 80px;
}
.le-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    /* overflow: hidden; */
}
.le-header .le-container {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: 1200px;
    white-space: nowrap;
    height: 80px;
}
.le-header .section-left {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex: 1;
}
.le-header .le-logo-link {
    width: 110px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-right: 30px;
}
.le-header .le-pro {
    margin-left: 40px;
}
.le-header .le-pro .le-pro_p {
    font-size: 14px;
    line-height: 18px;
    color: #3D3D3D;
}
.le-header .le-pro .le-pro_active {
    color: #00AEC4;
    font-weight: bold;
}
.le-header .le-pro .le-pro_link {
    color: #00AEC4;
    text-decoration: underline !important;
    font-weight: bold;
}
.le-header .le-pro .le-pro_link:hover {
    text-decoration: underline;
}
.le-header .le-nav {
    display: flex;
    display: -webkit-flex;
    line-height: 80px;
    flex: 1;
    justify-content: space-around;
}
.le-header .le-nav .nav-item {
    margin: 0 10px;
    line-height: normal;
    cursor: pointer;
}
.le-header .le-nav .nav-item .le_nav_icon {
    margin: 0 auto;
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.le-header .le-nav .nav-item.active .le_nav_icon {
    fill: #00AEC4;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.le-header .le-nav .nav-item .nav-icon {
    width: 40px;
    display: block;
    margin: 0 auto 10px;
}
.le-header .le-nav .nav-item .item-title {
    color: #3D3D3D;
    transition: color .3s;
    -webkit-transition: color .3s;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-size: 16px;
}
.le-header .le-nav .nav-item .item-title .le_icon {
    fill: currentColor;
    color: #3D3D3D;
    width: 1em;
    height: 1em;
    font-size: 10px;
    margin-left: 5px;
    margin-top: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
}
.le-header .le-nav .nav-item.active .item-title {
    color: #00AEC4;
    transition: color .3s;
    -webkit-transition: color .3s;
}
.le-header .le-nav .nav-item.active .item-title .le_icon {
    color: #00AEC4;
    transition: all .3s;
    -webkit-transition: all .3s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.le-header .section-open {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative;
}
.le-header .section-open .open-icon {
    margin: 0 20px;
    cursor: pointer;
    height: 80px;
    display: flex;
    align-items: center;
}
.le-header .section-open .open-icon .le_icon {
    width: 1em;
    height: 1em;
    color: #3D3D3D;
    fill: currentColor;
    font-size: 28px;
    transition: color .3s;
    -webkit-transition: color .3s;
}
.le-header .section-open .open-icon:hover .le_icon {
    color: #00AEC4;
    transition: color .3s;
    -webkit-transition: color .3s;
}
/* .le-header .section-open .open-icon.cart-open-hover:hover .cart_list_wrap { display: block!important; } */
.le-header .section-open .open-icon .open-link {
    line-height: initial;
}
/* nav popup */
.nav-popup-section {
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 0;
    background-color: #fff;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
    transition: height .2s;
    -webkit-transition: height .2s;
}
.nav-popup-section.nav-popup-hover {
    transition: height .2s;
    -webkit-transition: height .2s;
    height: auto;
    height: 340px;
}
.nav-popup-section .le-nav-container {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding: 0 20px;
    overflow: hidden;
}
.nav-popup-background {
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
}
.nav-popup-background-hover {
    height: 100%;
    opacity: 1;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
}
.nav-popup-section .child-nav-main {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
}
.nav-popup-section .child-nav-main.active {
    height: 340px;
    opacity: 1;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
}
.nav-popup-section .hover-nav {
    width: 180px;
    min-width: 180px;
    padding-top: 5px;
}
.nav-popup-section .hover-nav .link-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3D3D3D;
    transition: color .3s;
    -webkit-transition: color .3s;
    line-height: 37px;
    width: 100%;
}
.nav-popup-section .hover-nav .link-list .le_icon {
    width: 1em;
    height: 1em;
    color: #3D3D3D;
    fill: currentColor;
    font-size: 14px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transition: color .3s;
    -webkit-transition: color .3s;
}
.nav-popup-section .hover-nav .link-list:hover,
.nav-popup-section .hover-nav .link-list:hover .le_icon,
.nav-popup-section .hover-nav .link-list.active,
.nav-popup-section .hover-nav .link-list.active .le_icon {
    color: #00AEC4;
    transition: color .3s;
    -webkit-transition: color .3s;
}
.nav-popup-section .nav-img-text {
    flex: 1;
    -webkit-flex: 1;
    padding: 30px 0 20px 30px;
    display: flex;
    display: -webkit-flex;
    align-items: start;
    /* flex-wrap: wrap; -webkit-flex-wrap: wrap; */
    /* white-space: nowrap; */
    box-sizing: border-box;
}
.nav-popup-section .nav-img-text .img-text-item {
    width: 19%;
    min-width: 180px;
    margin-left: 1.25%;
}
.nav-popup-section .nav-img-text .img-text-item:first-child {
    margin-left: 0;
}
.nav-popup-section .nav-img-text .img-wrap {
    position: relative;
    width: 80%;
    margin: 0 auto 15px;
    padding-bottom: 80%;
    overflow: hidden;
}
.nav-popup-section .nav-img-text .img-wrap .img {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.nav-popup-section .nav-img-text .name {
    text-align: center;
    line-height: 20px;
    color: #3D3D3D;
    font-size: 12px;
    margin-bottom: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.nav-popup-section .nav-img-text .more-btn {
    color: #f08151;
    text-align: center;
}
.nav-popup-section .nav-img-text .img-text-item:hover .name {
    color: #00AEC4;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.nav-popup-section .nav-see-more {
    margin: 0 0 0 30px;
    padding: 15px 0 0;
    text-align: center;
    border-top: 1px solid #f1f1f1;
}
.nav-popup-section .nav-see-more .see-more-btn {
    color: #f08151;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    border: 1px solid #f08151;
    border-radius: 30px;
    padding: 0 40px;
    display: inline-block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.nav-popup-section .nav-see-more .see-more-btn:hover {
    color: #fff;
    background-color: #f08151;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
/* header style end */
/* title style start */
.le-page-title {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin: 100px 0 50px;
}
.le-page-title .title-section {
    padding: 0 17px;
    position: relative;
}
.le-page-title .le-h2 {
    line-height: 42px;
    color: #3D3D3D;
    font-size: 36px;
    position: relative;
    z-index: 2;
    text-align: center;
    font-weight: 700;
}
.le-page-title .le-dec {
    color: #000;
    font-size: 20px;
    margin-top: 15px;
}
/* title style end */
/* footer style start */
.le-footer {
    min-width: 1200px;
    margin-top: 10px;
}
.le-footer .footer-nav {
    padding: 35px 0 70px;
    background-color: #191A1B;
}
.le-footer .footer-nav .nav-section {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.le-footer .footer-nav .item-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}
.le-footer .footer-nav .link {
    display: inline-block;
    color: #D3D3D3;
    line-height: 24px;
    transition: color .3s;
    -webkit-transition: color .3s;
}
.le-footer .footer-nav .link:hover {
    color: #00AEC4;
    transition: color .3s;
    -webkit-transition: color .3s;
}
.le-footer .footer-nav .contact-list .list {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 20px;
}
.le-footer .footer-nav .contact-list .list .icon {
    color: #fff;
    font-size: 28px;
}
.le-footer .footer-nav .contact-list .list .le_icon {
    color: #fff;
    fill: currentColor;
    margin-right: 10px;
}
.le-footer .footer-nav .contact-list .list .list-con {
    padding-top: 3px;
}
.le-footer .footer-nav .contact-list .list .p {
    color: #FFFFFF;
    line-height: 20px;
}
.le-footer .footer-nav .contact-list .list .p.color {
    color: #D3D3D3;
}
.le-footer .footer-nav .follow-list {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-top: 25px;
}
.le-footer .footer-nav .follow-list .follow-icon {
    margin-left: 25px;
}
.le-footer .footer-nav .follow-list .follow-icon:nth-child(3n + 1) {
    margin-left: 0;
}
.le-footer .footer-nav .follow-list .le_icon {
    width: 1em;
    height: 1em;
    color: #fff;
    fill: currentColor;
    font-size: 28px;
}
.le-footer .footer-company-info {
    background-color: #000001;
    padding: 25px 0;
    text-align: center;
}
.le-footer .footer-company-info .text {
    color: #D3D3D3;
    line-height: 24px;
}
.le-footer .footer-company-info .company-icon {
    margin: 12px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.le-footer .footer-company-info .company-icon .icon {
    min-width: 52px;
    width: 52px;
    height: 26px;
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
    margin: 0 8px;
}
.le-footer .footer-company-info .company-icon .icon-amex {
    background-position: -360px -363px;
}
.le-footer .footer-company-info .company-icon .icon-discover {
    background-position: -425px -363px;
}
.le-footer .footer-company-info .company-icon .icon-mastercard {
    background-position: -491px -363px;
}
.le-footer .footer-company-info .company-icon .icon-secured {
    background-position: -620px -363px;
}
/* footer style end */
/** le-custom-search-section start */
.le-custom-search-section {
    position: fixed;
    z-index: 10000;
    background: rgba(255, 255, 255, 1);
    top: -100px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    transition: top .3s;
    /* display: none; */
}
.le-custom-search-section.reveal {
    top: 0;
    transition: top .3s;
}
.le-custom-search-section .le-search-com {
    width: 100%;
    height: 80px;
    max-width: 1200px;
    margin: 0 auto;
}
.le-custom-search-section .search_panel {
    width: 100%;
    height: auto;
}
.le-custom-search-section .search_panel form {
    display: flex;
    position: relative;
}
.le-custom-search-section .search_panel .input-text {
    height: 80px;
    flex: 1;
    border: none;
    margin: 0;
    padding: 0;
}
.le-custom-search-section .search_panel .input-text:focus {
    box-shadow: none;
}
.le-custom-search-section .search_panel .search-icon .le_icon {
    width: 1em;
    height: 1em;
    color: #828282;
    fill: currentColor;
    font-size: 28px;
}
.le-custom-search-section .search_panel .actions-con {
    margin-right: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.le-custom-search-section .search_panel .actions-con .search_icon {
    display: none;
}
.le-custom-search-section .search_panel .search-close-icon {
    margin-left: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.le-custom-search-section .search_panel .search-close-icon .le_icon {
    width: 1em;
    height: 1em;
    color: #828282;
    fill: currentColor;
    font-size: 24px;
}
.le-custom-search-section .search_panel #search_mini_form #pas-tooltip {
    width: 100%;
    left: 0;
    top: 80px;
    margin-left: 0;
}
/** le-custom-search-section end */
/** le-custom-klaviyo start */
.le-custom-klaviyo form.needsclick {
    padding: 0 !important;
}
.le-custom-klaviyo div[data-testid="form-row"] {
    display: block !important;
}
.le-custom-klaviyo div[data-testid="form-component"] {
    background-color: transparent !important;
}
.le-custom-klaviyo div[data-testid="form-component"] button {
    margin-top: 10px;
    width: 100%;
    border-radius: 5px !important;
    border-color: #00AEC4 !important;
    background: #00AEC4 !important;
}
.le-custom-klaviyo div[data-testid="form-component"] input {
    border-radius: 5px !important;
}
/** le-custom-klaviyo start */
/** le-custom-cart-section start */
.le-custom-cart-section {
    position: absolute !important;
    top: 78px;
    right: 0;
    border: none !important;
}
.le-custom-cart-section .cart_list_wrap {
    left: 0;
    top: 0;
    position: initial !important;
    top: 68px;
}
.le-custom-cart-section .cart_list_wrap .cart_list,
.le-custom-cart-section .cart_list_wrap .buy_info {
    display: block;
}
.le-custom-cart-section .cart_list a {
    white-space: normal;
}
.cus-minicart-content ul {
    max-height: 420px;
    overflow-y: auto;
    width: 109.1%;
}
.cus-minicart-content .cart_list {
    overflow: hidden;
}
/** le-custom-cart-section end */
/** 新版 头部、底部公共部分样式 end ------ 2023-08-23 ------- */
