.global_black_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10004;
}

.smsFullScreen_overlay {
  z-index: 9998;
}

.global_no_opacity_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 10004;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 1;
}

.global_dialog_alert_main,
.global_dialog_confirm_main {
  position: fixed;
  z-index: 10005;
  left: 8px;
  right: 8px;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
}

.global_dialog_confirm_main_fullScreen {
  position: fixed;
  z-index: 10005;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.95);
}

.smsFullScreen {
  z-index: 9999;
}

.global_dialog_confirm_main_fullScreen .global_dialog_confirm_ft .split-line {
  opacity: 0;
}

.global_dialog_confirm_title {
  padding: 15px 24px;
  background: #fff;
  min-height: 24px;
  font-size: 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: 500;
  line-height: 1.3;
}
.global_dialog_confirm_title_new {
  font-weight: 700 !important;
}

.global_dialog_alert_content,
.global_dialog_confirm_content {
  padding: 4px 24px 8px;
}

.global_dialog_alert_content,
.global_dialog_confirm_content_new {
  padding: 0 24px 15px !important;
}

.global_dialog_confirm_ft {
  clear: both;
  padding: 0 24px;
  min-height: 56px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

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

.dialog-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 16px;
  position: relative;
  min-height: 40px;
}

.global_dialog_confirm_ft .dialog-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.global_dialog_confirm_ft .dialog-btn span {
  display: table-cell;
  vertical-align: middle;
}

.global_dialog_confirm_ft .longText_btn {
  min-width: calc(50% - 16px);
  margin: 16px 8px;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
}

.global_dialog_confirm_ft .longText_btn .dialog-btn span {
  white-space: nowrap;
}

.global_dialog_confirm_ft.normal-line-group {
  display: table;
  padding: 0;
  padding-bottom: 8px;
  font-size: 0;
  width: calc(100% - 48px);
  margin: 0 24px;
}

.global_dialog_confirm_ft.normal-line-group .lelt_btn {
  display: table-footer-group;
}

.global_dialog_confirm_ft.normal-line-group .right_btn {
  display: table-header-group;
}

.global_dialog_confirm_ft.normal-line-group .longText_btn .dialog-btn span {
  display: block;
  margin: 8px auto;
}

.global_dialog_confirm_ft.normal-line-group .split-line {
  height: 0;
  width: 0;
}

.global_dialog_confirm_ft.normal-line-group .btn {
  padding: 0 16px;
  margin: 8px auto;
  min-height: 36px;
}

.global_dialog_confirm_ft.normal-line-group .btn-nobg {
  padding: 0 16px;
  min-height: 36px;
  border-radius: 18px !important;
}

.global_dialog_confirm_ft.normal-line-group .dialog-btn {
  -webkit-justify-content: start;
  justify-content: start;
}

.global_dialog_confirm_ft.normal-line-group .longText_btn_show_ellipsis {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.global_dialog_confirm_ft a.btn {
  padding: 0;
}

.global_dialog_confirm_ft .split-line {
  height: 24px;
  border-right: 1px solid #ccc;
  margin: 0 8px;
  transform: scaleX(0.5);
  -webkit-transform: scaleX(0.5);
}

.globle_dialog_btn_disabled {
  opacity: 0.3;
}

.global_dialog_confirm_content h3 {
  text-align: center;
}

.global_dialog_confirm_content h3 #authTest_DialogSimple_text {
  display: inline-block;
  text-align: left;
}

.dialog-line {
  margin: 0 -16px;
  position: relative;
  padding: 14px 16px;
  overflow: auto;
}

.dialog-line-active {
  background-color: rgba(0, 0, 0, 0.1);
}

.dialog-line.dialog-line-disabled a {
  color: #ccc;
  text-decoration: none;
}

.dialog-line.dialog-line-disabled {
  background-color: rgba(255, 255, 255, 0.95);
}

.dialog-line.dialog-line-disabled,
.dialog-line.dialog-line-disabled .item-name {
  color: #ccc;
}

.securityInput {
  position: absolute;
  height: 0.1px;
  width: 0.1px;
  top: -2000px;
  z-index: -1;
}

input[type="text"].securityInput:focus {
  border: 0;
  font-size: 18px;
  caret-color: #256fff;
}

.forCodeIpt {
  display: block;
  float: left;
  height: 40px;
  background-color: #f2f2f2;
  text-align: center;
  line-height: 40px;
  border-right: 2px solid #fff;
  -webkit-box-flex: 1;
  flex: 1;
}

.forCodeIpt:last-child {
  border: 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.forCodeIpt:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.input-cursor {
  display: none;
  font-size: 18px;
  caret-color: #256fff;
}

.active .input-cursor {
  display: block;
  width: 2px;
  background-color: #007dff;
  height: 20px;
}

.actionbar {
  font-size: 18px;
  min-height: 32px;
  font-weight: 600;
  line-height: 1.1;
  padding: 8px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 500;
}

.actionbar-sub-min {
  padding: 0 24px;
  font-size: 14px;
  margin-bottom: 16px;
}

.actionbar-sub-min-lr16 {
  padding: 0 24px;
  font-size: 14px;
  margin-bottom: 16px;
}

.gray-tips-MAGIC5 {
  padding: 0 8px;
  font-size: 14px;
  color: #808080;
}

.btn {
  padding: 0 16px;
  font-size: 16px;
  font-weight: 700;
  display: block;
  border-radius: 18px !important;
  height: 36px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  -webkit-box-pack: center;
}

.btn.btn-half {
  width: 50%;
}

.btn-radius {
  border-radius: 18px !important;
}

.btn.btn-primary.disabled {
  opacity: 0.3;
}

.resetPwdFailWap .footBtn-fromApp .btn-MAGIC5-2,
.resetPwdFailWap .footBtn-notFromApp .btn-MAGIC5-2 {
  min-width: 50%;
  width: auto;
  margin: auto;
  display: table;
}

.footBtn-div.isUseWapBtn-true {
  position: static !important;
  margin: 24px 0;
  font-size: 0;
  text-align: center;
}

.footBtn-div.isUseWapBtn-false {
  margin-bottom: 0;
  padding-bottom: 24px;
}

.pre-div,
.next-div {
  flex: 1;
}

.footBtn-div-arrow .pre-div,
.footBtn-div-arrow .next-div {
  flex: unset;
}

.next-div {
  margin-left: auto;
}

.next-div-notfromApp,
.pre-div-notfromApp {
  position: absolute;
  color: #005bba;
  font-size: 16px;
  padding: 24px 0 16px;
  background-color: rgba(255, 255, 255, 0.95);
  width: 50%;
}

.footBtn-div {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 24px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 999;
}

.footBtn-div,
.footBtn-notfromApp {
  position: absolute;
  margin: 24px auto;
  display: flex;
}

.btnArea2,
.footBtn-notfromApp {
  left: 16px;
  right: 16px;
}

.agrLineH .loginAndRegLink {
  font-size: 16px;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700 !important;
}

a:hover {
  -webkit-tap-highlight-color: transparent;
}

.dpmenu-EMU5 {
  position: absolute;
  min-width: 136px;
  max-width: 260px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  box-shadow: 1px 0 1px #ccc, -1px 0 1px #ccc;
  max-height: 300px;
  z-index: 1000;
}

.ddrop-EMU5.ddrop-EMU5-actived {
  background: rgba(0, 0, 0, 0.05);
}

.ddrop-EMU5 {
  position: relative;
  display: inline-block;
}

.dpmenu-MAGIC5-down {
  top: 23px;
}

.dpmenu-MAGIC5-up {
  bottom: 23px;
}

.dpmenu-EMU5 li {
  font-size: 16px;
  padding: 16px;
  overflow: hidden;
  line-height: 1;
  word-break: break-all;
  word-wrap: break-word;
}

.dpmenu-EMU5 .li-active {
  background-color: rgba(0, 125, 255, 0.1);
}

.dpmenu-EMU5 .bottom-line {
  border-bottom: 1px solid #f0f0f0;
  min-width: 104px;
  max-width: 228px;
  margin: 0 auto;
}

.select-ico {
  width: 12px;
  height: 8px;
  background-image: url(../images/spinner.png);
  background-size: cover;
  margin-left: 4px;
  vertical-align: middle;
}

.select-ico {
  display: inline-block;
}

.suffix {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  height: 13px;
  line-height: 15px;
}

.dpmenu-EMU5 {
  box-shadow: 0 2px 8px #ccc !important;
}

.dpmenu-EMU5 .flow-top {
  position: absolute;
  top: -1px;
  width: 100%;
  height: 1px;
}

.ddrop-EMU5 .select-text {
  font-size: 16px;
  vertical-align: middle;
}

.dpmenu-full li {
  padding: 8px 24px;
  font-size: 16px;
  min-height: 32px;
}

.dpmenu-full .li-active {
  background-color: rgba(0, 0, 0, 0.1);
}

.dpmenu-full {
  overflow: scroll;
}

.dpmenu-EMU5::-webkit-scrollbar {
  width: 4px;
  height: 0;
  padding: 14px;
}

.dpmenu-EMU5::-webkit-scrollbar-thumb {
  border-radius: 2px;
  width: 4px;
  height: 160px;
  background: #ccc;
}

.orderItem,
li.list-nav {
  color: #808080;
}

.orderItem.active {
  color: #007dff;
}

.orderContainer {
  position: fixed;
  right: 3px;
  top: 176px;
  z-index: 1000;
  width: 16px;
  height: 100%;
  max-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.showOrder {
  font-weight: bold;
  position: fixed;
  z-index: 200;
  width: 56px;
  border-radius: 5px;
  font-size: 24px;
  text-align: center;
  line-height: 56px;
  background: #f0f0f0;
  top: 200px;
  right: 70px;
}

.orderItem {
  font-size: 12px;
}

.dateItems {
  margin-right: 10px;
}

.div-table-date {
  display: table !important;
}

.div-tr-date {
  display: table-row !important;
}

.div-td-date {
  display: table-cell !important;
  vertical-align: middle;
  font-size: 16px;
}

.div-td-date .select-ico {
  display: block;
}

.ddrop-disabled {
  opacity: 0.38;
}

.toast {
  display: inline-block;
  padding: 8px 16px;
  min-height: 16px;
  min-width: 68px;
  max-width: 228px;
  border-radius: 18px;
  background: rgba(217, 217, 217, 0.95);
  font-size: 14px;
}

.toast span {
  display: inline-block;
}
.toast span.userAccount {
  overflow-wrap: anywhere;
  display: inline;
}

.toast span.userAccount {
  overflow-wrap: anywhere;
  display: inline;
}

.toastWrap {
  text-align: center;
  bottom: 64px;
  position: fixed;
  transform: translateX(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  width: 260px;
  z-index: 100000;
}

.toastWrap.text-left {
  text-align: left;
}

:-moz-placeholder {
  font-size: 16px;
}

::-moz-placeholder {
  font-size: 16px;
}

::-webkit-input-placeholder {
  font-size: 14px;
}

#randomCodeDiv label div {
  color: #666 !important;
}

.dinput-UI5,
.dinput-UI6 {
  position: relative;
}

.dinput-UI5 input {
  height: 36px;
  border: 0;
  outline: 0;
  width: 100%;
  padding: 0;
}

.dinput-UI5 input {
  font-size: 18px;
  caret-color: #256fff;
}

.dinput-UI5 * {
  font-size: 16px;
  line-height: 1;
}

.dinput-UI5 .inputLeft {
  margin-top: 8px;
}

.dinput-UI5 .inptcodebox {
  height: 38px;
  line-height: 38px;
  float: left;
  border: 0;
  margin-top: 0;
  padding: 0;
  background: 0;
}

.dinput-UI5 .getcodebox {
  color: #005bba;
  width: auto;
  border: 0;
  margin-top: 0;
  background: 0;
}

.dinput-UI5.pwd-error {
  border: 3px solid rgba(255, 50, 0, 0.5);
}

.dinput-UI5 .getAuthbtn {
  float: right;
}

.dinput-UI5 .input-div {
  margin-right: 16px;
}

.dinput-UI5 .getAuthbtn {
  padding-left: 16px;
}

.dinput-UI5 .input-div {
  margin-right: 6px;
  height: 40px;
  overflow: hidden;
}

.dinput-UI5 .ico-div {
  padding-left: 8px;
  float: right;
}

.dinput-UI6 {
  position: relative;
  background: #fff;
}

.dinput-UI5:after,
.dinput-UI6:after {
  content: "  ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.dinput-UI6 input {
  width: 100%;
  height: 38px;
  border: 0;
  outline: 0;
  padding: 0;
  line-height: 1.3;
  font-size: 18px;
}

.dinput-UI6 #randomCodeImg,
.dinput-UI6 #smsRandomCodeImg {
  position: absolute;
  top: 2px;
  float: none;
  margin: 0 !important;
  height: 90% !important;
  z-index: 100;
}

.dinput-UI6 #authCodeRight,
.dinput-UI6 #captcha1 #randomCodeRight,
.dinput-UI6 #smsAuthCodeRight {
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
}

.dinput-UI6 .box16 {
  width: 16px;
  height: 20px;
  top: 7px;
}

.dinput-UI6 .poptips-yes {
  width: 20px;
  height: 20px;
  background-image: url(../images/success.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.dinput-UI5 .no-paddingLeft {
  padding-left: 0;
}

.dinput-UI5 input[type="password"] {
  font-size: 18px;
  caret-color: #256fff;
}

.dinput-UI5 .eyeoff,
.dinput-UI5 .eyeon {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-top: 7px;
}

.dinput-UI5 .getAuthbtn a {
  line-height: 0;
  text-decoration: none;
  font-weight: 700;
}

.rbtn {
  width: 131px;
}

.rbtn,
.top8 {
  margin-top: 8px;
}

.top8 {
  font-size: 14px;
  line-height: 110%;
}

.top0 {
  margin-top: 0;
}

.text-right {
  text-align: right;
}

.margin-t16-b16 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
}

.content-MAGIC5 {
  padding: 0 24px;
}

.actionbar {
  padding: 8px 24px;
}

.chooseCountry,
.chooseCountry-up {
  position: relative;
  margin: 9px 24px;
}

.divLine-MAGIC5 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 24px;
}

.UI5marginLR {
  margin: 0 24px;
}

.dpmenu-EMU5.dpmenu-MAGIC5-down .uc-line {
  padding: 0 24px;
}
