.banner{padding-top: 0px;}
.rowsimg{display: flex;}
.footheight{width: 100%; height: 3.5rem;}
.container{padding: 0 15px;width: 100%; box-sizing: border-box;}
.hone_cate_nav{display: flex; align-items: center; width: 100%; margin: 5px auto; padding: 15px 0; overflow-x: auto; white-space:nowrap;}
.hone_cate_nav a{display: block; margin-right: 15px; font-size: 12px; position: relative; color: #979699;}
.hone_cate_nav a:last-child{margin-right: 0;}
.hone_cate_nav a.active{font-size: 16px; color: #222222;}
.hone_cate_nav a.active::after{content: ""; position: absolute; left: 20%; bottom: -6px; width: 60%; height: 3px;background-color: #3878F4; border-radius: 3px;}
.prolist{display: flex; flex-wrap: wrap;}
.prolist a{width: 48%;display: flex; flex-direction: column; margin-right: 4%; margin-bottom: 6%;}
.prolist a:nth-child(2n){margin-right: 0;}
.prolist a img{max-width: 100%; border-radius: 10px;}
.prolist a .name{width: 100%; margin: 8px 0; color: #2A292D; font-size: 14px; line-height: 1.4; max-height: 38px; overflow: hidden; text-overflow: ellipsis;}
.prolist a .jifen{ color: #C28558; font-size: 18px;}
.prolist a .price{color: #FF2222; font-size: 18px;}
.prolist a .price small,.prolist a .jifen small{font-size: 12px;}
.prolist a .price .old{display: inline-block; position: relative; color: #979699; font-size: 12px; margin-left: 5px;}
.prolist a .price .old::after{content: ""; position: absolute; left: 0;top:51%; width: 100%; height: 1px; border-top:1px #979699 solid;}

.catepage{display: flex; width: 100%; height: calc(100% - 3.5rem);overflow-y: auto; background-color: #f7f7f7;}
.catepage .leftlist{width: 25%; height: 100%; overflow-y: auto; display: flex; flex-direction: column;}
.catepage .leftlist a{display: flex;   justify-content: center; text-align: center; align-items: center; box-sizing: border-box; padding: 15px 5px; width: 100%; position: relative;}
.catepage .leftlist a.active{background-color: #fff;}
.catepage .rightlist{width: 75%; height: 100%;overflow-y: auto; position: relative;  background-color: #fff; box-sizing: border-box; padding: 0 8px;}
.catepage .rightlist .list{margin-top: 0px}
.catepage .rightlist .list a{display: flex; margin-bottom: 6%; }
.catepage .rightlist .list a .img{width: 40%; display: flex;}
.catepage .rightlist .list a .img img{border-radius: 5px;}
.catepage .rightlist .list a .txt{width: 60%; box-sizing: border-box; padding: 8px 0 8px 12px; display: flex; flex-direction: column; justify-content: space-between;}
.catepage .rightlist .list a .txt .name{width: 100%; height: 38px; line-height:1.5; font-size: 13px; color: #000; overflow: hidden;}
.catepage .rightlist .list a .txt .price{color: #FF2222; font-size: 18px;}
.catepage .rightlist .list a .txt .price small,.catepage .rightlist .list a .txt .jifen small{font-size: 12px;}
.catepage .rightlist .list a .txt .jifen{color: #C28558; font-size: 18px;}
.catepage .rightlist .h1{ font-size: 14px; font-weight: 500; height: 50px; line-height: 50px; background-color: #fff; width: 100%; box-sizing: border-box; padding:0 10px;}
.catepage .rightlist .catebanner{display: flex; margin-top: 10px;}
.catepage .rightlist .catebanner img{border-radius: 10px;}

.mypage{width: 100%;  box-sizing: border-box;padding: 0 15px 20px 15px; background: url("../img/mybg.jpg") no-repeat center top; background-size: 100% auto;}
.mypage .myinfo{display: flex; align-items: center; padding: 20px 0 10px;}
.mypage .myinfo .img{display: flex; width: 80px; border-radius: 50%; border:1px #f1f8ff solid; margin-right: 10px;}
.mypage .myinfo .img img{border-radius: 50%;}
.mypage .myinfo .txt{font-size: 20px; font-weight: 600; color: #000;}
.mypage .ad1{display: flex; margin: 10px 0;}
.mypage .ad1 img{width: 100%;}
.mypage .card{background-color: #fff; border-radius: 5px; padding: 10px 10px; margin-top: 20px;}
.mypage .card .title{ font-size: 1rem; color: #000; font-weight: 500;}
.mypage .card .list{display: flex; flex-wrap:wrap; margin-top: 20px; font-size: 14px;}
.mypage .card .list .li{width: 25%; margin-bottom: 5%; display: flex;flex-direction: column; justify-content: center; align-items: center;}
.mypage .card .list .li .img{position: relative;}
.mypage .card .list .li .img img{width: 32px;}
.mypage .card .list .li .img .nums{display: block; font-size: 12px; position: absolute; right:0; top:0; width: 16px; height: 16px;overflow: hidden; line-height: 16px; text-align: center; background-color: #FF2222; border-radius: 50%; color: #fff;}
.mypage .card .ft{ font-size: 16px; margin-top: 20px; display: flex;}
.mypage .card .ft a{display: flex; align-items: center; position: relative; width: 48%; margin-right: 4%;}
.mypage .card .ft a:last-child{margin-right: 0;}
.mypage .card .ft a:last-child::before{content: ""; position: absolute; left: -2%; top:10%; width: 1px; height: 80%; border-left: 1px #E7E7E7 solid;}
.mypage .card .ft a img{margin-right: 8px; margin-left: 10px;}
.mypage .card .ft a .val{ font-size: 18px; font-weight: 600; margin-left: 10px;}
.mypage .card .ft a::after{content: ""; position: absolute; right:0; top:calc(50% - 7px); width: 14px; height: 14px; background: url("../img/arrow-right.png") no-repeat right center; background-size:cover;}

.noinfo{position: fixed; left: 0; top:25%; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 14px;}
.noinfo .backurl a{display: inline-block; width: 160px; height: 44px; line-height: 44px; font-size: 16px; background-color: #3878F4;color: #fff; text-align: center; border-radius: 20px; margin-top: 15px;}

.addlist{margin-top: 2.85rem; background-color: #F2F3F5; padding: 15px 10px 50px; min-height: 90%;}
.addlist .li{width: 100%;font-size: 14px; margin-bottom: 20px; box-sizing: border-box; padding: 15px 10px; background-color: #fff; border-radius: 5px; display: flex; flex-direction: column;}
.addlist .li .hd{display: flex; justify-content: space-between; align-items: center;}
.addlist .li .hd .lf{ color: #2A292D; font-size: 16px; font-weight: 500; }
.addlist .li .hd .rg{color: #2A292D; font-size: 14px;}
.addlist .li .bd{margin: 10px 0 0; color: #979699; font-size: 14px;}
.addlist .li .ft{position: relative; margin-top: 40px; display: flex; justify-content: space-between;}
.addlist .li .ft::after{content: ""; position: absolute; left: 0; top:-20px; width: 100%; height: 1px; border-top:1px #F2F5F7 solid;}
.addlist .li .ft .ad1{display: flex; align-items: center; }
.addlist .li .ft .ad1 .ad1_1{margin-right: 5px;}
.addlist .li .ft .checky{width: 24px; height: 24px; background: url("../img/y1.png") no-repeat left center; background-size: cover;}
.addlist .li .ft .checky.on{ background: url("../img/y2.png") no-repeat left center;background-size: cover;}
.addlist .li .ft .ad1_2.on{color:#3878F4;}
.addlist .li .ft .rg{display: flex; }
.addlist .li .ft .rg .ad2{ margin-left: 10px; width: 60px; text-align: center;}
.addlist .li .ft .rg .ad2 a{display: block;}
.addlist .addbtnaddress a{ position: fixed; left: calc(50% - 80px); bottom: 4rem; display: inline-block; width: 160px; height: 44px; line-height: 44px; font-size: 16px; background-color: #3878F4;color: #fff; text-align: center; border-radius: 20px;}
.e-page{width: 100%; min-height: calc(100% - 2.85rem);  box-sizing: border-box; background-color: #EBEBEB; padding: 15px 15px 80px 15px;}
.jfpage{width: 100%; min-height: 80%;  box-sizing: border-box; background-color: #EBEBEB; padding: 15px 15px 80px 15px;}
.jfpage .card{background-color: #fff;  padding: 10px; border-radius: 10px; margin-bottom: 15px;}
.jfpage .card .pro{display: flex; align-items: center;}
.jfpage .card .pro .img{display: flex; width: 35%; margin-right: 5%;}
.jfpage .card .pro .img img{border-radius: 10px;}
.jfpage .card .pro .txt{width: 60%;}
.jfpage .card .pro .txt .name{width: 100%; max-height: 40px; color: #2A292D; overflow: hidden; line-height: 20px; font-size: 16px; font-weight: 500;}
.jfpage .card .pro .txt .price{ margin:8px 0 6px; color: #C28558; font-size: 20px; font-weight: 600;}
.jfpage .card .pro .txt .price small{font-weight: 400; font-size: 14px;}
.jfpage .card .pro .txt .tag{display: inline-block; padding: 5px 7px; background: rgba(194, 133, 88, 0.11);border-radius: 2px; color: #C28558; font-size: 12px;}
.jfpage .card .selectjf{display: flex; justify-content: space-between; align-items: center; padding: 8px 0;}
.jfpage .card .selectjf .lf{font-size: 18px; color: #2A292D; font-weight: 600;}
.jfpage .card .selectjf .lf .tag{display: inline-block; margin-left: 8px; border-radius: 3px; padding: 0px 5px; font-size: 12px;font-weight: 400;color: #C28558; border: 1px #C28558 solid; background: rgba(194, 133, 88, 0.11);}
.jfpage .card .selectjf .rg{color: #C28558; font-size: 16px; font-weight: 500;}
.jfpage .card .form{font-size: 16px;}
.jfpage .card .form .title{color:#2A292D; font-size: 18px; font-weight: 600; margin-bottom: 10px; }
.jfpage .card .form .row{display: flex; position: relative; padding: 10px 0; margin-bottom: 5px;}
.jfpage .card .form .row::after{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; border-bottom: 1px #F2F5F7 solid;}
.jfpage .card .form .row .lf{width:60px; color: #979699;}
.jfpage .card .form .red{color: #FF2222; display: inline-block; margin-right: 5px;}
.jfpage .card .form .row .rg{width: 100%; flex: 1;}
.jfpage .card .form .input{ width: 100%; font-size: 16px; line-height: 20px; border: none; outline: none;color: #2A292D;}
.jfpage .card .form .input::placeholder{color:#cccccc;}
.jfpage .card .form .row1{padding: 10px 0; margin-bottom: 5px;color: #979699;}
.jfpage .card .form .row2{display: flex;flex-wrap: wrap;}
.jfpage .card .form .row2 .li{width: 48%; background-size: 100% 100%; background-repeat: no-repeat; text-align: center; height: 100px;color: #979699; justify-content: center; position: relative; margin-right: 4%; border: 1px dashed #EBECED; border-radius: 8px; margin-bottom: 4%;  box-sizing: border-box; display: flex; align-items: center; flex-direction: column;}
.jfpage .card .form .row2 .li:nth-child(2n){margin-right: 0;}
.jfpage .card .form .row2 .li img{margin-bottom: 10px;}
.jfpage .card .form .row2 .li input{opacity: 0;}
.jfpage_ft{ width: 100%; position: fixed; left: 0; bottom: 0; display: flex; justify-content: flex-end; align-items: center; padding: 15px; box-sizing: border-box; font-size: 16px; color: #2A292D; text-align: right; background: #ffffff;}
.jfpage_ft .jifen{ font-size: 20px; font-weight: 600; color: #C28558;}
.jfpage_ft .jifen small{ font-size: 14px; font-weight: 400; margin-left: 5px;}
.jfpage_ft .jfbtn{ background: #C28558; font-size: 16px; margin-left: 20px; border: 1px #C28558 solid; border-radius: 20px; padding: 12px 30px; color: #fff; font-weight: 600;}
.jfpage_ft .jfbtn1{ background: #979699; font-size: 16px; margin-left: 20px; border: 1px #979699 solid; border-radius: 20px; padding: 12px 30px; color: #fff; font-weight: 600;}

.jifen_page{background-color: #EBEBEB; padding-bottom: 15px;}
.jifen_page .jf_hd{background: url("../img/jfbg.png") no-repeat right bottom;margin-bottom: 15px; background-size:cover; padding: 50px 15px;}
.jifen_page .jf_hd small{ font-size: 16px;color: #2A292D;}
.jifen_page .jf_hd .h1{font-size: 22px; font-weight: 600; color: #2A292D; margin-top: 5px;}
.jifen_page .jf_hd .name{ margin-top: 15px; font-size: 14px;}
.jifen_page .card{background-color: #fff;  margin: 0 15px 15px 15px; padding: 10px; border-radius: 10px; }
.jifen_page .card .pro{display: flex; align-items: center;}
.jifen_page .card .pro .img{display: flex; width: 35%; margin-right: 5%;}
.jifen_page .card .pro .img img{border-radius: 10px;}
.jifen_page .card .pro .txt{width: 60%;}
.jifen_page .card .pro .txt .name{width: 100%; max-height: 40px; color: #2A292D; overflow: hidden; line-height: 20px; font-size: 16px; font-weight: 500;}
.jifen_page .card .pro .txt .price{ margin:8px 0 6px; color: #C28558; font-size: 20px; font-weight: 600;}
.jifen_page .card .pro .txt .price small{font-weight: 400; font-size: 14px;}
.jifen_page .card .pro .txt .tag{display: inline-block; padding: 5px 7px; background: rgba(194, 133, 88, 0.11);border-radius: 2px; color: #C28558; font-size: 12px;}

.orderpage{width: 100%; min-height: 85%;  box-sizing: border-box; background-color: #EBEBEB; padding: 15px 15px 20px 15px;}
.orderpage .list .li{background-color: #fff; border-radius: 10px; margin-bottom: 15px; padding: 8px;}
.orderpage .list .li .hd{display: flex; border-bottom: 1px #f2f2f2 solid; justify-content: space-between; align-items: center; padding: 10px 0;}
.orderpage .list .li .hd .lf{color: #979699; font-size: 12px;}
.orderpage .list .li .hd .rg{color: #3878F4; font-size: 14px;}
.orderpage .list .li .bd{margin: 10px 0; }
.orderpage .list .li .bd .ol{ display: flex; align-items: center; margin-bottom: 15px; position: relative;}
.orderpage .list .li .bd .ol::after{content: "";width: 100%; height: 1px; position: absolute; left: 0; bottom: -8px; border-top:1px #f2f2f2 dashed;}
.orderpage .list .li .bd .ol .img{width: 80px; display: flex; margin-right: 10px;}
.orderpage .list .li .bd .ol .img a{display: flex;}
.orderpage .list .li .bd .ol .img a img{border-radius: 8px;}
.orderpage .list .li .bd .ol .txt{flex: 1;}
.orderpage .list .li .bd .ol .txt .name a{display: block;font-size: 0.825rem; line-height: 1.5; color: #2A292D; font-weight: 500; max-height: 2.5rem; overflow: hidden;}
.orderpage .list .li .bd .ol .txt .summary{font-size: 0.75rem; color: #979699; margin-top: 6px;}
.orderpage .list .li .bd .ol .txt_rg{display: flex; flex-direction: column; width: 100px; text-align: right;}
.orderpage .list .li .bd .ol .txt_rg .price{font-size: 14px; font-weight: 600; color:#FF2222; margin-bottom: 10px; }
.orderpage .list .li .bd .ol .txt_rg .nums{font-size: 0.75rem; color: #979699;}
.orderpage .list .li .ft .r1{text-align: right; font-size: 12px;}
.orderpage .list .li .ft .r1 span{font-size: 14px; font-weight: 600; color:#FF2222; display: inline-block; margin-left: 7px;}
.orderpage .list .li .ft .r2{display: flex;justify-content: space-between; margin-top: 12px;}
.orderpage .list .li .ft .r2 .lf{display: flex; align-items: center; font-size: 14px;}
.orderpage .list .li .ft .r2 .lf img{margin-right: 5px;}
.orderpage .list .li .ft .r2 .rg a{display: block; background-color: #3878F4; font-size: 16px; text-align: center; color: #fff; border-radius: 20px; padding: 6px 20px;}