/* 禁止选中文本 */

.usn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


/* 强制不换行 */

.wn {
    word-wrap: normal;
    white-space: nowrap;
}


/* 强制换行 */

.wb {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}


/*多行文字溢出 适用于webkit内核和移动端 */

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


/*垂直居中*/

.layout-qz {
    display: flex;
    align-items: center;
}


/*左右居中*/

.layout-zy {
    display: flex;
    justify-content: center;
}


/*两边排列*/

.layout-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*上下排列*/

.layout-sx {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/*横向左右垂直居中*/

.layout-rc {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*横向靠左居中*/
.layout-lc {
  display: flex;
  justify-content: left;
  align-items: center;
}

/*纵向左右垂直居中*/

.layout-cc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*纵向左右居中*/
.layout-sc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.layout-bc {
  display: flex;
  flex-direction: column;
  align-items: left;
}

/*清除浮动*/

.clearfix::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*溢出部分省略号显示*/

.ellipsis {
    width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

html,
body {
    width: 100%;
    height: 100%;
}

.wh100 {
    width: 100%;
    height: 100%;
}

.w100 {
    width: 100%;
}

.full {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mc {
    color: #FF305D
}

.dc {
    color: #98999B
}

/*h2 {*/
    /*font-size: 32px*/
/*}*/

/*.f20 {*/
    /*font-size: 20px*/
/*}*/

/*.f22 {*/
    /*font-size: 22px*/
/*}*/

/*.f24 {*/
    /*font-size: 24px*/
/*}*/

/*.f25 {*/
    /*font-size: 25px*/
/*}*/

/*.f26 {*/
    /*font-size: 26px*/
/*}*/

/*.f28 {*/
    /*font-size: 28px*/
/*}*/

/*.f30 {*/
    /*font-size: 30px*/
/*}*/

/*.f34 {*/
    /*font-size: 34px*/
/*}*/

/*.f36 {*/
    /*font-size: 36px*/
/*}*/

/*.f40 {*/
    /*font-size: 40px*/
/*}*/

/*.f42 {*/
    /*font-size: 42px*/
/*}*/

/*.f50 {*/
    /*font-size: 50px*/
/*}*/

/*.f52 {*/
    /*font-size: 52px*/
/*}*/

/*.f59 {*/
    /*font-size: 59px*/
/*}*/

/*.f100 {*/
    /*font-size: 100px*/
/*}*/

/*.fb {*/
    /*font-weight: bold*/
/*}*/

input::-webkit-input-placeholder {
    color: #98999B
}


/* 收徒静态页顶部返回 */

.return-bar {
    height: 100px;
    line-height: 100px;
    position: absolute;
}

.return-bar img {
    width: 20px;
    margin-left: 32px;
}

/*底部tan栏适配*/
/*iphoneX , Xs*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .fill-bottom {
        box-sizing: content-box;
        padding-bottom: 34px;
    }
}
/*iphoneXs Max iphoneXr*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-min-device-pixel-ratio: 2) {
    .fill-bottom {
        box-sizing: content-box;
        padding-bottom: 34px;
    }
}

/*顶部刘海适配*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    /*.iphoneXMedia {*/
        /*margin-top:0.8rem;*/
    /*}*/

  .btnTopGroup {
    overflow: inherit !important;
  }
  .publicWrap {
    margin-top: .8rem !important;
    height: calc(100% - 0.8rem) !important;
  }

  .homeIcon {
    margin-top:1rem !important;
  }

  .detailDrawerIcon {
    margin-top: 1rem !important;
  }
  .detailDrawerFit {
    margin-top: 1rem !important;
  }
  .cardManager {
    margin-top: .8rem !important;
  }
  .SErrorPwd {
    margin-top: .8rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:3) {

  .btnTopGroup {
    overflow: inherit !important;
  }
  .publicWrap {
    margin-top: .8rem !important;
    height: calc(100% - 0.8rem) !important;
  }

  .homeIcon {
    margin-top:1rem !important;
  }

  .detailDrawerIcon {
    margin-top: 1rem !important;
  }
  .detailDrawerFit {
    margin-top: 1rem !important;
  }
  .cardManager {
    margin-top: .8rem !important;
  }
  .SErrorPwd {
    margin-top: .8rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:2) {

  .btnTopGroup {
    overflow: inherit !important;
  }
  .publicWrap {
    margin-top: .8rem !important;
    height: calc(100% - 0.8rem) !important;
  }

  .homeIcon {
    margin-top:1rem !important;
  }

  .detailDrawerIcon {
    margin-top: 1rem !important;
  }
  .detailDrawerFit {
    margin-top: 1rem !important;
  }
  .cardManager {
    margin-top: .8rem !important;
  }
  .SErrorPwd {
    margin-top: .8rem !important;
  }
}
