@charset "UTF-8";
.share li {
  margin: 0px 10px; }

.modal-open .modal {
  z-index: 1041; }

.form-horizontal .control-label {
  padding-top: 0 !important; }

.video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before {
  color: #ccc; }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
  -ms-zoom: 0.6; }

.video-js .vjs-mute-control .vjs-icon-placeholder::before, .vjs-icon-volume-high::before {
  -ms-zoom: 0.6; }

.video-js .vjs-fullscreen-control .vjs-icon-placeholder::before, .vjs-icon-fullscreen-enter::before {
  -ms-zoom: 0.6; }

.video-live .vjs-fullscreen-control {
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  display: none !important; }

.btn-file:hover {
  color: #000 !important; }

.hoverImg {
  overflow: hidden; }
  .hoverImg img {
    width: 100%;
    height: 100%; }

.section .box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: box;
  height: 35px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: inherit; }

.header {
  padding: 15px 0 3px;
  width: 1200px;
  margin: 0px auto 20px;
  z-index: 10;
  position: relative; }
  .header .left {
    position: absolute;
    left: 26px;
    top: 15px;
    width: 116px;
    height: 105px;
    font-size: 0; }
    .header .left img {
      width: 100%;
      height: 100%; }
  .header .center {
    font-size: 14px; }
    .header .center li {
      padding: 0 10px 8px; }
      .header .center li i {
        font-size: 12px;
        color: #999; }
    .header .center .active a {
      color: #00a0ea; }
  .header .right {
    padding-top: 0; }
    .header .right li {
      float: right;
      margin-left: 18px;
      margin-right: 18px; }
      .header .right li a {
        display: block; }
        .header .right li a img {
          border-radius: 50%; }

.nav {
  font-size: 17px;
  padding: 12px 0 23px;
  display: flex;
  z-index: 10; }
  .nav ul {
    width: 100%; }
  .nav li {
    float: left;
    margin: 0 17px; }
    .nav li a {
      height: 37px;
      line-height: 37px; }
  .nav .first {
    margin-left: 0; }
  .nav .last {
    margin: 0;
    float: right;
    position: relative; }
    .nav .last #two_code {
      width: 110px !important;
      height: 110px !important;
      position: absolute;
      right: 38px;
      top: -68px;
      display: block; }
      .nav .last #two_code img {
        width: 100%;
        height: 100%; }
  .nav .active {
    border-bottom: 2px solid #00a0ea;
    color: #00a0ea; }
  .nav button {
    font-size: 18px;
    padding: 5px 20px; }

.nav_bar ul li {
  text-align: center; }

.banner .inner {
  margin: 0 auto;
  width: 1200px; }
.banner .carousel-indicators li {
  background: #6ec0f0;
  border: 1px solid #6ec0f0;
  margin: 0 10px;
  width: 10px !important;
  height: 10px !important; }
.banner .carousel-indicators .active {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  width: 10px;
  height: 10px; }

.section .first {
  background: #ffffff; }
.section .auto {
  padding-bottom: 44px; }
.section .title {
  padding: 31px 0;
  position: relative; }
  .section .title h4 {
    font-size: 20px;
    padding-left: 20px;
    border-left: 4px solid #00a0ea;
    float: left; }
  .section .title ul {
    font-size: 20px;
    margin: 0 0 0 181px;
    display: table; }
    .section .title ul li {
      float: left;
      padding: 0 7px; }
  .section .title .more {
    font-size: 16px;
    color: #999;
    float: right; }
    .section .title .more i {
      font-weight: 100;
      color: #999; }
  .section .title .moreOl {
    position: absolute;
    padding: 0;
    margin: 0;
    display: none;
    opacity: 0;
    top: 50%;
    left: 182px;
    background: #9fc5fd;
    color: #fff;
    font-size: 15px;
    width: 816px;
    z-index: 10;
    box-shadow: 0px -2px 10px #9fc5fd; }
    .section .title .moreOl > li {
      float: left;
      border-radius: 8px;
      box-sizing: border-box;
      font-size: 16px;
      width: 136px;
      text-align: center;
      padding: 5px 0; }
      .section .title .moreOl > li a {
        display: block;
        border: 1px solid #eee;
        padding: 10px 0;
        width: 90%;
        position: relative;
        left: 5%;
        top: 5%;
        cursor: pointer;
        height: 90%; }
      .section .title .moreOl > li > a {
        color: #444; }
      .section .title .moreOl > li > a:hover {
        background: #00a0ea;
        color: #fff !important;
        box-shadow: 2px 2px 10px #6ec0f0; }
      .section .title .moreOl > li .hover {
        background: #00a0ea;
        color: #fff !important;
        box-shadow: 2px 2px 10px #6ec0f0; }
      .section .title .moreOl > li ol {
        position: absolute;
        left: 0;
        top: 100%;
        display: none;
        width: 100%;
        padding: 0;
        overflow: hidden;
        border-top: 2px solid #00a0ea;
        background: #d3dff0;
        box-shadow: 0px 2px 10px #d3dff0; }
        .section .title .moreOl > li ol a {
          color: #333;
          font-size: 14px; }
        .section .title .moreOl > li ol a:hover {
          background: #6ec0f0;
          color: #fff !important;
          box-shadow: 2px 2px 10px #6ec0f0; }
        .section .title .moreOl > li ol li {
          width: 272px;
          float: left;
          padding: 5px 0; }
    .section .title .moreOl .last {
      width: 272px; }
      .section .title .moreOl .last a {
        width: 95%;
        position: relative;
        left: 2.5%;
        top: 5%;
        cursor: pointer;
        height: 90%; }
    .section .title .moreOl .last.hover > a {
      background: #00a0ea;
      color: #fff !important;
      box-shadow: 2px 2px 10px #6ec0f0; }
    .section .title .moreOl .last.hover ol {
      display: block; }
.section .content ul {
  align-items: center; }
.section .content li {
  width: 215px;
  margin-right: 31px;
  margin-bottom: 35px;
  float: left; }
  .section .content li a > img {
    width: 100%; }
  .section .content li .box {
    box-sizing: border-box;
    border: 1px solid #999;
    border-radius: 0 0 4px 4px;
    border-top: none;
    padding: 0 13px; }
    .section .content li .box img {
      width: 16px;
      height: 15px; }
  .section .content li h5 {
    font-size: 16px;
    font-weight: bold;
    font-weight: bolder;
    line-height: 35px; }
  .section .content li p {
    font-size: 14px;
    line-height: 18px; }
  .section .content li span {
    font-size: 14px;
    color: #fd3232;
    line-height: 43px; }
    .section .content li span img {
      position: relative;
      margin-right: 4px; }
.section .cutUl {
  font-size: 14px;
  margin: 0 auto;
  display: inline-block; }
  .section .cutUl li {
    padding: 23px 6px;
    display: inline-block; }
  .section .cutUl a {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: block;
    text-align: center; }
  .section .cutUl .activeBg a {
    color: #F5F5F5;
    background: #00a0ea; }
  .section .cutUl .omit {
    position: relative;
    top: -4px; }
  .section .cutUl .prevPage a, .section .cutUl .nextPage a {
    width: auto; }
.section .second h5 {
  padding-top: 12px; }
.section .second .box > span {
  position: relative;
  top: -12px;
  margin-bottom: -8px; }
.section .second .current {
  top: 0 !important; }

.footer {
  background: #f8f8f8;
  text-align: center; }
  .footer ul {
    display: inline-block;
    padding: 20px 0; }
  .footer li {
    float: left;
    padding: 0 36px;
    font-size: 14px;
    line-height: 18px; }
  .footer .noBor {
    border: none; }
  .footer span {
    color: #999; }

.modal-content {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.modal-dialog {
  width: 100% !important; }

.close {
  position: absolute;
  right: -15px;
  opacity: 1;
  text-align: center;
  top: -15px;
  width: 40px;
  height: 40px;
  background: #00a0ea;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 5px #e3e3e3;
  font-size: 25px; }
  .close i {
    position: relative;
    top: -2px; }

.popUp {
  background: #fff;
  position: relative;
  margin: 0 auto;
  border-radius: 8px;
  box-sizing: border-box; }

.loginBox {
  width: 726px;
  height: 560px;
  padding: 10px 39px; }
  .loginBox .close {
    background: #00a0ea; }

#register input, #login input, #retrievePassword input, #bindPhone input {
  border-radius: 8px !important;
  font-size: 20px;
  width: 100%;
  padding: 12px 19px;
  height: auto !important;
  margin-bottom: 20px;
  border: 2px solid #e0e0e0; }
#register input[type=checkbox], #login input[type=checkbox], #retrievePassword input[type=checkbox], #bindPhone input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  border-radius: 0 !important;
  padding: 0 !important;
  top: 0; }
#register input[type=checkbox]:checked, #login input[type=checkbox]:checked, #retrievePassword input[type=checkbox]:checked, #bindPhone input[type=checkbox]:checked {
  border-color: #00a0ea; }
#register input[type=checkbox]:checked:after, #login input[type=checkbox]:checked:after, #retrievePassword input[type=checkbox]:checked:after, #bindPhone input[type=checkbox]:checked:after {
  width: 20px !important;
  left: -2px;
  top: 0px;
  height: 20px !important; }
#register input[type=radio], #login input[type=radio], #retrievePassword input[type=radio], #bindPhone input[type=radio] {
  width: auto;
  border: none !important;
  color: #e0e0e0;
  font-size: 16px; }
#register input[type=submit], #login input[type=submit], #retrievePassword input[type=submit], #bindPhone input[type=submit] {
  background: #00a0ea;
  border: none;
  margin-top: 24px;
  color: #fff; }
#register h5, #login h5, #retrievePassword h5, #bindPhone h5 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 8px;
  height: 64px;
  line-height: 64px;
  border-bottom: 2px solid #e0e0e0; }
#register h6, #login h6, #retrievePassword h6, #bindPhone h6 {
  height: 58px;
  line-height: 58px;
  font-size: 26px;
  color: #999; }
#register ul, #login ul, #retrievePassword ul, #bindPhone ul {
  padding-bottom: 8px;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0; }
#register li a, #login li a, #retrievePassword li a, #bindPhone li a {
  margin-bottom: 20px;
  display: block;
  padding: 10px 20px;
  color: #fff; }
  #register li a img, #login li a img, #retrievePassword li a img, #bindPhone li a img {
    margin-right: 6px; }
#register li span, #login li span, #retrievePassword li span, #bindPhone li span {
  display: inline-block;
  width: 24px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 4px; }
  #register li span img, #login li span img, #retrievePassword li span img, #bindPhone li span img {
    display: inline-block; }
#register li .one, #login li .one, #retrievePassword li .one, #bindPhone li .one {
  background: #2ebfde; }
#register li .two, #login li .two, #retrievePassword li .two, #bindPhone li .two {
  background: #4bcc4d; }
#register li .three, #login li .three, #retrievePassword li .three, #bindPhone li .three {
  background: #f9aa29; }
#register li .four, #login li .four, #retrievePassword li .four, #bindPhone li .four {
  background: #1d58bc; }
#register li .five, #login li .five, #retrievePassword li .five, #bindPhone li .five {
  background: #2ebfde; }
#register .leftPosition, #login .leftPosition, #retrievePassword .leftPosition, #bindPhone .leftPosition {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #999;
  font-size: 16px; }
#register .rightPosition, #login .rightPosition, #retrievePassword .rightPosition, #bindPhone .rightPosition {
  left: 41px; }
  #register .rightPosition a, #login .rightPosition a, #retrievePassword .rightPosition a, #bindPhone .rightPosition a {
    color: #00a0ea !important; }
  #register .rightPosition span, #login .rightPosition span, #retrievePassword .rightPosition span, #bindPhone .rightPosition span {
    width: 200px !important; }
#register .verCode, #login .verCode, #retrievePassword .verCode, #bindPhone .verCode {
  width: 140px; }
#register .verCodeBtn, #login .verCodeBtn, #retrievePassword .verCodeBtn, #bindPhone .verCodeBtn {
  padding: 12px 0;
  width: 140px;
  text-align: center;
  font-size: 20px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  color: #c7c7c7;
  background: #fff; }
#register .sentTime, #login .sentTime, #retrievePassword .sentTime, #bindPhone .sentTime {
  border-color: #00a0ea;
  color: #00a0ea; }
#register .left, #login .left, #retrievePassword .left, #bindPhone .left {
  padding-right: 40px;
  padding-top: 10px;
  width: 57%;
  position: relative;
  height: 88%; }
#register .right, #login .right, #retrievePassword .right, #bindPhone .right {
  width: 43%;
  position: relative;
  height: 88%;
  font-size: 18px; }

.loginInformation img {
  position: relative;
  top: 10px;
  margin-right: 5px; }

.loginHeadPortrait {
  position: relative;
  display: block; }
  .loginHeadPortrait img {
    border-radius: 50%;
    border: 1px solid #00a0ea; }
  .loginHeadPortrait i {
    display: block;
    width: 10px;
    height: 10px;
    background: #fd3232;
    position: absolute;
    right: -0px;
    top: -0px;
    border-radius: 50%; }

.videoWarp .inner {
  background: #375172; }
.videoWarp .auto {
  padding-bottom: 0; }
.videoWarp h5 {
  line-height: 50px;
  padding-left: 20px;
  font-size: 22px;
  color: #fff;
  position: relative; }
  .videoWarp h5 span {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 12px;
    line-height: 40px; }
    .videoWarp h5 span a {
      height: 40px;
      line-height: 40px;
      color: #00a0ea;
      background: #fff;
      display: inline-block;
      text-align: center;
      font-size: 16px;
      margin-right: 20px; }
    .videoWarp h5 span img {
      border-radius: 50%;
      width: 40px;
      height: 40px;
      margin-left: 10px; }
.videoWarp .videoBox {
  display: flex;
  display: -webkit-flex; }
.videoWarp .videoLeft {
  width: 840px;
  height: 895px;
  float: left;
  position: relative; }
  .videoWarp .videoLeft .notPlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 840px;
    height: 895px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center; }
    .videoWarp .videoLeft .notPlay p {
      font-size: 22px;
      margin-top: 395px;
      display: inline-block;
      width: 515px;
      height: 80px;
      line-height: 80px;
      background: #fff;
      border-radius: 40px; }
.videoWarp .videoRight {
  float: right;
  flex: 1; }
  .videoWarp .videoRight .top {
    padding-left: 20px;
    color: #fff; }
    .videoWarp .videoRight .top img {
      position: relative;
      top: 16px;
      margin-right: 10px; }
  .videoWarp .videoRight .ask {
    background: #1b2c3c;
    height: 525px;
    box-sizing: border-box; }
  .videoWarp .videoRight .notAsk {
    color: #fff;
    text-align: center;
    padding-top: 123px; }
    .videoWarp .videoRight .notAsk p {
      font-size: 20px;
      line-height: 48px; }
  .videoWarp .videoRight .canAsk {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 100px; }
    .videoWarp .videoRight .canAsk .text {
      height: 450px;
      overflow: hidden; }
      .videoWarp .videoRight .canAsk .text ul {
        padding: 10px 30px;
        overflow: scroll; }
      .videoWarp .videoRight .canAsk .text img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
      }
      .videoWarp .videoRight .canAsk .text li {
        position: relative;
        padding: 5px 0; }
      .videoWarp .videoRight .canAsk .text span {
        position: absolute;
        left: 42px;
        top: 42px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #fff; }
      .videoWarp .videoRight .canAsk .text span.second {
        left: 40px;
        top: 40px;
        width: 5px;
        height: 5px;
        background: #fff; }
      .videoWarp .videoRight .canAsk .text p {
        border-radius: 2px;
        background: #fff;
        line-height: 25px;
        padding: 3px 10px;
        box-sizing: border-box;
        margin-top: 40px;
        max-width: 250px;
        display: inline-block;
        font-size: 14px; }
      .videoWarp .videoRight .canAsk .text .stuSpeack img {
        float: right; }
      .videoWarp .videoRight .canAsk .text .stuSpeack span {
        right: 42px;
        left: auto; }
      .videoWarp .videoRight .canAsk .text .stuSpeack span.second {
        right: 40px;
        left: auto; }
    .videoWarp .videoRight .canAsk .bot {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0; }
      .videoWarp .videoRight .canAsk .bot ul {
        background: #333;
        padding: 6px 10px; }
      .videoWarp .videoRight .canAsk .bot li {
        float: left;
        padding: 0 10px; }
    .videoWarp .videoRight .canAsk .askBtn {
      padding: 6px 3px;
      background: #fff;
      position: relative; }
      .videoWarp .videoRight .canAsk .askBtn .dontSend {
        background: #fd3232;
        position: absolute;
        top: -70px;
        right: 10%;
        width: 70%;
        border-radius: 5px;
        padding: 15px;
        color: #fff;
        font-size: 14px;
        line-height: 20px; }
      .videoWarp .videoRight .canAsk .askBtn input {
        border: none;
        line-height: 40px; }
      .videoWarp .videoRight .canAsk .askBtn button {
        float: right;
        font-size: 16px;
        background: #00a0ea;
        color: #fff; }
  .videoWarp .videoRight .videoNav {
    height: 50px;
    background: #333;
    font-size: 18px;
    line-height: 50px; }
    .videoWarp .videoRight .videoNav a {
      color: #fff;
      box-sizing: border-box; }
    .videoWarp .videoRight .videoNav li {
      width: 50%;
      text-align: center;
      float: left; }
    .videoWarp .videoRight .videoNav .active a {
      color: #fd3232 !important;
      border-bottom: 2px solid #fd3232;
      display: inline-block;
      height: 50px; }

#register.register form span, #bindPhone form span {
  font-size: 16px;
  color: #e0e0e0; }
#register.register form .select, #bindPhone form .select {
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  background: none; }
#register.register .loginBox li a, #bindPhone .loginBox li a {
  padding: 17px; }
#register.register .error, #bindPhone .error {
  color: #fd3232 !important; }
#register.register .dropdownWarp, #bindPhone .dropdownWarp {
  position: relative; }
#register.register .dropdown, #bindPhone .dropdown {
  position: absolute;
  left: 0;
  top: 0; }
#register.register .dropdown.country, #bindPhone .dropdown.country {
  position: relative;
  left: 0;
  top: 0;
  padding-bottom: 10px; }
#register.register .dengerTime, #bindPhone .dengerTime {
  border-color: #fd3232;
  color: #fd3232; }
#register.register .glyphicon-remove, #bindPhone .glyphicon-remove {
  font-weight: normal;
  font-size: 12px;
  color: #fd3232;
  position: relative;
  left: -23px;
  top: 12px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #fd3232;
  padding: 2px; }
#register.register .verCode, #bindPhone .verCode {
  width: 170px; }
#register.register #country, #bindPhone #country {
  background: #fff;
  border: 1px solid #999;
  padding: 0 20px 1px;
  margin-left: 12px; }
  #register.register #country span, #bindPhone #country span {
    font-size: 16px !important;
    line-height: 16px;
    height: 16px;
    color: #00a0ea; }
  #register.register #country i, #bindPhone #country i {
    padding-left: 5px; }
#register.register .country, #bindPhone .country {
  font-size: 22px; }
  #register.register .country ul, #bindPhone .country ul {
    left: 105px; }
  #register.register .country li, #bindPhone .country li {
    min-width: 180px !important; }
#register.register .dLabel, #bindPhone .dLabel {
  padding: 13px;
  background: none; }
#register.register .dLabel span, #bindPhone .dLabel span {
  color: #333;
  font-size: 20px; }
#register.register .dLabel i, #bindPhone .dLabel i {
  font-size: 14px;
  color: #999;
  padding-left: 4px; }
#register.register .phoneEmail, #bindPhone .phoneEmail {
  padding-left: 90px; }
#register.register .dropdown-menu, #bindPhone .dropdown-menu {
  cursor: pointer;
  min-width: 80px;
  text-align: center;
  padding: 0; }
  #register.register .dropdown-menu li, #bindPhone .dropdown-menu li {
    line-height: 35px !important; }
#register.register .agreementText, #bindPhone .agreementText {
  font-size: 14px;
  padding-top: 5px; }
  #register.register .agreementText a, #bindPhone .agreementText a {
    color: #00a0ea;
    font-weight: bold;
    font-weight: bolder; }
#register.register .loginBox, #bindPhone .loginBox {
  height: 640px; }
#register.register .leftPosition, #bindPhone .leftPosition {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 31px;
  padding-bottom: 31px; }
  #register.register .leftPosition a, #bindPhone .leftPosition a {
    padding: 0;
    margin: 0;
    display: inline-block; }

#retrievePassword form {
  padding-top: 15px; }
#retrievePassword .loginBox {
  padding: 24px 58px 115px;
  width: 470px;
  height: auto;
  background-image: url(../images/retrievePassword_bg.png);
  background-repeat: no-repeat;
  background-position: left bottom; }
#retrievePassword .verCode {
  width: 200px; }
#retrievePassword input[type=submit] {
  margin-bottom: 0; }
#retrievePassword .verCodeBtn {
  background: #00a0ea;
  border: none;
  color: #fff; }
#retrievePassword .dengerTime {
  background: #999;
  color: #fff; }

#bindPhone input::-webkit-input-placeholder {
  color: #fff !important; }
#bindPhone input {
  color: #000; }
#bindPhone .dragBox {
  background: #fff;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: none;
  padding: 10px;
  position: relative; }
  #bindPhone .dragBox img {
    width: 20px;
    height: 20px;
    position: relative;
    left: 10px;
    top: 10px;
    cursor: pointer; }
#bindPhone .verCodeBtn {
  border: 2px solid #fff;
  background: none;
  color: #fff; }
#bindPhone .glyphicon.glyphicon-remove {
  border-color: #fff; }
#bindPhone .error {
  border-color: #fd3232; }
#bindPhone input[type=submit] {
  border: none;
  background: #efefef;
  color: #999; }
#bindPhone input[type=submit].success {
  background: #fd3232;
  color: #fff; }
#bindPhone .loginBox {
  width: 566px;
  height: 546px;
  background: #00a0ea; }
#bindPhone form {
  width: 330px;
  margin: 90px auto 0; }
#bindPhone input {
  background: none;
  border: 2px solid #fff; }

#beginInform .loginBox {
  width: 469px;
  height: 500px;
  padding: 0;
  position: relative; }
#beginInform .title {
  border-radius: 8px;
  z-index: 5;
  width: 100%;
  position: absolute;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px; }
  #beginInform .title button {
    box-shadow: 0px 0px 10px 5px #fff;
    background: #fff;
    font-size: 14px;
    width: 64px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 8px;
    line-height: 90px;
    height: 64px;
    right: -25px;
    top: -25px;
    color: #00a0ea; }
#beginInform .bg {
  position: relative;
  top: -21px; }
#beginInform p {
  font-size: 18px;
  text-align: center;
  height: 130px;
  line-height: 130px; }
#beginInform .text {
  text-align: center; }
#beginInform button {
  width: 358px;
  height: 48px;
  padding: 0;
  border-radius: 24px;
  background: #00a0ea;
  color: #fff; }

.redioBox {
  background: #333;
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0; }
  .redioBox .progressBar {
    position: absolute;
    top: -4px;
    left: 0;
    background: #989898;
    height: 4px;
    width: 100%; }
    .redioBox .progressBar span {
      width: 2%;
      position: absolute;
      left: 0;
      display: block;
      height: 100%;
      background: #00a0ea; }
      .redioBox .progressBar span strong {
        position: absolute;
        top: -3px;
        right: 0;
        border-radius: 50%;
        background: #fff;
        width: 10px;
        height: 10px; }
  .redioBox .playField > * {
    float: left;
    cursor: pointer; }
  .redioBox .playField {
    color: #fff;
    font-size: 18px;
    line-height: 50px; }
  .redioBox time {
    margin-right: 300px;
    margin-left: 10px; }
  .redioBox .playField > img {
    padding: 12px; }
  .redioBox .playField .voice {
    height: 50px;
    padding: 11px;
    margin-right: 10px; }
    .redioBox .playField .voice img {
      margin-right: 10px; }
  .redioBox .playField .voice > * {
    float: left; }
  .redioBox .playField .voice .voiceBar {
    width: 146px;
    height: 4px; }
    .redioBox .playField .voice .voiceBar span {
      height: 4px;
      position: relative;
      top: 10px;
      display: block;
      width: 100%;
      background: #00a0ea; }
      .redioBox .playField .voice .voiceBar span strong {
        width: 10px;
        display: block;
        position: absolute;
        right: 0;
        top: -3px;
        height: 10px;
        border-radius: 50%;
        background: #fff; }
  .redioBox .wideScreen {
    margin-left: 15px;
    margin-right: 20px; }

#anchorRecommend .loginBox {
  width: 470px;
  height: 450px;
  padding: 0;
  background: none; }
#anchorRecommend .close {
  top: 50px;
  right: 12px;
  z-index: 5; }
#anchorRecommend .text {
  text-align: center;
  width: 470px;
  height: 402px;
  /*background-image: url(../images/anchorRecommend_bg.png);*/
  background-repeat: no-repeat;
  position: relative;
  background-position: left bottom; }
  #anchorRecommend .text img {
    /*width: 268px;*/
    /*height: 268px;*/
    /*border-radius: 50%;*/
    /*margin: 70px 22px 0 0; */
    margin-top: 70px;
  }
  #anchorRecommend .text a {
    width: 147px;
    height: 40px;
    background: #00a0ea;
    display: inline-block;
    line-height: 40px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 1px #e3e3e3;
    color: #fff;
    font-size: 20px; }
  #anchorRecommend .text button {
    width: 350px;
    box-sizing: content-box;
    height: 68px;
    line-height: 68px;
    border: 3px solid #fff;
    border-radius: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f1551b;
    color: #fff; }
#anchorRecommend .first {
  position: absolute;
  font-size: 24px;
  left: 16px;
  top: 47px;
  color: #fff; }

#hlbts .loginBox {
  width: 480px;
  height: auto;
  padding: 0;
  padding-bottom: 30px; }
  #hlbts .loginBox .close {
    background: #fff;
    color: #00a0ea; }
  #hlbts .loginBox .title {
    height: 50px;
    border-top-left-radius: 8px;
    text-align: center;
    font-size: 20px;
    background: #00a0ea;
    color: #fff;
    line-height: 50px; }
  #hlbts .loginBox .text .ulBox {
    height: auto;
    max-height: 440px;
    margin-top: 20px; }
    #hlbts .loginBox .text .ulBox th {
      text-align: center;
      font-weight: normal;
      background: #00a0ea;
      color: #fff; }
    #hlbts .loginBox .text .ulBox table {
      width: 90%;
      border-bottom: 1px solid #ddd; }
    #hlbts .loginBox .text .ulBox tr, #hlbts .loginBox .text .ulBox td {
      font-size: 14px;
      font-weight: normal; }
    #hlbts .loginBox .text .ulBox td:nth-of-type(1) {
      text-align: center; }
    #hlbts .loginBox .text .ulBox .scrollbar {
      max-height: 440px; }
  #hlbts .loginBox .text .confirm {
    width: 100px;
    height: 32px;
    line-height: 30px;
    margin: 50px 25px 0;
    color: #999;
    background: #fff;
    border: 1px solid #e0e0e0;
    font-size: 14px; }
  #hlbts .loginBox .text .consent {
    background: #00a0ea;
    border-color: #00a0ea;
    color: #fff; }

.clear {
  zoom: 1; }

.auto {
  margin: 0 auto;
  width: 1200px; }

.clear:after {
  content: "";
  display: block;
  clear: both;
  height: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.priBg {
  background: #00a0ea !important; }

.priCo {
  color: #00a0ea !important; }

.active {
  color: #00a0ea !important; }
  .active a {
    color: #00a0ea !important; }

.primaryBtn {
  background: #00a0ea;
  padding: 0;
  text-align: center;
  color: #fff;
  border-radius: 8px; }

.btnBg {
  background: #00a0ea;
  color: #F5F5F5;
  border: 2px solid #00a0ea; }

.btnBor {
  color: #00a0ea;
  border: 2px solid #00a0ea;
  background: none; }

.show {
  display: block; }

.hide {
  display: none; }

.inputCheckBox input[type='checkbox'] {
  width: 15px;
  height: 15px;
  background-color: #fff;
  -webkit-appearance: none;
  border: 1px solid #e0e0e0;
  outline: none;
  position: relative;
  top: 3px; }

.inputCheckBox input[type=checkbox]:checked {
  background: #00a0ea;
  border-color: #00a0ea; }

.checkBoxTitle input[type=checkbox]:checked {
  background: #fff;
  border-color: #e0e0e0; }

.inputCheckBox input[type=checkbox]:checked:after {
  position: absolute;
  right: 0px;
  top: -2px;
  display: block;
  width: 14px;
  height: 14px;
  content: "\2714";
  text-align: center;
  font-size: 12px;
  color: #fff; }

.checkBoxTitle input[type=checkbox]:checked:after {
  color: #00a0ea; }

.inputRadio input[type='radio'] {
  width: 11px;
  height: 11px;
  background-color: #fff;
  -webkit-appearance: none;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  outline: none;
  position: relative;
  top: 3px; }

.inputRadio input[type=radio]:checked:after {
  position: absolute;
  left: 1px;
  top: 1px;
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  background: #00a0ea;
  border-radius: 50%; }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*原为flex*/
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.video-js .vjs-play-control {
  /*增加float*/
  float: left;
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  /*增加float*/
  float: right; }

.vjs-big-play-button {
  display: none !important; }

.vjs-live .vjs-progress-control {
  display: block !important; }

.video-js .vjs-live-control {
  display: none !important; }

#my-video .vjs-poster {
  background: url(../images/logo_01.png) no-repeat !important;
  background-size: 30% auto !important;
  background-position: 50% 40% !important;
  background-color: #999 !important; }

#my-video1 .vjs-poster {
  background: url(../images/logo_01.png) no-repeat !important;
  background-size: 30% auto !important;
  background-position: 50% 40% !important;
  background-color: #999 !important; }

.vjs-poster {
  background: auto !important; }

.videoBox {
  width: 100%;
  position: relative; }
  .videoBox .video-js {
    width: 100%;
    height: 100%; }
  .videoBox video {
    width: 100%;
    height: 100%; }

.logoBg {
  width: 70px;
  height: 61px;
  position: absolute;
  z-index: 2147483648;
  left: 10px;
  bottom: 55px;
  background: url(../images/logo_png.png) no-repeat;
  background-size: 100% 100%; }

/*# sourceMappingURL=base.css.map */
