@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}

p,
span,
a,
em,
table {
  font-size: 14px;
  color: #333333;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #333333;
}

a:hover {
  text-decoration: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  border-radius: 2px;
  font-size: 100%;
  outline: none;
  border: 1px solid #dddddd;
}

button {
  border-style: none;
}

textarea {
  resize: none;
  border-color: #f2f2f2;
  padding: 5px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.relativeDiv {
  position: relative;
}

.bold {
  font-weight: 700;
}

.hide {
  display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.blueBlock:after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #00a8d4;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.icon-crown {
  background-image: url(../img/crown.png);
}

.icon-diamod-purple {
  background-image: url(../img/diamod-purple.png);
}

.icon-diamod-blue {
  background-image: url(../img/diamod-blue.png);
}

.icon-diamod-gray {
  background-image: url(../img/diamod-gray.png);
}

.icon-year {
  background-image: url(../img/yearviplogo.png);
}

.icon-over {
  width: 20px;
  height: 25px;
  background-image: url(../img/over.png);
}

.icon-free {
  width: 20px;
  height: 25px;
  background-image: url(../img/freecourse.png);
}

.ft-16 {
  font-size: 16px;
}

.text-center {
  text-align: center;
}

.content-pad20 {
  padding: 20px 0;
}

.content-padT20 {
  padding-top: 20px;
}

.content-padB20 {
  padding-bottom: 20px;
}

.content-box {
  width: 1230px;
  margin: 0 auto;
}

.content-box label {
  font-size: 16px;
  font-weight: 700;
}

.content-white {
  background-color: #ffffff;
}

.content-gray {
  background-color: #f2f2f2;
}

.content-gray2 {
  background-color: #f8f8f8;
}

.content-gray3 {
  background-color: #b6b6b6;
}

.content-gray4 {
  padding: 20px 0;
  background-color: #f9f9f9;
}

.content-blue {
  background-color: #00a8d4;
  color: #ffffff;
}

.content-greend {
  background-color: #86cf00;
  color: #ffffff;
}

.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.btn-small {
  width: 120px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
}

.btn-middle {
  width: 150px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
}

.btn-radius {
  border-radius: 5px;
}

.btn-white {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #666666;
}

.btn-black {
  background-color: #666666;
  color: #ffffff;
}

.btn-blue {
  background-color: #00a8d4;
  color: #ffffff;
}

.btn-red {
  background-color: #e84e40;
  color: #ffffff;
}

.btn-blue-o {
  color: #00a8d4;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #00a8d4;
}

.btn-blue1 {
  background-color: #00a8d4;
  color: #ffffff;
}

.btn-green {
  background-color: #86cf00;
  color: #ffffff;
}

.btn-orange {
  background-color: #ff9900;
  color: #ffffff;
}

.btn-gray {
  background-color: #b6b6b6;
  color: #ffffff;
}

.btn-sub {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  color: #ffffff;
  width: 400px;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  background-color: #00a8d4;
  border: 0px;
}

.hearder-logo,
.hearder-searchBox {
  display: inline-block;
  vertical-align: middle;
}

.hearder-searchBox {
  position: relative;
  margin-left: 45px;
}

.hearder-searchBox input {
  height: 38px;
  width: 487px;
  padding-left: 12px;
  border: 1px solid #00a8d4;
}

.hearder-searchBox .searchButton {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  width: 50px;
  background-color: #00a8d4;
}

.hearder-searchBox .searchButton .fa {
  text-align: center;
  line-height: 38px;
  font-size: 16px;
}

.hearder-user {
  float: right;
  position: relative;
  line-height: 84px;
}

.hearder-user ul {
  display: inline-block;
}

.hearder-user li {
  display: inline-table;
  padding: 0 10px;
}

.hearder-user li a {
  color: #000;
  font-size: 14px;
}

.hearder-user li img {
  vertical-align: middle;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.hearder-user li .icon {
  margin: 0 5px;
}

.hearder-user .li-his .icon-clock {
  height: 21px;
  width: 21px;
  vertical-align: middle;
  background-image: url(../img/icon-clock.png);
}

.hearder-user .li-his span {
  font-size: 16px;
  vertical-align: middle;
  color: #999;
}

.hearder-user .li-mobile .icon-mobile {
  height: 21px;
  width: 13px;
  vertical-align: middle;
  background-image: url(../img/icon-mobile.png);
}

.hearder-user .li-mobile span {
  vertical-align: middle;
  font-size: 16px;
  color: #f00;
}

.hearder-user .li-not {
  position: relative;
}

.hearder-user .li-not span {
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 15px;
  line-height: 13px;
  text-align: center;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  color: #ffffff;
  background-color: #ff0000;
}

.hearder-user .li-list {
  position: relative;
}

.hearder-user .li-list .icon {
  position: absolute;
  height: 21px;
  width: 55px;
  bottom: 15px;
  right: -30px;
}

.hearder-user .li-list .icon-hy01 {
  background-image: url(../img/icon-hy01.png);
}

.hearder-user .li-list .icon-hy02 {
  width: 43px;
  background-image: url(../img/icon-hy02.png);
}

.hearder-user .li-list .icon-hy03 {
  width: 43px;
  background-image: url(../img/icon-hy03.png);
}

.hearder-user .li-list .icon-hy04 {
  background-image: url(../img/icon-hy04.png);
}

.hearder-user .li-list:hover .user-det {
  display: block;
}

.user-det {
  display: none;
  position: absolute;
  width: 120px;
  line-height: 40px;
  top: 60px;
  right: 0;
  background-color: #fff;
  border: 1px solid #dddddd;
  z-index: 9999;
}

.user-det ul {
  width: 100%;
}

.user-det .fa {
  font-size: 16px;
  width: 25px;
  color: #333333;
  margin-right: 5px;
}

.user-det li {
  opacity: 0.7;
  filter: alpha(opacity=70);
  display: block;
  margin-left: 0;
  padding: 0 18px;
  border-bottom: 1px solid #dddddd;
  line-height: 40px;
}

.user-det li a {
  font-size: 12px;
  font-weight: 400;
}

.user-det li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.li-jhm span {
  font-size: 16px;
}

.li-jhm span:hover {
  color: #00bcee;
}

.hearder-user .user-his {
  display: none;
  position: absolute;
  top: 60px;
  width: 350px;
  right: 0;
  background-color: #fff;
  border: 1px solid #dddddd;
  z-index: 9999;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
}

.hearder-user .user-his .user-his-item {
  *zoom: 1;
}

.hearder-user .user-his .user-his-item:after {
  clear: both;
  content: "\20";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.hearder-user .user-his h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #999999;
}

.hearder-user .user-his span {
  float: right;
  font-size: 12px;
  color: #999999;
  width: 120px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hearder-user .user-his span .fa-tv {
  margin-right: 5px;
}

.hearder-user .user-his a {
  float: left;
  font-size: 12px;
  max-width: 165px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hearder-user .user-his a:hover {
  color: #00a8d4;
}

.hearder-user .user-his .user-his-bot {
  border-top: 1px solid #dddddd;
  margin-top: 10px;
  padding: 0 10px;
}

.hearder-user .user-his .user-his-bot a {
  float: right;
  line-height: 40px;
}

.hearder-user .user-mobile {
  width: 350px;
  display: none;
  position: absolute;
  top: 60px;
  left: -60px;
  background-color: #fff;
  border: 1px solid #dddddd;
  z-index: 9999;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
}

.hearder-user .user-mobile .ttxcx {
  width: auto;
  height: auto;
}

.content-blue .content-box {
  margin-top: 1px;
  height: 60px;
}

.content-blue .topNav {
  line-height: 60px;
}

.content-blue .topNav li {
  position: relative;
  display: inline-table;
  height: 60px;
}

.content-blue .topNav li a {
  display: inline-block;
  height: 60px;
  font-size: 16px;
  color: #f8f8f8;
  padding: 0 5px;
}

.content-blue .topNav li:last-child a {
  color: #ffff66;
}

.content-blue .topNav li:hover .nav-ul {
  display: block;
}

.content-blue .topNav .cur a {
  background: rgba(0, 0, 0, 0.2);
}

.content-blue .topNav .fa-angle-down {
  margin-left: 3px;
  font-size: 20px;
}

.content-blue .topNav .nav-ul {
  display: none;
  position: absolute;
  font-size: 0;
  z-index: 10000;
  width: 235px;
  padding: 9px 0;
  top: 50px;
  left: -10px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  line-height: 40px;
}

.content-blue .topNav .nav-ul a {
  display: inline-block;
  width: 110px;
  padding-left: 10px;
  font-size: 14px;
  height: 40px;
  color: #333;
  text-align: center;
  background-color: transparent;
}

.content-blue .topNav .nav-ul a:hover {
  color: #00a8d4;
}

.content-blue .topNav .nav-ul a:first-child::before {
  border-bottom: 8px solid #fff;
  border-left: 8px solid rgba(255, 255, 255, 0);
  border-right: 8px solid rgba(255, 255, 255, 0);
  top: -8px;
  content: "";
  width: 0;
  height: 0;
  left: 45%;
  margin-left: -50px;
  position: absolute;
}

.slider-box {
  padding-bottom: 10px;
}

.slider-box .slider {
  position: relative;
  height: 350px;
}

.slider-box .slider .pic li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.slider-box .slider img {
  width: 1230px;
  height: 350px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.otherAbout {
  padding-top: 20px;
  padding-bottom: 40px;
}

.otherAbout div {
  width: 240px;
  float: left;
}

.otherAbout div p {
  margin-top: 20px;
}

.otherAbout div p img {
  width: 135px;
  height: 135px;
}

.otherAbout a:hover {
  color: #ae4141;
}

.curriculum {
  width: 103%;
  padding-top: 10px;
}

.curriculum .curriculum-box {
  position: relative;
  display: inline-block;
  width: 290px;
  margin: 0 18px 18px 0;
  padding: 10px;
  cursor: pointer;
}

.curriculum .curriculum-box p {
  display: block;
  line-height: 25px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.curriculum .curriculum-box .icon {
  position: absolute;
  display: block;
}

.curriculum .curriculum-box .icon-year {
  width: 30px;
  height: 30px;
  background-image: none;
}

.curriculum .curriculum-box img {
  width: 100%;
  height: 160px;
}

.curriculum .curriculum-box span {
  font-size: 12px;
  color: #999999;
  vertical-align: top;
}

.curriculum .curriculum-box span:last-child {
  float: right;
}

.curriculum .curriculum-box .curriculum-point {
  position: absolute;
  display: inline-block;
  left: 10px;
  top: 148px;
  width: 93%;
  line-height: 22px;
  background-color: rgba(0, 0, 0, 0.4);
  padding-left: 5px;
  color: #fff;
}

.active a {
  color: #00a8d4;
}

.slider-dot {
  position: absolute;
}

.slider-dot ul {
  display: inline-block;
  padding: 0 10px;
}

.slider-dot li {
  display: inline-table;
  background-color: #999;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 10px;
}

.slider-dot .active {
  background-color: #00a8d4;
}

.slider-dot-right {
  text-align: center;
  right: 20px;
  bottom: 10px;
}

.slider-dot-center {
  text-align: center;
  width: 100%;
  bottom: 10px;
}

.title-choice-ul {
  margin-top: 20px;
  border-bottom: 1px solid #dddddd;
}

.title-choice-ul li {
  position: relative;
  padding: 0 20px;
  min-width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-table;
}

.title-choice-ul li a {
  color: #999999;
  font-size: 16px;
}

.title-choice-ul .active {
  border-bottom: 2px solid #00a8d4;
}

.title-choice-ul .active a {
  color: #00a8d4;
}

.slider-sm-dot {
  position: relative;
  text-align: center;
  margin-top: 10px;
}

.slider-sm-dot ul {
  display: inline-block;
}

.slider-sm-dot li {
  display: inline-table;
  width: 40px;
}

.slider-sm-dot a {
  display: inline-block;
  background-color: #999;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.slider-sm-dot .active {
  border-bottom: none;
}

.slider-sm-dot .active a {
  background-color: #00a8d4;
}

.comper-contact {
  padding: 20px;
  height: 100px;
  line-height: 60px;
  background-color: #ffffff;
}

.comper-contact .comper-contact-item {
  display: inline-block;
}

.comper-contact .comper-contact-item:not(:first-child) {
  padding: 0 20px;
  margin-left: 10px;
  border-left: 1px solid #dddddd;
}

.comper-contact .comper-contact-item i {
  color: #666666;
  margin: 0 10px;
  font-size: 40px;
  vertical-align: middle;
}

.comper-contact span {
  font-size: 16px;
}

.train-cur-class {
  min-height: 150px;
  padding: 20px 30px;
}

.train-cur-class ul {
  margin: 20px 40px;
  margin-left: 55px;
}

.train-cur-class ul li {
  display: inline-table;
  margin-left: 25px;
}

.train-cur-class ul li a {
  font-size: 16px;
}

.list-four {
  margin: 30px 0;
  padding: 20px;
  border: 1px solid #f2f2f2;
}

.list-four .list-four-item {
  margin: 30px 0;
}

.list-four .list-four-item ul {
  padding: 0 20px;
}

.list-four .list-four-item li {
  list-style: disc;
  margin-left: 30px;
  border-bottom: 1px dotted #dddddd;
  padding: 15px 0;
}

.list-four .list-four-item li span {
  vertical-align: bottom;
  display: inline-block;
  font-size: 16px;
}

.list-four .list-four-item li span:first-child {
  width: 500px;
  padding-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-four .list-four-item li span:not(:first-child) {
  width: 200px;
}

.list-three {
  margin: 20px 0;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
}

.list-three .list-three-item {
  margin: 30px 0;
}

.list-three .list-three-item ul {
  padding: 0 20px;
}

.list-three .list-three-item li {
  list-style: disc;
  margin-left: 30px;
  border-bottom: 1px dotted #dddddd;
  padding: 15px 0;
}

.list-three .list-three-item li span {
  font-size: 16px;
}

.list-three .list-three-item li span:first-child {
  display: inline-block;
  width: 750px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.list-three .list-three-item li span:last-child {
  float: right;
}

.red {
  color: #ff0000;
}

.red a {
  color: #ff0000;
}

.red span {
  color: #ff0000;
}

.pink-p {
  color: #ec6567;
}

.gray-p {
  color: #999999;
}

.green {
  color: #009900;
}

.green a {
  color: #009900;
}

.green span {
  color: #009900;
}

.gray {
  color: #666666;
}

.gray a {
  color: #666666;
}

.gray span {
  color: #666666;
}

.pagination-box {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination a,
.pagination span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination a:hover,
.pagination a:focus,
.pagination span:hover,
.pagination span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}

.pagination li {
  display: inline-block;
}

.pagination .current {
  z-index: 1;
  border-color: #428bca;
}

#AllObjMsg {
  font-family: "Microsoft Yahei", sans-serif;
  display: none;
  padding: 25px 30px 25px 30px;
  min-width: 80px;
  text-align: center;
  font-size: 15px;
  z-index: 99999;
  left: 45%;
  top: 45%;
  margin-left: -70px !important;
  margin-top: -30px !important;
  margin-top: -30px;
  margin-left: -70px;
  position: fixed !important; /*FF IE7*/
  position: absolute; /*IE6*/
  border: 1px #a3a3a3 solid;
  line-height: 30px;
  background: #ffffff;
  _top: expression(
    eval(document.compatMode && document.compatMode== "CSS1Compat") ?
      documentElement.scrollTop +
      (document.documentElement.clientHeight-this.offsetHeight)/2:
      document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2
  );
}

#AllObjMsg a {
  margin-top: 15px;
  font-size: 15px;
}

.btn-xs,
.btn-lg {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.floater {
  position: fixed;
  _position: absolute;
  right: 0;
  top: 70%;
  margin-top: -200px;
  z-index: 200;
  box-shadow: 0 4px 12px 0 rgba(7, 17, 27, 0.1);
  background-color: #fff;
  text-align: center;
}

.floater .floater-box {
  background-color: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(7, 17, 27, 0.1);
  position: absolute;
  width: 172px;
  height: 228px;
  bottom: 0px;
  right: 60px;
  -webkit-transition: opacity 0.25s, transform 0.3s;
  -moz-transition: opacity 0.25s, transform 0.3s;
  transition: opacity 0.25s, transform 0.3s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 95%;
  -ms-transform-origin: 100% 95%;
  transform-origin: 100% 95%;
}

.floater .floater-box .btn {
  padding: 3px;
}

.floater .fa {
  color: #d9dde1;
  font-size: 22px;
}

.floater .fa-commenting {
  color: #12b7f5;
}

.floater span {
  font-size: 12px;
  line-height: 12px;
  display: none;
}

.floater .floater-item {
  display: block;
  cursor: pointer;
  width: 58px;
  height: 57px;
  padding: 16px;
  line-height: 20px;
  border-bottom: 1px solid #edf1f2;
}

.floater .floater-item .fa-qq,
.floater .floater-item .fa-phone-square {
  color: #12b7f5;
  font-size: 16px;
  margin-right: 5px;
}

.floater .floater-item:hover .fa {
  display: none;
}

.floater .floater-item:hover .floater-box {
  cursor: default;
  padding: 20px;
  text-align: left;
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  max-width: none;
}

.floater .floater-item:hover .floater-box p {
  margin-bottom: 5px;
  line-height: 20px;
}

.floater .floater-item:hover .floater-box img {
  margin: 12px;
}

.floater .floater-item:hover .floater-box .fa {
  display: inline-block;
}

.floater .floater-item:hover span {
  display: inline-block;
}

.tplist {
  position: fixed;
  line-height: 40px;
  background-color: #f2f2f2;
  width: 100%;
  z-index: 1001;
  border-bottom: 1px solid #f2f2f2;
}

.tplist a {
  margin-left: 20px;
}

.tplist a:not(:first-child) {
  font-weight: 700;
  color: red;
}

.tplist .tplist-message {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-top: 7px;
  height: 40px;
  float: right;
}

.tplist .tplist-message a {
  margin: 0;
}

.tplist .tplist-message .tplist-ul-title {
  background-color: #fff;
}

.tplist .tplist-message .tplist-ul-title p {
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #eee;
  font-weight: 400;
  text-align: center;
  height: 48px;
  line-height: 48px;
  margin: 0 16px;
}

.tplist .tplist-message .tplist-ul-list {
  position: absolute;
  top: 10px;
  display: none;
  width: 350px;
  overflow: hidden;
  text-align: left;
  font-size: 0;
  border-radius: 5px;
  background-color: #f3f3f3;
  border: 1px solid #eee;
  z-index: 1002;
}

.tplist .tplist-message .tplist-ul-list span {
  display: inline-block;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tplist .tplist-message .tplist-ul-list span:hover {
  color: #333;
}

.tplist .tplist-message .tplist-ul-list ul {
  position: relative;
  padding: 10px 16px;
  background-color: #fff;
}

.tplist .tplist-message .tplist-ul-list li {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tplist .tplist-message .tplist-ul-list .tplist-more {
  background-color: #f3f3f3;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  text-align: center;
}

.tplist .tplist-message .tplist-ul-list .tplist-more a {
  font-size: 12px;
  color: #999;
  line-height: 45px;
}

.tplist .tplist-message .tplist-ul-list .tplist-more a:hover {
  color: #333;
}

.tplist .tplist-message .tplist-ul-list .tplist-null {
  padding: 30px 0;
  background-color: #fff;
  text-align: center;
}

.tplist .tplist-message .tplist-ul-list .tplist-null img {
  width: 100px;
}

.tplist .tplist-message .tplist-ul-list .tplist-null p {
  font-size: 12px;
  color: #ccc;
}

.tplist .tplist-message .tplist-ul-scroll {
  display: block;
  height: 28px;
  padding: 0 16px;
  width: 350px;
  overflow: hidden;
  text-align: left;
  font-size: 0;
  background-color: #fff;
  border: 1px solid #ddd;
}

.tplist .tplist-message .tplist-ul-scroll span {
  font-size: 12px;
  color: #999;
}

.tplist .tplist-message .tplist-ul-scroll span:hover {
  color: #333;
}

.tplist .tplist-message .tplist-ul-scroll ul {
  position: relative;
}

.tplist .tplist-message .tplist-ul-scroll li {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tplist .tplist-message .tplist-wrapper {
  display: inline-block;
  width: 350px;
}

.tplist .tplist-notice {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 28px;
  width: 28px;
  background-color: #00baeb;
  border-radius: 50%;
  padding: 0 7px;
  line-height: 35px;
  margin-left: 20px;
  vertical-align: top;
}

.tplist .tplist-notice img {
  height: 17px;
  width: auto;
  margin-bottom: 1px;
  animation: noticemove 0.5s linear infinite alternate;
  -webkit-animation: noticemove 0.5s linear infinite alternate;
}

.tplist .tplist-notice em {
  display: none;
  border: 2px solid #fff;
  top: -5px;
  right: -10px;
  position: absolute;
  text-align: center;
  height: 20px;
  width: 20px;
  line-height: 17px;
  font-size: 10px;
  color: #fff;
  background: #f00;
  border-radius: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tplist .tplist-notice.cur em {
  display: block;
}

@keyframes noticemove {
  0% {
    transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
  }

  50% {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
  }

  100% {
    transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
  }
}

@-webkit-keyframes noticemove {
  0% {
    transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
  }

  50% {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
  }

  100% {
    transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
  }
}

.hot-tip {
  position: absolute;
  top: 7px;
  right: 0;
}

.hearder-user li .qrcode img {
  border-radius: 0;
  width: auto;
  height: auto;
}

.qrcode {
  display: inline-block;
  margin-right: 10px;
}

.rcon {
  float: right;
}

.rcon .txt {
  line-height: 28px;
  font-size: 17px;
  color: #666;
  font-weight: normal;
}

.rcon .store {
  display: block;
  width: 150px;
  height: 44px;
  margin-top: 10px;
  background: url(../img/ui_new_yktnav_sprite.png) 9999px 9999px no-repeat;
}

.store.apple {
  background-position: 0 -28px;
}

.store.android {
  background-position: 0 -76px;
}

.alert-fixed {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(103, 103, 103, 0.3);
}

.alert-box {
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -250px;
  background-color: #fff;
  border-radius: 16px;
  width: 500px;
}

.alert-top {
  padding-top: 30px;
  text-align: center;
  height: 100px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-image: url(../img/guide-login.png);
}

.alert-top .alert-tit {
  cursor: pointer;
  margin: 0 15px;
  display: inline-block;
}

.alert-top .alert-tit span {
  color: #fff;
  font-size: 26px;
}

.alert-top .alert-tit em {
  display: block;
  margin-top: 5px;
  height: 6px;
  border-radius: 5px;
}

.alert-top .alert-tit.cur span {
  font-weight: 700;
}

.alert-top .alert-tit.cur em {
  background-color: #fff;
}

.alert-login {
  display: none;
}

.alert-login:first-child {
  display: block;
}

.alert-login .login-box {
  padding: 30px 70px;
}

.alert-login .login-box .login-item {
  position: relative;
  height: 40px;
  margin-bottom: 20px;
}

.alert-login .login-box .login-item input::-webkit-input-placeholder {
  color: #ccc;
}

.alert-login .login-box .login-item input::-moz-input-placeholder {
  color: #ccc;
}

.alert-login .login-box .login-item input::-ms-input-placeholder {
  color: #ccc;
}

.alert-login .login-box .login-item .login-inp {
  width: 100%;
  line-height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  padding-left: 40px;
  padding-right: 20px;
}

.alert-login .login-box .login-item .login-inp-sm {
  width: 210px;
  vertical-align: middle;
}

.alert-login .login-box .login-item .icon {
  position: absolute;
  left: 12px;
}

.alert-login .login-box .login-item .login-code {
  cursor: pointer;
  display: inline-block;
  float: right;
  width: 130px;
  height: 40px;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #ccc;
}

.alert-login .login-box .login-item .login-code .code-btn {
  font-size: 14px;
  color: #00caff;
  text-align: center;
  width: 100%;
  background-color: #fff;
  cursor: pointer;
  line-height: 40px;
  border: 1px solid #00caff;
  border-radius: 4px;
}

.alert-login .login-box .login-item .login-code .code-btn.dis {
  cursor: no-drop;
  border-color: #ccc;
  color: #ccc;
}

.alert-login .forget-text {
  cursor: pointer;
  font-size: 14px;
  color: #ccc;
  text-align: center;
  margin-bottom: 20px;
}

.login-btn-box {
  padding: 0 70px 30px 70px;
}

.login-btn-box .login-btn {
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
  background-color: #00caff;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.alert-close {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -70px;
}

.tq-box {
  margin-left: -280px;
  width: 560px;
  padding: 30px 0;
  text-align: center;
}

.tq-box .tq-text {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

.tq-box .tq-text span {
  font-size: 20px;
  font-weight: 700;
  color: #fa7c8d;
}

.tq-box .tq-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
}

.tq-box .tq-item img {
  width: 200px;
  height: 200px;
}

.tq-box .tq-item p {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

.tq-bg {
  height: 500px;
  background-image: url(../img/guide-bg.png);
  background-position: 50%;
  background-size: 105%;
}

.tq-bg .tqa-box {
  padding: 135px 90px 0 90px;
  text-align: center;
}

.tq-bg a {
  display: block;
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
  font-weight: 700;
  line-height: 35px;
}

.tq-bg a:hover {
  opacity: 1;
}

.tq-bg a:nth-child(1) {
  margin-bottom: 55px;
}

.tq-bg a:nth-child(2) {
  margin-bottom: 55px;
}

.tq-bg p {
  display: block;
  font-size: 18px;
  color: #dedede;
  cursor: no-drop;
  font-weight: 700;
  line-height: 35px;
}

.tq-bg p:nth-child(1) {
  margin-bottom: 55px;
}

.tq-bg p:nth-child(2) {
  margin-bottom: 55px;
}

.alert-btn {
  display: inline-block;
  width: 130px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 17px;
  background-color: #00caff;
  color: #fff;
  text-align: center;
  line-height: 34px;
}

.guide-user {
  width: 18px;
  height: 40px;
  background-image: url(../img/guide-user.png);
}

.guide-pwd {
  width: 18px;
  height: 40px;
  background-image: url(../img/guide-pwd.png);
}

.guide-tel {
  width: 18px;
  height: 40px;
  background-image: url(../img/guide-tel.png);
}

.guide-close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-image: url(../img/guide-close.png);
}

.free-alert-box {
  z-index: 9999;
  position: fixed;
  bottom: 50px;
  left: 5px;
  cursor: pointer;
}

.free-alert-box img {
  height: 100px;
  width: 180px;
}

.fix-bar {
  position: fixed;
  bottom: 200px;
  right: 20px;
  width: 65px;
  z-index: 1001;
}

.fix-bar .fix-bar-item {
  position: relative;
  padding: 10px 0;
  display: block;
  height: 70px;
  text-align: center;
  background-color: #00bcee;
}

.fix-bar .fix-bar-item .fix-text {
  margin-top: 8px;
  display: block;
  font-size: 12px;
  color: #fff;
}

.fix-bar .fix-bar-item:not(:last-child) {
  border-bottom: 1px solid #f9f9f9;
}

.fix-bar .fix-bar-item .fix-bar-div {
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  display: none;
  position: absolute;
  width: 180px;
  height: 180px;
  left: -200px;
  padding: 20px;
  bottom: 0;
  background-color: #fff;
}

.fix-bar .fix-bar-item .fix-bar-div img {
  height: auto;
  width: 100%;
}

.fix-bar .fix-bar-item .fix-bar-div .fix-bar-msg {
  text-align: left;
}

.fix-bar .fix-bar-item .fix-bar-div .fix-bar-msg span {
  font-size: 14px;
  color: #333;
}

.fix-bar .fix-bar-item .fix-bar-div .fa {
  font-size: 16px;
  color: #12b7f5;
  margin-right: 5px;
}

.fix-bar .fix-bar-item .fix-bar-div .fbd-num {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

.fix-bar .fix-bar-item .fix-bar-div-cl {
  position: absolute;
  right: -5px;
  top: 130px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 5px solid transparent;
}

.fix-bar .fix-bar-item:hover {
  background-color: #00a8d4;
}

.fix-bar .fix-bar-item:hover .fix-bar-div {
  display: block;
}

.fix-qq {
  width: 22px;
  height: 25px;
  background-image: url(../img/fix-qq.png);
}

.fix-msg {
  width: 25px;
  height: 25px;
  background-image: url(../img/fix-msg.png);
}

.fix-tel {
  width: 25px;
  height: 25px;
  background-image: url(../img/fix-tel.png);
}

.fix-app {
  width: 18px;
  height: 25px;
  background-image: url(../img/fix-app.png);
}

.fix-code {
  width: 28px;
  height: 25px;
  background-image: url(../img/fix-code.png);
}

.cl-year {
  background: -webkit-linear-gradient(left, #ffb46f, #ff9580);
  background: linear-gradient(to right, #ffb46f, #ff9580);
  color: #fff;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  padding: 1px 5px;
  border: 2px solid #fff;
  z-index: 66;
  left: 20px;
  top: 5px;
  border-radius: 10px;
}

.cl-free {
  background: -webkit-linear-gradient(left, #f41, #f00);
  background: linear-gradient(to right, #f41, #f00);
  color: #fff;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  padding: 1px 5px;
  border: 2px solid #fff;
  z-index: 66;
  left: 20px;
  top: 5px;
  border-radius: 10px;
}

.route-header {
  background-image: url(../img/ljd_0.jpg);
  height: 310px;
}
.course-title {
  position: absolute;
  right: 30px;
  bottom: 0;
  padding-top: 10px;
}
.base-title {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 10px;
}

.course-title.course-title .btn.btn {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background: #00a8d4;
  margin: 0 0 0 0;
  color: #fff;
  box-shadow: 1px 1px 5px #00a8d4;
  width: 310px;
  display: flex;
}
.route-header .route-header-txt {
  padding-left: 350px;
  margin-top: 0px;
  width: 100%;
  position: relative;
}
.category-box {
  display: flex;
}
.route-header .route-header-txt h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
}

.route-header .route-header-txt .btn {
  padding: 0 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  height: 25px;
  line-height: 25px;
}

.route-header .route-header-txt .btn:hover {
  background-color: #00a8d4;
}

.route-header .route-header-txt .route-header-txt-inr {
  margin-top: 20px;
  width: 800px;
}

.route-header .route-header-txt .route-header-txt-inr p {
  color: #ffffff;
  line-height: 24px;
}

.route-header .route-header-txt .route-header-txt-inr h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #ffffff;
}

.route-header .route-header-txt .route-header-txt-inr .btn {
  margin-top: 20px;
  background-color: #ffffff;
  padding: 0 10px;
  border-radius: 30px;
  box-shadow: 1px 1px 5px #ffffff;
}

.route-nav {
  display: inline-block;
  position: relative;
  top: -175px;
}

.route-main {
  *zoom: 1;
  border-bottom: 1px solid #f2f2f2;
}

.route-main:after {
  clear: both;
  content: "\20";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.route-nav-item {
  padding: 7px;
  text-align: center;
}

.route-nav-item a {
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
}

.route-nav-item img {
  width: 295px;
  height: 165px;
}

.route-nav-cur {
  background-color: #ffffff;
  border-left: 3px solid #00a8d4;
}

.route-cour {
  margin-bottom: 40px;
}

.he40 {
  height: 40px;
}

.route-cour-item {
  width: 900px;
  border-left: 2px solid #dddddd;
}

.route-cour-item .route-cour-title {
  position: relative;
  font-size: 20px;
  border-left: 3px solid #00a8d4;
  margin: 5px 0;
  padding-left: 15px;
  margin-left: -2px;
}

.route-cour-item .route-cour-des {
  padding-left: 15px;
  line-height: 30px;
}

.route-cour-item .route-cour-des .fa {
  color: #00a8d4;
  margin: 0 5px;
}

.route-cour-item .route-cour-des-c {
  margin: 0 30px;
}

.route-cour-item .rci-box {
  width: 103%;
  margin-top: 15px;
}

.rci-item {
  position: relative;
  display: inline-block;
  width: 275px;
  padding-left: 15px;
  margin: 0 15px 20px 0;
  font-size: 0;
}

.rci-item img {
  width: 100%;
  height: auto;
}

.rci-item .rci-item-text .rci-title {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.progressbar-box {
  vertical-align: top;
  display: inline-block;
  margin-left: 50px;
}

.progressbar-box:last-child {
  margin-left: 100px;
}
.top-box {
  /* display: flex; */
}
.btn-box[class] {
  display: flex;
  /* width: calc(100% - 500px); */
  width: 430px;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.progressbar {
  position: relative;
  display: block;
  width: 360px;
  height: 20px;
  padding: 10px 0;
  margin: 5px auto;
  /* margin-bottom: 10px; */
}

.progressbar label {
  color: #ffffff;
  position: absolute;
  left: -55px;
  top: 0;
  width: 100px;
  text-align: right;
  font-weight: 400;
}

.progressbar:before {
  position: absolute;
  display: block;
  content: "";
  width: 180px;
  height: 18px;
  top: 0;
  left: 60px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #222;
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.85);
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.8);
}

.bar {
  position: absolute;
  display: inline-block;
  width: 0px;
  height: 16px;
  top: 2px;
  left: 60px;
  background: #7eea19;
  background: -moz-linear-gradient(top, #7eea19 0%, #53ad00 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #7eea19),
    color-stop(100%, #53ad00)
  );
  background: -webkit-linear-gradient(top, #7eea19 0%, #53ad00 100%);
  background: -o-linear-gradient(top, #7eea19 0%, #53ad00 100%);
  background: -ms-linear-gradient(top, #7eea19 0%, #53ad00 100%);
  background: linear-gradient(to bottom, #7eea19 0%, #53ad00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eea19', endColorstr='#53ad00', GradientType=0);
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 12px 0px #7eea19,
    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45),
    inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25),
    inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 12px 0px #7eea19,
    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45),
    inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25),
    inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25);
  overflow: hidden;
}

.bar.color2 {
  background: #e5c319;
  background: -moz-linear-gradient(top, #e5c319 0%, #a88c00 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e5c319),
    color-stop(100%, #a88c00)
  );
  background: -webkit-linear-gradient(top, #e5c319 0%, #a88c00 100%);
  background: -o-linear-gradient(top, #e5c319 0%, #a88c00 100%);
  background: -ms-linear-gradient(top, #e5c319 0%, #a88c00 100%);
  background: linear-gradient(to bottom, #e5c319 0%, #a88c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c319', endColorstr='#a88c00', GradientType=0);
  -webkit-box-shadow: 0px 0px 12px 0px #e5c319,
    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45),
    inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25),
    inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 12px 0px #e5c319,
    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45),
    inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25),
    inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25);
}

.bar.color3 {
  background: #e81957;
  background: -moz-linear-gradient(top, #e81957 0%, #aa0033 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e81957),
    color-stop(100%, #aa0033)
  );
  background: -webkit-linear-gradient(top, #e81957 0%, #aa0033 100%);
  background: -o-linear-gradient(top, #e81957 0%, #aa0033 100%);
  background: -ms-linear-gradient(top, #e81957 0%, #aa0033 100%);
  background: linear-gradient(to bottom, #e81957 0%, #aa0033 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e81957', endColorstr='#aa0033', GradientType=0);
  -webkit-box-shadow: 0px 0px 12px 0px #e81957,
    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45),
    inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25),
    inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 12px 0px #e81957,
    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45),
    inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25),
    inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25);
}

.bar.color4 {
  background: #186de2;
  background: -moz-linear-gradient(top, #186de2 0%, #0045a5 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #186de2),
    color-stop(100%, #0045a5)
  );
  background: -webkit-linear-gradient(top, #186de2 0%, #0045a5 100%);
  background: -o-linear-gradient(top, #186de2 0%, #0045a5 100%);
  background: -ms-linear-gradient(top, #186de2 0%, #0045a5 100%);
  background: linear-gradient(to bottom, #186de2 0%, #0045a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#186de2', endColorstr='#0045a5', GradientType=0);
  -webkit-box-shadow: 0px 0px 12px 0px #186de2,
    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45),
    inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25),
    inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 12px 0px #186de2,
    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45),
    inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25),
    inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25);
}

.bar.color5 {
  background: #ff6633;
  background: -moz-linear-gradient(top, #ff6633 0%, #ff9933 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ff6633),
    color-stop(100%, #0045a5)
  );
  background: -webkit-linear-gradient(top, #ff6633 0%, #ff9933 100%);
  background: -o-linear-gradient(top, #ff6633 0%, #ff9933 100%);
  background: -ms-linear-gradient(top, #ff6633 0%, #ff9933 100%);
  background: linear-gradient(to bottom, #ff6633 0%, #ff9933 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#186de2', endColorstr='#0045a5', GradientType=0);
  -webkit-box-shadow: 0px 0px 12px 0px #ff6633,
    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45),
    inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25),
    inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 12px 0px #ff6633,
    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45),
    inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25),
    inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25);
}

.bar.color6 {
  background: #003333;
  background: -moz-linear-gradient(top, #003333 0%, #009933 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #003333),
    color-stop(100%, #009933)
  );
  background: -webkit-linear-gradient(top, #003333 0%, #009933 100%);
  background: -o-linear-gradient(top, #003333 0%, #009933 100%);
  background: -ms-linear-gradient(top, #003333 0%, #009933 100%);
  background: linear-gradient(to bottom, #003333 0%, #009933 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#186de2', endColorstr='#0045a5', GradientType=0);
  -webkit-box-shadow: 0px 0px 12px 0px #003333,
    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45),
    inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25),
    inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 12px 0px #003333,
    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45),
    inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25),
    inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25);
}

.bar.color7 {
  background: #d15fee;
  background: -moz-linear-gradient(top, #d15fee 0%, #d02090 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #d15fee),
    color-stop(100%, #d02090)
  );
  background: -webkit-linear-gradient(top, #d15fee 0%, #d02090 100%);
  background: -o-linear-gradient(top, #d15fee 0%, #d02090 100%);
  background: -ms-linear-gradient(top, #d15fee 0%, #d02090 100%);
  background: linear-gradient(to bottom, #d15fee 0%, #d02090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#186de2', endColorstr='#0045a5', GradientType=0);
  -webkit-box-shadow: 0px 0px 12px 0px #d15fee,
    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45),
    inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25),
    inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 12px 0px #d15fee,
    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45),
    inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25),
    inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25);
}

.bar:before {
  position: absolute;
  display: block;
  content: "";
  width: 606px;
  height: 150%;
  top: -25%;
  left: -25px;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.01) 50%,
    rgba(255, 255, 255, 0) 51%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(255, 255, 255, 0.35)),
    color-stop(50%, rgba(255, 255, 255, 0.01)),
    color-stop(51%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.01) 50%,
    rgba(255, 255, 255, 0) 51%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.01) 50%,
    rgba(255, 255, 255, 0) 51%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.01) 50%,
    rgba(255, 255, 255, 0) 51%,
    rgba(255, 255, 255, 0) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.01) 50%,
    rgba(255, 255, 255, 0) 51%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59ffffff', endColorstr='#00ffffff', GradientType=1);
}

.bar:after {
  position: absolute;
  display: block;
  content: "";
  width: 64px;
  height: 16px;
  right: 0;
  top: 0;
  -webkit-border-radius: 0px 16px 16px 0px;
  border-radius: 0px 16px 16px 0px;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 98%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(98%, rgba(255, 255, 255, 0.6)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 98%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 98%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 98%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 98%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.bar span {
  position: absolute;
  display: block;
  width: 100%;
  height: 64px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  top: 0;
  left: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAABACAYAAAD7/UK9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjdFQ0M2MzdDQThBMTFFMUE3NzJFNzY4M0ZDMTA3MTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjdFQ0M2MzhDQThBMTFFMUE3NzJFNzY4M0ZDMTA3MTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyN0VDQzYzNUNBOEExMUUxQTc3MkU3NjgzRkMxMDcxMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyN0VDQzYzNkNBOEExMUUxQTc3MkU3NjgzRkMxMDcxMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoTG0pMAABr+SURBVHjavJ1nj1zX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")
    0 0;
  -webkit-animation: sparkle 1500ms linear infinite;
  -moz-animation: sparkle 1500ms linear infinite;
  -o-animation: sparkle 1500ms linear infinite;
  animation: sparkle 1500ms linear infinite;
  opacity: 0.2;
}

.label {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  width: 100px;
}

@-webkit-keyframes sparkle {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -64px;
  }
}

@-moz-keyframes sparkle {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -64px;
  }
}

@-o-keyframes sparkle {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -64px;
  }
}

@keyframes sparkle {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -64px;
  }
}

.prospect {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.prospect .prospect-close {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 30px;
  text-align: center;
  line-height: 27px;
  right: -15px;
  top: -15px;
  z-index: 9;
  color: #ffffff;
  background-color: black;
  border-radius: 50%;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* Internet Explorer */
  -moz-transform: rotate(45deg); /* Firefox */
  -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
  -o-transform: rotate(45deg); /* Opera */
}

.prospect .prospect-video {
  position: relative;
  width: 810px;
  height: 460px;
  margin-top: -230px;
  margin-left: -405px;
  top: 50%;
  left: 50%;
  border: 5px solid #ffffff;
}

.prospect .prospect-video video {
  background-color: #000;
  width: 800px;
  height: 450px;
}

.pointer {
  cursor: pointer;
}

/*# sourceMappingURL=bim_route_details_new.css.map */
