body {
  margin: 0;
  padding: 0;
  background-color: #F5F7F6;
}
article {
  position: relative;
  height: 100vh;
  overflow: scroll;
  padding-bottom: calc(16px + env(safe-area-inset-bottom));
}
.fa-asterisk{
	font-size: .1rem;
	color: #FF5025;
  margin-right: .12rem;
}
/*home-page.html*/
.home_page{
  width: 100%;
  height: calc(100vh - 1rem);
  background-color: #FCF6F1;
  position: relative;
  padding: 0 .32rem .2rem;
}
.home_page .gg{
  margin-top: .18rem;
  position: relative;
  width: 100%;
  padding-bottom: .24rem;
  max-height: 6.18rem;
  overflow-y: auto;
  border: 1px solid #fff;
  border-radius: .2rem;
  background: linear-gradient(to bottom, #FFE0C6 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
}
.home_page .gg .img{
  width: 2.34rem;
  height: .52rem;
  margin: .24rem auto;
  display: block;
}
.home_page .gg ul{
  margin-top: .14rem;
  width: 100%;
}
.home_page .gg ul li{
  width: 100%;
  height: 1.2rem;
  display: flex;
  align-items: center;
  padding: 0 .32rem;
}
.home_page .gg ul li .gg_img{
  margin-right: .16rem;
  width: .8rem;
  height: auto;
  margin-top: .12rem;
}
.home_page .gg ul li .gg_content{
  display: flex;
  flex-direction: column;
  width: calc(100% - .8rem - .16rem);
  border-bottom: 1px solid #ECECEB;
  height: 100%;
  justify-content: center;
}
.home_page .gg ul li .gg_content .gg_content_txt{
  color: #333;
  font-size: .28rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home_page .gg ul li .gg_content .gg_content_txt img{
  width: .32rem;
  height:.32rem;
}
.home_page .gg ul li .gg_content span{
  color: #999;
  font-size: .26rem;
  margin-top: 4px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navtitle1{
  margin-top: .16rem;
  line-height: .54rem;
  color: #fff;
  text-align: center;
  font-size: .36rem;
  font-weight: bold;
  position: relative;
}
.navtitle2{
  display: flex;
  height: .88rem;
  color: #333;
  font-size: .36rem;
  font-weight: bold;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: center;
  background-color: #fff;
}
.navtitle2 img{
  position: absolute;
  width: .56rem;
  height: .56rem;
  left: .32rem;
}
.home_page .xc{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: .36rem;
}
.home_page .xc li{
  display: flex;
  margin-right: .28rem;
  align-items: center;
}
.home_page .xc li:last-child{
  margin-right: 0;
}
.home_page .xc li img{
  margin-right: 2px;
  width: .32rem;
  height: .32rem;
}
.home_page .xc li span{
font-size: .26rem;
  color: #fff;
}
.homelogo{
  position: relative;
  padding-top: 1.1rem!important;
}
.homebg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.78rem;
  background-image: url(../img/l_sybg.png);
  background-size: 100%;
}
.home_page .home_sel {
  position: relative;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  height: .88rem;
  border: 1px solid #fff;
  border-radius: .64rem;
  width: 100%;
  margin-top: .54rem;
  border-right: none;
  background-color: #FFC472;
  overflow: hidden;
}
.home_page .home_sel input {
  width: 79%;
  border: none;
  background-color: #FFC472;
  text-indent: .82rem;
  color: #fff;
  height: .86rem;
  font-size: .26rem;
  margin: 0;
  padding: 0;
}
.home_page .home_sel ::-webkit-input-placeholder {
  color: #fff;
}
.home_page .home_sel ::-ms-input-placeholder {
  color: #fff;
}
.home_page .home_sel img {
  position: absolute;
  left: .4rem;
  top: .32rem;
  width: .26rem;
  height: .26rem;
}
.home_page .home_sel div {
  width: 1.6rem;
  height:.72rem;
  background: #FDA43B;
  border-radius: .64rem;
  font-size: .28rem;
  color: #FFFFFF;
  line-height: .72rem;
  text-align: center;
  margin: .07rem;
}
.home .home_img {
  width: 100%;
}
.home .home_active {
  display: flex;
  display: -webkit-flex;
  margin: .3rem;
  height: 1.1rem;
  position: relative;
  overflow: hidden;
}
.home .home_active .active_title {
  width: 1rem;
  font-size: .4rem;
  text-align: center;
  color: #FE863F;
  margin-right: .2rem;
  line-height: 1;
}
.home .home_active .active_box {
  position: absolute;
  top: 0;
  left: 1.3rem;
  overflow: hidden;
  font-family: PingFangSC-Medium;
  font-size: .3rem;
  color: #333333;
  letter-spacing: 0;
  line-height: .36rem;
  margin-left: .3rem;
}
.home .home_active .active_box .active_list {
  height: 1.1rem;
  overflow: hidden;
}
.home_icon {
  margin: .6rem .4rem;
}
.home_icon .home_icon_small {
  text-align: center;
}
.home_icon .home_icon_small img {
  width: 1rem;
  height: 1rem;
}
.home_icon .home_icon_small div {
  font-family: PingFangSC-Regular;
  font-size: .24rem;
  color: #333333;
  margin-top: .2rem;
}
/*index.html*/
.bg {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -100;
}
.logo {
  padding-top: 1.16rem;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.zclogo{
  padding-top: .64rem;
}
.logo img {
  width: 4rem;
}
.logo div:nth-of-type(1) {
  font-family: PingFangSC-Semibold;
  font-size: .4rem;
  color: #000000;
}
.logo div:nth-of-type(2) {
  font-size: .28rem;
  color: #666666;
}
.login_style {
  width: 6.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.4rem;
}
.login_style div {
  height: 1rem;
  text-align: center;
  border: 1px solid #C81528;
  line-height: 1rem;
  margin-bottom: .5rem;
}
.login_style div img {
  width: .36rem;
  height: .32rem;
  vertical-align: middle;
}
.login_style div span {
  font-size: .32rem;
  color: #C81528;
  padding-left: .2rem;
  vertical-align: middle;
}
.login_style div:nth-of-type(1) {
  background-color: #C81528;
}
.login_style div:nth-of-type(1) span {
  color: #FFFFFF;
}
/*login.html*/
.login {
  width: 6.34rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: .52rem;
  position: relative;
  border-radius: .32rem;
  border:2px solid #fff;
  background: linear-gradient(to bottom, rgba(255, 224, 198, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
  padding: 0 .4rem .78rem;
}
.login .title{
  font-size: .36rem;
  line-height: .54rem;
  text-align: center;
  margin-top: .64rem;
  color: #333333;
  margin-bottom: .24rem;
  font-weight: 600
}
.login .srk {
  margin-bottom: .6rem;
  height: 1rem;
  position: relative;
  border-radius: .64rem;
  overflow: hidden;
  border: 1px solid #FD8641!important;
}
.login .tximg {
  width: .48rem;
  height: .48rem;
  left: .4rem;
  top: .26rem;
  position: absolute;
}
.login input {
  height: 1rem;
  width: 100%;
  background-color: #FFF4EC!important;
  border: none;
  border-radius: .64rem;
  text-indent: 1.2rem;
  line-height: 1rem;
  font-size: .26rem;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 111111s;
  -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}
.login em{
  position: absolute;
  height: .32rem;
  width: 1px;
  background-color: #FD8641;
  top: .34rem;
  left:1rem;
}
.login ::-webkit-input-placeholder {
  color: #b0b0b0;
  font-size: .26rem;
  font-weight: 300;
}
.login ::-ms-input-placeholder {
  color: #b0b0b0;
  font-size: .26rem;
  font-weight: 300;
}
.login .code {
  border: none;
}
.login .code p {
  float: right;
  width: 2.32rem;
  height: 1rem;
}
.login .code p img {
  width: 2.32rem;
  height: 1rem;
}
.login .code input {
  float: left;
  width: 3.88rem;
  height: 1rem;
  border: 1px solid #e2e2e2;
  text-indent: .4rem;
}
.login .sub,.login .zc {
  height: 1rem;
  width: 100%;
  background: linear-gradient(to left, #FD8641, #FEAD3A);
  border-radius: .64rem;
  line-height: 1rem;
  font-size: .28rem;
  color: white;
  margin-bottom: .1rem;
  text-align: center;
  cursor: pointer;
  border: none;
}
.login .dl{
  margin-top: .18rem;
}
.login .zc{
  background: linear-gradient(to left, #007FF1, #29CBF3);
}
.tips {
  position: fixed;
  width: 4.08rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  font-size: .32rem;
  color: #FFFFFF;
  text-align: center;
  padding: .3rem;
  top: 50%;
  left: 50%;
  margin-left: -2.04rem;
  margin-left: -moz-calc(-2.04rem);
  margin-left: -ms-calc(-2.04rem);
  margin-left: -webkit-calc(-2.04rem);
  margin-top: -0.7rem;
  margin-top: -moz-calc(-0.7rem);
  margin-top: -ms-calc(-0.7rem);
  margin-top: -webkit-calc(-0.7rem);
}
/*resiter.html*/
.f{
  display: flex;
}
.mobile{
  padding-bottom: .38rem;
}
.mobile .srk{
  margin-bottom: .24rem;
}
.mobile .m_code,
.mobile .put_code {
}
.mobile .img {
  position: absolute;
  right:0px;
  width: 2rem;
  height: 100%;
  margin: 0;
  padding: 1px;
  top: 0;
  border-top-right-radius: .64rem;
  border-bottom-right-radius: .64rem;
}
.mobile .img img {
  width: 2rem;
  height: 100%;
}
.mobile .btn {
  position: absolute;
  right: 0px;
  top: 0;
  background: #D9D9D9;
  border-radius: 0 2px 2px 0;
  font-size: .26rem;
  color: #FFFFFF;
  width: 2rem;
  height: 100%;
  text-align: center;
  line-height: 1rem;
}
.mobile .protocol {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: .1rem;
  line-height: .2rem;
}
.mobile .protocol input {
  width: .28rem;
  height: .28rem;
  background: white;
  margin-bottom: 0;
  margin-right: .16rem;
}
.mobile .protocol input[type="checkbox"]:checked  {
  /*background-color: #FE863F;*/
}
.mobile .protocol span {
  font-size: .26rem;
  color: #333;
}
.mobile .protocol a {
  font-size: .26rem;
  color: #FE863F;
}
.mobile .protocol span:nth-of-type(2) {
  font-size: .26rem;
  color: #FE863F;
}
.mobile .submit {
  height: 1rem;
  width: 100%;
  background: linear-gradient(to left, #FD8641, #FEAD3A);
  border-radius: .64rem;
  line-height: 1rem;
  font-size: .28rem;
  color: white;
  margin-bottom: .1rem;
  text-align: center;
  cursor: pointer;
  border: none;
  margin-top: .17rem;
}
.mobile .select {
  border: none;
  outline: 1px solid #D9D9D9;
  width: 100%;
  height: 1rem;
  background-color: #FFF4EC!important;
  font-size: .26rem;
  text-indent: 1.2rem;
  color: #fff;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  background: url(../img/l_arrow.png) no-repeat scroll 97% center #ffffff;
  background-size: .48rem .48rem;
  margin: 0;
  padding: 0;
}
.mobile select:focus option:checked {

}
.mobile ::-ms-expand {
  display: none;
}
/*全面屏*/
.logo_big {
  padding-top: 2.16rem;
}
.login_style_big {
  margin-top: 4rem;
}
.login_big {
  margin-top: 3rem;
}
/*people.html*/
.p_head {
  width: 100%;
  height: 5.66rem;
  padding:0 .33rem;
  background: linear-gradient(to bottom, #FFA710 0%, #FB863D 100%);
  position: relative;
  overflow: hidden;
}
.p_head_mb{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/l_grbg.png);
  background-size: 100%;
}
.p_head_con{
  margin-top: 1.04rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p_head .headImg {
  position: relative;
  margin-right: .3rem;
}
.p_head .headImg img {
  width: 1.12rem;
  height: 1.12rem;
  border-radius: 50%;
  background-color: #fff;
}
.p_head .name {
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}
.p_head .name h3 {
  font-size: .28rem;
  color: #FFFFFF;
  font-weight: 700;
  margin-right: 0.16rem;
  line-height: .42rem;
}
.p_head .name p {
  font-size: .24rem;
  color: #fff;
  line-height: .36rem;
  margin-top: .04rem;
}
.p_head .name .namecon{
  display: flex;
  flex-direction: column;
}

.p_head .name .leaguer {
  position: relative;
  display: flex;
  align-items: center;
}
.p_head .name .leaguer .dj{
  height: .32rem;
  position: relative;
}
.p_head .name .leaguer img {
  height: .32rem;
  width: .32rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p_head .name .leaguer span {
  height: .32rem;
  position: absolute;
  top: 0;
  left: .16rem;
  font-weight: bold;
  font-size: .24rem;
  color: #FFFFFF;
  line-height: .32rem;
  padding: 0 .24rem;
  display: inline-block;
  background: rgba(0,0,0,0.1);
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
  width: max-content;
}
.abroad_depot {
  padding: 0 .3rem;
  position: absolute;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: 94%;
  height: .92rem;
  background: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: .2rem;
  top: 2.5rem;
  left: 3%;
}
.abroad_depot .people_depotImg {
  width: .4rem;
  height: .4rem;
  margin-right: .2rem;
}
.abroad_depot .abroad_depot_address {
  justify-content: space-between;
  width: 100%;
  font-family: PingFangSC-Regular;
  font-size: .3rem;
  color: #666666;
  letter-spacing: 0;
  line-height: .24rem;
}
.people_user {
  padding: 0 .32rem;
  margin-top: .7rem;
  background: #2D3550;
  box-shadow: 0 4px 10px 0 rgba(206, 138, 28, 0.2);
  border-top-right-radius: .4rem;
  border-top-left-radius: .4rem;
  height: 3.08rem;
  position: absolute;
  bottom: 0;
  left: .33rem;
  width: calc(100% - .66rem);
}
.people_user .grczbg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.people_user .userInfo_list {
  text-align: center;
}
.people_user .userInfo_list .userInfo_list1 {
  margin-top: .24rem;
  margin-bottom: .24rem;
}
.people_user .userInfo_list .userInfo_list1 img {
  width: .36rem;
  height: .4rem;
}
.people_user .userInfo_list .userInfo_list1 div:nth-of-type(1),.dzfje div:nth-of-type(2){
  font-size: .28rem;
  color: #F0BE5B;
  line-height: .36rem;
  margin-bottom: .04rem;
  font-weight: bold;
}
.people_user .userInfo_list .userInfo_list1 div:nth-of-type(2),.dzfje div:nth-of-type(1) {
  font-size: .24rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: .36rem;
}
.grzx_con{
  padding: .32rem;
  background-color: #FCF6F1;
  height: calc(100% - 4.66rem - 1rem);
}
.grzx_con .grzx_list{

}
.grzx_con .grzx_list .grzx_list1{
  width: 3.32rem;
  height: 1.2rem;
  padding: 0 .16rem;
  background-color: #fff;
  border-radius: .3rem;
  justify-content: start;
}
.grzx_con .grzx_list .grzx_list1 img{
  width: .76rem;
  height: auto;
}
.grzx_con .grzx_list .grzx_list1_txt{
  font-weight: bold;
  color: #333333;
  font-size: .32rem;
  margin-left: .2rem;
  line-height: .38rem;
}
.people_package {
  width: 100%;
  padding: 0 .32rem;
  margin-top: .32rem;
  background: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: .3rem;
}
.people_package .people_package_list {
  text-align: center;
}
.people_package .people_package_list .people_package_list1 {
  position: relative;
  margin-top: .32rem;
  margin-bottom: .2rem;
}
.people_package .people_package_list .people_package_list1 img {
  width: .48rem;
  height: .48rem;
}
.people_package .people_package_list .people_package_list1 div {
  font-family: PingFangSC-Regular;
  font-size: .24rem;
  margin-top: .18rem;
  color: #666666;
  letter-spacing: 0;
  line-height: .36rem;
}
.people_package .people_package_list .people_package_list1 .people_package_num {
  display: none;
  position: absolute;
  background:#FF6C30;
  border: 0 solid #FFFFFF;
  border-radius: 50%;
  width: .24rem;
  height: .24rem;
  font-family: PingFangSC-Semibold;
  font-size: .16rem;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: .24rem;
  top: -0.26rem;
  left: .62rem;
}
.people_txt {
  border-bottom: 1px solid #4F5879;
  height: .88rem;
}
.people_txt .title{
  width: 1.68rem;
  height: .4rem;
}
.package_txt {
  color: #333;
  font-size: .28rem;
  line-height: .9rem;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  height: .9rem;
  font-weight: bold;
}
.people_list {
  margin-top: .54rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.people_list a {
  width: 3.32rem;
}
.people_list a .people_list1 {
  width: 100%;
  background: #FFFFFF;
  border-radius: .3rem;
  padding: .28rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.people_list a .people_list1 .people_list1_txt {
  font-size: .28rem;
  color: #333;
  letter-spacing: 0;
  line-height: .42rem;
  font-weight: 700;
}
.people_list a .people_list1 .people_list1_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.people_list a .people_list1 .people_list1_txt img{
  width: .12rem!important;
  height: auto;
  margin-left: .08rem;
}
.people_list a .people_list1 .people_list1_content span {
  font-size: .22rem;
  color: #999999;
  letter-spacing: 0;
  line-height: .32rem;
  margin-top: .04rem;
}
.people_list a .people_list1 img {
  width: .64rem;
  height: .6rem;
  margin-right: .2rem;
}
.right {
  width: .36rem;
  height: .36rem;
}
.list {
}
.list li {
  height: 1.2rem;
  display: flex;
  margin-bottom: .24rem;
  border-radius: .3rem;
  padding: .24rem;
}
.list li:nth-child(3n-2){
  background-color:#FEF0E8;
}
.list li:nth-child(3n-1){
  background-color: #E6F3FE;
}
.list li:nth-child(3n){
  background-color: #E8F8F5;
}
.list li a {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
}
.list li a .pic {
  width: .8rem;
  height: .8rem;
  margin-right: .12rem;
}
.list li a .skip {
  display: flex;
  justify-content: space-between;
  width: calc(100% - .92rem);
}
.list li a .skip .title {
  font-size: .28rem;
  color: #333;
  font-weight: bold;
}
.list li a .skip img {
  width: .36rem;
  height: .36rem;
}
.list li a .skip .p_tips {
  position: absolute;
  font-size: .3rem;
  color: #999999;
  right: .8rem;
  bottom: 0;
  line-height: .92rem;
}
.list li a .skip .p_num {
  position: absolute;
  font-size: .24rem;
  color: #FFFFFF;
  letter-spacing: 0;
  right: .8rem;
  bottom: .2rem;
  line-height: .24rem;
  background-color: #C81528;
  border-radius: 50%;
}
.tab {
  width: 100%;
  height: 1rem;
  padding: 0 .6rem;
  background: #FFFFFF;
  border-top: 1px solid #E6E6E6;
  position: fixed;
  bottom: 0;
  right: 0;
  align-items: center;
  -webkit-align-items: center;
  z-index: 999999999;
}
.tab div {
  text-align: center;
  font-size: 0;
}
.tab div img {
  width: .48rem;
  height: .48rem;
}
.tab div p {
  margin-top: .04rem;
  font-size: .22rem;
  line-height: .32rem;
  color: #333;
}
/*people-info.html*/
.people_con{
  padding:.32rem;
  height: calc(100vh - 2.6rem);
  overflow-y: auto;
}
.p_info {
  width: 100%;
  background: #FFFFFF;
  margin-bottom: .24rem;
  border-radius: .3rem;
}
.p_info li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 1rem;
  margin: 0 .32rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  justify-content: space-between
}
.p_info li span {
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  color: #333;
}
.p_info li span:nth-of-type(1) {
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  color: #333;
  flex: none;
}
.p_info li span:nth-of-type(2) {
  text-align: right;
}
.p_info li input {
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  color: #333;
  width: 5.3rem;
  height: 100%;
  text-align: right;
  border: none;
  margin: 0;
  padding: 0;
}
.p_info li ::-webkit-input-placeholder {
  font-size: .26rem;
  color: #CCCCCC;
}
.p_info li ::-ms-input-placeholder {
  font-size: .26rem;
  color: #CCCCCC;
}
.p_info li:nth-last-of-type(1) {
  border-bottom: none;
}
.return_close {
  width: 100%;
  background: #FFFFFF;
  margin-top: .24rem;
  padding: 0 .32rem;
  height: 1rem;
  border-radius: .3rem;
}
.return_close span {
  font-size: .26rem;
  color: #FF5025;
}
.info_tips {
  margin-top: .32rem;
  margin-left: .5rem;
  font-size: .26rem;
  color: #808080;
  text-align: center;
}
.save_info {
  position: fixed;
  width: calc(100% - .64rem);
  bottom: 0;
  left: .32rem;
  height: 1rem;
  border: none;
  border-radius: 1rem;
  background: linear-gradient(to right, #FEAA3A 0%, #FD8641 100%);
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 1rem;
}
.mui-poppicker-body {
  height: 150px;
}
/*account-balance.html*/
.account_con{
  padding: .32rem;
}
.zdlist{
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: .96rem;
  font-size: .28rem;
  line-height: .36rem;
  color: #FE863F;
  text-align: center;
}
.zdlist a{color: #FE863F;}
.account {
  width: 100%;
  height: 2.2rem;
  background-image: url(../img/point_bg.png);
  background-size: cover;
  padding: .28rem .3rem;
}
.account .account_txt {
  font-size: .28rem;
  line-height: .36rem;
  color: #fff;
}
.account .account_money {
  font-size: .64rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  line-height: .82rem;
  margin-top: .28rem;
}
/*charge_money.html*/
.charge_con{
  padding: .32rem;
}
.charge_mb{
  width: 100%;
  padding: .32rem;
  background-color: #fff;
  border-radius: .3rem;
}
.charge {
}
.charge .charge_txt {
  font-size: .28rem;
  line-height: .36rem;
  color: #333;
  font-weight: bold;
}
.charge .charge_symbol {
  font-size: .28rem;
  line-height: .36rem;
  color: #333;
  font-weight: 400;
  margin-top: .16rem;
  margin-bottom: .2rem;
}
.charge .charge_symbol input {
  border: none;
  margin: .08rem;
  padding: 0;
  width: 90%;
}
.charge .charge_symbol ::-webkit-input-placeholder {
  font-size: .28rem;
  line-height: .36rem;
  color: #999;
}
.charge .charge_symbol ::-ms-input-placeholder {
  font-size: .28rem;
  line-height: .36rem;
  color: #999;
}
.chrage_txt2 {
  font-size: .32rem;
  color: #000000;
  margin-top: .6rem;
  margin-left: .3rem;
}
.charge_num {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.charge_num div {
  background: #FEF2EB;
  border: 1px solid #FE863F;
  border-radius: .14rem;
  width: 2rem;
  height: .88rem;
  text-align: center;
  line-height: .88rem;
  margin-right: .11rem;
  margin-bottom: .2rem;
  font-size: .28rem;
  color: #FE863F;
  display: inline-block;
}
.charge_num div:nth-child(3n){
  margin-right: 0;
}
.next {
  position: fixed;
  width: calc(100% - .64rem);
  top: 6.12rem;
  right: .32rem;
  height: 1rem;
  border: none;
  border-radius: 1rem;
  background: linear-gradient(to right, #FEAA3A 0%, #FD8641 100%);
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 1rem;
}
.chrageBox {
  position: fixed;
  z-index: 1000;
  background: white;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 8.8rem;
}
.chrageBox .box_txt {
  position: relative;
  text-align: center;
  height: .92rem;
  line-height: .92rem;
  padding: 0 .3rem;
  border-bottom: 1px solid #EFEFEF;
}
.chrageBox .box_txt span {
  font-size: .36rem;
  color: #000000;
}
.chrageBox .box_txt img {
  position: absolute;
  width: .28rem;
  height: .28rem;
  right: .32rem;
  bottom: .32rem;
}
.chrageBox .box_money {
  margin-top: .5rem;
  font-family: PingFangSC-Medium;
  font-size: .72rem;
  color: #000000;
  margin-bottom: .1rem;
  text-align: center;
}
.chrageBox .box_info {
  border-bottom: 1px solid #EFEFEF;
  padding: 0 .3rem;
  line-break: .92rem;
  height: .92rem;
  span: nth-of-type(2);
  font-size: .3rem;
  color: #000000;
}
.chrageBox .box_info span:nth-of-type(1) {
  font-size: .3rem;
  color: #999999;
}
.chrageBox .box_pay {
  position: relative;
  border-bottom: 1px solid #EFEFEF;
  padding: 0 .3rem;
  line-break: .92rem;
  height: .92rem;
}
.chrageBox .box_pay span:nth-of-type(1) {
  font-size: .3rem;
  color: #999999;
}
.chrageBox .box_pay span:nth-of-type(2) {
  font-size: .3rem;
  color: #000000;
  position: absolute;
  right: .8rem;
  bottom: .2rem;
}
.chrageBox .pay_btn {
  width: 92%;
  margin: 3rem 4%;
  height: 1rem;
  background: #C81528;
  border-radius: .04rem;
  font-size: .32rem;
  color: #FFFFFF;
}
.chrageBox {
  display: none;
}
/*account-detials.html*/
.headBtn {
  width: 100%;
  padding: 0 .3rem;
  height: .8rem;
  background: white;
}
.headBtn .headBtn1 {
  line-height: .8rem;
}
.headBtn .headBtn1 div {
  margin-right: .8rem;
}
.headBtn .headBtn1 div span {
  font-size: .28rem;
  color: #666666;
}
.headBtn .rili {
  width: .36rem;
  height: .36rem;
  line-height: .8rem;
}
.accountdetail_con{
  padding: .32rem;
}
#accountMoney{
  height: calc(100vh - 2.4rem);
  overflow-y: auto;
}
.account_det {
  background: white;
  padding: .3rem;
  border-radius: .3rem;
  margin-bottom: .24rem;
}
.account_det .det_title span:nth-of-type(1) {
  font-size: .28rem;
  color: #333;
  line-height: .36rem;
}
.account_det .det_title span:nth-of-type(2) {
  font-size: .28rem;
  color: #333;
  line-height: .36rem;
}
.account_det .det_title .det_add {
  color: #FF8917 !important;
}
.account_det .det_title{
  margin-bottom: 0.06rem;
}
.account_det .det_money {
  font-size: .28rem;
  color: #333;
  line-height: .36rem;
  margin-bottom: 0.06rem;
}
.account_det .det_date {
  font-size: .28rem;
  color: #999999;
  line-height: .36rem;
}
.sel_detDate {
  position: absolute;
  bottom: 240px;
  left: 50%;
  display: none;
}
.MSBox {
  height: 1.32rem;
  width: 100%;
  background: white;
  position: absolute;
  top: .82rem;
  left: 0;
  padding: .3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  z-index: 100000;
  display: none;
  white-space: nowrap;
  overflow: scroll;
}
.MSBox div {
  display: inline-block;
  width: 2.16rem;
  height: .72rem;
  text-align: center;
  line-height: .72rem;
  font-size: .28rem;
  color: #5C5C5C;
  background: #F5F5F5;
  border-radius: 2px;
  border: none;
  margin: 0 .05rem;
}
.MSBox .btn_active1 {
  color: #FFFFFF;
  background: #FE863F;
}
/*coupon.html*/
.package_tab {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 .84rem;
  background: #FFFFFF;
}
.package_tab div {
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #666;
}
.package_tab .btn_active2 {
  font-family: PingFangSC-Medium;
  font-size: .28rem;
  color: #FE863F;
  border-bottom: 3px solid #FE863F;
}
.coupon_use {
  position: absolute;
  width: 100%;
  margin-top: .24rem;
  overflow-y: auto;
}
.coupon_q {
  position: relative;
  height: 1.6rem;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
  background-image: url(../img/l_yhjbh.png);
  width: 100%;
  background-size: 100% 100%;
  margin-bottom: .24rem;
}
.coupon_q .coupon_name {
  width: 5rem;
  padding-left: .14rem;
  margin-left: .26rem;
}
.coupon_use .use1{
  opacity: 0.3;
}
.coupon_use .use2{
  opacity: 1;
}
.coupon_q .coupon_name div:nth-of-type(1) {
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  line-height: .36rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: .06rem;
}
.coupon_q .coupon_name div:nth-of-type(2) {
  font-family: PingFangSC-Regular;
  font-size: .2rem;
  line-height: .26rem;
  color: #333333;
}
.coupon_q .qian {
  text-align: center;
  font-weight: bold;
  width: 1.5rem;
  height: 100%;
  line-height: 1.6rem;
}
.coupon_q .qian .zi {
  font-family: PingFangSC-Regular;
  font-size: .3rem;
  color: #D43E15;
  letter-spacing: -1px;
}
.coupon_q .qian .shu {
  font-family: PingFangSC-Regular;
  font-size: .64rem;
  color: #D43E15;
  letter-spacing: -1px;
}
.coupon_q .coupon_tips {
  width: 1rem;
  height: .48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .22rem;
  color: #FC4619;
  background: linear-gradient(to bottom, #FFFBFE 0%, #FFCBB7 100%);
  border-radius: .4rem;
  margin-right: .1rem;
}
.coupon_q .coupon_tips img {
  width: .94rem;
  height: 1rem;
}
.coupon_q .coupon_tips .couponCategory {
  position: absolute;
  top: .2rem;
  left: .12rem;
  color: white;
  transform: rotate(45deg);
  width: .94rem;
  text-align: center;
  font-size: .2rem;
}
.quan {
  background-image: url(../img/coupon_q.png);
  background-size: 100% 2rem;
}
.zhe {
  background-image: url(../img/coupon_z.png);
  background-size: 100% 2rem;
}
.can_use {
  z-index: 1000;
}
.used_active1 {
  color: #CCCCCC !important;
}
.used_active2 {
  color: #CCCCCC !important;
}
/*reward-points.html*/
.points_con{
  padding: .5rem .32rem 0;
}
.points {
  width: 100%;
  height: 2.2rem;
  background-image: url(../img/point_bg.png);
  background-size: cover;
  text-align: center;
  margin-bottom: .3rem;
}
.points .score {
  font-family: PingFangSC-Semibold;
  font-size: .64rem;
  color: #FFFFFF;
  letter-spacing: .04rem;
  line-height: .82rem;
  padding-top: .42rem;
}
.points .current {
  margin-top: .12rem;
  opacity: 0.7;
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #FFFFFF;
}
.points_tab{
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}
.points_list {
  margin-top: .08rem;
  height:calc(100vh - 5.3rem);
  overflow-y: auto;
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem;
  padding: .32rem;
  background: white;
}
.points_list li {
  padding-bottom: .32rem;
  height: 1.2rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  margin-bottom: .24rem;
}
.points_list li .point_name div:nth-of-type(1) {
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #333;
  line-height: .36rem;
  margin-bottom: .16rem;
}
.points_list li .point_name div:nth-of-type(2) {
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #999999;
  line-height: .36rem;
}
.points_list li .point_score {
  font-family: PingFangSC-Regular;
  color: #333;
  font-size: .28rem;
  line-height: .36rem;
}
.points_list li .active1 {
  color: #FE863F !important;
}
/*my-package.html*/
.sel_pack {
  position: relative;
  margin: .16rem .3rem;
  background: white;
}
.sel_pack input {
  width: 100%;
  height: .6rem;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  text-indent: .2rem;
  margin: 0;
  padding: 0;
}
.sel_pack ::-webkit-input-placeholder {
  font-size: .28rem;
  font-family: PingFangSC-Medium;
  color: #999999;
  text-indent: .7rem;
}
.sel_pack ::-ms-input-placeholder {
  font-size: .28rem;
  font-family: PingFangSC-Medium;
  color: #999999;
  text-indent: .7rem;
}
.sel_pack span {
  position: absolute;
  display: inline-block;
  width: .7rem;
  left: .4rem;
  top: 0;
  line-height: .6rem;
  font-size: .28rem;
  color: #999999;
}
/*beforehand_list.html*/
.before_list {
  padding: .32rem;
  height: calc(100vh - 2.88rem);
  overflow-y: auto;
}
.before_list li {
  position: relative;
  background: white;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  border-radius: .3rem;
  padding: 0 .32rem;
  margin-bottom: .24rem;
}
.before_list li .before_pre {
  width: 100%;
}
.before_list li .before_pre .before_etc {
  height: .92rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.before_list li .before_pre .before_etc div:nth-of-type(1) span:nth-of-type(1){
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #999;
  line-height: .36rem;
}
.before_list li .before_pre .before_etc div:nth-of-type(1) span:nth-of-type(2){
  font-family: PingFangSC-Semibold;
  font-size: .28rem;
  color: #333333;
  line-height: .36rem;
}
.before_list li .before_pre .before_etc div:nth-of-type(2) {
  font-family: PingFangSC-Regular;
  font-size: .32rem;
  color: #999;
}
.before_li_con{
  padding: .24rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.before_list li .before_pre .before-ku,.before_list li .before_pre .before_content {
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #999;
  line-height: .36rem;
}
.before_list li .before_pre .before_c div {
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #999;
  line-height: .36rem;
}
.before_list li .before_pre .before_c div:nth-of-type(1) {
  /*margin-bottom: .16rem;*/
}
.before_list li .before_pre .before_cao {
  height: .82rem;
  background: #FFFFFF;
  width: 100%;
  font-size: .26rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.before_list li .before_pre .before_cao #bj{
  width: 50%;
  color: #0087FC;
  text-align: center;
  position: relative;
}
.before_list li .before_pre .before_cao #bj::after{
  content: ' ';
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  position: absolute;
  height: 20px;
  right: 0;
}
.before_list li .before_pre .before_cao #del{
  width: 50%;
  color: #FE863F;
  text-align: center;
}
.before_list li .before_next {
  display: none;
  width: 1.2rem;
  background: #FE863F;
  line-height: 2.4rem;
  text-align: center;
  font-size: .36rem;
  color: white;
}
.add_perpack {
  text-align: center;
  width: 100%;
  height: 1rem;
  position: fixed;
  bottom: 0;
  right: 0;
  background: white;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border-top-right-radius: .4rem;
  border-top-left-radius: .4rem;
}
.add_perpack .add{
  height: 1rem;
}
.add_perpack .calcle{
  display: flex;
  align-items: center;
  height: .49rem;
  border-top: 1px solid rgba(0,0,0,0.06);
  justify-content: center;
  color: #333333;
  font-size: .26rem;
  width: 100%;
}
.add_perpack img {
  width: .32rem;
  height: .32rem;
  margin-right: .08rem;
}
.add_perpack span {
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #FE863F;
}
/*fill-in-info.html*/
#add_goods {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FCF6F1;
  z-index: 1000;
}
.fill_list {
  margin: .32rem .32rem 0;
  width: calc(100% - .64rem);
  background: white;
  border-radius: .3rem;
  box-sizing: border-box;
}
.fill_list li {
  width: 100%;
  height: 1rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 0 .32rem;
}
.fill_list li span {
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  color: #333;
  display: flex;
  align-items: center;
}
.fill_list li .fill_in img {
  width: .36rem;
  height: .36rem;
}
.fill_list li .fill_in select {
  line-height: .91rem;
  padding: 0;
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  color: #333;
  direction: rtl;
}
.fill_list li .fill_in select option {
  text-align: right;
}
.fill_list li .fill_in input {
  width: 4rem;
  line-height: .91rem;
  text-align: right;
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  color: #333;
  border: none;
  margin: 0;
  padding: 0;
}
.fill_list li .fill_in ::-webkit-input-placeholder {
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  color: #CCCCCC;
}
.fill_list li .fill_in ::-ms-input-placeholder {
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  color: #CCCCCC;
}
.fill_list li:nth-last-of-type(1) {
  border-bottom: none;
}
.fill_btn {
  position: fixed;
  width: calc(100% - .64rem);
  bottom: 0;
  right: .32rem;
  height: 1rem;
  border: none;
  border-radius: 1rem;
  background: linear-gradient(to right, #FEAA3A 0%, #FD8641 100%);
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 1rem;
  z-index: 10;
}
.fill_btn .fill_btn_add {
  width: 3.3rem;
  background: linear-gradient(to right, #FEAA3A 0%, #FD8641 100%);
  height: 100%;
  border: none;
  color: white;
  border-radius: 1rem;
}
.fill_btn .fill_btn_add2 {
  display: none;
  width: 3.3rem;
  background: linear-gradient(to right, #FEAA3A 0%, #FD8641 100%);
  height: 100%;
  border: none;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
}
.fill_btn .fill_btn_close {
  width: 3.3rem;
  background:#2E9BF9;
  height: 100%;
  border: none;
  color: white;
  border-radius: 1rem;
}
/*recevie-package.html*/
.bgyb_con{
  height: calc(100vh - 1.88rem);
  padding: .32rem;
  overflow-y: auto;
}
.rec_sel1{
  height: 1rem;
  width: 100%;
  background: white;
  padding: .1rem 0.32rem;
}
.rec_pack1 {
  width: 5rem;
  position: relative;
}
.rec_pack1 input {
  width: 100%;
  border: 1px solid #FEDDC9;
  text-indent: .9rem;
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  margin: 0;
  padding: 0;
  height: .8rem;
  color: #333;
  background-color: #FEF2EB;
  border-radius: .3rem;
}
.rec_pack1 img{
  position: absolute;
  left: .4rem;
  top: .24rem;
  width: .32rem;
  height: .32rem;
}
.rec_pack1 ::-webkit-input-placeholder {
  font-size: .26rem;
  font-family: PingFangSC-Medium;
  color: #999999;
  text-align: left;
}
.rec_pack1 ::-ms-input-placeholder {
  font-size: .26rem;
  font-family: PingFangSC-Medium;
  color: #999999;
  text-align: left;
}
.rec_pack1 div {
  position: absolute;
  right: .06rem;
  top: .06rem;
  width: 1.6rem;
  height: .64rem;
  background: #FD8641;
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .3rem;
}
.rec_sel2 {
  display: none;
}
.rec_pack2 {
  position: relative;
  margin: .16rem .3rem;
  background: white;
  width: 5.8rem;
  z-index: 1000;
}
.rec_pack2 input {
  width: 100%;
  height: .6rem;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  text-indent: .2rem;
  font-size: .28rem;
  border-radius: 4px;
  margin: 0;
  padding: 0;
}
.rec_pack2 ::-webkit-input-placeholder {
  font-size: .28rem;
  font-family: PingFangSC-Medium;
  color: #999999;
  text-indent: .5rem;
}
.rec_pack2 ::-ms-input-placeholder {
  font-size: .28rem;
  font-family: PingFangSC-Medium;
  color: #999999;
  text-indent: .5rem;
}
.rec_pack2 span {
  position: absolute;
  display: inline-block;
  left: .2rem;
  top: 0;
  line-height: .6rem;
  font-size: .28rem;
  color: #999999;
}
.receive_btn {
  width: 1.6rem;
  height: .56rem;
  border-radius: .3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #29CBF3 0%, #007FF1 100%);
}
.receive_btn img {
  width: .28rem;
  height: .28rem;
  margin-right: .1rem;
}
.receive_btn span {
  font-family: PingFangSC-Medium;
  font-size: .26rem;
  color: #fff;
}
.receive_close {
  font-family: PingFangSC-Medium;
  font-size: .32rem;
  color: #0F80FB;
  margin-right: .3rem;
  z-index: 1000;
}
.rec_list{
  padding: .32rem;
  height: calc(100vh - 1.88rem);
  overflow-y: auto;
}
.rec_etc{
  height: 1.36rem;
  padding: .24rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rec_etc div span:nth-of-type(1) {
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #999;
  line-height: .36rem;
  flex: none;
}
.rec_etc div span:nth-of-type(2) {
  font-family: PingFangSC-Semibold;
  font-size: .28rem;
  color: #333333;
  line-height: .36rem;
}
.rec_etc_top{
  height: .92rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.rec_etc_top_con span:nth-of-type(1) {
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #999;
  line-height: .36rem;
  flex: none;
}
.rec_etc_top_con span:nth-of-type(2) {
  font-family: PingFangSC-Semibold;
  font-size: .28rem;
  color: #333333;
  line-height: .36rem;
}
.rec_list li {
  position: relative;
  background: white;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  border-radius: .3rem;
  padding: 0 .32rem;
  margin-bottom: .24rem;
}
.rec_list li .rec_right img {
  width: .36rem;
  height: .36rem;
}
.rec_list li .rec_btn {
  height: .82rem;
  background: #FFFFFF;
  width: 100%;
  font-size: .26rem;
  color: #FE863F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.rec_list li .btn_active3 {
  display: none;
}
/*receive-detial.html*/
.etc_rec {
  width: 100%;
  height: 2rem;
  background-image: url(../img/recevie_bg.png);
  background-size: cover;
  text-align: center;
}
.etc_rec .etc_num {
  font-family: PingFangSC-Semibold;
  font-size: .52rem;
  color: #FFFFFF;
  letter-spacing: .04rem;
  padding-top: .5rem;
  line-height: .74rem;
}
.etc_rec .etc_txt {
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #FFFFFF;
}
.bill {
  margin-bottom: .3rem;
}
.bill span {
  display: inline-block;
  margin-bottom: .3rem;
}
.bill .upload_b {
  height: 1.2rem;
  width: 1.2rem;
}
.bill input {
  display: none;
}
.bill label {
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  border: .02rem solid #ccc;
  font-size: .4rem;
  text-align: center;
  line-height: 1.16rem;
  color: #ccc;
}
.rec_address {
  padding: .3rem;
  background: white;
}
.rec_address .rec_phone img {
  width: .36rem;
  height: .36rem;
  margin-right: .3rem;
}
.rec_address .rec_phone span {
  font-family: PingFangSC-Semibold;
  font-size: .3rem;
  color: #333333;
}
.rec_address .rec_id {
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #808080;
  margin-left: .7rem;
}
.rec_address .re_adrs {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.rec_address .re_adrs div {
  display: inline-block;
}
.rec_address .re_adrs div:nth-of-type(1) {
  width: .7rem;
  height: .28rem;
  background: #C81528;
  border-radius: 2rem;
  text-align: center;
  color: white;
  font-size: .2rem;
}
.rec_address .re_adrs div:nth-of-type(2) {
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #808080;
  line-height: .44rem;
}
.rec_detial1 {
  font-size: 0;
}
.rec_detial1 .rec_title {
  font-family: PingFangSC-Regular;
  font-size: .22rem;
  color: #808080;
  margin: .2rem .3rem;
}
.rec_detial1 .rec_tips {
  width: 100%;
  height: .7rem;
  font-family: PingFangSC-Regular;
  font-size: .24rem;
  color: #4A4843;
  letter-spacing: 0;
  background: #FAF7D8;
  line-height: .7rem;
  padding: 0 .3rem;
}
.rec_detial1 .textarea {
  width: 100%;
  height: 2.3rem;
  border: none;
  font-size: .28rem;
  padding: .3rem;
}
.rec_detial1 .textarea::-webkit-input-placeholder {
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #CCCCCC;
}
.rec_list1 {
  width: 100%;
  background: white;
  border-bottom: 1px solid #EDEDED;
  border-top: 1px solid #EDEDED;
}
.rec_list1 li {
  padding: 0 .3rem;
  height: 1rem;
  line-height: 1rem;
  border-bottom: 1px solid #EDEDED;
}
.rec_list1 li span {
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #000000;
}
.rec_list1 li:nth-last-of-type(1) {
  border-bottom: none;
}
.add_rec {
  text-align: center;
  width: 100%;
  height: .8rem;
  background: white;
  line-height: .8rem;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.add_rec img {
  width: .28rem;
  height: .28rem;
  margin-right: .12rem;
}
.add_rec span {
  font-family: PingFangSC-Regular;
  font-size: .24rem;
  color: #FE863F;
}
.pack_sever {
  border-radius: .3rem;
  background: #fff;
  padding: .32rem .32rem 0;
}
.pack_sever p {
  font-family: PingFangSC-Medium;
  font-size: .26rem;
  color: #333333;
  line-height: .36rem;
  margin-bottom: .24rem;
  font-weight: bold;
}
.pack_sever .pack_llist2 {
  justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  background: white;
  align-items: start;
}
.pack_sever .pack_llist2 li:nth-of-type(1){
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.pack_sever .pack_llist2 li:nth-of-type(2){
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.pack_sever .pack_llist2 li:nth-of-type(3){
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.pack_sever .pack_llist2 li:last-of-type{
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: .24rem;
}
.pack_sever .pack_llist2 li {
  display: inline-block;
  position: relative;
  width: 33.3%;
  height: 2.1rem;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.pack_sever .pack_llist2 li .sever_img {
  padding-top: .34rem;
}
.pack_sever .pack_llist2 li .sever_img img {
  width: .72rem;
  height: .72rem;
}
.pack_sever .pack_llist2 li .sever_title {
  justify-content: center;
  -webkit-justify-content: center;
  margin: .2rem .2rem 0;
}
.pack_sever .pack_llist2 li .sever_title span {
  font-family: PingFangSC-Regular;
  font-size: .24rem;
  color: #333333;
}
.pack_sever .pack_llist2 li .sever_title img {
  width: .24rem;
  height: .24rem;
  margin-left: .08rem;
  display: inline;
  vertical-align: middle;
}
.pack_sever .pack_llist2 li .chargeMoney {
  color: #CFCFCF;
}
.pack_sever .pack_llist2 li .sever_intro {
  font-family: PingFangSC-Regular;
  font-size: .2rem;
  color: #808080;
  line-height: .2rem;
}
.pack_sever .pack_llist2 li .sever_check {
  position: absolute;
  width: .28rem;
  height: .28rem;
  border: 1px solid #EDEDED;
  top: .1rem;
  left: .1rem;
}
.pack_sever .pack_llist2 li .sever_check img {
  width: .28rem;
  height: .28rem;
  border-radius: .1rem;
}
.pack_sever .pack_llist2 li .sever_state {
  position: absolute;
  width: 1.16rem;
  height: 1.16rem;
  top: -.38rem;
  right: -.38rem;
}
.pack_sever .pack_llist2 li .sever_state img {
  width: 1.16rem;
  height: 1.16rem;
}
.pack_sever .pack_llist2 li .sever_state div {
  position: absolute;
  top: .46rem;
  right: .46rem;
  font-family: PingFangSC-Medium;
  font-size: .2rem;
  line-height: .26rem;
  color: white;
  letter-spacing: 0.41px;
  line-height: .2rem;
  transform: rotate(45deg);
}
.pack_sever .card_num {
  display: none;
  background: white;
  padding: 0 .3rem;
  height: .92rem;
  border-bottom: 1px solid #EDEDED;
}
.pack_sever .card_num .card_name {
  font-family: PingFangSC-Regular;
  font-size: .3rem;
  color: #000000;
}
.pack_sever .card_num img {
  width: .2rem;
  height: .2rem;
}
.pack_sever .card_num span {
  display: inline-block;
  padding: .1rem .5rem;
  margin: 0 .2rem;
  background: #F6F6F6;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: .3rem;
  color: #000000;
}
.pack_sever .pack_llist3 {
  background: white;
  padding: .24rem 0;
  border-bottom: 1px dashed rgba(0,0,0,0.06);
  border-top: 1px dashed rgba(0,0,0,0.06);
}
.pack_sever .pack_llist3 li {
  line-height: .4rem;
  font-size: .26rem;
  margin-bottom: .12rem;
}
.pack_sever .pack_llist3 li:nth-last-of-type(1){
  margin-bottom: 0;
}
.pack_sever .pack_llist3 li span:nth-of-type(1) {
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  color: #666;
}
.pack_sever .pack_llist3 li span:nth-of-type(2) {
  font-family: PingFangSC-Medium;
  font-size: .26rem;
  color: #333;
}
.pack_sever .pack_total {
  height: .88rem;
}
.pack_sever .pack_total span:nth-of-type(1) {
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  color: #333;
}
.pack_sever .pack_total span:nth-of-type(2) {
  font-family: PingFangSC-Medium;
  font-size: .26rem;
  color: #FE863F;
}
.channel_sel {
  /*margin-bottom: .24rem;*/
  /*padding: .32rem .32rem;*/
  background: white;
  height: .3rem;
  position: relative;
  border-radius: .3rem;
}
.channel_sel .channel_head {
  font-family: PingFangSC-Medium;
  font-size: .26rem;
  color: #333333;
  line-height: .36rem;
  margin-bottom: .24rem;
  font-weight: bold;
}
.channel_sel .fa_channel div {
  align-items: center;
  -webkit-align-items: center;
}
.channel_sel .fa_channel div .fa_img {
  width: .32rem;
  height: .32rem;
  margin-right: .2rem;
}
.channel_sel .fa_channel div .fa_title {
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #333333;
  line-height: .28rem;
}
.channel_sel .fa_channel div .fa_tips {
  width: .2rem;
  height: .2rem;
  margin-left: .1rem;
}
.channel_box {
  display: none;
  position: absolute;
  min-width: 3rem;
  max-width: 60%;
  right: 1rem;
  top: 1rem;
  border: 1px solid #EDEDED;
  background: white;
  z-index: 1000;
  background: #F0F0F0;
  border-radius: .24rem;
  -moz-box-shadow: 10px 10px 14px #0B1B33;
  -webkit-box-shadow: 10px 10px 14px #0B1B33;
  box-shadow: 10px 10px 14px #0B1B33;
}
.channel_box .channel_title {
  font-family: PingFangSC-Regular;
  font-size: .3rem;
  color: #333333;
  min-width: 2rem;
  padding: .2rem .3rem;
  word-wrap: break-word;
  word-break: break-all;
  border-bottom: 1px solid #DEDEDE;
  border-radius: .24rem;
}
.channel_box .ch_active1 {
  background: #3D9CFA;
}
.pack_check {
  margin-top: .5rem;
}
.pack_check .chckbox a {
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  color: #808080;
}
.pack_check .chckbox a span {
  color: #36A6F5;
}
.pack_btn1 {
  position: fixed;
  width: calc(100% - .64rem);
  bottom: 0;
  right: .32rem;
  height: 1rem;
  border: none;
  border-radius: 1rem;
  background: linear-gradient(to right, #FEAA3A 0%, #FD8641 100%);
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 1rem;
}
.img1 {
  position: relative;
  display: inline-block;
  margin-right: .2rem;
  margin-bottom: .2rem;
}
.img1 img:nth-of-type(1) {
  width: 1.2rem;
  height: 1.2rem;
}
.img1 img:nth-of-type(2) {
  position: absolute;
  width: .4rem;
  height: .4rem;
  top: 0;
  left: .85rem;
}
.package_tips_box {
  display: none;
  width: 5.4rem;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -2.7rem;
  margin-top: -4rem;
  background: white;
  z-index: 1000;
  border-radius: .24rem;
}
.package_tips_box .package_tips_txt {
  padding: .4rem .3rem .89rem;
}
.package_tips_box .package_tips_btn {
  border-top: 1px solid #D3D3D3;
  height: .87rem;
  text-align: center;
  line-height: .87rem;
  font-family: PingFangSC-Regular;
  font-size: .34rem;
  color: #0F80FB;
}
.package_tips_rule {
  display: none;
  width: 5.4rem;
  position: fixed;
  top: .6rem;
  left: 50%;
  margin-left: -2.7rem;
  background: white;
  z-index: 1000;
  border-radius: .24rem;
}
.package_tips_rule .package_tips_txt {
  width: 100%;
  padding: .4rem .3rem .89rem;
  height: 9rem;
  overflow: scroll;
}
.package_tips_rule .package_tips_txt .tips_rule_title {
  font-family: PingFangSC-Medium;
  font-size: .34rem;
  color: #000000;
  letter-spacing: -0.41px;
  text-align: center;
  margin-bottom: .3rem;
}
.package_tips_rule .package_tips_txt .tips_rule_txt p {
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  color: #4D4D4D;
  letter-spacing: 0;
  line-height: .4rem;
  margin-bottom: .2rem;
}
.package_tips_rule .package_tips_txt .rule_table {
  overflow: scroll;
  height: 4rem;
}
.package_tips_rule .package_tips_txt .rule_table table {
  border: 1px solid #D6E5EB;
  width: 11.85rem;
}
.package_tips_rule .package_tips_txt .rule_table table tr th {
  background: #EBF2F5;
  width: 1.2rem;
  height: .68rem;
  font-family: PingFangSC-Regular;
  font-size: .2rem;
  color: #0F80FB;
}
.package_tips_rule .package_tips_txt .rule_table table tr th:nth-of-type(1) {
  width: 2.2rem;
  text-align: left;
  padding-left: .2rem;
}
.package_tips_rule .package_tips_txt .rule_table table tr th:nth-last-of-type(1) {
  width: 1.6rem;
}
.package_tips_rule .package_tips_txt .rule_table table tr th:nth-last-of-type(2) {
  width: 1.6rem;
}
.package_tips_rule .package_tips_txt .rule_table table tr th:nth-last-of-type(3) {
  width: 1.6rem;
}
.package_tips_rule .package_tips_txt .rule_table table tr td {
  font-family: PingFangSC-Regular;
  font-size: .2rem;
  color: #4D4D4D;
  width: 1.2rem;
  height: .48rem;
  padding-left: .1rem;
}
.package_tips_rule .package_tips_txt .rule_table table tr td:nth-of-type(1) {
  width: 2.2rem;
}
.package_tips_rule .package_tips_txt .rule_table table tr td:nth-last-of-type(1) {
  width: 1.6rem;
}
.package_tips_rule .package_tips_txt .rule_table table tr td:nth-last-of-type(2) {
  width: 1.6rem;
}
.package_tips_rule .package_tips_txt .rule_table table tr td:nth-last-of-type(3) {
  width: 1.6rem;
}
.package_tips_rule .package_tips_btn {
  border-top: 1px solid #D3D3D3;
  height: .87rem;
  text-align: center;
  line-height: .87rem;
  font-family: PingFangSC-Regular;
  font-size: .34rem;
  color: #FE863F;
}
.pre_list {
  margin-bottom: .24rem;
  background: white;
  border-radius: .3rem;
  padding: 0 .22rem;
}
.pre_list .pre_head {
  padding: .24rem 0 .16rem;
}
.pre_list .pre_head .pre_tips {
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  color: #333;
  line-height: .4rem;
}
.pre_list .pre_head .pre_addTr {
  font-family: PingFangSC-Medium;
  font-size: .26rem;
  color: #FE863F;
  letter-spacing: 0;
  line-height: .4rem;
}
.pre_list .pre_table {
}
.pre_list .pre_table table {
  width: 100%;
  border: none;
}
.pre_list .pre_table table tr{
}
.pre_write_con{
  padding: .32rem .32rem 1.32rem;
}
.deliver_write_con{
  padding: .32rem .32rem 2.52rem;
  overflow-y: auto;
}
.warning-alert{
  margin-top: .24rem;
  line-height: .4rem;
  font-size: .26rem;
  display: block;
  color: #333;
}
.deliver_confirm_btn{
  position: fixed;
  width: calc(100% - .64rem);
  bottom: 0;
  right: .32rem;
  height: 1rem;
  border: none;
  border-radius: 1rem;
  background: linear-gradient(to right, #FEAA3A 0%, #FD8641 100%);
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 1rem;
}
.pre_list .pre_table table th {
  background: #FE863F;
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  color: #fff;
  text-align: left;
  padding-left: .2rem;
  height: .8rem;
  border: none;
}
.pre_list .pre_table table th:nth-of-type(1) {
  width: 28%;
}
.pre_list .pre_table table th:nth-of-type(2) {
  width: 28%;
}
.pre_list .pre_table table th:nth-of-type(3) {
  width: 13%;
}
.pre_list .pre_table table th:nth-of-type(4) {
  width: 18%;
}
.pre_list .pre_table table th:nth-of-type(5) {
  width: 13%;
}
.pre_list .pre_table table thead th:nth-of-type(1) {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}
.pre_list .pre_table table thead th:nth-last-child(1) {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.pre_list .pre_table table tbody th:nth-of-type(1) {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}
.pre_list .pre_table table tbody th:nth-last-child(1) {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.pre_list .pre_table tr td {
  height: .8rem;
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  color: #333;
  text-align: left;
  padding-left: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
}
.pre_list .pre_table tr td:nth-of-type(1) {
  width: 28%;
}
.pre_list .pre_table tr td:nth-of-type(2) {
  width: 28%;
}
.pre_list .pre_table tr td:nth-of-type(3) {
  width: 13%;
}
.pre_list .pre_table tr td:nth-of-type(4) {
  width: 18%;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  color: #FF6C30;
}
.pre_list .pre_table tr td:nth-of-type(5) {
  width: 13%;
}
.pre_list .pre_table tr td:nth-of-type(5) .pre_del {
  font-family: PingFangSC-Regular;
  font-size: .24rem;
  color: #808080;
}
.pre_listF {
  display: block;
}
.pre_listF .pre_tips {
  font-family: PingFangSC-Medium;
  font-size: .28rem;
  color: #FE863F !important;
  line-height: 14px;
  border-left: 3px solid #FE863F;
}
.pre_listH {
  display: none;
}
.kong {
  display: none;
  text-align: center;
  font-size: .6rem;
  margin-top: .6rem;
  color: #DCDCDC;
}
.authModel{
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 1000000000;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5);
}
.authModel .authbox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 5.4rem;
	background: #FFFFFF;
	border-radius: .24rem;
}
.authModel .authbox .title{
	text-align: center;	
	font-size: .32rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #030303;
	line-height: .44rem;
	padding: .92rem .78rem;
}
.authModel .authbox  .authbtn{
	display: flex;
	align-items: center;
	height: .86rem;
	border-top: .02rem solid rgba(185,185,185,0.78);
}
.authModel .authbox .authbtn div{
	flex: 1;
	height: 100%;
	font-size: .34rem;
	text-align: center;
	font-weight: 400;
	color: #0F80FB;
	line-height: 48px;
	line-height: .86rem;
}
.authModel .authbox .authbtn .authcancel{
	border-right: .02rem solid rgba(185,185,185,0.78);
}
