@charset "UTF-8";
/* /Public/css/jufa/jufa.css */
/* /Public/css/layout.css */

.jufa-myinfo-dropdown {
  height: 56px;
  line-height: 56px;
}

/*下拉菜单*/
.dropdown-menu {
  border-radius: 0;
  min-width: 100%;
  top: 32px;
  z-index: 150;
  box-shadow: none;
}

.dropdown-menu>li>a:hover {
  background-color: #ff9f24;
  color: #fff;
  transition: 0.5s;
}

/*个人中心下拉菜单*/
.dropdown-menu-user {
  width: 140px;
  top: 34px;
  left: 50%;
  margin-left: -67px;
}

/*首页下拉菜单*/
.dropdown-menu-index {
  min-width: 110px;
  text-align: center;
  top: 44px;
}

.dropdown-menu>li>a {
  white-space: inherit;
}

/* 新版 header 登录模块样式 */
.clearfix:after {
  content: "";
  /*设置内容为空*/
  height: 0;
  /*高度为0*/
  line-height: 0;
  /*行高为0*/
  display: block;
  /*将文本转为块级元素*/
  visibility: hidden;
  /*将元素隐藏*/
  clear: both;
  /*清除浮动*/
}

.clearfix {
  zoom: 1;
  /*为了兼容IE*/
}

#menu4 {
  padding: 10px 20px;
}

#menu4 .nologin_item {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

#menu4 .nologin_item i {
  width: 6px;
  height: 6px;
  background-color: #4d8ffb;
  border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: -2px;
}

#menu4 .nologin_item button {
  background: #1c64b9;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border: none;
  margin-top: 16px;
}

#menu4 .nologin_item div {
  text-align: center;
}

#menu4 .nologin_item .noLoginBtn-reg {
  color: #1c64b9;
}

#menu3 {
  width: 486px;
  padding: 10px 0 0;
  border-radius: 8px;
  box-shadow: 0px 0px 10px #ccc;
}

#myUser {
  display: inline-block;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.login_drop_top {
  line-height: 40px;
  height: 40px;
}

.login_drop_top,
.login_drop_mid,
.login_drop_bot {
  padding: 10px 20px;
}

.login_drop_top .login_drop_top_left,
.login_drop_to .login_drop_top_right {
  display: inline-block;
}

.login_drop_top .login_drop_top_left {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  float: left;
}

.login_drop_top .login_drop_top_right {
  float: right;
}

.login_drop_top .login_drop_top_right a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1c64b9;
}

.login_drop_mid {
  margin-top: 20px;
}

.login_drop_mid .login_drop_mid_left {
  margin-right: 16px;
}

.login_drop_mid .login_drop_mid_left,
.login_drop_mid .login_drop_mid_right {
  display: inline-block;
  background: #e9f3ff;
  border-radius: 4px;
  width: 210px;
  height: 64px;
  padding: 0 10px;
}

.login_drop_mid_left_inner_l,
.login_drop_mid_right_inner_l {
  margin-top: 6px;
}

.login_drop_mid_left_inner_l div,
.login_drop_mid_right_inner_l div {
  height: 26px;
  line-height: 26px;
}

.login_drop_mid_left_inner_l .left_inner_l_t img,
.login_drop_mid_right_inner_l .right_inner_l_t img {
  width: 16px;
  margin-right: 4px;
}

.login_drop_top_left .imgs {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.left_inner_l_t span,
.right_inner_l_t span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.left_inner_l_b,
.right_inner_l_b {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  /* margin-top: 8px; */
}

.login_drop_mid_left_inner_r button,
.login_drop_mid_right_inner_r button {
  width: 48px;
  height: 28px;
  background: #f7e1c6;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #885721;
  margin-top: 18px;
  border: 0;
}

.login_drop_mid_right_inner_l,
.login_drop_mid_left_inner_l {
  float: left;
}

.login_drop_mid_left_inner_r,
.login_drop_mid_right_inner_r {
  float: right;
  height: 28px;
  line-height: 28px;
}

.login_drop_bot .login_drop_botlist .botlist_item {
  display: inline-block;
  margin: 0 25px;
  text-align: center;
}

.login_drop_bot {
  border-bottom: 1px solid #dddddd;
}

.botlist_item img {
  width: 44px;
  margin-bottom: 12px;
}

.botlist_item p {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  height: 20px;
  line-height: 20px;
}

.login_drop_bot_btns {
  text-align: right;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  padding: 8px 20px;
  line-height: 40px;
}

.login_drop_bot_btns a {
  color: #999999;
  font-size: 14px;
}

.login_drop_bot_btns a i {
  font-size: 16px;
  color: #999999;
  margin-right: 2px;
}

.headvip {
  position: absolute;
  right: -3px;
  bottom: 4px;
  display: none;
}

/* vip 会员 */
.jufa-Unified-vip {
  padding: 0 8px;
  float: left;
  line-height: 45px;
  border: 0;
  padding: 0 20px;
}

.jufa-Unified-loginreg {}

.jufa-Unified-vip span {
  color: #edcc86;
}

/* 登录注册按钮 */
.jufa_new #loginReg {
  width: 100px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px;
  border-radius: 10px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -3px;
}

.jufa_new #loginReg a {
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.jufa_new #loginReg a span {
  color: #1c64b9;
}

.jufa_new #loginReg .loginicon {
  width: 14px;
  margin-top: -5px;
  margin-right: 3px;
}

/* 联想词 loading */
.loading_searchCon {
  display: none;
  height: 200px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  margin-top: -2px;
}

.loading_searchCon div {
  text-align: center;
  display: inline-block;
  margin-top: 60px;
}

.loading_searchCon span {
  font-size: 18px;
  color: #8b8b8b;
  margin-left: 6px;
}

.loading_searchCon img {
  width: 50px;
}

/*登录注册begin*/

#login h4,
#register h4,
#registerIdentity h4,
#regdetail h4 {
  color: #fff;
}

#subLogin {
  margin-top: 10px;
  border-radius: 0;
  height: 38px;
  width: 100%;
}

#gotoReg {
  font-weight: normal;
}

#regdetail .info-sign {
  color: #ffd39b;
  font-size: 14px;
}

#regIdentityInfo {
  color: gray;
}

.error-tip {
  color: red;
  line-height: 34px;
  display: block;
}

.forget-pwd {
  padding-right: 0;
  text-align: right;
}

.btn-input-right {
  height: 50px;
}

.countdown-box {
  display: table-cell;
}

.countdown-box:last-child {
  border-left: 1px solid #d2d6de;
}

.tip-btn {
  color: #ff7f24;
  font-size: 12px;
}

.successCon {
  color: black;
  text-align: center;
  font-size: x-large;
  position: relative;
  padding: 15px;
  left: 50px;
}

.sucLogp {
  padding-left: 30px;
}

.sucLogimg {
  height: 30px;
  width: 30px;
  margin-top: -10px;
}

.loginbox1 {
  display: none;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #666;
  border-radius: 10px;
  margin: 0 auto;
  width: 470px;
  z-index: 1100;
  padding: 30px;
  top: 150px;
  text-align: center;
}

.jufa-form-control {
  box-shadow: none;
  height: 35px;
  border: 1px solid #dcdcdc;
  line-height: 18px;
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.form-control-title {
  width: 19%;
  display: inline-block;
  text-align: right;
  margin-right: 3%;
  white-space: nowrap;
}

.regTitle {
  width: 88px;
  line-height: 35px;
}

.form-control {
  display: inline-block;
}

.form-con-inner {
  width: 77%;
}

.form-reg-inner {
  width: 268px;
}

.account-login {
  width: 450px;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

#regmailanddetail .form-horizontal .form-group {
  margin-bottom: 10px;
}

.jufa-col-lg-9 {
  width: 90%;
  margin: 0 30px;
}

.goto-login {
  padding-top: 7px;
}

/*模态框样式*/
.modalheader {
  width: 100%;
}

.modal-header {
  padding: 5px 10px 0;
  border-bottom: 0;
}

.modalbody {
  background: #fff;
  overflow: hidden;
  padding: 10px;
}

.modalfooter {
  /* background: #hglighttip; */
  width: 450px;
}

.modaldialog {
  width: 850px;
}

.inputgroup[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.submitbtn {
  width: 90px;
}

.cancelbtn {
  float: left;
  margin-right: 7px;
  margin-left: 40px;
  width: 90px;
}

.login-line {
  height: 340px;
  border-right: 1px solid #ddd;
}

.modal-body {
  padding: 0 0 20px;
}

.close {
  text-shadow: none;
  font-weight: 100;
  opacity: 1;
  color: #666;
}

#login-three {
  margin: 0 40px;
}

#login-three img {
  width: 300px;
}

.login-three-text {
  font-size: 20px;
  font-weight: 500;
  color: #666;
  display: inline-block;
}

#threeWechart {
  display: inline-block;
}

#threeWechart iframe {
  height: 350px;
}

.login-three-fg {
  height: 32px;
  margin: 8px 0 45px;
  text-align: center;
}

/*注册*/
.regModel {
  width: 500px;
  margin: 0 auto;
}

.ReMust {
  position: absolute;
  right: 0;
  top: 10px;
}

.tips {
  position: absolute;
  top: 0;
  right: 30px;
  line-height: 35px;
}

.RegCode {
  line-height: 35px;
  padding: 0 10px;
  margin-right: 5px;
  cursor: pointer;
}

.regTime {
  line-height: 35px;
  margin-right: 5px;
}

.check-regphoto {
  border: 1px solid #eee;
  border-radius: 3px;
  margin-top: -1px;
  height: 35px;
  width: 90px;
}

.form-group a#regPid {
  padding-right: 2rem;
  font-size: 1.45rem;
}

.reg-line {
  border-bottom: 1px dashed #eee;
}

.form-horizontal .radio-inline {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.form-btn {
  text-align: center;
  margin: 40px 0 0;
}

/*登录注册·end*/

/*模态窗*/
.model-over {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 1050;
}

.model-close {
  font-size: 24px;
  text-align: right;
  padding-right: 20px;
  cursor: pointer;
}

/*模态窗./*/

/* 站内信 */
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.jufa-msgManage_wrapper {
  float: left;
  text-align: left;
  position: relative;
}

.jufa-msgManage_wrapper .jufa-msgManage_link:hover {
  background: url(/static/Public/images/msg_3.png) no-repeat;
  background-size: 20px 20px;
  background-position: center;
}

.jufa-msgManage_wrapper .jufa-msgManage_link {
  position: relative;
  top: 3px;
  width: 22px;
  height: 22px;
  background: url(/static/Public/images/msg.png) no-repeat;
  background-size: 20px 20px;
  background-position: center;
  display: inline-block;
  margin-right: 5px;
  padding-bottom: 20px;
  box-sizing: content-box;
}

.jufa-msgManage_wrapper .jufa-msgManage_link span {
  top: 6px;
  background-color: #ffa022;
  min-width: 16px;
  min-height: 16px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  font-size: 12px;
  line-height: 14px;
}

.jufa-msgManage_wrapper.hover:hover .jufa_znx {
  display: block;
}

.jufa-msgManage_wrapper .jufa_znx {
  display: none;
  position: absolute;
  top: 40px;
  right: 20px;
  width: 250px;
  background-color: #fff;
  border: 1px solid #dddddd;
  cursor: default;
  z-index: 110;
}

.jufa-msgManage_wrapper .jufa_znx_item_top {
  height: 20px;
}

.jufa-msgManage_wrapper .jufa_znx_title {
  height: 40px;
  line-height: 40px;
  color: #101010;
  font-size: 14px;
  padding-left: 15px;
  border-bottom: 1px solid #ddd;
}

.jufa-msgManage_wrapper .jufa_znx_new {
  font-size: 9px;
  background-color: #ee502f;
  color: #fff;
  padding: 1px 4px;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  position: relative;
  top: -10px;
  margin-left: 5px;
}

.jufa-msgManage_wrapper span.news_count {
  background-color: transparent;
  color: #101010;
}

.jufa-msgManage_wrapper .news_count font {
  color: #ff9f24;
}

.jufa-msgManage_wrapper .jufa_znx_item {
  border-bottom: 1px solid #ddd;
  padding: 9px 12px 10px 15px;
}

.jufa-msgManage_wrapper .jufa_znx_item:last-child {
  border-bottom: none;
}

.jufa-msgManage_wrapper span.jufa_znx_item_title {
  font-size: 12px;
  display: inline-block;
  max-width: 175px;
  font-weight: 600;
  color: #111e36;
  line-height: 20px;
}

.jufa-msgManage_wrapper span.jufa_znx_item_time {
  font-size: 12px;
  color: #999999;
  float: right;
}

.jufa-msgManage_wrapper .jufa_znx_item_content {
  max-height: 48px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 4px 0;
  color: #101010;
  font-size: 12px;
  position: relative;
}

.jufa-msgManage_wrapper a.jufa_znx_item_toDetail {
  margin-top: 4px;
  color: #1c64b9;
  font-size: 12px;
}

.jufa-msgManage_wrapper .jufa_znx_toCenter {
  background-color: #ebf3fd;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: #1c64b9;
  font-size: 14px;
  border-top: 1px solid #cfe3fd;
  display: block;
}

.jufa_znx a:hover {
  color: #ff9f24;
  transition: 0.5s;
}

/****************************** 新版登录及相关流程 ******************************/

.modaldialog {
  width: 450px;
}

.box_new .top_tit {
  text-align: center;
  position: relative;
  margin-bottom: 0;
  width: 584px;
}

.box_new .top_tit span {
  font-size: 18px;
  padding: 3px 0;
  margin: 0 30px;
  color: #999;
}

.box_new .top_tit span.active {
  color: #575fb0;
  border-bottom: 3px solid #575fb0;
  font-size: 14px;
  display: block;
  width: 350px;
  margin: 0 auto;
  padding: 20px 0;
}

.box_new .form-reg-inner {
  width: 100%;
  border-radius: 3px;
  height: 38px;
  border: 0;
}

.box_new .jufa-col-lg-9 {
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0;
  position: relative;
  width: 100%;
}

.box_new .pwd_eye_1,
.box_new .pwd_eye_2 {
  position: absolute;
  width: 24px;
  top: 7px;
  right: 8px;
  cursor: pointer;
}

.box_new .jufa-form-control {
  border: 0;
}

.box_new #getVerifyObj,
.box_new #getVerifyObj_2,
.box_new #getVerifyObj_3 {
  background: #fff;
  color: #1c64b9;
  border-left: 1px solid #ddd;
  line-height: 28px;
  margin-top: 4px;
}

.box_new .check-regphoto {
  border: 0;
  margin-top: 3px;
  border-left: 1px solid #ddd;
  width: 91px;
}

.box_new #verifyPhoneObj {
  height: 38px;
}

.box_new .final_btn {
  margin-top: 0;
  border-radius: 3px;
  border: 0;
}

.box_new .regTime {
  margin-right: 18px;
  padding-left: 18px;
  border-left: 1px solid #ddd;
}

.box_new .pwd_eye_1,
.box_new .pwd_eye_2 {
  position: absolute;
  width: 24px;
  top: 7px;
  right: 8px;
  cursor: pointer;
}

.box_new .modalbody {
  padding: 0 15px 20px;
}

.box_new .account-login {
  width: 100%;
}

.box_new .form-horizontal .form-group {
  padding: 0 30px;
}

/****************************** 新版登录及相关流程 - 登录 ******************************/

.login_box_new .login_out_other {
  display: none;
}

.login_box_new .top_tit img {
  width: 38px;
  cursor: pointer;
  position: absolute;
  right: 0px;
}

.login_box_new .login_footer .go_wechat_login {
  display: none;
}

.login_box_new #login-three {
  text-align: center;
}

.login_box_new #login-three img {
  width: 210px;
  height: 210px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(223, 223, 223, 100);
  margin-bottom: 5px;
}

.login_box_new .login_footer {
  text-align: center;
  color: #ddd;
  margin-top: 15px;
  margin-bottom: 40px;
}

.login_box_new .login_footer a {
  padding: 0 10px;
  color: #575fb0;
}

.login_box_new .other_login_2 {
  display: none;
}

.login_box_new .app-img-login {
  position: absolute;
  z-index: 5;
  background: url(/static/Public/images/app_download.png) no-repeat;
  width: 120px;
  background-size: 100%;
  height: 120px;
  right: 0;
  bottom: 0;
}

.login_box_new .form-con-inner {
  width: 100%;
  border-radius: 3px;
  height: 38px;
  border: 0;
}

/****************************** 新版登录及相关流程 - 订阅邮箱 ******************************/

.regmail_box_new .top_intro {
  color: #d3a874;
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px;
}

/****************************** 新版登录及相关流程 - 完善账号 ******************************/

.regdetail_box_new .top_intro {
  color: #d3a874;
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px;
}

.regdetail_box_new .ul_out li {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 4px 0px;
  width: 86px;
  text-align: center;
  margin: 5px 0;
  color: #1c64b9;
  cursor: pointer;
}

.regdetail_box_new .ul_out li.active {
  background: #1c64b9;
  color: #fff;
  border: 1px solid #1c64b9;
}

.regdetail_box_new #roleList li {
  width: 68px;
}

/****************************** 新版登录及相关流程 - 滑动验证 ******************************/

.verify-wrap {
  width: 350px;
  height: 40px;
  background-color: #e5e5e5;
  border: 1px solid #e0e0e0;
  margin: 5px auto;
  position: relative;
}

.verify-wrap .drag-btn {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 50px;
  height: 40px;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAiCAYAAAApkEs2AAAA/UlEQVRYhe3XLc9GYBjG8eN6dkdFIQuqoCiCbj6ob2CCIplRaJKqEHT3c/kAz66Xc/fLnvO3UY7N/jNmxDAMF77AQ57iOH53x5/GccTPuyNUcSg1DqXGodQ4lNr/CC3LEsuyaG8mrEKzLEPXdZjnWWszYRXq+z7yPMc0Tej7XnkzYf2Muq6LoiiwrivatsV1XUrby0Mlx3Huu7fvO5qmUd50kL31QgijTdXD+gq/zvNEVVXwPA9pmipvOqxDj+O4Q4IgQJIkypsuq9Bt21DXNaIoug/VzYRVqHw55J0Kw1BrMyHkXyj/3BHiUGocSo1DqXEota8Jvb/18hP16Z7qL3h/w53n4AAAAABJRU5ErkJggg==) no-repeat center center;
  background-size: 100% 100%;
  z-index: 2;
  cursor: move;
}

.verify-wrap .suc-drag-btn {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAiCAYAAAApkEs2AAACA0lEQVRYhe2Y2yuDYRzHv7PJYc5zKspYSRMymStXu5NCs5W4csEfwJ+gSA53csg1F4R/gSu0OcWSmNIQkfMcEvu9tdpY79793leo91Nbbft993x6nj2/52kal8v1gX+Ajp4sFstve4jidrsR99sSUlFFlUYVVRpVVGl0SnyJ934VaxczOLpdwd3bufBeWnw+StLrYc1tQ3FqnewxZIk+vz9g7rAHO9dL3z67efXBfTkrPCqymtBqGkaiNoU9FnvpSXJyzx5R8itUQ7WU4cIWnT/qhe9xS3I91VKGC0uUfpPbV4uSajUhQ1CGshxYorRxpGDObECf1Ysm40DM2a+wNhPt7mhUZzvhMI1Aq9HBkFgUUzYSrBkNtiDCkGBES/Eg8pLKwiSdplFB8uRhEzMH3RGzsSC7j9oKe1CT4wi0oEZMeRzITy4XJOM0WkFy2uOE//1O7jA8UWrm1CeJ5dMxlGXYoI/PQrd5AQlavagkZTmwlt4UOHGCnPs9wkw+vl0jSZcWdSZDsz8uas1tD3t99rSL8b0W3Lz4cHy/LrrctYEjlQNr6Y2ptag0NIf10gv/Pvo3akRzlOGe++yTyV4yhAJ9leR6qqUMF7YoXTC6zPPChSMaVEO1ci4lstoTDdxROhE4Fjv/9jUvCIkoISPGv7nhq6JKo4oqjSqqNEIfpf8f/zqf+36643RPeo8AAAAASUVORK5CYII=) no-repeat center center;
  background-size: 100% 100%;
}

.verify-wrap .drag-progress {
  position: absolute;
  left: 0;
  top: -1px;
  height: 40px;
  border-top: 1px solid #7ac23c;
  border-top: 1px solid #7ac23c;
  width: 0;
  background-color: #7ac23c;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
}

.verify-wrap .fix-tips,
.verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 1px;
  height: 100%;
  color: #51555c;
  z-index: 1;
  line-height: 38px;
  font-size: 12px;
  text-align: center;
}

.verify-wrap .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}

.box_new .jufa-form-control#EmailCode,
.box_new .jufa-form-control#EmailCode_r {
  width: 75%;
}

.box_new .jufa-col-lg-9.EmailCodebox {
  margin: 20px 0;
}

#getEmailCode,
#getEmailCode_time,
#getEmailCode_r,
#getEmailCode_time_r,
#getEmailCode_time_r {
  width: 85px;
  color: #fff;
  background-color: #1c64b9;
  height: 32px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 32px;
}

#getEmailCode_time,
#getEmailCode_time_r {
  display: none;
}

.form-group #getEmailCode,
#replaceEmailbutton_r {
  width: 85px;
  color: #1c64b9;
  background-color: #fff;
  height: auto;
  border: 0;
  border-radius: 0px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  border-left: 1px solid #dcdee3;
}

#mergeconfirmwindow,
#mergeconfirmwindow_r {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1051;
  border-radius: 8px;
}

#mergeconfirmwindow .mergeconfirmbox,
#mergeconfirmwindow_r .mergeconfirmbox {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  background: #fff;
  height: 190px;
  border-radius: 8px;
}