@charset "UTF-8";
@font-face {
  font-family: banhei;
  src: url("../fonts/fontbanhei.otf"); }
.new-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  z-index: 1000; }



.new-dialog {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1001;
  box-sizing: initial; }

.d-close {
  position: absolute;
  width: 36px;
  height: 36px;
  background: #fff url(../images/close_common1.png) no-repeat center center;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  right: -18px;
  top: -18px;
  cursor: pointer; }

/*---------============lms 课程展示==========---------------*/
.d-100 {
  min-width: 400px;
  width: 400px;
  height: auto;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px 3px rgba(207, 207, 207, 0.3); }

.d-100-top {
  width: 100%;
  height: 238px;
  background: #eaedff url(../images/d_100.png) no-repeat center 28px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .d-100-top h3 {
    font-size: 18px;
    color: #5464b3;
    text-align: center;
    padding-top: 190px; }

.d-100-tit {
  width: calc(100% - 76px);
  height: 33px;
  padding: 0 38px;
  margin-top: 19px;
  box-sizing: initial; }
  .d-100-tit p {
    width: calc(100% - 16px);
    height: 100%;
    border: 1px solid #dee1f5;
    border-radius: 16px;
    background: #eaedff;
    line-height: 33px;
    padding-left: 16px;
    font-size: 14px; }
    .d-100-tit p span:nth-child(2) {
      display: inline-block;
      color: #515989;
      float: left; }
    .d-100-tit p span:nth-child(1) {
      display: inline-block;
      color: #000;
      margin-right: 4px;
      max-width: 180px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      float: left; }
  .d-100-tit i {
    float: right;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background: url(../images/d_100_zhangshi.png) no-repeat;
    border-radius: 50%;
    margin-top: 7px; }

.d-100-content {
  box-sizing: initial;
  width: calc(100% - 16px);
  height: auto;
  padding: 0 38px;
  margin-top: 20px;
  padding-bottom: 20px; }
  .d-100-content:after {
    content: "";
    clear: both;
    display: block; }
  .d-100-content ul {
    width: 285px;
    padding: 0 18px;
    float: left; }
  .d-100-content li {
    font-size: 14px;
    color: #8d8d8d;
    line-height: 24px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden; }
    .d-100-content li span {
      display: inline-block;
      width: 22px;
      height: 24px;
      margin-right: 10px;
      font-size: 12px;
      color: #ced4f2;
      text-align: center;
      background: url(../images/d_100_day.png) no-repeat; }

/*-----------================登录注册================---------------*/
.new-login-register {
  width: 800px;
  height: 400px;;
  border-radius: 3px;
}
  .new-login-register:after {
    content: "";
    clear: both;
    display: block; }

.new-error {
  display: none;
  width: 206px;
  height: 22px;
  background: #fff8f7;
  line-height: 22px;
  padding-left: 40px;
  font-size: 12px;
  color: #fd3f17;
  font-weight:bold;
  margin-top: 10px;
  border:1px solid #fd3f17;
  border-radius:2px;
  position: absolute;
  left: 502px;
  top: 35px
}
.new-error-dsf {
  display: none;
  height: 22px;
  background: #fff8f7;
  line-height: 22px;
  padding-left: 40px;
  font-size: 12px;
  color: #fd3f17;
  font-weight:bold;
  margin-top: 10px;
  border:1px solid #fd3f17;
  border-radius:2px;
  position: relative;
}

.new-error:after{
  content:"!";
  position: absolute;
  width:14px;
  height:14px;
  border-radius:50%;
  background: #fd3f17;
  font-size:12px;
  text-align: center;
  line-height:14px;
  color: #fff;
  left:16px;
  top:50%;
  margin-top:-7px;
}

.to-login-register-tit {
  position: absolute;
  left: 502px;
  top: 20px;
  font-size: 18px;
  color: #282d32;
  line-height: 18px; }
  .to-login-register-tit a {
    float: right;
    font-size: 14px;
    color: #4e75fd; }
    .to-login-register-tit a i {
      display: inline-block;
      margin-left: 8px;
      width: 18px;
      height: 18px;
      background: url(../images/to-bg.png?t=180404) no-repeat;
      float: right; }

.new-login-register-dita-tit {
  position: absolute;
  left: 502px;
  top: 234px;
  font-size: 14px;
  color: #aaa;
  margin-top: 20px; }

.rightValidate { width: 280px; margin: 0px auto; position: relative; line-height: 30px; height: 30px; text-align: center; z-index: 99; margin-top:130px;}
.v_rightBtn { position: absolute; left: 0; top: 0; height: 33px; width: 40px; background: #ddd; cursor: pointer; }
.imgBtn{ width:44px; height: 171px; position: absolute; left: 0;  }
.imgBtn img{ z-index:99; align:center;}
.imgBg{ position:absolute;bottom:35px;width: 280px; height: 171px;  display:block; z-index:9;}
.hkinnerWrap{ border: 1px solid #eee; z-index:9999}
.green{ border-color:#34C6C2 !important; }
.green .v_rightBtn{ background: #34C6C2; color: #fff; }
.red{ border-color:red !important; }
.red .v_rightBtn{ background: red; color: #fff; }
.refresh{ position: absolute; width: 30px; height: 30px; right: 4px; top: 4px; font-size: 12px; color: #fff; text-shadow: 0px 0px 9px #333; cursor: pointer; display: none; }
.notSel{ user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -webkit-touch-callout: none; }



/*----======登录方式====----*/
.new-login-mode {
  box-sizing: initial;
  width: 720px;
  height: 340px;
 /* padding: 60px 37px 50px;*/
  background: #fff;
  position: absolute;
  transition: transform .7s ease,visibility .7s ease,z-index .7s ease;
  -ms-transition: -ms-transform .7s ease,visibility .7s ease,z-index .7s ease;
  -webkit-transition: -webkit-transform .7s ease,visibility .7s ease,z-index .7s ease;
  -moz-transition: -moz-transform .7s ease,visibility .7s ease,z-index .7s ease;
  -o-transition: -o-transform .7s ease,visibility .7s ease,z-index .7s ease; }

.toRegister-btn{
  display: block;
  position: absolute;
  width:180px;
  height:40px;
  color: rgb(255, 255, 255);
  text-align: center;
  line-height:42px;
  margin-top:30px;
  left: 502px;
  top: 20px;
  border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(255,136,74) 0%, rgb(255,179,122) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,136,74) 0%, rgb(255,179,122) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,136,74) 0%, rgb(255,179,122) 100%);
  box-shadow: 0px 6px 10px 0px rgba(255, 145, 84, 0.4);
}
.tologin-btn{
  display: block;
  position: absolute;
  width:180px;
  height:40px;
  font-size:14px;
  color: rgb(102, 102, 102);
  text-align: center;
  line-height:42px;
  margin-top:30px;
  left: 502px;
  top: 85px;
  border-width: 1px;
  border-color: rgb(236, 235, 235);
  border-style: solid;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 6px 10px 0px rgba(218, 213, 213, 0.4);
}
.tologin-btn:hover{
  background: #f7f9fa;
}
.toweixin-btn{
  display: block;
  position: absolute;
  width:180px;
  height:40px;
  font-size:14px;
  color: rgb(255, 255, 255);
  text-align: center;
  line-height:40px;
  margin-top:20px;
  left: 502px;
  top: 160px;
  border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(48,171,46) 1%, rgb(61,205,86) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(48,171,46) 1%, rgb(61,205,86) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(48,171,46) 1%, rgb(61,205,86) 100%);
  box-shadow: 0px 6px 10px 0px rgba(52, 181, 58, 0.39);
}
.toweixin-btn:hover{
  background: #26a92f;
 }
.go-login-mode{
  display: inline-block;
  width: 9px;
  height: 16px;
  vertical-align: middle;
  background:url(../images/lms_left.png) no-repeat left;
  margin-right: 12px;
  margin-top: -2px;
  cursor: pointer;
}
/*----======登录====----*/
.new-login {
  box-sizing: initial;
  width: 780px;
  height: 340px;
  /*padding: 66px 35px 60px 37px;*/
  background: #fff;
  position: absolute;
  transition: transform .7s ease,visibility .7s ease,z-index .7s ease;
  -ms-transition: -ms-transform .7s ease,visibility .7s ease,z-index .7s ease;
  -webkit-transition: -webkit-transform .7s ease,visibility .7s ease,z-index .7s ease;
  -moz-transition: -moz-transform .7s ease,visibility .7s ease,z-index .7s ease;
  -o-transition: -o-transform .7s ease,visibility .7s ease,z-index .7s ease; }

.new-register_yanzheng {
  box-sizing: initial;
  width: calc(100% - 72px);
  padding: 66px 35px 60px 37px;
  background: #fff;
  position: absolute;
  transition: transform .7s ease,visibility .7s ease,z-index .7s ease;
  -ms-transition: -ms-transform .7s ease,visibility .7s ease,z-index .7s ease;
  -webkit-transition: -webkit-transform .7s ease,visibility .7s ease,z-index .7s ease;
  -moz-transition: -moz-transform .7s ease,visibility .7s ease,z-index .7s ease;
  -o-transition: -o-transform .7s ease,visibility .7s ease,z-index .7s ease; }

.new-login-name {
  top: 47px;
}

.new-login-pwd {
  top: 99px;
}

.new-login-Login {
  top: 179px;
}
.new-login-item {
  width: 246px;
  height: 42px;
  margin-top: 22px;
  position: absolute;
  left: 502px; }
  .new-login-item input {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #e8ebf0;
    background: #fff;
    outline: none;
    text-indent: 1em;
    font-size: 14px;
    color: #444;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.03),0 0 0 1000px white inset !important; }

.new-login-item-dsf {
  width: 100%;
  height: 42px;
  margin-top: 22px; }
.new-login-item-dsf input {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #e8ebf0;
  background: #fff;
  outline: none;
  text-indent: 1em;
  font-size: 14px;
  color: #444;
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.03),0 0 0 1000px white inset !important; }
  
.automaticLogin-item {
  line-height: 20px;
  margin-top: 34px;
  position: absolute;
  left: 502px;
  top: 143px;
}
  .automaticLogin-item:after {
    content: "";
    clear: both;
    display: block; }

.automaticLogin {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  color: #aaaaaa; }
  .automaticLogin input, .automaticLogin span {
    position: absolute;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    left: 0;
    top: 2px; }
  .automaticLogin input {
    opacity: 0;
    z-index: 2; }
    .automaticLogin input:checked + span {
      background: url(../images/checkbox_ed.png) no-repeat center; }
  .automaticLogin span {
    border: 1px solid #dadada;
    z-index: 1; }

.wangjimima {
  font-size: 12px;
  color: #4e75fd;
  float: right;
  position: relative;
  left: 111px;}

.new-login-btn {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 3px;
  background: #4e75fd;
  text-align: center;
  color: #fff;
  font-size: 14px; }
  .new-login-btn:hover {
    background: #466bee; }

.new-login-register-dita {
  position: absolute;
  left: 466px;
  top: 258px;
 /* text-align: center;*/
  padding-top: 26px; }
  .new-login-register-dita:after {
    content: "";
    clear: both;
    display: block; }
  .new-login-register-dita li {
    display: inline-block;
    width: 125px;
    height: 44px; }
    .new-login-register-dita li a {
      display: block;
      height: 44px;
      width: 44px;
      margin: 0 auto;
      cursor: pointer; }
      .new-login-register-dita li a:hover {
        background-position: center -70px !important; }
  .weixin-btn {
    background: url(../images/new_qita_weixin.png) no-repeat center top; }
  .xinlang-btn{
    background: url(../images/new_qita_xinlang.png) no-repeat center top; }
  .qq-btn {
    background: url(../images/new_qita_qq.png) no-repeat center top; }

/*----======注册====----*/
.new-register {
  box-sizing: initial;
  width: calc(100% - 72px);
  padding: 66px 35px 60px 37px;
  background: #fff;
  position: absolute;
  transition: transform .7s ease,visibility .7s ease,z-index .7s ease;
  -ms-transition: -ms-transform .7s ease,visibility .7s ease,z-index .7s ease;
  -webkit-transition: -webkit-transform .7s ease,visibility .7s ease,z-index .7s ease;
  -moz-transition: -moz-transform .7s ease,visibility .7s ease,z-index .7s ease;
  -o-transition: -o-transform .7s ease,visibility .7s ease,z-index .7s ease; }

.new-verify-txt {
  width: 202px !important; }

.new-verify-btn {
  display: inline-block;
  width: 121px;
  height: 42px;
  border: 1px solid #d8d8d8;
  float: right;
  border-radius: 3px;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #444;
  background: #eff2f4; }

.new-verify-btn2 {
  display: inline-block;
  width: 121px;
  height: 42px;
  border: 1px solid #d8d8d8;
  float: right;
  border-radius: 3px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #444;
  background: #eff2f4; }
  .new-verify-btn2 img {
    display: block;
    width: 100%;
    height: 100%; }

/*----======其他登录====----*/
.new-qita-login {
  box-sizing: initial;
  width: calc(100% - 74px);
  position: absolute;
  background: #fff;
  padding: 40px 37px 50px 37px;
  transition: transform .7s ease,visibility .7s ease,z-index .7s ease;
  -ms-transition: -ms-transform .7s ease,visibility .7s ease,z-index .7s ease;
  -webkit-transition: -webkit-transform .7s ease,visibility .7s ease,z-index .7s ease;
  -moz-transition: -moz-transform .7s ease,visibility .7s ease,z-index .7s ease;
  -o-transition: -o-transform .7s ease,visibility .7s ease,z-index .7s ease; }
  .new-qita-login h3 {
    font-size: 18px;
    color: #444;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e6; }

.new-qita-login-tx {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  margin-top: 28px;
  border-radius: 50%;
  overflow: hidden; }
  .new-qita-login-tx img {
    display: inline-block;
    width: 100%;
    height: 100%; }

.new-qita-login-select {
  line-height: 28px;
  text-align: center;
  margin-top: 30px; }
  .new-qita-login-select a {
    font-size: 16px;
    color: #aaa;
    padding-bottom: 5px; }
  .new-qita-login-select span {
    margin: 0 30px;
    color: #c8c8c8; }

.new-qita-login-select-de {
  border-bottom: 2px solid #495bb8;
  color: #444 !important; }

/*----======已有账号====----*/
.new-qita-login-yiyouzhanghao {
  display: none; }

/*----======绑定新账号====----*/
/*----======注册成功====----*/
.new-register-success {
  width: 100%;
  box-sizing: initial;
  visibility: hidden;
  background: #fff;
  position: absolute;
  transition: transform .7s ease,visibility .7s ease,z-index .7s ease;
  -ms-transition: -ms-transform .7s ease,visibility .7s ease,z-index .7s ease;
  -webkit-transition: -webkit-transform .7s ease,visibility .7s ease,z-index .7s ease;
  -moz-transition: -moz-transform .7s ease,visibility .7s ease,z-index .7s ease;
  -o-transition: -o-transform .7s ease,visibility .7s ease,z-index .7s ease; }
  .new-register-success form {
    width: calc(100% - 74px);
    box-sizing: initial;
    padding: 0 37px 50px 37px; }
  .new-register-success .form-item {
    height: auto !important; }

.new-register-success-tit {
  width: 100%;
  height: 116px;
  background: url(../images/new_register_success_bg.png) no-repeat;
  background-size: 100% 100%; }
  .new-register-success-tit h3 {
    line-height: 116px;
    font-size: 18px;
    color: #9baaf5;
    text-align: center; }
    .new-register-success-tit h3 i {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin-right: 12px;
      background: url(../images/new_register_success.png) no-repeat; }

.new-register-success-tx {
  width: 92px;
  height: 92px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #e3e6e8;
  background: #f3f3f3 url(../images/addImg.png) no-repeat center;
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
  margin-top: 33px; }

.shangchuang, .showImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  outline: none;
  border: none; }

.shangchuang {
  opacity: 0; }

.showImg {
  display: none; }

.usersex {
  margin-bottom: 24px;
  text-align: center;
  margin-top: 23px; }
  .usersex:after {
    content: "";
    clear: both;
    display: block; }

.usersex-item {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  color: #aaaaaa;
  margin-left: 15px; }
  .usersex-item input, .usersex-item span {
    position: absolute;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    left: 0;
    top: 2px;
    border-radius: 50%; }
  .usersex-item input {
    opacity: 0;
    z-index: 2; }
    .usersex-item input:checked + span {
      background: #f3f3f3 url(../images/radio-ed.png) no-repeat center; }
  .usersex-item span {
    border: 1px solid #e5e8ea;
    background: #f3f3f3;
    z-index: 1; }

.savebtn {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 3px;
  background: #495bb8;
  text-align: center;
  color: #fff;
  font-size: 14px; }
  .savebtn:hover {
    background: #32439a; }

.skipbtn {
  display: block;
  font-size: 14px;
  color: #9fa8d4;
  text-align: center;
  margin-top: 22px; }

/*显示 隐藏*/
.login-register-show {
  visibility: visible;
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transition-delay: .6s;
  -ms-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s; }

.login-register-hide {
  z-index: -1;
  visibility: hidden;
  transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -o-transform: rotateY(90deg); }

/*---------========================直播  报名参加   =================--------------------*/
.playLive-join-dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 494px;
  height: 362px;
  background: #fff;
  border-radius: 5px;
  z-index: 9999;
  box-sizing: initial;
  padding-left: 26px;
  padding-right: 30px; }
  .playLive-join-dialog > h3 {
    font-size: 14px;
    color: #444;
    padding-top: 25px;
    padding-bottom: 19px;
    border-bottom: 1px solid #e2e7e9; }
  .playLive-join-dialog dl {
    padding-top: 27px; }
    .playLive-join-dialog dl:after {
      content: "";
      clear: both;
      display: block; }
  .playLive-join-dialog dt {
    width: 250px;
    height: 145px;
    float: left; }
    .playLive-join-dialog dt img {
      display: inline-block;
      width: 100%;
      height: 100%; }
  .playLive-join-dialog dd {
    float: left;
    width: calc(100% - 266px);
    padding-left: 16px; }
    .playLive-join-dialog dd h3 {
      font-size: 18px;
      color: #444;
      line-height: 28px;
      max-height: 56px; }

.playLive-join-dialog-teachName {
  font-size: 12px;
  color: #444444;
  line-height: 26px; }

.playLive-join-dialog-content {
  font-size: 12px;
  color: #888;
  line-height: 22px;
  height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

.playLive-join-dialog-btn {
  display: block;
  width: 215px;
  height: 48px;
  border-radius: 3px;
  background: #495bb6;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  margin-top: 34px; }

/*---------========================直播     立即加入课程=====================--------------------*/
.playLive-add-dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 589px;
  height: 271px;
  background: #fff;
  border-radius: 5px;
  z-index: 9999;
  box-sizing: initial;
  padding-top: 78px; }

.playLive-add-dialog-left {
  float: left;
  width: 341px;
  height: 176px;
  border-right: 1px solid #e8e8e8;
  padding-top: 16px; }
  .playLive-add-dialog-left h3 {
    line-height: 40px;
    padding-left: 95px;
    font-size: 20px;
    color: #8cbd87;
    background: url(../images/xuexika_xuanzhong_da.png) no-repeat 44px center;
    background-size: 40px 40px; }
  .playLive-add-dialog-left p {
    font-size: 14px;
    color: #888;
    line-height: 28px;
    padding-left: 95px; }
    .playLive-add-dialog-left p a {
      color: #495bb6; }

.playLive-add-dialog-btn {
  display: block;
  width: 175px;
  height: 48px;
  border-radius: 3px;
  background: #495bb6;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  margin-top: 18px;
  margin-left: 95px; }

.playLive-add-dialog-right {
  float: left;
  width: 186px; }
  .playLive-add-dialog-right > img {
    width: 118px;
    height: 118px;
    display: block;
    margin: 0 auto;
    margin-bottom: 6px; }
  .playLive-add-dialog-right > p {
    font-size: 12px;
    text-align: center;
    color: #888;
    line-height: 24px; }

/*---------========================直播    老师评价=====================--------------------*/
.playLive-evaluation-dialog {
  position: fixed;
  width: 503px;
  height: 540px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 5px;
  z-index: 9999;
  box-sizing: initial;
  padding-left: 49px;
  padding-right: 55px; }
  .playLive-evaluation-dialog > h3 {
    font-size: 18px;
    color: #444444;
    padding-top: 36px; }

.playLive-evaluation-tx {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-top: 12px;
  border-radius: 50%;
  overflow: hidden; }
  .playLive-evaluation-tx img {
    display: inline-block;
    width: 100%;
    height: 100%; }

.playLive-evaluation-teachNmae {
  font-size: 12px;
  color: #495bb4;
  padding-top: 15px;
  text-align: center; }

.playLive-evaluation-tit {
  font-size: 14px;
  color: #444444;
  padding-top: 12px;
  text-align: center; }

.playLive-evaluation-list {
  width: 100%;
  text-align: center;
  padding-top: 18px; }
  .playLive-evaluation-list li {
    display: inline-block;
    width: 62px;
    padding-top: 42px;
    font-size: 12px;
    color: #444;
    background: url(../images/xingxing_da.png) no-repeat center top; }

.playLive-evaluation-list-ed {
  background-position: center -66px !important; }

.playLive-evaluation-box {
  width: 100%;
  height: 134px;
  border: 1px solid #cedbe9;
  margin-top: 33px; }
  .playLive-evaluation-box textarea {
    width: 100%;
    height: 96px;
    border: none;
    outline: none;
    padding: 8px 12px;
    resize: none;
    font-size: 12px;
    color: #444; }
  .playLive-evaluation-box dl {
    box-sizing: initial;
    width: calc(100% - 418px);
    padding-left: 418px;
    padding-top: 10px;
    border-top: 1px solid #e6e6e6; }
    .playLive-evaluation-box dl:after {
      content: "";
      clear: both;
      display: block; }
    .playLive-evaluation-box dl dt {
      width: 14px;
      height: 14px;
      position: relative;
      float: left;
      margin-top: 1px; }
      .playLive-evaluation-box dl dt input, .playLive-evaluation-box dl dt label {
        width: 14px;
        height: 14px;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0; }
      .playLive-evaluation-box dl dt label {
        z-index: 1000;
        background: url(../images/c_niming_btn.png) no-repeat center top; }
      .playLive-evaluation-box dl dt input {
        opacity: 0;
        z-index: 1001; }
        .playLive-evaluation-box dl dt input:checked + label {
          background-position: center bottom; }
    .playLive-evaluation-box dl dd {
      float: left;
      font-size: 12px;
      color: #aaa;
      margin-left: 7px; }

.playLive-evaluation-btn {
  width: 100%;
  height: 30px;
  text-align: center;
  margin-top: 18px; }
  .playLive-evaluation-btn a {
    display: inline-block;
    font-size: 12px;

    border-radius: 18px; }
  .playLive-evaluation-btn a:nth-child(1) {
    width: 98px;
    height: 36px;
    line-height: 36px;
    background: #4989ff;
    box-sizing: initial;
    color: #fff;
    margin-right: 6px; }
  .playLive-evaluation-btn a:nth-child(2) {
    width: 94px;
    height: 32px;
    line-height: 32px;
    box-sizing: initial;
    color: #4989ff;
    background: #fff;
    border: 2px solid #4989ff; }

/*------============直播页 修改昵称=================-------------*/
.updataUserName {
  width: 338px;
  height: auto;
  border-radius: 3px;
  padding: 20px 35px 20px 37px;
  background: #fff; }
  .updataUserName:after {
    content: "";
    clear: both;
    display: block; }
  .updataUserName > h2 {
    font-size: 20px;
    color: #444;
    text-align: center; }

.updata-btn {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 3px;
  background: #495bb8;
  text-align: center;
  color: #fff;
  font-size: 14px; }
  .updata-btn:hover {
    background: #32439a; }

.tiaoguo {
  line-height: 30px;
  text-align: center;
  margin-top: 10px; }
  .tiaoguo a {
    font-size: 14px;
    color: #444; }

/*------============直播页 直播未开始=================-------------*/
.zhiboweikaishi {
  width: 100%;
  height: calc(100% - 66px);
  background: #313131;
  top: 66px; }
  .zhiboweikaishi span {
    position: absolute;
    width: 300px;
    font-size: 24px;
    color: #fff;
    top: 30px;
    left: 252px; }
  .zhiboweikaishi > img {
    position: absolute;
    top: 0;
    display: inline-block; }

.zhiboweikaishi-wrap {
  position: absolute;
  width: 786px;
  height: 396px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.details-btn {
  position: absolute;
  display: block;
  bottom: -45px;
  width: 121px;
  height: 32px;
  background: #ff5629;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  right: 129px;
  top: 31px;
  line-height: 32px;
  text-align: center; }
  .details-btn:hover {
    background: #fa6420; }

.playLive_video {
  width: 724px;
  height: 407px;
  background: #fff;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

.Img_box {
  position: fixed;
  width: 80%;
  height: 80%;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #000;
  border-radius: 10px;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important; }
  .Img_box img {
    display: inline-block;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    max-width: 95%;
    max-height: 95%; }

.live-list-wrap {
  width: 100%;
  margin-top: 88px;
  border-radius: 5px;
  background: #fff;
  position: relative;
  padding-bottom: 20px; }
  .live-list-wrap:after {
    content: "";
    position: absolute;
    width: 89px;
    height: 116px;
    top: -88px;
    left: 130px;
    background: url(../images/live_list_wrap.png) no-repeat; }

.live-tab {
  width: 743px;
  margin: 0 auto; }
  .live-tab caption {
    color: #444;
    font-size: 18px;
    line-height: 44px;
    font-family: "banhei"; }
  .live-tab tr:nth-of-type(1) {
    height: 53px; }
    .live-tab tr:nth-of-type(1) th {
      background: #ffa21e;
      color: #fff;
      font-size: 16px;
      font-weight: normal; }
    .live-tab tr:nth-of-type(1) th:nth-child(1) {
      width: 151px;
      background: #ff5629; }
    .live-tab tr:nth-of-type(1) th:nth-child(2) {
      width: 175px; }
    .live-tab tr:nth-of-type(1) th:nth-child(3) {
      width: 94px; }
    .live-tab tr:nth-of-type(1) th:nth-child(4) {
      width: 320px; }
  .live-tab tr td {
    height: 47px;
    text-align: center;
    font-size: 14px;
    color: #444; }
    .live-tab tr td img {
      display: inline-block;
      margin-right: 4px;
      vertical-align: middle; }
    .live-tab tr td a {
      font-size: 14px;
      color: #444; }
  .live-tab tr td:nth-child(1) {
    width: 151px;
    background: #f0f0f0;
    text-align: left;
    padding-left: 40px; }
  .live-tab tr .time-td {
    background: #f0f0f0 url(../images/clock2.png) no-repeat 16px center !important; }
  .live-tab tr td:nth-child(2) {
    width: 175px;
    background: #e7e7e7; }
  .live-tab tr td:nth-child(3) {
    width: 94px;
    background: #f0f0f0; }
  .live-tab tr td:nth-child(4) {
    width: 320px;
    background: #e7e7e7; }

.huifang-btn {
  display: inline-block;
  width: 54px;
  height: 28px;
  color: white !important;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  background: #ff5629;
  border-radius: 3px;
  margin-left: 5px; }
  .huifang-btn:hover {
    background: #fa6420; }

.collect-box {
  width: 100px;
  height: 100px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto; }
  .collect-box p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 70px; }

.collect-success {
  background: rgba(0, 0, 0, 0.8) url(../images/collect_ed.png) no-repeat center 30px; }

.collect-quxiao {
  background: rgba(0, 0, 0, 0.8) url(../images/collect_quxiao.png) no-repeat center 30px; }

.dialog-shangjinshuoming {
  width: 793px;
  height: 342px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e8e8e8; }

.dialog-shangjinshuoming-wrap-left {
  float: left;
  width: 407px;
  height: 100%;
  padding-left: 62px; }
  .dialog-shangjinshuoming-wrap-left h3 {
    font-size: 16px;
    color: #444;
    padding-top: 50px; }
  .dialog-shangjinshuoming-wrap-left h4 {
    font-size: 12px;
    color: #444;
    padding-top: 14px;
    font-weight: 600; }
  .dialog-shangjinshuoming-wrap-left p {
    font-size: 12px;
    color: #444;
    padding-top: 14px; }
    .dialog-shangjinshuoming-wrap-left p span {
      display: inline-block;
      width: 70px;
      text-align: right;
      margin-left: 20px; }
    .dialog-shangjinshuoming-wrap-left p em {
      font-style: normal;
      margin-left: 24px; }

.xing {
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url(../images/xing-1.png) no-repeat; }

.dialog-shangjinshuoming-wrap-right {
  width: calc(100% - 470px);
  float: right;
  height: 100%;
  border-left: 1px solid #e9eaec;
  background: #ecf0f8; }
  .dialog-shangjinshuoming-wrap-right ul {
    padding-left: 50px;
    padding-top: 46px; }
    .dialog-shangjinshuoming-wrap-right ul li {
      padding-left: 14px;
      padding-right:38px;
      position: relative;
      font-size: 12px;
      color: #444444;
      line-height: 26px; }
      .dialog-shangjinshuoming-wrap-right ul li:after {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #b2c3e7;
        left: 0;
        top: 10px;}

.dialog-shangjinshuoming-wrap-btn {
  display: block;
  width: 172px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  border-radius: 17px;
  background: #ff7200;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 22px; }

.dialog-tishi {
  width: 516px;
  height: auto;
  border-radius: 5px;
  background: #fff; }

.dialog-tishi-text {
  width: calc(100% - 60px);
  padding: 0 30px;
  padding-top: 96px;
  padding-bottom: 78px;
  background: #e2f3ff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .dialog-tishi-text p {
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #444; }
  .dialog-tishi-text dl {
    padding-left: 112px; }
    .dialog-tishi-text dl:after {
      content: "";
      clear: both;
      display: block; }
  .dialog-tishi-text dt {
    float: left;
    width: 34px;
    height: 34px; }
    .dialog-tishi-text dt img {
      display: inline-block;
      width: 100%;
      height: 100%; }
  .dialog-tishi-text dd {
    width: 266px;
    float: left;
    margin-left: 14px;
    font-size: 18px;
    color: #444;
    line-height: 34px; }

.dialog-tishi-btn-wrap {
  box-sizing: initial;
  width: 100%;
  height: 65px;
  padding-top: 25px;
  text-align: center; }

.dialog-queding-btn {
  display: inline-block;
  width: 167px;
  height: 42px;
  color: #fff;
  border-radius: 3px;
  background: #495bb8;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  vertical-align: middle; }

.dialog-quxiao-btn {
  float: none;
  box-sizing: initial;
  display: inline-block;
  width: 165px;
  height: 40px;
  color: #495bb8;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #495bb8;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle; }

.dialog-tishi-text2 {
  width: 380px;
  margin: 0 auto;
  padding-top: 74px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  color: #444;
  text-align: center;
  line-height: 24px; }

/*---------------------请假规则说明-----------------------*/
.qingjiashuoming-dialog {
  width: 428px;
  padding-bottom: 20px;
  background: #fff;
  border-radius: 5px; }

.qingjiashuoming-dialog-content {
  width: calc(100% - 116px);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #f0f2fc;
  padding: 0 58px;
  padding-bottom: 20px; }
  .qingjiashuoming-dialog-content h2 {
    font-size: 16px;
    color: #444;
    padding-top: 50px; }
  .qingjiashuoming-dialog-content ul {
    padding-top: 10px; }
  .qingjiashuoming-dialog-content li {
    font-size: 12px;
    color: #444;
    line-height: 32px; }

.qingjiashuoming-dialog-btn {
  display: block;
  width: 172px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  border-radius: 17px;
  background: #ff7200;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 25px; }

.updata-express-dialog {
  width: 335px;
  height: 516px;
  background: #fff;
  border-radius: 5px;
  padding-left: 99px;
  padding-right: 102px; }
  .updata-express-dialog h2 {
    padding-top: 80px;
    padding-bottom: 28px;
    border-bottom: 1px solid #eeeeee;
    font-size: 18px;
    color: #444;
    margin-bottom: 33px; }

.updata-express-dialog-item {
  width: 100%;
  height: 42px;
  margin-bottom: 22px; }
  .updata-express-dialog-item input {
    width: 100%;
    height: 100%;
    border: 1px solid #dadada;
    outline: none;
    box-shadow: 0 2px 6px 0px #eeeeee;
    border-radius: 3px;
    text-indent: 1em; }
    .updata-express-dialog-item input:focus {
      box-shadow: none; }

.updata-express-dialog-btn {
  display: block;
  width: 194px;
  height: 50px;
  border-radius: 25px;
  background: #495bb8;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border: none;
  outline: none;
  margin: 0 auto;
  margin-top: 45px; }

.ziliao-dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 205px; }

/*# sourceMappingURL=new_dialog.css.map */
