*{ margin:0; padding:0; }
body { background:#000; color:#eee; font-size:12px; font-family:"微软雅黑", Arial, Helvetica, sans-serif; }
td,th,caption { font-size:12px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#eee; text-decoration:none; }
a:hover { text-decoration:underline; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;}
.fl{float:left;}
.fr{float:right;}
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.cl{clear:both;}
/*以上为css初始化*/

.container{width:960px;margin:0 auto;position:relative;}


/*顶部banner*/
.llp-site{width:100%;background-color:#050914;}
.site-top-con{width:100%;font-size: 0;}
.site-top-con>a{display: inline-block}
.site-top-con img{width:100%;}

/*首页导航部分*/
.index-nav{width:100%;background-color:#363635;}
.nav-con{position:relative;height:40px;line-height:40px;}
.top-login-con{color:#ccc;}
.top-login-con a{display:inline-block;color:#eee;text-decoration: underline;}
.top-login-con a:hover{color:#49afff;text-decoration: underline;}

/*主导航文字*/
.navbar{margin-left:20px;}
.icon-account{display: inline-block;width:20px;height:20px;background:url(../images/user.png) no-repeat;position: absolute;top:8px;}
.top-account-name{color:#eee;display:inline-block;width:45px;font-size:10px;position: relative;left:20px;}
.navbar li{display:inline-block;float:left;padding:0 8px;position: relative;}


.navbar li:hover{background-color:#545454;text-decoration: none !important;}
.nav-down:hover .nav-down-con{
	display: block;
}

.navbar>li a:hover{
	text-decoration: none !important;
}
.nav-down-con  li{
	padding: 0 !important;
}

.icon-down{display: inline-block;width:8px;height:4px;background:url(../images/icon_down.png) no-repeat;margin-left: 4px;margin-bottom: 2px;}
.nav-down{position: relative;}
.nav-down .nav-down-con{top:40px;}
.nav-down .nav-down-con a{}
.icon-new{display: inline-block;width:22px;height:16px;background:url(../images/inquiry-new.png) no-repeat;}
.nav-right{position: absolute;right:0;width:230px;height:26px;padding-top:7px;}
/*切换语言*/
.llp-language,.llp-curren{height:26px;line-height:26px;background-color:#000;text-align: center;cursor:pointer;
    border-radius: 10px;-webkit-border-radius: 10px;color:#edb301;position:relative;}
.llp-language{width:90px;}
.llp-curren{width:130px;}
.llp-language>.nav-down-con,.llp-curren>.nav-down-con{display: none}
.llp-language:hover>.nav-down-con,.llp-curren:hover>.nav-down-con{display: block}
.icon-down-yellow{display: inline-block;position: absolute;top:12px;right:8px;width:8px;height:4px;background:url(../images/icon_down_yellow.png) no-repeat;}
.nav-down>a:hover+span+.nav-down-con,.nav-down-con:hover{display: block}
.nav-down-con{width:100%;display: none;position: absolute;top:24px;right:0px;z-index:10000;}

.nav-down-con ul li a{width: 150px; display:block;text-indent:10px;height:30px;line-height:30px;text-align:left;color:#454545;background-color:#fff;border-bottom:1px dashed #dbdbdb;}
.nav-down-con ul li:last-child a{border-bottom:none;}
.nav-down-con ul li a:hover{background-color:#d7d7d7;text-decoration: none;}


/*以下为页面主体*/
.index-wrap{width:100%;}
.blue_l,.blue_r{
    position: absolute;
    width:90px;
    height:720px;
    background: url(../images/blue_bg.png) no-repeat;
}
.blue_l{left:-75px;top:0;}
.blue_r{right:-80px;top:0;}


.index-main{}
.header-top{width:930px;height:100px;margin:0 auto;background:url(../images/header-top-bg.png) no-repeat;position: relative;}
.follow{height:26px;line-height:26px;position: absolute;top: 35px;left: 10px;}
.follow p{font-size:14px;display: inline;color:#fff;position: relative;top:-8px;left:-5px;}
.logo{width:280px;height:96px;position: absolute;left: 320px;top: 8px;}
/*搜索部分*/
.header-search{width:270px;height:60px;position: absolute;top: 20px;right: 20px;}
.header-search label{display: block;font-size:14px;color:#fff;padding-bottom:5px;}
.header-search input{display: inline-block;width:180px;height:28px;line-height:28px;text-indent:8px;border:none;font-size:12px;}
.head-btn{height:28px;margin-top: 1px;}
.search-btn{display: inline-block;font-size:12px;border:2px solid #7c7c7c;color:#fff;padding: 0 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(81,80,80) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(81,80,80) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(81,80,80) 100%);
    cursor:pointer;

}
.search-btn:hover{border:2px solid #7c7c7c;color:#fff;
    background-image: -moz-linear-gradient( 90deg,rgb(81,80,80) 100%, rgb(0,0,0) 0%);
    background-image: -webkit-linear-gradient( 90deg, rgb(81,80,80) 100%, rgb(0,0,0) 0%);
    background-image: -ms-linear-gradient( 90deg, rgb(81,80,80) 100%, rgb(0,0,0) 0%);


}
/*大图轮播*/
.wowslider{height:300px;clear: both}
.wowslider-con{position: relative;width:100%;}

.wowslider-img{width:930px;height:300px;position: absolute;top:0;left:15px;}
.wowslider-img img{width:100%;}
.bigbutton .big-prev,.bigbutton .big-next{display: none;position:absolute;top:110px;z-index: 10}
.big-prev{left: 0;}
.big-next{right:0;}
.wowslider:hover  .big-prev,.wowslider:hover  .big-next{display: block;}
/*首页中部导航*/
.llp-subnav{position:relative;width:930px;height:48px;padding-top:20px;margin:0 auto;margin-top:0 !important;background-color:#151515;border:4px solid #434242;z-index:1000;margin-top:3px;
    border-radius:8px;-webkit-border-radius:8px;}
.llp-subnav-con{width:345px;height:30px;line-height:30px;}
.llp-subnav-con li a{display: inline-block;text-align: center;float:left;margin-left:24px;}
.llp-subnav-con li a.active{

    border-style: solid;
    border-width: 2px;
    border-color: rgb(124, 124, 124);
    border-radius: 4px;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(81,80,80) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(81,80,80) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(81,80,80) 100%);
    width: 64px;
    height: 28px;

}
span.icon-hot{display: inline-block;position:absolute;left:330px;top:10px;width:22px;height:16px;background:url(../images/inquiry-hot.png) no-repeat;}

.subnav-search{width:290px;height:30px;margin-left:40px;}
.subnav-search input{width:200px;height:30px;line-height:30px;text-indent:8px;background-color:#fff;border:none;font-size:12px;}
.subnav-btn{width:50px;height:30px;

}
/*购物车*/
.llp-shop-cart{width:170px;height:40px;margin-right:20px;margin-top:-2px;position: relative;cursor:pointer;}
.icon-cart{display:inline-block;position: absolute;left:0;top:-5px;width:52px;height:40px;background:url(../images/cart.png) no-repeat;}
p.shop-num{font-size:14px;margin-left: 70px;}
.shop-num:hover{text-decoration: underline;color:#49afff;}
span.shop-price{cursor:auto;display: block;font-size:14px;margin-left: 70px;}
span.shop-price:hover{
    text-decoration: underline;
    color: #49afff;
    cursor:pointer;
}

/*搜索栏下面的文本*/
.search-txt-con{width:930px;height:30px;line-height:30px;margin:0 auto;overflow: hidden}
.search-txt-con p{display: inline-block;float:left;}
.search-txt-con ul li{display: inline-block}
.search-txt-con ul li a{display: inline-block;float:left;font-size:12px;}
.search-txt-con ul li span{float:left;font-size:12px;margin-right:2px;}
.search-txt-con ul li a:hover{color:#49afff;}


/*以下为产品部分*/
.product-content{width:930px;margin:0 auto;/*clear: both*/margin-top: 30px;}
.product-fl{width:240px;}
.product-fl-con{margin-bottom:10px;background:url(../images/left_title_bg.png) top no-repeat;}
.product-fl-con p{height:45px;line-height:40px;font-size:16px;text-align:center;}
.product-list-con li a{width:190px;color:#eee;
    background-color:#282828;text-decoration: none;font-size:14px;line-height:20px;overflow: hidden;max-height: 44px;}
.product-list-con li:last-child a{border-bottom: none;}
.product-list-con li a:hover{color:#49afff;text-decoration: underline;}
.product-list-con li{
    background-color: #282828;padding:10px 16px;border-bottom: 1px dotted #404040;
}


/*首页左边折叠菜单*/
.laser-tab{width:100%;}
.laser-tab ul li{width:236px;line-height:44px;text-align: left;text-indent:25px;
    font-size:18px;cursor: pointer;}
.laser-tab ul li>span{height: 44px;overflow-y: hidden;display: block}
.laser-tab ul li.ez-page-8{background:url(../images/left_purple_bg.png)no-repeat;}
.laser-tab ul li.ez-page-9{background:url(../images/left_cyan_bg.png)no-repeat;}
.laser-tab ul li.ez-page-4{background:url(../images/left_blue_bg.png)no-repeat;}
.laser-tab ul li.ez-page-9{background:url(../images/left_purple_bg.png)no-repeat;}
.laser-tab ul li.ez-page-10{background:url(../images/left_cyan_bg.png)no-repeat;}
.laser-tab ul li.ez-page-5{background:url(../images/left_red_bg.png)no-repeat;}
.laser-tab ul li.ez-page-6{background:url(../images/left_green_bg.png)no-repeat;}
.laser-tab ul li.ez-page-7{margin-bottom:10px;background:url(../images/left_title_bg.png) top no-repeat;}
.laser-tab ul li.ez-page-7>span{height: 45px;  line-height: 40px;  font-size: 16px;  text-align: left;margin-top: 10px;position: relative}
.tab1{display: none;height:auto;cursor:auto;padding:10px;line-height:20px;font-weight:normal;font-size:12px;text-align: left;text-indent: 0;background:#282828;}
.tab1 p{line-height:20px;}

.note-fl{margin-top:10px;position: relative;cursor: pointer;}
.note-fl-con{}
.laser-tab ul li.ez-page-7>span::after{content:'';display: inline-block;width:16px;height:8px;background: url(../images/left_title_arrow.png) no-repeat;position: absolute;top:20px;right:20px;}
.icon-fl-down{display: inline-block;width:16px;height:8px;background: url(../images/left_title_arrow.png) no-repeat;position: absolute;top:20px;right:25px;}

.reviews{margin-top:10px;}
.review-con{padding:20px 14px;background-color:#282828;}
.review-main{
    width:100%;
    margin-top:20px;
    padding:15px 0;
    border-top:1px solid #404040;
    border-bottom:1px solid #404040;
}
.newwest-tit{font-size:14px;}
.newwest-tit:hover{color:#49afff;text-decoration: underline;}
p.review-date,div.review-by{display: block;font-size:14px;line-height:28px;text-align: left;}
.review-text{width:100%;display: block;line-height:18px;}
.all-review a{display: block;color:#fe8f00;font-size:14px;text-decoration: underline;height:40px;line-height:40px;}
/*大星星*/
.bigstar{padding:15px 0;}
.full-bigstar{display:inline-block;float:left;width:16px;height:16px;background:url(../images/star-bg.png)0 0 no-repeat;}
.half-bigstar{display:inline-block;float:left;width:16px;height:16px;background:url(../images/star-bg.png) -22px 0 no-repeat;}
.null-bigstar{display:inline-block;float:left;width:16px;height:16px;background:url(../images/star-bg.png) right 0 no-repeat;}

/*小星星*/
.full-small-star{display:inline-block;float:left;width:12px;height:12px;background:url(../images/star-bg.png) 0 -18px no-repeat;}
.half-small-star{display:inline-block;float:left;width:12px;height:12px;background:url(../images/star-bg.png) -22px -18px no-repeat;}
.null-small-star{display:inline-block;float:left;width:12px;height:12px;background:url(../images/star-bg.png) right -18px no-repeat;}






.product-main{width:670px;overflow: hidden;padding-bottom: 20px;height:auto;}
.shipping-bg{width:670px;height:58px;background:url(../images/shipping-bg.png) no-repeat;}
.banner-img img{width:670px;height:200px;}
/*首页右边中间轮播图*/
.product-deals{width:670px;margin-top:20px;}
.product-deals-content{position:relative;background-color:#353535;width:670px;height:310px;position: relative;}
.deal-pic-list{position: absolute;left:0;top:30px;width:555px;height:220px;}
.deal-pics{float:left;width:220px;height:220px;}
.deal-pics img{width:100%;}

.deal-p-con{float:right;width:315px;height:220px;overflow:hidden;}
.deal-p-con .deal-p-con-title{font-size:14px;max-height:60px;overflow: hidden;}
.deal-price{margin-top:10px;}
.deal-price-new{display: inline-block;color:#fe8f00;font-size:28px;font-weight:bold;}
.deal-price-old{display:inline-block;padding-left:5px;font-size:14px;color:#9f9f9f;text-decoration: line-through;}

.deal-time{margin-top:10px;}
.icon-clock{float:left;display: inline-block;width:40px;height:40px;background:url(../images/icon_time.png) no-repeat;}
.deal-time p{float:left;width:200px;margin-left:10px;display: inline-block;font-size:14px;}
.deal-num{display:inline-block;padding-right:5px;font-weight:bold;color:#3dad46;}
.deal-data{display:inline-block;font-weight:bold;color:#3dad46;}
.deal-btn{  padding: 0 13px;min-width:120px;height:40px;line-height:36px;font-size:16px;margin-top:20px;}
/*左右箭头*/
.grounp-btnleft{display:none;position:absolute;cursor:pointer;left:20px;top:45%;width:20px;height:28px;background:url(../images/day_left_arrow.png) no-repeat;}
.grounp-btnright{display:none;position:absolute;cursor:pointer;right:20px;top:45%;width:20px;height:28px;background:url(../images/day_right_arrow.png) no-repeat;}
.product-deals-content:hover .grounp-btnleft,.product-deals-content:hover .grounp-btnright{display:block;}
/*轮播图底部的数字*/
.product-deals-content  .flex-control-nav li a{width: auto;height: auto;text-indent: 0;border-radius:0;background: none}
.product-deals-content  .flex-control-nav li {margin:0 10px  0 0 ;font-size:16px;cursor:pointer;width:26px;height:26px;line-height:26px;background-color:#222;text-align:center;}
.product-deals-content  .flex-control-nav li a.flex-active{background-color:#555;}
.product-deals-content  .flex-control-nav li:hover{background:#404040 !important;}
.product-deals-content  .flex-control-nav li a:hover{text-decoration: none;}
/*首页右边产品列表*/
.main-product{width:670px;margin-top:20px;}
.main-product-txt{height:50px;line-height:50px;background-color:#161616;}
.main-product-txt h1,.main-product-txt h2,.main-product-txt .main-product-title{float:left;text-indent:20px;font-size:20px;color:#0355fc;font-weight:bold;}
.index-more a{font-size:14px;padding-right:20px;}
.index-more a:hover{color:#49afff;}

.main-product-list{display:inline-block;float:left;width:196px;height:336px;
    padding:10px;text-decoration: none;margin-right:10px;margin-top:10px;background-color:#1a1a1a;cursor:auto;
}
.main-list li:nth-child(3n) .main-product-list{margin-right:0;}
.main-product-list:hover{border:1px solid #7d7d7d;width:194px;height:334px;text-decoration: none;}
.product-pic{position: relative;}
.product-pic p{position: absolute;bottom:0;width:100%;background: rgba(0, 0, 0, .5);font-size:14px;
    height:28px;line-height:28px;text-align: center;color:#fff;}
.product-pic p>span{color:#d27600;font-weight:bold;}
.product-pic img{width:100%;cursor: pointer;}
.product-intro{width:100%;text-align: left;padding:6px 0;font-size:14px;height:31px;text-decoration: none;overflow:hidden;}
.product-intro a:hover{text-decoration: underline;color:#49afff;cursor: pointer;}
/*商品价格*/
.product-price{width:100%;}
.price-new{font-size:18px;color:#fe8f00;display:inline-block;font-weight:bold;}
.price-old{font-size:12px;color:#7d7d7d;display: inline-block;text-decoration:line-through;}

.product-good{width:100%;padding:6px 0;}
.price-discount{color:#3dad46;font-size:14px;font-weight:bold;padding-right:16px;}
.small-star{width:110px;}
.small-star ul span{margin-top:2px;}
span.product-shop-num{display: inline-block;max-width:40px;padding-left:3px;}
span.product-shop-num a:hover{text-decoration: underline;color:#49afff;cursor:pointer;}
/*商品按钮*/
.product-btn-img{width:100%;text-align: center;}
.product-btn{
    display: block;
    cursor: pointer;
    width: 160px;
    height: 24px;
    margin:5px auto;
}

.sold-out-en{ background:url(../images/sold-out-btn.png) 0 0 no-repeat;}
.sold-out-pt{ background:url(../images/sold-out-btn.png) 0 -24px no-repeat;}
.sold-out-fr{ background:url(../images/sold-out-btn.png) 0 -48px no-repeat;}
.sold-out-it{ background:url(../images/sold-out-btn.png) 0 -72px no-repeat;}
.sold-out-es{ background:url(../images/sold-out-btn.png) 0 -96px no-repeat;}
.sold-out-de{ background:url(../images/sold-out-btn.png) 0 -120px no-repeat;}

.discontinued-en{ background:url(../images/sold-out-btn.png) -160px 0 no-repeat;}
.discontinued-pt{ background:url(../images/sold-out-btn.png) -160px -24px no-repeat;}
.discontinued-fr{ background:url(../images/sold-out-btn.png) -160px -48px no-repeat;}
.discontinued-it{ background:url(../images/sold-out-btn.png) -160px -72px no-repeat;}
.discontinued-es{ background:url(../images/sold-out-btn.png) -160px -96px no-repeat;}
.discontinued-de{ background:url(../images/sold-out-btn.png) -160px -120px no-repeat;}


.language-en{ background:url(../images/language.png) 0 0 no-repeat;}
.language-en:hover{background:url(../images/language.png) -160px 0px no-repeat;}

.language-de{background:url(../images/language.png) 0 -24px no-repeat;}
.language-de:hover{background:url(../images/language.png) -160px -24px no-repeat;}

.language-es{background:url(../images/language.png) 0 -48px no-repeat;}
.language-es:hover{background:url(../images/language.png) -160px -48px no-repeat;}

.language-fr{background:url(../images/language.png) 0 -72px no-repeat;}
.language-fr:hover{background:url(../images/language.png) -160px -72px no-repeat;}

.language-it{background:url(../images/language.png) 0 -96px no-repeat;}
.language-it:hover{background:url(../images/language.png) -160px -96px no-repeat;}

.language-pt{background:url(../images/language.png) 0 -120px no-repeat;}
.language-pt:hover{background:url(../images/language.png) -160px -120px no-repeat;}


/*首页底部表格*/
.wikipedia{width:670px;}
.wikipedia-txt{color:#0355fc;font-size:20px;font-weight:bold;height:50px;line-height:50px;
    text-indent:20px;background-color:#131313;margin-bottom:10px;}
.wikipedia-content{background-color:#3b3b3a;padding:20px;}
.wikipedia-table{width:100%;color:#fff;}
.wikipedia-table th,.wikipedia-table td{font-size:16px;}
.wikipedia-table tr{height:30px;line-height:30px;text-align: center;}

p.wikipedia-text{font-size:16px;line-height:26px;padding:20px 0;}


/*首页底部*/
footer{width:100%;height:180px;margin-top:80px;}
.footer-con{width:1100px;margin:0 auto;text-align: center;}


.footer-nav ul li a{display: inline-block;float:left;padding:0 8px;border-right:1px solid #fff;}
.footer-nav ul li:last-child a{border-right:none;}
.footer-nav ul li a:hover{color:#49afff;}

.copyright{display: block;margin-top:30px;font-size:14px;}

.credit-site{width:600px;margin:0 auto;margin-top:30px;}
.credit-site a{display:inline-block;float:left;margin-right:15px;height: 40px}


/*列表页样式开始*/
.list-position{margin:10px 0 10px 30px;}
.list-position a{font-size:14px;}
.list-position a:hover{color:#49afff;}

.list-laser{width:630px;padding:20px;background-color:#161616;}
.list-laser h2{max-width:364px;float:left;padding-right:20px;font-size:20px;font-weight:bold;color:#0355fc;}
.list-laser h1{max-width:364px;float:left;padding-right:20px;font-size:20px;font-weight:bold;color:#0355fc;}
.list-star{float:left;width:85px;margin-top:8px;}
.list-point-num{display:inline-block;margin-top:6px;float:left;font-size:14px;}
.list-point-num a:hover{text-decoration: underline;color:#49afff;}
.list-img{width:630px;margin:20px 0;font-size: 14px;}
.list-p-con{font-size:14px;}

.list-page-con{width:670px;height:26px;}
.list-page-con form{float:left;}

.list-page-con form select{display: inline-block;padding:0 10px;margin-right:10px;background-color:#d7d7d7;border:none;}
.list-page-nav{float:right;width:215px;}
.list-page-nav a{cursor: pointer;}
.list-page-nav ul li a{font-size:14px;font-weight:bold;display:inline-block;float:left;margin-right:6px;width:22px;height:22px;line-height:22px;text-align:center;border:1px solid #aaa;}
.list-page-nav ul li:first-child a{border:1px solid #49afff;color:#49afff;}
.list-page-nav ul li p{font-size:14px;font-weight:bold;display:inline-block;float:left;margin-right:6px;width:22px;height:22px;line-height:22px;text-align:center;border:1px solid #aaa;color: white}
.list-page-nav ul li a:hover{text-decoration: none;border:1px solid #49afff;color:#49afff;}
.list-page-nav ul li p:hover{text-decoration: none;border:1px solid #49afff;color:#49afff;}




.list-laser-review{width:670px;margin-top: 60px;}
/*底部的翻页*/
.list-nav-bottom{margin:15px 0;}
/*列表页评论*/
.list-review-con {position:relative;padding:20px 20px 10px 20px;width:630px;min-height:190px;background-color:#282828;border-bottom:1px dotted #6b6b6b;}
.list-review-con:last-child{border-bottom:none;}
.list-review-img{width:140px;height:140px;}
.list-review-img img{width:100%;}
.list-review-img img:hover{opacity:0.9;}
.list-review-bar{width:457px;}
.list-review-bar>.more-btn:last-child{
    margin-left: 10px;
}
.list-review-tit a{font-size:14px;color:#eee;font-weight: bold;}
.list-review-tit a:hover{text-decoration: underline;color:#49afff;}
.list-review-data{font-size:14px;margin-top:8px;}

.list-review-star-con{margin-top:8px;}
.list-review-num{font-size:14px;display:inline-block;padding-left:5px;margin-top:-2px;}
.list-review-num a:hover{text-decoration: underline;color:#49afff;}

.list-review-text{font-size:14px;margin-top:8px;color:#b5b5b5;margin-bottom: 8px;}

.list-more-view{float:right;margin-top:20px;}
.more-btn{
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#333333', endColorStr='#111111', gradientType='0');
    background: -moz-linear-gradient(top, #333, #111);
    background: -o-linear-gradient(top, #333, #111);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#111));
    background: -ms-linear-gradient(top, #333333, #111111);
    background: linear-gradient(to bottom, #333333, #111111);
    border: 1px #666 solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    float: left;
    width: auto;
    cursor: pointer;
    color: #fff;
    padding: 5px 10px;

}
.more-btn:hover{

    border: 1px #EEE solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#555555', endColorStr='#333333', gradientType='0');
    background: -moz-linear-gradient(top, #555, #333);
    background: -o-linear-gradient(top, #555, #333);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555), to(#333));
    -moz-box-shadow: 0px 0px 5px 1px #00f0ff;
    -webkit-box-shadow: 0px 0px 5px 1px #00F0FF;
    box-shadow: 0px 0px 5px 1px #00F0FF;
    text-decoration: none;
}
.btn_universal {
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#333333', endColorStr='#111111', gradientType='0');
    background: -moz-linear-gradient(top, #333, #111);
    background: -o-linear-gradient(top, #333, #111);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#111));
    background: -ms-linear-gradient(top, #333333, #111111);
    background: linear-gradient(to bottom, #333333, #111111);
    border: 1px #666 solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    float: left;
    width: auto;
    cursor: pointer;
    color: #fff;
    padding: 5px 10px;
}
/*列表页样式结束*/

/*登录错误提示*/
.login-xin{color:#d10e12;position: relative;top:4px;}
p.input-tip{color:#d10e12;display:block;font-size:12px;line-height:16px;width:400px;margin-left:200px;text-align: left;}

.login-button{
    width:100px;height:40px;line-height:28px;cursor:pointer;

    background:#333;
    border: 1px #666 solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    float: left;
    color: #fff;
    padding: 5px 10px;
}
.login-button:hover{
    border: 1px #EEE solid;
    background:#333;
    -moz-box-shadow: 0px 0px 5px 1px #00f0ff;
    -webkit-box-shadow: 0px 0px 5px 1px #00F0FF;
    box-shadow: 0px 0px 5px 1px #00F0FF;
    text-decoration: none;
}
.login-button-other{
    line-height:28px;cursor:pointer;
    background:#444;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    float: left;
    color: #e2e2e2;
    padding: 5px 10px;
}
.login-button-other :hover{
    border: 1px #EEE solid;
    background:#333;
    -moz-box-shadow: 0px 0px 5px 1px #00f0ff;
    -webkit-box-shadow: 0px 0px 5px 1px #00F0FF;
    box-shadow: 0px 0px 5px 1px #00F0FF;
    text-decoration: none;
}

/*错误提示*/
p.wrong-tip{font-size:12px;color:#ff0000;display:block;width:100%;line-height:26px;width:200px;}
p.wrong-tip-lg{width: 100%}
/*文本框提示的星符号*/
.input-xin{display: inline-block;color:#ff0000;padding-left: 10px;font-size: 18px;position: absolute;right:0px;top: 30px;}
/*删除按钮*/
.icon-del{cursor:pointer;width:17px;height:25px;display: inline-block;background: url(../images/icon-del.png) no-repeat;}
.icon-del1{cursor:pointer;width:14px;height:16px;display: inline-block;background: url(../images/icon-del1.png) no-repeat;}

.icon-order-tip{display:inline-block;width:20px;height:20px;
    background:url(../images/order-tip.png) no-repeat;
    position: relative;top:5px;padding-right:10px;}

.icon-order-down,.icon-order-up{display:inline-block;width:20px;height:20px;position: relative;cursor: pointer;}
.icon-order-down{background:url(../images/list_arrow_down.png) no-repeat ;top:5px;}
.icon-order-up{background:url(../images/list_arrow_up.png) no-repeat;}


/*自定义复选框样式*/
.check_view_state {
    display: none;
    vertical-align: middle;
}
.check_view_label {
    cursor: pointer;
    width: 14px !important;
    height: 14px;
    background-color: #ffffff;
    border: 1px solid #7d7d7d;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top:-1px;
}
.check_view_state:checked + label {
    background: url("../images/selected-option.png") 0 0 no-repeat;
    border: 1px solid #7d7d7d;
    vertical-align: middle;
}

/*验证码*/
.order-yam{width:500px;height:52px;margin-top:20px;position: relative;}
.order-yam img{position: absolute;left:0;top:0;}



/*错误的提示*/
.icon-tip-right,.icon-tip-wrong{
    display:inline-block;width:16px;height:16px;position:absolute;top:10px;left:10px;padding-right:5px;}
.icon-tip-right{background:url(../images/tip-success.png) no-repeat;}
.icon-tip-wrong{background:url(../images/tip-wrong.png) no-repeat;}

.view-right,.view-wrong{padding:5px 0;position:relative;margin-right:10px;line-height:24px;background:#fff9e5;border-radius:8px;-webkit-border-radius:8px;}
.view-right{color:#39923f;}
.view-wrong{color:#fa0000;}
.view-right p,.view-wrong p{display: inline-block;width:85%;margin-left:35px;}


/*列表sort by*/
.sort-con{width:410px;}
.sort-label{display: inline-block;width:auto;font-size:14px;position: relative;top:3px;}
.sort-con li{float:left;margin-right:10px;background:#3c3c3c;padding:5px 10px;cursor: pointer;}
.sort-con li:hover,.sort-con .selected{background:#161616;color:#49afff;}

.icon-sort-up{display: inline-block;width:14px;height:14px;
    background:url(../images/icon-up.png) no-repeat;}

/*列表分类筛选*/
.list-category{
    width:900px;background:#161616;padding:15px;
}
.list-category-tit{}
.list-category-p{font-size:24px;font-weight:bold;color:#49afff;display: inline-block;}

.lead-order{padding:0 20px;position:relative;top:5px;height:30px;line-height: 30px;text-align: center;margin-left: 20px;
    border-radius: 15px;-webkit-border-radius: 15px;background:#1a8a23;
    color:#eee;}
.lead-star,.lead-dollar{display: inline-block;
    position: relative;left: -8px;top: 3px;}
.lead-star{background:url(../images/lead-star.png) no-repeat;width:16px;height:16px;}
.lead-dollar{background:url(../images/lead-dollar.png) no-repeat;width:20px;height:20px;top:5px;}



.list-category-con{margin-top:30px;}

p.all-category{font-size:14px;display: inline-block;}
.list-category-con ul{width:780px;float:right;}
.list-category-con ul li{float:left;width: 170px;text-align:left;font-size:14px;color:#eee;margin-right:25px;margin-bottom: 10px;
    cursor: pointer;}
.list-category-con ul li:hover{text-decoration: underline;color:#49afff;}
.order-num-con table td:nth-child(3){
    padding: 0px 10px;
}
.margin-top-0{
    margin-top: 0px !important;
}
/*tag页面*/
.laser-content{width:100%;}
.laser-content-text{width:640px;background:#282828;padding:15px;}
.laser-content-text p{font-size:14px;color:#eee;line-height:24px;margin-bottom: 20px;}




.order-num-con{padding:20px;background:#282828;margin-bottom:20px;}
.order-num-con h2{font-size:14px;margin-bottom:15px;}

.order-num-con table{width:100%;border:none;}
.order-num-con table th{height:46px;line-height:46px;background:#161616;font-size:14px;font-weight: bold;}
.order-num-con table td{font-size:14px;text-align: center;padding:15px 15px;background:#363636;}
.order-num-con table td:nth-child(3){
	padding: 0px 10px;
}
.order-num-con table td p{text-align: justify;width:440px;}
/*Address-information*/
.order-address-con{width:100%;}
.order-address-con h3{font-size:14px;color:#49afff;background:#161616;padding:14px 20px;}
.order-address-con p{font-size:14px;color:#eeeeee;background:#363636;padding:14px 20px;}

/*价格总计*/
.order-total-con{
    width:495px;float:right;margin-top:20px;
}

.sub-total{width:455px;padding:15px 20px;background:#363636;border-bottom:1px solid #282828;}
.sub-total p{display:inline-block;width:280px;float:left;text-align: left;
    font-size:14px;color:#eee;text-align: justify;}
.sub-total p>span{line-height:20px;width:280px;display: inline-block;}

.sub-total-key{display:inline-block;text-align:left;float:right;font-size:14px;color:#eee;}

.lpp-total{background:#1a78ae;line-height:36px;}
.lpp-total p,.lpp-total span{font-size:20px;}

.method-icon1{cursor:pointer;display: inline-block;width:14px;height:14px;background:url(../images/icon-method1.png) no-repeat;position: absolute;top:20px;left:20px;}
.method-icon{cursor:pointer;display: inline-block;width:14px;height:14px;background:url(../images/icon-method.png) no-repeat;position: absolute;top:20px;left:20px;}


/*支付方式图标*/
.pay-list li a{display:inline-block;width:70px;height:42px;float:left;margin-right:10px; margin-bottom: 10px;}
.pay-list li a img{width:100%;}
.icon-question{display: inline-block;cursor:pointer;position: absolute;right:-35px;top:55%;width:20px;height:20px;background:url(../images/icon-question.png) no-repeat;}

/*安全支付的弹窗*/
.security-code{display:none;position: absolute;top:285px;left:0;width:588px;height:280px;background: url(../images/security-code-img.png) no-repeat;}


.icon-success{display:inline-block;position:relative;top:12px;left:0px;width:30px;height:30px;background:url(../images/icon-success.png) no-repeat;background-size:80%;}
.icon-wrong{display:inline-block;position:relative;top:12px;left:0px;width:30px;height:30px;background:url(../images/icon-wrong.png) no-repeat;}

.pnint-wrong{color:red !important;}
/*注意图标*/
.icon-notice{display: inline-block;width:16px;height:16px;background:url(../images/icon-notice.png) no-repeat;
    position:absolute;left:10px;top:14px;
}

/*加减图标*/
.icon-jia,.icon-jian,.icon-cart-right{display: inline-block;width:16px;height:16px;position: relative;top:2px;cursor: pointer;}
.icon-jia{background:url(../images/icon-jia.png) no-repeat;}
.icon-jian{background:url(../images/icon-jian.png) no-repeat;}
.icon-cart-right{background:url(../images/icon-cart-right.png) no-repeat;}
/*购物车绿色按钮*/
.place-order{

    border-style: solid;
    border-width: 1px;
    border-color: rgb(68, 159, 22);
    border-radius: 6px;
    background-image: -moz-linear-gradient( 90deg, rgb(68,159,22) 0%, rgb(133,194,103) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(68,159,22) 0%, rgb(133,194,103) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(68,159,22) 0%, rgb(133,194,103) 100%);
    width: 182px;
    height: 47px;
    font-size:18px;
    color:#eee;
    cursor: pointer;
}

.place-order:hover{
    background-image: -moz-linear-gradient( 90deg, rgb(133,194,103) 0%, rgb(68,159,22) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(133,194,103) 0%, rgb(68,159,22) 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(133,194,103) 0%, rgb(68,159,22) 100%);
}


/*404-page*/
.no-page{width:670px;height:320px;background:url(../images/404-page.png) no-repeat;position: relative;}
.no-page-find{position: absolute;left:30px;top:40px;width:300px;height:70px;}
.no-page-find p{font-size:26px;color:#49afff;padding-bottom: 5px;}
.no-page-find span{font-size:16px;}
.go-back{font-size:24px;position: absolute;left:35px;top:160px;}
.go-back:hover{color:#49afff;}


/*搜索无结果*/
.search-null-tit{font-size:24px;color:#49afff;font-weight: bold;}
.search-null form{margin:30px 0;}
.search-null form label{display: block;font-size: 14px;margin-bottom: 10px;}
.search-null form input{display: inline-block;float:left;width:260px;height:26px;text-indent: 10px;margin-right: 10px;}

.search-null-tip{font-size:14px;line-height:24px;}


/*联系我们页面*/
.contact-us{}
.contact-info{font-size:14px;color:#49afff;margin-bottom: 25px;}
.contact-info span{color:#eee;display: block;padding-top:5px;}


.contact-us-text{font-size:12px;line-height:22px;}


.contact-form{padding:25px 0;}
.contact-main{position: relative;margin-bottom: 20px;}
.contact-main label,.contact-massage label{display:inline-block;width:106px;text-align: right;font-size:14px;margin-right:10px;}
.contact-main input{display:inline-block;width:240px;height:26px;line-height: 26px;text-indent: 10px;border:none;}
.contact-main .input-xin{top: 5px;position:relative;}
.contact-main .wrong-tip{margin-left:120px;}

.contact-form .friend-tip{margin-left:116px;margin-top:15px;}
.contact-form .view-wrong ,.contact-form .view-right{width:300px;}

.contact-massage{position: relative;}
.contact-massage label{position: relative;top:-80px;}
.contact-massage textarea{display: inline-block;width:310px;height:160px;}
.contact-massage .input-xin{position: absolute;    right: 175px;top: 68px;}

.contact-send{margin:20px 0 0 120px;}

/*列表产品总数文本*/
.list-product-total{float:left;width:300px;font-size:14px;color:#eee;line-height: 56px;}

/*网站地图样式*/
.site-map{
    width:670px;
}
.site-map h2{width:100%;height:54px;line-height:54px;text-indent:16px;font-size:18px;background:#161616;}
.site-map-con{padding:20px;width:630px;background:#282828;}

.site-map-tit{height:40px;line-height:40px;text-indent: 20px;font-size:16px;background: #202020;}
.site-map-list{margin-bottom: 20px;}
.site-map-list ul li{padding:0 20px;background:#303030;}
.site-map-list ul li a{display: block;border-bottom:1px dotted #6b6b6b;width:100%;line-height: 30px;font-size:14px;padding: 10px 0;}
.site-map-list ul li a:hover{text-decoration: underline;color:#49afff;}
.site-map-list ul li:last-child a{border-bottom: none;}


/*支付成功样式*/
.float-confir{width:100%;height:100%;position: fixed;background:rgba(0,0,0,.8);z-index:100000;}
.alert3 {
    position: fixed;
    z-index: 1003;
    top: 30%;
    left: 50%;
    right: 0;
    margin: 0 0 0 -400px;
    width: 800px;
    background: #232424;
    border-radius: 5px;
    color: #fff;
    border: 3px solid #3A3A3A;
}
.text-center {
    text-align: center;
}
.alert-main {
    padding: 30px;
    line-height: 22px;
}
/*首页正确错误弹窗样式*/
.float-win-tip{
    position: fixed;
    top:0;
    width:100%;
    height:100%;
    z-index:99999;
}
.float-right-tip,.float-wrong-tip{width:260px;background:#353535;
    position: absolute;left:50%;top:50%;
    margin-left:-150px;margin-top:-100px;
    padding:20px;line-height:24px;
    border-radius:10px;-webkit-border-radius:10px;color: #eee;

}


.float-right-tip button,.float-wrong-tip button{width:60px;height:28px;display: block;
    cursor: pointer;border-radius:10px;-webkit-border-radius:10px;
    margin:0 auto;margin-top:20px;background:#3DAD46;border:none;color:#fff;}
.float-wrong-tip button{background:#ea4f4f;}


.wowslider-img .flex-viewport{
    width: 930px;
}

.wowslider-img.flexslider{
    background: none;
    border: none;
    margin: 0;
    overflow-y: hidden;

}
.product-deals-content .flexslider{
    background: none;
    border: none;
    overflow: hidden;
    width: 555px;
    margin:0 0 0 65px;
    -webkit-box-shadow:none;
    box-shadow:none;
    -moz-box-shadow:none;
    -o-box-shadow:none;
}


.product-deals-content .deal-pic-list{height: 300px;position: relative; width: 555px;}
.product-deals-content .deal-pic-list li:first-child{display: block}
.product-deals-content  .flex-control-nav{bottom: 10px;right: 0;width: 100%;height: 26px}
.deal-data span{display: inline-block;margin-right: 5px}

.margin-top-0{
	margin-top: 0px !important;
}
.page{float:right;margin-top: 10px;padding-top: 16px;}
.page .active{color:#49afff;border:1px solid #49afff ;}
.page a{font-size:14px;font-weight:bold;display:inline-block;float:left;margin-right:6px;width:22px;height:22px;line-height:22px;text-align:center;border:1px solid #aaa;}
.page a:hover{text-decoration: none;border:1px solid #49afff;color:#49afff;}
.page-no-pad{
	float:right;
    padding: 0;
}
.page-no-pad a{font-size:14px;font-weight:bold;display:inline-block;float:left;margin-right:6px;width:22px;height:22px;line-height:22px;text-align:center;border:1px solid #aaa;}
.page-no-pad a:hover{text-decoration: none;border:1px solid #49afff;color:#49afff;}
.page-no-pad .active{color:#49afff;border:1px solid #49afff ;}
.icon-sort-down{display: inline-block;width:14px;height:14px;
    background:url(../images/icon-down.png) no-repeat;}

.img-center img{
    width: 100% !important;
}
.mask-txt{
	font-size: 16px;color: #eee;
}
.padding0{
	padding: 0 !important;
}
.samll-banner{
    margin-bottom: 20px;float: left;
}
.samll-banner:nth-child(2n){
    float: right;
}
.title-star-box{
    width: 60%;margin: auto;padding: 16px 0;
}
.title-star-box span{
    font-size: 14px;margin-left: 2px;
}

.fl{
    float: left !important;
}
.mar_bt20{
    margin-bottom: 20px;
}
.inline{
    display: inline-block;
}
.pinglun_box{
    display: flex;
    width: 100%;

    margin-top: 20px;


}
.pinglun_box .pinglun_box_ul  li{
    list-style:none !important;
}
.pinglun_box .pinglun_box_ul{
    padding: 0;
    flex-basis: 18%;
}
.pinglun_box h3{
    flex-basis: 30%;
    margin: 0;
    margin-top: -5px;
}
.pinglun_box p{
    flex-basis: 20%;
    margin-top: -3px;
}
.color_text{
    color: #49afff !important;
}
.position_fixed{
    position: fixed;
    top: 0;
}
.position_fixed_border{
    border: 2px solid #49afff;
    border-bottom: none !important;
}
.position_fixed_bottom{
    border-bottom: 2px solid #49afff;
}
.description_coment{

    padding: 15px;
    height: auto;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    background: #282828;
    margin-top: 15px;
}
.description_main{
    padding: 15px;
    height: auto;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    background: #282828;
}
.bg_transportant{
    background: transparent !important;
    padding: 0 !important;
}
.bg_main{
    background: #282828;
}
.description>div>.article-review-con>li{
    list-style: none !important;
    margin-left: 0 !important;
}
