html {
    font-family: "Helvetica Neue", "Microsoft YaHei", Helvetica, sans-serif;
    /*a标签及拥有 :active伪类的元素有默认的高亮框*/
    -webkit-tap-hightlight-color: transparent;
    /*禁止文本被选中*/
    -webkit-user-select: none;
}
body{　font-family: Helvetica; overflow-x:hidden; /*开启moblie网页快速滚动和回弹的效果*/ -webkit-overflow-scrolling: touch; font-size: 12px; }
*{ margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
a{color: #333; text-decoration: none; }
img{ border: 0; vertical-align: middle;}
a, img { /*阻止长按页面，弹出菜单的方法。*/ -webkit-touch-callout:none; }
a,
button,
input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    border: none;
}
.fl{ float:left; }
.fr{ float:right; }
.clearfix:after{content:'\20';display:block;height:0;clear:both;}
.clearfix{zoom:1;}
li,ol{ list-style:none; }
/*修改placeholder的字体颜色*/
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999; }
input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999; }
input:-ms-input-placeholder{ color: #999; }
input::-webkit-input-placeholder{ color: #999; }

.limit1{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; }
.limit2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.hiddenBox{display: none;}
.bodyBgColor{background:#f2f2f2;}
.green{color:#18a689}
.red{color:#f00;}
.orange{color:#f60;}
.blue{color:#44a9f7;}
.weui-cells_checkbox .weui-check__label .weui-check:checked+.weui-icon-checked:before{color:#f00;}

.acea-row{display:flex;flex-wrap:wrap;}
.acea-row.row-top{align-items:flex-start;}
.acea-row.row-middle{align-items:center;}
.acea-row.row-bottom{align-items:flex-end;}
.acea-row.row-left{justify-content:flex-start;}
.acea-row.row-center{justify-content:center;}
.acea-row.row-right{justify-content:flex-end;}
.acea-row.row-between{justify-content:space-between;}
.acea-row.row-around{justify-content:space-around;}
.acea-row.row-column{flex-direction:column;}
.acea-row.row-column-between{flex-direction:column;justify-content:space-between;}
.acea-row.row-column-around{flex-direction:column;justify-content:space-around;}
.acea-row.row-start-wrapper{align-items:start;justify-content:start;}
.acea-row.row-center-wrapper{align-items:center;justify-content:center;}
.acea-row.row-between-wrapper{align-items:center;justify-content:space-between;}
.acea-row.row-around-wrapper{align-items:center;justify-content:space-around;}

.article_content{padding: 0.2rem 0;  font-size: 14px;  line-height: 200%; word-wrap: break-word;  word-break: break-all;  color: #666;}
.article_content img, .article_content video{max-width:100%;}
.no-msg-tip{text-align: center; padding-top:0.4rem;}
.no-msg-tip img{width:45%;}
.no-msg-tip .txt{padding:0.2rem 0 1rem; font-size: 14px; color:#999;}
.no-msg-tip .btn{display: block; width: 40%; height: 0.8rem; line-height: 0.8rem; text-align: center;  color: #fff;  border-radius: 0.1rem;  background-color: #F00;  font-size: 0.32rem; margin:0 auto;}
.mescroll{position: absolute; bottom: 0; height: auto;}
.bottom-btn-warn{width: 90%;margin:0 auto; height: 0.8rem;display:flex; justify-content:center; align-items: center; color: #fff;border-radius: 0.1rem;background-color: #F5862E; font-size: 16px; }
.bottom-btn-danger{width:90%; margin:0 auto; height: 0.8rem; display:flex; justify-content:center;align-items: center;border-radius:20px;  font-size: 16px;  color: #fff; background: #f00;}
.bottom-btn-blue{width:90%; margin:0 auto; height: 0.8rem; display:flex; justify-content:center;align-items: center;border-radius:20px;  font-size: 16px;  color: #fff; background: #44a9f7;}
.bottom-fixed-btn{position:fixed; width: 100%; left:0; bottom:0; height: 0.9rem; line-height:0.9rem; text-align: center; font-size: 16px; color: #fff;  background: #f00; z-index: 9999;}
.bottom-fixed-btn.bottom-blue{background: #44a9f7;}

.bottom-fixed-wrap{position: fixed;left: 0;bottom: 0;background-color: #fff;display: flex;justify-content:space-between;align-items: center; padding: 0.15rem 0.3rem; z-index: 9;width: 100%;color: #000;font-size: 0.28rem;}
.bottom-fixed-wrap .total{font-size: 0.28rem;font-weight: 700; color: #000;}
.bottom-fixed-wrap .total span{color: #FF0000;}
.bottom-fixed-wrap .total span.num{font-size:0.36rem;}
.bottom-fixed-wrap .s-btn{width: 2.53rem;height: 0.77rem;color: #fff;border-radius: 0.4rem;margin-bottom: 0; font-size:0.32rem; background: #f00; display: flex; justify-content: center; align-items: center;}
.bottom-fixed-wrap .orange{background: #F5862E;}
.bottom-fixed-wrap .gray{background: #aaa;}
.bottom-fixed-wrap .blue{background: #47A9F7;}

.iBanner{width:100%; overflow: hidden;}
.iBanner img{width:100%; max-width: 100%;}

/* 首页 */
.banner{width: 100%;height: 3.9rem;overflow: hidden;margin-bottom: 10px;}
.banner .swiper-container{width: 100%;height: 100%; border-radius:15px; overflow: hidden;}
.banner .swiper-container img{width:100%; border-radius:15px;}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet{background-color: #fff;opacity: 1;}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:0.6rem;border-radius:0.2rem;}

.wap-box{padding:0 0.2rem 0.2rem;}
.phone-box{padding: 0.3rem 0;}
.phone-box a{display:block; width: 100%;height: 0.82rem;line-height:0.82rem;text-align: center;color: #fff;background-color: #44A9F7;border-radius: 0.2rem;font-size:0.36rem;}
.phone-box a span{font-size:0.4rem;padding-right: 0.1rem;}

.link-box{width: 100%;height:6rem;display: grid;grid-template-rows: repeat(4,23%);grid-template-columns: repeat(3,32%);grid-row-gap:0.15rem;grid-column-gap:0.15rem; margin-bottom: 0.5rem;}
.link-box a{width: 100%;height:100%;border-radius: 0.1rem;text-align: center;color: #333;font-size: 0.28rem;padding-top: 0.3rem;}
.link-box a .iconfont{font-size: 0.6rem;}
.link-box a .pic{Width:0.6rem; margin-bottom:0.1rem;}
    /*.link-box a.i1,.link-box a.i11{background-color: #3DD296;}*/
/*.link-box a.i2{background-color: #0CC9E3;}*/
/*.link-box a.i3{background-color: #31D8C7;}*/
/*.link-box a.i4{background-color: #898EEA;}*/
/*.link-box a.i5,.link-box a.i10{background-color: #FD8F52;}*/
/*.link-box a.i6,.link-box a.i12{background-color: #64A4FE;}*/
/*.link-box a.i7{background-color: #44A9F7;}*/
/*.link-box a.i8{background-color: #CD79E8;}*/
/*.link-box a.i8{background-color: #5DC45F;}*/
.index-navbar{position: fixed;left: 0;bottom: 0;background-color: #fff;display: flex;justify-content: space-around; align-items: center; height:1rem; box-shadow: 2.5px 4.33px 10px 0px rgb(166, 166, 166); z-index: 99;width: 100%;}
.index-navbar .navbar-item{color: #aaa;font-size: 0.24rem;text-align: center;}
.index-navbar .navbar-item.active{color: #47A9F7;}
.index-navbar .navbar-item .iconfont{font-size: 0.4rem;height: 0.38rem;}
.index-navbar .navbar-item .iconfont.icon-shangcheng{font-size: 0.37rem;}
.index-navbar .navbar-item .tit{padding-top:5px;}
.footer-navbar-space{height:1.2rem;}

/* 技术分析库 */
.list-line{padding: 0.3rem 0.1rem;border-bottom: 1px solid #EDEDED;display: flex;justify-content: space-between;align-items:center;color: #000;font-size:0.32rem ;}
.list-line .title{flex: 1; display: flex; align-items: center;}
.list-line .title .img{width:0.4rem; margin-right:0.2rem;}
.list-line .more{color: #868686; width:1rem; text-align: right;}


/* 俱乐部介绍 */
.mainBox{margin:0 0.2rem;}
.introduce{padding-top:0.7rem;}
.introduce img{width: 80%;margin: 0 auto;}

/* 课件库 */
.course{padding-right: 0.3rem;}

/* 比赛赛事列表 */
.game-line{display: block; padding: 0.25rem 0; margin:0 0.2rem; border-bottom: 1px solid #ddd; color: #000; font-size: 0.32rem;}
.game-line .top{display: flex; justify-content: space-between; align-items: center;}
.game-line .name{color: #000;font-size:0.32rem;font-weight: bold;padding-bottom: 0.1rem;}
.game-line .time{color: #666;font-size:0.28rem;padding-bottom: 0.1rem;line-height: 1.5;}
.game-line .bottom{display: flex; justify-content: space-between; align-items: center; padding-top:0.1rem;}
.game-line .bottom .address{color: #666;font-size:0.28rem; flex: 1; margin-right:0.3rem;}
.game-line .bottom .address span{font-size:0.3rem;}
.game-line .bottom .bao{width:1.5rem;height: 0.55rem;border-radius:0.25rem ;color: #fff;line-height: 0.55rem;background-color: #47A9F7;text-align: center;font-size:0.28rem;}

/* 赛事详情 */
.match-title{padding-top: 0.5rem;color: #484848;font-weight: 700;font-size:0.32rem;}
.match-details{padding: 0.4rem 0;color: #333;font-size:0.28rem;}
.match-info-con{padding-bottom:1.2rem;}
.match-line{font-size:0.28rem;color: #484848;padding: 0.15rem 0;}
.match-line span{font-weight: 700;padding-right: 0.2rem;}

.macth-top{background-color: #fff;padding: 0.35rem 0 0.3rem 0.6rem;display: flex;}
.macth-top .view-box{padding-right: 0.6rem; display: block;}
.macth-top .view-box .view{width: 0.89rem;height: 0.89rem;border-radius: 50%;line-height: 0.89rem;color: #fff;font-size: 0.5rem; display: flex; align-items: center; justify-content: center;}
.macth-top .view-box .view.v1{background-color: #FA7D79;}
.macth-top .view-box .view.v2{background-color: #237EFF;font-size: 0.4rem;}
.macth-top .view-box .tit{text-align: center;padding-top: 0.1rem;font-size: 0.3rem;}
.match-bottom{background-color: #fff;padding:0 0.24rem;margin: 0.24rem 0  1.2rem;}
.match-bottom .title{padding:0.24rem 0;border-bottom: 2px solid #D1D5D8;font-size: 0.32rem;font-weight: 700;}
.match-bottom .bao-line{font-size:0.28rem;color: #999;padding: 0.2rem 0;font-size: 0.28rem;border-bottom: 1px solid #EDEDED;display: flex;justify-content: space-between;align-items: center;}
.match-bottom .bao-line img{width: 0.82rem;height: 0.85rem;border-radius: 50%;display: inline-block;}
.match-bottom .bao-line span{padding-left: 0.2rem;}
.match-bottom .bao-line .name{color: #000;}
.match-bottom .bao-line .vip{color: #F6D861;  font-weight: bold;}
.bottom-btn{display: flex;position: fixed;left: 0;bottom: 0;width: 100%;height: 1rem;line-height: 1rem;font-size: 0.28rem;text-align: center;}
.bottom-btn .price{width: 50%;border-top: 1px solid #D8D8D8;color: #333;font-weight: bold;background-color: #fff;}
.bottom-btn .price span{color: #FF0000;padding-left: 0.05rem;}
.bottom-btn .price span.num{font-size:0.4rem;}
.bottom-btn .sign-up{width: 50%;color: #fff;background-color: #44A9F7;font-size:0.33rem;}
.bottom-btn .gray{background: #999;}

/* 表单 */
.form-panel{}
.form-panel .form-line{padding: 0.1rem 0.2rem; border-bottom: 1px solid #EDEDED; display: flex; justify-content: space-between; align-items: center;color: #000;font-size:0.3rem;  box-sizing: border-box;position: relative; background: #fff;}
.form-panel .form-line .tit{color:#333; width: 1.8rem; line-height:0.8rem}
.form-panel .form-line .tit i{color: #FF0000;}
.form-panel .form-line .input-box{height: 100%; flex:1;}
.form-panel .form-line .input-box .text{width:100%; background: none; border: none;outline: none;height:0.8rem; font-size: 0.3rem; color:#444;}
.form-panel .form-line .input-box .i-text{padding:5px 0; color:#444;}
.form-panel .form-line .input-box .pla-color{color:#999;}
.form-panel .form-line .radio-box{display: flex; align-items: center; justify-content: flex-start; flex:1;}
.form-panel .form-line .radio-box .item{display: flex; align-items: center; margin-right:0.6rem;}
.form-panel .form-line .radio-box .item input{width:0.4rem; height: 0.4rem; margin-right:0.15rem;}
.form-panel .form-line .iconfont{color:#999;}
.form-panel .form-btn{text-align: center; padding-top:0.5rem;}

.form-panel .form-line .inpu-box .text,.form-panel .form-line .inpu-box .date, .form-panel .form-line .inpu-box .text,.form-line .inpu-box select{display: block;  text-align: right;width: 100%;-webkit-appearance: none;font-size: 0.32rem; direction: rtl;}
.form-line .inpu-box .radio{margin:0 0.1rem;width: 0.4rem;height: 0.4rem;vertical-align: middle;}
.form-line .inpu-box span{color: #ADADAD;font-size: 0.4rem;width: 0.6rem;text-align: right;}
.form-line .input-box .avatar{width:80px;}
.btn—box{margin-top: 0.94rem;}
.btn—box .btn{ border-radius:0.12rem;width:7.03rem;height:0.89rem;line-height: 0.89rem;color: #fff;font-size: 0.33rem;text-align:center;display: block;margin-bottom: 0.23rem; background-color:#44A9F7;border: none;outline: none;height: 100%;}

.header_img_model{position: fixed; top:0; left:0; width: 100%; height: 100%; z-index: 1000; background: rgba(0,0,0, 0.3); display: none;}

/* 列表顶部tab切换 */
.orderList-nav{width: 100%;background-color:#fff;display: flex; position: fixed; left:0; top:0; z-index: 10;}
.orderList-nav .nav-item{width:50%;font-size: 0.30rem;text-align: center;}
.orderList-nav .nav-item a{display: block; height: 0.9rem;line-height: 0.9rem; border-bottom: 1px solid #DCDCDC; color:#333;}
.orderList-nav .nav-item a.active{color: #44A9F7;border-bottom: 2px solid #4AB5E4;}
.orderList-nav .red a.active{color:#FB0301; border-bottom: 2px solid #FB0301; }

/* 会员订场 */
.site{width: 100%;background-color: #fff;border-radius: 0.2rem;margin:0.2rem 0 0.3rem 0; box-shadow: 0 5px 10px rgba(0,0,0,.15);overflow: hidden;}
.site img{width: 100%;height: 4.22rem;}
.site .cont{padding: 0.24rem;font-size: 0.32rem;color: #000;} 
.site .cont .tag{display: flex;padding-top: 0.1rem;}
.site .cont .tag div{color:#D43029;font-size: 0.24rem;border: 1px solid #DCDCDC;margin-right: 0.1rem;border-radius: 0.1rem;padding:0 0.05rem;}

/* 我要预订 */
.yu-banner{width: 100%;border-bottom-left-radius: 0.2rem;overflow: hidden;}
.yu-banner .swiper-container{width: 100%;height: 100%;}
.yu-banner .swiper-container img{width: 100%;height: 100%;}
.yu-banner .swiper-container .swiper-pagination-fraction{width:0.7rem;height: 0.35rem;line-height: 0.38rem; border-radius: 0.2rem; background-color: rgba( 0,0,0,0.169 ); color: #fff;left:6.62rem; font-size: 12px;}
.yu-cont{padding: 0.2rem;}
.yu-cont .name{color: #000;font-weight: bold;font-size: 0.4rem;padding-bottom: 0.2rem;}
.yu-cont .address{color: #999;font-size: 0.28rem;padding-bottom: 0.2rem;}
.yu-cont .address span{font-size: 0.32rem;}
.yu-cont .time{font-size: 0.24rem;color: #D4AE29;background-color: #FDF7E9;border-radius: 0.2rem;width:3.2rem;height: 0.42rem;line-height: 0.42rem;text-align: center;}
.yu-cont .content{padding-top: 0.2rem;font-size: 0.28rem;padding-bottom: 0.2rem;color: #999;}
.searchNav{width:100%;overflow:hidden;position: relative;height:41px;box-sizing: border-box;background-color: #F5F5F5;}
.searchNav .swiper-wrapper{position: absolute;left: 0.2rem;width:70%;}
.searchNav .swiper-slide{width:2.2rem;text-align:center;margin-right: 0.4rem;}
.searchNav .swiper-slide a{transition:all .3s ease;display:block;font-size: 0.3rem;text-align: center; line-height:40px; height: 40px; border-bottom: 1px solid #FDF7E9; color:#333;}
.searchNav .swiper-slide:last-of-type a{border-right: none;}
.searchNav .active a{color:#2a8ef1;border-bottom: 3px solid #2a8ef1;}
.table-box{padding: 0.2rem 0; font-size: 0.28rem;}
.table-box .table{display: flex;padding:0 0 0.2rem 0.3rem;}
.table-box .table .time-line{width:1rem;text-align: right;padding-top: 0.66rem;}
.table-box .table .time-line div{height: 0.8rem;margin-bottom: 0.05rem;}
.table-box .table .time-line div:last-child{height: auto; margin:-0.1rem 0 0;}
.table-box .table .price-table{white-space: nowrap;overflow-x: scroll;flex: 1;}
.table-box .table .price-table .column-item{width: 1.49rem;display: inline-block; }
.table-box .table .price-table .column-item:last-of-type{margin-right: 0.2rem;}
.table-box .table .price-table .column-item div{width: 1.49rem;height: 0.8rem;line-height: 0.8rem;text-align: center;margin-bottom: 0.05rem;box-sizing: border-box; overflow: hidden;}
.table-box .table .price-table .column-item .title{color: #000;}
.table-box .table .price-table .column-item .price{background-color: #77D357;color: #fff;border-radius: 0.05rem;}
.table-box .table .price-table .column-item .price.over{background-color: #CECECE;}
.table-box .table .price-table .column-item .price.vip{background-color: #FEC107;}
.table-box .table .price-table .column-item .price.selected{background-color: #40A0F6;}
.table-box .select-seat-box .item{width:22.5%; text-align: center;border-radius: 0.1rem;border: 1px solid #40A0F6; float:left; margin:0 0 0.2rem 2%;}
.table-box .select-seat-box .item .time{background-color: #40A0F6;color: #fff;line-height: 0.7rem; font-size: 0.26rem;}
.table-box .select-seat-box .item .seat{color: #40A0F6; line-height: 0.7rem;}
.table-box .example-box{padding:0.3rem 0.5rem; display: flex;justify-content:space-around;align-items: center;}
.table-box .example-box .example{width: 1.2rem;text-align: center;}
.table-box .example-box .example .block{width: 1.2rem;height:0.41rem;border-radius: 0.08rem;background-color: #77D357;}
.table-box .example-box .example.over .block{background-color: #CECECE;}
.table-box .example-box .example.order .block{background-color: #40A0F6;}
.table-box .example-box .example.vip .block{background-color: #FEC107;}
.table-box .example-box .example .name{text-align: center;font-size: 0.28rem;color: #333;padding: 0.2rem 0;}
.table-box .btn-box{padding:0 0 0.2rem; text-align: center;}

/* 我要预订 */
.order-table-con{padding-bottom:1.2rem;}
.order-table{background-color: #fff;padding-left: 0.2rem;font-size: 0.32rem;}
.order-table .table-rows{width: 100%;border-bottom: 1px solid #DDDDDD;line-height:0.6rem;display: flex;justify-content: space-between;align-items: center;}
.order-table .table-rows:last-of-type{border-bottom:none}
.order-table .table-rows .title{width: 26%;color: #666; padding:0.25rem 0; }
.order-table .table-rows .cont{width: 74%;border-left: 1px solid #DDDDDD; padding:0.25rem 0 0.25rem 0.3rem; box-sizing: border-box;}
.order-table .table-rows .cont .price{padding-left: 0.4rem;}
.order-table:nth-last-of-type(2){margin-top: 0.4rem;color: #333;}
.order-table .num{padding-right: 0.4rem;}
.order-table .num.total{color: #F5862C;}
.order-table-all .table-rows{padding:0.25rem 0;}
.pay_clock_time{text-align: center; font-size: 16px; padding:0.3rem 0 0.2rem;}
.pay_clock_time span{color:#f60;}

/* 订单支付 */
.pay-line{padding: 0.4rem 0.2rem;display: flex;justify-content: space-between;align-items: center;color: #333;font-size:0.32rem ;margin-top: 0.4rem;background-color: #fff;
    border-top: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD;} 
.pay-line .title{color: #666;}  
.pay-line .price{color: #D09D67;}
.order-table.mt{margin-top: 0.4rem;color: #000;font-weight: 700; border-top: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD;}
.order-table .icon-weixinzhifu{color: #2AAF46;font-size: 0.4rem;padding-right: 0.2rem;}
.order-table .icon-yue{color: #FF9728;font-size: 0.4rem;padding-right: 0.2rem;}  
.order-table .radio{padding-right: 0.3rem;}
.order-table .radio input{width: 0.4rem;height: 0.4rem;vertical-align: middle;}
.order-btn{padding: 0.2rem;padding-top: 1.23rem;}
.order-btn .btn{width: 100%;height: 0.76rem;line-height: 0.76rem;text-align: center;color: #fff;border-radius: 0.1rem;background-color: #F5862E;font-size: 0.28rem;}
  
/* 商城首页 */
.banner.shop .swiper-container .swiper-pagination .swiper-pagination-bullet{background-color: #fff;opacity: 1;}
.banner.shop .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 0.16rem;border-radius:0.2rem;background-color: #C30000;}  
.shop-nav{padding: 0.3rem 0.2rem;background-color: #fff;display:grid;grid-template-columns: repeat(4,20.5%);column-gap: 6%;}
.shop-nav .nav-item{width: 100%;text-align: center;}
.shop-nav .nav-item img{width:1.17rem;height: 1.17rem;display: inline-block;}
.shop-nav .nav-item .title{color: #747474;padding-top: 0.05rem; font-size: 14px;}
.shop-list{border-top: 0.3rem solid #efefef; background-color: #fff; padding: 0.3rem 0.3rem 0.05rem;}
.shop-list .list-title{display: flex; justify-content: space-between; align-items: center; width: 100%; padding-bottom: 0.3rem;}
.shop-list .list-title div{color: #333;font-size:0.32rem; font-weight: bold;}
.shop-list .list-title a{color: #999;font-size:0.28rem; }
.shop-list .list-title a span{font-size:0.24rem;}
.shop-list .list-grid{display:flex;justify-content: space-between;flex-wrap: wrap;}
.shop-list .list-grid .list-item{width:48%;margin-bottom: 0.3rem; display: block;}
.shop-list .list-grid .list-item img{width:100%;height: 3.2rem; border-radius: 0.2rem;}
.shop-list .list-item .cont{font-size: 0.28rem;color: #000;line-height: 1.333;width: 100%;padding-top: 0.1rem;}
.shop-list .list-item .price{display:flex;justify-content: start;align-items: flex-end;padding-top: 0.1rem;}
.shop-list .list-item .price .xian{color: #FF0000;font-size: 0.32rem;font-weight: bold;}
.shop-list .list-item .price .xian span{font-size:0.24rem;}
.shop-list .list-item .price .yuan{color: #999;font-size:0.24rem;text-decoration: line-through;padding-left: 0.1rem;}
.shop-list .list-con{width: 100%;}
.shop-list .list-con .list-item{width:100%;padding-bottom: 0.3rem;display:flex;justify-content:start;}
.shop-list .list-con .list-item img{width: 2.2rem;height: 2.2rem; border-radius: 0.2rem;}
.shop-list .list-con .list-item .list-right{padding-left: 0.3rem; flex: 1;}
.shop-list .list-con .list-item .list-right .buy{display: flex;justify-content: space-between;align-items: center;padding-top: 0.9rem;}
.shop-list .list-con .list-item .list-right .buy-btn{width: 1.5rem;height: 0.5rem;line-height: 0.5rem;text-align: center;color: #F7F3F0;font-size:0.24rem;background-color: #DE2318; border-radius: 0.23rem; margin-top:0.1rem;}
.shop-navbar{position: fixed;left: 0;bottom: 0;background-color: #fff;display: flex;justify-content: space-around; align-items: center; height:1rem; box-shadow: 2.5px 4.33px 10px 0px rgb(166, 166, 166);  z-index: 99;width: 100%;}
.shop-navbar .navbar-item{color: #C8C8C8;font-size: 0.24rem;text-align: center;}
.shop-navbar .navbar-item.active{color: #FF0000;}
.shop-navbar .navbar-item .iconfont{font-size: 0.4rem;}

/* 商品分类 */
.header-sort-nav{position: fixed; z-index: 11111; background: #fff; padding:10px 0; width: 100%;}
.sort-nav{width:100%; overflow:hidden; height: 42px; }
.sort-nav .swiper-wrapper{position: absolute; left: 0.2rem; height: 42px; }
.sort-nav .swiper-slide{width:2rem;text-align:center;margin-right: 0.2rem; height: 42px; overflow-x: hidden;}
.sort-nav .swiper-slide a{display:block; border: 1px solid #ddd; border-radius:20px; height: 40px; line-height: 40px; color:#666; font-size:0.28rem;}
.sort-nav .active a{border: 1px solid #C40001;color: #CB2327;}

.sort-box{border:none; padding-top:62px;}

/* 商品详情 */
.details-img{width: 100%;}
.details-info{padding: 0.2rem;background-color: #fff;}
.details-info .cont{display: flex;justify-content: space-between; align-items: flex-start;font-size: 0.28rem;color: #000;line-height: 1.333;width: 100%;}
.details-info .cont .tit{flex: 1;}
.details-info .cont .num{font-size: 0.24rem;color: #999; width: 2rem; padding-top:0.04rem; text-align:right;}
.details-info .price{display:flex;justify-content: start;align-items: center;padding-top: 0.2rem;}
.details-info .price .xian{color: #FF0000;font-size: 0.32rem;font-weight: bold;}
.details-info .price .xian span{font-size:0.24rem;}
.details-info .price .yuan{color: #999;font-size:0.24rem;text-decoration: line-through;padding-left: 0.1rem;}

.details-box{padding: 0.2rem 0.2rem 0;background-color: #fff;margin-top: 0.3rem;}
.details-box .title{font-size: 0.32rem;color: #333;padding-bottom: 0.2rem;border-bottom: 1px solid #efefef;}
.details-box .content{padding-bottom:1.2rem;}

.details-bottom{position: fixed; left: 0;bottom: 0; background-color: #fff;display: flex;justify-content:space-between;align-items: center;  padding: 0.1rem 0.3rem; box-shadow: 2.5px 4.33px 10px 0px rgb(166, 166, 166); z-index: 99;width: 100%;}
.details-bottom .bottom-left{display: flex;justify-content:space-between;width:40%;}
.details-bottom .bottom-left .left-link{color: #333;font-size: 0.24rem;text-align: center; position: relative;}
.details-bottom .bottom-left .left-link .iconfont{font-size: 0.5rem;color: #C6C6C6;}
.details-bottom .bottom-right{width:52%; display: flex; align-items: center; justify-content:center;}
.details-bottom .bottom-right .btn{width:50%; height: 0.8rem; line-height: 0.8rem;text-align: center;color: #F7F3F0;font-size:0.28rem;background-color: #f00; border-radius:0 0.4rem 0.4rem 0;}
.details-bottom .bottom-right .cart{border-radius:0.4rem 0 0 0.4rem; background: #f60;}
.details-bottom .shop_cart_num{position: absolute; background-color: rgba(242,48,48,0.8); border-radius: 50%;  font-size: 0.24rem;  width: .38rem; height: .38rem;  line-height: .38rem;  overflow: hidden;  white-space: nowrap;  right: -0.1rem;  top: -0.06rem;  color: #fff; text-align: center;}

.integral-bottom .bottom-left{width:24%;}
.integral-bottom .bottom-right{width:62%;}
.integral-bottom .bottom-right .btn{width:100%; border-radius:0.4rem;}

/*底部弹框*/
.pop-panel-wrapper{position: fixed;width: 100%; height:100%; left:0; top:0; z-index: 1000; display: none;}
.pop-panel-wrapper .panel-shade{position:relative; width: 100%; height:100%; background-color: rgba(0,0,0,.7); pointer-events: auto;box-sizing: content-box;}
.pop-panel-wrapper .panel-content{position: absolute; left:0; bottom:0; width:100%; background: #fff; display: none;}
.pop-panel-wrapper .panel-content .panel-close{position: absolute; top:6px; right:8px; width:26px; height: 26px; background: url(../images/close2.png) no-repeat; background-size:100% 100%; }
.pop-panel-wrapper .panel-content .panel-main{padding:0 10px 60px;}
.pop-panel-wrapper .panel-content .scroll-warp-box{max-height:290px; position: relative; overflow-y:auto;}
.pop-panel-wrapper .panel-content .panel-title{text-align: center; font-size: 16px; color:#333; font-weight: bold; line-height: 50px;}
.pop-panel-wrapper .panel-content .panel-btn{position: absolute; bottom:0; left:0; width:100%; float: left; line-height: 50px; font-size: 16px; background: #f00; color: #fff; text-align: center;}

.pro-detail-box{display: flex; align-items: center; font-size: 14px; border-bottom:1px solid #eee; padding:0.1rem 35px 0.1rem 0;}
.pro-detail-box .img{border: 1px solid #dfdfdf; width: 1.3rem; height: 1.3rem;}
.pro-detail-box .img img{width:100%; height: 100%;}
.pro-detail-box .text{flex:1; margin-left:10px;}
.pro-detail-box .text .tit{color:#333; font-weight: bold; padding-bottom:0.18rem;}
.pro-detail-box .text .i{display: flex; align-items: center; justify-content: space-between;}
.pro-detail-box .text .price{color:#f00; font-size: 0.32rem;}
.pro-detail-box .text .invent{font-size: 0.28rem; color:#888;}

.goods-num-box .tit, .goods-attr-box .tit{ font-size: 0.3rem; padding:0.2rem 0; color:#666;}
.goods-num-box{padding-bottom:0.3rem;}
.add-plus-num{width:3rem; border:1px solid #dcdcdc; border-left:none; display: flex; align-items: center;}
.add-plus-num span{ flex: 1;  height:0.65rem; line-height:0.65rem; border-left:1px solid #dcdcdc; font-size:0.28rem;  text-align:center;  color:#686868; cursor:pointer}
.add-plus-num .bt{font-size: 0.32rem;}
.add-plus-num .bt input{width:100%; text-align: center; border:none; font-size: 0.28rem;}

.goods-attr-box{border-top:1px solid #eee;}
.goods-attr-box .goods-attr{display: flex; flex-wrap: wrap; align-items: center;}
.goods-attr-box .goods-attr .item{border:1px solid #999; border-radius:4px; padding:0.08rem 0.2rem; margin:0 0.2rem 0.2rem 0; font-size: 0.28rem;}
.goods-attr-box .goods-attr .active{background: #f00; color:#fff; border-color:#f00;}

/* 下单页 */
.big-box{padding: 0.2rem 0.2rem 1.2rem;width: 100%;}
.shipping_type{display: flex; align-items: center; background:url(../images/addressBg.jpg) no-repeat center bottom;}
.shipping_type .weui-cells_checkbox{display: flex; align-items: center; font-size: 0.28rem;}
.shipping_type .weui-cell{padding:6px 5px 6px 20px;}
.shipping_type .weui-cell:before{border:none;}

.shop-order-select{background:#fff; border-radius:6px; display: flex; align-items: center; justify-content: space-between;}
.shop-order-select .icon-you{margin-right:0.15rem; color:#999;}
.shop-order-select .a-info{font-size: 14px; padding:0 0.2rem; color: #333; flex: 1;}
.shop-order-select .a-info .top{line-height: 30px; padding:0.1rem 0 0; font-weight: bold;}
.shop-order-select .a-info .top .name{padding-right:0.3rem;}
.shop-order-select .a-info .i{color:#666; line-height:22px;padding-bottom:0.2rem;}
.shop-order-select .a-info .set{font-size: 0.32rem; padding:0.4rem 0;}
.selectStore .form-line{border-bottom:none; border-top:1px solid #EDEDED}

.address-panel{height:100%; position: relative;}
.address-panel .list-address, .address-panel .add-address{display: none;}
.address-panel .title{text-align: center; font-size: 16px; color:#333; height:50px; line-height:50px; padding:0 0.2rem; border-bottom:2px solid #ddd;background: #fff;}
.address-panel .title i{float: left;}
.address-panel .list-address{padding:0 0 0.9rem;}
.address-panel .list-address .item{font-size: 14px; margin-top:0.2rem; padding:0 0.2rem; color: #333; display: flex; align-items: center; justify-content: center; background: #fff;}
.address-panel .list-address .item i{font-size: 0.46rem;}
.address-panel .list-address .item .info{flex: 1; margin-left:0.2rem; padding:0.2rem 0;}
.address-panel .list-address .item .info .top{line-height: 24px; font-weight: bold;}
.address-panel .list-address .item .info .name{padding-right:0.3rem;}
.address-panel .list-address .item .info .i{color:#666; line-height:24px;}
.address-panel .list-store .item{font-size: 14px; padding:0.15rem 0.2rem; margin-top:0.2rem; background: #fff; line-height: 22px;}
.address-panel .list-store .item .name{ font-weight: bold;}
.address-panel .choose-map{width: 100%; height: 100%;}

.order-goods-list .item{display: flex; align-items: center; border-top:1px solid #eee; padding:0.2rem 0;}
.order-goods-list .item:first-child{border:none;}
.order-goods-list .item .img{width:1.2rem; height: 1.2rem;}
.order-goods-list .item .img img{width:100%; height: 100%; border-radius:5px;}
.order-goods-list .item .info{font-size: 0.28rem; flex: 1; margin-left:0.2rem;}
.order-goods-list .item .info .attr{color:#666; margin:0.1rem 0; font-size: 0.26rem;}
.order-goods-list .item .info .price{color:#f00;}
.order-goods-list .item .num{color:#999; width: 0.6rem; font-size: 0.28rem; text-align: right;}

.shop-order{background-color: #fff;padding: 0.2rem;border-radius:6px;margin:0 0 0.2rem;}
.shop-order .title{font-size: 0.32rem;color: #333;padding-bottom: 0.2rem;border-bottom: 1px solid #efefef;}
.shop-order .textarea{border:none; background: #f2f2f2; font-size: 0.28rem; color:#666; height: 1.6rem; width: 100%; padding:0.15rem 0.2rem; font-family: "Microsoft YaHei"; margin-top:0.2rem; vertical-align: top;}
.shop-order .table-rows{display: flex;justify-content: space-between;align-items: center;color: #000;font-weight: 700;font-size: 0.30rem;}
.shop-order .icon-weixinzhifu { color: #2AAF46; font-size: 0.4rem; padding-right: 0.2rem; }  
.shop-order .icon-yue { color: #FF9728; font-size: 0.4rem; padding-right: 0.2rem; }
.shop-order .radio input { width: 0.4rem; height: 0.4rem; vertical-align: middle; }
.discount-order{background-color: #fff;padding: 0.25rem 0.2rem;border-radius:6px;margin:0 0 0.2rem; display: flex; justify-content: space-between; align-items: center;}
.discount-order .title{font-size: 0.32rem;color: #333;}

.pay-goods-order .bottom-box{padding-top:1rem;}
.pay-goods-order .shop-order{padding:0.3rem;}
.pay-goods-order .order-i{background: #fff; margin-bottom:0.2rem;}
.pay-goods-order .order-i .item{padding:0.3rem; background: #fff; display: flex; justify-content: space-between; align-items: center; font-size: 0.32rem; color:#333; border-top:1px solid #eee;}
.pay-goods-order .order-i .item .t{width:100px;}
.pay-goods-order .order-i .item:first-child{border:none;}
.pay-goods-order .order-i .item .i{color:#f23030; text-align: right;}

/* 个人中心 */
.user-back{background: url('../images/user-back.png') no-repeat ;background-size: cover; height: 3.3rem;padding: 0.5rem 0.3rem 0;}
.user-back .user-cont{ display: flex;justify-content: start;align-items: center;}
.user-back .user-cont .user-img{width: 1.3rem;height: 1.3rem; border-radius: 50%;border: 2px solid #fff;overflow: hidden;}
.user-back .user-cont .user-img img{width: 100%;}
.user-back .user-cont .user-right{padding-left: 0.2rem; flex:1;}
.user-back .user-cont .user-right .user-name{color: #fff;font-size: 0.33rem; display: flex; justify-content: space-between; align-items: center;}
.user-back .user-cont .user-right .user-name .msg{position: relative; }
.user-back .user-cont .user-right .user-name .msg span{font-size: 20px; color:#f2f2f2;}
.user-back .user-cont .user-right .user-name .msg em{background: #febf86; width: 10px; height: 10px; border-radius:50%;  position: absolute; top:-2px; right:0;}
.user-back .user-cont .user-right .user-name .name{display: flex;align-items: center;}
.user-back .user-cont .user-right .user-phone{color: rgba( 255, 255, 255, 0.6 );font-size: 0.24rem;padding-top: 0.05rem;}
.user-back .user-cont .user-vip .item{padding-top: 0.05rem;}
.user-back .user-cont .user-vip .vip{color:#febf86; font-size: 0.26rem; margin-right:0.2rem;}
.user-back .user-cont .user-vip .vip img{width:0.34rem; height: 0.34rem; vertical-align: -4px;}
.user-back .user-cont .user-vip .extra{color: rgba( 255, 255, 255, 0.6 );font-size: 0.24rem;}
.user-back .user-cont .user-vip .extra .vip{color: rgba( 255, 255, 255, 0.6 );}

.user-menu-wrap{margin:-1rem 0 0;}
.user-box{width: 6.9rem;margin: 0 auto 0.3rem; background-color: #fff;border-radius: 0.1rem;padding: 0 0.2rem;}
.user-box .rows{display: flex;justify-content: space-between;align-items: center;padding: 0.35rem 0;border-bottom: 1px solid #efefef;}
.user-box .rows:last-of-type{border-bottom: none;}
.user-box .rows .iconfont{color: #333;font-size: 0.32rem;}
.user-box .rows .name{color: #333;font-size: 0.28rem;padding-left: 0.1rem;}
.user-box .rows .iconfont.icon-you {color: #868686;}

.user-tool{background-color: #fff; width: 6.9rem; margin: 0 auto; border-radius: 0.1rem;padding: 20px 5px 0;}
.user-tool .tit{font-size: 16px;font-weight: 700;color: #000;margin-bottom: 20px; padding:0 15px;}
.user-tool .t-list{display: grid;  grid-template-columns: repeat(4,25%);text-align: center;padding: 0;}
.user-tool .t-list .rows{margin-bottom: 25px;}
.user-tool .t-list .ico{width:40px; height: 40px; border-radius:50%; background: #61a5ee; display: flex; justify-content: center; align-items: center; margin:0 auto;}
.user-tool .t-list .iconfont{font-size: 24px; color:#fff;}
.user-tool .t-list .name{font-size: 13px;color: #999;padding-top: 8px;}
.user-tool .t-list .bg-1{background:#fcb812;}
.user-tool .t-list .bg-2{background:#63a7ee;}
.user-tool .t-list .bg-3{background:#fcb812;}
.user-tool .t-list .bg-4{background:#2cc0c4;}
.user-tool .t-list .bg-5{background:#419afe;}
.user-tool .t-list .bg-6{background:#60d482;}
.user-tool .t-list .bg-7{background:#796ff5;}
.user-tool .t-list .bg-8{background:#ec6f6a;}
.user-tool .t-list .bg-9{background:#fcb812;}
.user-tool .t-list .bg-10{background:#419afe;}
    /* 我的订单 */
.g-order-list{padding-top:0.9rem;}
.g-order-list .order-item{padding: 0 0.2rem;margin-top: 0.2rem;background-color: #fff;}
.g-order-list .order-item .top{padding: 0.25rem 0;display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #efefef;color: #333;font-size: 0.28rem;}
.g-order-list .order-item .top .state{color:#666;}
.g-order-list .order-item .bottom{padding: 0.2rem 0;display: flex;justify-content: space-between;align-items: center; font-size: 0.28rem; color: #4F4F4F; border-top: 1px solid #efefef;}
.g-order-list .order-item .bottom .price span{color: #FB0301;}
.g-order-list .order-item .bottom .btnBox{display: flex; align-items: center; justify-content: flex-end;}
.g-order-list .order-item .bottom .btn{padding:0.1rem 0.18rem; border-radius: 0.1rem; font-size: 0.28rem; color: #DE2219; border: 1px solid #DE2219; margin-left:0.2rem;}
.g-order-list .order-item .bottom .nopay{color: #fff; background: #DE2219;}
.g-order-list .order-item .bottom .cancel{color:#999; border:1px solid #C2C2C2}

/* 信息资料 */
.data-top{background-color: #fff;position: relative;width: 100%;height:2rem;}
.data-top:first-of-type{border-bottom: 1px solid #E1E3E5;}
.data-top .top-back,.data-top .surface{position: absolute;width: 100%;height:2rem;top: 0;left: 0; z-index: 1;}
.data-top .top-back{z-index: 0;text-align: center;font-size:0.4rem;color: rgba( 153, 153, 153, 0.4 );line-height: 1.46rem;}
.data-top .surface{padding: 0.29rem 0;z-index: 2;}
.data-top .surface .point{display:flex; width: 100%;}
.data-top .surface .course{width: 50%;text-align: center;font-size:0.28rem;color: #333;}
.data-top .surface .course:first-of-type{border-right: 1px solid #ddd;}
.data-top .surface .course .num{color: #FB0301;font-size:0.42rem;}
.data-top .surface .money{text-align: center; font-size:0.28rem; color: #333; padding-top:5px; position: relative;}
.data-top .surface .money span{color: #FB0301; font-size:0.38rem;}
.data-top .surface .money em{font-style: normal; color:#f60; font-size: 12px; position: absolute; right:10px; top:10px;}
.data-box{background-color: #fff;padding:0 0.3rem;margin: 0.3rem 0;}
.data-box .line{border-bottom: 1px solid #E1E3E5;display: flex;justify-content: space-between; align-items:center; padding: 0.25rem 0.05rem;font-size:0.28rem;color: #333;}
.data-box .line .title{color: #999;}
.train-btn{margin:0.3rem 0.2rem 0; display: flex; align-items: center; justify-content: center;}
.train-btn a{width:80%;}

/* 订单详情 */
.order-info-box{padding-bottom:1.2rem;}
.order-info-top{background: #fff; padding:0 0.2rem;}
.order-info-top .title{text-align: center; line-height: 0.9rem; font-size: 0.30rem; border-bottom:1px solid #efefef;}
.order-info-warp{padding:0 0.2rem 0.25rem; background: #fff; margin-top: 0.2rem; box-sizing: border-box;}
.order-info-warp .title{text-align-last: left;font-size: 0.30rem; color: #333; padding:0.24rem 0; border-bottom: 1px solid #efefef; text-align: center; }
.order-info-warp .item-con{border-bottom:1px dashed #ccc; padding-bottom:0.25rem;}
.order-info-warp .item-con:last-of-type{border:none;}
.order-info-warp .item{padding-top: 0.25rem;font-size: 0.28rem;color: #333;display: flex;justify-content: space-between;align-items: center;}
.order-info-warp .item .t{color: #444; width: 1.8rem;}
.order-info-warp .item .i{color: #777; flex: 1; text-align: right;}
.order-info-warp .item .i .avatar{width:46px; border-radius:50%;}
.bottom-fixed-1{justify-content: flex-end;}
.bottom-fixed-1 .s-btn{margin-left:0.2rem;}

/* 地址管理 */
.address-box { background-color: #fff; padding:0 0.2rem; font-size: 0.28rem;}
.address-box .table-rows {width: 100%; border-bottom: 1px solid #DDDDDD;padding: 0.2rem 0;}
.address-box .table-rows:last-of-type{border-bottom:none}
.address-box .table-rows .name{display: flex;justify-content: space-between;align-items: center;color: #333;}
.address-box .table-rows .address{color: #666;padding-top: 0.1rem;}
.address-box .table-rows .radio-box{position: relative;height: 18px;line-height: 18px;}
.address-box .table-rows .radio-box.active{color: #FF7800;}
.address .btn-box{padding: 1rem 0.3rem 0 0.3rem;}
.address .btn-box .btn{width: 100%;height: 0.76rem;line-height: 0.76rem;text-align: center;color: #fff;border-radius: 0.1rem;background-color: #DE2219;}

/* 我的报名 */
.list{padding: 0.2rem 0.1rem;border-bottom: 1px solid #EDEDED;}
.list .title{color: #333;font-size: 0.32rem;display: flex;justify-content: space-between;align-items: center;padding-bottom: 0.1rem;}
.list .title .icon-you{color:#999}
.list .time{color: #AAAAAA;font-size: 0.28rem;}
  
/* 报名详情 */
.signUp-box{padding-top: 0.3rem;}
.signUp-list {display: flex;justify-content: space-between;align-items: center;font-size: 0.28rem;padding-bottom: 0.2rem;}
.signUp-list .title{width:1.5rem;text-align-last: justify;text-align: justify; text-justify: distribute-all-lines;color: #000;}
.signUp-list .content{color: #666;text-align-last: left;flex: 1;} 

/* 我的余额 */
.balance{padding: 0.2rem;}
.balance-back{width: 100%;height: 3.22rem;position: relative; margin-bottom:0.3rem;}
.balance-back img{width: 100%;height: 100%;}
.balance-back .content{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 0.35rem;box-sizing: border-box;} 
.balance-back .content .top{display: flex;justify-content: space-between;align-items: flex-start;}
.balance-back .content .title{font-size: 0.24rem;color: rgba( 255, 255, 255, 0.49 );padding-bottom: 0.24rem;;} 
.balance-back .content .top .top-left .num{font-size:0.56rem;color:#fff} 
.balance-back .content .top .recharge{background-color: #fff;width: 1.48rem; height: 0.5rem;line-height: 0.5rem;text-align: center;font-size: 0.28rem;color: #E63F2D;border-radius: 0.25rem;}
.balance-back .content .bottom{display: flex;justify-content:start;align-items: flex-start;padding-top: 0.48rem;}  
.balance-back .content .bottom>div:first-of-type{padding-right: 1rem;}
.balance-back .content .bottom .title{padding-bottom: 0.12rem;} 
.balance-back .content .bottom  .num{font-size:0.4rem;color:#fff} 

.balance-list{padding: 0.2rem 0.1rem;border-bottom: 1px solid #EDEDED;font-size: 0.32rem;display: flex;justify-content: space-between;align-items: center;}
.balance-list .title-box{display: flex;justify-content: start;align-items: center;font-size: 0.3rem;color: #000;}
.balance-list .title-box img{width: 0.75rem;height: 0.75rem;}  
.balance-list .title-box div{padding-left: 0.35rem;}
.balance-list .icon-you{color:#999} 

/* 我要充值 */
.recharge-box{padding: 0.2rem;}
.recharge-box .input-box{border-bottom: 1px solid #EDEDED; font-weight: bold; display: flex; align-items: center; padding:0 0 0.2rem;}
.recharge-box .input-box span{font-size:0.32rem;}
.recharge-box .input-box input{height: 0.88rem; line-height:0.88rem; font-size:0.42rem;text-indent: 0.2rem;}
.recharge-box .input-box input::placeholder {font-size: 0.32rem;}
.recharge-box .tips{font-size:0.28rem;padding-top: 0.2rem; color: #999;}
.recharge-box .tips span{color: #EC403F;}
.recharge-box .btn-box{padding: 1rem 0 0; text-align: center;}
  
/* 充值记录 */
.recordBack{width: 100%;height:1.8rem;position: relative;}
.recordBack img{width: 100%;height: 100%;}
.recordBack .money{position: absolute;left:0.4rem;bottom: 0.42rem;color: #fff;font-size: 0.28rem;}
.recordBack .money span{font-size: 0.46rem;}
.recordBack .ico{color:#fff; position: absolute;right:0.3rem;bottom: 0.42rem;}
.recordBack .ico i{font-size:32px;}

.record-list{padding: 0.2rem;border-bottom: 1px solid #EDEDED;font-size: 0.28rem;display: flex;justify-content: space-between;align-items: center;color: #000;}
.record-list .left{flex:1;}
.record-list .time{font-size: 0.28rem;color: #999;padding-top: 0.2rem;} 
.record-list .num{font-size: 0.38rem; width: 1.8rem; text-align: right;}

/* 我的场地预定 */
.booking-box{padding: 1.1rem 0.2rem 0;}
.booking-box .booking-item{width: 100%;border-radius: 0.2rem;background-color: #fff;margin-bottom: 10px;}
.booking-box .booking-item .con{display: block; padding: 10px;}
.booking-box .booking-item .title{color: #000;display: flex;justify-content:space-between;align-items: center;padding-bottom: 10px;border-bottom: 1px solid #EDEDED;font-size: 0.3rem;}
.booking-box .booking-item .title .name{flex: 1; margin-right:15px;}
.booking-box .booking-item .title .state{width:1.8rem; text-align: right;}
.booking-box .booking-item li{display: flex; padding-top: 0.24rem; color: #666; font-size: 0.28rem; float:left; width: 60%;}
.booking-box .booking-item li:nth-child(2n){width:40%;}
.booking-box .booking-item li .t{color: #999; text-align: right;}
.booking-box .booking-item li .i{padding-right:0.2rem;flex: 1;}
.booking-box .booking-item .btn-con{text-align: center; margin:2px 10px 0; padding: 10px 0; border-top: 1px solid #EDEDED; font-size: 14px;}
.booking-box .booking-item .btn-con .btn1{display: inline-block; padding:0 1.2rem; line-height: 0.66rem;color: #fff;text-align: center;border-radius: 0.1rem;}
.booking-box .booking-item .btn-con .cancel{background-color: #97999B;}
.booking-box .booking-item .btn-con .pay{background-color: #4AB5E4; margin-left: 10px;}
.booking-box .booking-item .btn-con .more{color: #4AB5E4; border:1px solid #4AB5E4; line-height: calc(0.66rem - 2px); margin-left: 10px;}
.booking-box .booking-item .btn-con .btns{display: flex; align-items: center; justify-content: flex-end;}
.booking-box .booking-item .btn-con .btns .btn1{padding:0 0.5rem;}

/* 我的场地预定详情*/
.booking-con{padding:0.2rem;}
.booking-details{padding: 0.2rem;background-color: #fff;margin-bottom: 0.3rem;border-radius:0.2rem;font-size: 0.30rem;}
.booking-details .title{padding-bottom: 0.3rem;border-bottom: 1px solid #ddd;}
.booking-details .cont{padding-top: 0.3rem;color: #999;}  
.booking-details .cont-line{color: #333;font-size: 0.28rem;line-height: 0.6rem;display: flex;}
.booking-details .cont-line.money{font-size: 0.32rem;color: #FF7800;}  
.booking-details .cont-line .tit{color: #999;width:1.43rem;text-align: right;padding-right: 0.2rem;display: inline-block;font-size: 0.28rem;}
.booking-details .cont-line .con{flex: 1;}
.booking-details .cont-line span{padding-right:10px;}
.booking-details .line{border-bottom: 1px solid #ddd;margin: 10px 0;width: 100%;padding: 0;}
  
/* 选择预约课程 */
.select-box{padding: 0.2rem 0;border-bottom: 1px solid #efefef;display: flex;justify-content: space-between;}
.select-box img{width: 1.76rem;height: 1.76rem;}
.select-box .cont-box{padding-left: 0.3rem;flex: 1;box-sizing: border-box;}
.select-box .cont-box .title-line{display: flex;justify-content: space-between;font-size: 0.3rem;padding-bottom: 0.2rem; font-weight: bold;}
.select-box .cont-box .title-line .title{color: #000;} 
.select-box .cont-box .title-line .price {color: #FF0000;}
.select-box .cont-box .title-line .price span{font-size: 0.24rem;}
.select-box .cont-box .cont{font-size: 0.24rem;color: #666; display: -webkit-box; -webkit-line-clamp:2;overflow: hidden;
    text-overflow: ellipsis; -webkit-box-orient: vertical;}
.select-box .num {padding-top: 0.1rem;display: flex;justify-content: space-between;align-items: center;font-size: 0.26rem;
color: #999;}
.select-box .num .btn{ width: 1.28rem; height: 0.45rem;line-height: 0.45rem; text-align: center;color: #44A9F7;
    border: 1px solid #4AB5E4;background-color: #fff;font-size: 0.24rem;margin: 0;border-radius: 0.1rem;}  
  
/* 课程详情 */
.course-sign-btn{padding: 0.2rem 0;}
.course-sign-btn .btn{background: #47A9F7;}

/* 课程详情（提交） */
.course-title{color: #fff;background-color: #6F90A3;font-size: 0.38rem;text-align: center;height: 0.9rem;line-height: 0.9rem;}
.course-form{padding:0.3rem 0.2rem;}
.course-form .title{font-size: 0.32rem;color: #000;font-weight: 700;text-align: center;border-bottom: 1px solid #BDC3C7;padding-bottom: 0.2rem;}
.course-form .input-box{padding-top: 0.3rem;}
.course-form .input-box .tit{color: #000;padding-bottom: 0.1rem; font-size: 0.3rem;}
.course-form .input-box .tit i{color: #FF0000;}
.course-form .input-box  .text{border: 1px solid #BDC3C7; width: 100%; height:0.7rem; font-size: 0.3rem; text-indent: 0.1rem;}
.course-form .input-box  .radio-line{display: flex; align-items: center;}
.course-form .input-box  .radio-line .item{width:50%; display: flex; align-items: center;}
.course-form .input-box  .radio-line .item input{width:0.4rem; height: 0.4rem; margin-right:0.2rem;}
.course-form .input-box .select{border: 1px solid #BDC3C7; width: 100%; height:0.7rem; font-size: 0.3rem; text-indent: 0.1rem;}
.course-form .input-box  textarea{border: 1px solid #BDC3C7;width: 100%;height:2.52rem; padding: 0.1rem; font-family:"Microsoft YaHei"; font-size: 14px;}
.course-form .btn-box{padding:0.6rem 0 0.4rem;}
.course-form .btn-box .btn{width: 100%;height: 0.8rem;line-height: 0.76rem;text-align: center;color: #fff; background-color: #4AB5E4;font-size:0.32rem;border-radius: 0;}

/* 我的课程 */
.course-line{padding:0.3rem 0;border-bottom: 1px solid #E8E8E8;}
.course-line .title-line {display: flex;justify-content: space-between;font-size: 0.28rem;padding-bottom: 0.2rem;}
.course-line .cont{color: #999;font-size: 0.26rem;}

/* 课程中心 */
.header-top-nav{position: fixed; z-index: 11111;  width: 100%; background: #F5F5F5;}
.header-top-nav .searchNav{height:56px;}
.header-top-nav .searchNav .swiper-slide{width: 1.3rem;}
.header-top-nav .searchNav .swiper-slide a{height:56px; line-height: 20px; padding:8px 0 0;}
.header-top-nav .searchNav .swiper-slide .date{font-size: 0.28rem; color:#777;}
.header-top-nav .searchNav .active .date{color:#2a8ef1;}
.course-center{padding: 56px 0.2rem 0;}
.course-center .course-box{width: 100%;padding: 0.2rem 0.2rem 0; box-shadow: 0 3px 10px rgb(196, 196, 196);
    border-radius: 0.2rem;margin: 0.3rem 0 0.1rem;}
.course-center .course-box .title{font-size: 0.3rem;color: #000;padding-bottom: 0.1rem;line-height: 1.6;}
.course-center .course-box .time{font-size: 0.24rem;color: #666;padding-bottom: 0.1rem;}
.course-center .course-box .time span{padding-right: 0.1rem;}
.course-center .course-box .cont{font-size: 0.24rem;color: #666;line-height: 1.6;white-space: nowrap;overflow: hidden;
    text-overflow: ellipsis}
.course-center .course-box .cont span{padding-right: 0.3rem;}
.course-center .course-box .num{font-size: 0.24rem;color: #999;padding: 0.1rem 0 0.2rem;}
.course-center .course-box .num span{margin-right: 0.3rem; padding:2px 5px; border-radius:4px;}
.course-center .course-box .num .c_name{color:#fff; background: #2a8ef1;}
.course-center .course-box .num .c_bg_0{background: #2a8ef1;}
.course-center .course-box .num .c_bg_1{background: #18a689;}
.course-center .course-box .num .c_bg_2{background: #7266ba;}
.course-center .course-box .num .c_bg_3{background: #ff6600;}
.course-center .course-box .num .c_bg_4{background: #57889C;}
.course-center .course-box .num .c_bg_5{background: #f95959;}
.course-center .course-box .num .c_bg_6{background: #444c69;}
.course-center .course-box .num .c_bg_7{background: #ca9600;}
.course-center .course-box .button-box{border-top: 1px solid #ddd;padding: 0.15rem 0;text-align: right;}
.course-center .course-box .button-box a{ border-radius: 0.1rem; padding:0.08rem 0.2rem; margin-left: 0.2rem;font-size: 0.28rem;display: inline-block; border:1px solid #4CC0EF;color: #44A9F7; background-color: #fff;}
.course-center .course-box .button-box a.details{color: #f60;background:#fff; border-color:#f60;}
.course-center .course-box .button-box a.info{color:#fff; background:#18a689; border-color:#18a689;}
.course-center .btn-box{padding-top: 0.6rem;}
.course-center .btn-box .btn{width: 100%;height: 0.76rem;line-height: 0.76rem;text-align: center;color: #fff;
        background-color: #F5862E;font-size:0.32rem;border-radius: 0.1rem;}

/* 弹出层 */
.sign-in{padding:0 0.2rem;background-color: #EEEEEE;}
.sign-in .title{background-color: #EEEEEE;height: 0.8rem;line-height: 0.8rem; display: flex;justify-content: space-between;}
.sign-in .title div{color: #666;font-size: 0.28rem;}
.sign-in .title a{color: #F5862E;font-size: 0.28rem;}
.sign-in .cont-box{background-color: #fff;}
.sign-in .cont-box .nav{display: flex; position: relative;}
.sign-in .cont-box .nav .select-btn{color:#2a8ef1; border:1px solid #2a8ef1; position: absolute; left:10px; font-size: 12px; padding:1px 5px; border-radius:2px; top:10px;}
.sign-in .cont-box .nav .nav-item{width: 33.3%;padding: 0.2rem 0;text-align: center;border-bottom: 1px solid #DBDBDB;}
.sign-in .cont-box .nav .nav-item.active{border-bottom: 1px solid #17B112;color: #17B112;}
.sign-in .cont-box .content{height: 8.67rem; position: relative; overflow: hidden;}
.sign-in .cont-box .content .content-item{overflow-y:auto; height: 8.67rem;}
.sign-in .cont-box .content .content-item .name-top span{padding-right:0.3rem;}
.sign-in .cont-box .content .content-item .btn-box{padding:0.3rem 0;}
.sign-in .cont-box .content .content-item .btn-box .btn{background:#47A9F7;}
.sign-in .cont-box .content .sign-item{padding-bottom:10px;}
.sign-in .cont-box .content .sign-item .weui-cell{padding-bottom: 3px;}
.sign-in .cont-box .content .sign-item .weui-cell:first-child:before {display:block;}
.sign-in .cont-box .content .sign-item .review{padding:0 15px; font-size: 0.28rem; color:#777;}
.sign-in .cont-box .content .sign-item .review_btn{color:#17B112; border:1px solid #17B112; font-size: 0.24rem; padding: 0.05rem 0.1rem; border-radius:0.1rem;}
.sign-in .cont-box .content .sign-item .review_btn i{margin-left:0.1rem; vertical-align: middle; font-size: 0.24rem; }

.sign-in .cont-box .content .coach_name{width: 33.3%;text-align: center;padding-top: 1.76rem;}
.sign-in .cont-box .content .comment-list {width: 100%;padding: 0.3rem 0.2rem;}
.sign-in .cont-box .content .comment-list .comment-title{font-size:0.3rem;color: #848484; padding-bottom: 0.2rem;}
.sign-in .cont-box .content .comment-list .comment-line{display: flex;padding: 0.2rem 0;border-bottom: 1px solid #E0E0E0; line-height: 20px;}
.sign-in .cont-box .content .comment-list .comment-line .name{width:1.5rem; word-wrap: break-word;}
.sign-in .cont-box .content .comment-list .comment-line .text{flex:1; color: #888; font-size: 0.28rem;}
.sign-in .cont-box .content .comment-form{display: none; position: absolute; top:0; left:0; background: rgba(0,0,0, 0.6); width: 100%; height: 100%; z-index: 10000;}
.sign-in .cont-box .content .comment-box{width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
.sign-in .cont-box .content .comment-box .con{background: #fff; padding:0.5rem; border-radius:5px; width: 6rem; position: relative;}
.sign-in .cont-box .content .comment-box .close{position: absolute; top:6px; right:8px; width:26px; height: 26px; background: url(../images/close2.png) no-repeat; background-size:100% 100%; }
.sign-in .cont-box .content .comment-form .comment-title{font-size:0.3rem;color: #333; padding-bottom: 0.2rem;}
.sign-in .cont-box .content .comment-form textarea{padding-top: 0.1rem;text-indent: 0.1rem;width: 100%;background-color: #f2f2f2;height: 1.875rem; font-family:"Microsoft YaHei"; border:1px solid #eee;}
.sign-in .cont-box .content .comment-form .save-comment{width: 100%;height: 0.76rem;line-height: 0.76rem;text-align: center;color: #fff;
        background-color: #17B112;font-size:0.32rem;border-radius: 0.1rem; margin:0.3rem 0 0;}

.sign-in .cont-box .hour-content{padding:15px 15px 40px; line-height: 30px; font-size: 14px;}
.sign-in .cont-box .hour-content p span{color:#2a8ef1;}
.sign-in .cont-box .hour-content p .red{color:#f00;}
.sign-in .cont-box .hour-content p .orange{color:#f60;}

/* 课程详情 */
.line.course {align-items: start;}
.line .title{font-size: 0.3rem;color: #515151;}
.line .cont{font-size: 0.3rem;color: #000;width: 3rem;text-align: right;}


/*12绑定手机*/
.regcontent {margin: 0.4rem 0.2rem 0;}
.regcontent  .reline {background:#fff; border-radius: 10px; padding:0.25rem 0; display: flex;}
.regcontent  .relabel {display: inline-block; margin-left: 0.45rem; margin-right: 0.33rem; position: relative; height: 0.36rem; }
.regcontent  .relabel i{color:#4385f4; font-size: 0.34rem; display: inline-block;}
.regcontent  .reinput {border-left:1px solid #e8e8e8; outline: 0; -webkit-appearance: none; background-color: transparent; height: 0.36rem; padding-left: 0.22rem; line-height: 0.36rem; font-size: 0.26rem;}
.regcontent  .reinput2 {outline: 0; -webkit-appearance: none; height: 0.86rem; line-height: 0.86rem; font-size: 0.26rem; text-align: center; width: 100%; color: #4385f4; background: #fff; border-radius: 10px; }
.regcontent  .retop {margin-top: 0.18rem;}
.regcontent  .code {margin-left: 0.25rem; flex: 1;}
.regcontent  .register{display: block; height:0.8rem; line-height: 0.8rem; text-align: center; color: #fff; background-color: #4385f4; font-size: 0.3rem; border-radius: 5px; width: 100%;}
.regcontent  .daleymsg{ height: 0.86rem; line-height: 0.86rem; border-radius: 10px; font-size: 0.26rem; text-align: center; width: 100%; background:#A0A0A0; color: #fff; display: none;}

/* 购物车 */
.cart-goods-list{padding-bottom:2rem;}
.cart-goods-list .weui-check__label, .cart_footer .weui-check__label{padding:0;}
.cart-goods-list .item{margin-bottom:0.2rem; background: #fff; padding:0.2rem; display: flex; align-items: center;}
.cart-goods-list .goods-box{display: flex; align-items: center; flex: 1;}
.cart-goods-list .goods-box .img{display: block; width: 1.7rem; height: 1.7rem; margin:0 0.1rem;}
.cart-goods-list .goods-box .img img{width:100%; height: 100%;}
.cart-goods-list .goods-box .info{flex: 1; position: relative; padding-left:0.1rem;}
.cart-goods-list .goods-box .info .tit{font-size: 0.28rem; margin-right:30px;}
.cart-goods-list .goods-box .attr{font-size: 0.28rem; color:#999; line-height: 0.5rem;}
.cart-goods-list .goods-box .add-plus-num{width:2.2rem;}
.cart-goods-list .goods-box .add-plus-num span{height: 0.5rem; line-height: 0.5rem;}
.cart-goods-list .goods-box .bottom{display: flex; align-items: center; justify-content: space-between;}
.cart-goods-list .goods-box .bottom .price{color:#f00;}
.cart-goods-list .delIcon{font-size: 20px; position: absolute; top:-0.05rem; right:0; color:#999;}

.cart_footer{position: fixed; width: 100%; left:0; bottom:1rem; background: #fafafa; border-top:1px solid #eee; display: flex; align-items: center; justify-content: space-between; padding:0.12rem 0.2rem; font-size: 0.3rem;}
.cart_footer .left{display: flex; align-items: center;}
.cart_footer .left i{margin-right:0.05rem}
.cart_footer .right{display: flex; align-items: center;}
.cart_footer .right .price span{color:#f00;}
.cart_footer .right .toOrder{height:0.7rem; line-height:0.7rem; text-align:center;  color:#fff;  border-radius:0.35rem; background-color:#F00; font-size: 0.32rem; padding:0 0.6rem; margin-left:0.2rem;}

/*收货地址列表*/
.address-list{padding-bottom:1rem;}
.address-list .item{margin-bottom:0.15rem; background: #fff; font-size: 14px; padding:0 0.2rem; color: #333;}
.address-list .top{line-height: 30px; padding:0.1rem 0 0; display: flex; align-items: center; justify-content: space-between;}
.address-list .i{color:#333; line-height:24px; border-bottom:1px solid #f2f2f2; padding-bottom:0.15rem;}
.address-list .bottom{display: flex; align-items: center; justify-content: space-between; color: #777;}
.address-list .bottom .weui-check__label{padding-left:0; color:#333;}
.address-list .bottom .radio{float:left; width: 15px; height: 15px; border-radius:50%; border:1px solid #777; margin:1px 8px 0 0; text-align: center; line-height: 15px;}
.address-list .bottom .radio i{font-size: 11px; display: none;}
.address-list .bottom .default{color:#f00;}
.address-list .bottom .default .radio{border-color: #f00; background: #f00;}
.address-list .bottom .default i{color:#fff; display: block;}
.address-list .btn a{color:#777; margin-left:0.2rem;}
.address-list .btn a i{margin-right:5px;}

/*投诉建议*/
.message-info{line-height:1.8; border-bottom: 1px solid #BDC3C7; padding:0 0 0.3rem; font-size: 15px;}
.message-photo{padding-top:0.35rem;}
.fui-cell-info {white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: .7rem;color: #000;display: inline-block; width: 100%;vertical-align: middle;}
.fui-images {list-style: none;}
.fui-images .image {float: left;width: 1.4rem;height: 1.4rem;background: no-repeat center center;background-size: cover;position: relative; margin-right:0.2rem;}
.fui-images .image .image-remove {position: absolute;right: 0;top: 0;color: white;background: rgba(0,0,0,0.5);background: #000\9;filter: alpha(opacity=50);width: 0.075rem;height: 0.075rem;text-align: center;border-bottom-left-radius: 0.025rem;z-index: 9999;}
.fui-images .image .image-remove {height: 0.35rem;width: 0.35rem;top: 0;right: 0;background: rgba(0, 0, 0, 0.5);color: #fff;border-radius: 0 0 0 1.5rem;line-height: 0.6rem;text-align: right;padding-right: 0.01rem; font-size: 0.1rem;}
.fui-images .image .image-remove i {font-size: .3rem;position: relative;right: 0;top: -0.18rem;color: #fff;}
.fui-uploader {float: left;position: relative; width: 1.4rem;height: 1.4rem;background: url(../images/upload.png) no-repeat center center;background-size: 100% 100%;}
.fui-uploader input {position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;}

.detail-line{padding: 0.3rem 0.1rem;border-bottom: 1px solid #EDEDED;display: flex;justify-content: space-between;align-items: flex-start;color: #000;font-size:0.3rem ;}
.detail-line .title{width:1.8rem;}
.detail-line .cont{color: #888; flex: 1; text-align: right;}
.detail-line .cont .m{white-space:nowrap; padding-left:0.15rem;}

/*课程扣点记录*/
.user-point-list{padding:1.9rem 0 0;}
.user-point-list .item{margin-bottom:0.15rem; background: #fff; font-size: 14px; padding:0 0.2rem; color: #333;}
.user-point-list .top{line-height: 30px; padding:0.1rem 0 0; display: flex; align-items: center; justify-content: space-between;}
.user-point-list .i{color:#333; line-height:24px; display: flex; justify-content: space-between; align-items: center; padding:0.05rem 0 0.1rem;}
.user-point-list .point span{padding-left:0.3rem;}
.user-point-list .point span em{font-style:normal}
.user-point-list .comment{padding:0 0 0.2rem;}
.user-point-list .bottom{display: flex; align-items: center; justify-content: space-between; color: #777; border-top:1px solid #f2f2f2; padding:0.2rem 0;}

/* 教练中心 */
.coach-back{width: 100%;height: 2.4rem; background:#3885d0; position: relative;}
.coach-back .coach-cont{padding: 0.53rem 0.3rem 0; text-align: center; display: flex; align-items: center;}
.coach-back .coach-cont .coach-img{width: 1.3rem; height: 1.3rem; border-radius: 50%; border: 2px solid #fff; overflow: hidden;display: inline-block; margin-right:0.3rem;}
.coach-back .coach-cont .coach-img img{width:100%; height: 100%;}
.coach-back .coach-cont .coach-name{color: #fff; font-size: 0.33rem;}
.coach-back::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.98rem;
    z-index: -1;
    content: "";
    height: 1rem;
    width: 100%;
    border-radius: 0 0 50% 50%;
    background-color: #3885d0;
}
.coach-box { width: 6.9rem; margin: 0 auto; background-color: #fff; border-radius: 0.1rem; padding:0 0.2rem;}
.coach-box .rows { display: flex; justify-content: space-between; align-items: center; padding: 0.34rem 0; border-bottom: 1px solid #efefef; }
.coach-box .rows .iconfont { color: #333; font-size: 0.32rem; }
.coach-box .rows .name { color: #333; font-size: 0.28rem; padding-left: 0.1rem; }
.coach-box .rows .iconfont.icon-you { color: #868686; }
.coach-middle{padding-bottom:0.2rem;}
.coach-middle .nav{height: 1.4rem; border-radius:5px; background: #fff; display: flex; align-items: center; margin:0 0.3rem;}
.coach-middle .nav .item { flex: 1; text-align: center;  font-size: 14px; color: #333; position: relative; border-left:1px solid #eee;}
.coach-middle .nav .item:first-child{border-left:none;}
.coach-middle .nav .item .num{margin-top: 0.08rem; font-size: 0.32rem; color: #282828; font-weight: bold;}

/* 教练签到记录 */
.sign-header{border-bottom:1px solid #ddd; background: #eee; width: 100%;  position: fixed; top:0; left:0; z-index: 100;}
.sign-header .con{height: 1rem; display: flex; align-items: center;padding:0 0.2rem; }
.sign-header .text{border: 1px solid #BDC3C7;  width:2.1rem;  height: 0.7rem;  font-size: 0.3rem; text-indent: 0.1rem;}
.sign-header .line{padding:0 0.1rem;}
.sign-header .btn{height: 0.7rem; background: #18a689; color:#fff; font-size: 0.32rem; padding:0 0.3rem; line-height: 0.7rem; border-radius:5px; margin-left:0.15rem; display: inline-block; vertical-align: middle;}
.sign-header .blue{background: #47A9F7;}
.sign-header .orderList-nav{position:relative;}
.coach-sign-list{padding:1rem 0 0;}
.coach-sign-list .item{padding: 0.3rem 0.2rem;border-bottom: 1px solid #EDEDED;display: flex;justify-content: space-between;align-items:center;color: #000;font-size:0.3rem ;}
.coach-sign-list .item .left{flex: 1; margin-right:0.3rem;}
.coach-sign-list .item .left .site-name{padding:0 0.2rem;}

/*教练课时记录*/
.class-hour-list{padding:1rem 0 0;}
.class-hour-list .item{margin-bottom:0.15rem; background: #fff; font-size: 14px; padding:0 0.2rem; color: #333;}
.class-hour-list .tit{line-height: 30px; padding:0.1rem 0 0; display: flex; align-items: center; justify-content: space-between;}
.class-hour-list .i{color:#333; line-height:24px; padding:0.05rem 0 0.1rem;}
.class-hour-list .i span{color:#666;}
.class-hour-list .top{border-bottom:1px solid #f2f2f2; padding:0.18rem 0;}
.class-hour-list .top .blue{color: #47A9F7;}
.class-hour-list .top .orange{color:#f60;}
.class-hour-list .top .red{color: #f00;}
.class-hour-list .bottom{border-top:1px solid #f2f2f2; padding:0.15rem 0; text-align: right;}
.class-hour-list .bottom .btn{border-radius: 0.1rem; padding: 0.06rem 0.25rem;font-size: 14px; display: inline-block; border: 1px solid #f00; color: #f00;}

/*我的报名*/
.game-book-box{padding:0.9rem 0 0; }
.game-book-box .booking-item{border-radius:0; margin:10px 0 0;}
.game-book-box .booking-item li, .game-book-box .booking-item li:nth-child(2n){width:100%;}

/* 比赛信息 */
.choice-box{padding: 0.4rem 0;background-color: #fff;border-bottom: 1px solid #E8E8E8;display: flex;justify-content: space-around;}
.choice-box .choice-item{border-radius: 5px;background-color: #EEEEEE; width: 2rem; height: 0.7rem;text-align: center;line-height: 0.7rem;color: #707070;font-size: 16px;  font-weight: bold;}
.choice-box .choice-item.active{background-color: #F8A043;color: #fff;}
.sign-form{padding: 0.4rem 0 0; margin:0 0.3rem; box-sizing: border-box;}
.sign-form .sign-title{border:1px solid #E1E1E1;background-color: #efefef;height: 0.6rem;line-height: 0.6rem;box-sizing: border-box;width: 100%;padding-left: 0.29rem;font-size: 0.3rem;}
.sign-form .sign-table{text-align: center;color: #fff; font-size:12px;margin-bottom: 0.4rem; overflow-x: scroll; white-space: nowrap;width:6.9rem; position: relative;}
.sign-form .sign-table ul{white-space:nowrap; width: auto;}
.sign-form .sign-table ul li{width: 70px;height:32px;border-right:1px solid #DAED95;display: flex;justify-content: center;align-items: center; float: left;}
.sign-form .sign-table ul.thead li:nth-of-type(odd){background-color: #61D489;}
.sign-form .sign-table ul.thead li:nth-of-type(even){background-color: #57CA80;}
.sign-form .sign-table ul.tbody:nth-of-type(odd) li{background-color: #fff;}
.sign-form .sign-table ul.tbody:nth-of-type(even) li{background-color: #EFF3DC;}
.sign-form .sign-table ul.tbody:nth-of-type(odd) li.title{background-color: #61D489;}
.sign-form .sign-table ul.tbody:nth-of-type(even) li.title{background-color: #57CA80;}
.sign-form .sign-table ul li.title{position: sticky;left: 0;}
.sign-form .sign-table ul.tbody:last-of-type li{border-bottom:1px solid #DAED95;}
.sign-form .sign-table ul.tbody:nth-of-type(odd) li.diagonal-line{background-image: url(../images/diagonal-line2.png);background-size: cover;}
.sign-form .sign-table ul.tbody:nth-of-type(even) li.diagonal-line{background-image: url(../images/diagonal-line1.png);background-size: cover;}
.sign-form .sign-table li div{ min-width:1.1rem; height:0.4rem;border: 1px solid #E8E8E8;margin: 0 auto;text-align: center;line-height: 0.4rem;background-color: #fff;}
.sign-form .sign-table ul li span{display: block;}
.sign-form .sign-table li.red div{color:#FF0000; font-weight: bold;}
.sign-form .sign-table li.black div{color:#333; font-weight: bold;}
.sign-form .sign-table li.ranking{color: #F6A843; font-weight: bold;}

/* 淘汰赛 */
.knockout-box{padding: 15px 10px 0; width: 100%; overflow-x: scroll;}
.technological-process{display: flex;overflow: hidden;}
.knockout-box .nodes{display: flex;flex-direction: column;box-sizing: content-box;}
.knockout-box .nodes .group{margin-right: 30px;display: flex;flex-direction: column;justify-content: space-between;
    position: relative;padding-bottom: 20px;box-sizing: content-box;}
/* .nodes .group:last-child{margin-bottom: 0;} */
.knockout-box .nodes .group::before{content: ""; position: absolute; left: 100%; top: calc(50% - 5px); height: 1px; width:30px;
    background-color: #1C76CA;}
.knockout-box .nodes .group::after{content: ""; position: absolute; right:0; top:17px;width: 1px; height:calc(100% - 55px);;
    background-color: #1C76CA; box-sizing: border-box; }
.knockout-box .nodes .item{width: 130px;padding:5px;display: flex;align-items: center;justify-content:center;font-size: 14px;
    border: 1px solid #49A5FB;margin-right:30px; position: relative;}
.knockout-box .nodes .item::before { content: ""; position: absolute; left: 100%; top: calc(50% - 1px); height: 1px; width: 30px;
    background-color: #1C76CA; }
.knockout-box .nodes .item:nth-child(even):after{top:-50%;}
.knockout-box .nodes .item .name{color:#333;}
.knockout-box .nodes .item em{font-weight: bold; padding:0 2px 0 5px; font-style: normal; color: #18a689;}
.knockout-box .nodes .item .ss{font-size: 12px; color:#f60;}
.knockout-box .nodes .item img{width:20px; height: 20px;}
/* .nodes .group li:last-of-type{margin-bottom: 0;} */
.knockout-box .nodes:last-child{justify-content: center;}
.knockout-box .nodes:last-child .item::before{display: none;}
.knockout-box .nodes:last-child .item{margin: auto;margin-right: 100px;}
.knockout-box .nodes:last-child .group{padding-bottom: 0;}
.knockout-box .nodes:last-child .group::before{display: none;}

.knockout-box .nodes1 .group{height: 160px;} /* height:(60+20)*2的1次方 - padding*2; margin-bottom: padding*2 */

.knockout-box .nodes2 {padding: 40px 0;} /* （60/2+20/2）* （2的1次方-1）*/
.knockout-box .nodes2 .group{height: 240px;margin-bottom: 80px;} /* height:(60+20)*2的2次方 - padding*2; margin-bottom: padding*2 */

.knockout-box .nodes3 {padding: 120px 0;} /* （60/2+20/2）*（2的2次方-1）*/
.knockout-box .nodes3 .group{height: 400px;margin-bottom: 240px;} /* height:(60+20)*2的3次方 - padding*2; margin-bottom: padding*2 */

.knockout-box .nodes4 {padding: 280px 0;} /* （60/2+20/2）*（2的3次方-1)*/
.knockout-box .nodes4 .group{height: 720px;margin-bottom: 560px;} /* height:(60+20)*2的4次方 - padding*2; margin-bottom: padding*2 */

.knockout-box .nodes5 {padding: 600px 0;} /* （60/2+20/2）*（2的4次方-1)*/
.knockout-box .nodes5 .group{height:1360px;margin-bottom: 1200px;} /*height:(60+20)*2的5次方 - padding*2; margin-bottom: padding*2*/

.knockout-box .nodes6 {padding: 1240px 0;} /* （60/2+20/2）*（2的5次方-1)*/
.knockout-box .nodes6 .group{height:2640px;}  /*height:(60+20)*2的6次方 - padding*2; */

.record-form{padding: 0.1rem 0.3rem 0.3rem;}

/*内容模式*/
.art-box {text-align: center; border-bottom: 0.02rem solid #EDEDED; padding:0.3rem 0 0.2rem;}
.art-box h2 { color:#333; font-size:16px; font-weight: 500;}
.art-box .info { font-size:12px; color: #bcbcbc; padding-top:0.1rem;}
.art-box .info span{padding:0 0.2rem;}

/*新闻列表*/
.newsList{padding:0.2rem 0;}
.newsList li{border-bottom: 1px solid #eee; padding:0.15rem 0; display: flex; align-items: center;}
.newsList li .left{width:2rem; margin-right:0.2rem;}
.newsList li .left img{width:100%;}
.newsList li .right{flex: 1;}
.newsList li h4{font-weight: 500;}
.newsList li h4 a{font-size:16px;display:block;}
.newsList li .i {color: #ADADAD; font-size:14px; padding-top:0.2rem;}
.newsList li .i span{padding-left:0.3rem;}
.newsList li .i span em{font-style: normal;}

/*留言记录*/
.message_record{text-align: center; padding:0.3rem 0;}
.message_record a{color:#64A4FE; }
.message-list{padding:0.9rem 0.2rem 0;}
.message-list .item{width: 100%;padding:0.2rem 0.2rem 0;border-radius:10px;background-color: #fff;margin-top:15px}
.message-list .item .title{color: #000;display: flex;justify-content: space-between;align-items: center;padding:0 0 10px;
    border-bottom: 1px solid #EDEDED;font-size: 0.3rem;}
.message-list .item .title .time{color: #666;}
.message-list .item .title .time span{padding-right: 5px;}
.message-list .item .title .state{font-size: 0.28rem;}
.message-list .item .cont-line{padding:0.2rem 0;color: #666;font-size:14px}
.message-list .item .cont-line .info .tit{font-weight: 700;}
.message-list .pic-box{display: flex;align-items:flex-start;padding: 0.2rem 0 0;flex-wrap: wrap;}
.message-list .pic-box .js-smartPhoto{width:20%; margin:0 5px 5px 0;}
.message-list .pic-box img{width:100%;}
.message-list .item .btn-box{padding:0.2rem 0; border-top:1px dotted #ccc; text-align: right;}
.message-list .item .btn-box .btn{display:inline-block; width:1.6rem; height: 0.6rem;border-radius: 0.4rem;font-size: 0.28rem; line-height:0.6rem; text-align: center; color: #44A9F7; border:1px solid #44A9F7;}

/*我的消息*/
.notice-list{padding:0.9rem 0 0;}
.notice-list .item{border-radius: 0; display: block;}
.notice-list .item .title{color:#333;}
.notice-list .item .title .iconfont{font-size: 15px; color:#666;}

.notice-info{border-bottom: 0.02rem solid #EDEDED; padding:0.3rem 0 0.2rem; display: flex; justify-content: space-between; align-items: center;}
.notice-info .tit {color:#333; font-size:16px; font-weight: 500;}
.notice-info .info { font-size:14px; color: #999;}

/*训练记录*/
.train-list{padding:0;}
.train-list .item{border-radius: 0; display: block; margin:0 0 0.3rem;}
.train-list .item .title{color:#333;}
.train-list .item .title .iconfont{font-size: 15px; color:#666;}

.train-info{border-bottom: 0.02rem solid #EDEDED; padding:0.2rem 0;}
.train-info .tit {color:#333; font-size:16px; font-weight: 500;}
.train-info .info { font-size:14px; color: #999; padding-top:0.15rem;}

/* 管理中心 */
.management_center{padding:0 0.2rem;padding-bottom: 1rem;}
.management_center .rows{display: flex;justify-content: space-between;align-items: center;padding: 0.4rem 0;border-bottom: 1px solid #efefef;font-size: 15px;}
.management_center .rows .iconfont {color: #9F9F9F;}
.management_center .rows .tit{display: flex; align-items: center;}
.management_center .rows .tit .iconfont{font-size: 22px; margin-right:5px; color:#f78cf4;}
.management_center .rows:nth-child(2) .tit .iconfont{color:#ef9c3e;}
.management_center .rows:nth-child(3) .tit .iconfont{color:#6fcaf6;}
.management_center .rows:nth-child(4) .tit .iconfont{color:#79d37b;}
.management_center .rows:nth-child(5) .tit .iconfont{color:#ff6600;}
.management_center .rows:nth-child(6) .tit .iconfont{color:#ff0000;}

/* 会员列表 */
.top-header-add{height: 1rem; width: 100%; display: flex; align-items: center; background: #eee;}
.top-header-add .text{border: 1px solid #BDC3C7;  width:3.5rem;  height: 0.7rem;  font-size: 0.3rem; text-indent: 0.1rem;}
.top-header-add .btn{height: 0.7rem; background: #18a689; color:#fff; font-size: 0.32rem; padding:0 0.3rem; line-height: 0.7rem; border-radius:5px; margin-left:0.15rem;}
.top-header-add .add-btn{height:0.7rem; line-height: 0.7rem; text-align:center; background-color:#44A9F7;color: #fff;font-size: 0.28rem;  border-radius: 6px; display: inline-block; padding:0 0.5rem; margin:0 0.3rem 0 0.2rem;}
.vip-header{position: fixed; top:0; left:0; z-index: 100;}
.vip-list{padding-top:1rem;}
.vip-list li{width: 100%;padding:0.3rem 0.2rem;margin-bottom: 0.26rem;background-color: #fff;}
.vip-list .head{width: 1.2rem;height: 1.2rem;border-radius: 50%;margin-top: 0.1rem;}
.vip-list .head.girl{background-color:#FFD6D9;}
.vip-list .head.boy{background-color:#28BCD6;}
.vip-list .head img{max-width:0.8rem ;}
.vip-list .cont-right{flex: 1;padding-left: 0.2rem;}
.vip-list .cont-right .tit-line .name{font-size: 0.32rem;color: #000;font-weight: bold;margin-right: 0.1rem;}
.vip-list .cont-right .tit-line .tag1{padding:0.05rem ;line-height: 1; font-size: 0.24rem;border-radius: 3px;background-color: #F6CDB1;color: #341D0B;margin-right: 0.1rem;}
.vip-list .cont-right .tit-line .tag2{padding:0.05rem ;line-height: 1; font-size: 0.24rem;border-radius: 3px;border:1px solid #94D3C5;color: #94D3C5; margin-right:0.1rem;}
.vip-list .cont-right .tit-line .point{padding:0.05rem ;line-height: 1; font-size: 0.24rem;border-radius: 3px;background-color: #E87C89;color: #fff;}
.vip-list .cont-right .infor{padding:0.1rem 0;font-size: 0.24rem;color: #666;}
.vip-list .cont-right .infor .i span{padding: 0 0.1rem;}
.vip-list .cont-right .infor .p span{padding-left:10px;}
.vip-list .cont-right .infor .p em{font-style: normal;}
.vip-list .cont-right .cont{font-size: 0.24rem;color: #999;}
.vip-list .cont-right .cont span{padding-bottom: 0.1rem;margin-right: 0.3rem;}
.vip-list .cont-right .cont .end_time{color:#666;}
.vip-list .btn-box{margin-top: 0.3rem;}
.vip-list .btn-box .btn-link{background-color: #fff;width:1.8rem ;height: 0.64rem;border-radius: 0.4rem;font-size: 0.3rem; display: flex;align-items: center;justify-content: center;}
.vip-list .btn-box .btn-link.details{border:1px solid #F8B972;color: #F8B972;}
.vip-list .btn-box .btn-link.edit{border:1px solid #54C6AF;color: #54C6AF;}
.vip-list .btn-box .btn-link.del{border:1px solid #DADADA;color: #000;margin-left: 0.2rem;}

/* 训练实录 */
.training-record{padding-top: 1rem;}
.training-record li{width: 100%;padding:0.3rem 0.2rem;margin-bottom: 0.26rem;background-color: #fff;}
.training-record li .line{font-size: 0.28rem;color: #999;line-height: 2;}
.training-record li .line .tit{color: #333;width: 2rem;}
.training-record li .btn-box{margin-top: 0.25rem;}
.training-record li .btn-box .btn-link{background-color: #fff;width:1.6rem ;height: 0.6rem;border-radius: 0.4rem;font-size: 0.28rem; display: flex;align-items: center;justify-content: center;}
.training-record li .btn-box .btn-link.edit{border:1px solid #54C6AF;color: #54C6AF;}
.training-record li .btn-box .btn-link.del{border:1px solid #DADADA;color: #000;margin-left: 0.2rem;}
.training-record .add-btn{width: 100%;padding:0.3rem 0.2rem;}
.training-record .add-btn button{width: 100%;height:0.8rem; display: flex;align-items: center;justify-content: center;background-color:#44A9F7;color: #fff;font-size: 0.36rem;
    border-radius: 6px;}

/* 编辑会员 */
.editorial-vip{padding: 0 0.2rem;}
.editorial-vip .input-line{border-bottom: 1px solid #EDEDED;display: flex;justify-content: space-between;align-items: center;color: #6E6E6E;font-size:0.28rem;  line-height:1rem;box-sizing: border-box;position: relative;}
.editorial-vip .input-line .input-box{height: 100%;display: flex;width: 4.5rem;justify-content:flex-end;align-items: center;}
.editorial-vip .input-line .text,.input-line .input-box .date,.input-line .input-box select{border: none;outline: none;height: 0.8rem;display: block; background: none; width: 100%;-webkit-appearance: none;font-size: 0.28rem;color: #444;text-align: right;}
.input-line .input-box select{direction: rtl;}
.editorial-vip .input-line .input-box label{color: #444;margin-left: 0.2rem;}
.editorial-vip .input-line .radio{margin:0 0.1rem;width: 0.4rem;height: 0.4rem;vertical-align: middle;}
.editorial-vip .input-line .content{margin:0.1rem 0; border: 1px solid #eee;outline: none; font-size: 0.28rem; font-family: '微软雅黑'; padding:5px;}
.editorial-vip .add-btn{width: 100%;padding:0.4rem 0 0.6rem;}
.editorial-vip .add-btn .submitBtn{width: 100%;height:0.9rem; display: flex;align-items: center;justify-content: center;background-color:#44A9F7;color: #fff;font-size: 0.32rem;border-radius: 6px;}

.class_time_con{border-bottom: 1px solid #EDEDED;}
.class_time_con .input-line{border:none; line-height: 0.6rem; padding:0.2rem 0;}
.add-class-time{border:1px solid #44A9F7; color:#44A9F7; border-radius:5px; line-height: 0.6rem; padding:0 0.4rem;}
.list-attribute .item{display: flex; align-items: center; margin-bottom:0.2rem;}
.list-attribute .item select{height: 0.7rem; font-size: 0.28rem; border: 1px solid #BDC3C7; background: none; color:#666; padding:0 0.3rem;}
.list-attribute .item .con{display: flex; align-items: center; margin-left:0.2rem;}
.list-attribute .item .con .t{border: 1px solid #BDC3C7;  width:2rem;  height: 0.7rem;  font-size: 0.28rem; text-indent: 0.1rem;}
.list-attribute .item .con .line{padding:0 0.1rem;}
.list-attribute .item .con em{color:#f00; font-size: 14px; width:0.4rem; height: 0.4rem; text-align: center; line-height: 0.4rem; border:1px solid #f00; font-style: normal; border-radius:50%; margin-left:0.2rem;}


/* 编辑记录 */
.editorial-record{padding: 0 0.2rem;}
.editorial-record .input-line{border-bottom: 1px solid #EDEDED;display: flex;justify-content: space-between;align-items: center;color: #6E6E6E;font-size:0.3rem ;
    height: 1rem;line-height:1rem;box-sizing: border-box;position: relative;}
.editorial-record .input-line .input-box{height: 100%;display: flex;width: 4.5rem;justify-content:flex-end;align-items: center;}
.editorial-record .input-line .text,.input-line .input-box .date{border: none;outline: none;height: 100%;display: block;
    width: 100%;-webkit-appearance: none;font-size: 0.3rem;color: #444;text-align: right;}
.editorial-record .input-line span{color: #ADADAD;font-size: 0.3rem;width: 0.6rem;text-align: right;}
.editorial-record .add-btn{width: 100%;padding:0.6rem 0;}
.editorial-record .add-btn button{width: 100%;height:0.9rem; display: flex;align-items: center;justify-content: center;background-color:#44A9F7;color: #fff;font-size: 0.36rem;
    border-radius: 6px;}
.editorial-record .input-line:last-of-type{border-bottom: none;}
.editorial-record .content{width: 100%;border: 1px solid #EDEDED;box-sizing: border-box;padding: 0.2rem;}
.editorial-record .content textarea{width: 100%;height: 140px;border: none;outline: none; font-size: 0.28rem; font-family: '微软雅黑'; padding:5px;}

.layui-upload-list{display: grid;grid-template-columns: repeat(4,1.5rem);column-gap: 0.2rem;}
.layui-upload-list img{width: 1.5rem;height: 1.5rem;}
.editorial-record .layui-btn{width:1.5rem;height:1.5rem;color: #fff;background: url(../images/upload-img.png) no-repeat;background-size: contain;}
.editorial-record .layui-btn:hover{opacity: 1;}

/* 课程列表 */
.course-list{background-color:#fff ;padding-top: 1rem;}
.course-list ul{background-color:#f7f7f7 ;}
.course-list li{width: 100%;padding:0.3rem 0.2rem;margin-bottom: 0.25rem;background-color: #fff;}
.course-list li .line{font-size: 0.28rem;color: #666;line-height: 2;}
.course-list li .line .tit{color: #333;width: 3rem;}
.course-list .btn-box{margin-top: 0.25rem;}
.course-list .btn-box .btn-link{background-color: #fff;width:1.6rem ;height: 0.6rem;border-radius: 0.4rem;font-size: 0.28rem; display: flex;align-items: center;justify-content: center;}
.course-list .btn-box .btn-link.qiuyuan{border:1px solid #F8B972;color: #F8B972;}
.course-list .btn-box .btn-link.baiqi{border:1px solid #1C84C6;color: #1C84C6; margin-left: 0.2rem;}
.course-list .btn-box .btn-link.edit{border:1px solid #54C6AF;color: #54C6AF;}

/* 课程球员 */
.course-player{background-color:#fff ;padding:1rem 0 0.2rem;}
.course-player ul{background-color:#f7f7f7 ;}
.course-player li{width: 100%;padding:0.3rem 0.2rem;margin-bottom: 0.3rem;background-color: #fff;}
.course-player li .line{font-size: 0.3rem;color: #666;line-height: 2;}
.course-player li .line .tit{color: #333;}
.course-player li .line .num{color: red;}
.course-player .btn-box{margin-top: 0.3rem;}
.course-player .btn-box .btn-link{background-color: #fff;width:1.6rem ;height: 0.6rem;border-radius: 0.4rem;font-size: 0.28rem; display: flex;align-items: center;justify-content: center;}
.course-player .btn-box .btn-link.qiuyuan{border:1px solid #F8B972;color: #F8B972;}
.course-player .btn-box .btn-link.baiqi{border:1px solid #1C84C6;color: #1C84C6;}
.course-player .btn-box .btn-link.del{border:1px solid #FB3232;color: #FB3232;margin-left: 0.2rem;}

/* 点数变动 */
.point-nav{width: 100%;background-color:#fff;display: flex;}
.point-nav .nav-item{width:50%;height:1rem;line-height: 1rem;font-size:15px;border-bottom: 2px solid #DCDCDC;text-align: center;}
.point-nav .nav-item.active{color: #44A9F7;border-bottom: 2px solid #44A9F7;}
.point-change {padding: 0 0.2rem;}
.point-change .input-line{border-bottom: 1px solid #EDEDED;display: flex;justify-content: space-between;align-items: center;color: #6E6E6E;font-size:0.3rem ;
    height: 1rem;line-height:1rem;box-sizing: border-box;position: relative;}
.point-change .input-line .input-box{height: 100%;display: flex;justify-content:flex-end;align-items: center;}
.point-change .input-line .input-box label{margin-left: 0.3rem;color: #444;}
.point-change .input-line .point-type label{margin-left: 0.2rem;}
.point-change .input-line .text,.input-line .input-box .date{border: none;outline: none;height: 100%;display: block;
    width: 100%;-webkit-appearance: none;font-size: 0.3rem;color: #444;text-align: right;}
.point-change .input-line span{color: #ADADAD;font-size: 0.3rem;width: 0.6rem;text-align: right;}
.point-change .add-btn{width: 100%;padding:0.6rem 0;}
.point-change .add-btn .submitBtn{width: 100%;height:0.9rem; display: flex;align-items: center;justify-content: center;background-color:#44A9F7;color: #fff;font-size: 0.36rem;
    border-radius: 6px;}
.point-change textarea{width: 100%;height: 100px;border: 1px solid #EDEDED;box-sizing: border-box;padding: 0.1rem 0.2rem;font-size: 0.28rem; font-family: '微软雅黑';}

/* 添加球员 */
.add-player{padding: 0 0.2rem;}
.add-player .input-line{border-bottom: 1px solid #EDEDED;display: flex;justify-content: space-between;align-items: center;color: #6E6E6E;font-size:0.3rem ;
    height: 1rem;line-height:1rem;box-sizing: border-box;position: relative;}
.add-player .input-line .input-box{height: 100%;display: flex;width: 4.5rem;justify-content:flex-end;align-items: center;}
.add-player .input-line .text{border: none;outline: none;height: 100%;display: block;width: 100%;-webkit-appearance: none;font-size: 0.3rem;color: #999;text-align: right;}
.add-player .input-line span{color: #ADADAD;font-size: 0.3rem;width: 0.6rem;text-align: right;}
.add-player .add-btn{width: 100%;padding:0.8rem 0;}
.add-player .add-btn button{width: 100%;height:0.8rem; display: flex;align-items: center;justify-content: center;background-color:#44A9F7;color: #fff;font-size: 0.36rem;
    border-radius: 6px;}

/* 点数记录 */
.point-record{background-color:#fff ;padding-bottom: 0.5rem;}
.point-record ul{background-color:#f7f7f7 ;}
.point-record li{width: 100%;padding:0.3rem 0.2rem;margin-bottom: 0.3rem;background-color: #fff;}
.point-record li .line{font-size: 0.3rem;color: #666;line-height: 2;}
.point-record li .line .tit{color: #333;width: 2rem;}
.point-record li .line .red{color: red;}
.point-record li .line .green{color: #1DA88C;}

/* 课程排期 */
.course_scheduling{background-color:#fff ;padding:1rem 0 0.3rem;}
.course_scheduling .top-header-add{justify-content: space-between;}
.course_scheduling .num-line{padding: 0 0.2rem;height:0.7rem;line-height:0.7rem;font-size: 0.3rem;border-bottom: 1px solid #EDEDED;}
.course_scheduling .num-line span{color: red;padding: 0 0.1rem;}
.course_scheduling ul{background-color:#f7f7f7 ;}
.course_scheduling li{width: 100%;padding:0.2rem;margin-bottom: 0.2rem;background-color: #fff;}
.course_scheduling li .line{font-size: 0.28rem;color: #666;line-height: 2;}
.course_scheduling li .line .tit{color: #333;width: 2rem;}
.course_scheduling .btn-box {padding-top: 0.15rem;}
.course_scheduling .btn-box .del{background-color: #fff;width:1.6rem ;height: 0.6rem;border-radius: 0.4rem;font-size: 0.28rem; display: flex;align-items: center;justify-content: center;border:1px solid red;color: red;}
.course_scheduling .btn-box .btn-link{background-color: #fff;width:1.6rem ;height: 0.6rem;border-radius: 0.4rem;font-size: 0.28rem; display: flex;align-items: center;justify-content: center; border:1px solid #44A9F7;color: #44A9F7;}

/* 编辑课程 */
.editorial-course{padding: 0 0.2rem;}
.editorial-course .input-line{border-bottom: 1px solid #EDEDED;display: flex;justify-content: space-between;align-items: center;color: #6E6E6E;font-size:0.3rem ;
    height: 1rem;line-height:1rem;box-sizing:content-box;position: relative;}
.editorial-course .input-line .input-box{height: 1rem;display: flex;width: 4.5rem;justify-content:flex-end;align-items: center;}
.editorial-course .input-line .text,.editorial-course .input-line select{border: none;outline: none;height: 1rem;display: block;width: 100%;-webkit-appearance: none;font-size: 0.3rem;color: #999;text-align: right;}
.editorial-course .input-line span{color: #ADADAD;font-size: 0.3rem;width: 0.6rem;text-align: right;}
.editorial-course .content{width: 100%;border: 1px solid #EDEDED;box-sizing: border-box;padding: 0.2rem;}
.editorial-course .content textarea{width: 100%;height: 160px;border: none;outline: none;}
.editorial-course .input-line .two{display: flex;}
.editorial-course .input-line .two .input-box{width: 2.25rem;}
.editorial-course .add-btn{width: 100%;padding:0.8rem 0;}
.editorial-course .add-btn .submitBtn{width: 100%;height:0.9rem; display: flex;align-items: center;justify-content: center;background-color:#44A9F7;color: #fff;font-size: 0.36rem;
    border-radius: 6px;}

/* 停车缴费 */
.parking-box{padding: 1rem 0 0;}
.parking-box .item{width: 100%; border-bottom: 0.25rem solid #f7f7f7;}
.parking-box .item .title{color: #000;display: flex;justify-content:space-between;align-items: center;border-bottom: 1px solid #EDEDED;font-size: 0.28rem; padding:0.15rem 0.2rem; line-height: 2;}
.parking-box .item .title .name{flex: 1;}
.parking-box .item .title .state{width:1.8rem; text-align: right;}
.parking-box .item .photo{padding:0.15rem 0.2rem;}
.parking-box .item .photo img{width:2.6rem; border:1px solid #eee;}
.parking-box .item .btn-con{text-align: center; padding: 0.1rem 0.2rem; border-top: 1px solid #EDEDED;}
.parking-box .item .btn-con .del{background-color: #fff;width:1.6rem ;height: 0.6rem;border-radius: 0.4rem;font-size: 0.28rem; display: flex;align-items: center;justify-content: center;border:1px solid red;color: red;}

/* 积分记录 */
.integral-record{height: 1.8rem;}
.integral-nav{width: 100%;background-color:#fff;display: flex; z-index: 10;}
.integral-nav .nav-item{flex:1; font-size: 15px;text-align: center;}
.integral-nav .nav-item a{display: block; height: 0.9rem;line-height: 0.9rem; border-bottom: 1px solid #DCDCDC; color:#333;}
.integral-nav .nav-item.active a{color: #FB0301;border-bottom: 2px solid #FB0301;}

/* 爱心公益金 */
.user-middle-wrap{margin:0 auto 0.3rem; width:6.9rem;}
.user-middle-wrap .nav{padding:10px 0; border-radius:5px; background: #fff; display: flex; align-items: center; box-shadow: 0 5px 10px rgba(0, 0, 0, .3);}
.user-middle-wrap .nav .item { flex: 1; text-align: center;  font-size: 14px; color: #999; position: relative; border-left:1px solid #eee;}
.user-middle-wrap .nav .item:first-child{border:none;}
.user-middle-wrap .nav .item .num{margin-top: 0.05rem; font-size: 16px; color: #000;}

.tj-header{background-image: url(../images/header-bg.png); background-repeat: no-repeat; background-size: 100% 100%; width: 100%;
    height: 4.2rem; text-align: center;}
.tj-header .name { font-size: 0.26rem; color: #fff; padding-top: .49rem; position: relative; }
.tj-header .num{text-align: center; color: #fff; margin-top: .21rem; font-size: 34px;}
.tj-header .other{color:#fad6d6; font-size: 14px; display: flex; align-items: center; justify-content: space-between; padding-top:1rem;}
.tj-header .other .item{text-align: center; width: 2.3rem; line-height: 24px;}
.tj-header .other .item .n{color:#fefaf7; font-size: 16px;}
.draw_cash{width:100%;}
.draw_cash .btn{font-size: 14px; color: #fff; width: 2.6rem; height: 0.66rem; border-radius: 0.33rem; text-align: center; line-height: 0.66rem; margin: -0.35rem auto 0; background: #d54431; display: block;}
.tj-middle-nav{padding: 0 .17rem; margin-top: .2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.tj-middle-nav .item {width:3.47rem; height: 2.4rem; border-radius: 10px;  background-color: #fff;  margin-top: .17rem;  font-size: 14px;
    color: #333; display: flex; justify-content: center; align-items: center; -webkit-box-orient: vertical;  flex-direction: column;}
.tj-middle-nav .item i{color:#d54431; font-size: 40px;}
.tj-middle-nav .item p{margin-top:0.17rem;}
.donate-tips{font-size:14px;padding-top: 0.2rem; color: #999; display: flex; line-height: 26px;}
.donate-tips .con{flex: 1;}
.donate-tips span{color: #EC403F;}

.welfare-use-list .item{display: flex; align-items: center; padding:0.2rem; border-bottom: 1px solid #EDEDED;}
.welfare-use-list .item .con{flex: 1; font-size: 14px; padding-right:10px; color:#999; display: flex; align-items: center; justify-content: space-between;}
.welfare-use-list .item .con .left{flex: 1;}
.welfare-use-list .item .con .tit{color:#000; padding:0 0 10px;}
.welfare-use-list .item .con .num{color:#f00; font-size: 18px; padding-left:10px;}

.welfare-cret-img{text-align: center; padding:0.2rem 0;}
.welfare-cret-img img{max-width:100%;}

.index-welfare{position: relative; margin-bottom:1rem;}
.index-welfare img{max-width: 100%;}
.index-welfare .num{position: absolute; right:15px; top:50%; color:#111; font-size: 26px; line-height: 30px; height: 30px; margin-top:-15px;}
.index-welfare .num span{font-size: 14px; padding-right:3px;}

/* 资料购买订单 */
.article-cate-order{padding:0;}
.article-cate-order .booking-item{border-radius:0;}
.article-cate-order .booking-item li, .article-cate-order .booking-item li:nth-child(2n){width:100%;}

/* 场地锁定 */
.manage-ground a{display: block;}
.manage-ground .list-item{display: flex; padding:0.2rem;}
.manage-ground .list-item img{width:2.4rem; height: auto; margin-right:0.2rem;}
.manage-ground .list-item .cont{flex: 1; padding:0;}

/* 教练评价 */
.evaluate-form{padding:0.1rem 0.2rem;}
.evaluate-form .input-box{padding: 0.3rem 0; display: flex; border-bottom:1px solid #eee; font-size: 0.3rem;}
.evaluate-form .input-box .tit{color: #000;}
.evaluate-form .input-box .i{flex: 1; color:#666;}
.evaluate-form .input-box .i .star{font-size: 19px; color:#999; margin-right:10px;}
.evaluate-form .input-box .i .selected{color:#f60;}
.evaluate-form .input-box  textarea{border: 1px solid #BDC3C7;width: 100%;height:1.8rem; padding: 0.1rem; font-family:"Microsoft YaHei"; font-size: 14px; border-radius:5px;}
.evaluate-form .btn-box{padding:0.6rem 0 0.4rem;}

/* 领奖设置收货地址 */
.award-address-modal .add-addr-btn{position:fixed; bottom:20%; right:10px; height: 40px; width: 40px; background: #f00; color: #fff; border-radius:50%; line-height:40px; text-align:center; z-index:9999; }
.award-address-modal .add-addr-btn .iconfont{font-size: 24px;}
.award-address-modal .bottom-get-box{position:fixed; width: 100%; padding:10px 15px; left: 0; bottom: 0; background: #fff; z-index: 9999;}
.award-address-modal .get-award-btn{ display: block; background: #f00; border-radius: 5px; height: 40px; line-height: 40px;text-align: center;color: #fff;}
.award-address-modal .form-panel .form-line{font-size: 15px;}
.award-address-modal .form-panel .form-line .tit{width:2.2rem; line-height: 44px;}
.award-address-modal .form-panel .form-line .input-box .text{font-size: 15px; height: 44px;}
.award-address-modal .address-panel .list-address{padding:0 0 70px;}
.award-address-modal .address-panel .list-address .radio{width:18px; height: 18px; margin:0 3px;}
.award-address-modal .address-panel .list-address .item{margin:10px 10px 0; border-radius:8px;}

/* 分销订单 */
.brokerage_order_list .item{background: #fff; margin-top:10px; border-radius:5px; font-size: 14px; padding:0 10px;}
.brokerage_order_list .top{padding:10px 0; border-bottom:1px solid #eee;  color:#333;}
.brokerage_order_list .top .img img{width:28px; vertical-align: middle; margin-right:10px; border-radius:50%; border:1px solid #fff; box-shadow: 0 0 5px #aaa;}
.brokerage_order_list .middle{color:#999; padding:8px 0; line-height: 22px;}
.brokerage_order_list .bottom{border-top:1px solid #eee; padding:8px 0; line-height: 20px;}

/*我的下级*/
.brokerage_child_list .item{background: #fff; margin-top:10px; font-size: 14px; padding:0 10px;}
.brokerage_child_list .img{padding:10px 0; }
.brokerage_child_list .img img{width:1.2rem; height: 1.2rem; border-radius:50%; border:1px solid #fff; box-shadow: 0 0 5px #aaa;}
.brokerage_child_list .info{flex: 1; margin-left:12px; font-size: 12px; color:#333;}
.brokerage_child_list .info .left p{font-size: 14px; padding-bottom:0.2rem;}
.brokerage_child_list .info .left span{ color:#666; }
.brokerage_child_list .info .right{text-align: right;}
.brokerage_child_list .info .right p{padding:0 0 0.15rem;}

/*提现记录*/
.tj-withdraw-list .item{background: #fff; padding:5px 10px; margin-top:10px; font-size: 14px; line-height: 1.8;}
.tj-withdraw-list .item .txt{padding-bottom:2px; color:#222;}
.tj-withdraw-list .item .txt span{font-size: 16px;}
.tj-withdraw-list .item .info .time{font-size:14px; color:#999;}
.tj-withdraw-list .item .bottom{border-top:1px solid #eee; padding:8px 0 4px; line-height: 20px; margin-top:5px;}
.tj-withdraw-list .item .btn-box{border-top:1px solid #eee; padding:8px 0 4px; margin-top:5px;}
.tj-withdraw-list .item .btn-box .btn{padding:3px 10px; border-radius: 5px; font-size: 14px; color: #fff; background: #DE2219;}

/*教练评价*/
.coach-evaluate-form{background: #fff; position: relative; height: 7rem; overflow: hidden;}
.coach-evaluate-form .form-content{height: 7rem; overflow-y: auto;}
.coach-evaluate-form .btn{background: #47A9F7;}