@charset "utf-8";
html{background-color:#f6f6f6;width: 100%;height: 100%;}
body {width: 100%;height: 100%;padding:0px; text-decoration:none;margin:0 auto;font-size:0.26rem;max-width:750px;color:#404040;font-family: -apple-system,BlinkMacSystemFont,SF UI Text,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Arial,sans-serif;-webkit-font-smoothing: antialiased;}
div,h1,h2,h3,h4,p,ul,ol,dl,dt,dd,input,button,textarea,form,ul,li,img{margin:0; padding:0; border:0; font-weight:normal; text-decoration:none}
input,textarea,select{outline:none;font-family: -apple-system,BlinkMacSystemFont,SF UI Text,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Arial,sans-serif;-webkit-font-smoothing: antialiased;}
a{text-decoration:none; color:#444;}
a:hover{ text-decoration:none; }
li{list-style:none;}
img,gif{ border:0;}

/**常用**/
.fix{*zoom:1;}/*兼容ie6*/
.fix:after,.fix:before{display:block; content:"clear"; width:0;  height:0; clear:both; overflow:hidden; visibility:hidden;}/*清除浮动*/
.max-img img {max-width:100% !important;height:auto;}

.w-space-pl{white-space: pre-line;}
.w100-2{width: calc(100% - 2rem) !important;}

.cle{clear:both;}
.fl{ float:left !important;}
.fr{ float:right !important;}
.w750{width:7.5rem !important;}
.fs22{ font-size:0.22rem !important;}
.fs24{ font-size:0.24rem !important;}
.fs26{ font-size:0.26rem !important;}
.fs28{ font-size:0.28rem !important;}
.fs30{ font-size:0.30rem !important;}
.fs32{ font-size:0.32rem !important;}
.fs36{ font-size:0.36rem !important;}
.fw600{ font-weight:600;}
.lh18{line-height:1.8;}

.red{color:#eb6877 !important;}
.orange{color:#fd7e01 !important;}
.blue{color:#017dfb !important;}
.green{color:#2c9149 !important;}
.c888{color:#888 !important;}
.c555{color:#555 !important;}
.c000{color:#000 !important;}
.bgfff{background-color:#fff !important;}
.bgeee{background-color:#eee !important;}
.bg666{background-color:#666 !important;}
.bg-green{background-color:#80c269 !important;}
.bg-orange{background-color:#fd7e01 !important;}
.bg-red{background-color:#eb6877 !important;}
.bg-blue{background-color:#00b7ee !important;}
.bg999{background-color:#999 !important;}

body .pl30{padding-left:0.3rem;}
body .mt-2{margin-top:0.2rem}
body .bt1{border-top:0.2rem solid #eee;}
body .bb1{border-bottom:0.2rem solid #eee;}
body .bb01{border-bottom:0.02rem solid #eee;}
body .ptb2{padding-top:0.2rem;padding-bottom:0.2rem;}
body .plr2{padding-left:0.2rem;padding-right:0.2rem;}
body .ptb25{padding-top:0.25rem;padding-bottom:0.25rem;}
body .plr25{padding-left:0.25rem;padding-right:0.25rem;}
body .plr35{padding-left:0.35rem;padding-right:0.35rem;}
body .nowrap-omit{overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}

/**通用**/
.webbody{width:7.5rem;height:auto; margin:0 auto; float:none;}
.xian1{width:100%;height:0.2rem;background:#eee;}
.xian2{width:100%;height:0.2rem;}

.fixed-right {z-index: 9999;position: fixed;background-color: rgba(255, 255, 255, 0.8);color: white;height: 40px;width: 40px;text-align: center;border-radius: 50%;border:1px solid #eee;right: 20px;bottom: 100px;cursor:pointer;}
.fixed-right div{z-index: 98;margin:3px auto 0;width:17px;height:17px;background-size:100% 100%;}
.fixed-right p{z-index: 98;font-size:12px;color:#515151;}

.swiper-img{display:block;width:94%;margin:3% 3% 0;border-radius:0.15rem;}
.swiper-pagination-bullet-active {background: #30a66f !important;}

.info{padding:0.25rem;line-height:2;}
.img100{display:block;width:100%;}

#fx-tishi{display:none;width:100%;height: 100%;/*max-width:750px;*/max-width:100%;position:fixed;top:0;z-index:1000;text-align:right;background-color:rgba(0, 0, 0, 0.5);}

.go-top{display:none;bottom: 1.8rem;}
.go-back{width:40px;position:fixed;top:40px;left:15px;z-index:9999;cursor:pointer; }

.more1,.nolist{line-height:2;text-align:center;font-size:0.28rem;color:#555;padding:0.22rem 0.1rem;}

.more-hide,.hide-item{display:none;}

.left-right-div{padding:0.25rem;border-bottom:0.01rem solid #f3f3f3;}
.left-right-div span{float:right;color:#666;}

.form-toggle-top{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9991;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: none;
}
.form-toggle-body{
    position: fixed;
	width:80%;
	padding:0.25rem 3%;
	border-radius:0.2rem;
	min-height:5rem;
    left: 50%;
    top: 50%;
    z-index: 9992;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: none;
}
.form-toggle-bottom{position:fixed;bottom:0;left: 0;right: 0;z-index:9992;width:100%;max-width:750px;max-height:85%;min-height: 20%;overflow: auto;background: #FFF;display: none;margin: 0 auto;}
.form-toggle-bottom .b-v{padding:0.25rem;line-height: 0.45rem;text-align: center;border-bottom: 0.02rem #e5e5e5 solid;font-size: 0.3rem; color: #1b1b1b; letter-spacing:0.01rem;cursor:pointer;}

.form-toggle-title{padding:0.3rem 0.2rem;font-size: 0.38rem;font-weight: 900;text-align:center;}
.form-toggle-info{max-height:420px;min-height:200px;overflow:auto;font-size:0.3rem;line-height:2;padding:0.1rem 0.2rem;}
.form-toggle-info *{max-width:100% !important;}
.form-toggle-btn{height:1.1rem;line-height:1.1rem;border-top:1px solid #ddd;font-size:0.32rem;text-align:center;color:#fc9b03;}

.similar-ord{line-height:1.3;padding:0.1rem 0;font-size:0.28rem;color:#da6908;text-align:right;}
.similar-ord p{font-size:0.26rem;color:#555;padding-top:0.13rem;}

.body-btn-h{height: 1.2rem;}
.body-btn{width:6.5rem;margin:0.1rem 0.5rem 0.5rem;position: fixed;bottom: 0;z-index: 99;line-height:0.8rem;color:#fff;font-size:0.3rem;text-align:center;border-radius:1rem;background-color: #43a9fe;cursor: pointer}

.search{margin:0.15rem 0.25rem;}
.search .form1{background:#fff;height:0.72rem;border-radius:1rem;border:0;}
.search .input1{width: calc(100% - 1.5rem);background:transparent;margin-left:0.32rem;height:0.72rem;font-size:0.28rem;color:#444;border:0;float:left;}
.search .submit1{width:0.38rem;height:0.38rem;margin:0.17rem 0.28rem;border:0;background: url(../images/search1.png) no-repeat center / contain;float:right;}

/**登录**/
.login-big{padding:1rem 0 0.5rem;}
.login-logo{display: block;height: 2rem;max-width: 100%;object-fit: contain;margin: 0 auto 0.3rem;}

.login-body{padding:0.6rem 1.3rem;}
.login-inp{display: block;width:calc( 100% - 0.55rem );height: 0.55rem;padding-left:0.55rem;margin-top:0.5rem;font-size:0.28rem;color: #fff;background-color: transparent;background-repeat: no-repeat;background-position: left center;background-size: 0.45rem 0.45rem;border:0;border-bottom:1px solid #77c3ff;}
.login-inp::-webkit-input-placeholder { color: #fff; }

.login-tips{padding:0.3rem 0;color:#fff;text-align:left;line-height:0.5rem;}
.login-tips label{float:right;}
.inp-box{float: left;height: 0.3rem;width: 0.3rem;margin: 0.1rem 0 0.1rem 0.05rem;border:0.01rem solid #dadadb;}
.inp-box-txt{margin-left:0.5rem;cursor:pointer;}

.login-btn{margin:0.8rem 0.5rem 0.3rem;line-height:0.7rem;color:#00a2ff;font-size:0.28rem;text-align:center;border-radius:1rem;background: #fff;}

.login-other{text-align:center;margin:0.6rem 0.45rem 0.2rem;height:0.29rem;color:#e7e7e7;}

.login-img{text-align:center;margin:0.4rem 0 0.2rem;}
.login-img img{height:0.6rem;margin:0.15rem;}

/**顶部**/
.html-top-h{height:0.84rem;}
.html-top{height:0.84rem;width:100%;max-width:750px;background:#fff; position:fixed; top:0px;z-index:999;box-shadow:0 0.03rem 0.08rem #ccc;}
.html-top-img{vertical-align:middle;max-width:100%;height:0.4rem;cursor:pointer; }
.html-top-left, .html-top-right{ float:left;width:15%; color:#444;text-align:center; height:0.84rem; line-height:0.84rem; display:flex;justify-content: center;align-items: center;font-size: 0.26rem;}
.html-top-middle{ float:left;width: 70%;text-align: center;color: #444;font-size: 0.3rem;height:0.84rem;line-height:0.84rem;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}


/**底部**/
.foot-h{height: 1.7rem;}
.foot{width:100%;max-width:750px;position: fixed;bottom: 0;height: 1.32rem;text-align: center;background-color:#fff;z-index: 99;border-top: 1px solid #eee;}
.foot .foot-items{width:1.5rem;display:inline-block;margin:0 0.3rem;font-size: 0.24rem;}
.foot .foot-items img{display:block;height:0.5rem;margin:0.15rem auto 0;}
.foot .foot-items p{line-height:0.35rem;color:#707070;}
.foot .c{height:1.5rem;margin-top:-0.38rem;background-color:#fff;border-radius:50%;}
.foot .c img{height:0.89rem;}


/**分页**/
.fenye{ margin:0.2rem auto;text-align:center;font-size:0.24rem;}
.fenyelist{display:inline-block; padding:0.1rem 0.2rem;border:0.01rem solid #eee;background-color: #fff;}
.fenyelist a {color: #333;text-decoration: none}
.fenyelist a:hover{ color:red; cursor:pointer }
.fenyelist .yes{color:red;}
.fenyelist .no{color:#999;}
.fenyelist .no:hover{color:#999;}

/**首页**/
.idx-user{background-color:#073ba1;padding:0.55rem 0.65rem 1.45rem;margin-bottom:-0.9rem;}
.idx-user .d1{float:left;width: 1.25rem;height: 1.25rem;border-radius: 50%;}
.idx-user .d2{margin-left:1.55rem;min-height: 1.25rem;color:#fff;}
.idx-user .d2-1{padding:0.25rem 0 0.1rem;font-size: 0.3rem;}
.idx-user .d2-1 span{margin-left:0.1rem;font-size: 0.28rem;}
.idx-user .d2-2{display:inline-block;padding:0 0.25rem;background-color: #3678ea;border-radius: 1rem;line-height: 0.4rem;}

.idx-nav {margin:0 0.22rem 0.27rem;padding:0.35rem 0;background-color: #fff;border-radius: 0.2rem;text-align: center;display: flex;justify-content: space-evenly;align-items: center;}
.idx-nav-item {display:inline-block;width: 30%;padding:0.26rem 0;font-size:0.33rem;line-height: 0.4rem;color:#2e2e2e;font-weight: 900;border-right:0.01rem solid #e6e6e6;flex:1;}
.idx-nav-item:last-child {border-right:0;}
.idx-nav .in{color:#073ba1;}

.idx-data{margin:0 0.2rem 0.2rem;background-color: #fff;border-radius: 0.15rem;}
.idx-data .d1{margin: 0 0.2rem;padding:0.25rem 0;font-size:0.3rem;line-height: 0.4rem;border-bottom:0.01rem solid #eee;}
.idx-data .d2{padding:0.25rem 0;text-align: center;display: flex;}
.idx-data .d2-1{flex:1;}
.idx-data .d2-1 div{font-size:0.3rem;font-weight:900;line-height: 2;}
.idx-data .d2-1 p{color:#666;}

.idx-tit{padding-top:0.1rem;display: flex;align-items: center;align-content: center;justify-content: space-between;}
.idx-tit-l{padding-left:0.2rem;margin:0.2rem 0 0.2rem 0.32rem;font-size:0.34rem;color:#333;font-weight:600;line-height: 1;border-left:0.08rem solid #43a9fe;flex:1;}

.idx-shop{
	display:inline-block;
    text-align: center;
	min-width: 0.8rem;
	margin:0.1rem 0 0.1rem 0.25rem;
    color:#fff;
	background-color:#7ecef4;
    background-image: url(../images/year_xia3.png);
    background-repeat: no-repeat;
    background-position: right 0.25rem center;
    background-size: 0.16rem auto;
    padding:0 0.45rem 0 0.25rem;
    line-height: 0.46rem;
	font-size:0.28rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.idx-year{
	display:inline-block;
	min-width: 0.5rem;
	margin:0.1rem 0 0.1rem 0.25rem;
	border:0.01rem solid #e8eaeb;
	background-color:#deecff;
    background-image: url(../images/year_xia1.png);
    background-repeat: no-repeat;
    background-position: right 0.2rem center;
    background-size: 0.16rem auto;
    padding:0 0.45rem 0 0.25rem;
    line-height: 0.5rem;
	font-size:0.28rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.idx-zt{
	display:inline-block;
	min-width: 0.8rem;
	text-align: center;
	margin:0.1rem 0.25rem;
    background-image: url(../images/year_xia2.png);
    background-repeat: no-repeat;
    background-position: right 0.2rem center;
    background-size: 0.18rem auto;
    padding:0 0.55rem 0 0.35rem;
    line-height: 0.52rem;
	font-size:0.26rem;
	color:#073ba1;
	border: 0.02rem solid #073ba1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.idx-zt-yes,.idx-zt-no{
    min-width: auto;
    background-image: none;
    padding:0 0.22rem;
    margin-right: 0;
}
.idx-zt-no{
	color:#333;
	border: 0.02rem solid transparent;
}

.idx-list{overflow:auto;margin:0.1rem 0.2rem 0.3rem;}
.idx-list-tab{width:100%;border-top:0.01rem solid #bcbcbc;border-left:0.01rem solid #bcbcbc;text-align:center;border-spacing:0;background:#fff;color:#333;}
.idx-list-tab tr th,.idx-list-tab tr td{min-width: 0.82rem;margin:0;line-height: 1.6;font-size:0.22rem;border-right:0.01rem solid #bcbcbc;border-bottom:0.01rem solid #bcbcbc;}
.idx-list-tab tr th{padding:0.15rem 0.06rem;background:#deecff;}
.idx-list-tab tr .min1{min-width: 1.05rem;}
.idx-list-tab tr td{padding:0.18rem 0.06rem;word-break:break-all;}
.idx-list-tab .btn{display:inline-block;padding:0 0.05rem;margin: 0.03rem;line-height:0.35rem;}

/**个人中心**/
.hy-body{padding:0.30rem;}
.hy-top{padding:0.3rem;margin-bottom:0.30rem;border-radius:0.15rem;background:#689bff;color:#fff;box-shadow: 0px 0px 0.03rem #ddd;overflow: hidden;}
.hy-top-pic{margin:0.3rem 0.13rem;float:left;width:1.5rem;height:1.5rem;object-fit:cover;border:0.03rem solid #fff;border-radius:0.15rem;}
.hy-top-info{margin-left:2rem;padding-top:0.5rem;}
.hy-top-info-t{line-height:0.45rem;font-size:0.3rem;font-weight:900;padding:0.05rem 0;}
.hy-top-info-btn{display:inline-block;margin:0.1rem 0;padding:0 0.35rem;background:#eeb863;color:#fff;border-radius:1rem;font-size:0.28rem;line-height:0.5rem;}

.hy-xian{height:0.01rem;background:#eee;}
.hy-list{margin-bottom:0.30rem;border-radius:0.15rem;background:#fff;box-shadow: 0px 0px 0.03rem #ddd;overflow: hidden;}
.hy-list-div{padding:0.25rem;line-height:0.5rem;font-size:0.28rem;}
.hy-list-div .hy-img-l{width:0.5rem;height:0.5rem;margin-right:0.25rem;float:left;}
.hy-list-div .more{float:right;padding-top:0.11rem;height:0.28rem;}


/**表单**/
.form-inp-radio{display:none}
.form-inp-radio+span{display:inline-block;padding-left:0.5rem;background-image:url('../images/check_no.png');background-repeat:no-repeat;background-size:0.35rem;background-position:0.05rem center;}
.form-inp-radio:checked+span{background-image:url('../images/check_yes.png');}

.form-inp-check{display:none}
.form-inp-check+span{display:inline-block;padding:0.05rem 0.28rem;margin:0.15rem 0.15rem 0.05rem 0;font-size:0.24rem;line-height: 1.5;border-radius:0.08rem;border:0.01rem solid #eee;color:#999;}
.form-inp-check:checked+span{border:0.01rem solid #f74f00;color:#f74f00;}

.form-res-div{margin:0.2rem 0.25rem;background:#fff;}
.form-res-li{line-height:0.85rem;padding:0.1rem 0.15rem;border-bottom:0.01rem solid #eee;}
.form-res-li:last-child{border-bottom:0;}
.form-res-li .l{float:left;width:1.85rem;font-size:0.3rem;color:#4b5660;}
.form-res-li .c{float:left;width:3.55rem;min-height:0.45rem;line-height:0.45rem;padding:0.2rem 0;font-size:0.3rem;}
.form-res-li .c2{width:3rem;max-width: 3rem;padding-right:0.4rem;background-image:url('../images/the_right.png');background-repeat:no-repeat;background-size:0.3rem;background-position:right center;}
.form-res-li .r{float:right;max-width:0.66rem;height:0.36rem;padding-top:0.25rem;}

.form-res-li .t-s{line-height:1.5;font-size:0.24rem; color:#f74f00;margin-left:1.85rem;}

.form-res-li .txt{line-height:1.5;width:94%;height:2.6rem;padding:3%;border:0.01rem solid #ddd;}

.form-res-li .pic{margin:0.1rem 0;display:inline-block;text-align:center;}
.form-res-li .pic img{max-width:3.3rem;height:1rem;object-fit:contain;display: block;margin:0 auto;}
.form-res-li .pic p{font-size:0.24rem;color:#666;line-height:1.6;}

.form-btn{display:block;margin:0.6rem 0.5rem 0.3rem;line-height:0.8rem;color:#fff;font-size:0.3rem;text-align:center;border-radius:1rem;background-color: #43a9fe;cursor: pointer;}
.form-btn2{display:block;margin:0.6rem 0.4rem; line-height:0.9rem;color:#fff;font-size:0.32rem;text-align:center;background-color:#f39800;cursor: pointer;}

.form-res-div .li2 .l{width:2.2rem;}
.form-res-div .li2 .c{float:right;width:4.1rem;text-align:right;}


/**店铺**/
.shop-act{margin: 0.15rem 0.3rem;display: flex;align-items: center;}
.shop-act .d1{display: inline-block;font-size:0.3rem;font-weight: 900;}
.shop-act .d2{display: inline-block;flex: 1; text-align: right;}
.shop-act .d2 a{display: inline-block;padding:0 0.25rem;line-height: 0.5rem;color:#fff;border-radius: 1rem;background-color: #073ba1;}

.shop-img{min-height: 1.2rem;}
.shop-info{margin:-0.7rem 0.35rem 0.5rem;padding:0.2rem 0.4rem;background-color: #fff;border-radius: 0.2rem;position: relative;z-index: 1;}
.shop-info-li{margin:0.35rem 0;min-height: 0.5rem;line-height: 0.5rem;font-size:0.3rem;background-color: #fff;display: flex;}
.shop-info-li .p1{float: left;margin-right: 0.2rem;margin-bottom: 0.1rem;color:#000;}
.shop-info-li .p2{display:block;color:#8d8d8d;text-align: right;flex: 1;}


/**添加**/
.ord-add{display:block;padding: 0.55rem 0.2rem;}
.ord-add-item{margin-top:0.5rem;padding: 0 0.5rem;}
.ord-add-item .d1{margin-top:0.2rem;font-size:0.3rem;}
.ord-add-item .d1 span{color:#999;font-size:0.28rem;}
.ord-add-item .d2{	
	display:block;
	margin-top:0.25rem;
	border:0.01rem solid #e5e5e5;
	border-radius: 0.2rem;
	background-color:#eee;
    background-image: url(../images/year_xia1.png);
    background-repeat: no-repeat;
    background-position: right 0.2rem center;
    background-size: 0.16rem auto;
    padding:0 0.75rem 0 0.45rem;
    line-height: 0.9rem;
	font-size:0.3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.ord-add-item .d3{margin-top: 0.25rem;height: 2rem;max-width: 100%;}

.ord-form{margin-bottom:0.2rem;padding:0.2rem 0.3rem 0.2rem 0.22rem;background-color:#fff;}
.ord-form-li{padding:0.15rem 0;min-height:0.7rem;font-size:0.3rem;display: flex;align-items: center;}
.ord-form-li .l{float:left;width:1.7rem;color:#222;text-align: right;line-height: 1.1;position: relative;}
.ord-form-li .l span{position: absolute;right: -0.15rem;color: #ff001d;}
.ord-form-li .r{float:right;width:calc(100% - 2.1rem);margin-left:0.3rem;line-height:0.7rem;color:#84888b;text-align: right;flex:1;}
.ord-form-li .r input,.ord-form-li .r select{box-sizing: border-box;width: 92%;border: 0;background-color: #eee;font-size: 0.3rem;height: 0.7rem;padding: 0 4%;}
.ord-form-li .r .img{max-width:60%;max-height:1.5rem;min-height:0.5rem;padding:0 0.2rem;display: block;margin-left: auto;}