@charset "UTF-8";
@import url(reset.css);
@import url(iconfont.css);
@import url(ydui1.2.1.css);
@import url(vant.min.css);
/* 背景灰 */
/* 黑色字体 */
/* 浅灰字体 */
/* 绿色字体 */
/* 按钮背景色 */
/*边框灰色*/
/*body{background-color: #f8f8f8;}*/
[v-cloak] {
  display: none; }

img {
  max-width: 100%; }

.h5 {
  height: 0.05px; }

.h10 {
  height: .1rem; }

.h20 {
  height: .2rem; }

.h30 {
  height: .3rem; }

.h40 {
  height: .4rem; }

.h50 {
  height: .5rem; }

.h60 {
  height: .6rem; }

.h100 {
  height: 1rem; }

.p10 {
  padding: 0.1rem; }

.p20 {
  padding: 0.2rem; }

.p30 {
  padding: 0.3rem; }

.p40 {
  padding: 0.4rem; }

.p50 {
  padding: 0.5rem; }

.cc {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.vv {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.t1-enter-active, .t1-leave-active {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.t1-enter, .t1-leave-to {
  opacity: 0; }

.t2-enter-active, .t2-leave-active {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.t2-enter, .t2-leave-to {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%); }

input {
  border: none;
  width: 100%;
  background-color: transparent; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999; }

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999; }

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999; }

.loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* background: rgba(255,255,255,.7); */
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999; }
  .loading svg {
    width: 37px; }

.jcsb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bgcf {
  background-color: #fff; }

#app {
  width: 100%;
  height: 100%;
  overflow: auto;
  /* background-color: #f8f8f8; */
  font-size: 0.28rem; }

.bg {
  background: url(../images/bg3.jpg) center top repeat-y;
  -webkit-background-size: cover;
  background-size: cover; }

.btn1 {
  height: .8rem;
  color: #fff;
  background-color: #97B3FE;
  -webkit-border-radius: .4rem;
  border-radius: .4rem;
  text-align: center;
  line-height: .8rem; }

.btn2 {
  height: .72rem;
  color: #fff;
  background-color: #97B3FE;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  line-height: .72rem; }

/*组件部分*/
/*du_list 组件*/
/*nav_foot 组件*/
.nav_foot {
  position: fixed;
  width: 100%;
  height: 1rem;
  left: 0;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-shadow: 0 0 1px #aaa;
  box-shadow: 0 0 1px #aaa; }
  .nav_foot a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .nav_foot a .icon {
      width: .4rem; }
      .nav_foot a .icon img {
        width: 100%; }
    .nav_foot a h2 {
      color: #c8c8c8;
      font-size: 0.24rem; }
    .nav_foot a.active h2 {
      color: #9AC8FF; }

/*pay_fixed 组件*/
.pay_fixed {
  height: 1rem;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #F9FAFA;
  -webkit-box-shadow: 2px 2px 0 #E5E5E5;
  box-shadow: 2px 2px 0 #E5E5E5;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: .3rem; }
  .pay_fixed .left {
    color: #4A4A4A;
    font-size: 0.32rem; }
    .pay_fixed .left big {
      color: #FF4764;
      font-size: 0.32rem; }
  .pay_fixed .btn {
    width: 2rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    background-color: #97B3FE;
    color: #fff; }

/*登录 login.html*/
.login_box {
  padding: .8rem;
  margin-top: 1rem; }
  .login_box input {
    border-bottom: 1px solid #D0D0D0;
    height: .9rem;
    line-height: .9rem;
    color: #6D6D6D; }
  .login_box .cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: .9rem;
    margin-bottom: .2rem; }
    .login_box .cell .left {
      margin-right: .2rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .login_box .cell .left img {
        width: .3rem; }
    .login_box .cell .middle {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .login_box .cell .right {
      margin-left: .1rem; }
      .login_box .cell .right .yd-btn {
        height: .64rem;
        font-size: 0.24rem;
        width: 1.74rem;
        padding: 0; }
      .login_box .cell .right .yd-btn-disabled {
        background-color: #f8f8f8;
        color: #C4C4C4;
        border: 1px solid #D0D0D0; }
      .login_box .cell .right .yd-btn-primary {
        background-color: #97B3FE; }

/*瑞医学堂 主页 main.html*/
.list_live .list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .2rem .2rem;
  border-bottom: 1px solid #E5E5E5; }
  .list_live .list_item .pic {
    margin-right: .4rem;
    width: 2.1rem;
    height: 1.7rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .list_live .list_item .cont {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .list_live .list_item .cont h3 {
      color: #6d6d6d;
      margin-bottom: .1rem;
      height: .8rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
    .list_live .list_item .cont h4 {
      font-size: .22rem;
      color: #6D6D6D;
      margin-bottom: .16rem; }
    .list_live .list_item .cont .date {
      color: #9B9B9B;
      font-family: PingFangSC-Regular;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-size: .22rem; }
    .list_live .list_item .cont .badge {
      width: 55px;
      height: 22px;
      color: #fff;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-align-items: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 0.22rem;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .list_live .list_item .cont .badge1 {
      background-color: #97B3FE; }
    .list_live .list_item .cont .badge2 {
      background-color: #FF4764; }
    .list_live .list_item .cont .badge3 {
      background-color: #eb8730; }
    .list_live .list_item .cont .scorebadge {
      height: 22px;
      width: 55px;
      color: #555;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-align-items: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 0.22rem;
      background-color: #f3f3f3;
      border: 1px solid #dbdbdb;
      margin-right: .2rem; }

/*直播 live.html*/
.search_bar {
  padding: 0 .3rem;
  height: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: #fff; }
  .search_bar .search_input {
    padding-left: .6rem;
    background: url(../images/icon/icon15.png) 0.1rem center no-repeat;
    -webkit-background-size: .36rem .36rem;
    background-size: .36rem .36rem;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #ececec;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .search_bar .search_input input {
      height: .6rem; }
  .search_bar .search_input2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .search_bar .search_input2 .yd-search-input {
      padding: 0;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-color: #ececec; }
      .search_bar .search_input2 .yd-search-input > .cancel-text {
        color: #97B3FE;
        display: none; }
      .search_bar .search_input2 .yd-search-input:before, .search_bar .search_input2 .yd-search-input:after {
        border: none; }
      .search_bar .search_input2 .yd-search-input .search-input {
        height: .6rem;
        background-color: #ececec;
        margin-right: 0;
        -webkit-border-radius: 4px;
        border-radius: 4px; }
        .search_bar .search_input2 .yd-search-input .search-input .yd-input > input {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -ms-align-items: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
  .search_bar .filter_btn {
    width: .5rem;
    margin-left: .2rem;
    position: relative img;
      position-width: 100%; }
    .search_bar .filter_btn .sub_option {
      position: absolute;
      right: 0.3rem;
      top: 1.3rem;
      background-color: #97B3FE;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      color: #fff;
      padding: .2rem .3rem; }
      .search_bar .filter_btn .sub_option:before {
        content: '';
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom: 8px solid #97B3FE;
        position: absolute;
        top: -10px;
        left: 85%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%); }
      .search_bar .filter_btn .sub_option li {
        padding: .12rem 0;
        width: 1.7rem;
        font-size: 0.24rem; }
        .search_bar .filter_btn .sub_option li:not(:last-child) {
          border-bottom: 1px solid #fff; }

.container {
  position: absolute;
  left: 0;
  top: 1.2rem;
  right: 0;
  bottom: 1rem;
  overflow-y: auto; }

.list_pic {
  margin: .12rem .3rem; }
  .list_pic .list_item {
    display: block;
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: .15rem .2rem .2rem .2rem;
    margin-bottom: .15rem; }
    .list_pic .list_item .pic {
      margin-bottom: .2rem;
      position: relative;
      height: 2.6rem;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center; }
      .list_pic .list_item .pic img {
        width: 100%; }
      .list_pic .list_item .pic .tag {
        position: absolute;
        left: 0;
        top: .2rem;
        background-color: #FF8925;
        -webkit-border-top-right-radius: 17px;
        border-top-right-radius: 17px;
        -webkit-border-bottom-right-radius: 17px;
        border-bottom-right-radius: 17px;
        height: 17px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 7px;
        font-size: 0.24rem;
        color: #fff; }
    .list_pic .list_item .tit_expand {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .list_pic .list_item .tit_expand .txt {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
    .list_pic .list_item h3 {
      color: #6d6d6d;
      margin-bottom: .15rem; }
    .list_pic .list_item h4 {
      font-size: 0.24rem;
      color: #9B9B9B;
      margin-bottom: .3rem; }
    .list_pic .list_item .date {
      color: #777;
      font-family: PingFangSC-Regular;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .list_pic .list_item .badge {
      width: 1.45rem;
      height: .6rem;
      color: #fff;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-align-items: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .list_pic .list_item .badge1 {
      background-color: #97B3FE; }
    .list_pic .list_item .badge2 {
      background-color: #FF4764; }
    .list_pic .list_item .badge3 {
      background-color: #eb8730; }
    .list_pic .list_item .scorebadge {
      height: 0.6rem;
      width: 1.45rem;
      color: #333;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-align-items: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #f5f5f5;
      border: 1px solid #ddd;
      margin-right: .2rem; }

/*个人中心 user.html*/
.container2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 1rem; }

.cut1 {
  height: .12rem;
  background-color: #F9FAFA;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

.yd-cell {
  background-color: #f8f8f8; }

.user_top {
  padding: .5rem .7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .user_top .left {
    width: 1.5rem;
    height: 1.5rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: .3rem; }
    .user_top .left img {
      width: 100%; }
  .user_top .middle h3 {
    color: #4A4A4A;
    font-size: 0.32rem;
    margin-bottom: 0.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .user_top .middle h3 span {
      margin-right: .15rem; }
    .user_top .middle h3 img {
      width: .36rem; }
  .user_top .middle .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .user_top .middle .flex .yd-badge {
      font-size: .2rem; }
    .user_top .middle .flex .btn {
      color: #97B3FE;
      margin-left: .3rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .user_top .middle .flex .btn .iconfont {
        display: inline-block;
        margin-left: .2rem; }

.user_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: .8rem;
  padding: 0 .3rem;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ececec; }
  .user_list li a .iconfont {
    color: #999; }

.bgc_r {
  background-color: #FF4764; }

.mlr70 {
  margin: 0 .7rem; }

.tit_bar {
  height: 1.1rem;
  font-size: 0.32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .tit_bar .iconfont {
    padding: 0 .2rem 0 .3rem; }
  .tit_bar .txt {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .tit_bar .btn {
    color: #97B3FE;
    padding: 0 .3rem; }

.select_box {
  color: #333;
  /* .tit_bar{
        height: 1.1rem;font-size: $fz2;display: flex;-ms-align-items: center; align-items: center;
        .iconfont{padding: 0 .2rem 0 .3rem;}
        .txt{flex-grow: 1;}
        .btn{color: #97B3FE;padding: 0 .3rem;}
    } */ }
  .select_box .cut {
    height: .12rem;
    background-color: #F9FAFA;
    border: 1px solid #e5e5e5; }

.form_dialog .cut {
  height: .12rem;
  background-color: #F9FAFA;
  border: 1px solid #e5e5e5; }

.form_dialog .input {
  padding: 0 .3rem;
  height: 1rem; }
  .form_dialog .input input {
    border: none;
    width: 100%;
    height: 100%;
    color: #333;
    border-bottom: 1px solid #ececec; }

.form_dialog .textarea {
  padding: .3rem;
  height: 2rem; }
  .form_dialog .textarea textarea {
    border: none;
    width: 100%;
    height: 100%;
    color: #333;
    border-bottom: 1px solid #ececec;
    line-height: 160%; }

.form_dialog .yd-datetime-input {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ececec; }

.icon-guanbi {
  position: absolute;
  top: .5rem;
  right: .5rem;
  color: #333;
  padding: .3rem;
  font-size: .3rem; }

.changePhone_bar .phone_icon {
  text-align: center;
  margin-bottom: .2rem; }
  .changePhone_bar .phone_icon .iconfont {
    font-size: .6rem;
    color: #333; }

.changePhone_bar h3 {
  color: #333;
  text-align: center;
  margin-bottom: .3rem;
  font-size: 0.32rem; }

.changePhone_bar .phone {
  font-size: .5rem;
  text-align: center;
  color: #97B3FE; }

/*完善个人信息 setInfo.html*/
.form_tit {
  padding: 0 .3rem;
  height: 1rem;
  line-height: 1rem;
  color: #333; }

.form_cell {
  padding: 0 .3rem;
  height: .8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E5E5E5; }
  .form_cell .left {
    color: #333; }
  .form_cell .right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: .2rem;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #999; }
  .form_cell .iconfont {
    color: #999;
    display: inline-block;
    margin-left: .1rem; }
  .form_cell input {
    border: none;
    width: 100%;
    height: 100%;
    text-align: right;
    color: #333; }
  .form_cell select {
    border: none;
    width: 100%;
    height: .7rem;
    direction: rtl;
    background-color: #f8f8f8;
    color: #333;
    font-size: 0.28rem; }
    .form_cell select option {
      direction: ltr; }
  .form_cell .yd-datetime-input {
    text-align: right; }

.upload_bar {
  padding: 0 .3rem; }
  .upload_bar .tit_box {
    height: .8rem; }
    .upload_bar .tit_box h3 {
      color: #333;
      font-size: 0.28rem; }
    .upload_bar .tit_box h4 {
      color: #97B3FE;
      font-size: 0.24rem; }
  .upload_bar .pic_box .desc {
    color: #999;
    text-align: right;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .upload_bar .pic_box .desc span:last-child {
      font-size: 0.24rem; }

/*上传图片部分*/
.pic_list {
  padding: .2rem 0; }
  .pic_list .pic_bg {
    width: .8rem;
    height: .8rem;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 0.2rem;
    position: relative; }
    .pic_list .pic_bg .del_icon {
      position: absolute;
      top: -.1rem;
      right: -.1rem;
      width: .24rem;
      height: .24rem;
      line-height: .24rem; }
  .pic_list .van-uploader, .pic_list .upload_box {
    width: .8rem;
    height: .8rem;
    display: inline-block; }

/*视频分组列表 videoGroup.html*/
.list_video_item .list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 .3rem 0 .5rem;
  height: 1.7rem; }
  .list_video_item .list_item .left {
    margin-right: .5rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .list_video_item .list_item .left img {
      width: .48rem; }
  .list_video_item .list_item .right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .list_video_item .list_item .right h3 {
      color: #6d6d6d;
      line-height: 140%;
      margin-bottom: .1rem;
      font-size: 0.28rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
    .list_video_item .list_item .right h4 {
      color: #6D6D6D;
      font-size: 0.24rem;
      color: #9B9B9B;
      margin-bottom: .2rem; }
  .list_video_item .list_item .date {
    color: #777; }
  .list_video_item .list_item .badge {
    width: 1.45rem;
    height: .6rem;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .list_video_item .list_item .badge1 {
    background-color: #97B3FE; }

/*视频播放  videoDetail.html*/
.yd-tab-nav-item:not(:last-child):after {
  width: 0;
  height: 0; }

.yd-tab-nav:after {
  border-color: #e3e3e3; }

.video_box {
  height: 4.36rem;
  width: 100%;
  /* position: fixed;left:0; top:0; */
  position: relative; }
  .video_box .vjs-poster {
    -webkit-background-size: cover;
    background-size: cover; }
  .video_box .tag {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #FF8925;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    height: .6rem;
    width: 1.4rem; }
  .video_box .back {
    position: fixed;
    left: 0;
    top: 0;
    padding: .2rem .4rem; }
    .video_box .back .iconfont {
      font-size: .8rem;
      color: #787e75; }

.container3 {
  /* position: absolute;left: 0;top: 4.36rem;right: 0;bottom: 1rem;;overflow: hidden; */ }
  .container3 .yd-tab {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: auto; }
    .container3 .yd-tab .yd-tab-panel-item {
      padding: 0 .3rem;
      line-height: 180%;
      color: #6D6D6D; }
    .container3 .yd-tab .send_bar {
      max-height: 9rem;
      overflow-y: auto; }
  .container3 .msg_bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .2rem 0;
    border-bottom: 1px solid #e5e5e5; }
    .container3 .msg_bar .left {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: .72rem;
      height: .72rem;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      margin-right: .2rem; }
    .container3 .msg_bar .center {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-right: .1rem; }
      .container3 .msg_bar .center .name {
        color: #6D6D6D;
        height: .35rem;
        line-height: .35rem; }
      .container3 .msg_bar .center .time {
        color: #9B9B9B;
        font-size: .22rem;
        margin-bottom: .35rem; }
      .container3 .msg_bar .center .cont {
        line-height: 160%;
        color: #333; }
    .container3 .msg_bar .right {
      color: #9B9B9B;
      font-size: .22rem;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }

.sendMsg_box {
  height: 1rem;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #E5E5E5;
  background-color: #F9FAFA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 .3rem; }
  .sendMsg_box input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: .2rem;
    height: .68rem;
    border: 1px solid #ECECEC;
    background-color: #F5F5F5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 4px; }
  .sendMsg_box img {
    width: .5rem;
    height: .5rem;
    margin-right: .2rem; }
  .sendMsg_box .btn {
    width: 1.36rem;
    height: .68rem;
    color: #fff;
    background-color: #97B3FE;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    line-height: .68rem; }

/*我的订单  myOrders.html*/
.nav_top {
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .nav_top .link {
    padding: 0 .2rem 0 .3rem; }

.container4 {
  position: absolute;
  left: 0;
  top: 1.12rem;
  right: 0;
  bottom: 0;
  overflow-y: auto; }

.fix_tab .yd-tab-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .85rem; }

.fix_tab .yd-tab-panel {
  position: absolute;
  left: 0;
  top: .85rem;
  width: 100%; }

.no_record {
  text-align: center;
  margin-top: 2rem; }

#error_msg_page {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 .3rem; }
  #error_msg_page a {
    color: #333;
    font-size: .3rem;
    display: inline-block;
    text-align: center;
    line-height: 160%; }

.reach_txt {
  padding: .3rem; }

/*score.html*/
.score_list {
  padding: 0 .3rem; }
  .score_list li {
    padding: .34rem 0;
    border-bottom: 1px solid #e5e5e5;
    color: #4b4b4b;
    line-height: 160%; }

.tip_msg {
  padding: 0 .3rem;
  color: #ff4764; }

.yd-confirm-ft > a.primary {
  color: #97B3FE; }
