@charset "utf-8";
/*Author: www.szhulian.com*/
* {margin: 0;padding: 0;list-style: none;border-style: none;}
body {font:14px/24px Arial,"heiti","微软雅黑",sans-serif;background-color: #ffffff;min-width: 1200px;color:#333;}
ul li,ol li {list-style: none;}
h1 ,h2, h3, h4, h5, h6 {font-weight: normal;}
a {text-decoration: none;color:#333;}
a:hover{color:#ef0505;}
a:focus{outline:none;}
i,em {font-style: normal;}
body.index {background-color: #f5f5f5}

.clearfix:after {content: '';display: block;clear: both;height: 0;visibility: hidden;}
.clearfix {*zoom:1;}
.w1200 {width: 1200px;margin: 0 auto;}
.fl {float: left;}
.fr {float: right;}
img {vertical-align: middle;border: 0;max-width: 100%;}
input,select,button,textarea,select{border:none;outline: none;background: none;border:none;color:#333;appearance: none;-webkit-appearance: none;font:14px/24px Arial,"heiti","微软雅黑",sans-serif;}
table{border-collapse:collapse; border-spacing:0;}


/*头部导航*/
.header{width:100%;background-color:#fff;border-bottom:1px #d9d9d9 solid;}
.header .header_top{background:#000000;line-height:50px;color:#fff;}
.header .header_top .notice{display:inline-block;vertical-align:top;}
.header .header_top .notice a,.header .header_top .notice i{display:inline-block;vertical-align:top;color:#fff;}
.header .header_top .notice i{margin-right:10px;font-size:22px;}
.header .header_top .right{float:right;}
.header .header_top .right .button,.header .header_top .right .tel{display:inline-block;vertical-align:top;}
.header .header_top .right .button{margin-right:20px;}
.header .header_top .right .button a{display:block;color:#fff;}
.header .header_top .right .button i{display:inline-block;vertical-align:top;padding-right:10px;font-size:22px;}
.header .header_top .right ul li{display:inline-block;vertical-align:top;}
.header .header_top .right ul li a{display:inline-block;vertical-align:top;color:#fff;padding:0 20px;position:relative;}
.header .header_top .right ul li a i{font-size:18px;display:inline-block;vertical-align:top;margin-right:5px;}
.header .header_top .right ul li a i.icon-xinaixin{font-size:16px;}
.header .header_top .right ul li a:after{content:"";width:1px;height:15px;background:#fff;position:absolute;right
:0;top:18px;}
.header .header_top .right ul li:first-child a:first-child:after{display:none;}
.header .header_top .right ul li a.drop_out{color:#ef0505;padding-left:0;}
.header .header_top .right ul li:last-child a:after{display:none;}
.header .logo{display:inline-block;vertical-align:top;}
.header .logo a{display:block;}
.header .logo img{height:100px;}
.header .nav{float:right;}
.header .nav ul li{font-size:16px;line-height:100px;float:left;position:relative;}
.header .nav ul li i{font-size:30px;display:inline-block;vertical-align:top;}
.header .nav ul li.on > a{color:#ef0505;}
.header .nav ul li > a{padding:0 20px;display:block;}
.header .nav ul li.red > a{color:#ef0505;font-weight:bold;}
.header .nav ul li:hover > a{color:#ef0505;}
.header .nav ul li:last-child > a{padding-right:0;}
.header .nav ul li dl{background:rgba(0,0,0,.4);position:absolute;left:0;top:100px;z-index:1000;width:100%;display:none;}
.header .nav ul li dl dd{font-size:14px;line-height:40px;text-align:center;}
.header .nav ul li dl dd a{display:block;color:#fff;}
.header .nav ul li dl dd a:hover{background:#ef0505;}
.header .nav ul li:hover dl{display:block;}


/*banner*/
.banner{width:100%;position:relative;}
.banner .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;}
.banner .bd ul{ width:100% !important;height:600px;}
.banner .bd li{ width:1920px;height:600px;overflow:hidden; text-align:center;position:absolute;margin-left: -960px;left:50%;}

.banner .hd{ width:100%;position:absolute; z-index:1; bottom:10px;left:0;height:30px;line-height:30px; }
.banner .hd ul{ text-align:center; }
.banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:36px; height:3px;background:#fff;margin:0 15px; overflow:hidden;line-height:999px;border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-webkit-border-radius:10px;-webkit-transition:.6s;-moz-transition:.6s;-ms-transition:.6s;transition:.6s;}
.banner .hd ul li.on{background:#ef0505;}

.nybanner{width:100%;overflow:hidden;position:relative;background:#d9e5f1;}
.nybanner > p{position:relative;left: -960px;margin-left: 50%;width:1920px;text-align: center;}
.nybanner > p > img{width:1920px;}


/*首页*/
.entrance{margin:80px 0;}
.entrance ul li{width:380px;margin-right:30px;float:left;position:relative;}
.entrance ul li:last-child{margin-right:0;}
.entrance ul li .img{width:100%;overflow: hidden;}
.entrance ul li .img img{width:380px;height:300px;-webkit-transition:.6s;-moz-transition:.6s;-ms-transition:.6s;transition:.6s;}
.entrance ul li:hover .img img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}
.entrance ul li .text{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;}
.entrance ul li .text h3{font-size:24px;line-height:40px;}
.entrance ul li .text p{font-size:14px;}
.entrance ul li .text:after{content:"";width:350px;height:270px;border:1px #fff solid;position:absolute;left:13px;top:13px;opacity:0;-webkit-transition:.6s;-moz-transition:.6s;-ms-transition:.6s;transition:.6s;}
.entrance ul li:hover .text:after{opacity:1;}

.index_title{text-align:center;position:relative;margin-bottom:40px;}
.index_title h3{font-size:40px;line-height:70px;position:relative;padding-bottom:5px;}
.index_title h3:after{content:"";width:48px;height:3px;background:#ef0505;position:absolute;bottom:0;left:50%;margin-left:-24px;}
.index_title p{font-size:40px;font-weight:bold;color:#f3f3f3;position:absolute;top:0;text-align:center;width:100%;z-index:-1;}

.index_custom,.index_about,.index_pro,.index_date,.index_process{margin-bottom:80px;}
.index_custom ul li{float:left;width:394px;margin-right:6px;position:relative;margin-bottom:6px;cursor:pointer;}
.index_custom ul li:nth-child(3),.index_custom ul li:last-child{margin-right:0;}
.index_custom ul li:nth-child(n + 4){width:595px;}
.index_custom ul li .img{width:100%;overflow:hidden;}
.index_custom ul li .img img{-webkit-transition:.6s;-moz-transition:.6s;-ms-transition:.6s;transition:.6s;}
.index_custom ul li .text{position:absolute;left:0;top:0;width:100%;height:100%;display:-webkit-flex;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;}
.index_custom ul li .text .name{border-top:1px #fff solid;border-bottom:1px #fff solid;padding:10px 0;}
.index_custom ul li .text h3{font-size:24px;line-height:36px;}
.index_custom ul li .text p{font-size:14px;}
.index_custom ul li:hover .img img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}
.index_custom ul li:hover .text{color:#ef0505;}
.index_custom ul li:hover .text .name{border-color:#ef0505;}

.index_about .content{background:url(../images/bg01.jpg) center center no-repeat;text-align:center;padding:60px 0;}
.index_about .content .name{font-size:40px;font-weight:bold;line-height:70px;color:#fff;margin-bottom:20px;}
.index_about .content .name span{color:#ef0505;}
.index_about .content .text{font-size:18px;line-height:32px;color:#fff;margin-bottom:50px;padding:0 100px;}
.index_about .content .text a{color:#ef0505;}
.index_about .content ul{padding:0 45px;}
.index_about .content ul li{width:290px;padding:0 40px;float:left;color:#fff;}
.index_about .content ul li i{width:60px;height:60px;display:inline-block;vertical-align:top;background-color:#ef0505;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;border-radius:100%;font-size:28px;line-height:60px;}
.index_about .content ul li h3{font-size:24px;line-height:40px;padding:10px 0;}

.index_pro ul{margin-bottom:40px;}
.index_pro ul li{width:285px;float:left;margin-right:20px;}
.index_pro ul li:last-child{margin-right:0;}
.index_pro ul li > a{display:block;}
.index_pro ul li .img img{width:285px;height:285px;}
.index_pro ul li .text{padding:15px 15px 0;}
.index_pro ul li .text h3{font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:5px;}
.index_pro ul li .text p{font-size:14px;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:24px;}
.index_pro ul li .price{color:#ef0505;font-size:18px;margin-top:10px;padding:0 15px;}
.index_pro ul li .price span{display:inline-block;vertical-align:top;}
.index_pro ul li .price a{float:right;}
.index_pro ul li .price a i{display:block;color:#ef0505;}
.index_pro .more{text-align:center;}
.index_pro .more a{font-size:16px;line-height:40px;width:300px;display:inline-block;vertical-align:top;border:1px #333 solid;}
.index_pro .more a:hover{background-color:#ef0505;color:#fff;border-color:#ef0505;}

.index_date{background:url(../images/bg02.jpg) center center no-repeat;text-align:center;padding:60px 0;}
.index_date .title{padding-bottom:30px;}
.index_date .title p{font-size:44px;color:#fff;font-weight:bold;line-height:60px;margin-bottom:15px;}
.index_date .title p span{color:#ef0505;}
.index_date ul li{padding:0 60px;width:180px;float:left;color:#ef0505;}
.index_date ul li .num{font-size:36px;font-weight:bold;line-height:50px;}
.index_date ul li .num em{font-size:20px;}
.index_date ul li p{font-size:18px;}

.index_process ul{padding:0 15px;max-width:1170px;margin:auto;}
.index_process ul li{width:170px;float:left;padding-right:30px;text-align:center;background:url(../images/bg04.png) right 40px no-repeat;cursor:pointer;}
.index_process ul li:last-child{padding-right:0;background:none;}
.index_process ul li h4{font-size:16px;padding-top:15px;}
.index_process ul li p img{width:105px;height:105px;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;border-radius:100%;}
.index_process ul li:hover h4{color:#ef0505;}

.index_news{padding:80px 0;background:#f5f5f5;}
.index_news ul li{width:290px;float:left;margin-right:13px;}
.index_news ul li:last-child{margin-right:0;}
.index_news ul li a{display:block;}
.index_news ul li .img{width:100%;overflow:hidden;}
.index_news ul li .img img{width:290px;height:225px;-webkit-transition:.6s;-moz-transition:.6s;-ms-transition:.6s;transition:.6s;}
.index_news ul li:hover .img img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}
.index_news ul li .text{background:#fff;padding:15px;}
.index_news ul li .text h3{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.index_news ul li .text p{font-size:14px;color:#999;overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:20px;height:40px;margin:5px 0;}
.index_news ul li .text .time{color:#999;}
.index_news ul li .text .time span{display:inline-block;vertical-align:top;margin-right:15px;}
.index_news ul li .text .time i{display:inline-block;vertical-align:top;margin-right:5px;}
.index_news ul li .text .time i.icon-left1{float:right;margin-right:0;font-size:14px;color:#999;}

.index_partner{padding:80px 0;}
.partner_left {width:1200px;margin:auto;position:relative;}
.partner_left .hd a{display:block;}
.partner_left .hd .prev,.partner_left .hd .next{position:absolute;top:33px;}
.partner_left .hd .prev{left:0;}
.partner_left .hd .next{right:0;}
.partner_left .hd i{font-size:30px;color:#999;display:block;height:30px;line-height:30px;}
.partner_left .hd a:hover i{color:#ef0505;}
.partner_left .bd{padding:0 42px;}
.partner_left .bd ul{ overflow:hidden; zoom:1; }
.partner_left .bd ul li{border:1px #cfcfcf solid;width:160px;margin:0 12px;float:left;}
.partner_left .bd ul li a{display:block;}
.partner_left .bd ul li img{width:160px;height:96px;}


.index_message{padding:40px 0;background:url(../images/bg03.jpg) center center no-repeat;}
.index_message .left{width:470px;float:left;background:#fff;margin-right:60px;padding:20px 25px;}
.index_message .left .box label{display:block;line-height:40px;font-size:18px;}
.index_message .left .box input{border:1px #333 solid;height:38px;line-height:38px;display:block;width:448px;font-size:14px;padding:0 10px;}
.index_message .left .box textarea{padding:10px;width:448px;border:1px #333 solid;resize:none;line-height:24px;height:72px;display:block;font-size:14px;}
.index_message .left .btn{margin-top:30px;}
.index_message .left .btn input{display:block;width:100%;line-height:50px;height:50px;text-align:center;color:#fff;background:#333;}
.index_message .right{width:620px;float:right;height:546px;background:#000;overflow:hidden;}



.footer .footer_nav{padding:40px 0 30px;background:#333;}
.footer .footer_nav .left,.footer .footer_nav .center,.footer .footer_nav .right{width:400px;float:left;color:#fff;}
.footer .footer_nav dl dt{font-size:18px;padding-bottom:20px;background:url(../images/bg05.png) left bottom no-repeat;margin-bottom:15px;}
.footer .footer_nav dl dd{line-height:40px;color:#959698;font-size:16px;}
.footer .footer_nav dl dd img{width:110px;height:110px;}
.footer .footer_nav .left dl dd{display:inline-block;vertical-align:top;width:110px;}
.footer .footer_nav .left dl dd a{color:#959698;display:block;}
.footer .footer_nav .left dl dd a:hover{color:#ef0505;}
.footer .footer_nav .center dl dd i{font-size:20px;margin-right:10px;display:inline-block;vertical-align:top;color:#ef0505;width:30px;text-align:center}
.footer .footer_nav .right dl{display:inline-block;vertical-align:top;margin-right:85px;}
.footer .copyright{background:#000000;font-size:14px;color:#fff;line-height:40px;text-align:center;}
.footer .copyright a{color:#fff;display:inline-block;vertical-align:top;}


/*css3动画*/
@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}60%{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}}



/*共用样式*/
.inside_sort{margin:40px auto;max-width:1200px;}
.inside_sort ul li{width:110px;line-height:40px;font-size:16px;display:inline-block;vertical-align:top;margin-right:40px;text-align:center;}
.inside_sort ul li a{display:block;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;border-radius:6px;}
.inside_sort ul li.cur a,.inside_sort ul li:hover a{background:#ef0505;color:#fff;}

.page{text-align:center;padding-top:20px;}
.page a{width:38px;height:38px;line-height:38px;border:1px #ccc solid;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;display:inline-block;vertical-align:top;text-align:center;font-size:16px;margin:0 4px;}
.page a.prev,.page a.next{width:70px;}
.page a.cur,.page a:hover{background:#ef0505;color:#fff;border-color:#ef0505;}

.left_sort{width:210px;margin-right:35px;float:left;}
.left_sort .title{font-size:24px;line-height:40px;}
.left_sort ul li{font-size:16px;line-height:40px;}
.left_sort ul li a{display:block;padding-left:20px;background-image:url(../images/bg06.png);background-position:left center;background-repeat:no-repeat;}
.left_sort ul li.cur a{background-image:url(../images/bg06-1.png);color:#ef0505;}

.inside_title{font-size:32px;position:relative;line-height:70px;text-align:center;margin-bottom:50px;}
.inside_title:after{content:"";width:48px;height:3px;background-color:#ef0505;position:absolute;left:50%;bottom:0;margin-left:-24px;}


/*产品分类*/
.products .pro_search{overflow:hidden;*zoom:1;margin:20px auto 60px;}
.products .pro_search .left{display:inline-block;vertical-align:top;line-height:50px;font-size:16px;}
.products .pro_search .left span{display:inline-block;vertical-align:top;font-size:18px;color:#ef0505;padding-left:45px;background:url(../images/bg12.png) left 10px no-repeat;}
.products .pro_search .left a{display:inline-block;vertical-align:top;margin-left:15px;}
.products .pro_search .right{float:right;}
.products .pro_search .right input{float:left;}
.products .pro_search .right .ssk{width:248px;height:48px;line-height:48px;border:1px #999 solid;border-right:none;font-size:16px;padding:0 10px;}
.products .pro_search .right .ss{width:90px;height:50px;line-height:50px;background:#ef0505;font-size:16px;color:#fff;}

.products .pro_coupon{margin-bottom:60px;}
.products .pro_coupon ul li{width:380px;margin-right:30px;height:120px;float:left;line-height:100px;background:url(../images/bg13.png) center center no-repeat;overflow:hidden;}
.products .pro_coupon ul li:last-child{margin-right:0;}
.products .pro_coupon ul li a{display:block;padding:0 98px 0 12px;color:#fbf2d5;text-align:center;}
.products .pro_coupon ul li strong{font-size:48px;display:inline-block;vertical-align:top;}
.products .pro_coupon ul li span{font-size:24px;margin:0 5px 0 10px;display:inline-block;vertical-align:top;}
.products .pro_coupon ul li em{font-size:16px;display:inline-block;vertical-align:top;}

.special{margin-bottom:40px;}
.products .title{font-size:32px;font-weight:bold;line-height:64px;margin-bottom:20px;text-align:center;}
.products .title span{display:inline-block;vertical-align:top;background:url(../images/bg14.png) left top no-repeat,url(../images/bg15.png) right top no-repeat;padding:0 20px;}
.special ul li{width:222px;border:1px #ccc solid;float:left;margin-right:20px;margin-bottom:20px;position:relative;}
.special ul li:nth-child(5n){margin-right:0;}
.special ul li a{display:block;}
.special ul li .img{width:100%;overflow:hidden;}
.special ul li .img img{width:222px;height:222px;-webkit-transition:.6s;-moz-transition:.6s;-ms-transition:.6s;transition:.6s;}
.special ul li:hover .img img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}
.special ul li .text{padding:15px;}
.special ul li .text h3{font-size:16px;line-height:20px;margin-bottom:12px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;height:40px;}
.special ul li .text p strong{font-size:18px;color:#ef0505;}
.special ul li .text p s{color:#999;margin-left:5px;}
.special ul li .add{position:absolute;right:15px;bottom:15px;}
.special ul li .add i{font-size:22px;font-weight:bold;color:#ef0505;}

.discount{margin-bottom:60px;}
.discount .left{float:left;width:310px;position:relative;}
.discount .left .hd{position:absolute;bottom:20px;z-index:10;height:6px;overflow:hidden;text-align:center;width:100%;}
.discount .left .hd ul li{width:30px;height:6px;background:#fff;line-height:10000px;display:inline-block;vertical-align:top;margin:0 5px;}
.discount .left .hd ul li.on{background:#ef0505;}
.discount .left .bd ul li a{display:block;width:100%;overflow:hidden;}
.discount .left .bd ul li img{width:310px;height:370px;-webkit-transition:.6s;-moz-transition:.6s;-ms-transition:.6s;transition:.6s;}
.discount .right{float:right;width:890px;}
.discount .right ul li{width:286px;float:left;margin-left:10px;margin-bottom:10px;}
.discount .right ul li a{display:block;width:100%;overflow:hidden;}
.discount .right ul li img{width:286px;height:180px;-webkit-transition:.6s;-moz-transition:.6s;-ms-transition:.6s;transition:.6s;}
.discount .left .bd ul li:hover img,.discount .right ul li:hover img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}

.enterprise{background:#f3f3f3;padding:60px 0 40px;}
.enterprise ul li{width:290px;margin-right:13px;float:left;margin-bottom:30px;cursor:pointer;}
.enterprise ul li:nth-child(4n){margin-right:0;}
.enterprise ul li .img{width:100%;overflow:hidden;}
.enterprise ul li .img img{width:290px;height:200px;-webkit-transition:.6s;-moz-transition:.6s;-ms-transition:.6s;transition:.6s;}
.enterprise ul li:hover .img img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}
.enterprise ul li .name{line-height:50px;background:#333;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:16px;}

.products .like{padding:70px 0;}
.products .like ul li{width:385px;margin-right:22px;float:left;position:relative;}
.products .like ul li:nth-child(3n){margin-right:0;}
.products .like ul li a{display:block;}
.products .like ul li .img{width:100%;overflow:hidden;}
.products .like ul li .img img{width:385px;height:385px;}
.products .like ul li .text{padding:15px;border:1px #ccc solid;border-top:none;}
.products .like ul li .text h3{margin-bottom:10px;font-size:16px;}
.products .like ul li .text p{font-size:20px;color:#ef0505;font-weight:bold;}
.products .like ul li .coll i{position:absolute;right:15px;bottom:15px;font-size:20px;color:#ef0505;font-weight:bold;}
.products .like .more{text-align:center;margin-top:50px;}
.products .like .more a{display:inline-block;vertical-align:top;width:400px;height:50px;line-height:50px;font-size:18px;border:1px #333 solid;}
.products .like .more a:hover{background:#ef0505;border-color:#ef0505;color:#fff;}

.ensure{background:#f3f3f3;padding:22px 0;}
.ensure ul li{margin:0 30px;width:170px;float:left;padding-left:70px;background-repeat:no-repeat;background-position:left center;}
.ensure ul li:nth-child(1){background-image:url(../images/pro_icon01.png);}
.ensure ul li:nth-child(2){background-image:url(../images/pro_icon02.png);}
.ensure ul li:nth-child(3){background-image:url(../images/pro_icon03.png);}
.ensure ul li:nth-child(4){background-image:url(../images/pro_icon04.png);}
.ensure ul li h3{font-size:18px;line-height:26px;}
.ensure ul li p{font-size:14px;color:#666;line-height:24px;}


/* 产品列表*/
.products_list{margin:60px auto;}
.products_list .list{width:955px;float:right;}
.products_list .list ul li{width:305px;margin-right:20px;float:left;margin-bottom:40px;}
.products_list .list ul li:nth-child(3n){margin-right:0;}
.products_list .list ul li .img{width:100%;overflow:hidden;}
.products_list .list ul li .img img{width:305px;height:305px;-webkit-transition:.6s;-moz-transition:.6s;-ms-transition:.6s;transition:.6s;}
.products_list .list ul li .text{padding:25px 15px 35px;text-align:center;}
.products_list .list ul li .text h3{font-size:18px;margin-bottom:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.products_list .list ul li .text p span{display:inline-block;vertical-align:top;width:90px;height:30px;line-height:30px;border:1px #333 solid;}

.products_list .list ul li:hover{box-shadow:0 12px 30px rgba(0,0,0,.15);}
.products_list .list ul li:hover .img img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}
.products_list .list ul li:hover .text p span{background-color:#333;color:#fff;}


/*新闻资讯*/
.news{margin-bottom:80px;}
.news ul li{width:290px;float:left;margin-right:13px;margin-bottom:30px;}
.news ul li:nth-child(4n){margin-right:0;}
.news ul li a{display:block;}
.news ul li .img{width:100%;overflow:hidden;}
.news ul li .img img{width:290px;height:225px;-webkit-transition:.6s;-moz-transition:.6s;-ms-transition:.6s;transition:.6s;}
.news ul li:hover .img img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}
.news ul li .text{border:1px #ccc solid;padding:15px;}
.news ul li .text p{font-size:14px;color:#666;}
.news ul li .text h3{font-size:16px;font-weight:bold;margin:10px 0;line-height:24px;height:48px;overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news ul li .text span{display:block;font-size:14px;color:#ef0505;}


/*新闻详情*/
.news_det{margin:60px auto;}
.news_det .title{text-align:center;padding-bottom:10px;border-bottom:1px #ccc dashed;}
.news_det .title h1{font-size:32px;line-height:60px;}
.news_det .title p span{margin:0 20px;line-height:24px;color:#999;}
.news_det .title p span i{display:inline-block;vertical-align:top;font-size:16px;margin-right:5px;color:#999;}
.news_det .text{padding:25px 0;font-size:16px;line-height:30px;color:#666;}
.news_det .chapter{padding-top:15px;border-top:1px #ccc dashed;overflow:hidden;*zoom:1;}
.news_det .chapter .left{width:1060px;margin-right:20px;float:left;}
.news_det .chapter .left a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:#666;line-height:30px;}
.news_det .chapter .left a:hover{color:#ef0505;}
.news_det .chapter .right{width:120px;height:40px;line-height:40px;background:#ef0505;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;border-radius:6px;text-align:center;float:right;margin-top:10px;}
.news_det .chapter .right a{display:block;color:#fff;font-size:16px;}

.news_det .share{margin:20px 0;}
.news_det .share i{font-size:20px;color:#666;display:inline-block;vertical-align:top;}
.news_det .share .bdsharebuttonbox{display:inline-block;vertical-align:top;}
.news_det .share .bdsharebuttonbox a{margin:0 0 0 5px;width:20px;height:20px;line-height:20px;padding:0;}


/*定制流程*/
.process{padding:80px 0;}
.process ul{padding-top:20px;}
.process ul li{width:160px;padding:0 20px;float:left;text-align:center;cursor:pointer;-webkit-transition:.6s;-ms-transition:.6s;-moz-transition:.6s;transition:.6s;}
.process ul li i{display:inline-block;vertical-align:top;width:105px;height:105px;background-image:url(../images/bg09.png);background-repeat:no-repeat;margin-bottom:10px;}
.process ul li i.icon1{background-position:0 0;}
.process ul li i.icon2{background-position:-105px 0;}
.process ul li i.icon3{background-position:-210px 0;}
.process ul li i.icon4{background-position:-315px 0;}
.process ul li i.icon5{background-position:-420px 0;}
.process ul li i.icon6{background-position:-525px 0;}
.process ul li p{font-size:18px;color:#666;line-height:36px;}

.process ul li:hover{transform:translateY(-20px);}
.process ul li:hover i.icon1{background-position:0 -105px;}
.process ul li:hover i.icon2{background-position:-105px -105px;}
.process ul li:hover i.icon3{background-position:-210px -105px;}
.process ul li:hover i.icon4{background-position:-315px -105px;}
.process ul li:hover i.icon5{background-position:-420px -105px;}
.process ul li:hover i.icon6{background-position:-525px -105px;}
.process ul li:hover p{color:#ef0505;}

.customize .private{background:url(../images/bg07.jpg) center center no-repeat;padding:50px 0;}
.customize .private .inside_title{color:#fff;}
.customize .private .inside_title:after{background-color:#fff;}
.customize .private ul{margin-bottom:50px;}
.customize .private ul li{width:270px;float:left;margin-right:40px;height:270px;position:relative;display:-webkit-flex;display:flex;align-items:center;cursor:pointer;}
.customize .private ul li:last-child{margin-right:0;}
.customize .private ul li .text{position:relative;z-index:100;padding:50px;text-align:center;}
.customize .private ul li .text i{display:inline-block;vertical-align:top;width:60px;height:60px;background-repeat:no-repeat;background-position:0 0;background-image:url(../images/bg10.png);}
.customize .private ul li .text i.icon1{background-position:0 0;}
.customize .private ul li .text i.icon2{background-position:-60px 0;}
.customize .private ul li .text i.icon3{background-position:-120px 0;}
.customize .private ul li .text i.icon4{background-position:-180px 0;}
.customize .private ul li .text h3{font-size:18px;line-height:30px;margin:5px 0;}
.customize .private ul li .text p{line-height:20px;}
.customize .private ul li .bg{position:absolute;left:40px;top:40px;background-color:#fff;width:190px;height:190px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.customize .private .tel{text-align:center;color:#fff;font-size:24px;line-height:40px;}
.customize .private .tel i{display:inline-block;vertical-align:top;font-size:30px;margin-right:10px;}

.customize .private ul li:hover{color:#fff;}
.customize .private ul li:hover .text i.icon1{background-position:0 -60px;}
.customize .private ul li:hover .text i.icon2{background-position:-60px -60px;}
.customize .private ul li:hover .text i.icon3{background-position:-120px -60px;}
.customize .private ul li:hover .text i.icon4{background-position:-180px -60px;}
.customize .private ul li:hover .bg{background-color:#ef0505;}

.customize .brand{padding:80px;}
.customize .brand ul li{width:285px;text-align:center;float:left;margin-right:20px;cursor:pointer;}
.customize .brand ul li:last-child{margin-right:0;}
.customize .brand ul li .img{border:1px #ddd solid;padding:20px 50px;height:90px;}
.customize .brand ul li .img img{height:90px;}
.customize .brand ul li p{color:#999;margin-top:20px;font-size:16px;}
.customize .brand ul li:hover p{color:#ef0505;}

.customize .fabric{margin-bottom:80px;}
.customize .fabric ul li{width:380px;float:left;margin-right:30px;cursor:pointer;}
.customize .fabric ul li:nth-child(3n){margin-right:0;}
.customize .fabric ul li .img{width:100%;overflow:hidden;}
.customize .fabric ul li .img img{width:380px;height:250px;-webkit-transition:.6s;-moz-transition:.6s;-ms-transition:.6s;transition:.6s;}
.customize .fabric ul li p{line-height:30px;padding:20px 0;text-align:center;font-size:18px;}
.customize .fabric ul li:hover .img img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}
.customize .fabric ul li:hover p{color:#ef0505;}

.customize .action{text-align:center;background:url(../images/bg08.jpg) center center no-repeat;padding:20px 0 25px;}
.customize .action p{font-size:32px;line-height:60px;padding-bottom:10px;color:#fff;}
.customize .action a{display:inline-block;vertical-align:top;font-size:18px;line-height:45px;width:130px;background:#333;color:#fff;}

.brand_pop{position:fixed;left:0;top:0;background:rgba(0,0,0,.5);z-index:1000;width:100%;height:100%;display:none;}
.brand_pop .content{background: #fff;padding:40px 80px;width:1040px;overflow:hidden;*z-index:1;display:flex;align-items:center;margin:auto;position:absolute;top:50%;left:50%;margin-top:-190px;margin-left:-600px;}
.brand_pop .content .close{position:absolute;right:30px;top:30px;}
.brand_pop .content .close i{font-size:20px;border:1px #999 solid;border-radius:100%;padding:3px;color:#999;}
.brand_pop .content .img{float:left;width:520px;margin-right:40px;}
.brand_pop .content .img img{width:520px;height:300px;}
.brand_pop .content .text{width:480px;float:left;flex:1;}
.brand_pop .content .text h3{font-size:24px;line-height:40px;margin-bottom:30px;}
.brand_pop .content .text p{color:#666;line-height:30px;}



/*企业团购*/
.group .list{margin-bottom:80px;}
.group .list ul li{width:222px;margin-right:20px;border:1px #ccc solid;float:left;}
.group .list ul li:last-child{margin-right:0;}
.group .list ul li .img{overflow:hidden;width:100%;}
.group .list ul li .img img{width:222px;height:222px;-webkit-transition:.6s;-moz-transition:.6s;-ms-transition:.6s;transition:.6s;}
.group .list ul li .text{padding:15px 15px 0;}
.group .list ul li .text h3{font-size:16px;line-height:20px;height:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.group .list ul li .text p{font-size:18px;color:#ef0505;font-weight:bold;padding:15px 0;}
.group .list .more{text-align:center;margin-top:50px;}
.group .list .more a{width:298px;height:43px;line-height:43px;border:1px #333 solid;font-size:16px;display:inline-block;vertical-align:top;}
.group .list .more a:hover{background:#ef0505;color:#fff;border-color:#ef0505;}
.group .list ul li:hover .img img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}



/*产品详情*/
.product_det{padding:50px 0 80px;}
.product_intro{margin-bottom:50px;}
/* .product_intro #preview{text-align:center; width:770px;float: left;}
.jqzoom{ width:630px; height:490px; position:relative;border:1px #dddddd solid;float:right;}
.jqzoom img{width:630px; height:490px;}

#spec-n5{width:88px; height:492px;overflow:hidden;float:left;margin-right:50px;}
#spec-n5 .control{width:88px; height:20px;cursor:pointer;}
#spec-n5 .control i{font-size:20px;color:#999;display:block;}
#spec-n5 .control:hover i{color:#ef0505;}

#spec-list{ position:relative; width:88px;height:452px;float:left; overflow:hidden;}
#spec-list ul li{width:88px;margin-bottom:13px;cursor:pointer;}
#spec-list ul li:last-child{margin-bottom:0;}
#spec-list ul li img{ width:86px; height:78px;border:1px solid #bfbfbf;}
#spec-list ul li:hover img,#spec-list ul li.cur img{border:1px solid #ef0505;}

.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:630px;height:490px;max-width:630px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
 */
.pc-slide {width:770px;float:left;}
.pc-slide .view{width:630px;height:490px;float:right;}
.pc-slide .preview{float:left;width:88px;margin-right:50px;}
.view .swiper-container{width:630px;height: 490px;}
.view .swiper-container img{width:630px;height:490px;}
.preview .swiper-container{width:88px;height:452px;}
.preview .swiper-container .swiper-wrapper{display:block;}
.preview .swiper-slide{width: 88px;height:80px;cursor:pointer;padding-bottom:13px;}
.preview .swiper-slide:last-child{margin-bottom:0;}
.preview .swiper-slide img{width:86px;height:78px;border:1px #eee solid;}
.preview .swiper-slide.active-nav img{border: 1px solid #F00;}
.preview .arrow-left,.preview .arrow-right{width:88px;height:20px;display:block;text-align:center;}
.preview .arrow-left i,.preview .arrow-right i{display:block;font-size:20px;}

.favorite_shar{margin-top:20px;font-size:16px;}
.favorite_shar .bdsharebuttonbox{float: left;}
.favorite_shar #bds_more{background: none;float:left;padding:10px 0;margin:0 20px 0 0;height:30px;line-height:30px;font-size: 16px;}
.favorite_shar i{float: left;color:#666;padding-right: 10px;font-size:18px;}
.favorite_shar a.shar.coll,.favorite_shar a.shar.coll i,.favorite_shar a:hover i{color:#ef0505;}
.favorite_shar .shar{float: left;height:30px;line-height:30px;padding:10px 0;margin-right:20px;}

.product_select{float:right;margin-left:50px;width:380px;}
.product_det_title h1{font-size: 22px;line-height: 30px;font-weight: 600;color: #666;}
.product_det_title p{color:#ef0505;line-height: 30px;margin:10px 0 15px;}

.product_det_price{background: #fafafa;padding:15px 10px;}
.product_det_price p{color:#666;line-height:40px;}
.product_det_price p s{color:#999;margin-left:10px;font-size:18px;}
.product_det_price p span{color:#ef0505;font-size:24px;}
.product_det_price p span em{font-size:32px;}
.product_det_price p > em{float:right;color:#ef0505;}

.product_det_type {padding:20px 0 10px;}
.product_det_type .select_deploy{margin-bottom: 20px;}
.product_det_type .select_deploy > span{float: left;line-height: 28px;color:#666;}
.product_det_type .select_deploy ul{float: left;}
.product_det_type .select_deploy ul li{float: left;border:1px #e6e6e6 solid;margin-left: 10px;cursor: pointer;}
.product_det_type .select_deploy ul li span{border:1px #fff solid;line-height: 26px;padding:0 12px;float: left;}
.product_det_type .select_deploy ul li.disabled{border:1px #ef0505 solid;background: url(../images/bg05.png) right bottom no-repeat;}
.product_det_type .select_deploy ul li.disabled span{border:1px #ef0505 solid;}
.product_det_type .select_deploy .buy_num{float: left;margin-left: 10px;}
.product_det_type .select_deploy .buy_num input{width:30px;height:30px;line-height: 30px;border:1px #ccc solid;float: left;padding:0 5px;}
.product_det_type .select_deploy .add_sub {float: left;margin-left: 4px;}
.product_det_type .select_deploy .add_sub p{width:16px;height:12px;line-height: 12px;border:1px #ccc solid;text-align: center;cursor: pointer;}
.product_det_type .select_deploy > p{color:#666;float: left;line-height: 32px;}
.product_det_type .select_deploy > p span{float: left;padding:0 20px 0 10px;}

.product_det_buy{overflow:hidden;*zoom:1;}
.product_det_buy a{float: left;width:178px;height:48px;line-height: 48px;text-align: center;font-size: 18px;color:#fff;border:1px #ef0505 solid;color:#ef0505;}
.product_det_buy a.ljgm{margin-right:20px;}
.product_det_buy a.jrgwc,.product_det_buy a.kefu{background: #ef0505;color:#fff;}


.best_selling{width:278px;border:1px #eee solid;margin-right:40px;float: left;}
.best_selling .selling_title{font-size: 16px;height:40px;line-height:40px;background: #fafafa;border-bottom:1px #eee solid;padding-left: 10px;border-bottom:1px #eee solid;color:#666;}
.best_selling  ul{padding:20px;}
.best_selling  ul li{border-bottom:1px #eee dashed;margin-bottom:10px;}
.best_selling  ul li a{display:block;}
.best_selling  ul li .selling_img{width:238px;height:238px;overflow: hidden;}
.best_selling  ul li .selling_img img{width:238px;height:238px;transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;}
.best_selling  ul li:hover .selling_img img{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.best_selling  ul li .selling_text{padding:10px 0;}
.best_selling  ul li .selling_text h3{color:#ef0505;line-height: 30px;font-size:18px;}
.best_selling  ul li .selling_text p{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;line-height: 20px;color:#666;}

.product_description{width:880px;float: left;}
.product_description .hd{ line-height:40px; height:40px; border-bottom:1px solid #C8D1D5;background:#f5f5f5; position:relative;border:1px solid #ededed;width:878px;}
.product_description .hd.topBarfix{position: fixed;top: 0px;z-index: 59;}
.product_description .hd ul{ z-index:5; position:absolute; height:40px;  overflow:hidden; zoom:1; }
.product_description .hd li{ float:left;width:120px;text-align:center; cursor:pointer;font-size:15px;color:#666;}
.product_description .hd li.on{ background:#ef0505; color:#fff;}
.product_description .hd li a{display: block;color:#666;}
.product_description .hd li a:hover{color:#ef0505;}
.product_description .hd li.on a{color:#fff;}


.product_description .bd .details{text-align: center;}
.product_description .bd .details ul{border:1px #eee solid;border-top:none;margin-bottom:20px;padding:20px 30px;}
.product_description .bd .details ul li{width:190px;float:left;margin-right:19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;color:#999;line-height:30px;}
.product_description .bd .details ul li:nth-child(4n){margin-right:0;}
.product_description .bd .details .img{border:1px #eee solid;padding:30px;}
.product_description .bd .after_sale{padding:20px 10px;}
.product_description .bd .after_sale strong{color:#ef0505;}
.product_description .bd > .evaluation{padding:30px;border:1px #eee solid;border-top:none;}

.Ptable-item{padding: 12px 0; line-height: 220%;color: #999;font-size: 12px;border-bottom: 1px solid #eee;}
.Ptable-item h3{width:110px;text-align:right;font-weight: 400;font-size: 12px;float: left;}
.Ptable-item dl{margin-left:110px}
.Ptable-item dt{width:160px;float:left;text-align:right;padding-right:5px}
.Ptable-item dd{margin-left:210px}


/*详情评价*/
.product_description .evaluation .praise{margin-left: 30px;}
.product_description .evaluation .praise h3{font-size: 13px;color:#666;}
.product_description .evaluation .praise .percentage{display: inline-block;font-size: 45px;line-height: 60px;color:#ef0505;}
.product_description .evaluation .praise .percentage span{font-size:24px;}
.product_description .evaluation .praise p{display: inline-block;margin-left: 40px;color: #666;}
.product_description .evaluation .praise p span{color:#ef0505;}

.product_description .evaluation .inHd{border-bottom:1px solid #e5e5e5;}
.product_description .evaluation .inHd li{ float:left;text-align:center; cursor:pointer;font-size:14px; height:36px; line-height:36px;border-bottom: 2px #fff solid;padding:0 15px;font-size: 14px;color:#666;margin-right: 15px;}
.product_description .evaluation .inHd li.on{color: #ef0505;border-bottom: 2px #ef0505 solid;}

.product_description .evaluation .inBd .con{padding:15px 0;}
.product_description .evaluation .inBd .con > ul{margin-bottom:30px;}
.product_description .evaluation .inBd .con > ul > li{padding:15px 0;border-bottom: 1px #cccccc dashed;width:100%;float: left;}
.product_description .evaluation .inBd .con > ul > li .eva_avatar{width:100px;text-align:center;float: left;}
.product_description .evaluation .inBd .con > ul > li .eva_avatar img{width:60px;height:60px;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;border-radius: 50%;}
.product_description .evaluation .inBd .con > ul > li .eva_avatar p{line-height:40px;font-size: 15px;color:#666;}
.product_description .evaluation .inBd .con > ul > li .eva_content{float: left;width:718px;}
.product_description .evaluation .inBd .con > ul > li .eva_content .eva_star em{width: 78px;height: 14px;background: url(../images/star.png);background-repeat:no-repeat;display: inline-block;vertical-align: text-top;}
.product_description .evaluation .inBd .con > ul > li .eva_content .eva_star .star1{background-position: -64px 0;}
.product_description .evaluation .inBd .con > ul > li .eva_content .eva_star .star2{background-position: -48px 0;}
.product_description .evaluation .inBd .con > ul > li .eva_content .eva_star .star3{background-position: -32px 0;}
.product_description .evaluation .inBd .con > ul > li .eva_content .eva_star .star4{background-position: -16px 0;}
.product_description .evaluation .inBd .con > ul > li .eva_content .eva_star .star5{background-position: 0 0;}
.product_description .evaluation .inBd .con > ul > li .eva_content p{line-height:26px;padding:10px 0;color:#666;}
.product_description .evaluation .inBd .con > ul > li .eva_content ul{padding-bottom:15px;}
.product_description .evaluation .inBd .con > ul > li .eva_content ul li{float: left;margin-right: 15px;}
.product_description .evaluation .inBd .con > ul > li .eva_content ul li:last-child{margin-right: 0;}
.product_description .evaluation .inBd .con > ul > li .eva_content ul li img{width:90px;height:90px;}
.product_description .evaluation .inBd .con > ul > li .eva_content .package_info{font-size: 13px;color:#888;}
.product_description .evaluation .inBd .con > ul > li .eva_content .package_info span{margin-right: 20px;}
.product_description .evaluation .inBd .con .eva_air{text-align: center;font-size: 14px;line-height: 40px;color:#999;}


/*点击小图弹出大图*/
.baguetteBox-button {background-color: transparent !important;}

#baguetteBox-overlay{display:none;opacity:0;filter:alpha(opacity=0);position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
#baguetteBox-overlay.visible{opacity:1;filter:alpha(opacity=0);}
#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}
#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}
#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}
#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}
#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}
.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}
.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
.baguetteBox-button#next-button{right:2%}
.baguetteBox-button#previous-button{left:2%}
.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
.baguetteBox-button svg{position:absolute;left:0;top:0}




/*购物车*/
.air{text-align: center;margin-top:100px;}
.air p{font-size: 18px;color:#999;line-height: 60px;}
.air a{font-size: 18px;width:126px;height:36px;line-height: 36px;background-color: #de0202;display: block;margin:auto;color:#fff;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;border-radius:6px;}

.cartMain label{position: relative;display: inline-block;z-index: 1;border: 1px solid #b8b8b8;margin-left: 10px;width: 12px;height: 12px;cursor: pointer;}
.cartMain label.wenzi{border:none;padding-left:20px;line-height: 46px;display: block;width: auto;height: 46px;color:#666;}
.cartMain label.mark{background: url("../images/bg21.png") center center no-repeat;border: 1px solid #de0202;}
.cartMain input[type="checkbox"]{display: none;}

.cartMain{position: relative;min-height:210px;}

.shopping{padding:50px 0 100px;}
.cartMain_hd{height:46px;line-height:46px;color: #666;border:1px #e8e8e8 solid;background-color:#f3f3f3;border-bottom:none;}
.cartMain_hd .cartTop{height:46px;}
.cartMain_hd .cartTop .list_chk{width: 80px;text-indent: 30px;}
.cartMain_hd .cartTop .list_con{width:418px;}
.cartMain_hd .cartTop .list_chk label{position: absolute;left: 10px;top:15px;margin: 0;}
.cartBox{width: 100%;margin-bottom: 15px;}
.cartBox .shop_info{position: relative;width: 100%;vertical-align: baseline;}
.cartBox .shop_info .all_check{position: relative;float: left;width:80px;height:46px;}
.cartBox .shop_info .all_check span{float: left;line-height: 46px;padding-left:30px;}

.cartBox .shop_info .all_check input[type="checkbox"]{position: absolute;z-index: 0;left: -20px;top: -20px;}
.cartBox .shop_info .all_check .shop{ position: absolute; top:16px;}
.cartBox .shop_info .shop_name{float: left;}
.cartBox .shop_info .shop_name i{float: left;font-size: 18px;color:#999;padding:0 10px;}
.cartBox .shop_info .shop_name a{color:#666;}


/*购物车列表*/
.cartBox .order_content{border: 1px solid #e5e5e5;}
.cartBox .order_content a{display: block;}

.order_content .order_lists{padding:20px 0;}
.order_lists{ width: 100%;height:90px;border-bottom: 1px solid #e5e5e5;}
.order_lists:last-child{border-bottom: none;}
.order_lists li{float: left;height: 100%;text-align: center;font-size: 15px;}

.order_lists .list_chk{position: relative;width: 50px;}
.order_lists .list_chk input[type="checkbox"]{position: absolute;z-index: 0;left: -20px;top: -20px;}
.order_lists .list_chk label{ margin:0px 10px 0 14px;}

.order_lists .list_con{width:418px;}
.order_content .order_lists .list_con{width:448px;text-align: left;}
.order_lists .list_con .list_img{width: 88px;height: 88px;float: left;border:1px #e5e5e5 solid;background-color: #fff;}
.order_lists .list_con .list_img img{width:88px;height:88px;vertical-align: top;}
.order_lists .list_con .list_text{margin-left:10px;width:318px;float: left;}
.order_lists .list_con .list_text a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:15px 0 5px;}
.order_lists .list_con .list_text a:hover{color: #de0202;text-decoration: underline;}
.order_lists .list_con .list_text p{color:#666;}

.order_lists .list_info{width: 252px;box-sizing: border-box;padding: 20px 0;}
.order_lists .list_info p{color: #9c9c9c;margin-left: 15px;}
.order_lists .list_price{width:210px;}
.order_lists .list_price .price{line-height:90px;font-size:18px;color:#666;display:block;}
.order_lists .list_amount{width:210px;}
.order_lists .list_amount .amount_box{width: 77px;height: 25px;position: relative;margin:32px auto 0;}
.order_lists .list_amount .amount_box input{width: 39px;height: 15px;line-height: 15px;border: 1px solid #e5e5e5;color: #343434;text-align: center; padding: 4px 0;background-color: #fff;z-index: 2;position: absolute;left: 18px;float: left;}
.order_lists .list_amount .amount_box a{float: left;height: 23px;width: 17px;border: 1px solid #e5e5e5;background: #fff;text-align: center;line-height: 23px;color: #444;position: absolute;top:0;}
.order_lists .list_amount .amount_box a:hover{border-color: #de0202;text-decoration: none;color: #de0202;z-index: 3;}
.order_lists .list_amount .amount_box .reduce{left: 0;}
.order_lists .list_amount .amount_box .reSty{color: #cbcbcb;}
.order_lists .list_amount .amount_box .reSty:hover{border-right: none;border-color: #e5e5e5;text-decoration: none;color: #cbcbcb;}
.order_lists .list_amount .amount_box .plus{border-left-color: transparent;right: 0;}

.order_lists .list_sum{width: 140px;}
.order_lists .list_sum span{color:#de0202;display:block;line-height:90px;font-size:18px;}
.order_lists .list_sum .sum_price{color:#de0202;}

.order_lists .list_op{width: 140px;display:flex;display:-webkit-flex;align-items:center;justify-content:center;text-align:center;}
.order_lists .list_op .del i{color:#4f4f4f;font-size:24px;}
.order_lists .list_op .del{text-align: left;padding-left: 25px;}


/*底部总计算价*/
.bar-wrapper{height:58px;border:1px #e5e5e5 solid;background-color:#f3f3f3;}
.bar-wrapper .bar-right{float: right;color: #3c3c3c;}
.bar-wrapper .bar-right strong{color: #de0202;}

.bar-wrapper .select_all{float: left;}
.bar-wrapper .select_all label{top:2px;}
.bar-wrapper .select_all label.wenzi{display: inline-block;padding-left: 0;top: 0;line-height: 60px;height:60px;}
.bar-wrapper .select_all span{display: inline-block;line-height:58px;vertical-align: top;margin-left: 10px;}
.bar-wrapper .select_operat{float: left;}
.bar-wrapper .select_operat a{display: inline-block;line-height: 58px;color:#666;margin-left:30px;}
.bar-wrapper .select_operat a:hover{color: #de0202;}

.bar-wrapper .bar-right .piece{float: left;min-width: 110px;margin-right: 20px;height:60px;line-height:60px;}
.bar-wrapper .bar-right .piece .piece_num{display: inline-block;padding: 0 10px;font-weight: 700;font-size: 18px;font-family: tohoma,arial;}
.bar-wrapper .bar-right .totalMoney{float: left; min-width: 100px; height:60px;line-height:60px;margin-right: 50px;}
.bar-wrapper .bar-right .totalMoney .total_text{float: right;font-weight: 400;font-size: 20px;font-family: Arial;vertical-align: middle;margin-right: 10px;margin-left: 15px;}
.bar-wrapper .bar-right .calBtn{float: left;}
.bar-wrapper .bar-right .calBtn a{display: block;width: 120px;height:58px;color: #fff;background: #ccc;cursor: not-allowed;font-size:18px;font-weight: bold;letter-spacing: 5px;text-decoration: none;line-height:58px;text-align: center;}
.bar-wrapper .bar-right .calBtn a.btn_sty{background:#de0202; cursor: pointer;}


/*自己定义的模态框*/
.model_bg{position:fixed;top:0;left: 0;bottom: 0;right: 0;background: rgba(0,0,0,.6);z-index: 999;display: none;}
.my_model,.my_tips{position: fixed; display: none;top:50%;left: 50%;margin-top: -120px;margin-left: -214px;z-index: 9999; width:420px;border: 1px solid #aeaeae;border-radius: 3px;background: rgba(255,255,255,.5);padding:4px;}
.my_model .title,.my_tips .title{font-size: 15px;color: #666;height:40px;line-height: 40px;background-color: #eeeeee;font-weight: bold;padding:0 12px;}
.my_model .title .closeModel,.my_tips .title .closeModel{float: right;cursor: pointer;font-weight:normal;}

.my_model .content,.my_tips .content{background-color: #fff;}
.my_model .content p,.my_tips .content p{font-size: 20px;line-height: 40px;text-align: center;padding:40px 0;}
.my_model .content p span,.my_tips .content p span{margin-left: 20px;}

.my_model .opBtn,.my_tips .opBtn{padding-bottom: 40px;text-align: center;}
.my_model .opBtn a,.my_tips .opBtn a{width:68px;height:28px;line-height:28px;text-align: center;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;display: inline-block;margin:0 10px;}
.my_model .dialog-sure,.my_tips .dialog-sure{background:#ef0505;color: #fff;border: 1px solid #ef0505;}

.my_model .dialog-close,.my_tips .dialog-close{background: #f7f7f7;border: 1px solid #ccc;color:#666;}


/*下单页面*/
.shopping_address{margin-bottom:20px;}
.shopping_address .add_title {height:60px;line-height: 60px;margin-top:18px;}
.shopping_address .add_title strong{font-size:20px;display: inline-block;}
.shopping_address .add_title a{display: inline-block;color:#2288ee;margin-left: 10px;}
.shopping_address .add_content{border:1px #eee solid;padding-bottom:30px;margin-bottom:40px;}
.shopping_address .add_content h4{font-weight: bold;font-size: 14px;background-color: #f8f8f8;padding-left: 20px;height:40px;line-height: 40px;margin-bottom: 36px;}
.shopping_address .add_content .add_fill{width: 100%;margin-bottom:20px;}
.shopping_address .add_content .add_fill label{width:100px;text-align: right;float: left;height:36px;line-height: 36px;padding-right: 10px;}
.shopping_address .add_content .add_fill label em{color:#ff0000;}
.shopping_address .add_content .add_fill input{height:34px;line-height: 34px;border:1px #ccc solid;width:400px;padding:0 10px;}
.shopping_address .add_content .add_fill select{width:130px;height:36px;line-height: 36px;border:1px #ccc solid;padding:0 20px 0 10px;float: left;margin-right: 15px;background:url(../images/bg16.jpg) 110px center no-repeat;}
.shopping_address .add_content .add_fill textarea{width:400px;height:60px;border:1px #ccc solid;padding:10px;resize: none;display: block;}
.shopping_address .add_content .add_fill textarea::-webkit-input-placeholder{color:#bbbbbb;}
.shopping_address .add_content .add_default{margin-left: 110px;line-height: 20px;}
.shopping_address .add_content .add_default input{width:12px;height:12px;border:1px #ccc solid;float: left;margin-top: 4px;}
.shopping_address .add_content .add_default label{padding:0 10px;}
.shopping_address .add_content .add_default span{color:#ef0505;}
.shopping_address .add_content .add_default .on_checkbox{background:url(../images/bg21.png) center no-repeat;border-color:#ef0505;}
.shopping_address .add_content .add_btn{margin:20px 0 0 110px;}
.shopping_address .add_content .add_btn input{width:100px;height:30px;line-height: 30px;background-color: #ef0505;color:#fff;-webkit-border-radius: 2px;-moz-border-radius: 2px;-ms-border-radius: 2px;border-radius: 2px;cursor:pointer;}
.shopping_address .add_content .add_btn a{width:100px;height:30px;line-height: 30px;display: inline-block;-webkit-border-radius: 2px;-moz-border-radius: 2px;-ms-border-radius: 2px;border-radius: 2px;text-align: center;background:#eee;margin-left: 20px;}

.shopping_address .add_list{overflow: hidden;*zoom:1;}
.shopping_address .add_list_content{width: 283px;height:140px;background-image:url(../images/box01.png);background-position:center;background-repeat: no-repeat;float: left;margin-right: 20px;cursor:pointer;position: relative;margin-bottom: 20px;}
.shopping_address .add_list_content:nth-child(4n){margin-right: 0;}
.shopping_address .add_list_content.add_cur{background-image:url(../images/box02.png)}
.shopping_address .add_list_content .add_list_text{width: 247px;height:140px;padding:0 18px;}
.shopping_address .add_list_content .add_name{line-height: 40px;padding-top: 10px;border-bottom:1px #e8e8e8 dashed;font-size: 15px;}
.shopping_address .add_list_content .add_name span{padding-right: 10px;}
.shopping_address .add_list_content .add_dizhi{padding-top:10px;}
.shopping_address .add_list_content .add_operate{text-align: right;font-size: 13px;position: absolute;bottom:7px;right:18px;z-index: 10;}
.shopping_address .add_list_content .add_operate a{float: left;margin:0 4px;}
.shopping_address .add_list_content .add_operate a.add_modify{color:#2288ee;}
.shopping_address .new_add{text-align: center;padding:40px 0px;width:283px;height:60px;background-image:url(../images/box01.png);background-position:center;background-repeat: no-repeat;float: left;cursor:pointer;margin-bottom:20px;}
.shopping_address .new_add i{font-size: 30px;color:#ccc;height:30px;display: block;}
.shopping_address .new_add p{font-size: 15px;color:#666;line-height: 30px;}

.order_fill .payment_method{padding-bottom:25px;border-bottom:1px #e8e8e8 solid;}
.order_fill .payment_method h3{font-size:18px;font-weight: bold;line-height:60px;}
.order_fill .payment_method ul li{line-height:32px;float: left;margin-right:40px;cursor:pointer;}
.order_fill .payment_method ul li input{-webkit-appearance:radio;appearance:radio;width:16px;height:16px;float: left;;margin:8px 20px 0 0;}
.order_fill .payment_method ul li img{float: left;}


.order_fill{margin-bottom:100px;}
.order_fill .invoice_info h3{font-size:18px;font-weight: bold;height:60px;line-height:60px;margin-top:5px;}
.order_fill .invoice_info .invoice_show{border:1px #eee solid;padding:12px 20px;color:#666;}
.order_fill .invoice_info .invoice_show .invoice_show_info input{width:12px;height:12px;border:1px #ccc solid;}
.order_fill .invoice_info .invoice_show .invoice_show_info .on_invoice{background:url(../images/bg21.png) center no-repeat;border-color:#ef0505;}
.order_fill .invoice_info .invoice_show .invoice_show_info label{font-size: 13px;padding-left: 10px;}
.order_fill .invoice_info .invoice_show .invoice_show_info p{font-size: 12px;margin-left: 22px;}
.order_fill .invoice_info .invoice_show .invoice_show_info p span{margin-right: 10px;display:inline-block;}
.order_fill .invoice_info .invoice_show .invoice_show_info p a{color:#0066cc;display:inline-block;}

.order_fill .invoice_show .invoice_fill{display: none;margin-top: 20px;}
.order_fill .invoice_show .invoice_type{overflow: hidden;*zoom:1;}
.order_fill .invoice_show .invoice_type label,.order_fill .invoice_show .invoice_head .hd label,.order_fill .invoice_show .invoice_head .bd .identifier label{width:120px;line-height: 32px;float: left;text-align: right;padding-right:10px;font-size: 13px;}
.order_fill .invoice_show .invoice_type label em,.order_fill .invoice_show .invoice_head .hd label em,.order_fill .invoice_show .invoice_head .bd .identifier label em{color:#ff0000;font-size: 20px;padding:0 5px;display: inline-block;vertical-align: top;}
.order_fill .invoice_show .invoice_type a{float: left;;width:110px;height:30px;line-height: 30px;text-align: center;border:1px #ccc solid;margin-right: 10px;font-size: 13px;}
.order_fill .invoice_show .invoice_type a.cur{border:1px #ef0505 solid;background:url(../images/bg24.png) right bottom no-repeat;color:#ef0505;}
.order_fill .invoice_show .explanation{border:1px #ef0505 solid;background: #fffbf6;padding:10px 20px;width:700px;margin-top: 20px;font-size:12px;display:none;}
.order_fill .invoice_show .invoice_head{margin-top: 20px;display:none;}
.order_fill .invoice_show .invoice_head .hd ul{float: left;}
.order_fill .invoice_show .invoice_head .hd ul li{width:140px;height:30px;line-height: 30px;text-align: center;border:1px #ccc solid;float: left;margin-right: 10px;font-size: 13px;cursor:pointer;}
.order_fill .invoice_show .invoice_head .hd ul li span{display:block;border:1px #fff solid;height:28px;}
.order_fill .invoice_show .invoice_head .hd ul li.on{border:1px #ef0505 solid;background:url(../images/bg24.png) right bottom no-repeat;color: #ef0505;}

.order_fill .invoice_show .invoice_head .bd .invoice_name{margin-left: 130px;margin-top: 20px;}
.order_fill .invoice_show .invoice_head .bd .invoice_name .enter{width:310px;height:30px;line-height: 30px;border:1px #ccc solid;float: left;margin-right: 10px;padding:0 10px;}
.order_fill .invoice_show .invoice_head .bd .identifier{margin-top: 20px;}
.order_fill .invoice_show .invoice_head .bd .identifier input{width:180px;height:30px;border:1px #ccc solid;padding:0 10px;float: left;}
.order_fill .invoice_show .invoice_head .bd .identifier span{float: left;line-height: 32px;font-size: 12px;padding-left:20px;}
.order_fill .invoice_show .invoice_head .bd .identifier i{color:#ef0505;margin:0 5px 0 10px;font-size:18px;float: left;}
.order_fill .invoice_show .invoice_confirm{margin:20px 0 20px 130px;}
.order_fill .invoice_show .invoice_confirm input{width:120px;height:30px;line-height: 30px;text-align: center;background-color: #ef0505;color:#fff;cursor:pointer;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;border-radius: 3px;}
.order_fill .invoice_show .invoice_confirm a{width: 100px;height: 30px;line-height: 30px;display: inline-block;-webkit-border-radius: 2px;-moz-border-radius: 2px;-ms-border-radius: 2px;border-radius: 2px;text-align: center;background: #eee;margin-left: 20px;}

.order_fill .pro_info{padding:25px 0;overflow: hidden;*zoom:1;}
.order_fill .pro_info_content .info_top{height:50px;line-height:50px;font-size: 16px;border-bottom: 1px #eee solid;background:#eee;}
.order_fill .pro_info_content .info_top div{float:left;text-align: center;color:#666;}
.order_fill .pro_info_content .info{width:520px;position:relative;}
.order_fill .pro_info_content .price{width:270px;}
.order_fill .pro_info_content .num{width:204px;}
.order_fill .pro_info_content .subtotal{width:204px;}

.order_fill .pro_info_content ul li{overflow: hidden;*zoom:1;border-bottom: 1px #eee solid;}
.order_fill .pro_info_content ul li > div{float: left;text-align: center;height:80px;line-height:80px;padding:10px 0;}
.order_fill .pro_info_content ul li .format{padding:25px 20px 0;}
.order_fill .pro_info_content ul li .info{width:519px;line-height:24px;}
.order_fill .pro_info_content ul li .info a{display: block;padding:0 10px;height:80px;}
.order_fill .pro_info_content ul li .info .img{width:80px;height:80px;float: left;}
.order_fill .pro_info_content ul li .info .img img{width:80px;height:80px;vertical-align:top;}
.order_fill .pro_info_content ul li .info .text{float: left;width:300px;padding-left:20px;font-size:15px;text-align: left;display:flex;align-items: center;height:80px;}



.order_fill .use_coupon{border-bottom:1px #eee solid;}
.order_fill .use_coupon h3{font-size:18px;font-weight: bold;height:60px;line-height:60px;margin-top:30px;cursor:pointer;}
.order_fill .use_coupon h3 i{font-size: 20px;display: inline-block;padding:0 10px;}
.order_fill .use_coupon .rotate i{transform: rotate(180deg);-ms-transform: rotate(180deg);-moz-transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.use_coupon .coupon_tabs{display:none}
.use_coupon .coupon_tabs.open{display:block;}
.use_coupon .coupon_tabs .hd ul{float: left;border:1px #eee solid;border-bottom:none;}
.use_coupon .coupon_tabs .hd ul li{width:150px;height:30px;line-height: 30px;float: left;text-align: center;border-top:2px #fff solid;border-left: 1px #eee solid;cursor:pointer;}
.use_coupon .coupon_tabs .hd ul li:first-child{border-left: none;}
.use_coupon .coupon_tabs .hd ul li.on{border-top:2px #ef0505 solid;margin-top:-1px;line-height: 32px;}
.use_coupon .coupon_tabs .hd p{float: right;line-height: 32px;}
.use_coupon .coupon_tabs .bd{border:1px #eee solid;padding:20px 0;}
.use_coupon .coupon_tabs .bd p{padding-left: 50px;color:#666;padding-bottom: 10px;}
.use_coupon .coupon_tabs .bd p span{color:#ef0505;padding:0 5px;}
.use_coupon .coupon_tabs .bd ul li{overflow: hidden;margin:0 50px;border-bottom: 1px #eee solid;position:relative;}
.use_coupon .coupon_tabs .bd ul li.on_coupon {background-color: #fff1db;margin:0;padding:0 50px;}
.use_coupon .coupon_tabs .bd ul li.on_coupon input{background-image:url(../images/bg21.png);background-position:50px center;}
.use_coupon .coupon_tabs .bd .unavailable ul li{-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter:gray;}
.use_coupon .coupon_tabs .bd ul li input{position:absolute;left:0;top:0;width:100%;height:50px;background-image:url(../images/bg21-1.png);background-position:0px center;background-repeat:no-repeat;}
.use_coupon .coupon_tabs .bd ul li label{float: left;padding-left:30px;width:1068px;}
.use_coupon .coupon_tabs .bd ul li label span{float: left;width: 240px;line-height: 50px;color:#666;}
.use_coupon .coupon_tabs .bd ul li .price{color:#ef0505;}
.use_coupon .coupon_tabs .bd ul li .price em{float: left;font-size: 16px;line-height:40px;margin-top:7px;}
.use_coupon .coupon_tabs .bd ul li .price strong{font-size:24px;float: left;}


.order_fill .statistical_amount{text-align: right;line-height: 32px;color: #666;margin-top:50px;background:#f7f7f7;padding:25px;}
.order_fill .statistical_amount p{font-size:16px;}
.order_fill .statistical_amount p strong{width:110px;display: inline-block;color:#666;}
.order_fill .statistical_amount p.total{border-top:1px #e1e1e1 solid;padding-top:15px;margin-top:15px;}
.order_fill .statistical_amount p.total em{font-size:24px;}
.order_fill .statistical_amount p span{font-size:30px;color:#ef0505;line-height: 50px;}
.order_fill .statistical_amount p a{width:135px;height:45px;line-height: 45px;text-align: center;background-color: #ef0505;color:#fff;font-size: 18px;margin-top: 10px;-webkit-border-radius:45px;-moz-border-radius:45px;-ms-border-radius:45px;border-radius:45px;display:inline-block;vertical-align:top;}




/*微信支付*/
.pay .top{overflow: hidden;*zoom:1;line-height:40px;padding:10px 0;}
.pay .top .left{float: left;}
.pay .top .left span{color:#73c6db;}
.pay .top .right{float:right;padding-right:20px;}
.pay .top .right span{font-size:18px;color:#ff0000;font-weight:bold;}

.pay_order_content{padding:30px 0 90px;border-left:1px #e5e5e5 solid;border-right:1px #e5e5e5 solid;border-top:5px #ef0505 solid;margin-bottom:80px;border-bottom:5px #e5e5e5 solid;}
.pay_order_content .pay_title{position: relative;line-height:37px;height:43px;}
.pay_order_content .pay_title p{height:43px;font-size: 18px;background-image:url(../images/bg23.png);background-position: left center;background-repeat:no-repeat;float: left;text-align: center;color:#fff;position: absolute;left: -5px;}
.pay_order_content .pay_title p span{background-color: #ef0505;display: block;padding:0 18px;}
.pay_order_content .pay_title a{float: right;width:110px;text-align: center;color:#2288ee;}

.pay_order_content .pay_content{text-align: center;}
.pay_order_content .pay_ewm{display: inline-block;margin:20px 50px 20px 0;}
.pay_order_content .pay_ewm img{width:300px;height:300px;border:1px #d2d2d2 solid;}
.pay_order_content .pay_ewm .text{width:302px;height:60px;text-align: center;background-color: #ef0505;margin-top: 20px;color:#fff;}
.pay_order_content .pay_ewm .text p{padding:10px 0;line-height: 20px;text-align:left;display: inline-block;padding-left: 80px;background:url(../images/bg22.png) left center no-repeat;}

.pay_order_content .pay_img{display: inline-block;vertical-align: top;width:320px;height:420px;}


/*关于我们*/
.about{margin-bottom:80px;font-size:16px;line-height:32px;color:#666;}

.spirit{margin-bottom:80px;}
.spirit ul li{overflow:hidden;*z-index:1;}
.spirit ul li .img{width:600px;float:left;overflow:hidden;}
.spirit ul li .img img{width:600px;height:350px;-webkit-transition:.6s;-moz-transition:.6s;-ms-transition:.6s;transition:.6s;}
.spirit ul li .text{width:540px;float:right;padding:50px 30px;}
.spirit ul li .text h3{font-size:24px;line-height:80px;position:relative;margin-bottom:15px;}
.spirit ul li .text h3:after{content:"";width:42px;height:3px;background:#ef0505;position:absolute;left:0;bottom:0;}
.spirit ul li .text p{font-size:16px;color:#666;line-height:30px;}
.spirit ul li:nth-child(2n) .img{float:right;}
.spirit ul li:nth-child(2n - 1) .text{float:left;}
.spirit ul li:hover .img img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}

.society .welfare{margin-bottom:80px;}
.society .welfare ul li{width:300px;float:left;cursor:pointer;}
.society .welfare ul li .img{width:100%;overflow:hidden;}
.society .welfare ul li .img img{width:300px;height:180px;-webkit-transition:.6s;-moz-transition:.6s;-ms-transition:.6s;transition:.6s;}
.society .welfare ul li .text{padding:20px;background-color:#eee;height:120px;}
.society .welfare ul li .text h3{font-size:18px;margin-bottom:10px;line-height:30px;font-weight:bold;}
.society .welfare ul li .text p{font-size:15px;color:#666;line-height:20px;}
.society .welfare ul li:nth-child(2n - 1) .text{background-color:#f7f7f7;}
.society .welfare ul li:hover .img img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}
.society .welfare ul li:hover .text{background-color:#ef0505;}
.society .welfare ul li:hover .text h3,.society .welfare ul li:hover .text p{color:#fff;}

.course{background-color:#f9f9f9;padding:60px;}
.society_tabs .bd{margin-bottom:30px;}
.society_tabs .bd .con ul li{width:260px;float:left;margin-right:53px;cursor:pointer;}
.society_tabs .bd .con ul li:last-child{margin-right:0;}
.society_tabs .bd .con ul li .img{width:100%;overflow:hidden;}
.society_tabs .bd .con ul li .img img{width:260px;height:180px;-webkit-transition:.6s;-moz-transition:.6s;-ms-transition:.6s;transition:.6s;}
.society_tabs .bd .con ul li .text{font-size:14px;color:#666;padding:15px;background-color:#fff;text-align:center;}
.society_tabs .bd .con ul li .text p{line-height:20px;height:80px;text-align:left;}
.society_tabs .bd .con ul li .text span{width:120px;height:30px;display:inline-block;vertical-align:top;line-height:30px;background-color:#f9f9f9;}
.society_tabs .bd .con ul li:hover .img img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}
.society_tabs .bd .con ul li:hover .text span{background-color:#ef0505;color:#fff;}

.society_tabs .hd{position:relative;width:1100px;padding:0 50px;overflow:hidden;}
.society_tabs .hd:after{content:"";width:100%;height:1px;background-color:#ccc;position:absolute;left:0;top:15px;}
.society_tabs .hd ul{width:10000px;position:relative;}
.society_tabs .hd ul li{width:110px;float:left;color:#999;text-align:center;line-height:10px;margin-top:10px;cursor:pointer;position:relative;z-index:10;}
.society_tabs .hd ul li i{width:10px;height:10px;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;border-radius:100%;display:inline-block;vertical-align:top;background-color:#ccc;line-height:10px;}
.society_tabs .hd ul li p{line-height:36px;}
.society_tabs .hd ul li.on i{background-color:#ef0505;}
.society_tabs .hd ul li.on p{font-size:16px;color:#ef0505;}
.society_tabs .hd a{position:absolute;top:0;width:30px;height:30px;z-index:12;}
.society_tabs .hd a:after{content:"";width:30px;height:46px;background-color:#f7f7f7;position:absolute;top:0;}
.society_tabs .hd a.prev{left:0;}
.society_tabs .hd a.next{right:0;}
.society_tabs .hd a img{position:relative;z-index:10;border: 1px solid #ccc;}
.society_tabs .hd a.prev:after{left:0;}
.society_tabs .hd a.next:after{right:0;}

.honor{margin-bottom:80px;}
.honor ul li{width:380px;margin-right:30px;float:left;margin-bottom:30px;text-align:center;}
.honor ul li:nth-child(3n){margin-right:0;}
.honor ul li a{display:block;border:1px #ccc solid;height:200px;padding:30px;display:-webkit-flex;display:flex;align-items:center;justify-content:center;}
.honor ul li p{font-size:18px;line-height:30px;margin-top:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}


/*点击小图弹出大图*/
.baguetteBox-button {background-color: transparent !important;}
#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.5);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
#baguetteBox-overlay.visible{opacity:1}
#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}
#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);padding:10px;background-color:#fff;}
#baguetteBox-overlay .full-image p span{color:#fff;border:2px #fff solid;margin:10px auto 0;background-color:#000;border-radius: 14px;display: inline-block;padding:0 20px;}
#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}
#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}
#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}
.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}
.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
.baguetteBox-button#next-button{right:2%}
.baguetteBox-button#previous-button{left:2%}
.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
.baguetteBox-button svg{position:absolute;left:0;top:0}


/*登录注册*/
.header .title{font-size:24px;line-height:40px;margin:30px 0;border-left:2px #e8e8e8 solid;padding-left:20px;display:inline-block;vertical-align:top;}
.login{width:100%;height:650px;background-repeat:no-repeat;background-position:center;background-image:url(../images/bg11.jpg);}
.login .content{text-align:right;}
.login_tabs,.registered{background:#fff;padding:30px;text-align:left;display:inline-block;vertical-align:top;margin-top:80px;width:392px;}
.login_tabs .hd{margin-bottom:25px;}
.login_tabs .hd ul li{width:49%;float:left;font-size:20px;text-align:center;cursor:pointer;}
.login_tabs .hd ul li:first-child{border-right:1px #dbdbdb solid;}
.login_tabs .hd ul li.on{color:#ef0505;}
.login_tabs .bd .con .box,.registered .box{overflow:hidden;*zoom:1;border:1px #ccc solid;margin-bottom:25px;height:50px;}
.login_tabs .bd .con .box .icon{float:left;width:60px;height:50px;line-height:50px;font-size:24px;text-align:center;color:#666;}
.login_tabs .bd .con .box input{width:320px;padding-right:10px;float:left;height:50px;line-height:50px;font-size:16px;}
.login_tabs .bd .con .box input.code{width:210px;}
.login_tabs .bd .con .box button,.registered .box button{width:110px;height:50px;line-height:50px;text-align:center;color:#fff;background:#333;float:right;cursor:pointer;}
.login_tabs .bd .con .box button.wait,.registered .box button.wait{background:#999;}
.login_tabs .bd .con .link a{display:inline-block;vertical-align:top;color:#666;}
.login_tabs .bd .con .link a:last-child{float:right;}
.login_tabs .bd .con .link a:hover{color:#ef0505;}
.login_tabs .bd .con .btn{margin-bottom:20px;padding-top:10px;}
.login_tabs .bd .con .btn input,.registered .btn input{height:50px;line-height:50px;background:#333;width:100%;display:block;color:#fff;font-size:16px;cursor:pointer;}
.login_tabs .bd .con .btn:hover input{background:#ef0505;}
.login_tabs .bd .con .third_party .title{font-size:16px;color:#999;text-align:center;margin-bottom:20px;}
.login_tabs .bd .con .third_party ul{text-align:center;}
.login_tabs .bd .con .third_party ul li{display:inline-block;vertical-align:top;margin:0 12px;}
.login_tabs .bd .con .third_party ul li .icon{font-size:40px;line-height:40px;height:40px;width:40px;}
.login_tabs .bd .con .third_party ul li .icon.icon-QQ{color:#0288d1;}
.login_tabs .bd .con .third_party ul li .icon.icon-sousuo{color:#0fc31a;}
.login_tabs .bd .con .third_party ul li .icon.icon-weibo1{color:#d32f2f;}

.footer .login_footer{text-align:center;padding:15px 0;}

.registered .title{text-align:center;font-size:30px;line-height:30px;margin-bottom:25px;}
.registered .box label{padding:0 10px;font-size:16px;width:70px;line-height:50px;float:left;}
.registered .box input{float:left;width:290px;padding-right:10px;height:50px;line-height:50px;font-size:16px;}
.registered .box input.code{width:180px;}
.registered .btn{padding-top:10px;}
.registered .agree{font-size:12px;margin-top:-15px;line-height:30px;}
.registered .agree input{appearance:checkbox;-webkit-appearance:checkbox;display:inline-block;vertical-align:top;width:14px;height:14px;margin:8px 5px 0 0;}



/*会员中心*/
.member{padding:50px 0 80px;}
.member .section{width:160px;padding:30px 20px 0;float:left;background:#f7f7f7;margin-right:40px;}
.member .section .info{text-align:center;}
.member .section .info img{width:100px;height:100px;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;border-radius:100%;}
.member .section .info h3{font-size:16px;padding:10px 0;color:#666;line-height:30px;}
.member .section dl{margin-bottom:15px;}
.member .section dl dt{font-size:16px;font-weight:bold;margin-bottom:10px;}
.member .section dl dd{line-height:45px;font-size:16px;}
.member .section dl dd a{display:block;color:#666;}
.member .section dl dd i{width:30px;font-size:20px;text-align:center;margin-right:10px;display:inline-block;vertical-align:top;color:#666;}
.member .section dl dd i.icon-left1{float:right;margin-right:0;font-size:16px;width:auto;}
.member .section dl dd:hover a,.member .section dl dd.cur a{color:#ef0505;}
.member .section dl dd:hover i,.member .section dl dd.cur i{color:#ef0505;}

.member .right{width:960px;float:right;}
.member .right > .title{border-bottom:1px #e6e6e6 solid;line-height:46px;color:#ef0505;}
.member .right > .title span{display:inline-block;vertical-align:top;width:100px;text-align:center;border-bottom:1px #ef0505 solid;margin-bottom:-1px;font-size:18px;}



/*我的订单*/
.orders .orders_sort{border-bottom:1px #e6e6e6 solid;line-height:46px;margin-bottom:30px;font-size:16px;}
.orders .orders_sort a{width:100px;display:inline-block;vertical-align:top;border-bottom:1px #fff solid;text-align:center;}
.orders .orders_sort a.cur{border-color:#ef0505;color:#ef0505;}
.orders .orders_title{background-color: #f5f5f5;height:40px;line-height: 40px;margin-bottom: 20px;}
.orders .orders_title div{float: left;text-align: center;font-size: 13px;color:#666;}
.orders .det{width:380px;}
.orders .num{width:130px;}
.orders .yuan,.orders .status{width:150px;}
.orders .operating{width:150px;}

.orders ul li{border:1px #e5e5e5 solid;margin-bottom: 20px;}
.orders ul li .orders_number{height:36px;line-height: 36px;color:#999;background-color: #f5f5f5;font-size: 13px;}
.orders ul li .orders_number span{margin:0 20px;}
.orders ul li .orders_content > div{float: left;padding:15px 0;text-align: center;min-height:110px;line-height:80px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;font-size: 13px;color:#666;}
.orders ul li .orders_content .num{width:128px;}
.orders ul li .orders_content .det{border-right:1px #e5e5e5 solid;}
.orders ul li .orders_content .det{padding:15px 15px 5px 15px;}
.orders ul li .orders_content .det .pro_img,.orders_det_inventory .inventory_list ul li .name .img{width:80px;height:80px;float: left;}
.orders ul li .orders_content .det .pro_img img,.orders_det_inventory .inventory_list ul li .name .img img{width:80px;height:80px;display: block;}
.orders ul li .orders_content .det .pro_name,.orders_det_inventory .inventory_list ul li .name .title{float: left;width:249px;font-size: 13px;line-height: 20px;height:40px;overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;margin:20px 0;}
.orders ul li .orders_content .det .pro_img{padding-bottom: 10px;}
.orders ul li .orders_content .det .pro_name{padding-left:10px;width:259px;padding-bottom: 10px;text-align:left;}
.orders ul li .orders_content .status{line-height: 24px;padding-top:31px;}
.orders ul li .orders_content .status.mj_status{padding:15px 0;display: table;}
.orders ul li .orders_content .status.mj_status p{display: table-cell;text-align: center;vertical-align: middle;}
.orders ul li .orders_content .status p{color:#ef0505;}
.orders ul li .orders_content .status a{color:#666;}
.orders ul li .orders_content .operating{display: table;padding:0;}
.orders ul li .orders_content .operating a{display: block;width: 84px;margin:6px auto;-webkit-border-radius: 2px;-moz-border-radius: 2px;-ms-border-radius: 2px;border-radius: 2px;line-height: 30px;color:#666;}
.orders ul li .orders_content .operating a:hover{color:#ef0505;}
.orders ul li .orders_content .operating a.orange{border:1px #ef0505 solid;color:#ef0505;line-height: 26px;}
.orders ul li .orders_content .operating a.orange_bg{background-color: #ef0505;color:#fff;}
.orders ul li .orders_content .operating .operating_content {display: table-cell;text-align: center;vertical-align: middle;}




/*订单详情*/
.orders_det{padding:0 20px 40px;}
.orders_det_top{border:1px #e5e5e5 solid;background-color: #fbfbfb;padding:0 20px;color:#666;}
.orders_det_top .orders_det_num{border-bottom: 1px #e5e5e5 dashed;line-height: 50px;}
.orders_det_top .orders_det_num .det_number{float: left;font-size: 15px;}
.orders_det_top .orders_det_num .det_number span{margin-right: 25px;}
.orders_det_top .orders_det_num .det_operate{float: right;}
.orders_det_top .orders_det_num .det_operate a{width:85px;height:28px;line-height: 28px;text-align: center;border:1px #ef0505 solid;display: inline-block;color:#ef0505;font-size: 16px;margin-left: 10px;}
.orders_det_top .orders_det_num .det_operate a.orange_bg{background-color: #ef0505;color:#fff;}
.orders_det_top p{line-height: 50px;font-size: 13px;}

.order_schedule{margin:40px 0;text-align: center;}
.order_schedule ul{display: inline-block;}
.order_schedule ul li{width:180px;float: left;text-align: center;position: relative;}
.order_schedule ul li span{width:28px;height:28px;line-height: 28px;border:3px #ddd solid;background-color: #cacaca;display: inline-block;text-align: center;font-size: 16px;color:#fff;position: relative;z-index: 10;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;border-radius: 50%;font-weight: bold;}
.order_schedule ul li em{height:8px;width:180px;display: block;background-color: #ebe8e8;position: absolute;top:12px;}
.order_schedule ul li:first-child em{width:90px;right:0;}
.order_schedule ul li:last-child em{width:90px;left:0;}
.order_schedule ul li p{color:#666;padding-top: 10px;}
.order_schedule ul li:first-child em{border-radius: 4px 0 0 4px;}
.order_schedule ul li:last-child em{border-radius:0 4px 4px 0;}
.order_schedule ul li.cur span{background-color: #ef0505;border-color:#fb8a9e;}
.order_schedule ul li.cur p{color:#666;}
.order_schedule ul li.cur em{background-color: #ef0505;}

.orders_det_info{border:1px #e5e5e5 solid;margin-bottom: 20px;}
.orders_det_info .receipt_info,.orders_det_inventory .inventory{font-size: 13px;color:#666;font-weight: bold;background-color:#f5f5f5;height:36px;line-height: 36px;padding-left:20px;}
.orders_det_info .receipt_content dl{float: left;height:220px;font-size: 13px;line-height: 30px;}
.orders_det_info .receipt_content dl.det_info{padding:20px;width:300px;}
.orders_det_info .receipt_content dl.kuaidi_info{border-left:1px #e5e5e5 solid;padding:20px;width:236px;border-right:1px #e5e5e5 solid;}
.orders_det_info .receipt_content dl.invoice_info{width:260px;padding:20px;}
.orders_det_info .receipt_content dl dt{font-weight: bold;}
.orders_det_info .receipt_content dl dd{color:#666;}

.orders_det_inventory{border:1px #e5e5e5 solid;margin-bottom: 20px;}
.orders_det_inventory .inventory_list{margin:30px;border:1px #e5e5e5 solid;border-bottom: none;}
.orders_det_inventory .inventory_list .inventory_list_title{background-color: #f5f5f5;height:36px;line-height: 36px;color:#666;font-size: 13px;}
.orders_det_inventory .inventory_list .inventory_list_title div{float: left;text-align: center;}
.orders_det_inventory .inventory_list .name{width:391px;}
.orders_det_inventory .inventory_list .price{width: 170px;}
.orders_det_inventory .inventory_list .num{width:135px;}
.orders_det_inventory .inventory_list .total{width:160px;}
.orders_det_inventory .inventory_list ul li{overflow: hidden;*zoom:1;border-bottom: 1px #e5e5e5 solid;color:#666;}
.orders_det_inventory .inventory_list ul li div{float: left;}
.orders_det_inventory .inventory_list ul li > div{border-right: 1px #e5e5e5 solid;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;text-align: center;padding:15px 0;line-height:80px;}
.orders_det_inventory .inventory_list ul li > div.total{border-right:none;}
.orders_det_inventory .inventory_list ul li .name{padding:15px;}
.orders_det_inventory .inventory_list ul li .name .title{margin-left:20px;text-align:left;}

.orders_det .orders_price{text-align: right;}
.orders_det .orders_price p{line-height: 40px;color:#666;}
.orders_det .orders_price p em{display: inline-block;width:100px;}
.orders_det .orders_price p strong{min-width:100px;font-size: 24px;color:#ef0505;}
.orders_det .orders_price p a{width:135px;height:45px;line-height: 45px;display:inline-block;background-color: #ef0505;font-size: 18px;font-weight: bold;text-align: center;color:#fff;-webkit-border-radius: 2px;-moz-border-radius: 2px;-ms-border-radius: 2px;border-radius: 2px;margin-top:20px;}



/*去评价*/
.evaluation{padding:30px 0 120px;}
.evaluation .evaluation_title{background-color: #fff;padding:10px 0 20px 20px;}
.evaluation .evaluation_title h3{font-size: 16px;font-weight:bold;color:#666;line-height: 40px;}
.evaluation .evaluation_title p{color:#666;}
.evaluation .evaluation_title p span{padding-right:30px;}
.evaluation .evaluation_title p em{color:#333;}

.evaluation_content{background-color: #fff;height:450px;}
.evaluation_content .left_pro{width:290px;float: left;border-right: 1px #f5f5f5 solid;text-align: center;padding:15px 30px;height:420px;}
.evaluation_content .left_pro img{width:200px;height:200px;}
.evaluation_content .left_pro p{color:#666;}
.evaluation_content .left_pro p:first-child{padding:20px 0;}
.evaluation_content .left_pro h3{font-size: 16px;font-weight: bold;color:#666;line-height:40px;}

.right_evaluat{padding:15px 50px;float: left;width:749px;}
.right_evaluat .store_rating{ width:100%;padding:30px 0;}
.right_evaluat .store_rating span{float: left;font-size: 14px;width:80px;color:#666;line-height: 20px;}
.right_evaluat .store_rating .star_score{width:150px; height:20px;position:relative;float:left;background:url(../images/starky.png) repeat-x;}
.right_evaluat .store_rating .star_score a{height:20px; display:block; text-indent:-999em; position:absolute;left:0;}
.right_evaluat .store_rating .star_score a:hover,.star_score a.clibg{background:url(../images/starsy.png) repeat-x;}

.right_evaluat .evaluat_content label{font-size: 14px;width:80px;color:#666;float: left;padding-top: 10px;}
.right_evaluat .evaluat_content textarea{width:647px;height:150px;border:1px #e0e0e0 solid;resize: none;padding:10px;color: #666;line-height: 24px;}

.evaluation .evaluat_btn{background-color: #fff;margin-top: 15px;text-align: center;padding:30px 0;}
.evaluation .evaluat_btn input{width:220px;height:50px;line-height: 50px;border-radius: 3px;background-color: #ef0505;font-size: 18px;color:#fff;cursor:pointer;}

/*上传图片插件的样式*/
.evaluation .right_evaluat > p{color:#666;line-height:40px;display: inline-block;margin-left: 80px;}
.evaluation .z_photo{margin-left: 80px;}
.evaluation .z_photo .z_file{position: relative;}
.evaluation .z_file  .file{width: 100%;height: 100%;opacity: 0;filter:alpha(opacity=0);position: absolute;top: 0px;left: 0px;z-index: 100;}
.evaluation .z_photo .up-section{position: relative;margin-right:10px;}
.evaluation .up-section .close-upimg{position: absolute;top:6px;right:6px;display: none;z-index: 10;cursor:pointer;width:20px;}
.evaluation .up-section .up-span{display: block;width: 100%;height: 100%;visibility: hidden;position: absolute;top: 0px;left: 0px;z-index: 9;background:rgba(0,0,0,.5);cursor:pointer;}
.evaluation .up-section:hover .close-upimg{display: block;}
.evaluation .up-section:hover .up-span{visibility: visible;}
.evaluation .z_photo .up-img{display: block;width: 100%;height: 100%;}
.evaluation .loading{background:url(../images/loading.gif) no-repeat center;}
.up-opcity{opacity: 0;filter:alpha(opacity=0);}
.evaluation .img-name-p{display: none;}
.evaluation .upimg-div .up-section {width:80px;height:80px;}
.evaluation .upimg-div .z_file {width:80px;height:80px;}
.evaluation .upimg-div .z_file .add-img {display: block;width:80px;height:80px;}

/*遮罩层样式*/
.mask{z-index: 1000;display: none;position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;background: rgba(0,0,0,.4);}
.mask .mask-content{width:400px;position: absolute;top: 50%;left: 50%;margin-left: -200px;margin-top: -80px;background:white;height: 160px;text-align: center;}
.mask .mask-content .del-p{color: #555;height: 94px;line-height: 94px;font-size: 18px;border-bottom: 1px solid #D1D1D1;}
.mask-content .check-p{height: 66px;line-height: 66px;position: absolute;bottom: 0px;left: 0px;width: 100%;}
.mask-content .check-p span{width: 49%;display:inline-block;text-align: center;color:#d4361d ;font-size: 18px;cursor:pointer;}
.mask-content .check-p span:hover{color:#ff6700;}
.check-p .del-com{border-right: 1px solid #D1D1D1;}




/*我的收藏*/
.collect{padding-top:30px;}
.collect_content{font-size:13px;border:1px #eee solid;}
.collect_content input{appearance:checkbox;-webkit-appearance:checkbox;}
.collect_content .list_title{background-color: #f5f5f5;line-height: 40px;height:40px;position:relative;}
.collect_content .list_title div{color:#888;}
.collect_content .title_select{width:25px;float: left;padding-left: 13px;}
.collect_content .title_select label{position: absolute;left: 50px;cursor:pointer;}
.collect_content .title_pro{width:345px;text-align: center;float: left;margin-right: 20px;}
.collect_content .title_stock{width:105px;float:left;text-align: center;}
.collect_content .title_date,.collect_content .title_status,.collect_content .title_operate{width: 150px;text-align: center;float: left;}

.collect_content ul li{padding:15px 0;float: left;color:#666;border-bottom: 1px #eee solid;line-height:80px;}
.collect_content ul li:last-child{border:none;}
.collect_content ul li:nth-child(2n){background-color: #f5f5f5;}
.collect_content ul li .title_pro .img{float: left;width:80px;height:80px;margin:0 10px;}
.collect_content ul li .title_pro .img img{width:80px;height:80px;}
.collect_content ul li .title_pro .text{float: left;width:245px;text-align: left;}
.collect_content ul li .title_pro .text p{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;line-height: 20px;height:40px;color:#333;margin:20px 0;}
.collect_content ul li .title_pro .text span{display: block;color:#ef0505;line-height: 30px;padding-top: 10px;}
.collect_content ul li .title_operate a{width:85px;height:28px;line-height:28px;text-align: center;display:block;border-radius: 2px;margin:5px auto;}
.collect_content ul li .title_operate a.add_shop,.collect .bottom_select a.add_shop{border:1px #ef0505 solid;color:#ef0505;}
.collect_content ul li .title_operate a.add_shop:hover,.collect .bottom_select a.add_shop:hover{background-color: #ef0505;color:#fff;}
.collect_content ul li .title_operate a:hover{color:#ef0505}

.collect .bottom_select{float: left;}
.collect .bottom_select input{appearance:checkbox;-webkit-appearance:checkbox;float: left;margin-top:9px;}
.collect .bottom_select label{margin:0 10px;cursor:pointer;color:#666;display:inline-block;vertical-align:top;line-height:30px;}
.collect .bottom_select a{width:85px;height:28px;line-height:28px;text-align: center;display:inline-block;border-radius: 2px;color:#666;font-size:14px;}
.collect .bottom_select a:hover{color:#fff;background-color:#ef0505}

.collect .page{padding:30px 0 0;}
.collect .page .page_num{float:right;}
.collect .page .page_num a{font-size:14px;width:28px;height:28px;line-height:28px;}
.collect .page .page_num a.prev,.collect .page .page_num a.next{width:60px;}








/*优惠券*/
.coupon .hd,.voucher .hd{margin-bottom:30px;border-bottom:1px #e6e6e6 solid;}
.coupon .hd ul li,.voucher .hd ul li{font-size:16px;line-height:46px;display:inline-block;vertical-align:top;width:100px;border-bottom:1px #fff solid;text-align:center;cursor:pointer;}
.coupon .hd ul li.on,.voucher .hd ul li.on{border-color:#ef0505;color:#ef0505;}
.coupon .hd ul li:hover,.voucher .hd ul li:hover{color:#ef0505;}
.coupon .bd .con ul li{color:#fff;background:url(../images/bg17.png) center center no-repeat;padding:20px 13px;width:200px;height:105px;float:left;margin-right:18px;margin-bottom:18px;}
.coupon .bd .con ul li:nth-child(4n){margin-right:0;}
.coupon .bd .con ul li .price{line-height:50px;margin-bottom:10px;}
.coupon .bd .con ul li .price span{display:inline-block;vertical-align:top;font-size:24px;}
.coupon .bd .con ul li .price span strong{font-size:36px;font-weight:bold;}
.coupon .bd .con ul li .price em{float:right;font-size:16px;line-height:40px;margin-top:10px;}
.coupon .bd .con ul li p{font-size:12px;line-height:22px;}
.coupon .bd .con.used ul li,.coupon .bd .con.expired ul li{background:url(../images/bg18.png) center center no-repeat;}


/*代金券*/
.voucher .bd .con ul li{color:#fff;background:url(../images/bg19.png) center center no-repeat;padding:25px 20px;width:260px;height:125px;float:left;margin-right:30px;margin-bottom:20px;}
.voucher .bd .con ul li:nth-child(3n){margin-right:0;}
.voucher .bd .con ul li h3{font-size:20px;line-height:30px;}
.voucher .bd .con ul li .price{line-height:50px;margin-bottom:10px;}
.voucher .bd .con ul li .price span{display:inline-block;vertical-align:top;font-size:24px;}
.voucher .bd .con ul li .price span strong{font-size:36px;font-weight:bold;}
.voucher .bd .con ul li .price em{float:right;font-size:16px;line-height:40px;margin-top:10px;}
.voucher .bd .con ul li p{font-size:12px;line-height:22px;}
.voucher .bd .con.used ul li,.voucher .bd .con.expired ul li{background:url(../images/bg20.png) center center no-repeat;}















/*个人资料*/
.personal,.address{padding-top:30px;}
.personal .avatar{display: inline-block;text-align: center;margin-bottom:10px;}
.personal .avatar #preview{width: 120px;height:120px;}
.personal .avatar #file{position: absolute;width:120px;height:120px;opacity: 0;filter:alpha(opacity=0);left:50%;margin-left: -60px;}
.personal .avatar p{font-size:16px;line-height:36px;position: relative;}
#clipArea {display: none;position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 99;}
.clipwrap { position: absolute;left: 0px;bottom: 0px;width: 100%;height: 40px;z-index: 10;background:#ef0505;}
.clipwrap button {font-size:16px;width: 80px;line-height: 40px;text-align: center;color:#fff;}
#clipBtn {float: right;}
.photo-clip-mask-top, .photo-clip-mask-right, .photo-clip-mask-bottom, .photo-clip-mask-left {background-color: rgba(0, 0, 0, 0.75) !important;}
.loading_pop{display: none;position: fixed;left: 0px;top: 0px;right: 0px;bottom: 0px;margin: auto;width: 70px;height: 70px;background-color: rgba(0, 0, 0, 0.9);border-radius: 5px;}

.personal .box{margin-bottom:25px;}
.personal .box label{display:inline-block;line-height:32px;}
.personal .box input{display:inline-block;vertical-align:top;width:200px;height:30px;line-height:30px;font-size:14px;border:1px #ccc solid;padding:0 10px;}
.personal .btn input{width:125px;height:40px;line-height:40px;text-align:center;background:#ef0505;color:#fff;display:inline-block;vertical-align:top;cursor:pointer;}
.personal .box input[disabled]{background-color:#f5f5f5;}
.personal .btn input:hover{opacity:.8;}


/*地址管理*/
.address ul li{border:1px #ccc solid;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;display:inline-block;vertical-align:top;margin-right:30px;padding:20px;width:228px;height:118px;color:#666;margin-bottom: 30px;cursor:pointer;}
.address ul li .add{margin-top:30px;text-align:center;}
.address ul li .add i{font-size:32px;line-height:32px;display:inline-block;vertical-align:top;color:#dfdfdf;margin-bottom:10px;}
.address ul li .add p{color:#666;}
.address ul li:hover .add i{color:#ef0505;}
.address ul li:hover .add p{color:#ef0505;}
.address ul li p{line-height:20px;margin-bottom:15px;}
.address ul li p:nth-child(2n){height:40px;}
.address ul li p span{float:right;}
.address ul li .operating a{display:inline-block;vertical-align:top;margin-right:10px;color:#666;}
.address ul li .operating a.default{color:#ef0505;}
.address ul li .operating a:hover{color:#ef0505;}

.address_pop{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2);z-index:100;display:none;}
.address_pop .content{width:520px;height:520px;background:#fff;position:absolute;left:50%;top:50%;margin:-260px 0 0 -360px;padding:0 100px;}
.address_pop .content .title{font-size:20px;text-align:center;padding:35px 0 25px;line-height:30px;}
.address_pop .content .title .close{position:absolute;right:20px;top:20px;line-height:24px;}
.address_pop .content .title .close i{display:block;font-size:24px;color:#999;}
.address_pop .content .title .close:hover i{color:#ef0505;}
.address_pop .content .box{margin-bottom:25px;overflow:hidden;*zoom:1;}
.address_pop .content .box label{width:100px;font-size:15px;color:#666;float:left;line-height:46px;}
.address_pop .content .box label span{color:#ef0505;margin-right:5px;}
.address_pop .content .box input{height:44px;line-height:44px;border:1px #d1d1d1 solid;padding:0 10px;width:398px;float:left;font-size:15px;}
.address_pop .content .box .area_select{float:left;}
.address_pop .content .box select{width:130px;border:1px #d1d1d1 solid;height:44px;line-height:44px;padding:0 10px;float:left;margin-right:15px;background:url(../images/bg16.jpg) 92% center no-repeat;font-size:15px;}
.address_pop .content .box select:last-child{margin-right:0;}
.address_pop .content .set_to{margin-left:100px;margin-bottom:40px;}
.address_pop .content .set_to input{-webkit-appearance:checkbox;appearance:checkbox;width:16px;height:16px;margin:4px 5px 0 0;display:inline-block;vertical-align:top;}
.address_pop .content .set_to label{color:#666;display:inline-block;vertical-align:top;}
.address_pop .content .btn{text-align:center;}
.address_pop .content .btn input{width:150px;height:44px;line-height:44px;background:#ef0505;color:#fff;border-radius:22px;display:inline-block;vertical-align:top;font-size:16px;cursor:pointer;}
.address_pop .content .btn input:hover{opacity:.8;}


/*账户安全*/
.safety{padding-top:15px;}
.safety ul li{overflow:hidden;*zoom: 1;}
.safety ul li i{float:left;width:65px;text-align:center;font-size:40px;line-height:100px;color:#ef0505;}
.safety ul li .text{float:left;width:885px;border-bottom:1px #ccc solid;padding:20px 0;position:relative;}
.safety ul li .text h3{font-size:18px;line-height:30px;}
.safety ul li .text h3 span{display:inline-block;vertical-align:top;margin-left:20px;}
.safety ul li .text p{color:#999;font-size:16px;line-height:30px;}
.safety ul li .text a{width:88px;height:38px;line-height:38px;border:1px #ccc solid;text-align:center;position:absolute;right:0;top:30px;font-size:16px;color:#666;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;border-radius:6px;background:#fff;z-index:10;}
.safety ul li .text a:hover{border-color:#ef0505;color:#fff;background:#ef0505;}


.pop_ups{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);display:none;z-index:100;}
.pop_ups .pop_content{width:540px;background:#fff;position:absolute;left:50%;margin-left:-270px;top:30%;}
.pop_ups .pop_content .title{background:#ef0505;font-size:16px;padding:0 20px;height:40px;line-height:40px;color:#fff;}
.pop_ups .pop_content .title a{float:right;width:40px;text-align:right;}
.pop_ups .pop_content .title a i{color:#fff;font-size:20px;}
.pop_ups .pop_content .content{padding:40px 60px;}
.pop_ups .pop_content .content .box{overflow: hidden;*zoom:1;margin-bottom:20px;}
.pop_ups .pop_content .content .box label{width:110px;line-height:34px;float:left;text-align:right;margin-right:10px;}
.pop_ups .pop_content .content .box input{height:32px;line-height:32px;float: left;border:1px #ddd solid;padding:0 10px;width:158px;margin-right:10px;}
.pop_ups .pop_content .content .box span{line-height:34px;}
.pop_ups .pop_content .content .box button{width:108px;height:34px;line-height:34px;border:1px #ddd solid;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;background:#f5f5f5;cursor:pointer;}
.pop_ups .pop_content .content .box img{width:110px;height:34px;}
.pop_ups .pop_content .content .operating{overflow: hidden;*zoom:1;margin-left:120px;}
.pop_ups .pop_content .content .operating a{background:#ef0505;padding:0 39px;height:36px;line-height:36px;color:#fff;float:left;text-align: center;font-size:16px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;}
.pop_ups .pop_content .content .operating a.close{margin-left:20px;background:#e7e7e7;color:#333;}
.pop_ups .pop_content .content .operating a:hover{opacity:.8;}

.pop_ups.modify_pwd .pop_content .content .box input{width:208px;}


/*用户协议*/
.protocol{padding:80px 0;}
.protocol .title{font-size:24px;font-weight:bold;text-align:center;margin-bottom:30px;}
.protocol .text{font-size:14px;line-height:30px;min-height:300px;}


/*弹窗提示*/
.tips_bg{position:fixed;height:100vh;background:rgba(0,0,0,0.5);width: 100%;top: 0;left: 0;z-index: 10;}
.tips{position: fixed;left: 50%;top:50%;margin-left:-220px;margin-top:-110px;background:rgba(255,255,255,0.5);width:430px;padding: 5px;z-index: 11;display: none;}
.tips .tips_title{height:40px;line-height: 40px;background-color: #eee;}
.tips .tips_title strong{font-size: 15px;padding-left: 15px;color:#666;}
.tips .tips_title span{float:right;cursor:pointer;padding-right: 15px;}
.tips .tips_title span i{display: block;font-size:18px;color:#666;width:18px;height:40px;}
.tips .tips_content{background-color: #fff;padding:35px 60px 30px;overflow: hidden;zoom:1;}
.tips .tips_content .tishi{line-height: 45px;font-size: 20px;}
.tips .tips_content img{width: 45px;height:45px;margin-right:25px;float: left;}
.tips .tips_content p{width:240px;float: left;}
.tips .tips_content p span{font-size:20px;display: block;line-height: 36px;}
.tips .tips_content p em{display: block;color:#666;}
.tips .tips_bottom{background-color: #fff;padding:20px 15px 20px 0;}
.tips .tips_bottom a{background-color: #ffe3d1;width:68px;height:28px;line-height: 28px;text-align: center;color:#ef0505;border-radius: 2px;border:1px #ef0505 solid;float: right;}
.tips .tips_bottom a.quxiao{background-color: #f7f7f7;color:#666;border:1px #ccc solid;margin-left: 12px;}

.tips .tips_links{background-color: #fff;padding-left: 130px;padding-bottom: 50px;}
.tips .tips_links a{display: inline-block;color:#f74600;padding:0 15px;line-height: 32px;}
.tips .tips_links a.go{background-color: #f74600;color:#fff;}


#tips{position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0); z-index: 9999; display: none;}
#tips div{position: absolute; top: 30%; left: 50%; padding: 10px;-webkit-transform: translate(-50%,0%);transform: translate(-50%,0%); background: rgba(0,0,0,0.6); color: #fff; text-align: center; font-size: 14px; border-radius: 4px; word-wrap: break-word;}
#tips .loading{padding-top: 38px;}




/*悬浮窗*/
.suspension{position:fixed;right:10px;top:50%;margin-top:-222px;z-index:100;}
.suspension .img a{display:block;}
.suspension .img img{width:80px;}
.suspension ul li{width:60px;height:60px;margin:10px;background:#929292;position: relative;}
.suspension ul li a{display:block;text-align:center;color:#fff;padding-top:8px;line-height:24px;}
.suspension ul li a i{display:block;font-size:24px;}
.suspension ul li a span{display:block;font-size:12px;}
.suspension ul li .sub{position: absolute;right:70px;bottom: 0;white-space: nowrap;font-size:18px;background:#ef0505;line-height:60px;padding: 0 20px;display: none;color:#fff;min-width:120px;text-align: center;box-shadow:0 0 10px rgba(0,0,0,0.2)}
.suspension ul li .sub:after{content:"";width:10px;height:10px;background:#ef0505;position:absolute;right:-5px;top:50%;margin-top:-5px;transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg); }
.suspension ul li .sub.ewm{padding:10px;}
.suspension ul li .sub.ewm:after{bottom:25px;top:auto;}
.suspension ul li .sub img{width:120px;height:120px;}
.suspension ul li:hover{background:#ef0505;}
.suspension ul li:hover .sub{display: block;}















