/*
 *这是单独为hello mui准备的个性化css，可以覆盖标准mui的css定义；
 * 在实际项目开发时，建议为App单独写一个css文件，从而实现项目的自定义皮肤功能；
 * 
 * */
.mui-plus header.mui-bar{
	/* display: none; */
}
.mui-plus .mui-bar-nav~.mui-content{
	/* padding: 0; */
}
.mui-btn-danger, .mui-btn-negative, .mui-btn-red {
    border: 1px solid #f14f00;
    background-color: #f14f00;
}
.mui-badge-nobg {font-size: 15px;
    color: #666;
    background-color: unset;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mui-input-row .mui-input-password~.mui-icon-eye.mui-active {
  color: #ff4d16;
}
.mui-toast-container {bottom: 50% !important;}  
.mui-bar-tab { border-top: solid 1px #dadada;}
.mui-bar-tab .mui-tab-item.mui-active {
  color: #f14f00;
}
.mui-bar-tab .mui-tab-item.mui-active .mui-icon {
  color: #f14f00;
}
.mui-bar {
  background: #ffffff;
  border-bottom: none;
  box-shadow: none;
}
.mui-bar .mui-btn-link {
  color: #f14f00;;
}
.mui-segmented-control .mui-control-item {
	line-height: 42px;
	font-size: 15px;
	font-weight: 700;
}
/*hm开头的表示仅为 Hello MUI示例定义*/
.hm-description{
	margin: .5em 0;
}

.hm-description>li {
	font-size: 14px;
	color: #8f8f94;
}

body, .mui-content {
  background: #efeff4;
   /* #ffffff; */
  color: #363636;
  font-size: 15px;
}
* {
    touch-action: pan-y;
}
input, select, textarea {
  font-size: 15px;
} 
img {
  display: block;
}
a {color: #363636;}
a:hover {
  text-decoration: none;
}
.gx-bs-tab-wrap .nav-tabs {
  border-bottom: unset;
  display: inline-block;
}
.gx-bs-tab-wrap .nav > li > a {
  padding: 6px 20px;
}
.gx-bs-tab-wrap .nav-tabs > li > a {
  margin-right: 0px;
}
.gx-bs-tab-wrap .nav-tabs > li > a {
  border: unset 0px;
  font-size: 16px;
  padding: 8px 0px;
  margin:  0px 18px;
}
.gx-bs-tab-wrap .nav-tabs > li.active > a {
  color: #f14f00;
  position: relative;
  z-index: 1;
}
.gx-bs-tab-wrap .nav-tabs > li.active a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #f14f00;
  right: 0px;
  bottom: 12px;
  bottom: -1px;
}
.gx-bs-tab-wrap .nav-tabs > li:last-child a:before {}
.gx-bs-tab-wrap .nav-tabs > li > a:hover {
  background: unset;
  border-color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.gx-bs-tab-wrap .nav-tabs > li.active > a, .gx-bs-tab-wrap .nav-tabs > li.active > a:focus, .change-nav-tabs .nav-tabs > li.active > a:hover {
  border-color: #ffffff;
}
.banner-wrap { padding-top: 46px;}
.banner-wrap img {
  width: 100%;
  height: auto;
}
.banner-wrap .swiper-pagination-bullet {
  background: #ffffff;
  opacity: .5;
}
.banner-wrap .swiper-pagination-bullet-active {
  background: #f14f00;
  opacity: 1;
}

.container {
  padding: 0px 15px;
  /* margin: 0 auto; */
  overflow: hidden;
}
.required-start {
  color: #f14f00;
  margin-right: 2px;
}
.mk-title {
  font-size: 15px;
  font-weight: 700;
  padding: 10px 15px;
  color: #333;
  background: #efeff4;
}
.main-t {
  font-size: 16px;
  color: #363636;
  font-weight: 700;
}
.sub-t {
  font-size: 13px;
  color: #b3b3b3;
}
.sub-t span {
  margin: 0px 4px;
}
.desc-t {
  font-size: 14px;
  color: #363636;
}
.mar-b15 {
  margin-bottom: 15px;
}
.interval-border-14 {
  height: 6px;
  /* border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; */
  background: #efeff4;
}
.interval-border-20 {
  height: 12px;
  /* border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; */
  background: #efeff4;
}
.gx-tip-info {
  font-size: 13px;
  color: #999;
  line-height: 24px;
  padding: 15px;
  padding-top: 10px;
}
.gx-tab-wrap {
  background: #ffffff;
}
.gx-tab-wrap {}
.gx-tab-wrap .mui-segmented-control.mui-segmented-control-inverted .mui-control-item span {
  display: inline-block;
}
.gx-tab-wrap .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
  color: #f14f00;
}
.gx-tab-wrap .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active span {
  border-bottom: 2px solid #f14f00;
}
.gx-tab-wrap .mui-segmented-control.mui-segmented-control-inverted .mui-control-item {
  position: relative;
}
.gx-tab-wrap .mui-segmented-control.mui-segmented-control-inverted .mui-control-item:last-child::after {
  display: none;
}
.gx-tab-wrap .mui-segmented-control.mui-segmented-control-inverted .mui-control-item::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 12px;
  background: #e7e7e7;
}
.mui-slider .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-group .mui-slider-item {
  border-top: 1px solid #e7e7e7;
  border-bottom: unset
}
.img-banner { margin-top: 46px;}
.img-banner img {
  width: 100%;
  height: auto;
}

ul.gx {
  margin: 0;
  padding: 0;
}
ul.gx li {
  list-style: none;
}

.mui-slider-indicator .mui-active.mui-indicator {
  background: #f14f00;
  opacity: 1;
}
.mui-slider-indicator .mui-indicator {
  background: #fff;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  opacity: .5;
}

.gx-tag {
  background-color: #ff4d16; height: 20px; line-height: 20px;
  display: inline-block;
  padding: 0px 10px;;
  font-size: 12px;
  color: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
  white-space: nowrap;
 
}
.gx-tag-green {
    background-color: #08b200;
}
.gx-tag-grey {
    background-color: #aaaaaa;
}
.gx-tag-red {
    background-color: #ff0000;
}
.gx-tag-blue {
    background-color: #3592ff;
}
.list-desc-wrap {}
.list-desc-wrap .iconfont {
  margin-right: 9px;
}
.list-desc-wrap .item {
  height: 22px;
  line-height: 22px;
  color: #656565;
  font-size: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.list-desc-wrap .item:last-child {
  margin-bottom: 0px;
}
.list-desc-wrap .time {}
.list-desc-wrap .add {}
.list-desc-wrap .type {}
/*  */
.apple-join {
  padding: 10px 0px;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
}
.apple-join-con {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px

}
.apple-join-con .logo-cycle {
  height: 45px;
  width: auto;
  margin: 0px;
  display: inline-block;
}
.apple-join-con .tip {
  padding-right: 5px;
  width: calc(100vw - 60px - 80px - 20px);
}
.apple-join-con .tip .main-t {
  width: 100%;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  
}
.apple-join-con .join {
  width: 75px;
  text-align: right;
}
.apple-join-con .join .mui-btn-primary {
  background: #f14f00;
  border: 1px solid #f14f00; text-align: center; width: 100%; 
}
.list-type-a {
  padding: 15px 0px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background: #ffffff;
}

.list-type-a .first .img {
  width: 120px; height: 90px;
  float: left;
  overflow: hidden;
}
.list-type-a .first .img img {
  width: auto;
  height: 90px;
}
.list-type-a .first .info {
  padding-left: 10px;
  overflow: hidden;
}
.list-type-a .first .info .title {
  width: 100%;
  line-height: 25px; height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-type-a .first .info .label { padding: 0px;
  margin-bottom: 4px;
}
.list-type-a .bot .desc {
  line-height: 30px; height: 35px; border-bottom:1px #dadada solid; margin-bottom:15px; overflow: hidden;
}
.list-type-a .other {
  padding-top: 15px;
  border-top: 1px solid #e7e7e7;
}
.list-type-a .other ul li {}
.list-type-a .other ul li {
  padding: 0px 15px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.list-type-a .other ul li:last-child {
  border-bottom: unset;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.list-type-a .other ul li .title {
  height: 30px;
  margin-bottom: 6px;
  display: grid;
  align-items: center;
  grid-template-columns: 80% 20%;
}
.list-type-a .other ul li .title .left {
  /* float: left; */
  /* width: 200px; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-type-a .other ul li .title .right {
  text-align: right;
}
.looper-first {}
.looper-first .first {

}
.looper-first .first:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: unset;
}
.looper-other {}
.looper-other .other {
  padding-top: 0px;
  border-top: unset;
}
.tab-looper-other {
  border-top: unset;
  border-bottom: unset;
}
.list-type-b {
  padding: 15px 0px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background: #ffffff;margin-bottom: 62px;
}
.list-type-b ul {}
.list-type-b ul li {
  padding: 0px 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7; height: 90px;
}
.list-type-b ul li:last-child {
  border-bottom: unset;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.list-type-b ul li .left {
	height: 80px; width: 110px;
  float: left;
  overflow: hidden;
}
.list-type-b ul li .left img {
  max-height: 80px;
  /* 95px; */
  width: auto;
}
.list-type-b ul li .right {
  overflow: hidden;
  padding-left: 10px;
}
.list-type-b ul li .right .title {
  width: 100%;
  line-height: 25px;
}
.list-type-b ul li .right .sub-t { height: 25px; line-height: 25px; font-size: 12px;

}
.list-type-b ul li .right .desc-t {
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}

.list-type-c {
  padding: 10px 0px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background: #ffffff;
}
.list-type-c ul {}
.list-type-c ul li {
  padding: 0px 15px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e7e7e7;
}
.list-type-c ul li:last-child {
  border-bottom: unset;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.list-type-c ul li .title {
  height: 30px;
  display: grid;
  align-items: center;
  grid-template-columns: 80% 20%;
}
.list-type-c ul li .title .left {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-type-c ul li .title .right {
  text-align: right;
}
.list-type-c ul li .bot {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.list-type-c ul li .bot .item {
  font-size: 14px;
  padding: 2px 0px
}
.list-type-c ul li .bot .item .left {
  color: #999;
  float: left;
  overflow: hidden;
}
.list-type-c ul li .bot .item .right {
  overflow: hidden;
  padding-left: 12px;
  color: #363636;
}
.list-type-c ul li .bot .item:nth-child(2) .left,
.list-type-c ul li .bot .item:nth-child(4) .left {
  width: 90px;
  text-align: right;
}
.avator-info-wrap {
  padding: 15px;
  background: #ffffff;
  display: grid;
  grid-template-columns: 64px auto;
  align-items: center;
}
.avator-info-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 32px;
  overflow: hidden;
}
.avator-info-wrap .info {
  padding-left: 14px;
}
#userInfo .mui-table-view-cell {
  padding: 14px 15px;
}
.avator-info-wrap .info .main-info {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 3px;
}
.avator-info-wrap .info .sub-info {
  font-size: 14px;
}
.set-info-wrap {}
.set-info-wrap .mui-input-row label {
  width: 100px;
}
.set-info-wrap .mui-input-row label~input {
 width: calc(100% - 100px);
}
.set-avatar-wrap a {
  line-height: 60px;
}
.set-avatar-wrap span.head {
  margin-right: 20px;
}
.set-avatar-wrap .avatar-img {
  width: 60px;
  height: auto;
}

.detail-wrap {
  background: #ffffff;
  padding: 0px 15px;
  padding-bottom: 60px;
  min-height: 100px;
}
.detail-wrap .detail-top {
  padding: 20px 0px 10px 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.detail-wrap .detail-top .main-t {
  margin-bottom: 8px; font-size: 20px; line-height: 35px;
}
.detail-wrap .detail-bot {
  /* padding: 1; */
  text-align: justify;
  font-size: 15px;
  line-height: 200%; color: #333;
}
.detail-wrap .detail-bot p {color: #333;}
.detail-wrap .detail-bot img { width: 100%; 
}
.detail-wrap .detail-botb {  text-align: justify;
  font-size: 15px;
  line-height: 200%;}
.detail-wrap .detail-botb p{ padding-bottom: 10px;}
.detail-wrap .detail-botb img { width: 100%; }

.join-wrap {
  margin: 0px 15px;
  margin-top: -60px;
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 10px;
  z-index: 1;
  position: relative;
}

.join-wrap .top {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative;
}
.join-wrap .top::after{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #e7e7e7;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.join-wrap .top .main-title {
  font-size: 17px;
  font-weight: bold;
  color: #838383;
  margin-bottom: 8px;
}
.join-wrap .top .sub-title {
  font-size: 15px;
  color: #4e4e4e;
}

.join-wrap .mid .mui-input-group .mui-input-row {
  height: 44px;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.join-wrap .mid .mui-input-group:before,
.join-wrap .mid .mui-input-group:after {
  display: none;
}
.join-wrap .mid .mui-input-group .mui-input-row:after {
  left: 0px;
  background: #e7e7e7;
}
.join-wrap .mid .mui-input-row label {
  width: 110px;
  text-align: right;
  padding-left: 0px;
}
.join-wrap .mid .mui-input-row label~input {
  width: calc(100% - 110px);
}
.yzm-wrap {
  position: relative;
}
.yzm-wrap .get-yzm {
  position: absolute;
  right: 0px;
  top: 5px;
  text-align: center;
  display: inline-block;
  /* z-index: 9; */
  width: unset;
  padding: 6px 12px;
  background: #08b200;
  font-size: 13px;
}

.upload-id {
}
.join-wrap .mid .mui-input-group .upload-id {
  height: unset;
}
.upload-id .label {
  padding: 6px 0px 4px 15px;
}
.upload-id .upload-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0px;
}
.upload-id .upload-wrap .item {
  text-align: center;
  color: #747474;
  font-size: 14px;
}
.upload-id .upload-wrap .item .border {
  border: 1px solid #e7e7e7;
  padding: 15px 25px;
  margin-bottom: 8px;
}
.upload-id .upload-wrap .icon-wrap {
  width: 78px;
  height: 48px;
  margin: 0 auto;
}
.upload-id .upload-wrap .main {
  background: #fff url(../images/icon_id.png) 0px center no-repeat;
  background-size: auto 48px;
}
.upload-id .upload-wrap .sub {
  background: #fff url(../images/icon_id.png) -98px center no-repeat;
  background-size: auto 48px;
}

.join-wrap .mui-btn-submit {
  border: 1px solid #ff4d16;
  background-color: #ff4d16;
  color: #fff;
  padding: 10px 48px;
  border-radius: 24px;
  font-size: 15px;
  margin: 14px auto;
  font-weight: bold;
}
.flow-line {
  margin: 24px 0px 44px 0px;
  background: url(../images/flow-line.png) center center no-repeat;
  background-size: auto 36px;
  height: 36px;
}

.login-wrap {
  
}
.login-wrap .top {
  padding: 0px 15px;
  padding-top: 88px;
  margin-bottom: 34px;
}
.login-wrap .top .main {
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ff4d16;
}
.login-wrap .top .sub {
  font-size: 18px;
  font-weight: 500;
}
.login-wrap .mui-input-group:before,
.login-wrap .mui-input-group:after {
  height: 0px;
  background: unset;
}
.login-wrap .mui-input-group .mui-input-row:after {
  right:  15px;
}
.login-wrap  .mui-input-group .mui-input-row {
  margin-bottom: 8px;
  padding: 4px 0px;
  height: unset;
}
.login-wrap  .mui-input-group .mui-input-row input {
  font-size: 16px;
  line-height: unset;
}
.mui-input-row .mui-input-password~.mui-icon-eye {
  top: 14px;
  right: 14px;
  height: 28px;
  background: #ffffff;
}
.login-wrap .submit {
  padding: 15px;
}
.login-wrap .submit .mui-btn-primary {
  border: 1px solid #ff4d16;
  background-color: #ff4d16;
}
.login-wrap .mui-btn-block {
  padding: 10px;
  font-size: 16px;
}
.login-wrap .pic-yzm {
  position: relative;
}
.login-wrap .pic-yzm .pic-wrap  {
  position: absolute;
  width: 88px;
  height: 40px;
  right: 15px;
  top: 4px;
  overflow: hidden;
}
.login-wrap .pic-yzm .pic-wrap img {
  height: 100%;
  width: auto;
}

.userinfoModal {}
.userinfoModal .change-label {
  margin-bottom: 8px;
  font-size: 14px;
  color: #666;
}
.userinfoModal .modal-footer .mui-btn-primary {
  border: 1px solid #ff4d16;
  background-color: #ff4d16;
}
.userinfoModal .modal-dialog {
  width: 92%;
  top:  25%;
  margin: 0 auto;
}

.yuedupdf   { height: 60px; padding: 10px;}
.yuedupdf a   { height: 40px; width: 60%; margin:0 auto; display: block; text-align: center; line-height: 40px; background: #ff4444; color: #fff;border-radius: 32px;}




