@charset "UTF-8";
/*
 * @Author: carl@xway.cn 
 * @Date: 2018-09-17 15:24:20 
 * @Last Modified by:   carl@xway.cn 
 * @Last Modified time: 2018-09-17 15:24:20 
 */
/*
 * @Author: carl@xway.cn 
 * @Date: 2018-09-17 15:23:53 
 * @Last Modified by:   carl@xway.cn 
 * @Last Modified time: 2018-09-17 15:23:53 
 */
/*
 * @Author: carl@xway.cn 
 * @Date: 2018-09-17 11:50:02 
 * @Last Modified by:   carl@xway.cn 
 * @Last Modified time: 2018-09-17 11:50:02 
 */
a {
  color: #7c7c7c;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
a:hover {
  text-decoration: none;
  color: #3498db;
}
a:focus {
  text-decoration: none;
}
a.btnBlue {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
a.btnBlue:hover {
  background-color: #6abef4!important;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.border_box {
  box-sizing: border-box;
}
.content_box {
  box-sizing: content-box;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@font-face {
  font-family: 'num';
  src: '../fonts/num.ttf';
}
.boxshadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
input {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div {
  word-wrap: break-word;
}
/* 弹出框提示框 */
.tips {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  display: none;
  opacity: 1;
  transition: all 1.5s;
  z-index: 0;
  font-size: 18px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.z {
  z-index: 999;
}
.tips.info {
  background-color: rgba(52, 152, 219, 0.7);
  z-index: 999;
}
.tips.error {
  background-color: rgba(219, 69, 13, 0.7);
  z-index: 999;
}
.tips.success {
  background-color: rgba(0, 203, 145, 0.7);
  z-index: 999;
}
.tips.warning {
  background-color: rgba(254, 111, 37, 0.7);
  z-index: 999;
}
.tips.active {
  opacity: 1;
  z-index: 999;
}
.showBox {
  display: block;
}
.hideBox {
  display: none;
}
@keyframes mymove {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/loading.png);
  background-size: 100%;
  animation: mymove 2s infinite;
  transition-timing-function: linear;
}
input::-webkit-input-safebox-button {
  display: none!important;
}
::selection {
  color: #fff;
  background: #3498db;
}
::-moz-selection {
  color: #fff;
  background: #3498db;
}
::-webkit-selection {
  color: #fff;
  background: #3498db;
}
::-o-selection {
  color: #fff;
  background: #3498db;
}
.clearfix {
  clear: both;
}
.xy {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.xy_box {
  width: 500px;
  height: 370px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -185px;
  margin-left: -250px;
  background: #fff;
}
.xy_box h2 {
  font-size: 18px;
  color: #000;
  padding: 12px 20px;
  margin: 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #d9d9d9;
}
.xy_text {
  border: 1px solid #B2B2B2;
  height: 240px;
  overflow-x: hidden;
  overflow-y: scroll;
  resize: both;
  width: 450px;
  padding: 24px 18px;
  box-sizing: border-box;
  margin: 15px auto;
}
.xy_text p {
  text-indent: 23px;
  color: #4d4d4d;
  font-size: 12px;
  margin-bottom: 20px;
}
.xy_bottom {
  text-align: center;
}
.xy_bottom a {
  width: 124px;
  height: 30px;
  display: inline-block;
  color: #fff;
  background: #3498db;
  line-height: 30px;
  font-weight: 700;
  margin: 0 10px;
}
.xy_bottom a.nos {
  cursor: default;
  background: #eee;
  color: #777;
}
i {
  font-style: normal;
}
.box {
  background-color: #e5e5e5;
  height: 100vh;
  position: relative;
}
.playbox {
  height: 100%;
  top: 0;
  left: 0px;
  right: 80px;
  position: absolute;
}
.playbox h3 {
  margin: 0;
  height: 48px;
  line-height: 48px;
  color: #333;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.playbox h3 a.back {
  display: inline-block;
  width: 110px;
  font-size: 18px;
  color: #fff;
  background-color: #3498db;
  text-align: center;
  height: 48px;
  margin-right: 34px;
}
.playbox .player {
  width: 100%;
  background-color: #eee;
  overflow: hidden;
  position: relative;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 60px;
}
.playbox .player .play_bj {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-image: url(../img/banner/banner.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.playbox .player .loginbox {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #363636;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1000;
  display: none;
}
.playbox .player .loginbox p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 30px;
  margin-top: 210px;
}
.playbox .player .loginbox a {
  display: block;
  margin: 0 auto;
  color: #fff;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border: none;
  background: #3498db;
  font-size: 18px;
}
.playbox .player .logintips {
  position: absolute;
  bottom: 45px;
  left: 0;
  height: 18px;
  z-index: 500;
  display: none;
}
.playbox .player .logintips p {
  margin: 0;
  font-size: 12px;
  color: #fff;
}
.playbox .bottom {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.playbox .bottom .next {
  color: #fff;
  padding: 10px 15px;
  background-color: #3498db;
  float: right;
}
.play_content {
  right: 440px;
}
.rightbox {
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rightbox .slider {
  width: 60px;
  float: right;
  height: 100%;
  position: relative;
  background-color: #363e45;
}
.rightbox .slider .icon {
  background: url(../img/cicon02.png);
  background-size: 200px 100px;
}
.rightbox .slider .inner {
  font-size: 12px;
  color: #e5e5e5;
  text-align: center;
  padding: 16px 0;
  cursor: pointer;
  margin-bottom: 5px;
  position: relative;
}
.rightbox .slider .inner i {
  display: block;
  width: 18px;
  height: 16px;
  margin: 0 auto;
  margin-bottom: 6px;
  background: url(../img/cicon02.png);
  background-size: 200px 100px;
  background-position: 0 0;
}
.rightbox .slider .inner i.ml {
  background-position: 0 0;
}
.rightbox .slider .inner i.bj {
  background-position: -20px 0;
}
.rightbox .slider .inner i.zl {
  background-position: -40px 0;
}
.rightbox .slider .inner i.ewm {
  background-position: -60px 0;
}
.rightbox .slider .inner:hover {
  background-color: #999;
  color: #fff;
}
.rightbox .slider .inner:hover i.ml {
  background-position: 0 0;
}
.rightbox .slider .inner:hover i.bj {
  background-position: -20px -20px;
}
.rightbox .slider .inner:hover i.zl {
  background-position: -40px -20px;
}
.rightbox .slider .inner:hover i.ewm {
  background-position: -60px -20px;
}
.rightbox .slider .inner .twobox {
  position: absolute;
  width: 100px;
  background-color: red;
  top: 0;
  left: -100px;
  z-index: 99;
  display: none;
}
.rightbox .slider .inner .twobox img {
  width: 100px;
  height: auto;
}
.rightbox .slider .inner.active {
  background-color: #999;
  color: #fff;
}
.rightbox .slider .inner.active i.ml {
  background-position: 0 0;
}
.rightbox .slider .inner.active i.bj {
  background-position: -20px -20px;
}
.rightbox .slider .inner.active i.zl {
  background-position: -40px -20px;
}
.rightbox .slider .inner.active i.ewm {
  background-position: -60px -20px;
}
.rightbox .slider .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: none;
}
.rightbox .slider .bottom i {
  display: block;
  width: 18px;
  height: 16px;
  margin: 0 auto;
  margin-top: 22px;
  background: url(../img/cicon02.png);
  background-size: 200px 100px;
  background-position: -80px 0;
}
.rightbox .slider .bottom:hover {
  background-color: #999;
  color: #fff;
}
.rightbox .slider .bottom:hover i {
  background-position: -80px -20px;
}
.rightbox .openbox {
  width: 360px;
  height: 100%;
  float: left;
  display: none;
  background-color: #fff;
  position: relative;
  overflow-y: scroll;
}
.rightbox .openbox .part {
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
  display: none;
  width: 100%;
}
.rightbox .openbox .part.active {
  display: block;
}
.open {
  width: 420px;
}
.open .openbox {
  float: left;
  display: block;
}
div.zl h3 {
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  background-color: #f5f5f5;
  color: #919191;
  margin: 0;
  padding-left: 30px;
  margin-bottom: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.zl .zl_inner {
  padding: 0 30px;
  margin-bottom: 40px;
}
div.zl .zl_inner h4 {
  margin: 0;
  color: #333;
  font-size: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 13px;
}
div.zl .zl_inner p {
  margin: 0;
  font-size: 14px;
  line-height: 34px;
  color: #7f8c8d;
  position: relative;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.zl .zl_inner p a {
  color: inherit;
}
div.zl .zl_inner p:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #3498db;
  position: absolute;
  left: 0;
  top: 15px;
}
div.ml h3 {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  background-color: #f5f5f5;
  color: #919191;
  margin: 0;
  padding-left: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.ml h3 i {
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(../img/cicon02.png);
  background-size: 200px 100px;
  background-position: -100px 0;
  vertical-align: middle;
}
div.ml .ml_inner {
  padding: 20px 0;
  position: relative;
}
div.ml .ml_inner:before {
  position: absolute;
  content: '';
  height: 100%;
  border-left: 1px solid #f5f5f5;
  top: 0;
  left: 32px;
}
div.ml .ml_inner p {
  padding-left: 50px;
  padding-right: 20px;
  color: #7f8c8d;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  position: relative;
}
div.ml .ml_inner p a {
  color: inherit;
  display: inline-block;
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.ml .ml_inner p span.time {
  float: right;
}
div.ml .ml_inner p i {
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../img/cicon02.png);
  background-size: 200px 100px;
  top: 12px;
  left: 26px;
}
div.ml .ml_inner p i.i1 {
  background-position: -1px -40px;
}
div.ml .ml_inner p i.i2 {
  background-position: -21px -40px;
}
div.ml .ml_inner p i.i3 {
  background-position: -41px -40px;
}
div.ml .ml_inner p i.i4 {
  background-position: -61px -40px;
}
div.ml .ml_inner p i.i5 {
  background-position: -81px -40px;
}
div.ml .ml_inner p:hover {
  background-color: #3498db;
  color: #fff;
}
div.ml .ml_inner p:hover:before {
  position: absolute;
  content: '';
  height: 100%;
  border-left: 1px solid #fff;
  top: 0;
  left: 32px;
}
div.ml .ml_inner p:hover i {
  background-color: #fff;
  background-image: none;
  border-radius: 50%;
}
div.ml .ml_inner p.active {
  background-color: #3498db;
  color: #fff;
}
div.ml .ml_inner p.active:before {
  position: absolute;
  content: '';
  height: 100%;
  border-left: 1px solid #fff;
  top: 0;
  left: 32px;
}
div.ml .ml_inner p.active i {
  background-color: #fff;
  background-image: none;
  border-radius: 50%;
}
div.ml .ml_inner p.active a {
  color: #fff;
}
div.ml .ml_inner p.no {
  color: #ededed;
}
div.ml .ml_inner p.no i {
  background-image: none;
  border-radius: 50%;
  background-color: #ededed;
}
div.ml .ml_inner p.no:hover {
  background-color: transparent;
  color: #ededed;
}
div.bj .bj_bottom {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  margin-top: 10px;
}
div.bj .bj_bottom label {
  margin: 0;
  font-weight: normal;
}
div.bj .bj_bottom .text-muted {
  color: #3498db;
}
div.bj .save-note {
  background: #3498db;
  border: none;
  outline: none;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  float: right;
}
div.bj input {
  vertical-align: middle;
  margin: 0;
}
