* {
  -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[class] {
  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);
}

.register-bg {
  height: 765px;
  background: url(../img/0EA478A39AC8D820EA346D36ACF98A76.png) no-repeat bottom;
}

.register-bg label {
  display: block;
  font-size: 18px;
}

.register-bg .register-content {
  margin-top: 120px;
}

.register-bg .register-content a {
  margin-left: 20px;
  color: #00a8d4;
}

.register-bg .register-content .btn-small {
  width: 150px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
}

.register-bg .register-content .btn-small:last-child {
  margin-left: 90px;
}

.register-bg .register-content .btn-small a {
  color: #333333;
}

.register-bg .register-input {
  display: inline-block;
  margin: 30px 0;
  /* padding-right: 100px; */
  /* border-right: 1px solid #dddddd; */
}

.register-bg .register-input .relativeDiv {
  position: relative;
  width: 400px;
  margin-bottom: 30px;
  /* border: 1px solid #000; */
}

.register-bg .register-input .relativeDiv:last-child {
  margin-bottom: 0;
}

.register-bg .register-input .relativeDiv .fa {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 24px;
  color: #d9e1e5;
}

.register-bg .register-input .relativeDiv input {
  width: 400px;
  height: 55px;
  padding-left: 40px;
}

.register-bg .register-input .verification input {
  width: 240px;
}

.register-bg .register-input .verification button {
  cursor: pointer;
  display: inline-block;
  width: 125px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  text-align: center;
  color: #41c7db;
  margin-left: 25px;
  vertical-align: middle;
  border: 1px solid #41c7db;
  border-radius: 5px;
  background-color: #ffffff;
}

.register-bg .register-input .verification button img {
  height: 50px;
  width: 120px;
}

.register-content {
  width: 950px;
  margin: 0 auto;
}

.register-content .register-content-r {
  /* margin: 0 0 0 100px; */
  /* text-align: center; */
  border-right: 1px solid #eee;
  margin-right: 100px;
  width: calc(100% - 540px);
  padding-top: 40px;
}

.register-content .register-content-r p{
  /* margin: 0 0 0 100px; */
  text-align: center;
  width: 370px;

}

/*# sourceMappingURL=register.css.map */
