/* good_bar */
.good_bar{float: left;width: 100%;margin-bottom: 60px;}
.good_bar .box{width: 100%;padding: 40px;background: #fff;float: left;display: flex;flex-direction: row;}
.good_bar .box .l{width: 320px;float: left;display: flex;flex-direction:column;}
.good_bar .box .l .img{width: 100%;float: left;}
.good_bar .box .l #imglist{width: 100%;float: left;margin-top: 15px;display: flex;flex-direction: row;justify-content: space-between;}
.good_bar .box .l #imglist img{width: 50px;height:50px;float: left;cursor: pointer;}
.good_bar .box .l #imglist img.cur{border: 2px solid #fd3f49;width: 50px;height: 50px;}
.good_bar .box .info{border-left: 1px solid #eee;padding-left: 60px;margin-left: 60px;flex: 1;}
.good_bar .box .info h2{width:100%;line-height: 60px;font-size: 30px;color: #222;font-weight: bold;margin-bottom: 10px;}
.good_bar .box .info .stock{width:100%;line-height: 40px;color: #555;float: left;margin-top: 20px;border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}
.good_bar .box .info .stock p{width:140px;line-height: 40px;color: #888;text-align: center;float: left;margin-bottom: 0;text-align: center;}
.good_bar .box .info .stock p b{color: #ff4200;}
.good_bar .box .info .stock span{width:40px;line-height: 40px;color: #ddd;text-align: center;float: left;}
.good_bar .box .info .pricebox{width:100%;background: #ffeae2;line-height: 28px;float: left;padding: 10px;color: #888;}
.good_bar .box .info .pricebox p{float: left;width: 100%;font-size: 13px;padding: 0;margin-bottom: 0;}
.good_bar .box .info .pricebox p span{float: left;line-height: 28px;margin: 0;padding: 0;text-decoration: line-through;padding-left: 15px;}
.good_bar .box .info .pricebox p em{float: left;line-height: 28px;margin: 0;padding: 0;text-decoration: line-through;font-style: normal;}
.good_bar .box .info .pricebox p i{float: left;line-height: 28px;margin: 0;padding: 0;font-style: normal;}
.good_bar .box .info .pricebox p b{float: left;line-height: 28px;margin: 0;padding: 0;font-style: normal;color: #ff4200;font-size: 20px;padding-left: 15px;}
.good_bar .box .info .guige{width:100%;float: left;line-height: 28px;margin-top: 20px;}
.good_bar .box .info .guige span{float: left;height: 30px;color:#888;}
.good_bar .box .info .guige a{float: left;height: 30px;border: 1px solid #ddd;color: #888;line-height: 30px;padding: 0 20px;margin: 0 10px 0 0;}
.good_bar .box .info .guige a.cur{border: 2px solid #ff4200;line-height: 28px;}
.good_bar .box .info .guige a:hover{border: 2px solid #ff4200;line-height: 28px;padding: 0 19px;}
.good_bar .box .info .numbox{width:100%;line-height: 34px;color: #555;margin-top: 20px;height: 30px;float: left;}
.good_bar .box .info .numbox span{float: left;color:#888;}
.good_bar .box .info .numbox input{float: left;width: 36px;border: 1px solid #ddd;background: #eee;height: 34px;margin: 0px 0 0;}
.good_bar .box .info .numbox #add{float: left;border-left: none;}
.good_bar .box .info .numbox #min{float: left;border-right: none;}
.good_bar .box .info .numbox #text_box{float: left;width: 50px;background: #fff;text-align: center;border-left: none;border-right: none;height: 34px;}
.good_bar .box .info .numbox p{float: left;height: 34px;line-height: 34px;padding-left: 12px;color:#888;}
.good_bar .box .info .numbox p b{color: #ff4200;}
.good_bar .box .info .btns{float: left;height: 50px;margin-top: 20px;background: none;color: #666;line-height: 50px;font-size: 18px;font-weight: normal;margin-right: 20px;cursor: pointer;transition: 0.5s;}
.good_bar .box .info .favor{background: none;padding: 0 30px;border: 1px solid #eee;color: #666;}
.good_bar .box .info .favor.cur{border: 1px solid var(--colorone);color:var(--colorone);}
.good_bar .box .info .goBuy{background: #ffc8b5;padding: 0 60px;border: 1px solid #ff4200;color: #ff4200;}
.good_bar .box .info .addCart{background: #ff4200;padding: 0 40px;border: 1px solid #ff4200;color: #fff;}
.good_bar .box .info .addCart:hover{background: #dd0000;}
.good_bar .box .info .sharebar{width: 670px;height:40px;float: left;margin: 20px 0px 0px;}
.good_bar .box .info .sharebarbox{height:40px;float: left;margin: 0px 0px 0px;}
.good_bar .box .info .sharebar .click{height:40px;float: left;margin: 0px 20px 0px 0;line-height: 30px;color: #aaa;}
.good_bar .box .info .oem{width:100%;line-height: 28px;float: left;color: #888;margin-top: 20px;}
@media (max-width: 768px) {
.good_bar{margin-bottom: 30px;padding-top: 70px;}
.good_bar .box{padding: 20px;flex-direction: column;}
.good_bar .box .l{width: 100%;}
.good_bar .box .l .img{width: 100%;float: left;}
.good_bar .box .info{border-left:none;padding-left: 0;margin-left: 0;width: 100%;border-top: 2px solid #eee;margin-top: 30px;padding-top: 15px;}
.good_bar .box .info .stock p{width:auto;line-height: 40px;color: #888;text-align: center;float: left;margin-bottom: 0;text-align: center;}
.good_bar .box .info .stock p b{color: #ff4200;}
.good_bar .box .info .stock span{width:40px;}
}

.cartheaderWrap{width:100%;height:110px;float: left;margin-top: 90px;}
.cartheader{width:100%;height:110px;float: left;}
.cartheader h1{float:left;margin-top: 36px;}
.cartheader h1 a{float:left;}
.cartheader h1 a img{float: left;height: 34px;}
.cartheader .cartip{width: 42px;height: 38px;float: right;background: url(../Images/cartip.png) no-repeat;line-height: 38px;color: #dd3300;font-size: 20px;margin-top: 35px;width: 397px;}
.cartheader .process{float: right;margin-top: 40px;}
.cartheader .process span{float: left;line-height: 40px;color: #fff;background: #aaa;margin-left: 1px;padding: 0 30px;}
.cartheader .process span.cur{background: #dd3300;}
.cartheader .process a{float: left;line-height: 40px;color: #fff;background: #aaa;margin-right: 10px;padding: 0 30px;border-radius: 4px;}
@media (max-width: 768px) {
.cartheaderWrap{display: none;}
.cartheader .process{display: none;}
}


/* 购物车 */
.cartpage{float: left;width: 100%;}
.cartpage .box{float: left;width: 100%;background: #fff;}
.cartpage .selectCate{float: left;width: 100%;margin: 0px 0 20px;padding: 0 15px;}
.cartpage .selectCate .titles{float: left;width: 100%;line-height: 40px;background: #eee;height: 40px;}
.cartpage .selectCate .hr{float: left;width: 100%;margin: 20px 0 0;}
.cartpage .selectCate label{float: left;height: 20px;}
.cartpage .selectCate label span{float: left;height: 20px;line-height: 20px;margin-right: 10px;}
.cartpage .selectCate label input{float: left;margin-right: 4px;}
.cartpage .selectCate b{float: left;height: 20px;line-height: 20px;margin-right: 10px;}
.cartpage .selectCate .submitBox{float: left;width: 100%;padding: 15px 0 0 0;}
.cartpage .selectCate .submitBox .sub{float: left;color: #fff;line-height: 34px;height: 36px;padding: 0 30px;border-radius: 4px;background: #fa0;border: none;font-size: 14px;}
.cartpage .selectCate .submitBox .no{float: left;color: #666;line-height: 34px;height: 36px;padding: 0 30px;border-radius: 4px;background: #ccc;border: none;font-size: 14px;margin-left: 20px;}
.cartpage .selectbox{float: left;width: 100%;margin: 20px 0;display: none;}
.cartpage .title{float: left;width: 100%;line-height: 60px;background: #ddd;height: 60px;font-size: 16px;text-indent: 20px;border-top: 1px solid #eee;color: #999;}
.cartpage .title b{font-size: 15px;font-weight: bold;color: #333;}
.cartpage .cartlist{float: left;width:100%;}
.cartpage .cartlist .li{float: left;width:100%;border-bottom: 1px dashed #eee;padding: 20px 15px;}
.cartpage .cartlist .li .goodinfo{float: left;width: 40%;}
.cartpage .cartlist .li .goodinfo .carlistimg{float: left;height: 50px;width: 50px;border-radius: 6px;overflow: hidden;margin-right: 10px;}
.cartpage .cartlist .li .goodinfo .carlisttitle{float: left;line-height: 24px;}
.cartpage .cartlist .li .goodinfo .carlisttitle b{font-weight: bold;font-size: 15px;}
.cartpage .cartlist .li .goodinfo .carlisttitle i{display: none;font-style: normal;color: #d00;}
.cartpage .cartlist .li .carlistprice{float: left;width: 20%;line-height:32px;}
.cartpage .cartlist .li .cartlistnumbox{float: left;width: 20%;}
.cartpage .cartlist .li .cartlistnumbox .numinput{border:1px solid #eee;height:32px;padding:4px 0;width:32px;float: left;color: #aaa;text-align: center;text-indent: 0;}
.cartpage .cartlist .li .cartlistnumbox .numleft{border:1px solid #eee;height:32px;padding:0;width:30px;float: left;color: #ddd;text-align: center;text-indent: 0;border-right: 0;line-height: 30px;background: #fafafa}
.cartpage .cartlist .li .cartlistnumbox .numright{border:1px solid #eee;height:32px;padding:0;width:30px;float: left;color: #ddd;text-align: center;text-indent: 0;border-left: 0;line-height: 30px;background: #fafafa}
.cartpage .cartlist .li .cartlistdel{float: right;padding: 5px 4px 8px 8px;}
.cartpage .cartlist .li .cartlistdel span{font-size: 18px;color: red;}
.cartpage .cartlist .li .giftcheckbox{float:right;margin:8px 8px 0 0;}
.cartpage .cartlist .li .gift_id{float:right;margin:8px 8px 0 0;}
.cartpage .cartSum{float: left;width: 100%;background: #fff;padding: 15px;}
.cartpage .cartSum .totalprice{height:40px;line-height:40px;float: right;margin: 10px 10px 10px 0;}
.cartpage .cartSum .totalprice b{color: #d00;font-size: 24px;float: left;line-height: 40px;margin-right: 10px;}
.cartpage .cartSum .totalprice span{color: #666;font-size:13px;float: left;line-height: 40px;margin-top: 0;}
.cartpage .cartSum .go{height:60px;line-height:60px;float: right;background: var(--colorone);color: #fff;padding: 0 60px;font-size: 20px;border-radius: 6px;border: none;}
.cartpage .cartSum .nologin{height:60px;line-height:60px;float: right;background: #aaa;color: #fff;padding: 0 60px;font-size: 20px;border-radius: 6px;}
.cartpage .cartSum #carlistdelall{float: left;color: #dd3300;font-size: 14px;height: 40px;line-height: 40px;margin: 10px 0 0;}
.cartpage .html{float: left;width:100%;margin: 0px 0px;padding: 0px 0px;background: #fff; }
.cartpage .html .lih{float: left;width:100%;background: #eee;}
.cartpage .html .lih .c1{float: left;width: 10%;line-height: 36px;padding: 0 0 0 15px;height: 36px;}
.cartpage .html .lih .c2{float: left;width: 30%;line-height: 36px;padding: 0 0 0 15px;height: 36px;}
.cartpage .html .lih .c3{float: left;width: 25%;line-height: 36px;padding: 0 0 0 15px;height: 36px;}
.cartpage .html .lih .c4{float: left;width: 10%;line-height: 36px;padding: 0 0 0 15px;height: 36px;}
.cartpage .html .lih .c5{float: left;width: 10%;line-height: 36px;padding: 0 0 0 15px;height: 36px;}
.cartpage .html .lih .c6{float: left;width: 10%;line-height: 36px;padding: 0 0 0 15px;height: 36px;}
.cartpage .html .lic{float: left;width:100%;border-bottom: 1px solid #eee;padding: 10px 0;}
.cartpage .html .lic .c1{float: left;width: 10%;line-height: 36px;padding: 0 0 0 15px;height: 36px;}
.cartpage .html .lic .c1 .carlistimg{height: 36px;}
.cartpage .html .lic .c2{float: left;width: 30%;line-height: 16px;padding: 2px 0 2px 15px;height: 36px;}
.cartpage .html .lic .c2 .carlisttitle{float: left;width: 100%;line-height: 16px;margin-left: 0;}
.cartpage .html .lic .c2 .gg{float: left;width: 100%;line-height: 16px;color: #aaa;}
.cartpage .html .lic .c3{float: left;width: 25%;padding: 0 0 0 15px;height: 36px;line-height: 36px}
.cartpage .html .lic .c4{float: left;width: 10%;line-height: 36px;padding: 0 0 0 15px;height: 36px;}
.cartpage .html .lic .c5{float: left;width: 10%;line-height: 36px;padding: 0 0 0 15px;height: 36px;}
.cartpage .html .lic .c6{float: left;width: 10%;line-height: 36px;padding: 0 0 0 15px;height: 36px;}
.cartpage .html .lic .c4 .cartlistnumbox{float: left;margin: 5px 0 0 0px;}
.cartpage .html .lic .c4 .cartlistnumbox .numinput{border:1px solid #ddd;height:26px;padding:4px 0;width:32px;float: left;color: #aaa;text-align: center;text-indent: 0;}
.cartpage .html .lic .c4 .cartlistnumbox .numleft{border:1px solid #ddd;height:26px;padding:00 0;width:20px;float: left;color: #ddd;text-align: center;text-indent: 0;border-right: 0;line-height: 24px;}
.cartpage .html .lic .c4 .cartlistnumbox .numright{border:1px solid #ddd;height:26px;padding:00 0;width:20px;float: left;color: #ddd;text-align: center;text-indent: 0;border-left: 0;line-height: 24px;}
.cartpage .html .lib{float: left;width:100%;padding: 15px 0;}
.cartpage .html .lib .c1{float: left;width: 35%;line-height: 40px;padding: 0 0 0 15px;height: 40px;}
.cartpage .html .lib .c2{float: left;width: 65%;line-height: 40px;padding: 0 15px 0 15px;height: 40px;text-align: right;}
.cartpage .html .lib .c2 .nologin{float: right;line-height: 40px;border: none;background: #aaa;color: #fff;padding: 0 20px;border-radius: 4px;}
.cartpage .html .lib .c2 .go{float: right;line-height: 40px;border: none;background: #dd3300;color: #fff;padding: 0 20px;border-radius: 4px;}
.cartpage .html .lib .c2 .totalprice{float: right;line-height: 40px;color: #999;margin-right: 10px;}
.cartpage .html .lib .c2 .totalprice b{color: #dd3300;}
.cartpage .c{float: left;width:100%;margin: 0px 0px;padding: 0px 0px;background: #fff; }
.cartpage .c .table{width:100%;margin:0px 0px 0;vertical-align:middle;color:#000;font-size:12px;}
.cartpage .c .table a{color:#000;}
.cartpage .c .table th{height:40px;text-align:left;text-indent:30px;background:#e8e8e8;}
.cartpage .c .table td{height:40px;text-align:left;text-indent:30px;background:#f6f6f6;border-spacing: 0px;}
.cartpage .c .table th{font-weight:normal;}
.cartpage .c .table .td{background:#e1e1e1;}
.cartpage .c .tableborder{width:100%;margin:0px 0px 0;vertical-align:middle;color:#000;font-size:12px;border: 1px solid #eee;border-bottom: none;}
.cartpage .c .tableborder a{color:#555;}
.cartpage .c .tableborder th{height:40px;text-align:left;background:#f4f4f4;padding:0px 6px;}
.cartpage .c .tableborder td{height:40px;text-align:left;background:#fff;border-spacing: 0px;padding:10px 0 10px 6px;border-bottom: 1px solid #eee;}
.cartpage .c .tableborder2{width:100%;margin:0px 0px 0;vertical-align:middle;color:#000;font-size:12px;}
.cartpage .c .tableborder2 a{color:#000;}
.cartpage .c .tableborder2 th{height:30px;text-align:left;background:#f4f4f4;padding:3px 6px;border-bottom: 1px solid #eee;}
.cartpage .c .tableborder2 td{height:30px;text-align:left;background:#fff;border-spacing: 0px;padding:3px 6px;border-bottom: 1px solid #eee;}
.cartpage .c .totalprice{height:36px;line-height:36px;float: right;margin: 10px 10px 10px 0;}
.cartpage .c .totalprice b{color: #dd3300;font-size: 14px;font-style: normal;}
.cartpage .c .tableborder .nologin{float: right;height: 36px;font-size: 14px;text-align: center;;line-height: 36px;background: #ddd;margin-left: 20px;text-indent: 0;color: #fff;padding: 0 35px;margin: 10px 0;}
.cartpage .c .tableborder .go{float: right;height: 36px;font-size: 14px;text-align: center;;line-height: 36px;background: #dd3300;color: #fff;padding: 0 10px;margin: 10px 0 10px 5px;}
.cartpage .c .contentTitle{float: left;width: 100%;line-height: 40px;border-bottom: 1px dotted #ddd;font-size: 14px;color: #666;font-weight: bold;}
.cartpage .c .box{float: left;width: 100%;line-height: 30px;margin: 0px 0 0px;padding: 20px 0;}
.cartpage .c .box label{margin-bottom: 10px;}
.cartpage .c .activity_apply{float: left;width: 1160px;padding:30px 20px;background: #f4f4f4;line-height: 30px;}
.cartpage .c .activity_apply p{float: left;width: 100%;margin: 0 0 10px 0;}
.cartpage .c .activity_apply span{float: left;width: 80px;}
.cartpage .c .activity_apply p .select{width: 120px;line-height: 18px;text-indent: 5px;font-size: 12px;border: 1px solid #ddd;padding: 5px;color: #888;}
.cartpage .c .activity_apply p input{width: 400px;line-height: 18px;text-indent: 5px;font-size: 12px;border: 1px solid #ddd;padding: 5px;color: #888;}
.cartpage .c .activity_apply p input.short{width: 150px;}
.cartpage .goodlist{float: left;width:100%;padding: 0 20px;}
.cartpage .goodlist .li{float: left;width:100%;border-bottom: 1px dashed #eee;padding: 20px 0;}
.cartpage .goodlist .li .goodinfo{float: left;width: 55%;position: relative;}
.cartpage .goodlist .li .goodinfo .carlistimg{float: left;height: 50px;width: 50px;border-radius: 6px;overflow: hidden;margin-right: 6px;position: absolute;z-index: 1;left: 0px;top: 0px;}
.cartpage .goodlist .li .goodinfo .carlisttitle{float: left;line-height: 24px;position: relative;padding:0 0 0 60px;width: 100%;}
.cartpage .goodlist .li .goodinfo .carlisttitle b{font-weight: bold;line-height: 24px;font-size: 15px;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.cartpage .goodlist .li .goodinfo .carlisttitle span{float: left;margin-right: 10px;}
.cartpage .goodlist .li .goodinfo .carlisttitle i{display: none;font-style: normal;color: #d00;}
.cartpage .goodlist .li .goodinfo .carlisttitle .gift{color: #d00;line-height: 16px;background: var(--colorone);color: #fff;display: inline-block;padding: 0 5px;border-radius: 3px;}
.cartpage .goodlist .li .goodinfo .carlisttitle em{display: none;font-style: normal;color: #d00;}
.cartpage .goodlist .li .carlistprice{float: left;width: 12%;line-height:32px;}
.cartpage .goodlist .li .shuliang{float: left;width: 12%;line-height:32px;}
.cartpage .goodlist .li .price_sum{float: left;width: 12%;line-height:32px;color: #d00;font-weight: bold;}
.cartpage .goodlist .li .weight{float: right;line-height:32px;}
.cartpage .goodlist .li .textall{float: right;width: 30%;line-height:24px;display: none;text-align: right;font-size: 12px;}
.cartpage .goodlist .li .textall b{float: right;width: 100%;font-size: 16px;color: #d00;}
@media (max-width: 768px) {
.cartpage{margin-top: 70px;}
.cartpage .goodlist .li{border-bottom: 1px dashed #eee;padding:20px 0;position: relative;}
.cartpage .goodlist .li .goodinfo{float: left;width:75%;}
.cartpage .goodlist .li .goodinfo .carlistimg{float: left;height: 44px;width: 44px;border-radius: 6px;overflow: hidden;margin-right: 6px;left: 0px;top: 0px;}
.cartpage .goodlist .li .goodinfo .carlisttitle{float: left;line-height: 20px;padding-left: 45px;}
.cartpage .goodlist .li .goodinfo .carlisttitle b{font-weight: bold;font-size: 13px;}
.cartpage .goodlist .li .goodinfo .carlisttitle i{display:inline-block;}
.cartpage .goodlist .li .goodinfo .carlisttitle em{display:inline-block;}
.cartpage .goodlist .li .weight{display: none;}
.cartpage .goodlist .li .carlistprice{display: none;}
.cartpage .goodlist .li .shuliang{display: none;}
.cartpage .goodlist .li .price_sum{display: none;}
.cartpage .goodlist .li .textall{display: block;width: 25%;}
.cartpage{float: left;width: 100%;padding:0 0;}
.cartpage .c .box{padding: 10px;}
.cartpage .c .tableborder .go{margin-right: 0px;margin-left: 0;}
.cartpage .c .totalprice{margin: 10px 5px 10px 0;}
.cartpage .selectCate{float: left;width: 100%;margin: 0px 0 10px;padding: 0 15px;}
.cartpage .selectCate .hr{float: left;width: 100%;margin: 10px 0 10px;border-bottom: 1px dashed #ddd;}
.cartpage .selectCate label{float: left;height: 24px;overflow: hidden;margin: 0 10px 0 0;}
.cartpage .selectCate label span{float: left;height: 24px;line-height: 24px;margin-right: 0px;}
.cartpage .selectCate label input{float: left;margin-right: 4px;margin-left: 1px;}
.cartpage .selectCate b{float: left;height: 24px;line-height: 24px;margin-right: 10px;width: 100%;}
.cartpage .selectCate .submitBox{float: left;width: 100%;padding: 5px 0 10px 0;text-align: center;}
.cartpage .selectCate .submitBox .sub{float: left;color: #fff;line-height: 34px;height: 36px;padding: 0 0px;border-radius: 4px;background: #fa0;border: none;font-size: 14px;width: 48%;}
.cartpage .selectCate .submitBox .no{float: right;color: #666;line-height: 34px;height: 36px;padding: 0 0px;border-radius: 4px;background: #ccc;border: none;font-size: 14px;margin-left: 0px;width: 48%;}
.cartpage .html{float: left;width:100%;margin: 0px 0px;padding: 0px 0px;background: #fff; }
.cartpage .html .lih{float: left;width:100%;background: #eee;}
.cartpage .html .lih .c1{float: left;width: 12%;line-height: 36px;padding: 0 0 0 5px;height: 36px;}
.cartpage .html .lih .c2{float: left;width: 36%;line-height: 36px;padding: 0 0 0 5px;height: 36px;}
.cartpage .html .lih .c3{float: left;width: 16%;line-height: 36px;padding: 0 0 0 5px;height: 36px;}
.cartpage .html .lih .c4{float: left;width: 26%;line-height: 36px;padding: 0 0 0 5px;height: 36px;}
.cartpage .html .lih .c5{float: left;width: 12%;line-height: 36px;padding: 0 0 0 5px;height: 36px;display: none;}
.cartpage .html .lih .c6{float: left;width: 6%;line-height: 36px;padding: 0 0 0 5px;height: 36px;}
.cartpage .html .lic{float: left;width:100%;border-bottom: 1px solid #eee;padding: 10px 0;}
.cartpage .html .lic .c1{float: left;width: 12%;line-height: 36px;padding: 0 0 0 5px;height: 36px;}
.cartpage .html .lic .c2{float: left;width: 36%;line-height: 36px;padding: 2px 0 2px 5px;height: 36px;line-height: 16px;}
.cartpage .html .lic .c3{float: left;width: 16%;padding: 0 0 0 5px;height: 36px;}
.cartpage .html .lic .c4{float: left;width: 26%;line-height: 36px;padding: 0 0 0 5px;height: 36px;}
.cartpage .html .lic .c5{float: left;width: 12%;line-height: 36px;padding: 0 0 0 5px;height: 36px;display: none;}
.cartpage .html .lic .c6{float: left;width: 6%;line-height: 36px;padding: 0 0 0 5px;height: 36px;}
.cartpage .html .lic .c4 .cartlistnumbox{float: left;margin: 5px 0 0 0px;}
.cartpage .html .lic .c4 .cartlistnumbox .numinput{border:1px solid #ddd;height:26px;padding:4px 0;width:32px;float: left;color: #aaa;text-align: center;text-indent: 0;}
.cartpage .html .lic .c4 .cartlistnumbox .numleft{border:1px solid #ddd;height:26px;padding:00 0;width:20px;float: left;color: #ddd;text-align: center;text-indent: 0;border-right: 0;line-height: 24px;}
.cartpage .html .lic .c4 .cartlistnumbox .numright{border:1px solid #ddd;height:26px;padding:00 0;width:20px;float: left;color: #ddd;text-align: center;text-indent: 0;border-left: 0;line-height: 24px;}
.cartpage .html .lib{float: left;width:100%;padding: 15px 0;}
.cartpage .html .lib .c1{float: left;width: 35%;line-height: 40px;padding: 0 0 0 15px;height: 40px;}
.cartpage .html .lib .c2{float: left;width: 65%;line-height: 40px;padding: 0 15px 0 15px;height: 40px;text-align: right;}
.cartpage .html .lib .c2 .nologin{float: right;line-height: 40px;border: none;background: #aaa;color: #fff;padding: 0 20px;border-radius: 4px;}
.cartpage .html .lib .c2 .go{float: right;line-height: 40px;border: none;background: #dd3300;color: #fff;padding: 0 20px;border-radius: 4px;}
.cartpage .html .lib .c2 .totalprice{float: right;line-height: 40px;color: #999;margin-right: 10px;}
.cartpage .html .lib .c2 .totalprice b{color: #dd3300;}
.cartpage .cartlist .li{border-bottom: 1px dashed #eee;padding:10px 20px;position: relative;}
.cartpage .cartlist .li .goodinfo{float: left;width:100%;}
.cartpage .cartlist .li .goodinfo .carlistimg{float: left;height: 50px;width: 50px;border-radius: 6px;overflow: hidden;margin-right: 6px;}
.cartpage .cartlist .li .goodinfo .carlisttitle{float: left;line-height: 20px;}
.cartpage .cartlist .li .goodinfo .carlisttitle b{font-weight: bold;font-size: 12px;position: absolute;width: 100%;}
.cartpage .cartlist .li .goodinfo .carlisttitle i{display:block;}
.cartpage .cartlist .li .carlistprice{display: none;}
.cartpage .cartlist .li .cartlistnumbox{float: left;width: auto;position: absolute;z-index: 2;top: 10px;right:55px;}
.cartpage .cartlist .li .cartlistnumbox .numinput{border:1px solid #eee;height:36px;padding:4px 0;width:36px;float: left;color: #aaa;text-align: center;text-indent: 0;}
.cartpage .cartlist .li .cartlistnumbox .numleft{border:1px solid #eee;height:36px;padding:0;width:30px;float: left;color: #ddd;text-align: center;text-indent: 0;border-right: 0;line-height: 30px;background: #fafafa}
.cartpage .cartlist .li .cartlistnumbox .numright{border:1px solid #eee;height:36px;padding:0;width:30px;float: left;color: #ddd;text-align: center;text-indent: 0;border-left: 0;line-height: 30px;background: #fafafa}
.cartpage .cartlist .li .cartlistdel{float: right;padding: 0 8px;position: absolute;top:10px;right: 8px;}
.cartpage .cartlist .li .giftcheckbox{position: absolute;top: 20px;right: 8px;}
.cartpage .cartlist .li .gift_id{position: absolute;top: 20px;right: 8px;}
.cartpage .cartSum{float: left;width: 100%;background: #fff;padding: 10px 0px 10px 20px;}
.cartpage .cartSum .totalprice{height:40px;line-height:40px;float: right;margin: 5px 10px 5px 0;}
.cartpage .cartSum .totalprice b{color: #d00;font-size: 17px;float: left;line-height: 40px;margin-right: 4px;}
.cartpage .cartSum .totalprice span{color: #666;font-size:12px;float: left;line-height: 40px;margin-top: 0;}
.cartpage .cartSum .go{height:50px;line-height:50px;float: right;background: var(--colorone);color: #fff;padding: 0 20px 0 30px;font-size: 16px;border-radius: 6px 0 0 6px;}
.cartpage .cartSum .nologin{height:50px;line-height:50px;float: right;background: #aaa;color: #fff;padding: 0 40px 0 30px;font-size: 18px;border-radius: 6px 0 0 6px;}
.cartpage .cartSum #carlistdelall{float: left;color: #aaa;font-size: 14px;height: 40px;line-height: 40px;margin: 5px 0 0;text-indent: 0;padding-top: 0;text-align: center;}
.cartpage .title{line-height: 50px;height: 50px;font-size: 16px;text-indent: 20px;}
.cartpage .title b{font-size: 14px;font-weight: bold;color: #333;}
}

/*购物车地直选择*/
.cartAddress{float: left;width: 100%;padding: 20px;position: relative;z-index: 100;margin-bottom: 20px;border-bottom: 3px solid #eee;}
.cartAddress .con{float: left;width: 100%;padding:0 0 20px;}
.cartAddress .con span{float: left;line-height: 50px;font-size: 20px;width: 30px;color: #d00;}
.cartAddress .con .text{float: left;width: 70%;}
.cartAddress .con .text b{float: left;width: 100%;font-size: 15px;line-height: 24px;margin-bottom: 5px;color: #333;}
.cartAddress .con .text p{float: left;width: 100%;font-size: 12px;line-height: 20px;color: #666;word-wrap:break-word;}
.cartAddress .con a{float: right;}
.cartAddress .con a span{float: right;}
.cartAddress .con a img{float: right;height: 20px;margin-top: 10px;}
.cartAddress .b{float: left;width: 100%;}
.cartAddress .b img{float: left;width: 100%;}
@media (max-width: 768px) {
.cartAddress{margin-bottom: 0;box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
.cartAddress .con{padding:0;}
}

.sumbox{float: left;width: 100%;margin: 20px 0;background: #fafafa;padding:10px 20px;font-weight: bold;}
.sumbox .huopin{float: left;line-height: 24px;margin-right: 20px;}
.sumbox .huopin b{float: left;font-weight: bold;}
.sumbox .yunfei{float: left;line-height: 24px;}
.sumbox .yunfei b{float: left;font-weight: bold;}
@media (max-width: 768px) {
.sumbox{float: left;width: 100%;margin:0;border: none;padding: 10px 20px;}
.sumbox .huopin{float: left;line-height: 24px;margin-right: 20px;border: none;}
.sumbox .huopin b{float: left;font-weight: bold;}
.sumbox .yunfei{float: right;line-height: 24px;border:none;}
.sumbox .yunfei b{float: left;font-weight: bold;}
}
/* paymethod */
.paymethodt{float: left;width: 100%;margin: 0 0 20px;padding: 0 20px;}
.paymethod{float: left;width: 100%;margin: 0 0 20px;}
.pay_method_box{float: left;width: 100%;margin: 0 0 0 0;padding: 0 20px;}
.pay_method_box label{float: left;height: 60px;border: 1px solid #eee;margin: 0 10px 0 0;display: flex;flex-direction: row;justify-items: center;padding: 14px 25px 14px 18px;justify-content: space-between;border-radius: 6px;}
.pay_method_box label input{margin: 0 10px 0 0;}
.pay_method_box label span{font-size: 20px;line-height:30px;margin-right: 10px;}
.pay_method_box label i{font-size: 20px;line-height:30px;font-style: normal;font-size: 16px;font-weight: bold;}
.pay_method_box .weixinpay{background: #eaf3ef;border-color: #a6ddcb;}
.pay_method_box .weixinpay span{font-size: 30px;color: #22a766;}
.pay_method_box .alipay span{font-size: 26px;color: #1193f1;}
.pay_method_box .alipay{margin-right: 0;background: #e1f3ff;border-color:#b6dffd}

.order_note_wrap{width:100%;float: left;padding: 20px;}
.order_note{width:100%;float: left;height: 80px;border: 1px solid #eee;padding: 10px;color: #888;}
@media (max-width: 768px) {
.order_note_wrap{padding: 20px;margin-bottom: 0;}
.order_note{height: 80px;}
.order_note::-webkit-input-placeholder { color: #ccc;}
.order_note:-ms-input-placeholder {color: #ccc;}
.order_note::placeholder {color: #ccc;}
}

#company_name{float: left;width: 100%;}
.contentOrder{float: left;width: 100%;padding:20px;background: #fafafa;}
.contentOrder .submit{float: right;height: 70px;border: none;background: var(--colorone);font-size: 18px;color: #fff;padding: 0 80px;font-weight: bold;border-radius: 0 70px 70px 0;}
.contentOrder p{line-height:35px;float: left;font-size: 13px;margin-right: 20px;}
.contentOrder p b{color: var(--colorone);}
.contentOrder p i{color: var(--colorone);font-size: 20px;font-weight: bold;font-style: normal;}
@media (max-width: 768px) {
.contentOrder{float: left;width: 100%;margin: 0px 0 40px;padding:0 20px;background: #fff;text-align: center;}
.contentOrder .submit{float: right;height: 60px;border: none;background: var(--colorone);font-size: 18px;color: #fff;padding:0;font-weight: bold;border-radius:6px;text-align: center;width: 100%;}
.contentOrder p{line-height:26px;float: left;font-size: 13px;margin-right: 0px;width: 100%;margin: 10px 0;}
.contentOrder p b{color: var(--colorone);}
.contentOrder p i{color: var(--colorone);font-size: 20px;font-weight: bold;font-style: normal;}
}

/* filter_1 */
.filter_1{float: left;width: 100%;background: #ddd;padding-bottom: 5px;padding-top:25px;border-top: 2px solid #222;}
.filter_1 .t{float: left;width: 100%;line-height: 40px;background: #ddd;text-indent: 30px;font-size: 14px;color: #666;margin-bottom: 35px;}
.filter_1 .c{float: left;width: 100%;padding: 0 0px 20px 0px;line-height: 26px;}
.filter_1 .c span{float: left;width: 60px;color: #666;margin-bottom: 6px;}
.filter_1 .c .select{float: left;width: 100px;height: 26px;border: 1px solid #eee;margin: 0 10px 0 0;}
.filter_1 .c .box{float: left;width: 1000px;}
.filter_1 .c .box em{float: left;color: #ddd;font-style: normal;margin: 0 6px 6px;}
.filter_1 .c .box a{float: left;color: #222;padding: 0 10px;margin-bottom: 6px;margin-right: 1px;}
.filter_1 .c .box a.pa{color: #222;background: #eee;}
.filter_1 .c .box a.cur{color: #fff;background: #000;}
.filter_1 .c .box a:hover{color: #fff;background: #000;}


/*good_index*/
.good_index{ float: left;width: 100%;}
.good_index .cate{width: 100%;float: left;position: relative;margin-bottom: 60px;background: #ddd;padding: 20px 0;}
.good_index .cate .list{float:left; }
.good_index .cate .list a{height: 60px;line-height: 60px;color: #000;float: left;font-size: 20px;margin-right: 30px;font-weight: bold;font-family: 'MB';}
.good_index .cate .list a.cur{color: var(--colorone)}
.good_index .cate form{float: right;width:400px;max-width: 60%;height: 60px;border-bottom: 2px solid #888;display: flex;}
.good_index .cate form .input{flex:1;background: none;border: none;outline: none;color: #888;line-height: 60px;margin: 0;padding: 0;float: left;height: 60px;font-size: 15px;}
.good_index .cate form button{float: right;color: #000;font-size: 48px;line-height: 60px;height: 60px;background: none;border: none;margin: 0;padding: 0;width: 60px;text-align: center;}
.good_index .cate form button span{line-height: 60px;top: 0;font-size: 24px;color: #000;vertical-align: top;display: inline-block;}
.good_index .box{float: left;width: 100%;}
.good_index .box .ul{float: left;width:100%;font-size:13px;display: flex;justify-content: start;flex-wrap: wrap;}
.good_index .box .ul li{width:32%;transition:0.5s;margin: 0 2% 50px 0;padding: 20px;background: #fff;}
.good_index .box .ul li:nth-child(3n){margin-right: 0}
.good_index .box .ul li .img{width:100%;float: left;overflow: hidden;}
.good_index .box .ul li .img img{width:100%;float: left;transition:0.5s;}
.good_index .box .ul li .info{width: 100%%;float: left;transition:0.5s;padding: 15px 0;}
.good_index .box .ul li .info .tit{width: 100%;float: left;font-size: 24px;font-weight: blod;line-height: 30px;color: var(--colorone);transition:0.5s;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family: 'MB'}
.good_index .box .ul li .info .time{width: 100%;float: left;line-height: 44px;color: #aaa;font-size: 16px;transition:0.5s;}
.good_index .box .ul li .info p{width: 100%;float: left;font-size: 16px;color: #999;line-height: 26px;transition:0.5s;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom: 15px;}
.good_index .box .ul li .info i{float: left;color:#666;font-size: 16px;line-height: 40px;padding: 0 20px;font-style: normal;transition:0.5s;border: 1px solid #888;}
.good_index .box .ul li:hover .desc{color: var(--colorone)}
.good_index .box .ul li:hover p{color: var(--colorone)}
.good_index .box .ul li:hover i{background: var(--colorone);color: #fff;border: 1px solid var(--colorone);}
.good_index .box .ul li:hover .img img{transform: scale(1.1);}
.good_index .content{float: left;width: 100%;line-height: 24px;font-size: 13px;}
.good_index .content .htext{float: left;width: 100%;}
.good_index .content .htext .h1{float: left;width: 100%;margin:30px 0 15px;line-height: 30px;font-size: 30px;font-weight: bold;}
.good_index .content .htext .h1 .w3c:hover{color: #fff;background: var(--themecolor);padding: 0 30px 0 50px;}
.good_index .content .htext .info{float: left;width: 100%;line-height: 30px;margin-bottom: 10px;color: #aaa;}
.good_index .content .htext .price{float: left;width: 100%;padding-bottom: 20px;border-bottom: 1px solid #ddd;margin-bottom: 40px;}
.good_index .content .htext .price b{float: left;line-height: 50px;font-size: 30px;color: var(--colorone);}
.good_index .content .htext .price a{float: right;line-height: 50px;background: var(--colorone);color: #fff;border-radius: 6px;color: #fff;padding: 0 20px;font-size: 18px;font-weight: bold;}
.good_index .content .htext .text{float: left;width: 100%;line-height: 30px;font-size: 15px;}
.good_index .content .htext .text img{max-width: 100%;}
.good_index .content .htext .text h1{float: left;width: 100%;line-height: 60px;font-size: 36px;margin: 0 0 20px;padding: 0 0 15px;font-weight: bold;border-bottom: 3px dashed #eee;}
.good_index .content .htext .text h2{float: left;width: 100%;line-height: 60px;font-size: 24px;margin: 0 0 10px;padding: 0;font-weight: bold;}
.good_index .content .htext .text h3{float: left;width: 100%;line-height: 40px;font-size: 18px;margin: 0 0 10px;padding: 0;font-weight: bold;}
.good_index .content .htext .text blockquote{float: left;width: 100%;line-height: 30px;font-size: 15px;margin: 5px 0;padding: 15px;background: #fafafa;margin:  0 0 15px;}
.good_index .content .htext .text blockquote p{color: #999;}
.good_index .content .htext .text .syntaxhighlighter{margin: 15px 0 !important;display: inline-block;}
@media (max-width: 768px) {
.good_index{ float: left;width: 100%;margin-bottom: 0px;padding-top: 0;margin-top: 0px;}
.good_index .cate{display: none;}
.good_index .box{float: left;width: 100%;background: none;border-radius: 0px;padding:20px 10px;box-shadow: none;}
.good_index .box .ul{justify-content: space-between;}
.good_index .box .ul li{width:49%;margin: 0 0 20px 0;padding: 0px;}
.good_index .box .ul li:nth-child(3n){margin-right: 0}
.good_index .box .ul li .info{padding:15px 15px 20px;}
.good_index .box .ul li .info .tit{font-size: 16px;line-height: 24px;}
.good_index .box .ul li .info .time{line-height: 30px;font-size: 14px;;}
.good_index .box .ul li .info p{font-size: 14px;line-height: 20px;transition:0.5s;margin-bottom: 15px;}
.good_index .box .ul li .info i{font-size: 14px;line-height:32px;padding: 0 15px;}
.good_index .box .ul li:hover .desc{color: var(--colorone)}
.good_index .box .ul li:hover p{color: var(--colorone)}
.good_index .box .ul li:hover i{background: var(--colorone);color: #fff;border: 1px solid var(--colorone);}
.good_index .box .ul li:hover .img img{transform: scale(1.1);}
.good_index .content{padding:20px;}
}