body {
  background-color: #e6e6e6;
  width: 100%;
  overflow-x: hidden;
  font-family: "微軟正黑體", "蘋果儷中黑", "sans-serif", Arial !important;
  color: #222;
  line-height: 1.4em !important;
  overflow-y: scroll;
  font-size: 1em !important;
  background: none !important;
}
body.slide {
  height: 100vh;
  width: 100%;
  position: fixed;
  overflow: hidden;
}
a {
  outline: none;
  color: #0053d0;
}
section {
  margin-bottom: 8px;
  background-color: #fff;
}
input {
  outline: 0;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input[type="radio"] {
  width: 20px;
  height: 20px;
  padding: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/check01.png) no-repeat top center;
  background-size: 20px;
  border: 0;
  border-radius: 0;
  float: left;
  margin: 0 3px;
}
input[type="radio"]:checked {
  background: url(../images/check01_checked.png) no-repeat top center;
  background-size: 20px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  border-color: 1px solid #888;
  font-size: 16px;
}
::-webkit-input-placeholder {
  font-size: 14px;
  letter-spacing: -0.01em;
}
.row:after {
  display: table;
  content: "";
  clear: both;
}
main {
  min-height: calc(100vh - 236px);
  position: relative;
  max-width: 500px;
  margin: auto;
  display: block;
}
main:after {
  display: table;
  content: "";
  clear: both;
}
/***header***/
header {
  background-color: #555;
  height: 48px;
  border-bottom: 2px #e6647c solid;
  text-align: center;
}
.logo_hd > img {
  width: 100%;
}
.logo_hd {
  position: relative;
  top: 10px;
  display: inline-block;
  width: 100px;
}
/***page_wrape***/
.page_wrape {
  position: relative;
}
.content {
  position: relative;
  z-index: 50;
  width: 100%;
  min-height: 100vh;
  background-color: #e6e6e6;
}
.content.blur {
  -webkit-filter: blur(5px);
  opacity: 0.8;
}
.content.toolbarshow {
  margin-bottom: 55px;
}
.bk_mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 100;
  opacity: .0;
}
.bk_mask.on {
  display: block;
}
.no_content {
  text-align: center;
  color: #555;
  box-sizing: border-box;
  vertical-align: middle;
}
.no_content p {
  vertical-align: middle;
  display: inline-block;
  padding: 50px 10px;
}
/***footer***/
footer {
  font-size: 12px;
  color: #fff;
  background: #555;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
footer > nav {}
footer > nav > a {
  margin: 0 5px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
footer > nav > a:nth-child(2) {
  color: #FFA1B2;
}
/***alert_panel***/
.bk_mask2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 777;
}
.alert_block {
  display: none;
  position: fixed;
  width: 80%;
  max-width: 300px;
  background: #fff;
  border-radius: 6px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-size: 16px;
  z-index: 888;
  height: 180px;
}
.alert_block.atm_infor_alert {
  height: 325px;
}
.alert_block.atm_infor_alert ul {
  border-top: 1px #eee solid;
  margin-top: 5px;
}
.alert_block.atm_infor_alert ul li {
  text-align: left;
  font-size: 14px;
}
.alert_block .alert_att {
  color: #df0000;
  font-size: 13px;
  text-align: left;
}
.alert_block .txt {
  padding: 20px 10px;
  border-bottom: 1px #eee solid;
  box-sizing: border-box;
  height: calc(100% - 40px);
  overflow-y: auto;
}
.alert_block .txt ul li {
  line-height: 30px;
}
.alert_block .cancel, .alert_block .check {
  display: inline-block;
  width: 49.9999%;
  color: #0053d0;
  line-height: 40px;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
}
.alert_block .cancel {
  border-right: 1px solid #eee;
  cursor: pointer;
}
.text_alert_block {
  width: 150px;
  padding: 10px;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 6px;
  top: 40vh;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 16px;
  z-index: 888;
}
/***/
.go_top {
  position: fixed;
  bottom: 60px;
  z-index: 500;
  display: none;
  right: 4px;
}
.go_top a, .go_top a:hover {
  background: url(../images/icon_top.png) no-repeat;
  background-size: cover;
  width: 42px;
  height: 42px;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}
/**********/
.loading_area {
  background: rgba(255, 255, 255, 0.7) url(../images/loading.gif) center center no-repeat;
  background-size: 50px;
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  z-index: 60;
  top: 0;
  left: 0;
}
/***login_page***/
.login_ac {
  position: relative;
  box-sizing: border-box;
  margin: 10px 0 0;
  padding: 0 5px 0 30px;
  background: url(../images/icon_ac.png) no-repeat 5px center, #ffffff;
  background-size: 25px;
  border-bottom: 1px solid #d8d8d8;
  display: inline-block;
  width: 100%;
}
.login_pwd {
  position: relative;
  box-sizing: border-box;
  margin: 15px 0 0;
  padding: 0 5px 0 30px;
  background: url(../images/icon_pwd.png) no-repeat 5px center, #ffffff;
  background-size: 25px;
  border-bottom: 1px solid #d8d8d8;
  display: inline-block;
  width: 100%;
}
.login_captcha {
  position: relative;
  box-sizing: border-box;
  margin: 15px 0 0;
  padding: 0 5px 0 30px;
  background: url(../images/icon_pwd.png) no-repeat 5px center, #ffffff;
  background-size: 25px;
  border-bottom: 1px solid #d8d8d8;
  display: inline-block;
  width: 100%;
}
.login_ac_input, .login_pwd_input {
  box-sizing: border-box;
  margin: 5px 0;
  font-size: 16px;
  width: 100%;
  height: 42px;
  border: none;
}
.login_captcha_input {
  box-sizing: border-box;
  margin: 5px 0;
  font-size: 16px;
  width: calc(100% - 120px);
  height: 42px;
  border: none;
}
.captcha_img {
  float: right;
  margin: 5px 0;
  height: 42px;
}
.login_input_reset {
  border: 1px solid transparent;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.login_input_reset:after {
  content: "X";
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #bfbfbf;
  padding: 2px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  box-shadow: 0 0 2px #bfbfbf;
  cursor: pointer;
}
.login_pwd_input:not(:valid) ~ .login_input_reset {
  display: none;
}
.login_ac_input:not(:valid) ~ .login_input_reset {
  display: none;
}
.login_ac_input::placeholder, .login_pwd_input::placeholder, .login_captcha_input::placeholder {
  font-size: 14px
}
.login_ac_input, .login_pwd_input {
  width: calc(100% - 45px);
  float: left;
}
.login_ac_info, .login_pwd_status {
  width: 42px;
  height: 42px;
  float: left;
  margin: 5px 0;
}
.login_ac_info {
  background: url(../images/icon_ac_info.png) no-repeat;
  background-size: cover;
  position: relative;
}
.login_ac_txt {
  position: absolute;
  background: #555;
  color: #fff;
  font-size: 12px;
  right: 36px;
  width: 125px;
  padding: 0 5px;
  border-radius: 10px;
  display: none;
}
.login_ac_txt:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #555;
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.login_pwd_status.show {
  background: url(../images/icon_pwd_show.png) no-repeat;
  background-size: cover;
}
.login_pwd_status.hide {
  background: url(../images/icon_pwd_hidden.png) no-repeat;
  background-size: cover;
}
.login_btn {
  margin: 10px auto 10px;
  width: calc(100% - 20px);
  background-color: #e71d69;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 1px #a0013d;
  line-height: 48px;
  font-weight: bold;
  border-radius: 5px;
}
.D7login_panel {
  color: #000;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.D7login_panel .en {
  font-size: 14px;
  letter-spacing: -0.02em;
}
.forgot_panel {
  display: block;
  margin: 5px 10px;
  font-size: 14px;
  text-align: center;
}
.forgot_panel .en {
  font-size: 12px;
  letter-spacing: -0.01em;
}
.forgot_ac_btn {
  color: #222;
  text-decoration: none;
}
.forgot_pwd_btn {
  color: #222;
  text-decoration: none;
}
.forgot_pwd_btn:before {
  content: '\007C';
  display: inline;
  padding: 0 5px;
}
.openid_panel {
  margin: 10px auto;
  width: 304px;
  text-align: center;
}
.openid_panel:after {
  content: '';
  display: table;
  clear: both;
}
.openid_panel b {
  display: block;
  font-size: 14px;
}
.openid_panel a {
  width: 60px;
  display: inline-block;
  height: 60px;
  box-sizing: border-box;
  margin: 5px;
}
.openid_panel .openid_fb {
  background: url(../images/login_fb.png) no-repeat center;
  background-size: contain;
}
.openid_panel .openid_google {
  background: url(../images/login_g.png) no-repeat center;
  background-size: contain;
}
.openid_panel .openid_yahoo {
  background: url(../images/login_y.png) no-repeat center;
  background-size: contain;
}
.openid_panel .openid_qq {
  background: url(../images/login_qq.png) no-repeat center;
  background-size: contain;
}
.ac_apply_panel {
  border-width: 1px 0;
  border-style: solid;
  border-color: #dadada;
  text-align: center;
  font-size: 14px;
}
.join_pez_btn {
  color: #e71d69;
  padding: 5px 0;
  display: block;
}
.resend_accode_btn {
  color: #e71d69;
  padding: 5px 0;
  display: block;
}
.active_wfe_btn {
  color: #e71d69;
  padding: 5px 0;
  display: block;
}
.wfe_panel {
  margin: 10px;
  font-size: 14px;
  display: inline-block;
}
.wfe_panel .en {
  font-size: 13px;
  display: inline-block;
  line-height: 1.4em;
}
/***/
.agreement {}
.agreement_wrape {
  box-sizing: border-box;
  box-shadow: 0 0 3px #888;
  background-color: #fff;
  padding: 10px;
  margin-top: 5px;
}
.agreement .txt_panel {
  font-size: 15px;
  height: calc(100vh - 290px);
  overflow-y: auto;
  overflow-x: hidden;
  background: #f3f3f3;
  padding: 5px;
  margin-bottom: 10px;
}
.agreement .txt_panel p {
  margin: 10px 0;
}
.agreement .txt_panel h5 {
  font-weight: bold;
}
.agreement a {
  color: #222;
}
.agreement h2 {
  font-size: 18px;
  margin: 10px 10px 0;
  color: #e71d69;
  font-weight: bold;
  display: inline-block;
}
.agreement h2:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 2px;
  float: left;
  width: 4px;
  height: 16px;
  margin-right: 5px;
  background-color: #e71d69;
}
.agreement h2 .en {
  white-space: nowrap;
  font-size: 16px;
}
.agreement h3 {
  font-size: 15px;
}
.agreement h3 .en {
  font-size: 14px;
  color: #888;
}
.btn_lg {
  width: 100%;
  text-align: center;
  text-shadow: 0 1px #a0013d;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
  background-color: #e5476f;
  cursor: pointer;
  margin: 5px auto;
  font-size: 16px;
}
/***/
.wrong_check {
  font-size: 13px;
  color: #fc0000;
  line-height: 15px !important;
  margin-bottom: 5px;
}
.wrong_msg {
  border-top: 2px solid #fc0000;
  padding: 10px 10px 0;
  font-size: 13px;
  color: #fc0000;
  line-height: 15px !important;
}
.wrong_msg .en {
  display: block;
  font-size: 12px;
}
.golbal_msg {
  background: #FFEBEE;
  font-size: 13px;
  margin: 6px;
  padding: 3px;
  border: 1px solid #E6647C;
  color: #fc0000;
  box-sizing: border-box;
}
/*** multiEmployee_view ***/
.logo_panel {}
.logo_panel .infor {
  padding: 20px 0 10px;
  text-align: center;
  font-size: 15px;
}
.logo_panel .logo_list {
  text-align: center;
}
.logo_panel .logo_list li {
  padding: 10px 0;
}
.logo_panel .logo_list .wfe_logo {
  position: relative;
  display: inline-block;
  width: 185px;
  height: 80px;
  border: 1px solid #d4d4d4;
  background: #fff;
  text-align: center;
  box-shadow: 0 1px 0 #aaa;
}
.logo_panel .logo_list .wfe_logo img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.logo_panel .logo_list b {
  font-weight: normal;
  display: block;
}
/*** for activate member ***/
.activeWfe footer {
  display: none;
}
.activeWfe.footer {
  background: #fff;
}
.activeWfe .pez_footer {
  width: 950px;
  margin: 0 auto;
}
.activeWfe .pez_footer iframe {
  width: 100%;
}
.activeWfe .pez_header {
  background: url(//www.payeasy.com.tw/pbenefit/activate/images/logo2.png) no-repeat center;
  background-color: #fff;
  height: 85px;
  border-bottom: 1px solid #f5f5f5;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.activeWfe .pez_header2 {
  background: url(//www.payeasy.com.tw/pbenefit/activate/images/logo.png) no-repeat center;
  background-color: #fff;
  height: 85px;
  border-bottom: 1px solid #f5f5f5;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
h2 {
  font-size: 18px;
  margin: 30px 5px 0;
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
}
h2:before {
  content: '';
  display: block;
  width: 4px;
  height: 16px;
  margin-right: 5px;
  background-color: #E30E31;
}
/**progress**/
.progress_wrapper {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.progress_container {}
.progress_container:after {
  cotent: '';
  display: table;
  clear: both;
}
.progress_bar {}
.progress_title {
  background: #e9536e;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 30px;
  color: #fff;
  font-weight: 800;
  margin: 10px 0;
}
.progress_bar li {
  float: left;
  width: 33.3%;
  position: relative;
  z-index: 5;
  margin-bottom: 8px;
}
.progress_bar li p {
  color: #7c7c7c;
  position: relative;
  margin-top: -18px;
  font-size: 13px;
  line-height: 18px;
}
.progress_bar li:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 50%;
  border: 2px solid #f3f3f3;
  left: 0;
  top: 0;
  z-index: -1;
}
.progress_bar li:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 50%;
  border: 2px solid #f3f3f3;
  right: 0;
  top: 0;
  z-index: -1;
}
.progress_bar li p:before {
  content: attr(data-step);
  width: 36px;
  height: 36px;
  display: block;
  font-weight: bold;
  margin: auto;
  border: 3px solid #d1d1d1;
  background: #d1d1d1;
  color: #fff;
  border-radius: 36px;
  font-size: 16px;
  line-height: 36px;
  font-family: Arial;
  margin-bottom: 5px;
}
/**active**/
.progress_bar li.active {
  color: #e9536e;
}
.progress_bar li.active:before {
  border: 2px dashed #e9536e;
}
.progress_bar li.active p {
  color: #e9536e;
}
.progress_bar li.active p:before {
  border: 3px solid #e9536e;
  background: #fff;
  color: #e9536e;
}
/**completed**/
.progress_bar li.completed {
  color: #e9536e;
}
.progress_bar li.completed:before, .progress_bar li.completed:after {
  border: 2px solid #e9536e;
}
.progress_bar li.completed p {
  color: #7c7c7c;
}
.progress_bar li.completed p:before {
  content: '\2713';
  border: 3px solid #e9536e;
  background: #e9536e;
  color: #fff;
}
.guide_wrape {
  text-align: left;
}
@media (max-width:480px) {
  main {
    min-height: calc(100vh - 105px);
  }
  h2 {
    font-size: 15px;
  }
  .activeWfe .pez_header {
    margin-top: 0;
    background-size: contain;
    background-color: #fff;
  }
  .activeWfe .pez_header2 {
    margin-top: 0;
    background-size: contain;
    background-color: #fff;
  }
  .activeWfe .pez_footer {
    display: none;
  }
  .activeWfe footer {
    display: block;
    background: #595757;
    color: #eeeeee;
    font-size: 13px;
    padding: 10px 5px 0;
    text-align: center;
    height: 50px;
    box-sizing: border-box;
  }
  .progress_wrapper {
    width: 100vw;
  }
  .progress_bar li p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width:480px) {
  main.login {
    min-height: calc(100vh - 200px);
  }
}