.bckground-cover-new {
  position: fixed;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.24);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
}
.toast_load-container {
  display: block;
  border: 1px solid #ccc;
  position: fixed;
  transition: all 300ms;
  bottom: -600px;
  background: #fff;
  z-index: 9999;
}
.toast_load-container_title {
  height: 62px;
  background: #f8f8f8;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  line-height: 62px;
  width: 100%;
  position: relative;
}
.sign-in__container {
  width: 400px;
  height: 503px;
  position: absolute;
  right: 1px;
  top: 36px;
  z-index: 2;
  background: url("./imgs/transparent-bg.png") repeat;
}
.sign-in__header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.sign-in__header-container {
  width: 360px;
  height: 42px;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
}
.sign-in__header-title {
  height: 42px;
  min-width: 94px;
  padding: 0px 4px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  line-height: 24px;
  justify-content: center;
}

.sign-in__header-title__selected {
  border-bottom: 2px solid #288aed;
  color: ;
}
.sign-in__header-title span {
  padding-bottom: 8px;
  font-size: 17px;
  color: #090909;
}

.sign-in__header-title span:hover {
  font-size: 18px;
}
.sign-in__body {
  width: 100%;
  height: 412px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  background: #fff;
  position: relative;
}
.sign-in__num-box {
  border: 1px solid #ddd;
}
.sign-in__account {
  width: 340px;
  height: 42px;
  border: 1px solid #ddd;
  margin: 32px 0px 10px 0px;
  display: flex;
  align-items: center;
  background: #fff;
}
.sign-in__account-tip {
  background: url(./imgs/l_admin.jpg);
  background-repeat: no-repeat;
  background-position: 12px 6px;
  width: 46px;
  height: 44px;
  border: none;
  order-color: rgb(221, 221, 221);
}
.sign-in__num-input{
    color: #333!important;
}
.sign-in__num-input {
  width: 283px !important;
  height: 32px;
  border: 1px solid #fff;
  padding-left: 6px;
  outline: none;
}
.sign-in__password-tip {
  background: url(./imgs/l_psword.jpg);
  background-repeat: no-repeat;
  background-position: 12px 6px;
  width: 46px;
  height: 44px;
  border: none;
  order-color: rgb(221, 221, 221);
}
.tip__container-flag{
    position: relative;
}
.sign-in__Checkcode{
   display: flex; 
   align-items: center; 
   justify-content: space-between; 
   display: none;
   position: relative;
}
.sign-in__Checkcode-avator{
   width: 128px;  
   height: 42px; 
   border: 1px solid #fff;
   margin: 0px 0px 16px 0px; 
   cursor: pointer;
}
.sign-in__btn {
  width: 340px;
  height: 42px;
  border: 1px solid #2882d8;
  background: #2882d8;
  color: #fff;
  font-size: 20px;
  margin: 20px 0px 12px 0px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing:
}
.sign-in__btn:hover {
  background: #1265cf;
}
.sign-in__password {
  width: 340px;
  height: 42px;
  border: 1px solid #ddd;
  margin: 12px 0px 16px 0px;
  display: flex;
  align-items: center;
  background: #fff;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
.sign-in__remember {
  width: 340px;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
}

.sign-in__remember-tip {
  background: url(./imgs/check_icon.png);
  background-repeat: no-repeat;
  background-position: 4px 4px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.sign-in__remember-tip2 {
  background: url(./imgs/checked_icon.png);
  background-repeat: no-repeat;
  background-position: 4px 4px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.sign-in__remember-tip_box {
  display: flex;
  align-items: center;
}

.sign-in__remember-content {
  font-size: 14px;
  color: #ccc;
  margin-left: 4px;
}
.sign-in__forget {
  color: #2882d8;
  cursor: pointer;
  font-size: 14px;
}

.sign-in__forget:hover {
  color: #1265cf;
}

.sign-in__forget:hover a {
  text-decoration: none;
  color: #1265cf;
}

.sign-in__forget a:hover {
  text-decoration: none;
}
.fr {
  float: right;
}
.blue1 {
  color: #00a0e9;
}
.sign-in__footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 340px;
  margin-top: 12px;
}

.sign-in__footer-title {
  color: #999;
  font-size: 14px;
}

.sign-in__footer-title__container {
  margin-left: 16px;
  display: flex;
}
.login_cont_new {
  width: 400px;
  min-height: 503px;
  position: absolute;
  right: 1px;
  top: 36px;
  z-index: 2;
  background: url("./imgs/transparent-bg.png") repeat;
}
.login_cont_new-top_title{
      height: 48px; 
      background: #f8f8f8; 
      cursor: pointer; 
      font-size: 18px; 
      text-align: center; 
      line-height: 48px; 
      width: 100%;"
}
.login_header__title {
  color: #333 !important;
}

.login_header__title:hover {
  color: #2882d8 !important;
  text-decoration: none;
}
.toast_load-container_close {
  position: absolute;
  top: 10px;
  right: 12px;
}

.toast_load-container_close:hover {
  color: green;
}
.login-error_tip{
    background: #FEEEEB;
    border: 1px solid #F15532;
    color: #F15533;
    line-height: 24px;
    margin-top: 12px;
    box-sizing: border-box;
    font-family: Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif, pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    width: 340px;
    word-break: break-word;
}
.login_cont_new li {
  width: 100%;
  float: left;
  padding: 8px 0;
}

.login_cont_new li input[type="text"], .login_cont_new li input[type="password"] {
  height: 44px;
  border: 1px #dedede solid;
  padding-left: 54px;
  line-height: 44px;
  font-size: 16px;
  color: #c1c1c1;
}
.login_cont_new li a {
  font-size: 14px;
}
.text_login-tip {
  width: 43px;
  height: 38px!important;
  border: 1px solid rgb(221,221,221);
  border-right-style: none;
}
.email_bg {
  width: 284px;
  background: url("./imgs/l_email.jpg") no-repeat 10px #fff;
}
.error_message-prompt {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 3px;
    top: 8px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
}
.error_message-prompt_side {
    border: 1px solid #ddd;
    min-width: 30px;
    width: 275px;
    word-break: break-all;
    min-height: 38px!important;
    line-height: 38px!important;
    border-radius: 3px;
    font-size: 14px;
    color: #666;
    position: relative;
    word-break: break-word;
    padding: 0px 8px;
    align-items: center;
    display: flex;
}
.error_message-prompt_detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    line-height:20px;
    color: #666;
}
.error_message-prompt_detail span{
    line-height: 20px;  
}
.error_message-prompt_icon-right {
    position: absolute;
    left: -5px;
    top: calc(50% - 4px);
    border: 1px solid #ddd;
    width: 6px;
    height: 6px;
    background: red;
    transform: rotate(45deg);
    background: #fff;
    border-right: none;
    border-top: none;
}
.targetloca-input_container-tipborder .error_message-prompt{
   display: block;
}
.error_message-leftprompt{
    right: 355px;
}
.error_message-rightprompt{
    right: -300px;
}
.setting-list_page-item_hidden{
    display: none!important;
}
.error_message-prompt_icon-left{
    position: absolute;
    right: -6px;
    top: calc(50% - 6px);
    border: 1px solid #ddd;
    width: 10px;
    height: 10px;
    background: red;
    transform: rotate(45deg); 
    background: #fff;
    border-left: none;
    border-bottom: none;
}
.admin_bg {
  width: 284px;
  background: url("./imgs/l_admin.jpg") no-repeat 10px #fff;
}

.password_bg {
  width: 284px;
  background: url("./imgs/l_psword.jpg") no-repeat 10px #fff;
}

.email_bg {
  width: 284px;
  background: url("./imgs/l_email.jpg") no-repeat 10px #fff;
}

.chinese_bg {
  width: 284px;
  background: url("./imgs/l_chinese.jpg") no-repeat 10px #fff;
}

.english_bg {
  width: 284px;
  background: url("./imgs/l_english.jpg") no-repeat 10px #fff;
}
.phone-call_icon{
  background: url(./imgs/icon_phone@2x.png);
  background-position: 10px 10px; 
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.phone-Verification_icon{
  background: url(./imgs/icon-verify.png);
  background-position: 0px 2px; 
  background-repeat: no-repeat;
}
.phone-Verification_code{
    width: 88px;
    height: 28px;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: absolute;
    right: 6px;
    background: #ddd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    top: 6px;
}
/*
SCM-22278
.phone-Verification_code:hover{
    background:#288aed;
    border: 1px solid #288aed;
}*/
.loadin-by_phone{
    color: #2882d8;
    font-size: 14px;
    cursor: pointer;
}
.loadin-by_phone:hover{
     color:#1265cf;
}
.phone-Verification_icon-input{
    border-left-style: none; 
    width: 290px; 
    height: 44px;
    border: 1px #dedede solid;
    line-height: 44px;
    font-size: 14px;
    border-left-style: none;
    width: 285px;
}
.phone-Verification_icon-tip{
    width: 45px; 
    height: 44px; 
    border-width: 1px;
    border-style: solid none solid solid; 
    border-color: rgb(221, 221, 221); 
    border-image: initial;
}
.phone-Verification_icon-tips{
    width: 45px!important; 
    height: 44px; 
    border-width: 1px; 
    border-style: solid none solid solid; 
    border-color: rgb(221, 221, 221); 
    border-image: initial; 
    background-position: -3px -2px;
}
.phone-mobile_icon-tips{
    width: 45px; 
    height: 44px; 
    border-width: 1px; 
    border-style: solid none solid solid; 
    border-color: rgb(221, 221, 221); 
    border-image: initial;
}
.phone-mobile_icon{
    background: url(./imgs/l_phone.jpg);
    background-position: 9px 4px; 
    background-repeat: no-repeat;
}
.login_btn {
  width: 100%;
  border: none;
  height: 42px;
  font-size: 20px;
  line-height: 20px;
  background: #2882d8;
  cursor: pointer;
  text-align: center;
  /* margin-top:12px; */
  color: #fff;
}

.login_btn:hover {
  background: #1e5bb2;
}

.login_btn:active {
  background: #106abc;
}
.other_l {
  margin-top: 12px;
  text-align: left;
}

.other_l  span a {
  color: #1265cf;
}

.other_l a {
  color: #797979;
}

.other_l a.blue {
  color: #1265cf;
}

.f666 {
  color: #666;
}
.Scm-showCode_Container {
  width: 400px;
  height: 503px;
  position: absolute;
}
.Scm-showCode_Container .Scm-showCode_ContainerBox {
  width: 400px;
  height: 503px;
  background: #fff;
  position: relative;
  border: 1px solid #ddd;
}
.Scm-showCode_Container .Scm-showCode_ContainerBox .Scm-showCode_ContainerTop-Tip {
  background: url(./imgs/Scm-changeCompLoad.png);
  width: 40px;
  height: 40px;
  position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
.Scm-showCode_Container .Scm-showCode_ContainerBox .Scm-showCode_ContainerTop-Title {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}
.Scm-showCode_Container .Scm-showCode_ContainerBox .Scm-showCode_ContainerTop-Box {
  width: 140px;
  height: 140px;
  margin: 90px auto 20px auto;
}
.Scm-showCode_Container .Scm-showCode_ContainerBox .Scm-showCode_ContainerTop-Footer {
  position: absolute;
  height: 48px;
  width: 100%;
  bottom: 0px;
  right: 0px;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}
.Scm-showCode_Container .Scm-showCode_ContainerBox .Scm-showCode_ContainerTop-Footer:hover {
  color: #218aed;
}
.Scm-showCode_Container .Scm-showCode_ContainerBox .Scm-showCode_ContainerTop-refrash {
  margin: 20px auto;
  min-width: 72px;
  max-width: 108px;
  height: 28px;
  border: 1px solid #2882d8;
  border-radius: 3px;
  background: #fff;
  color: #2882d8;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  cursor: pointer;
}
.Scm-showCode_Container .Scm-showCode_ContainerBox .Scm-showCode_ContainerTop-refrash:hover {
  border-color: #2882d8;
  color: #218aed;
}
.Scm-showCode_Container .Scm-showCode_ContainerBox .Scm-showCode_ContainerTop-App {
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
}
.Scm-showCode_Container .Scm-showCode_ContainerBox .Scm-showCode_ContainerTop-App .Scm-showCode_ContainerTop-AppLoad {
  margin: 0px 4px;
  color: #1265cf;
  cursor: pointer;
}
.Scm-showCode_Container .Scm-showCode_ContainerBox .Scm-showCode_ContainerTop-App .Scm-showCode_ContainerTop-AppLoad:hover {
  color: #218aed;
}
.Scm-showCode_Container .Scm-showCode_ContainerBox .Scm-showCode_ContainerTop-Func {
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  margin-top: 20px;
}
.Scm-showCode_Container .Scm-showCode_ContainerBox .Scm-showCode_ContainerTop-Func .Scm-showCode_ContainerTop-FuncLine {
  margin: 0px 4px;
}
.login_cont_new li input[type="text"], .login_cont_new li input[type="password"] {
  height: 44px;
  border: 1px #dedede solid;
  padding-left: 54px;
  line-height: 44px;
  font-size: 16px;
  color: #c1c1c1;
}
.text_login-tip_inputbox{
     border-left-style: none!important; 
     width: 290px; 
     padding-left: 6px!important;
     height: 38px!important;
}
.checkbox-detaile_btn {
  color: #2882d8 !important;
  text-decoration: none;
}

.checkbox-detaile_btn:hover {
  color: #218aed !important;
}
.targetloca-input_container-tip .text_login-tip{
    border-color: #bf3127!important;
}
.targetloca-input_container-tip .error{
     border-color: #bf3127!important;
}
.targetloca-input_container-tip .text_login{
     border-color: #bf3127!important;
}
.targetloca-input_container-tipborder input{
     border-color: #bf3127!important;
}
.login_cont h2 {
  padding-top: 15px;
  width: 100%;
  /*  height: 65px; */
  height: 54px;
  font-size: 18px;
  background: #fff;
}

.login_cont h2 p {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  line-height: 24px;
}

.login_cont h2 a {
  height: 45px;
  left: 130px;
  display: inline-block;
  padding: 0 25px;
  font-size: 20px;
  color: #090909;
  font-weight: normal;
  cursor: pointer;
}

.login_cont_new h2 a:hover {
  color: #288aed !important;
}

.login_cont_new h2 a:hover {
  text-decoration: none;
}

.login_cont_new h2 a.hover {
  border-bottom: 2px solid #1e5bb2;
  text-decoration: none;
}

.login_cont_new ul {
  padding: 0 10px 20px;
  width: 340px;
  margin: 15px auto;
}
.change-load__tip1 {
  cursor: pointer;
  margin: 0px 4px;
  background: url(./imgs/qq_talk_icon.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 26px;
  height: 26px;
}

.change-load__tip2 {
  cursor: pointer;
  margin: 0px 8px;
  background: url(./imgs/share_plugin_weixin.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
}
.text_login {
    color: black !important;
}
.error_message-prompt_detail a {
    color: #288aed!important;
    margin-left: 4px;
    display: inline;
}
.logintitle {
    height: 38px !important;
}
.list-results_close {
    background: url(../../smate-pc/img/icon_error.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 0px;
    transition: transform  350ms ease 200ms;
    position: static !important;
    top: 0px !important;
    right: 0px !important;
    padding: 0px !important;
}
.new-mainpage_app-QRcontainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.new-mainpage_app-QRBtn {
    min-width: 79px;
    padding: 0px 6px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2882d8;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #fff;
    background: #fff;
}
.new-mainpage_app-QRBtn a{
    text-decoration: none;
    color: #2882d8;
}
.new-mainpage_app-QRBtn:hover a{
    color: #fff!important;
}
.new-mainpage_app-QRBtn:hover{
    border: 1px solid #288aed;
    background: #288aed;
    color: #fff;
}
.new-mainpage_app-QRline {
    border-left: 1px solid #2882d8;
    height: 22px;
    width: 1px;
    margin: 0px 10px;
}
.new-mainpage_app-QRcode {
    width: 16px;
    height: 16px;
    background: url(./imgs/er-code-blue.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 16px 16px;
    cursor: pointer;
    position: relative;
}
.new-mainpage_app-QRcode_Box{
    position: absolute;
    width: 130px;
    height: 130px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: none; 
    top: 15px;
    left: 19px;
    z-index: 99999;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.24);
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 130px;
}
.new-mainpage_app-QRcode_Box img{
    width: 110px;
    height:110px;
    margin: 0px;
} 
.new-mainpage_app-QRcode:hover .new-mainpage_app-QRcode_Box{
    display: flex; 
}