@charset "UTF-8";
iframe#agreement-frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  border: none;
}

iframe#iframe-tutorial {
  width: 100%;
  height: 600px;
}

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #333333;
  font-size: 12px;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  background: url(../img/bg.jpg) center top no-repeat;
}

div,
table,
tr,
td,
img,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
font,
span,
dl,
dt,
dd,
form,
textarea,
input,
form,
cite {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}

img {
  border: none;
}

body .body-wrapper {
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in;
}

body.ready .body-wrapper {
  opacity: 1;
}

.hide {
  display: none;
}

.hidden {
  display: none;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #007cd3;
  text-decoration: none;
}

.undis {
  display: none;
}

.dis {
  display: block;
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.w {
  margin: 0px auto;
  width: 980px;
}

.clearfix {
  height: 1%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.js .animate-box {
  opacity: 0;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a0a0a0;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a0a0a0;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a0a0a0;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a0a0a0;
}

.logo {
  text-align: right;
  margin-top: 30px;
}

.loginbg {
  border-radius: 10px;
  background-color: rgba(117, 150, 204, 0.4);
  margin-top: 60px;
  overflow: hidden;
  border: 1px solid #a3bbf0;
}

.kuang {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  margin: 15px;
}

/*banner*/
.banner {
  background-color: #f8f8f8;
  float: left;
  border-radius: 10px;
  padding: 15px;
  margin: 19px;
}
.banner .flexslider {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: url(../img/loading.html) 50% no-repeat;
  overflow: hidden;
  width: 500px;
}

.slideBox .hd {
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 16px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.slideBox .hd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  zoom: 1;
  text-align: center;
}
.slideBox .hd ul li {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 22px;
  min-width: 10px;
  height: 6px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.slideBox .hd ul li.on {
  background: #4664b5;
  color: #fff;
}
.slideBox .bd {
  border-radius: 5px;
  position: relative;
  height: 300px;
  z-index: 0;
  overflow: hidden;
}
.slideBox .bd img {
  max-width: 100%;
}

.rightm {
  float: right;
  width: 350px;
  margin-right: 19px;
  margin-top: 19px;
}

.logink {
  border: 1px solid #cccccc;
  overflow: hidden;
  border-radius: 5px;
}
.logink .username {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

.text {
  overflow: hidden;
  margin-left: 5px;
  height: 55px;
  margin-right: 5px;
  position: relative;
}
.text:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.text input[type=text], .text input[type=password] {
  width: 268px;
  height: 20px;
  float: left;
  margin-left: 5px;
  color: #091f2c;
  font-size: 16px;
  font-family: "微软雅黑";
  margin-top: 5px;
  outline: none;
  padding-left: 5px;
  margin-top: 18px;
  border: 0px;
}

.logink .user {
  display: block;
  float: left;
  width: 19px;
  height: 30px;
  background: url(../img/ico.png);
  margin-top: 20px;
  margin-left: 10px;
}

.text2 {
  overflow: hidden;
  margin-left: 5px;
  height: 55px;
  margin-right: 5px;
  position: relative;
}
.text2 input[type=password], .text2 input[type=text] {
  width: 268px;
  height: 20px;
  float: left;
  margin-left: 5px;
  color: #091f2c;
  font-size: 16px;
  font-family: "微软雅黑";
  margin-top: 5px;
  outline: none;
  padding-left: 5px;
  margin-top: 18px;
  border: 0px;
}

.logink .pass {
  display: block;
  float: left;
  width: 19px;
  height: 30px;
  background: url(../img/ico.png) 0px -53px;
  margin-top: 10px;
  margin-left: 10px;
}

.text a {
  display: inline-block;
  border: 1px solid #cccccc;
  line-height: 30px;
  padding: 0 15px;
  color: #cccccc;
  position: absolute;
  right: 20px;
  top: 12px;
}

.text2 div {
  display: inline-block;
  position: relative;
  right: 20px;
  top: 10px;
}
.text2 div img {
  position: absolute;
  height: 34px;
  right: -30px;
}

#loginBtn {
  background: -webkit-gradient(linear, left top, left bottom, from(#18a2f0), to(#0e7cd0));
  background: linear-gradient(#18a2f0, #0e7cd0 100%);
  width: 100%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
  padding: 14px;
}

.lob {
  display: inline-block;
  margin-top: 15px;
  outline: none;
  border: 0;
}
.lob.hide {
  display: none;
}

.forget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  text-align: center;
  margin-top: 23px;
}
.forget.after-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.forget.after-login a {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.forget.after-login.hide {
  display: none;
}

.forget-password {
  border: none !important;
}

.regforget {
  text-align: center;
  margin-top: 10px;
}
.regforget a {
  font-size: 14px;
  color: #555;
}

.forget a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #666;
}
.forget a:hover {
  color: #555;
}
.forget a.mfsw {
  height: 20px;
  background: url(../img/t1.png) top 3px left no-repeat;
  padding-left: 26px;
}
.forget a.reg {
  height: 20px;
  background: url(../img/t2.png) top 3px left no-repeat;
  padding-left: 17px;
}

.dh {
  width: 350px;
  overflow: hidden;
  margin-top: 20px;
}
.dh ul {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.dh li {
  text-align: center;
  margin: 0 7px 0 7px;
}
.dh li a {
  color: #27a9e7;
}
.dh li img:hover {
  opacity: 0.9;
  filter: alpha(Opacity=90);
  cursor: pointer;
}

.foot_msg {
  text-align: center;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 20px;
}

.foot {
  text-align: center;
  color: #c1ebff;
  margin-top: 0px;
  margin-bottom: 33px;
}

.lob:hover,
.forget a:hover {
  opacity: 0.9;
  filter: alpha(Opacity=90);
  cursor: pointer;
}

.appqr-wrapper {
  width: 122px;
  position: fixed;
  top: 197px;
}
.appqr-wrapper .appqrcode {
  width: 121px;
  background-color: #001e73;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.appqr-wrapper .appqrcode img {
  width: 100px;
  height: 98px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
}

.appqr img {
  background-color: #fff;
  width: 92px;
  height: 90px;
  margin: 0 auto;
  top: 211px;
  position: fixed;
  left: 14px;
}

.appqr-wrapper .text {
  height: auto;
  border-bottom: none;
  margin-left: 0px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  font-style: italic;
  margin-top: 7px;
  font-weight: 600;
}

.appdlurl {
  line-height: 21px;
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.overlay {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(55, 55, 55, 0.4);
  z-index: 999;
}

.modal-popup {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 20vh auto;
  width: 700px;
  height: 350px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #001e73;
  z-index: 9999999999;
  -webkit-box-shadow: 0 4px 10px rgba(55, 55, 55, 0.5);
  box-shadow: 0 4px 10px rgba(55, 55, 55, 0.5);
}
.modal-popup .header {
  height: 40px;
}
.modal-popup .wrapper {
  padding: 12px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-popup .button-group {
  height: inherit;
  width: 450px;
  display: inline-block;
  background-color: #424242;
  border-radius: 8px;
}
.modal-popup .button-group a {
  display: block;
  display: inline-block;
  width: 49%;
  height: inherit;
  line-height: 38px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.modal-popup .button-group a:first-child {
  border-radius: 8px 0 0 8px;
}
.modal-popup .button-group a:first-child:before {
  content: "";
  background: url(../img/ios.html) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 8px;
  left: 16px;
}
.modal-popup .button-group a:last-child {
  border-radius: 0 8px 8px 0;
  float: right;
}
.modal-popup .button-group a:last-child:before {
  content: "";
  background: url(../img/android.html);
  position: absolute;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 8px;
  left: 16px;
}
.modal-popup .button-group.ios a:first-child {
  background-color: #f3b409;
  color: #424242;
  pointer-events: none;
}
.modal-popup .button-group.android a:last-child {
  background-color: rgb(166, 198, 79);
  pointer-events: none;
}
.modal-popup .logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 193px;
  height: 62px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  background: url(../img/icm_logo.html) no-repeat 0px 0px;
}
.modal-popup .content .instruction ul {
  counter-reset: instruction-counter;
  padding-top: 16px;
  width: 500px;
  display: none;
}
.modal-popup .content .instruction ul li {
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.modal-popup .content .instruction ul li span {
  display: block;
  color: #e5c06b;
  line-height: 12px;
  padding-left: 34px;
}
.modal-popup .content .instruction ul li:before {
  content: counter(instruction-counter);
  counter-increment: instruction-counter;
  padding: 4px 9px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background-color: #e5c06b;
  color: #424242;
  border-radius: 50%;
}
.modal-popup .qrwrap {
  position: absolute;
  right: 20px;
  top: 60px;
  width: 150px;
  height: 150px;
  margin: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.qr {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.qrwrap img {
  width: 150px;
  height: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
}

.modal-popup .qrwrap > p {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #fff;
  margin-top: 7px;
  text-align: center;
}
.modal-popup .info {
  height: 40px;
  color: #fff;
  font-size: 15px;
  margin-top: 16px;
}
.modal-popup .info > span {
  display: block;
  width: 90%;
  float: right;
}
.modal-popup .info > span:first-child {
  width: 10%;
  float: left;
  color: #e5c06b;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.app-dialog:hover {
  cursor: pointer;
}

.socialnavi {
  position: fixed;
  right: 10px;
  top: 40%;
  overflow: visible;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.socialnavi a {
  display: block;
  border-radius: 38px;
  height: 50px;
  width: 50px;
  margin-bottom: 3px;
  cursor: pointer;
  position: relative;
}
.socialnavi a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.socialnavi a:hover:before {
  opacity: 1;
}
.socialnavi .download-mac {
  background: url(../img/mac_download.png) center no-repeat;
}
.socialnavi .download-windows {
  background: url(../img/windows_download.png) center no-repeat;
}
.socialnavi .kefuapp {
  background: url(../img/icon-kefuapp.svg) center/65% no-repeat #ae511c;
}
.socialnavi .kefuapp:hover .popup-container {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.socialnavi .morse {
  display: block;
  position: relative;
  background: url(../img/morse-icon.png) center/contain no-repeat;
}
.socialnavi .morse:hover .morseqr {
  display: block;
}
.socialnavi .morseqr {
  display: none;
  position: absolute;
  height: 165px;
  width: 165px;
  top: 0;
  left: -170px;
}
.socialnavi .popup-container {
  background-color: #fff;
  color: #000;
  padding: 5px;
  position: absolute;
  left: -165px;
  top: 0;
  width: 150px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.socialnavi .popup-container p {
  word-break: break-all;
}

.text2 .code {
  position: absolute;
}

/** ****************** Modal ****************** */
.modal {
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal.active .modal-container {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal .modal-container {
  background-color: #fff;
  border-radius: 8px;
  max-width: 900px;
  width: 90%;
  overflow: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal .modal-container .modal-header {
  background-color: #ba2422;
  color: #fff;
  font-size: 18px;
  padding: 8px;
  position: relative;
  text-align: center;
}
.modal .modal-container .modal-header button {
  background: url("../img/close.svg") center/contain no-repeat transparent;
  border: 0;
  cursor: pointer;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal .modal-container .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 100%;
  max-height: calc(90vh - 40px);
  min-height: 300px;
}
.modal .modal-container .modal-content .modal-sidebar {
  border-right: 1px solid #ececec;
  overflow-y: auto;
  width: 170px;
}
.modal .modal-container .modal-content .modal-sidebar .modal-sidebar-item {
  border-bottom: 1px solid #ececec;
  cursor: pointer;
  overflow: hidden;
  padding: 10px 30px 10px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal .modal-container .modal-content .modal-sidebar .modal-sidebar-item:hover {
  color: #cba230;
}
.modal .modal-container .modal-content .modal-sidebar .modal-sidebar-item:before {
  background-color: #cba230;
  border-radius: 50%;
  content: "";
  height: 7px;
  width: 7px;
  position: absolute;
  left: 9px;
  top: 15px;
}
.modal .modal-container .modal-content .modal-sidebar .modal-sidebar-item:after {
  background-color: #cba230;
  content: "";
  height: 0;
  width: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal .modal-container .modal-content .modal-sidebar .modal-sidebar-item.active:after {
  height: 100%;
  top: 0;
  bottom: unset;
}
.modal .modal-container .modal-content .modal-right-content {
  overflow-y: auto;
  width: calc(100% - 170px);
}
.modal .modal-container .modal-content .modal-right-content .modal-right-content-item {
  display: none;
}
.modal .modal-container .modal-content .modal-right-content .modal-right-content-item.active {
  display: block;
}
.modal .modal-container .modal-content .modal-right-content .modal-right-content-item img {
  max-width: 100%;
}
.modal .modal-container .modal-content .modal-right-content .modal-right-content-item .content-item-head {
  border-bottom: 1px solid #ececec;
  padding: 10px;
  text-align: center;
}
.modal .modal-container .modal-content .modal-right-content .modal-right-content-item .content-item-body {
  padding: 10px;
}
.modal .modal-container .modal-content .modal-right-content .modal-right-content-item .content-item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}
.modal .modal-container .modal-content .modal-right-content .modal-right-content-item .content-item-footer .content-item-footer--register-promo {
  background-color: #cba230;
  cursor: pointer;
  color: #fff;
  outline: 0;
  height: 35px;
  width: 120px;
  border-radius: 8px;
  border: 0;
}
/*# sourceMappingURL=../maps/main.css.map */
