﻿@import url(style.css);
/*pc购物车*/
.cart_t{ background:#f5f5f5; overflow:hidden; margin-bottom:10px;}
.cart_t ul{ display:table; width:100%; overflow:hidden; }
.cart_t ul li{ display:table-cell; vertical-align:middle; overflow:hidden; height:70px; line-height:26px; text-align:center; font-size:16px; color:#333;}
.cart_t ul li.t1{ padding-left:30px; width:70px; text-align:left; font-size:14px; color:#666666;}
.cart_t ul li.t2{ text-indent:105px; width:370px; text-align:left;}
.cart_t ul li.t3{ width:120px;}
.cart_t ul li.t4{ width:260px;}
.cart_t ul li.t5{ width:120px;}
.cart_t ul li.t6{ width:226px;}
.cart_t ul li.t7{ width:100px;}
.cart_t ul li input[type=checkbox].cart_box{display:none;}
.cart_t ul li .css-label_r5{ display:inline-block;width:20px; height:20px; background:url(../images/cart_pic1.png) left center no-repeat; background-size:auto 100%; overflow:hidden; cursor:pointer;transition:all 0.3s; vertical-align:middle;}
.cart_t ul li .css-label_r5.allw{ color:#333333; width:46px; padding-left:35px;}
.cart_t ul li .css-label_r5:hover{opacity:0.8;filter:Alpha(opacity=80);}
.cart_t ul li input[type=checkbox].cart_box:checked + label.css-label_r5{background:url(../images/cart_pic2.png) left center no-repeat; background-size:auto 100%;}
.cart_ul{ overflow:hidden; border:1px solid #e6e6e6; margin-top:8px; /*padding-top:29px;padding-bottom:29px;*/}
.cart_ul ul{ display:table; width:100%; height:141px; overflow:hidden;}
.cart_ul ul li{ display:table-cell; vertical-align:middle;overflow:hidden;text-align:center; font-size:14px; color:#333333; line-height:28px; padding-left:5px; padding-right:5px;}
.cart_ul ul li input[type=checkbox].cart_box{display:none;}
.cart_ul ul li .css-label_r5{ display:inline-block;width:20px; height:20px; background:url(../images/cart_pic1.png) left center no-repeat; background-size:auto 100%; overflow:hidden; cursor:pointer;transition:all 0.3s; vertical-align:middle;}
.cart_ul ul li .css-label_r5.allw{ color:#333333; width:46px; padding-left:35px;}
.cart_ul ul li .css-label_r5:hover{opacity:0.8;filter:Alpha(opacity=80);}
.cart_ul ul li input[type=checkbox].cart_box:checked + label.css-label_r5{background:url(../images/cart_pic2.png) left center no-repeat; background-size:auto 100%;}
.cart_ul ul li .imgs{ overflow:hidden;}
.cart_ul ul li .imgs img{display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.cart_ul ul li .imgs:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.cart_ul ul li.a1{ width:60px; text-align:left; text-indent:24px;}
.cart_ul ul li.a2{ width:183px; padding-left:0; padding-right:0;}
.cart_ul ul li.a3{ width:195px; padding-left:19px;}
.cart_ul ul li.a4{ width:110px;}
.cart_ul ul li.a5{ width:250px;}
.cart_ul ul li.a6{ width:110px; font-size:16px;}
.cart_ul ul li.a7{ width:216px;}
.cart_ul ul li.a8{ width:90px;}
.cart_ul ul li.a8:hover img{opacity:0.8;filter:Alpha(opacity=80);}
.cart_ul ul li .jiajian{ width:97px; overflow:hidden; height:28px; border:1px solid #ebebeb; margin:0 auto;}
.cart_ul ul li .jiajian .text{float:left;margin:0px ;display:inline;width:31px;height:28px; color:#666;text-align: center;font:300 12px/28px Arial;padding: 0px;overflow: hidden; outline:medium; border:0; border-right:1px solid #e6e6e6;border-left:1px solid #e6e6e6;  background:#fff; }
.cart_ul ul li .jiajian a{margin:0; float:left;display:block; width:32px;height:28px;overflow:hidden; line-height:28px; text-align:center; font-size:16px; font-family:"宋体";}
.cart_ul ul li .jiajian a.reduce{ background:#f6f6f6;}
.cart_ul ul li .jiajian a.add{ background:#f6f6f6;}
.cart_ul ul li .jiajian a:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}
.cart_end{ margin-top:0; overflow:hidden; margin-bottom:60px;}
.cart_end .cart_end_l{ float:left; line-height:60px; color:#666666; font-size:14px;}
.cart_end .cart_end_r{ float:right; /*overflow:hidden;*/ font-size:14px; color:#333333}
.cart_end .cart_end_r .txts1{ float:left; padding-right:20px; border-right:1px solid #cccccc; margin-right:20px; margin-top:8px;}
.cart_end .cart_end_r .txts1 span{ line-height:22px; display:block; height:22px; overflow:hidden;}
.cart_end .cart_end_r .txts2{ float:left;  margin-right:46px; margin-top:8px;}
.cart_end .cart_end_r .txts2 span{ line-height:22px; display:block; /*height:22px;*/ overflow:hidden;}
.cart_end .cart_end_r .txts2 b{ font-size:16px; font-weight:bold;}
.cart_end .cart_end_r .a{ width:255px; height:60px; line-height:60px; background:#3a3a3a; text-align:center; float:left; color:#fff; font-size:16px; border:0; outline:none;transition:all 0.3s;-webkit-tap-highlight-color:transparent;-webkit-appearance: none;}
.cart_end .cart_end_r .a:hover{opacity:0.8;filter:Alpha(opacity=80); background:#0000ff;}

/* 留言 */
.cart_form{
	padding: 60px 0;
}
.cart_form .tit{
	font-size: 16px;
	font-weight: 700;
	color: #333;
	padding-bottom: 15px;
	margin-bottom: 35px;
	border-bottom: 1px solid #ddd;
}
.cart_form form,.cart_form .view{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.cart_form .mui-input-row{
	width: 49%;
	margin-bottom: 2%;
}
.cart_form .mui-input-row.w100{
	width: 100%;
}
.cart_form .mui-input-row label{
	display: block;
	font-size: 16px;
	/* font-weight: 700; */
	margin-bottom: 1em;
}
.cart_form .mui-input-row input,.cart_form .mui-input-row textarea{
	width: 100%;
	font-size: 16px;
	color: #999;
	line-height: 1.5;
	padding-left: 15px;
	border: 1px solid #bfbfbf;
	background-color: transparent;
	box-sizing: border-box;
}
.cart_form .mui-input-row input{
	height: 55px;
}
.cart_form .mui-input-row input:focus,.cart_form .mui-input-row textarea:focus{
	outline:none;
}
.cart_form .mui-input-row textarea{
	height: 200px;
	padding: 15px;
}
.cart_form .btn{
	width: 100%;
	text-align: center;
}
.cart_form .btn button{
	display: inline-block;
	width: 255px;
	height: 60px;
	line-height: 60px;
	background: #3a3a3a;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border: 0;
	outline: none;
	transition: all 0.3s;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
}
/*手机购物车*/
.cart_t2{ height:46px; line-height:46px; overflow:hidden; margin-bottom:97px; margin-top:20px;}
.cart_t2 ul li{ float:left; overflow:hidden; color:#333;}
.cart_t2 ul li.t1{}
.cart_t2 ul li.t2{ padding-left:30px; background:url(../images/cart_pic4.png) left center no-repeat;}
.cart_t2 ul li input[type=checkbox].cart_box{display:none;}
.cart_t2 ul li .css-label_r5{ display:inline-block;width:20px; height:46px; background:url(../images/cart_pic1.png) left center no-repeat; background-size:auto 26px; overflow:hidden; cursor:pointer;transition:all 0.3s; vertical-align:middle;}
.cart_t2 ul li .css-label_r5.allw{ color:#333333; width:68px; padding-left:35px;}
.cart_t2 ul li .css-label_r5:hover{opacity:0.8;filter:Alpha(opacity=80);}
.cart_t2 ul li input[type=checkbox].cart_box:checked + label.css-label_r5{background:url(../images/cart_pic2.png) left center no-repeat; background-size:auto 26px;}
.cart_ul2{ overflow:hidden; border-bottom:1px solid #e6e6e6; padding-bottom:30px;padding-top:30px;}
.cart_ul2 ul{ display:table; width:100%; overflow:hidden;}
.cart_ul2 ul li{ display:table-cell; vertical-align:middle;overflow:hidden;text-align:left; font-size:14px; color:#333333; line-height:28px; padding-left:5px; padding-right:5px; }
.cart_ul2 ul li input[type=checkbox].cart_box{display:none;}
.cart_ul2 ul li .css-label_r5{ display:inline-block;width:26px; height:26px; background:url(../images/cart_pic1.png) left center no-repeat; background-size:auto 26px; overflow:hidden; cursor:pointer;transition:all 0.3s; vertical-align:middle;}
.cart_ul2 ul li .css-label_r5.allw{ color:#333333; width:46px; padding-left:35px;}
.cart_ul2 ul li .css-label_r5:hover{opacity:0.8;filter:Alpha(opacity=80);}
.cart_ul2 ul li input[type=checkbox].cart_box:checked + label.css-label_r5{background:url(../images/cart_pic2.png) left center no-repeat; background-size:auto 26px;}
.cart_ul2 ul li .imgs{ overflow:hidden;}
.cart_ul2 ul li .imgs img{display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.cart_ul2 ul li .imgs:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.cart_ul2 ul li.a1{ text-align:left; padding-left:0; width:36px;}
.cart_ul2 ul li.a2{ width:110px; padding-left:0; padding-right:0;}
.cart_ul2 ul li.a3{ float:none; padding-left:15px;}
.cart_ul2 ul li.a3 img:hover{opacity:0.8;filter:Alpha(opacity=80);}
.cart_ul2 ul li.a3 span{ float:left;max-width:336px;  margin-right:2%; width:86%; font-size:22px; color:#333;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.cart_ul2 ul li.a3 .one{ overflow:hidden; margin-bottom:10px;}
.cart_ul2 ul li.a3 .img{ float:right; margin-top:5px;}
.cart_ul2 ul li.a3 .two{ overflow:hidden; margin-bottom:5px;}
.cart_ul2 ul li.a3 .two .price{ float:left; font-size:24px; color:#db0c0c; line-height:30px;}
.cart_ul2 ul li .jiajian{ width:97px; overflow:hidden; height:28px; border:1px solid #ebebeb; float:right;}
.cart_ul2 ul li .jiajian .text{float:left;margin:0px ;display:inline;width:31px;height:28px; color:#666;text-align: center;font:300 12px/28px Arial;padding: 0px;overflow: hidden; outline:medium; border:0; border-right:1px solid #e6e6e6;border-left:1px solid #e6e6e6;  background:#fff; }
.cart_ul2 ul li .jiajian a{margin:0; float:left;display:block; width:32px;height:28px;overflow:hidden; line-height:28px; text-align:center; font-size:16px; font-family:"宋体";}
.cart_ul2 ul li .jiajian a.reduce{ background:#f6f6f6;}
.cart_ul2 ul li .jiajian a.add{ background:#f6f6f6;}
.cart_ul2 ul li .jiajian a:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}
.cart_ul2 ul li .nums{ font-size:20px; color:#666666; line-height:22px;}
.cart_end2{ position:fixed; bottom:0; left:0; width:100%; height:77px; line-height:77px; background:#fff; border-top:1px solid #eeeeee;}
.cart_end2 .cart_end2_l{ float:left; margin-left:2%; overflow:hidden;}
.cart_end2 .cart_end2_l span{ color:#d71616;}
.cart_end2 .a{ max-width:px; float:right; width:34%; color:#fff; text-align:center; background:#b31919; letter-spacing:2px;}
.cart_a{ position:fixed; bottom:97px; right:2%; width:60px; height:60px; background:url(../images/cart_bg1.png) no-repeat; background-size:100% 100%;}
.cart_a i{ width:30px; height:30px; font-style:normal; text-align:center; line-height:30px; color:#fff; background:#d71616; display:block; border-radius:50%; float:right; margin-right:-2px; margin-top:-10px;}
/*立即下单*/
.c_border{ overflow:hidden; border-bottom:7px solid #f6f6f6;}
.buy_t{ margin-top:42px; overflow:hidden; margin-bottom:20px; font-weight:bold; font-size:18px; line-height:40px; color:#333333;}
.buy_addr{ margin-bottom:20px; overflow:hidden;}
.buy_addr ul li{ float:left;margin-right:30px;width:350px; overflow:hidden; margin-bottom:30px;}
.buy_addr ul li:nth-child(3n+0){ margin-right:0;}
.buy_addr ul li .ico_label2 .css-radio{ display:none;}
.buy_addr ul li .ico_label2 .css-label_r2{ display:block;height:197px; overflow:hidden;  border:1px dashed #e6e6e6; cursor:pointer;transition:all 0.3s; background-repeat:no-repeat; background-position:right bottom;}
.buy_addr ul li .ico_label2 .css-label_r2:nth-child(3n+0){ margin-right:0;}
.buy_addr ul li .ico_label2 .css-label_r2:hover{ border:1px solid #3a3a3a; }
/*.buy_addr ul li .ico_label2 .css-label_r2.psel{border:2px solid #3a3a3a;height:195px;}*/
.buy_addr ul li .ico_label2 input[type=radio].css-radio:checked + label.css-label_r2{border:2px solid #3a3a3a;height:195px; background-image:url(../images/buy_bg1.png);}
.buy_addr ul li .ico_label2 input[type=radio].css-radio:checked + label.css-label_r2 em{ display:block;}
.buy_addr ul li .boxs{ margin:0 auto; width:290px; overflow:hidden; padding-top:17px; color:#333;}
.buy_addr ul li .h3{ height:40px; line-height:40px; font-weight:bold; font-size:18px; margin-bottom:4px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.buy_addr ul li .h3 span{ padding-right:20px;}
.buy_addr ul li .addr{ font-size:16px; line-height:26px; height:78px; overflow:hidden;}
.buy_addr ul li .ends{ margin-top:18px; overflow:hidden;}
.buy_addr ul li .ends em{ float:left; width:45px; text-align:center; color:#fff; background:#3a3a3a; font-size:12px;height:22px; line-height:22px; display:none;}
.buy_addr ul li .ends .a{ float:right; margin-left:16px; width:22px; height:22px; overflow:hidden; background-repeat:no-repeat; background-position:center center; background-size:auto 100%;transition:all 0.3s;}
.buy_addr ul li .ends .del{ background-image:url(../images/buy_bg3.png);}
.buy_addr ul li .ends .edit{ background-image:url(../images/buy_bg2.png);}
.buy_addr ul li .ends .a:hover{opacity:0.8;filter:Alpha(opacity=80);}
.buy_addr ul li .addnew{ display:block; height:197px; overflow:hidden;  border:1px dashed #e6e6e6; line-height:197px; text-align:center; font-size:16px; color:#9a9a9a; cursor:pointer;transition:all 0.3s;}
.buy_addr ul li .addnew img{ display:inline; vertical-align:sub; margin-right:11px;}
.buy_addr ul li .addnew:hover{ border:1px solid #3a3a3a;}
.buy_pay{ overflow:hidden; margin-bottom:50px;}
.buy_pay ul li{ float:left; width:260px; margin-right:10px;}
.buy_pay ul li .css-radio{ display:none;}
.buy_pay ul li .css-label_r2{ display:block;height:57px; line-height:57px; overflow:hidden;  border:1px dashed #ababab; cursor:pointer;transition:all 0.3s; text-align:center; color:#000000; font-size:16px;}
.buy_pay ul li .css-label_r2:hover{ border:1px solid #3a3a3a;}
.buy_pay ul li input[type=radio].css-radio:checked + label.css-label_r2{border:1px solid #3a3a3a; background:#3a3a3a; color:#fff;}
.buy_ul{ overflow:hidden; margin-bottom:3%;}
.buy_ul ul li{ margin-bottom:2%; border:1px solid #e6e6e6; overflow:hidden; display:block; padding-left:20px; padding-right:20px; padding-top:30px; padding-bottom:30px;}
.buy_ul ul li .imgs{ float:left; width:180px; overflow:hidden;}
.buy_ul ul li .imgs img{display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.buy_ul ul li .imgs:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.buy_ul ul li .txts{ overflow:hidden; padding-left:15px; color:#333333; font-size:14px; line-height:22px;}
.buy_ul ul li .txts dl{ width:100%; display:table; height:138px;}
.buy_ul ul li .txts dd{ display:table-cell; vertical-align:middle;overflow:hidden; padding-right:15px;}
.buy_ul ul li .txts dd.a1{ width:285px;}
.buy_ul ul li .txts dd.a2{ width:390px;}
.buy_ul ul li .txts dd.a2 .color{ float:left; width:158px; overflow:hidden;}
.buy_ul ul li .txts dd.a2 .date{ overflow:hidden; display:inline;}
.buy_ul ul li .txts dd.a3{ width:320px; text-align:center; font-weight:bold; font-size:16px;}
.buy_ul ul li .txts dd.a3 span{ width:50%; float:left;}
.buy_fp{ overflow:hidden; margin-bottom:4%;}
.buy_fp input[type=checkbox].cart_box{display:none;}
.buy_fp .css-label_r5{ display:inline-block; width:110px;height:22px; line-height:22px; background:url(../images/cart_pic1.png) left center no-repeat; background-size:auto 100%; overflow:hidden; cursor:pointer;transition:all 0.3s; vertical-align:middle;color:#333333; padding-left:33px; font-size:16px;}
.buy_fp input[type=checkbox].cart_box:checked + label.css-label_r5{background:url(../images/cart_pic2.png) left center no-repeat; background-size:auto 100%;}
.buy_pl{ max-width:785px; border:1px solid #e6e6e6; overflow:hidden; margin-bottom:4%;}
.buy_pl .textarea{ padding:2%; padding-left:28px; width:100%;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */ background:#fff; font-size:16px; font-family:"微软雅黑";border:none; outline:none; color:#9a9a9a; height:160px;  }
.buy_pl .textarea:focus{ color:#333;}
.buy_pl+.counts{ display:none; }
.buy_end{ float:right; width:256px; overflow:hidden; text-align:right; margin-top:40px; color:#333333; margin-bottom:60px;}
.buy_end .counts{ font-size:15px; line-height:24px; margin-bottom:4px;}
.buy_end .totals{ line-height:30px; font-weight:bold; font-size:20px; margin-bottom:15px;}
.buy_end .a{ display:block; width:100%; height:60px; line-height:60px; text-align:center; color:#fff; font-size:16px; border:0; background:#3a3a3a;outline: none; transition: all 0.3s; -webkit-tap-highlight-color: transparent; -webkit-appearance: none;}
.buy_end .a:hover{opacity:0.8;filter:Alpha(opacity=80); background:#0000ff;}
/*地址弹窗*/
.case_bgs3{z-index: 19891024;background:url(../images/about_bg.png) repeat; width: 100%; height: 100%;  position: fixed;  left: 0;  top: 0;  display: none;}
.case_tc3{z-index: 19891025; width: 90%; /* top: 157.5px; */  left: 50%; margin-left:-45%; /* margin-left: -300px; */  position:absolute; overflow: hidden; top:270px; /*height:0;*/ display: none;}
.case_tc3 .case_box{ width:96%; margin:0 auto; max-width:1000px;background: #fff; overflow: hidden; position:relative;}
.case_tc3 .case_box .closed{ right:25px; position:absolute; top:25px; cursor:pointer; width:20px; height:20px;background:url(../images/close3.png) center center no-repeat;background-size:13px 13px; z-index:10;}
.case_tc3 .case_box .closed:hover{/*background-image:url(../images/close2_on.png);*/opacity:0.8;filter:Alpha(opacity=80);}
.case_tc3 .case_divs{ position:relative;width:94%; margin:0 auto; max-width:920px; margin-top:40px; margin-bottom:65px;}
.case_tc3 .case_divs .case_t{ overflow:hidden; font-weight:bold; color:#333333; font-size:18px; height:60px; line-height:60px;}
.case_tc3 .case_divs .divs{ margin-bottom:20px; overflow:hidden;}
.case_tc3 .case_divs .selects{ appearance: none;-moz-appearance: none; -webkit-appearance: none;  width:32%; margin-right:2%;height:50px;line-height:50px;display:block;float:left;border:1px #d4d4d4 solid;background:#fff;color:#999999;padding-left:19px;font-size: 16px; background:url(../images/buy_bg5.png) #fff 94% center no-repeat; outline:none;}
.case_tc3 .case_divs .selects:last-child{ margin-right:0;}
.case_tc3 .case_divs .inputs{width:calc(100% - 2px);width:-webkit-calc(100% - 2px);width:-moz-calc(100% - 2px);height:50px;line-height:50px;display:block;border:1px #d4d4d4 solid;background:#fff;color:#999999;text-indent:19px;font-size: 16px; outline:none;}
.case_tc3 .case_divs .inputs.bgs1{ float:left; max-width:288px; margin-right:2%; width:calc(49% - 2px);width:-webkit-calc(49% - 2px);width:-moz-calc(49% - 2px); margin-bottom:1%;}
.case_tc3 .case_divs .inputs.bgs1:last-child{ margin-right:0;}
.case_tc3 .case_divs .bnts{ display:block; width:290px; height:50px; line-height:50px; text-align:center; color:#fff; font-size:16px; border:0; background:#3a3a3a;outline: none; transition: all 0.3s; -webkit-tap-highlight-color: transparent; -webkit-appearance: none;}
.case_tc3 .case_divs .bnts:hover{opacity:0.8;filter:Alpha(opacity=80); background:#0000ff;}
/*账户资料*/
.user_t{ background:#f5f5f5; overflow:hidden;}
.user_t a{ float:left; margin-right:54px; height:70px; line-height:70px; font-size:14px;}
.user_head{ overflow:hidden; padding-right:25px; margin-bottom:30px; margin-top:50px; padding-bottom:50px; border-bottom:1px solid #e6e6e6;}
.user_head .head_img{ float:left; width:111px; height:111px;}
.user_head .head_img img{ width:100%; height:100%; border-radius:50%;}
.user_head .user_headinfo{ float:left; margin-left:20px; margin-top:26px; overflow:hidden; color:#333333;}
.user_head .user_headinfo .user_name{ line-height:30px; font-size:18px; font-weight:bold; height:30px;  overflow:hidden;}
.user_head .user_headinfo .user_desc{ font-size:14px; line-height:30px; overflow:hidden;}
.user_head .user_date{ float:right; margin-top:41px; font-size:14px; line-height:30px; color:#666; overflow:hidden;}
.user_title{ height:56px; line-height:56px; color:#000000; font-size:18px; overflow:hidden;}
.user_b{padding-left:13px; padding-right:8px; border:1px solid #efefef; overflow:hidden; padding-top:30px; margin-bottom:60px;}
.user_b .user_head2{ position:relative; overflow:hidden;}
.user_b .user_head2 .modify_a{ float:left; font-size:14px;color:#0000ff; line-height:30px;}
.user_b .weui-uploader__input{height: 100%;  left: 0;opacity: 0;  position: absolute; top: 0;  width: 150px; z-index: 1; cursor:pointer;}
.user_b .user_ul{ overflow:hidden; margin-top:20px; margin-bottom:110px;}
.user_b .user_ul ul li{ display:block; overflow:hidden; margin-bottom:21px;line-height:30px;}
.user_b .user_ul ul li .label{ float:left; width:100px; text-align:right;  overflow:hidden; color:#333; font-size:14px; margin-right:16px;}
.user_b .user_ul ul li .red{ color:#f70202;}
.user_b .user_ul ul li .divs{ overflow:hidden;}
.user_b .user_ul ul li .divs .inputs3{ float:left;background: #fff;width: 208px; height: 28px; line-height: 28px;  border: 1px solid #e6e6e6; font-size: 14px;  outline: none; text-indent: 10px;}
.user_b .user_ul ul li .divs .inputs3.bgs2{ width:567px;}
.user_b .user_ul ul li .divs .inputs3.bgs3{ width:96px;}
.user_b .user_ul ul li .divs .code{ float:left; margin-left:10px; width:75px; height:30px;}
/*.user_b .user_ul ul li .divs .yzm{ margin-left:10px; text-align:center; color:#333; float:left; width:125px; background:#dcdcdc; height:24px; line-height:24px;}*/
.user_b .user_ul ul li .divs .txts{ overflow:hidden; margin-bottom:10px;}
.user_b .user_ul ul li .divs .user_bnt{ width:96px; height:30px; line-height:30px; border:1px solid #0000ff; text-align:center; outline:none; background:#0000ff; font-size:14px; color:#fff; cursor:pointer; margin-right:22px;}
.user_b .user_ul ul li .divs .user_bnt.border2{ border:1px solid #e9e9e9; background:#fff; color:#7f7f7f;}
.user_b .user_ul ul li .divs .user_bnt:Hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}
.user_b .user_ul ul li .divs .selects{ appearance: none;-moz-appearance: none; -webkit-appearance: none;  width:183px; margin-right:10px;height:28px;line-height:28px;display:block;float:left;border:1px #e6e6e6 solid;background:#fff;color:#333;padding-left:19px;font-size: 12px; background:url(../images/user_bg1.png) #fff 94% center no-repeat; outline:none;}
.user_b .user_ul ul li .divs .selects:last-child{ margin-right:0;}
.user_b .user_ul ul li .divs .desc{ display:block; color:#999999; font-size:12px; clear:both;}
/*用户晒单*/
.record_t{ background:#f5f5f5; overflow:hidden; margin-bottom:10px;}
.record_t ul{ display:table; width:100%; overflow:hidden; }
.record_t ul li{ display:table-cell; vertical-align:middle; overflow:hidden; height:46px; line-height:26px; text-align:center; font-size:14px; color:#000;}
.record_t ul li.t1{ width:395px;}
.record_t ul li.t2{ width:592px; padding-left:19px; padding-right:19px;}
.record_t ul li.t3{ width:144px;}
.record_t ul li.t4{ width:106px;}
.record_ul{ overflow:hidden; border:1px solid #e6e6e6; margin-top:20px; padding-top:29px;padding-bottom:29px;}
.record_ul ul{ display:table; width:100%; height:141px; overflow:hidden;}
.record_ul ul li{ display:table-cell; vertical-align:middle;overflow:hidden;text-align:center; font-size:14px; color:#000; line-height:26px; padding-left:19px; padding-right:19px;}
.record_ul ul li .imgs{ overflow:hidden;}
.record_ul ul li .imgs img{display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.record_ul ul li .imgs:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.record_ul ul li.a1{ width:183px; padding-left:29px; padding-right:0;}
.record_ul ul li.a2{ width:144px; text-align:left;}
.record_ul ul li.a3{ width:592px; text-align:left; line-height:22px;}
.record_ul ul li.a4{ width:106px;}
.record_ul ul li.a5{ width:68px; }
.record_ul ul li.a5:hover img{opacity:0.8;filter:Alpha(opacity=80);}
.record_ul ul li.a2 .b{ font-weight:bold; font-size:16px; display:block;}
.record_ul ul li.a3 .dl{ overflow:hidden; margin-top:15px;}
.record_ul ul li.a3 .dl dl dd{width:110px; float:left;margin-right:10px; overflow:hidden; margin-bottom:10px;}
.record_ul ul li.a3 .dl dl dd:nth-child(5n+0){ margin-right:0;}
.record_ul ul li.a3 .dl dl dd .imgs{ overflow:hidden;}
.record_ul ul li.a3 .dl dl dd .imgs img{ width:100%; height:78px; }

.record_more{ text-align:center; font-size:16px; display:block; margin:0 auto; width:304px; height:52px; line-height:52px; overflow:hidden; background:#3a3a3a; color:#fff;transition:all 0.3s;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s; margin-top:6%; margin-bottom:6%;}
.record_more:hover{ background:#0000ff; color:#fff;}
.record_more.bgs2{ margin-top:4%;}

/*我的订单*/
.order_t{ background:#f5f5f5; overflow:hidden;}
.order_t ul{ display:table; width:100%; overflow:hidden; }
.order_t ul li{ display:table-cell; vertical-align:middle; overflow:hidden; height:46px; line-height:26px; text-align:center; font-size:14px; color:#000;}
.order_t ul li.t1{ width:336px; padding-left:30px;}
.order_t ul li.t2{ width:196px; }
.order_t ul li.t3{ width:176px;}
.order_t ul li.t4{ width:220px;}
.order_t ul li.t5{ width:170px;}
.order_t ul li.t6{ width:170px;}
.order_ul{ overflow:hidden; margin-top:20px;}
.order_ul .order_head{ height:40px; line-height:40px; background:#f5f5f5; overflow:hidden; padding-left:30px; color:#000; font-size:14px;}
.order_ul .order_head .nums{ padding-left:40px;}
.order_ul .order_head .dels{ float:right; height:19px; margin-right:70px; margin-top:11px;}
.order_ul .order_head .dels:hover{opacity:0.8;filter:Alpha(opacity=80);}
.order_ul .order_b{border:1px solid #e6e6e6; border-top:0; padding-top:29px; padding-bottom:29px; }
.order_ul .ul{ display:table; width:100%; height:141px; overflow:hidden;}
.order_ul .ul li{ display:table-cell; vertical-align:middle;overflow:hidden;text-align:center; font-size:14px; color:#000; line-height:26px; padding-left:19px; padding-right:19px;}
.order_ul .ul li .imgs{ overflow:hidden;}
.order_ul .ul li .imgs img{display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.order_ul .ul li .imgs:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.order_ul .ul li.a1{ width:183px; padding-left:30px; padding-right:0;}
.order_ul .ul li.a2{ width:134px; text-align:left; padding-right:0;}
.order_ul .ul li.a3{ width:158px;}
.order_ul .ul li.a4{ width:138px;}
.order_ul .ul li.a5{ width:182px; }
.order_ul .ul li.a6{ width:132px; }
.order_ul .ul li.a7{ width:132px; }
.order_ul .ul li.a2 .b{ font-weight:bold; font-size:16px; display:block;}
.order_ul .ul li.a3 .dl{ overflow:hidden; margin-top:15px;}
.order_ul .ul li.a3 .dl dl dd{width:110px; float:left;margin-right:10px; overflow:hidden; margin-bottom:10px;}
.order_ul .ul li.a3 .dl dl dd:nth-child(5n+0){ margin-right:0;}
.order_ul .ul li.a3 .dl dl dd .imgs{ overflow:hidden;}
.order_ul .ul li.a3 .dl dl dd .imgs img{ width:100%; height:78px; }
.order_ul .ul li .b{ display:block; font-weight:bold; font-size:16px;}
.order_ul .ul li .pl{ display:block;}
.order_ul .ul li .pl a{ color:#0000ff;}
/*我的收藏*/
.fav_ul{overflow:hidden; border-left:1px solid #f3f3f3;border-top:1px solid #f3f3f3;}
.fav_ul ul li{ float:left; width:25%; overflow:hidden;}
.fav_ul ul li .boxs{ overflow:hidden;border-right:1px solid #f3f3f3;border-bottom:1px solid #f3f3f3;}
.fav_ul ul li .imgs{ overflow:hidden; position:relative;}
.fav_ul ul li .imgs img{display: block;width: 100%; height:250px;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.fav_ul ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.fav_ul ul li .imgs .bgs{ background:rgba(255,255,255,0.89); position:absolute; top:0; left:0; width:100%; height:100%;transition:all 0.3s;opacity:0;filter:Alpha(opacity=0);}
.fav_ul ul li .imgs .bgs .desc{ width:80%; position:absolute; top:50%; left:50%; max-width:196px; border:3px solid #0000ff; color:#333333; line-height:24px; font-size:16px;transform: translate(-50%, -50%); text-align:center;}
.fav_ul ul li .imgs .bgs .desc span{ display:block; max-width:148px; width:92%; margin:0 auto; padding-top:10%; padding-bottom:10%;}
.fav_ul ul li:hover .imgs .bgs{opacity:1.0;filter:Alpha(opacity=100);}
.fav_ul ul li .txts{ width:94%; margin:0 auto; max-width:266px; overflow:hidden; margin-top:22px; margin-bottom:29px; color:#333;}
.fav_ul ul li .txts .h3{ font-size:14px; height:26px; line-height:26px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.fav_ul ul li .txts .h3 span{ font-weight:bold; padding-right:7px;}
.fav_ul ul li:hover .txts .h3{ color:#0000ff;}
.fav_ul ul li:hover .txts .h3 span{ color:#333;}
.fav_ul ul li .txts .price{ font-size:14px;height:24px; line-height:24px; overflow:hidden;}
.fav_ul ul li .txts .price{ font-size:14px;height:24px; line-height:24px; overflow:hidden;}
.fav_ul ul li .txts .color{ overflow:hidden; margin-top:10px;}
.fav_ul ul li .txts .color span{ float:left; padding-left:10px; padding-right:10px;height:24px; line-height:24px; overflow:hidden; background:#f6f6f6; font-size:12px; color:#666666;}
.fav_ul ul li .txts .color .dels{ float:right; line-height:24px; height:24px; font-size:14px;}
/*用户评论*/
.textarea{padding:1%; padding-top:0; width:98%; background:#fff; font-size:14px;border:0; outline:none;color:#999999; height:180px; }
.pl_img{ text-align:center; overflow:hidden; margin-top:20px;}
.pl_img ul li{ float:left; margin-right:20px; position:relative;}
.pl_img ul li .imgs{ border:1px dashed #e6e6e6; width:118px; height:118px; font-size:14px; line-height:46px;transition:all 0.3s;}
.pl_img ul li:hover .imgs{opacity:0.8;filter:Alpha(opacity=80);border:1px dashed #0000ff; color:#0000ff;}
.pl_img ul li .imgs img{ width:33px; display:block; margin:0 auto; margin-top:30px;}
.pl_img ul li .weui-uploader__input{height: 100%;  left: 0;opacity: 0;  position: absolute; top: 0;  width: 150px; z-index: 1; cursor:pointer;}
.order_ul .pl_bnt{ float:left; width:106px; height:34px; line-height:34px; border:0;text-align:center; outline:none; background:#0000ff; font-size:14px; color:#fff; cursor:pointer; margin-right:15px; margin-top:40px; margin-bottom:60px;}
.order_ul .pl_bnt:Hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}

/*发票弹窗*/
.case_bgs4{z-index: 19891024;background:url(../images/about_bg.png) repeat; width: 100%; height: 100%;  position: fixed;  left: 0;  top: 0;  display: none;}
.case_tc4{z-index: 19891025; width: 90%; /* top: 157.5px; */  left: 50%; margin-left:-45%; /* margin-left: -300px; */  position:absolute; overflow: hidden; top:270px; /*height:0;*/ display: none;}
.case_tc4 .case_box{ width:96%; margin:0 auto; max-width:640px;background: #fff; overflow: hidden; position:relative;}
.case_tc4 .case_box .closed2{ right:25px; position:absolute; top:25px; cursor:pointer; width:20px; height:20px;background:url(../images/close3.png) center center no-repeat;background-size:13px 13px; z-index:10;}
.case_tc4 .case_box .closed2:hover{/*background-image:url(../images/close2_on.png);*/opacity:0.8;filter:Alpha(opacity=80);}
.case_tc4 .case_divs{ position:relative;width:94%; margin:0 auto; max-width:580px; margin-top:40px; margin-bottom:65px;}
.case_tc4 .case_divs .case_t{ overflow:hidden; font-weight:bold; color:#333333; font-size:18px; height:60px; line-height:60px;}
.case_tc4 .case_divs .fp_box{ max-height:440px;overflow: auto;overflow-x: hidden;}
.case_tc4 .case_divs .tt{ float:left; width:112px; overflow:hidden; font-size:16px; line-height:52px;}
.case_tc4 .case_divs .bb{ overflow:hidden; margin-top:15px;}
.case_tc4 .case_divs .divs{ margin-bottom:20px; overflow:hidden;}
.case_tc4 .case_divs .divs #fq_type_box{ overflow:hidden;}
.case_tc4 .case_divs .divs #fq_type_box .inputs{ margin-bottom:2%;}
.case_tc4 .case_divs .inputs{width:calc(100% - 2px);width:-webkit-calc(100% - 2px);width:-moz-calc(100% - 2px);height:50px;line-height:50px;display:block;border:1px #d4d4d4 solid;background:#fff;color:#999999;text-indent:19px;font-size: 16px; outline:none;}
.case_tc4 .case_divs .bnts{ display:block; width:290px; height:50px; line-height:50px; text-align:center; color:#fff; font-size:16px; border:0; background:#3a3a3a;outline: none; transition: all 0.3s; -webkit-tap-highlight-color: transparent; -webkit-appearance: none; margin:0 auto;}
.case_tc4 .case_divs .bnts:hover{opacity:0.8;filter:Alpha(opacity=80); background:#0000ff;}
.case_tc4 .case_divs input[type=radio].fp_radio{display:none;}
.case_tc4 .case_divs .css-label_r5{ display:inline-block; width:110px;height:22px; line-height:22px; background:url(../images/radio_bg1.png) left center no-repeat; background-size:auto 100%; overflow:hidden; cursor:pointer;transition:all 0.3s; vertical-align:middle;color:#333333; padding-left:33px; font-size:16px;}
.case_tc4 .case_divs input[type=radio].fp_radio:checked + label.css-label_r5{background:url(../images/radio_bg1_on.png) left center no-repeat; background-size:auto 100%;}
.case_tc4 .case_divs .fq_con{ overflow:hidden;}
.case_tc4 .case_divs .fq_con .inputs{ margin-bottom:2%;}
.case_tc4 .case_divs .fq_con .mx_zy{ display:none;}
.case_tc4 .case_divs #dw_con.dw{ margin-top:20px;}
.case_tc4 .case_divs .fq_txt{padding: 1rem .95rem; background: #f6f6f6;  color: #a0a0a0; font-size: .85rem; line-height:1.8; margin-bottom:20px;}
.case_tc4 .case_divs .fq_txt ul li{ display:block;position: relative;padding: 0 0 0 .8rem; overflow:hidden;}
.case_tc4 .case_divs .fq_txt ul li:before{position: absolute;top: 50%;left: 0; content: ''; display: block;  width: 6px; height: 6px; background: #d2d2d2; -webkit-border-radius: 50%; border-radius: 50%;-webkit-transform: translate(0,-50%);-moz-transform: translate(0,-50%); transform: translate(0,-50%);}
/*支付界面*/
.buy_txt{ margin-top:4%; overflow:hidden; margin-bottom:4%; font-size:14px; color:#333333; line-height:26px;}
.buy_txt .h3{ line-height:32px; color:#e56a69; font-size:18px; font-weight:bold;}
.buy_l{ float:right; overflow:hidden; width:270px; margin-left:3%; margin-top:45px; padding-bottom:140px;}
.buy_l .h2{ font-weight:bold; color:#333333; font-size:18px; margin-bottom:20px;}
.buy_l .prices{ color:#e56a69; font-size:26px; font-weight:bold; margin-bottom:20px;}
.buy_l .weixin{ border:1px solid #e6e6e6;  max-width:268px; overflow:hidden; padding:12px; margin-bottom:20px;}
.buy_l .weixin img{ width:100%;}
.buy_l .desc{ max-width:270px; background:url(../images/buy_bg1.jpg) center center no-repeat; overflow:hidden; height:64px;}
.buy_l .desc p{ padding-left:105px; padding-top:10px; color:#fff; line-height:22px; overflow:hidden; font-size:14px;}
.buy_r{ overflow:hidden; max-width:650px; margin-top:45px; padding-bottom:100px;}
.buy_r .h2{ font-weight:bold; color:#333333; font-size:18px;}
.buy_r .buy_list{ overflow:hidden; margin-top:3px; margin-bottom:20px;}
.buy_r .buy_list ul li{ display:block; overflow:hidden; border-bottom:1px solid #e6e6e6; padding-bottom:20px; padding-top:20px;}
.buy_r .buy_list ul li .imgs{ float:left; width:150px; overflow:hidden; margin-right:3%;}
.buy_r .buy_list ul li .imgs img{ width:100%;}
.buy_r .buy_list ul li .txts{ overflow:hidden;}
.buy_r .buy_list ul li .txts .h3{ font-weight:lighter; color:#333333; font-size:14px; line-height:22px; height:22px; overflow:hidden; margin-top:4%;}
.buy_r .buy_list ul li .txts .colors{ height:22px; line-height:22px; overflow:hidden;color:#333333; font-size:14px;font-weight:lighter;}
.buy_r .buy_list ul li .txts .nums{ height:22px; line-height:22px; overflow:hidden;color:#333333; font-size:14px;font-weight:lighter; margin-top:15px;}
.buy_r .cons{overflow:hidden; border-bottom:1px solid #e6e6e6; padding-bottom:20px; font-size:14px; padding-top:20px; padding-bottom:20px; margin-bottom:20px; line-height:22px; }
.buy_r .cons.nobor{ border-bottom:0;}
/*支付完成*/
.buy_ok{ margin-top:180px; overflow:hidden; margin-bottom:160px; font-size:16px; text-align:center; color:#333333; line-height:30px;}
.buy_ok .h3{ line-height:32px; color:#3a3a3a; font-size:24px; font-weight:bold; margin-bottom:15px; margin-top:15px;}
.buy_ok .h3 .reds{ color:#e56a69;}
.buy_ok .ico{ display:block; width:54px; margin:0 auto;}
.buy_ok .blue{ color:#0000ff; font-size:16px;}
/*订单详情*/
.order_h3{ font-weight:bold; color:#333333; font-size:18px; margin-top:3%;}
.order_txt{ margin-top:1%; overflow:hidden; margin-bottom:2%; font-size:14px; color:#333333; line-height:26px;}
.order_txt p{ float:left; margin-right:3%;}
.order_txt p:last-child{ margin-right:0;}
.buy_r.bg2{ max-width:none;}
.order_list3{ display:none;}
.order_list3 ul li{ padding-bottom:4%; border-bottom:1px solid #e6e6e6; overflow:hidden; display:block;}
/*.order_list3 ul li:last-child{ border-bottom:0;}*/
.order_list3 ul li .order_one{padding-top:4%; padding-bottom:1%; overflow:hidden; padding-left:3%; padding-right:3%;}
.order_list3 ul li .order_one .imgs{ float:left; width:110px; margin-right:10px;}
.order_list3 ul li .order_one .prices{ overflow:hidden; font-size:18px; color:#333;line-height:26px; padding-right:8px;}
.order_list3 ul li .order_one .prices h2{ font-size:20px;  font-weight:lighter;}
.order_list3 ul li .order_one .prices span{ display:block; font-weight:bold; color:#3a3a3a; margin-top:5px;}
.order_list3 ul li .order_one .pro_num{ float:right; line-height:20px; padding-top:55px; font-size:20px; color:#666666;}
.order_list3 ul li .order_two{ /*border-bottom:1px dashed #b2b2b2; */text-align:right; padding-right:3%; color:#a3a3a3; height:40px; line-height:40px; font-size:18px; padding-bottom:1%;}
.order_list3 ul li .order_two span{ color:#000;font-size:20px;}
.order_list3 ul li .order_two label{  color:#333; }
.order_list3 ul li .order_bnt{ padding-top:10px;}
.order_list3 ul li .order_bnt_a{ float:right; max-width:110px; width:25%; margin-right:3%; height:36px; line-height:36px; text-align:center; font-size:16px; color:#000000; border:1px solid #8f8f8f; border-radius:6px;-webkit-appearance: none; background:none;}
.order_list3 ul li .order_bnt_a.bgs2{ background:#3a3a3a; color:#fff;}

.order_list3 ul li .kefu_list_one{ height:40px; line-height:40px; margin-bottom:10px; overflow:hidden; font-size:14px; color:#666666; border-bottom:1px solid #d5d5d5; margin-top:5px; }
.order_list3 ul li .kefu_list_one span{ float:right; font-size:16px; color:#333333;}
.order_list3 ul li .kefu_list_one label{ color:#ff9000;}
.order_t5{ overflow:hidden; height:68px; line-height:68px; display:block;  padding-left:3%; padding-right:3%; font-size:18px; color:#333333; border-bottom:1px solid #ebebeb; }
.order_t5 .a{ color:#0000ff;}
@media screen and (max-width: 1440px) {
/*pc购物车*/
/*用户晒单*/
.record_more.pc{ margin-bottom:110px;}
}
@media screen and (max-width: 960px) {
/*pc购物车*/
.f_bg{ display:none;}
.cart_end{ margin-bottom:148px;}
/*立即下单*/
.buy_t{ margin-top:4.5%; margin-bottom:2%;}
.buy_addr{ margin-bottom:3%;}
.buy_addr ul li{ width:32%; margin-right:2%; margin-bottom:2%;}
.buy_addr ul li .boxs{ width:94%; padding-top:12px;}
.buy_addr ul li .ico_label2 .css-label_r2{ height:182px;}
.buy_addr ul li .ico_label2 input[type=radio].css-radio:checked + label.css-label_r2{ height:180px;}
.buy_addr ul li .h3{ font-size:16px;}
.buy_addr ul li .addr{ font-size:14px; line-height:22px; height:66px;}
.buy_addr ul li .addnew{ height:182px; font-size:14px; line-height:182px;}
.buy_pay ul li{ max-width:260px; width:32%; margin-right:2%;}
.buy_pay ul li:nth-child(3n+0){ margin-right:0;}
.buy_ul ul li .txts{ margin-top:3%;}
.buy_ul ul li .txts dl{ display:block; height:auto;}
.buy_ul ul li .txts dd{ display:block; padding-right:0; margin-bottom:2%;}
.buy_ul ul li .txts dd.a1{ width:100%; font-size:16px;}
.buy_ul ul li .txts dd.a2{ width:100%;}
.buy_ul ul li .txts dd.a2 .color{ width:50%;}
.buy_ul ul li .txts dd.a3{ width:100%; text-align:left;}
.buy_pl+.counts{ margin-bottom:90px; display:block; }
.buy_end{ margin:0; position:fixed; width:100%; float:none; text-align:left; background:#fff; border-top:1px solid #eeeeee; bottom:0; left:0; height:60px; padding-left:2%; }
.buy_end .counts{ line-height:60px; float:left; clear:both; }
.buy_end .totals{ float:left; line-height:60px; margin-bottom:0; margin-left:10px; }
.buy_end .totals span{ color:#d71616;}
.buy_end .a{ float:right; width:30%; background:#b31919; position:absolute; right:0; top:0; }
/*地址弹窗*/
.case_tc3{ width:94%; margin-left:-47%;}
.case_tc3 .case_divs{ margin-top:20px; margin-bottom:45px;}
.case_tc3 .case_divs .case_t{ height:50px; line-height:50px;}
/*用户晒单*/
.record_more{ width:50%; max-width:304px; height:46px; line-height:46px;}
/*分页*/
.yema{ margin-bottom:88px;}
/*用户评论*/
.order_ul .pl_bnt{ margin-bottom:148px;}
/*发票弹窗*/
.case_tc4{ width:94%; margin-left:-47%;}
.case_tc4 .case_divs{ margin-top:20px; margin-bottom:45px;}
.case_tc4 .case_divs .case_t{ height:50px; line-height:50px;}
/*订单详情*/
.order_t{ display:none;}
.order_ul{ display:none;}
.order_list3{ display:block; border-top:1px solid #e6e6e6;}

}

@media screen and (max-width: 780px) {
/*立即下单*/
.buy_addr ul li{ width:49%; }
.buy_addr ul li:nth-child(3n+0){ margin-right:2%;}
.buy_addr ul li:nth-child(2n+0){ margin-right:0;}
.buy_pay ul li .css-label_r2{ height:46px; line-height:46px;}
.buy_fp .css-label_r5{ font-size:15px;}
/*地址弹窗*/
.case_tc3 .case_divs .case_t{ font-size:16px;}
.case_tc3 .case_divs .selects{ height:44px; line-height:44px; font-size:14px; padding-left:12px;}
.case_tc3 .case_divs .inputs{ text-indent:12px;height:44px; line-height:44px; font-size:14px;}
.case_tc3 .case_divs .bnts{ height:46px; line-height:46px; width:100%; font-size:15px;}
/*发票弹窗*/
.case_tc4 .case_divs .case_t{ font-size:16px;}
.case_tc4 .case_divs .tt{ line-height:46px; font-size:15px;}
.case_tc4 .case_divs .css-label_r5{ font-size:15px;}
.case_tc4 .case_divs .inputs{ text-indent:12px;height:44px; line-height:44px; font-size:14px;}
.case_tc4 .case_divs .bnts{ height:46px; line-height:46px; width:100%; font-size:15px;}
/*支付界面*/
.buy_txt .h3{ font-size:16px; line-height:26px; margin-bottom:3px;}
.buy_txt .h3 .span{ display:block;}
.buy_txt{ font-size:13px; line-height:22px;}
.buy_l{ width:200px;}
.buy_l .h2{ font-size:16px;}
.buy_l .prices{ font-size:22px;}
.buy_l .desc p{ padding-left:70px; font-size:13px;}
.buy_r .h2{ font-size:16px;}
/*支付完成*/
.buy_ok{ font-size:14px; line-height:26px; margin-top:100px; margin-bottom:120px;}
.buy_ok .h3{ font-size:22px;}
.buy_ok .blue{ font-size:14px;}
/*订单详情*/
.order_h3{ font-size:16px;}
}

@media screen and (max-width: 640px) {
/*pc购物车*/
.cart_end{ margin-bottom:138px;}

/*手机购物车*/
.cart_t2{ margin-bottom:87px;}
.cart_t2 ul li .css-label_r5{background-size:auto 20px;}
.cart_t2 ul li input[type=checkbox].cart_box:checked + label.css-label_r5{background-size:auto 20px;}
.cart_t2 ul li .css-label_r5.allw{ width:50px; padding-left:28px;}
.cart_t2 ul li.t2{background-size:auto 20px;padding-left:28px;}
.cart_ul2{ padding-top:20px; padding-bottom:20px;}
.cart_ul2 ul li .css-label_r5{background-size:auto 20px;}
.cart_ul2 ul li{ line-height:24px;}
.cart_ul2 ul li input[type=checkbox].cart_box:checked + label.css-label_r5{background-size:auto 20px;}
.cart_ul2 ul li.a1{ width:26px;}
.cart_ul2 ul li.a3{ padding-left:12px;}
.cart_ul2 ul li.a3 span{ font-size:20px;}
.cart_ul2 ul li.a3 .two .price{ font-size:22px;}
.cart_ul2 ul li .nums{ font-size:18px;}
.cart_end2{ height:67px; line-height:67px;}
.cart_a{ width:50px; height:50px; bottom:80px;}
/*立即下单*/
.buy_t{ font-size:16px;}
.buy_addr ul li .h3{ font-size:15px; height:30px; line-height:30px;}
.buy_addr ul li .h3 span{ padding-right:10px;}
.buy_addr ul li .addr{ font-size:13px; line-height:20px; height:60px;}
.buy_addr ul li .ends{ margin-top:12px;}
.buy_addr ul li .addnew{ height:157px; font-size:13px; line-height:157px;}
.buy_addr ul li .ico_label2 .css-label_r2{ height:157px;}
.buy_addr ul li .ico_label2 input[type=radio].css-radio:checked + label.css-label_r2{ height:155px;}
.buy_ul ul li{ padding-left:12px; padding-right:12px; padding-top:15px; padding-bottom:15px;}
.buy_ul ul li .imgs{ width:160px;}
.buy_ul ul li .txts{ padding-left:12px;}
.buy_end .counts{ font-size:14px;}
.buy_end .totals{ font-size:18px;}
/*用户晒单*/
.record_more{font-size:15px;}
/*分页*/
.yema{ margin-bottom:70px;}
/*用户评论*/
.order_ul .pl_bnt{ margin-bottom:138px;}
/*发票弹窗*/
.case_tc4 .case_divs .tt{ width:90px;}
/*支付界面*/
.buy_l{ float:none; margin-left:0; padding-bottom:0%;}
.buy_r{ padding-bottom:80px;}
}
@media screen and (max-width: 520px) {
/*订单详情*/
.order_list3 ul li{ border-bottom:5px solid #f1f1f1; }
.order_list3 ul li .order_one .pro_num{ font-size:18px;}
.order_list3 ul li .order_one .prices{ font-size:17px;}
.order_list3 ul li .order_one .prices h2{ font-size:18px;}
.order_list3 ul li .order_two{ font-size:16px;}
.order_list3 ul li .order_two span{ font-size:18px;}
.order_list3 ul li .order_bnt_a{ font-size:15px; height:32px; line-height:32px;}
.order_t5{ font-size:16px; height:50px; line-height:50px;}
}
@media screen and (max-width: 480px) {
/*pc购物车*/
.cart_end{ margin-bottom:128px;}
/*手机购物车*/
.cart_t2{ margin-top:10px; margin-bottom:67px;}
.cart_ul2{ padding-top:15px; padding-bottom:15px;}
.cart_ul2 ul li.a2{ width:90px;}
.cart_ul2 ul li.a3{ padding-left:10px;}
.cart_ul2 ul li.a3 span{ font-size:18px;}
.cart_ul2 ul li.a3 .one{ margin-bottom:5px;}
.cart_ul2 ul li.a3 .two .price{ font-size:20px;}
.cart_ul2 ul li .nums{ font-size:16px;}
.cart_ul2 ul li .css-label_r5{ width:20px;}
.cart_end2{ height:57px; line-height:57px;}
/*立即下单*/
.buy_t{ font-size:15px; line-height:32px; margin-top:4%;}
.buy_addr ul li .boxs{ padding-top:10px;}
.buy_addr ul li .h3{ font-size:14px; height:24px; line-height:24px;}
.buy_addr ul li .ends{ margin-top:10px;}
.buy_addr ul li .ends .a{ width:20px; height:20px; margin-left:10px;}
.buy_addr ul li .addnew{ height:144px; line-height:144px;}
.buy_addr ul li .addnew img{ height:18px; margin-right:8px;}
.buy_addr ul li .ico_label2 .css-label_r2{ height:144px; background-size:auto 12px;}
.buy_addr ul li .ico_label2 input[type=radio].css-radio:checked + label.css-label_r2{ height:142px;}
.buy_pay ul li .css-label_r2{ font-size:15px;}
.buy_ul ul li .imgs{ width:120px;}
.buy_ul ul li .txts{ font-size:13px; margin-top:1%;}
.buy_ul ul li .txts dd.a1{ font-size:14px;}
.buy_ul ul li .txts dd.a3{ font-size:14px;}
.buy_fp .css-label_r5{ line-height:20px; height:20px; font-size:14px; padding-left:28px;}
.buy_pl+.counts{ margin-bottom:70px; }
.buy_pl .textarea{ padding-left:2%; font-size:14px; height:110px;}
.buy_end{ height:50px;}
.buy_end .counts{ font-size:13px; line-height:50px;}
.buy_end .totals{ font-size:16px; line-height:50px;}
.buy_end .a{ height:50px; line-height:50px;}
/*地址弹窗*/
.case_tc3 .case_divs .divs{ margin-bottom:10px;}
.case_tc3 .case_divs .selects{ height:40px; line-height:40px; font-size:13px;}
.case_tc3 .case_divs .inputs{ height:40px; line-height:40px; font-size:13px;}
.case_tc3 .case_divs .case_t{ font-size:15px;}
/*用户晒单*/
.record_more{font-size:14px;}
/*分页*/
.yema{ margin-bottom:60px;}
/*用户评论*/
.order_ul .pl_bnt{ margin-bottom:128px;}
/*发票弹窗*/
.case_tc4 .case_divs .divs{ margin-bottom:10px;}
.case_tc4 .case_divs .inputs{ height:40px; line-height:40px; font-size:13px;}
.case_tc4 .case_divs .case_t{ font-size:15px;}
.case_tc4 .case_divs .tt{ line-height:42px; width:72px; font-size:14px;}
.case_tc4 .case_divs .bb{ margin-top:14px;}
.case_tc4 .case_divs .css-label_r5{ font-size:14px;line-height:20px; height:20px;  padding-left:28px; width:80px;}
/*支付界面*/
.buy_txt{ font-size:12px; line-height:20px;}
.buy_txt .h3{ font-size:15px; line-height:22px;}
/*支付界面*/
.buy_l .h2{ margin-bottom:15px;}
.buy_l .prices{ margin-bottom:15px;}
.buy_l .weixin{ margin-bottom:15px;}
.buy_r .buy_list{ margin-bottom:15px;}
.buy_r .buy_list ul li{ padding-bottom:15px; padding-top:15px;}
.buy_r .buy_list ul li .txts .nums{ margin-top:10px;}
.buy_r .buy_list ul li .imgs{ width:120px;}
.buy_r .cons{ font-size:13px; padding-bottom:15px; margin-bottom:15px;}
/*支付完成*/
.buy_ok{ font-size:13px; line-height:24px;}
.buy_ok .ico{ width:44px;}
.buy_ok .h3{ font-size:20px;}
.buy_ok .blue{ font-size:13px;}
/*订单详情*/
.order_list3 ul li .order_one .imgs{ width:90px;}
.order_list3 ul li .order_one .pro_num{ font-size:16px; padding-top:45px;}
.order_list3 ul li .order_one .prices{ font-size:16px; line-height:22px;}
.order_list3 ul li .order_one .prices h2{ font-size:16px;}
.order_list3 ul li .order_two{ font-size:14px;}
.order_list3 ul li .order_two span{ font-size:16px;}
.order_list3 ul li .order_bnt_a{ font-size:14px; height:30px; line-height:30px;}
.order_t5{ font-size:14px;}
}
@media screen and (max-width: 420px) {
/*手机购物车*/
.cart_t2{  margin-bottom:56px;}
.cart_ul2 ul li{ line-height:22px;}
.cart_ul2 ul li.a2{ width:80px;}
.cart_ul2 ul li.a3 span{ font-size:16px;}
.cart_ul2 ul li.a3 .two .price{ font-size:18px;}
.cart_ul2 ul li .nums{ font-size:14px;}
.cart_end2{ height:46px; line-height:46px;}
.cart_a{ width:44px; height:44px; bottom:68px;}
.cart_a i{ width:26px; height:26px; line-height:26px; margin-top:-6px;}
/*立即下单*/
.buy_addr ul li .h3{ font-size:13px;}
.buy_addr ul li .addr{ font-size:12px; line-height:18px; height:54px;}
.buy_addr ul li .ends{ margin-top:6px;}
.buy_addr ul li .addnew{ height:132px; line-height:132px;}
.buy_addr ul li .ico_label2 .css-label_r2{ height:132px;}
.buy_addr ul li .ico_label2 input[type=radio].css-radio:checked + label.css-label_r2{ height:130px;}
.buy_pay ul li .css-label_r2{ height:40px; line-height:40px; font-size:14px;}
.buy_ul ul li{ padding-left:8px; padding-right:8px; padding-top:12px; padding-bottom:12px;}
.buy_ul ul li .imgs{ width:100px;}
.buy_ul ul li .txts{ line-height:20px; font-size:12px;}
.buy_ul ul li .txts dd.a2 .color{ width:38%;}
.buy_end .a{ font-size:15px; width:28%;}
/*地址弹窗*/
.case_tc3 .case_divs{ margin-bottom:30px;}
.case_tc3 .case_divs .case_t{ height:40px; line-height:40px;}
.case_tc3 .case_divs .selects{font-size:12px; padding-left:10px;}
.case_tc3 .case_divs .inputs{  font-size:12px; text-indent:10px;}
.case_tc3 .case_divs .bnts{ height:42px; line-height:42px;}
/*分页*/
.yema{ margin-bottom:54px;}
/*用户评论*/
.order_ul .pl_bnt{ margin-bottom:122px;}
/*发票弹窗*/
.case_tc4 .case_divs{ margin-bottom:30px;}
.case_tc4 .case_divs .case_t{ height:40px; line-height:40px;}
.case_tc4 .case_divs .inputs{  font-size:12px; text-indent:10px;}
.case_tc4 .case_divs .bnts{ height:42px; line-height:42px;}
/*订单详情*/
.order_list3 ul li .order_one .imgs{ width:80px;}
.order_list3 ul li .order_one .pro_num{ font-size:14px; padding-top:40px;}
.order_list3 ul li .order_one .prices{ font-size:14px; line-height:20px;}
.order_list3 ul li .order_one .prices h2{ font-size:14px;}
.order_list3 ul li .order_two{ font-size:13px;}
.order_list3 ul li .order_two span{ font-size:15px;}
.order_list3 ul li .order_bnt_a{ font-size:13px; height:28px; line-height:28px;}
.order_t5{ font-size:13px;}
}
@media screen and (max-width: 360px) {
/*手机购物车*/
.cart_ul2 ul li.a2{ width:70px;}
.cart_ul2 ul li.a3 span{ font-size:14px;}
.cart_ul2 ul li.a3 .two .price{ font-size:16px;}
.cart_ul2 ul li .nums{ font-size:12px;}
/*立即下单*/
.buy_t{ font-size:14px; line-height:30px;}
.buy_pay ul li .css-label_r2{ height:36px; line-height:36px; font-size:13px;}
.buy_ul ul li .imgs{ width:80px;}
.buy_ul ul li .txts{ line-height:18px; margin-top:0;}
/*用户晒单*/
.record_more{font-size:13px; height:44px; line-height:44px;}
}
