@charset "utf-8";
/* CSS 公用样式 */
html,body{ margin:0 auto;}
body{font-family:"Microsoft yahei"; font-size:14px; overflow-x:hidden; background:#f8f8f8; line-height:21px;}
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin: 0;padding: 0; font-size:14px;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
a{color:#000; text-decoration:none;transition:background-color 0.35s ease-in 0.1s, color 0.2s ease-in 0s;}
a:hover{color:#000;}
i{ font-style:normal;}
ul,dl,li{ list-style-type:none;}
li{ vertical-align:top;}
.clear{ clear:both;} 
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
*html .clearfix {zoom:1;}
*+html .clearfix {zoom:1;}
img{ border:none; vertical-align:top; width: 100%; height: 100%;}
input,textarea{ border:0 none; font-family:"Microsoft yahei"; outline:none;}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }

.top{width: calc(100% - 20px); height: 26px;padding:10px; line-height: 26px; background: #fff;}
.top h3{ text-align: center; font-size: 18px; width: 60%; margin: 0 auto;}
.top .tReturn{ color: #666; font-size: 15px; float: left;}
.top .tReturn img{ width: 26px; height: 26px;}
.top .topRtTxt{ float: right; color: #2d73fd;}
.top .topRt{width: 26px; height: 26px; float: right;}
/*登录*/
.login_box{}
.login_top{ padding: 68px 30px;}
.login_top p{font-size: 26px; }
.login_cont{padding:30px; overflow: hidden; border-radius: 10px 10px 0 0; overflow: hidden; background: #fff;}
.login_cont p{ font-size: 18px; padding: 8px 0;}
.login_cont input{ width:100%; height:40px; line-height:40px;  font-size:15px; background: none; padding: 0 10px;}
.login_cont .lInput{background:#f6f6f6; padding: 5px 10px; border-radius: 6px; overflow: hidden; }
.login_btn {
	margin: 50px auto 0;
	width: 86%;
	height: 56px;
	line-height: 56px;
	border-radius: 30px;
	overflow: hidden;
	background: linear-gradient(to right,#E0394D,#E0394D);
}
.login_btn a{ display:block; text-align:center; line-height:56px; color:#fff; font-size:18px;}
.login_cont label p{ height: 30px; line-height: 30px;}
.login_cont label{ display: block;overflow:hidden; margin: 0 0 10px; position: relative;}
.feg_num{ padding: 10px 0; width: 80%; margin: 0 auto;}
.feg_num a{ color: #999;}
.login_cont label div{ background:#f6f6f6;  border-radius: 6px;}
.login_cont label a.yzm{ display: block; width: 120px; border: 1px solid #17acfb; color:#17acfb ; border-radius: 15px; overflow: hidden; text-align: center; height: 30px; line-height: 30px;  position: absolute; right: 0; top: 0;}
/* 首页 */
.bodyBox{ padding:10px 10px 80px;}
.swiper-container {width: 100%;}
.swiper-container img {display: block;width: 100%;}

.tabbar{ width: 100%; position: fixed; bottom: 0; z-index: 999; background: #fff; border-top: 1px solid #F5f5f5;}
.tabbar ul{ display: flex;align-items: center; justify-content: space-around; width: 100%; }
.tabbar ul li{ display: flex;align-items: center; justify-content: center;opacity: .6;}
.tabbar ul li a{ display: block;}
.tImg{ width: 30px; height: 30px; margin: 6px 0;}
.tImg img{ width: 100%; height: 100%;}
.tabbar ul li.tabOn a p{color:#2d73fd;}
.tabbar ul li.tabOn{ opacity: 1;}

.ant{ margin: 15px 0 5px; background: #d6effd; border-radius: 3px; overflow: hidden; height: 26px; line-height: 26px; display: flex; align-items: center; }
.antImg{ width:auto; height: 26px; margin-right: 10px; }
.antTxt{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.antTxt{ display: block;}
.picCont{}
.picCont h2{ font-size: 16px; padding: 10px 0; font-weight: bold;}
.picUl{}
.picUl ul{}
.picUl ul li{ background: #fff; border-radius: 3px; overflow: hidden; padding: 10px; box-shadow: 0 10px 10px #f0f0f0; margin: 0 0 15px;}
.picUl ul li a{ display: block; display: flex;}
.pLiImg{ width: 100px; height: 100px; margin-right: 10px; border: 2px solid #0b53df; border-radius: 3px; overflow: hidden;}
.pLiTxt{ flex: 1;}
.pLiTxt h3{ font-size: 16px; line-height: 26px; color: #333;}
.price{ color: #F00; font-size: 18px; font-weight: bold;padding: 16px 0;}
.price i{ font-size: 10px; }
.pLiTxt p{ color: #999;}

/* 个人中心 */
.personalBox{padding: 15px 15px 0;}
.perlTop{ display: flex; align-items: center; justify-content: space-around; padding: 10px 0;}
.ptImg{ width: 56px; height: 56px; border-radius: 50%; overflow: hidden; }
.ptInfo{ flex: 1; margin: 0 15px;}
.ptInfo h2{ overflow: hidden; line-height: 22px; font-size: 16px; font-weight: bold;}
.ptInfo h2 i{ display: block; padding: 0 6px; border-radius: 3px; overflow: hidden; background: #f0d68c; color: #846d21; float: left; font-weight: normal; height: 22px; line-height: 22px; margin-right: 10px;}
.ptInfo p{ padding:6px 0 0;color: #999;}
.ptBtn{ width: 80px ; height: 30px; background:linear-gradient(to right,#17acfb,#2d73fd); color: #fff; border-radius: 15px;overflow: hidden;}
.ptBtn a{ display: block; color: #fff; text-align: center; line-height: 30px;}
.perlTopList{ padding: 5px 0 20px;  overflow: hidden; margin: 20px 0;background:linear-gradient(to bottom,#f5f5f5,#fff);}
.perlTopList ul{ width: 100%; display: flex; align-items: center;}
.perlTopList ul li{ text-align: center; position: relative; width: 25%;}
.perlTopList ul li em{ display: block; background: #dcdcdc; width: 1px; height: 30px; position: absolute; right: 0; top:50%; transform:translateY(-50%); opacity: .5;}
.pNum{ font-size: 20px; font-family: arial; padding: 0 0 6px; font-weight: bold;}
.pTxt{ color: #666; opacity: 0.6; font-size: 12px;}
.perlMidList{overflow: hidden; padding: 0 15px;}
.perlMidList ul{ width: 100%; display: flex; align-items: center; justify-content:space-between;}
.perlMidList ul li{ background: #fff;border-radius: 6px; overflow: hidden;padding: 15px 0 15px 15px;display: flex; align-items: center; width:calc(48% - 15px);}
.pmlLt{ flex:1;}
.pmlLt p{ font-size: 13px; color: #666; opacity: 0.6;}
.pmlLt em{ font-size: 20px; font-weight: bold; font-style: normal; padding: 8px 0 0; display: block; font-family: arial;}
.pmlRt{ width: 60px; height: 60px; margin-left: 10px;}
.perlCont{overflow: hidden;padding: 15px;}
.perlCont ul{ overflow: hidden;}
.perlCont h2{ font-size: 18px; padding: 5px 0 15px;}
.perlCont ul li{ float: left; width:calc(100%/3 - 10px); margin: 0 0 15px; background: #fdfaf1; border-radius: 6px; overflow: hidden; padding: 10px 0;}
.perlCont ul li:nth-child(3n-1){ margin: 0 15px;}
.perlCont ul li a{ display: block; text-align: center;}
.perlCont ul li .pimg{ width: 40px; height: 40px; margin: 6px auto; opacity: 0.8;} 
.perlCont ul li p{ color: #666;}
.perlCont ul li:nth-child(2){ background: #f3f9f7;}
.perlCont ul li:nth-child(3){ background: #f2f6ff;}
.perlCont ul li:nth-child(4){ background: #faf4f4;}
.perlCont ul li:nth-child(5){ background: #fdfaf1;}
.perlCont ul li:nth-child(6){ background: #f4f2ff;}
.perlCont ul li:nth-child(7){ background: #fdfaf1;}
.perlCont ul li:nth-child(8){ background: #faf4f4;}
.perlCont ul li:nth-child(9){ background: #f3fbfd;}
.perlCont ul li:nth-child(10){ background: #f2f6ff;}

/* 编辑资料*/
.editBox{ padding: 15px; }
.editBox label{ width: 100%; padding: 10px 0; display: block;margin: 0 0 10px; display: flex; align-items: center;background:#f6f6f6;  border-radius: 6px; overflow: hidden;}
.editBox label p{ margin: 0 10px;font-size: 15px; color: #666;}
.editInput{ flex: 1;}
.editInput input{ width: 98%; height: 30px; line-height: 30px; text-align: right; background: none;font-size: 15px;}
.editMore{ margin-left: 10px; width: 20px; height: 20px; opacity: .5;}
.editBox .ptImg{ margin: 0 auto 40px; width: 98px;height:98px; overflow: hidden;}
.labelBox{ overflow: hidden;margin: 0 0 10px; }
.editBox h2{ font-size: 18px; overflow: hidden; padding: 10px 0;}
.normalBtn{margin:50px auto 0; width:100%; height:46px; border-radius:30px; overflow: hidden;background:#17acfb; border: none; color: #fff; font-size: 16px;}
#drop_area{ width: 80px;height: 80px; background: url(../images/photo.jpg) no-repeat;}  
/* 产品详情 */
.picImg{ width: 100%;}
.p10{ padding: 10px;}
.picTxt,.picInfo{ background: #fff; border-radius: 6px; overflow: hidden; padding: 10px; width: calc(100% - 20px); margin: 0 0 15px;}
.priceBox{display: flex; align-items: center; justify-content: space-between;}
.picTxt h3{ font-size: 16px;  line-height: 26px;}
.priceBox p{ color: #999;}
.priceBox .price{ padding: 10px 0 0;}
.picInfo{}
.picInfo h2{ font-size: 16px; text-align: center; margin: 0 0 10px; color: #666;}
.picBox{ padding: 0 0 80px;}
.picBtn{ background: #fff; padding: 20px 0; width:100%; position: fixed; bottom: 0; }
.picBtn button{ width:86%; height:46px; border-radius:30px; overflow: hidden;background:linear-gradient(to right,#17acfb,#2d73fd); ; border: none; color: #fff; font-size: 16px; margin: 0 auto; display: block;}
/* 我的订单 */
.orderList{ padding: 10px;}
.orderList ul li{ background: #fff; border-radius: 3px; overflow: hidden; padding: 10px; margin: 0 0 15px;}
.orderTop{ color: #999; padding: 0 0 10px;}
.orderTop em{float: right; color: #2d73fd;  font-style: normal;}
.orderCont{ display: flex; justify-content: space-between;}
.oImg{ width: 60px; height: 60px; overflow: hidden;}
.oTxt{ flex: 1; margin: 0 10px; font-size: 16px; overflow: hidden; line-height: 22px;}
.oNum{font-family: arial; text-align: right;}
.oNum p{ color: #F00; font-size: 18px; }
.oNum i{ font-size: 10px; }
.oNum span{ color: #999; padding: 5px 0;}
.orderBt{ display: flex; align-items: center; justify-content: space-between; padding: 10px 0 0; color: #333;}
.orderBt div span{ color: #F00;font-family: arial; }
.orderList .hint{ color: #999; padding: 10px 0; text-align: center;}
/* 我的金券 */
.qtBox{ background: #fff; padding: 10px 15px;}
.mBox{padding: 20px; border-radius: 3px; overflow: hidden; ;background: url(../images/pbg.png) no-repeat 0 -20px #fce5c7; background-size: 100%;}
.mBox span{ font-weight: bold; font-family: arial; font-size: 26px;}
.b01{ padding: 20px;}
.b01 a{ display: block; float: right; width: 100px; height: 40px; line-height: 40px; background: #e19951; color: #fff; border-radius: 20px; overflow: hidden; text-align: center;}
.b01 span{  color: #e6944b; }
.b01 p{ padding: 10px 0 15px; font-size: 15px; color: #666;}
.mBoxTwo{ display: flex; align-items: center; justify-content: space-between; padding: 15px 0;}
.mBoxTwo .mBox{ width:calc( 48% - 40px); text-align: center;  min-height:56px; display: flex; justify-content: center;flex-direction: column;}
.mBoxTwo .mBox span{ font-size: 22px; color:#2d73fd ;}
.mBoxTwo .mBox p{ padding: 5px 0 8px; color:#2d73fd ;}
.mBoxTwo .mBox a{display: block; width: 100px; height: 40px; line-height: 40px; background: #e19951; color: #fff; border-radius: 20px; overflow: hidden; text-align: center; margin: 0 auto;}
.mBoxTwo .mBox.b02{ background: #e2f4ff;}
.mBoxTwo .mBox.b02 a{ background:linear-gradient(to right,#17acfb,#2d73fd);}
.mBoxTwo .mBox.b03{background: #e9f1fe;}
.mBoxTwo .mBox.b03 a{ background:#c0c0c0;}
.mBoxTwo .mBox.b03 p,.mBoxTwo .mBox.b03 span{ color: #636af8;}

.qtList{ background: #fff; padding: 15px; margin: 10px 0;}
.qTitle{ display: flex; align-items: center; justify-content: space-between;font-size: 16px; }
.qRt{ }
.qRt a{ color:#2d73fd; font-size: 16px;}
.qtList ul{ padding: 10px 0 0;}
.qtList ul li{ margin: 0 0 10px; border-bottom: 1px solid #f8f8f8; padding: 10px 0; display: flex; align-items: center; justify-content: space-between;}
.qtList ul li h3{ font-size: 15px;}
.qtList ul li span{ color: #999; padding: 5px 0; display: block;}
.qtList ul li p{}
.chooseTt{ width: 60px; background: url(../images/more.png) no-repeat right center; background-size: 30%;}
/* 商学院 */
.weui-navbar{ background: #fff; padding: 10px; width: calc(100% - 20px);}
.weui-navbar__item.weui-bar__item--on{ background:linear-gradient(to right,#17acfb,#2d73fd); color: #fff; border-radius: 30px; overflow: hidden;}
.weui-navbar::after{ border:none}
.weui-navbar__item{ color: #333; font-size: 16px; padding: 10px 0;}
.weui-navbar__item::after{ border: none;}
.weui-navbar + .weui-tab__bd{ padding: 70px 15px 20px}
.collegeList{}
.collegeList li{ background: #fff;  border-radius: 6px; overflow: hidden; margin: 0 0 15px; padding:20px 10px; display: flex;}
.colImg{ width: 80px;height: 80px; margin-right: 20px; border-radius: 3px; overflow: hidden;}
.colTxt{ flex: 1;}
.colTxt h2{ font-size: 16px;}
.bx{ background: #d8f1ff; color: #18a8fb; width: 50px; padding: 0 10px; height: 26px; line-height: 26px; text-align: center; border-radius: 3px; overflow: hidden; margin: 10px 0; font-size: 12px;}
.colTxt span{ color: #999; font-size: 13px;}

/* 我的客户 */
.pBox{ background: linear-gradient(to right bottom,#fef9e5,#fff,#fcecec);}
.pBox ul{ display: flex; align-items: center; justify-content: space-around;}
.pBox ul li{ text-align: center;}
.pBox ul li p{ font-family: arial; font-size: 20px; font-weight: bold;}
.pBox ul li span{ font-size: 16px; color: #333;}
.pBox a{ float: none; margin: 20px auto 10px;background:linear-gradient(to right,#17acfb,#2d73fd); width: 220px;}
.clientList{ background: #fff; padding: 15px; margin: 10px 0;}
.clientList h2{ font-size: 18px; }
.clientList ul { padding: 20px 0;}
.clientList ul li{ border-bottom:1px solid #f8f8f8; margin: 0 0 10px;}
.cNum{font-size: 15px;}
.clientList .ptImg{ width: 46px; height: 46px;}

/* 我的茶票 */
.cpTop{background:linear-gradient(to right,#17acfb,#2d73fd); color: #fff; padding:30px 20px; display: flex; align-items: center; justify-content: space-between;}
.cpTop a{ display: block; background:rgba(255,255,255,.8); width: 100px; height: 40px; line-height: 40px; border-radius: 30px; overflow: hidden; text-align: center;color: #2d73fd; font-size: 15px;}
.cpTop p{font-size: 15px;}
.cpTop p span{ font-size: 20px; font-family: arial; padding: 0 5px;}

/* 消息中心 */
.weui-navbar + .infBox{ padding:53px 0 0;}
.infoTab .weui-navbar{ padding: 10px 60px; width: calc(100% - 120px);}
.infBox .qtList ul li{ display: block;}
.infBox .qtList ul li div span{ float: right; padding: 0;}
.infBox .qtList ul li div h5{ color: #999; padding: 5px 0;}
.infBox .qtList ul li div h4{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: #999; padding: 5px 0;}
.infBox .newsList ul li div span{ float: none;}

/* 公告详情 */
.infoBox{ padding: 15px;}
.infoBox h2{ font-size: 18px;line-height: 26px;}
.infoBox .date{ padding: 10px 0; color: #999; font-size:13px;  border-bottom: 1px solid #f5f5f5;}
.infoCont{ font-size: 15px; line-height: 22px; padding: 10px 0;}
.infoCont p{ font-size: 15px; margin: 0 0 8px;}
/* 邀请好友 */
.inviteBox{background:linear-gradient(to right bottom,#17acfb,#2d73fd); height: 100vh;}
.inviteBox h2{ font-size: 26px; text-align: center; padding: 60px 0 40px; color: #fff; letter-spacing: 2px;}
.invite{ background: #fff; width: 80%; margin: 0 auto; border-radius: 3px; overflow: hidden; text-align: center; padding:30px 15px; position: relative;}
.invite h5{ font-size: 16px; color: #666;}
.invite p{ padding: 10px 0 20px; display: flex; align-items: center;justify-content: center;}
.invite p span{color: #f00; font-size: 20px;line-height:26px;}
.invite p em{ display:inline-block; border-radius: 3px; overflow: hidden; border: 1px solid #2d73fd; height: 22px; line-height: 22px; padding: 0 10px; font-style: normal; font-size: 13px; margin: 0 10px;}
.qrimg{ border-top: 1px dashed #ccc; padding: 40px; display: flex; align-items: center; flex-direction: column;}
.qrimg h3{ font-size: 16px;}
.qrimg img{ width: 200px;height: 200px;}
.cirLt,.cirRt{ background: #1aa3fb; width: 30px;height: 30px; border-radius: 50%; overflow: hidden; position: absolute;top:90px;}
.cirLt{ left: -15px;}
.cirRt{ right: -15px;background: #2489fc;}

/* 意见反馈 */
.feedback{ padding: 15px;}
.fbCell{overflow: hidden; margin: 0 0 10px;}
.fbCell h3{ font-size: 18px; padding: 10px 0 15px; color: #666;}
.fbCell ul{ clear: both; overflow: hidden; padding: 0 0 10px;}
.fbCell ul li{ float: left; margin-right: 10px; height: 40px;line-height: 40px;background:#f6f6f6;
border-radius: 20px; overflow: hidden; padding: 0 30px; color: #666;}
.fbCell ul li.on{color: #fff;background:linear-gradient(to right,#17acfb,#2d73fd);}
.fbCell textarea{ background:#f6f6f6 ; border: none; border-radius: 3px; overflow: hidden; width:calc( 100% - 30px); padding: 15px; font-size: 15px; color: #666;}
.fbCell input{background:#f6f6f6 ; border-radius: 3px; overflow: hidden; width:calc( 100% - 30px); font-size: 15px; color: #666; padding: 15px;}
.up_pic {font-size: 0;}
.up_pic .pic_look {width: 80px;height: 80px;display: inline-block;position: relative; background-size: 100%; overflow: hidden;background-position: center center;
	background-repeat: no-repeat; margin: 0 10px 0 0; }
.up_pic .pic_look em {position: absolute;display: inline-block;width: 30px;height: 30px;background: #2d73fd;color: #fff;font-size: 20px;right:-5px;top: -5px;text-align: center;line-height: 30px;border-radius: 50%; opacity: 0.8; font-style: normal;}
#chose_pic_btn {width:80px;height: 80px;position: relative;display: inline-block;background: url(../images/z_add.png) no-repeat; 
box-sizing: border-box;
	background-size:100%;
}
#chose_pic_btn input {position: absolute;left: 0px;top: 0px;opacity: 0;width: 100%;height: 100%;
    margin-right: 0px;
}



/* 我的反馈 */
.myFeedback{ padding: 15px;}
.myFeedback ul li{ border-bottom: 1px solid #f8f8f8; padding: 0 0 20px;}
.myFeedback em{ display: block;background: #d8f1ff;color: #18a8fb;width: 50px;padding: 0 10px;height: 26px;line-height: 26px;text-align: center;border-radius: 20px;overflow: hidden;margin: 10px 0;font-size: 12px;}
.myFeedback span{ float: right; display:inline-block; color: #999;}
.qt{ font-size: 16px; padding: 10px 0;}
.myFeedback h3{ font-size: 15px; color: #666; padding: 5px 0;}
.aw{ padding: 10px; background: #f8f8f8;}
.aw textarea{ background: none; width: 100%; font-size: 15px;}

/* 联系我们 */
.contactBox{ padding: 15px;background: linear-gradient(to right bottom,#fef9e5,#fff,#fcecec); height: calc(100vh - 30px);}
.contactBox ul li{ font-size: 16px; padding: 8px 0;}
.contactBox ul li span{ display: inline-block; padding: 0 10px; min-width: 40px; color: #666;}

/* 释放明细 */
.releaseBox{}
.releaseBox .weui-navbar__item.weui-bar__item--on{ background:none; color: #2d73fd; position: relative;z-index: 99;overflow: initial;}
.releaseBox .weui-navbar__item.weui-bar__item--on::after{ content: ''; position: absolute; background: #2d73fd; width: 20px; height: 3px; border-radius: 3px; overflow: hidden; left: 50%;top:40px; transform: translateX(-50%); z-index: 999;}
.releaseList{}
.releaseList ul li{ margin: 0 0 15px; background: #fff; border-radius: 3px; overflow: hidden;padding: 15px;}
.rlTop{ padding:10px 0; border-bottom: 1px solid #f4f4f4; color: #999;}
.rlTop img{ width: 16px; height: 16px; margin: 3px 6px 0 0; opacity: 0.5;}
.rlTop span{ float: right; color: #2d73fd; font-size: 15px;}
.rlTop span.rlFail{ color: #f00;}
.rlInfo{ padding: 10px 0 0;}
.rlInfo p{ padding: 6px 0; font-size: 15px;}

/* 提现记录 */
.record{ padding: 20px;}
.record ul li{background: #d8f1ff; color: #2d73fd; border-radius: 6px; overflow: hidden;display: flex; align-items:center
; justify-content: space-between; height: 80px; overflow: hidden; margin: 0 0 15px; box-shadow: 0 0 10px #f5f5f5;}
.record ul li .recLt{ padding: 15px; }
.record ul li p{ font-size: 16px; font-weight: bold;}
.record ul li span{ color: #333; padding: 10px 0 0; display: inline-block;}
.state{ font-size:16px; width: 120px; background:#2d73fd; height:80px; position: relative; z-index: 10;display: flex; justify-content: center; align-items: center;}
.state em{ display: block; width: 20px;height: 20px; position: absolute; left: -10px; z-index: 20; background: #fff; border-radius: 50%;}
.state em.s01{ top: -10px;}
.state em.s02{ bottom: -10px;}
.state p{ color: #fff; writing-mode:vertical-rl; letter-spacing: 5px;}
.record ul li.recFail{ background: #f7dada; color: #f54646;}
.record ul li.recFail .state{ background: #f54646;}