@import url("/css/font-awesome.css");
html, body {
  background: #fff;
  background-image: url("/images/member/register-bg-2.png");
  background-position: bottom;
  background-repeat: no-repeat;
  /*     height: 100%; */
}
.item.member {
  display: none !important;
}
.widget {
  display: none !important;
}
.pw-notice {
    font-size: 12px !important;
    text-align: left;
    color: #597dd5;
}
p.pw-notice i {
  display: inline;
  padding-right: 5px;
}
.wrap {
  width: 100%;
  height: calc(100vh - 50px);
  position: relative;
  line-height: 1.6;
  font-size: 1em;
  /* padding-top: 50px; */
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*
.wrap {
    width: 100%;
    height: calc(100% - 50px);
    position: relative;
    line-height: 1.6;
    font-size: 1em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: unset;
}

*/
.note {
  font-size: .9em;
  color: #FF0000;
}
.btnScrollTop, .btn-member {
  display: none;
}
.logo {
  width: 100%;
  background: #4b6dbf;
  height: 50px;
}
.logo a {
    justify-content: center;
    display: flex;
    height: 50px;
    z-index: 999;
    position: relative;
}
.logo img {
  max-width: 220px;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 特色介紹 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.feature {
  width: 35%;
  min-width: 610px;
  display: inline-block;
  background-color: #ffffff80;
  /* box-shadow: 0px 0px 13px #d3d3d3; */
  text-align: left;
  padding: 30px 30px;
  height: 525px;
  border-radius: 20px;
}
.title {
  color: #597dd5;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 6px;
  margin-bottom: 10px;
  padding: 30px 0 10px;
}
.title span {
  font-size: 18px;
  letter-spacing: 4px;
  font-weight: normal;
  color: #5b5b5b;
  /* display: inherit; */
}
.feature-text {
  font-size: 17px;
  /*    margin-top: 25px;*/
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-align: center;
}
.top-product {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.product-des {
  display: inline-block;
  margin-top: 10px;
}
.product-name {
  color: #4a6cbe;
  text-align: center;
  background-color: #f2f4fd;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
  border-radius: 3px;
}
.product-des li {
  font-size: 15px;
  margin: 4px 0;
}
.product-des li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #597dd5;
  margin-right: 10px;
}
.service-title {
    letter-spacing: 1px;
    font-weight: bold;
    color: #4a6cbe;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 17px;
}
/*
.service-title img {
    filter: hue-rotate(23deg) !important;
}
*/
.service-title i {
  color: #618df8;
}
.service-title span {
  /* color: #597dd5; */
  margin-left: 10px;
  /* font-size: 18px; */
}
.service-block {
  width: 30%;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
}
.service-block img {
  display: inline-block;
  filter: hue-rotate(21deg) !important;
}
.service-name {
  font-size: 18px;
  color: #4a6cbe;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.service-des {
  font-size: 15px;
  line-height: 1.4;
}
.service-img {
  height: 66px;
}
.dots {
  margin: 10% auto 8%;
  width: 3.5em;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.dots div {
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #445eea;
  animation: fade 0.8s ease-in-out alternate infinite;
}
.dots div:nth-of-type(1) {
  animation-delay: -0.4s;
}
.dots div:nth-of-type(2) {
  animation-delay: -0.2s;
}
@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*
.register_step3 p.text {
  margin-top: 20%;
}
*/
.app .dots {
  margin: 0 auto 2% !important;
}
.app_word {
  text-align: center;
  width: 100%;
  display: inline-block;
  line-height: 1.8;
}
.app p {
  margin: 8%;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 會員登入 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.register {
    display: inline-block;
    width: 20%;
    min-width: 350px;
    height: 525px;
    /* margin: 0 10px; */
    margin-left: 50px;
    background-color: #fff;
    vertical-align: top;
    border-radius: 15px;
    box-shadow: 0px 0px 13px #d3d3d3;
}
form#memForm {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.register_step2 form#memForm {
    width: 55%;
}
.wrap01 {
  width: 100%;
}
.register .userName, .register .phone {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
a#sendCodeBtn {
  width: 135px;
  display: inline-block;
  vertical-align: top;
  line-height: 2.2;
  padding: 1px 5px;
  margin-left: 5px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #597dd5;
  border-radius: 5px !important;
}
a#sendCodeBtn:hover, input#submitBtn:hover {
  background-color: #496abe;
}
input#M5Code {
  display: inline-block;
  width: calc(100% - 177px);
  text-align: left;
}
input#submitBtn {
  background-color: #597dd5;
  color: #fff;
  font-weight: bold;
}
.btnColor-pinkBorder {
  border: none;
  color: #333333 !important;
  margin: 15px auto 0;
  padding: 0 !important;
  display: inline-block;
  line-height: 2.4;
  vertical-align: top;
  white-space: nowrap;
}
.btnColor-pinkBorder:hover {
  color: #597dd5 !important;
  background: #ffffff !important;
}
.register .product-des {
  letter-spacing: 2px;
}
span.warn {
    font-size: 14px;
    color: #ff4e4e;
    vertical-align: top;
    margin-bottom: 0;
    width: 100% !important;
    display: inline-block !important;
}
.register_step2 span.warn {
    display: block !important;
    text-align: left;
    font-size: 12px;
}
input[type="text"]:focus {
  border: 1px solid #597dd5;
  background: #f2f4fd
}
input[type="email"], input[type="password"], input[type="text"] {
    display: inline-block;
    font-size: 15px;
    border-radius: 5px;
}
input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus {
  border: 1px solid #597dd5;
  background: #f2f4fd;
}
input#DAA005 {
  display: inline-block;
  width: calc(100% - 75px) !important;
}
input#btn1 {
  display: inline-block;
  width: 74px !important;
  color: #Fff;
  font-size: 14px;
  background: #31a4c1;
  border: 0;
}
.register .phone {
    width: 92%;
}
.register_step2 form#memForm * {
  width: 100%;
  margin: 5px auto;
}
.state {
    /* margin: 0 !important; */
    display: flex;
    text-align: left;
}
.state span {
    width: auto !important;
    margin-bottom: 0 !important;
}
.state p {
    text-align: left;
    font-size: 16px;
    margin-left: 3px !important;
}
.state a {
    color: #597dd5;
}
input#serv {
    height: 0;
    width: 0 !important;
}
input[type="checkbox"] + label span:after {
    color: #597dd5;
    font-size: 20px !important;
    /* margin-top: 3px !important; */
}
input[type="checkbox"]:checked + label span:after {
    color: #597dd5;
}
hr.register-line {
  width: 70%;
  margin: 0 auto;
  border-top: 1px solid #efefef;
}
.eye {
  color: #597dd5;
  width: 70px !important;
  background: none;
  border: none;
  vertical-align: middle;
  float: unset !important;
}
.eye::after {
  content: "\f06e";
  font-family: FontAwesome;
  font-size: 24px;
}
.eye.close::after {
  content: "\f070";
}
.eye.close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #597dd5 !important;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.link .title {
  padding-bottom: 0px;
}
.link hr {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.link_blank {
  margin: 0 auto;
  width: 180px;
}
.link_blank a {
  color: #31a4c1;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
}
.link_blank p {
  margin-bottom: 30px;
}
.register .logo {
  width: 80%;
  margin: 0 auto 3em;
}
.register .logo img {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
}
.register .logo h2 {
  font-size: 1.6em;
  line-height: 1;
  padding-left: .2em;
}
.register h3 {
  font-size: 1.3em;
  margin: .3em;
  letter-spacing: 4px;
  color: #666;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.register h3 span {
  color: #FF0000
}
.register a.forgot {
  float: right;
  font-size: .9em;
}
/*.register  [type="password"],.register [type="text"],.register [type="email"]
{width:100%;  padding-left:10px;line-height:40px; height:40px;margin-bottom:6px; display:block;  }

.register .userName,.register .phone{width:49%; display:inline-block;   }

*/
.register .userName {
  margin-right: 3px;
}
/*------按鈕--------*/
.register input[type="submit"], .register input[type="button"] {
  display: inline-block;
  width: 180px;
  height: 40px;
  cursor: pointer;
  font-size: 1em;
  margin: 0 3px;
  font-family: "微軟正黑體";
  vertical-align: top;
  margin-top: 20px;
}
/*------生日--------*/
.register .birthday {
  display: none;
  width: 100%;
  height: 40px;
  letter-spacing: -5px;
  text-align: center;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background: #FFF;
  white-space: nowrap;
  margin-bottom: 6px;
}
.register .birthday select {
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 15px;
  text-align: center;
  border: none;
  background: transparent;
  -webkit-appearance: none; /*隱藏箭頭*/ -moz-appearance: none;
  outline: none;
  z-index: 1;
}
.register .birthday div {
  display: inline-block;
  position: relative;
  letter-spacing: 0px;
  vertical-align: top;
  font-family: Helvetica, sans-serif;
  padding-left: 10px;
}
.register .birthday .name {
  width: 18%;
  color: #999;
  background: #f0f0f0;
  line-height: 40px;
  height: 100%;
  padding-left: 0;
  vertical-align: middle;
  font-family: "微軟正黑體";
  border-radius: 3px 0 0 3px;
}
.register .birthday .year {
  width: 27%;
}
.register .birthday .month {
  width: 33%;
}
.register .birthday .day {
  width: 22%;
}
.register .birthday .arr {
  position: absolute;
  top: 18px;
  right: 15px;
  border: 6px solid transparent;
  border-top-color: #bfbfbf;
  line-height: 0;
  height: 0;
  width: 0;
  z-index: 0;
}
.register .birthday .arr:before {
  content: "";
  position: absolute;
  left: 17px;
  top: -16px;
  position: relative;
  border-left: 1px solid #bfbfbf;
  height: 22px;
  display: block;
}
.register .birthday div:last-child .arr:before {
  border-left: none;
}
/*------驗證碼--------*/
.register .code {
  margin-bottom: 4px;
  margin-top: 10px;
}
.register .code > div {
  display: inline-block;
  vertical-align: middle;
}
.register .code .content {
  width: calc(100% - 87px);
}
.register .code .btn {
  width: 48%;
  display: inline-block;
  letter-spacing: 0;
  font-size: 14px;
  margin-right: 6px;
  line-height: 36px;
}
.register .code .btn span:before {
  font-family: 'FontAwesome';
  content: "\f10b";
  font-size: 24px;
  padding-right: 5px;
  vertical-align: middle;
}
.register .code .btn:last-child {
  margin-right: 0px;
}
.register .code .input {
  margin-top: 5px;
  width: 100%;
}
/*.register .code .refresh{ display:block;width:30px; text-align:center; font-size:1.1em;}
.register .code .refresh:before{content:"\f021";font-family: 'FontAwesome'; text-decoration:none; }
.register .code .refresh:hover{  text-decoration:none;}*/
.register .select {
  margin-bottom: 6px;
}
/*------已有帳號登入--------*/
.register p.login {
  font-size: 15px;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.register p.login a {
  font-size: 16px;
  color: #597dd5;
  font-weight: bold;
  padding: 2px 4px;
  text-decoration: none;
  border-radius: 3px;
}
.register p.login a:hover {
  background: #fff;
}
.register p.text-big {
  font-size: 16px;
  margin: 10px 0 35px;
}
.copyright {
  text-align: center;
  width: 100%;
  text-align: center;
  margin: 0 auto 1em;
  position: absolute;
  bottom: 0;
  font-size: .9em;
  letter-spacing: 1px;
  color: #999;
}
.btnColor-green {
  border: 1px solid #31a4c1 !important;
  color: #FFFFFF;
  background: #31a4c1 !important;
}
@media screen and (max-width: 1370px) {
  /*
  .wrap {
    padding-top: 30px;
  }

  .register .logo {
    margin: 0 auto 1.5em;
  }*/
}
@media screen and (max-width: 950px) {
  .feature {
    display: none;
  }
}
/*------手機版--------*/
@media screen and (max-width: 767px) {
  .copyright {
    display: block;
    position: relative;
    margin: 3em auto 2em;
  }
}
@media screen and (max-width: 950px) {
  body {
    font-size: 100%;
    height: auto;
  }
/*
  .wrap {
    padding-top: 2em;
    margin-bottom: 1em;
  }
*/
  .register {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
  .register .logo {
    width: 80%;
    margin: 0 auto 2em;
  }
}
@media screen and (max-width: 950px) {
  input[type="email"], input[type="password"], input[type="text"] {
    width: 80%;
    display: inline-block;
    font-size: 14px;
  }
  a#sendCodeBtn {
    width: 132px;
  }
  input#M5Code {
    display: inline-block;
    width: calc(100% - 217px);
    text-align: left;
  }
  a.fancybox.btn.btnType1.btnColor-pinkBorder {
    vertical-align: unset;
  }
  input#M5Code {
    vertical-align: unset;
  }
  input#submitBtn {
    margin-top: 20px;
  }
  .register .phone {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  a#sendCodeBtn {
    white-space: nowrap;
    margin-left: 5px;
  }
  .register_step2 form#memForm * {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .register .code .btn {
    width: 100%;
    margin-top: 5px;
  }
  .register .code .btn:first-child {
    margin-top: 0px;
  }

}
@media screen and (max-width: 450px) {
  .register h3 {
    font-size: 1em;
    letter-spacing: 1px;
  }
  input#M5Code {
    width: calc(100% - 145px);
}
    input#DAA009 {
    margin-bottom: 15px;
}
    a#sendCodeBtn {
    height: 45px;
    line-height: 42px;
}
}
@media screen and (max-height: 720px) {
  .register {
    height: 470px;
  }
  .feature {
    height: unset;
  }
}


.wrap.step2 .feature {
    display: none;
}

.step2 .register,.step3 .register {
    margin-left: 0;
    width: 100%;
    max-width: 800px;
    height: auto;
    padding-bottom: 50px;
}
.step2 .title {
    padding: 30px 0 15px;
    letter-spacing: 3px;
}
.step2 .title span {
    display: block;
    letter-spacing: 2px;
}

.step2 hr.register-line {
    margin: 0 auto 25px;
}



@media screen and (max-width: 950px) {



    .step2 .register {
    margin: unset;
}

}


@media screen and (max-width: 768px) {

.step2 .register {
    box-shadow: none;
}
.step2 .register {
    width: 90%;
    margin: 0 auto;
} 
    
.register_step2 form#memForm {
    width: 90%;
}


}

@media screen and (max-width: 450px) {
body {
    background-image: none;
}
.wrap {
    height: unset;
}
 .register {
    box-shadow: none;
}
.title {
    padding: 40px 0 15px;
}   
.title span {
    margin-top: 10px;
    letter-spacing: 1px;
}   
.register_step2 form#memForm {
    width: 100%;
}
 .register_step2 form#memForm * {
    font-size: 15px;
}   
input#submitBtn {
    font-size: 18px !important;
    letter-spacing: 2px;
    height: 50px;
}
input[type="email"], input[type="password"], input[type="text"] {
    height: 45px;
    width: 100%;
}
    
}

.wrap.step3 .register{box-shadow: none;}
@media screen and (max-height: 655px) {
    
.step2 .register {
    box-shadow: none !important;
    background: #ffffff61;
}

.wrap.step2 {
    display: block;
    /* box-shadow: none !important; */
}
    
}

p.contact-btn {
    margin-top: 15px;
    letter-spacing: 2px;
}

p.contact-btn a {
    color: #597dd5;text-decoration: none;
}

p.contact-btn a:hover {
    color: #3959a7;
}
