/* CSS Document
*/
* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  /*清除移动端默认的点击高亮效果*/
  -webkit-box-sizing: border-box;
  /*从边框内容开始显示，方便移动端使用百分比*/
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-size: 14px;
  font-family: "PingFangSC-Regular", "microsoft YaHei", sans-serif;
  color: #333;
  /*设备默认字体*/
}



html,
body {
  height: 100%;
}

a:visited,
a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

input {
  border: none;
  outline: none;
  -webkit-appearance: none;
}

input:-webkit-autofill {
  background: rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}


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

::-ms-clear,
::-ms-reveal {
  display: none;
}

/*公用样式*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *display: inline-block;
  *zoom: 100%;
}

.fl {
  float: left;
}

.m-t24 {
  margin-top: 24px;
}

.color_blue {
  color: #666666;
}

.relative {
  position: relative;
}

.font16 {
  font-size: 16px;
}

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

.font-weight {
  font-weight: 600;
}

body {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wrap {
  width: 410px;
  padding: 24px 40px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(33, 33, 33, 0.30);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}


.wrap .ewm {
  position: absolute;
  top: 1px;
  right: 0;
  text-align: right;
  width: 50px;
  height: 51px;
  cursor: pointer;
  background: #FFFFFF;
  -moz-box-shadow:4px -5px 7px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:4px -5px 7px -2px rgba(0, 0, 0, 0.2);
  box-shadow:4px -5px 7px -2px rgba(0, 0, 0, 0.2)
}

.wrap .ewm>img {
  width: 42px;
  padding: 6px 6px 0 0;
  height: auto;
}

#for_m_qw {
  color: #658BFF;
}

.wrap .logo {
  text-align: left;
}

.wrap .logo2 {
  text-align: center;
}

.wrap .logo2 .title {
  text-align: center;
}

.wrap .bz_logo {
  display: inline-block;
  width: 156px;
  height: 48px;
  vertical-align: middle;
}

.wrap .logo h1 {
  margin-bottom: 0;
}

.wrap .title {
  text-align: left;
  font-size: 26px;
  color: #333333;
  font-weight: bold;
}

.find_password_box .title {
  margin-bottom: 30px;
}




.wrap .logo .ewm {
  position: absolute;
  top: -48px;
  right: -60px;
}

/* 切换账户登录 */
.switch_login {
  text-align: center;
  margin-bottom: 15px;
  padding-top: 1px;
}

.switch_login .tip {
  /* height: 32px; */
  margin: 12px 0;
}

.switch_login .tips_bar {
  width: 100%;
  text-align: center;
  line-height: 32px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  position: relative;
  display: none;
}

.switch_login .tips_bar>i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/images/uac/error_bg.png) no-repeat center center;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-top: -2px;
}

.switch_login .bz_login {
  float: left;
  margin-left: 84px;
  margin-right: 40px;
}

.switch_login .oa_login {
  float: left;
}

.switch_login input[type="radio"]+label::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  content: "\a0";
  color: #333333;
  background: url(/images/uac/checkbox_b.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.switch_login input[type="radio"]:checked+label::before {
  background: url(/images/uac/checkbox_a.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.switch_login input[type="radio"]:checked+label {
  color: #004A7D;
}

.switch_login input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  z-index: 9;
}

/* 用户登录 */
.autoLogin input {
  width: 100%;
  height: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  margin-bottom: 30px;
  padding: 0 45px 0 50px;
  font-size: 14px;
  line-height: 20px;
}

.autoLogin input::-webkit-input-placeholder {
  color: #bebebe;
}

.autoLogin input::-moz-input-placeholder {
  color: #bebebe;
}

.autoLogin .security {
  display: none;
}

.autoLogin .security input {
  padding-right: 105px;
}

.autoLogin .security .security_code.show span {
  visibility: visible;
}

.autoLogin .security .security_code span {
  display: block;
  width: 132px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #F0F0F0;
  color: #666;
  font-size: 12px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
  position: absolute;
  bottom: 40px;
  right: -25px;
  display: none;
}

.autoLogin .security_code:hover>span {
  display: block;
}

.autoLogin .security .security_code span:before {
  display: block;
  width: 20px;
  height: 15px;
  content: "";
  background: url(/images/uac/arrow.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: -12px;
}

.autoLogin .security .security_code img {
  height: 30px;
}

.autoLogin input:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  background: url(/images/uac/user_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  border: 1px solid #000;
  position: relative;
  left: 50px;
}

/*选择安全域*/
.chooseDomain {
  position: relative;
  width: 100%;
}
.security_domain {
  width: 100%;
  height: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  margin-bottom: 30px;
  padding: 0 45px 0 20px;
  font-size: 17px;
  line-height: 40px;
}
.select-domain{
  width: 100%;
  height: 40px;
  padding: 0 45px 0 20px;
  text-align: center;
  font-size: 17px;
  line-height: 40px;
}
.select-div{
  min-width: 100%;
  position: absolute;
  top: 40px;left: 0px;
  transform-origin: center top;
  z-index: 2009;
  background-color: #FFFFFF;
  color: #0b0b0b;
  border: 1px solid #D9D9D9;
}
.select-div li:hover{
  background-color: #FCF8E3;
}
/* 下拉框箭头 */
.icon-down {
  display: inline-block;
  padding-right: 0px;
  position: absolute;
  /*组件内调整箭头的位置*/
  right: 20px;
  top: 22px;
}
.icon-up {
  display: inline-block;
  padding-right: 0px;
  position: absolute;
  /*组件内调整箭头的位置*/
  right: 20px;
  top: 15px;
}
.icon-right::after, .icon-down::after, .icon-up::after {
  content: "";
  display: inline-block;
  position: relative;
  bottom: 2px;
  margin-left: 10px;
  height: 10px;
  width: 10px;
  border: solid #bbb;/*上下箭头的颜色*/
  border-width: 2px 2px 0 0;/*上下箭头的粗细*/
}
.icon-right::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-down::after {
  bottom: 14px;/*旋转后需要上移*/
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.icon-up::after {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.button {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #3366FF;
  border: 1px solid #3366FF;
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.button:hover {
  background: #3360F0;
}

.button.weChat_button {
  background: rgba(0, 0, 0, 0);
  color: #3366FF;
  margin-top: 24px;
  display: none;
}

.autoLogin .saascode:before,
.autoLogin .username:before,
.autoLogin .password:before,
.autoLogin .security:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: '';
  position: absolute;
  left: 15px;
  ;
  top: 6px;
}

.autoLogin .delect_icon {
  display: inline-block;
  position: absolute;
  right: 23px;
  ;
  top: 12px;
  width: 16px;
  height: 16px;
  background: url(/images/uac/delete.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  display: none;
}

.autoLogin .saascode:before {
  background: url(/images/uac/saas_tenant-store-info2.png) no-repeat center center;
  background-size: 80%;
}

.autoLogin .username:before {
  background: url(/images/uac/user_bg.png) no-repeat center center;
  background-size: 80%;
}

.autoLogin .password:before {
  background: url(/images/uac/password_bg.png) no-repeat center center;
  background-size: 60%;
}

.autoLogin .security:before {
  background: url(/images/uac/security_code.png) no-repeat center center;
  background-size: 70%;
}

.autoLogin .security .security_code {
  display: inline-block;
  width: 85px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 5px;
  text-align: center;
  cursor: pointer;
}

.autoLogin b {
  position: absolute;
  top: 40px;
  left: 0;
  font-size: 12px;
  color: #ED4040;
  font-weight: normal;
  display: none;
}

.autoLogin input:hover {
  border: 1px solid #3366FF;
}

/* 切换语言 */
.bottom_bar {
  margin-top: 15px;
}

.bottom_bar .language_box {
  cursor: pointer;
  position: relative;
}

.bottom_bar .language_box i {
  display: inline-block;
  position: relative;
  top: -1px;
  padding-left: 5px;
  width: 16px;
  height: 6px;
  background: 5px 0 url(/images/uac/lang_bgnew.png) no-repeat;
  background-size: 11px auto;
}

.bottom_bar .language_box ul {
  position: absolute;
  top: 20px;
  left: 0;
  width: 88px;
  height: 80px;
  padding: 8px 0;
  background: #fff;
  box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.10);
  display: none;
}

.bottom_bar .language_box ul li {
  width: 88px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #333;
}

.bottom_bar .language_box ul li:hover {
  background: #fff;
  color: #3366FF;
}

.bottom_bar a,
.myModify span {
  float: right;
  color: #666666;
}

.myModify span a {
  color: #3366FF
}

.bottom_bar a:hover,
.myModify span a:hover {
  text-decoration: underline;
  color: #3366FF;
}


.login_by_ewm {
  width: 300px;
  height: 300px;
  display: inline-block;
  padding-top: 36px;
  padding-left: 33px;
  margin-bottom: 25px;
  overflow: hidden;
}

/* 移动端报错提示 */
.modal {
  display: none;
  width: 200px;
  height: 88px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -44px;
  margin-left: -100px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 88px;
  color: #fff;
  z-index: 99;
  border-radius: 5px;
}

/* 输入框keyup */
.autoLogin .saascode.has-value .delect_icon {
  display: inline-block;
}

.autoLogin .saascode.has-value .error_tip {
  display: none;
}

.autoLogin .username.has-value .delect_icon {
  display: inline-block;
}

.autoLogin .username.has-value .error_tip {
  display: none;
}

.autoLogin .password.has-value .delect_icon {
  display: inline-block;
}

.autoLogin .password.has-value .error_tip {
  display: none;
}

.autoLogin .security.has-value .error_tip {
  display: none;
}

#login_by_ewm iframe {
  width: 300px;
  height: 400px;
  margin-top: -69px;
  margin-left: -35px;
}

/* 忘记密码 */
.find_password_box .security {
  display: block;
}

/* 友情提示 */
.friendship_tips .title {
  margin-bottom: 30px;
}


.friendship_tips_con {
  font-size: 18px;
  margin-bottom: 60px;
  line-height: 27px;
  word-break: break-all;
}

/* 设置新密码 */
.set_password_box .password_tip {
  color: #999; margin-bottom: 10px;
}

.set_password_box .autoLogin .password:before {
  background: none;
  display: none;
}

.set_password_box .autoLogin input {
  padding: 5px 10px;
}

.set_password_box .autoLogin .new_password .error_tip {}

.set_new_password_success>div {
  text-align: center;
  font-size: 18px;
  margin: 50px auto 70px;
}

.set_new_password_success>div img {
  margin-bottom: 28px;
}

.set_new_password_success .button {
  margin-bottom: 25px;
}

.login-tips .time_tip {
  color: #666;
  margin-top: 10px;

}

footer {
  position: absolute;
  bottom: 60px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.footLog {
  position: absolute;
}

.footLog>i {
  display: inline-block;
  height: 18px;
  border-right: 2px solid #fff;
  margin: 0 16px;
  opacity: 0.3;
}

.footLog>img {
  width: 60px;
}

.footLog>span {
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
  top: -4px;
}

.footLog>span i {
  font-style: normal;
  font-size: 12px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}




/*追加样式*/
#for_login_sunbmit>img,
#sendMail>img,
.friendship_tips .button>img,
.set_new_password_success .button>img,
.set_password_box .button>img {
  position: relative;
  width: 14px;
  margin-left: 10px;
}

.bottom_bar a>span {
  color: #7F9FFF;
}

.relative .newTitle,
.wrap .newTitle {
  position: absolute;
  top: 0;
  text-align: center;
  height: 40px;
  right: 0;
  left: 0;
  font-size: 26px;
  color: #FFFFFF;
}

.relative .newTitle>h2,
.wrap .newTitle>h2{
	position: absolute;
	font-size:30px;
	line-height:50px;
} 

.relative .newTitle .top1,
.wrap .newTitle .top1{bottom:100px;}
.relative .newTitle .top2,
.wrap .newTitle .top2{bottom:50px;}


.wrap .logo>h3 {
  font-family: "PingFangSC-Semibold", "microsoft YaHei", sans-serif;
  font-size: 26px;
  color: #333333;
}

@media screen and (max-width: 320px) {
  .wrap {
    width: 300px;
    padding: 20px;
  }

  .switch_login .bz_login {
    margin-left: 27px;
  }
  .relative .newTitle>h2, .wrap .newTitle>h2 {
    font-size: 18px;
    line-height: 34px;
}
}

@media screen and (min-width: 321px) and (max-width: 374px) {
  .wrap {
    width: 327px;
    padding: 40px 24px;
  }

  .switch_login .bz_login {
    margin-left: 35px;
  }

  .switch_login .tips_bar::before {
    left: 22%;
  }
}

@media screen and (min-width: 321px) and (max-width: 767px) {
  .wrap {
    width: 360px;
    max-width：98%;
    padding: 20px;
  }
  .relative .newTitle .top2, .wrap .newTitle .top2 {
    	bottom: 50px;
	}
	.relative .newTitle>h2, .wrap .newTitle>h2{
		font-size:22px;
		line-height:36px;
	}

  .switch_login .bz_login {
    margin-left: 35px;
  }
}

@media screen and (min-width: 768px) {
  .footLog {
    top: 20px;
    left: 20px;
  }
.relative .newTitle>h2,
.wrap .newTitle>h2{
	position: absolute;
	left:-250px;
	right:-250px;
} 
}

@media screen and (max-width: 767px) {
body{overflow-y: hidden;background-attachment: fixed;}
  #chromeInfo {
    display: none;
  }
  .relative .newTitle>h2,
.wrap .newTitle>h2{
	width:100%;
} 

  .footLog {
    text-align: center;
    bottom: 40px;
    left: 0;
    right: 0;
  }

  .wrap .logo>h3 {
    text-align: center;
  }

  .wrap .ewm {
    display: none;
  }

  .switch_login .tips_bar {
    display: none;
  }

  .autoLogin b {
    display: none;
  }

  body {
    background: url(/images/uac/load_bg2.png) no-repeat;
    background-size: cover;
    background-position: center;
  }

  footer {
    bottom: 2vh;
  }
}

@media screen and (max-height: 550px) {
  footer {
    display: none;
  }
}