.lr-account .region-title span, .pop-region-container li, .pop-region-container li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pop-region-container ul {
  *zoom: 1;
}

.pop-region-container ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.top-link {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 1001;
}

.top-link .tl-wrap {
  float: left;
  position: relative;
  margin-left: 24px;
}

.top-link .title a {
  display: block;
  height: 16px;
  padding: 4px 0;
  line-height: 16px;
  color: #999;
}

.top-link .title a s {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url(../images/icon_top_link.png?v=1.1);
  background-image: -webkit-image-set(url(../images/icon_top_link.png?v=1.1) 1x, url(../images/icon_top_link@2x.png?v=1.1) 2x);
  background-repeat: no-repeat;
}

.top-link .title a:hover {
  color: #333;
}

.top-link .title a:hover s {
  background-position-y: -16px;
}

.top-link .client-popup-download {
  top: 30px;
  right: -10px;
  left: auto;
  margin: 0;
}

.top-link .client-popup-download s.arrow {
  display: block;
}

.tlt-download {
  background-position: 0 0;
}

.tlt-localization {
  background-position: -16px 0;
}

.localization-box {
  position: absolute;
  top: 30px;
  right: -10px;
  width: 140px;
  padding: 4px 0;
  border-radius: 3px;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-animation: popup 0.3s ease both;
  -webkit-transform-origin: 102px -8px;
}

.localization-box:before {
  content: "";
  position: absolute;
  top: -16px;
  right: 30px;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 8px solid;
  border-color: transparent transparent white;
}

.localization-box li {
  *vertical-align: middle;
}

.localization-box a {
  display: block;
  position: relative;
  height: 30px;
  line-height: 30px;
  text-indent: 36px;
  color: #666;
}

.localization-box a:hover {
  text-decoration: none;
  background: #f1f6f9;
}

.localization-box .ico-local {
  position: absolute;
  top: 9px;
  left: 12px;
  width: 16px;
  height: 11px;
  overflow: hidden;
  background-image: url(../images/icon_localization.gif?v=1.1);
  background-repeat: no-repeat;
}

.iclo-cn {
  background-position: 0 0;
}

.iclo-tw {
  background-position: 0 -12px;
}

.iclo-us {
  background-position: 0 -24px;
}

.login-tab a s, .lr-account .region-title s, .login-action .button s {
  background-image: url(../images/icon_login.png?v=1.1);
  background-image: -webkit-image-set(url(../images/icon_login.png?v=1.1) 1x, url(../images/icon_login@2x.png?v=1.1) 2x);
  background-repeat: no-repeat;
}

.popup-region .close, .popwin-frame .close {
  width: 25px;
  height: 25px;
  line-height: 20;
  overflow: hidden;
  background: url(../images/icon_close_25.png?v=1.1) no-repeat 0 0;
  background-image: -webkit-image-set(url(../images/icon_close_25.png?v=1.1) 1x, url(../images/icon_close_25@2x.png?v=1.1) 2x);
}

.popup-region .close:hover, .popwin-frame .close:hover {
  background-position: 0 -25px;
}

.login-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 102;
  padding: 40px 0 20px;
  overflow: auto;
  *zoom: 1;
}

.login-container .footer {
  position: static;
  padding-top: 30px;
}

.login-wrap {
  position: relative;
  width: 500px;
  margin: auto;
}

.login-wrap .logo {
  width: 150px;
  height: 124px;
  margin: 0 auto 35px;
  font-size: 0;
  color: transparent;
  background: url(../images/logo_cloud.png?v=1.1) no-repeat center;
  background-image: -webkit-image-set(url(../images/logo_cloud.png?v=1.1) 1x, url(../images/logo_cloud@2x.png?v=1.1) 2x);
}

.login-wrap .button {
  height: 60px;
  padding: 0 20px;
  line-height: 60px;
  font-size: 24px;
  border-radius: 5px;
}

.login-wrap .btn-loading {
  cursor: default;
}

.login-wrap .btn-loading:hover {
  background: #2b91e3;
}

.login-wrap .btn-loading:after {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 20px 0 0 10px;
  background-image: url(../images/icon_loading.gif);
  content: "";
  vertical-align: top;
}

.login-tab {
  height: 60px;
  border-radius: 5px 5px 0 0;
}

.login-tab a {
  float: left;
  width: 50%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #666;
  background: #f2f2f2;
}

.login-tab a s, .login-tab a span {
  display: inline-block;
  vertical-align: top;
}

.login-tab a s {
  width: 18px;
  height: 18px;
  margin: 21px 8px 0 0;
}

.login-tab a:first-child {
  border-top-left-radius: 5px;
}

.login-tab a:last-child {
  border-top-right-radius: 5px;
}

.login-tab a.current {
  color: #333;
  background: white;
  cursor: default;
}

.login-tab .lti-qrcode {
  background-position: -32px 0;
}

@supports (-webkit-clip-path: inset(0)) {
  .login-tab {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -webkit-clip-path: inset(-20px -20px 0px -20px);
  }
  .login-contents {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -webkit-clip-path: inset(0px -20px -20px -20px);
  }
}

.login-contents {
  position: relative;
  background: white;
  border-radius: 0 0 5px 5px;
}

.login-row {
  position: relative;
  height: 100px;
}

.login-row + .login-row {
  border-top: 1px solid #ebebeb;
}

.input-cell {
  position: relative;
  height: 100px;
}

.input-cell label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  line-height: 100px;
  font-size: 20px;
  color: #999;
}

.input-cell input {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 460px;
  height: 26px;
  padding: 37px 20px;
  line-height: 26px;
  font-size: 24px;
  margin: 0;
  border: 0 none;
  background: none;
}

.input-cell input:-webkit-autofill {
  box-shadow: inset 0 0 0 50px white;
}

.input-cell input[disabled] {
  color: #cacaca;
}

.lr-account {
  padding-right: 20px;
}

.lr-account .area-code {
  float: left;
  position: relative;
  width: 65px;
  margin-right: 15px;
  padding-left: 20px;
  line-height: 100px;
  font-size: 20px;
  color: #999;
}

.lr-account .area-code:after {
  content: "";
  position: absolute;
  top: 42px;
  right: 0;
  width: 1px;
  height: 16px;
  background: #ebebeb;
}

.lr-account .input-cell {
  float: left;
  width: 265px;
}

.lr-account .input-cell label {
  padding: 0;
}

.lr-account .input-cell input {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.lr-account .region-title {
  float: right;
  width: 100px;
  height: 16px;
  margin-top: 31px;
  padding: 10px 0;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  color: #666;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
  -webkit-user-select: none;
}

.lr-account .region-title span, .lr-account .region-title s {
  display: inline-block;
  vertical-align: top;
}

.lr-account .region-title span {
  max-width: 64px;
  overflow: hidden;
}

.lr-account .region-title s {
  width: 9px;
  height: 5px;
  margin: 6px 0 0 6px;
  background-position: -32px -18px;
}

.lr-number {
  padding-left: 20px;
}

.lr-number .area-code {
  display: none;
}

.lr-number .input-cell {
  width: 345px;
}

@supports (display: flex) {
  .lr-account {
    display: flex;
  }
  .lr-account .area-code, .lr-account .input-cell, .lr-account .region-title {
    float: none !important;
    width: auto !important;
  }
  .lr-account .area-code {
    padding-right: 15px;
  }
  .lr-account .region-title {
    margin-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .lr-account .region-title span {
    max-width: 88px;
  }
  .lr-account .input-cell {
    flex: 1;
  }
}

.login-action {
  height: 60px;
  padding-top: 20px;
}

.login-action .button {
  float: left;
  width: 200px;
}

.login-action .button s, .login-action .button span {
  display: inline-block;
  vertical-align: top;
}

.login-action .button s {
  width: 32px;
  height: 26px;
  margin-top: 17px;
  margin-right: 10px;
}

.login-action .btn-green {
  float: right;
}

.login-bottom {
  height: 26px;
  padding-top: 15px;
  line-height: 26px;
  font-size: 16px;
}

.login-bottom a {
  color: #2b91e3;
}

.login-bottom a:hover {
  text-decoration: underline;
}

.login-bottom span {
  float: left;
}

.login-bottom em {
  float: right;
}

.qrcode-login {
  height: 276px;
  padding-top: 5px;
}

.qrcode-login h3 {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #999;
}

.ql-container {
  position: relative;
  width: 200px;
  height: 200px;
  margin: auto;
}

.ql-container:hover .ql-box {
  left: -68px;
  -webkit-transition-delay: 0.4s;
}

.ql-container:hover .ql-phone {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0.4s;
}

.ql-expires .ql-box .ql-refresh {
  display: block;
}

.ql-expires:hover .ql-box {
  left: 0;
}

.ql-expires:hover .ql-phone {
  opacity: 0;
  filter: alpha(opacity=0);
}

.ql-box {
  position: relative;
  z-index: 1;
  width: 198px;
  height: 198px;
  overflow: hidden;
  border: 1px solid #e2e5e9;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: left 0.4s ease;
}

.ql-box img {
  display: block;
  width: 218px;
  height: 218px;
  margin: -10px;
}

.ql-box .ql-refresh {
  display: none;
  background-color: #2fb746;
  background-color: rgba(48, 184, 70, 0.9);
  background-image: url(../images/icon_refresh.png?v=1.1);
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  width: 100%;
  overflow: hidden;
  padding: 85px 0;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
}

.ql-box .ql-refresh:hover {
  text-decoration: none;
}

.ql-box .ql-refresh span {
  display: block;
}

.ql-phone {
  position: absolute;
  top: -20px;
  left: 134px;
  width: 130px;
  height: 220px;
  background: url(../images/pic_mobile.png?v=1.1) no-repeat 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease;
  pointer-events: none;
}

.ql-hint {
  padding-top: 6px;
  text-align: center;
}

.ql-hint span, .ql-hint em {
  display: inline-block;
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  border-radius: 15px;
  background: white;
}

.ql-hint em {
  position: relative;
  color: white;
  background: #62b84b;
}

.ql-hint em:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -7px;
  overflow: hidden;
  border: 7px solid;
  border-color: transparent transparent #62b84b;
}

.cloud-browser-download {
  position: relative;
  height: 281px;
  background: url(../images/cloud_browser_logo.png?v=1.1) no-repeat 50% 50px;
  background-image: -webkit-image-set(url(../images/cloud_browser_logo.png?v=1.1) 1x, url(../images/cloud_browser_logo@2x.png?v=1.1) 2x);
}

.cloud-browser-download .button {
  position: absolute;
  top: 160px;
  right: 40px;
  left: 40px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
}

.cloud-browser-download em {
  position: absolute;
  top: 240px;
  right: 0;
  left: 0;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  color: #999;
}

.icon-form {
  position: absolute;
  top: 41px;
  right: 20px;
  z-index: 3;
  width: 18px;
  height: 18px;
  line-height: 10;
  overflow: hidden;
  background-image: url(../images/icon_form.png?v=1.1);
  background-image: -webkit-image-set(url(../images/icon_form.png?v=1.1) 1x, url(../images/icon_form@2x.png?v=1.1) 2x);
  background-repeat: no-repeat;
  cursor: pointer;
}

.lr-account .icon-form {
  right: 0;
}

.ifm-war {
  z-index: 4;
  background-position: 0 0;
}

.ifm-view {
  background-position: 0 -18px;
}

.login-popup-hint,
.login-popup-hint i {
  background-image: url(../images/popup_hint.png?v=1.1);
  background-repeat: no-repeat;
}

.login-popup-hint {
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 4;
  height: 35px;
  padding-right: 10px;
  line-height: 30px;
  white-space: nowrap;
  font-size: 14px;
  color: #FFF;
  background-position: right 0;
}

.lr-account .login-popup-hint {
  right: -10px;
}

.login-popup-hint i {
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 30px;
  overflow: hidden;
  background-position: 0 0;
}

@media screen and (min-height: 770px) {
  .login-container .footer {
    position: absolute;
    padding-top: 0;
  }
  .login-wrap {
    position: absolute;
    top: 10%;
    top: calc((100% - 120px) * 0.382 - 541px * 0.382);
    left: 50%;
    margin-left: -250px;
  }
}

.popup-region {
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 11;
  width: 700px;
  margin-left: -350px;
  border-radius: 5px;
  background-color: white;
  background-clip: content-box;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.popup-region .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.pop-region-tab {
  height: 68px;
  padding: 0 15px;
  border-bottom: 1px solid #e6e6e6;
}

.pop-region-tab a {
  position: relative;
  float: left;
  height: 68px;
  padding: 0 15px;
  line-height: 68px;
  font-size: 18px;
  color: #666;
}

.pop-region-tab a:hover {
  text-decoration: none;
  color: #2b91e3;
}

.pop-region-tab a.current {
  color: #2b91e3;
}

.pop-region-tab a.current:before, .pop-region-tab a.current:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 0;
  height: 0;
  margin-left: -6px;
  overflow: hidden;
  border: 6px solid;
  border-color: #e6e6e6 transparent transparent;
}

.pop-region-tab a.current:after {
  bottom: -12px;
  border-top-color: white;
}

.pop-region-container {
  height: 352px;
  padding: 10px 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
}

.pop-region-container dl {
  position: relative;
  padding: 5px 0;
  zoom: 1;
}

.pop-region-container dt {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 40px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #f2f2f2;
}

.pop-region-container dd {
  margin-left: 70px;
}

.pop-region-container ul {
  padding-right: 20px;
}

.pop-region-container li {
  float: left;
  width: 25%;
  height: 36px;
  padding: 5px 0;
}

.pop-region-container li a {
  display: block;
  height: 34px;
  margin-left: 10px;
  padding: 0 10px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 3px;
}

.pop-region-container li a:hover {
  text-decoration: none;
  color: white;
  border-color: #2b91e3;
  background: #2b91e3;
}

.pop-region-bottom {
  padding: 12px;
  border-radius: 0 0 5px 5px;
  background: #f2f2f2;
}

.pop-region-bottom .button {
  display: block;
  width: 200px;
  height: 40px;
  margin: auto;
  line-height: 40px;
  font-size: 16px;
}

.popup-window {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  overflow: hidden;
  background-image: url(about:blank);
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');
}

html:root .popup-window {
  filter: none;
}

.popwin-frame {
  position: absolute;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.popwin-frame .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.popwin-frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pfr-register {
  top: 12%;
  top: -webkit-calc(38.2% - 540px * 0.382);
  left: 50%;
  width: 700px;
  height: 540px;
  margin-left: -360px;
}

.pfr-register .close {
  top: 15px;
  right: 15px;
}

.pfr-sms {
  top: 12%;
  top: -webkit-calc(38.2% - 400px * 0.382);
  left: 50%;
  width: 700px;
  height: 400px;
  margin-left: -360px;
}

.pfr-sms .close {
  top: 15px;
  right: 15px;
}
