@charset "UTF-8";
/*主色*/
/*配色*/
.img4-3 { display: block; position: relative; }
.img4-3:after { display: block; padding-top: 75%; content: ''; }
.img4-3 img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.img1-1 { display: block; position: relative; }
.img1-1:after { display: block; padding-top: 100%; content: ''; }
.img1-1 img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.img16-9 { display: block; position: relative; }
.img16-9:after { display: block; padding-top: 56.25%; content: ''; }
.img16-9 img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.color-primary { color: #a37233; }

.color-ornament { color: #ff2828; }

.color-red { color: #ff2828; }

.color-green { color: #22c99c; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-left { text-align: left; }

.pull-left { float: left; }

.pull-right { float: right; }

.mt10 { margin-top: 10px !important; }

.mt20 { margin-top: 20px !important; }

.clearlist { margin: 0; padding: 0; list-style: none; }

.clearfix:before, .clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }

.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; word-break: break-all; }

.ellipsis-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.col3 { width: 25%; }

.col4 { width: 33.33%; }

.col6 { width: 50%; }

.col8 { width: 66.66%; }

.col9 { width: 75%; }

.col12 { width: 100%; }

.weui-cells { margin: 10px 0; font-size: 15px; }
.weui-cells:before, .weui-cells:after { content: none; }

.weui-btn_block { width: 100%; }

.weui-btn { vertical-align: middle; }

.weui-btn_default, .weui-btn_default:not(.weui-btn_disabled):visited { color: #333; }

.weui-btn_primary { background-color: #a37233; }

.weui-btn_primary:not(.weui-btn_disabled):active { background-color: #96692f; }

.weui-btn_loading.weui-btn_primary { background-color: #96692f; }

.weui-btn_plain-primary:not(.weui-btn_plain-disabled) { color: #a37233; border-color: #a37233; }

.weui-btn_plain-primary:not(.weui-btn_plain-disabled):active { color: #d1b999; border-color: #d1b999; }

.weui-btn_ornament { background-color: #ff2828; }

.weui-btn_ornament:not(.weui-btn_disabled):active { background-color: #eb2525; }

.weui-btn_loading.weui-btn_ornament { background-color: #eb2525; }

.weui-btn_plain-ornament:not(.weui-btn_plain-disabled) { background-color: transparent; border-width: 1px !important; color: #ff2828; border-color: #ff2828; }
.weui-btn_plain-ornament:not(.weui-btn_plain-disabled):after { border-width: 0; }

.weui-btn_plain-ornament:not(.weui-btn_plain-disabled):active { color: #ff9494; border-color: #ff9494; }

.weui-btn_primary.weui-btn_disabled, .weui-btn_ornament.weui-btn_disabled { background-color: #ccc; color: #fff; }

.weui-btn_plain-primary.weui-btn_plain-disabled, .weui-btn_plain-ornament.weui-btn_plain-disabled { color: #999; border-color: #d2d2d2; }

.weui-form-preview__btn_primary { color: #a37233; }

.weui-btn_primary:after, .weui-btn_ornament:after { content: none; }

.weui-btn_mini { font-size: 14px; }

.weui-input[type="date"] { vertical-align: middle; }

.weui-btn + .weui-btn { margin-top: 0; }

* { -webkit-tap-highlight-color: transparent; box-sizing: border-box; }

html, body { min-height: 100%; }

body { background-color: #fff; font-size: 16px; max-width: 600px; margin: auto; }

img { vertical-align: top; max-width: 100%; }

input, button { font: inherit; }

a { color: inherit; }

.weui-content { overflow: hidden; }

.weui-content-padded { margin: 15px; }

.weui-bar { max-width: 600px; margin: auto; background-color: #FFF; height: 50px; line-height: 50px; position: fixed; left: 0; right: 0; z-index: 9; }
.weui-bar:before { content: ""; -webkit-transform: scaleY(0.5); height: 1px; background-color: #DDD; position: absolute; left: 0; right: 0; z-index: -1; }

.weui-bar-header { top: 0; height: 44px; line-height: 44px; }
.weui-bar-header .weui-bar-btnbox { position: absolute; top: 0; text-align: center; }
.weui-bar-header .weui-bar-btnbox.weui-bar-left { left: 0; }
.weui-bar-header .weui-bar-btnbox.weui-bar-right { right: 0; }
.weui-bar-header .weui-bar-btnbox .weui-bar-btn { float: left; }
.weui-bar-header .weui-bar-btnbox .weui-bar-link { float: left; }
.weui-bar-header .weui-bar-btn { height: 44px; padding: 0 13px; display: block; text-align: center; position: relative; font-size: 15px; }
.weui-bar-header .weui-bar-btn .weui-badge { position: absolute; margin-left: 3px; left: 50%; top: 5px; font-size: 10px; }
.weui-bar-header .weui-bar-btn .iconfont { font-size: 18px; }
.weui-bar-header .weui-bar-link { height: 44px; padding: 0 15px; min-width: 44px; display: block; font-size: 16px; text-align: center; }
.weui-bar-header .weui-bar-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; word-break: break-all; text-align: center; font-size: 17px; font-weight: bold; }
.weui-bar-header:before { bottom: 0; -webkit-transform-origin: 0 100%; }
.weui-bar-header.appheader { height: 64px; padding-top: 20px; }
.weui-bar-header.appheader .weui-bar-btnbox { top: 20px; }
.weui-bar-header.appheader ~ .weui-content { padding-top: 64px; }
.weui-bar-header.appheader ~ .weui-bar-header { top: 64px; }
.weui-bar-header.appheader ~ .weui-bar-header ~ .weui-content { padding-top: 108px; }
.weui-bar-header.primary-header { background-color: #a37233; color: #fff; }
.weui-bar-header.primary-header:before { content: none; }

.weui-bar-header ~ .weui-content { padding-top: 44px; }

.weui-bar-header ~ .weui-bar-header { top: 44px; }
.weui-bar-header ~ .weui-bar-header ~ .weui-content { padding-top: 88px; }

.weui-bar-footer { bottom: 0; }
.weui-bar-footer:before { top: 0; -webkit-transform-origin: 0 0; }

.weui-bar-footer ~ .weui-content { padding-bottom: 50px; }

.screen { text-align: center; font-size: 14px; color: #333; }
.screen a { height: 100%; display: inline-block; }
.screen .active { color: #a37233; position: relative; z-index: 2; border-bottom: 2px solid #a37233; }

.appheader ~ .screen { top: 64px; }

.appheader ~ .screen ~ .weui-content { padding-top: 108px; }

.sort { text-align: center; font-size: 14px; color: #666; }
.sort .arr:after { content: ""; display: inline-block; vertical-align: middle; margin-top: -3px; border-top: 4px solid #999; border-left: 4px solid transparent; border-right: 4px solid transparent; }
.sort .arr02 { width: 6px; height: 12px; display: inline-block; margin-left: 4px; line-height: 0; font-size: 0; position: relative; top: 1px; }
.sort .arr02:before { content: ''; border-bottom: 4px solid #999; border-left: 3px solid transparent; border-right: 3px solid transparent; position: absolute; left: 0; top: 0; }
.sort .arr02:after { content: ''; border-top: 4px solid #999; border-left: 3px solid transparent; border-right: 3px solid transparent; position: absolute; left: 0; bottom: 0; }
.sort .active { color: #a37233; }
.sort .active .arr:after { border-top-color: #a37233; }
.sort .active.up .arr02:before { border-bottom-color: #a37233; }
.sort .active.down .arr02:after { border-top-color: #a37233; }

.sort ~ .screen ~ .weui-content { padding-top: 108px; }

/*分页*/
.pagination { padding: 15px 0; font-size: 0; text-align: center; }
.pagination li { display: inline; }
.pagination li.active a, .pagination li.active span { background-color: #a37233; border-color: #a37233; color: #FFF; }
.pagination a, .pagination span { display: inline-block; margin: 2px; width: 36px; height: 36px; background-color: #FFF; border-radius: 3px; line-height: 36px; font-size: 14px; color: #333; }

.weui-hidden { display: none !important; }

.weui-show { display: block !important; }

.flex-center { -webkit-box-align: center; -webkit-align-items: center; align-items: center; }

.weui-loadmore_line .weui-loadmore__tips { background-color: #fff; }

.swiper-pagination { line-height: 1; }

.swiper-pagination-bullet { width: 6px; height: 6px; border-radius: 3px; background-color: #000; opacity: .5; }
.swiper-pagination-bullet.swiper-pagination-bullet-active { opacity: 1; width: 12px; background-color: #a37233; }

.page-footer .linkitem { height: 50px; position: relative; border-right: 1px solid #eee; z-index: 2; width: 60px; text-align: center; font-size: 10px; color: #333; }
.page-footer .weui-flex__item { position: relative; }
.page-footer .linkitem .iconfont { font-size: 20px; }
.page-footer .linkitem .weui-badge { margin: 0 0 0 3px; position: absolute; left: 50%; top: 3px; font-size: 10px; }
.page-footer .linkitem.active { color: #a37233; }
.page-footer .weui-btn { min-width: 100px; height: 50px; position: relative; z-index: 2; padding: 0; border-radius: 0; line-height: 50px; font-size: 16px; }
.page-footer .weui-btn:after { content: none; }
.page-footer .weui-btn_default { background-color: #e5e5e5; }

.noinfo { margin-top: 40px; text-align: center; }

.noinfo .iconfont { font-size: 60px; color: #CCC; }

.noinfo .desc { color: #999; font-size: 14px; }

.search { font-size: 14px; height: 30px; padding: 0 15px; line-height: 30px; background-color: #f3f3f3; border-radius: 30px; position: relative; color: #999; }
.search .icon { margin-right: 10px; }
.search input { width: 100%; -webkit-appearance: none; background: none; border: none; outline: none; height: 100%; }

.tosearch { height: 30px; display: block; padding: 0 15px; color: #999; font-size: 14px; background-color: #f3f3f3; line-height: 30px; border-radius: 30px; }

.asidebtn { position: fixed; right: 10px; bottom: 80px; z-index: 11; }
.asidebtn .item { width: 55px; height: 55px; margin-top: 10px; display: flex; align-items: center; justify-content: center; background-color: rgba(0, 0, 0, 0.75); border-radius: 50%; color: #fff; line-height: 1.3; font-size: 12px; }
.asidebtn .item .iconfont { font-size: 20px; }
.asidebtn .item.primary { background: -webkit-linear-gradient(135deg, #0069ff 0%, #569cff 100%); }

.pagewrap { padding: 15px; background-color: #fff; overflow: hidden; }
.pagewrap .page-title { margin: 15px 0 0; font-size: 20px; font-weight: bold; line-height: 1.4; }
.pagewrap .page-info { margin-top: 5px; font-size: 14px; color: #999; }
.pagewrap .page-content { margin: 20px 0 0; }
.pagewrap .page-content p { margin: 15px 0; }
.pagewrap .page-content img { max-width: 100%; max-height: 100%; }

.nav .item { height: 100px; margin: 35px; padding: 0 20px; background-color: #fff; border-radius: 10px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06); }
.nav .item .tit { font-size: 18px; font-weight: bold; }
.nav .item .desc { font-size: 12px; color: #666; }
.nav .item .icon img { max-width: 45px; max-height: 45px; }

.form { margin: 15px 35px; }
.form .row { margin-top: 20px; }
.form .row input { border-bottom: 1px solid #eee; height: 45px; }
.form .lgbtn { border-radius: 30px; box-shadow: 0 5px 15px rgba(163, 114, 51, 0.2); }

.product-list { background-color: #fff; }
.product-list .item { display: -webkit-box; padding: 15px; margin: 0 15px; border-bottom: 1px solid #eee; }
.product-list .item .img { width: 120px; height: 120px; background-color: #f8f8f8; margin-right: 15px; }
.product-list .item .img img { width: 100%; height: 100%; }
.product-list .item .tit { font-size: 15px; }
.product-list .item .desc { margin-top: 10px; font-size: 12px; color: #999; }
.product-list .item .weui-btn { margin-top: 15px; border-radius: 20px; box-shadow: 0 3px 10px rgba(163, 114, 51, 0.2); font-weight: normal; font-size: 12px; }

.imgslide img { width: 100%; }
.imgslide .swiper-pagination-bullets { bottom: 15px; }
.imgslide .swiper-pagination { right: 10px; width: auto; padding: 0 10px; left: auto; line-height: 20px; background-color: rgba(0, 0, 0, 0.1); border-radius: 10px; font-size: 12px; }

.cpifo { padding: 15px; }
.cpifo .title { font-size: 18px; font-weight: bold; }
.cpifo .desc { font-size: 14px; color: #999; }

.orderitem { margin: 15px; padding: 15px; background-color: #fff; border-radius: 5px; }
.orderitem .orderno { font-size: 12px; }
.orderitem .state { font-size: 13px; color: #a37233; }
.orderitem .img { width: 80px; height: 80px; background-color: #f8f8f8; margin-right: 15px; }
.orderitem .img img { width: 100%; height: 100%; }
.orderitem .bd { margin-top: 10px; }
.orderitem .tit { font-size: 14px; }
.orderitem .desc { font-size: 12px; color: #999; margin-top: 3px; }
.orderitem .btn { margin-top: 8px; }
.orderitem .weui-btn { border: 1px solid #a37233; border-radius: 20px; line-height: 25px; font-weight: normal; font-size: 12px; }
