* {
  box-sizing: border-box;
}
a {
  display: inline-block;
  text-decoration: none;
  color: #137df5;
}
a:hover {
  text-decoration: none !important;
}
.link {
  color: #137df5 !important;
}
.link:hover {
  text-decoration: underline !important;
}
.mb-20 {
  margin-bottom: 20px;
}
.display-none {
  display: none;
}
.pop {
  /*position: fixed;*/
  /*background: rgba(0, 0, 0, 0.7);*/
  /*z-index: 5000;*/
  /*height: 100%;*/
  /*width: 100%;*/
  /*top: 0;*/
  /*left: 0;*/
  /*text-align: center;*/
  /*overflow-y: scroll;*/
  text-align: center;
}
.pop h2 {
  margin: 0;
}
.pop .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 16px;
  height: 16px;
  background: url(images/ic-pop.png) no-repeat;
  background-position: -16px -86px;
  cursor: pointer;
  transition: transform 0.3s;
}
.pop .close-btn:hover {
  transform: rotate(180deg);
}
.pop .close-btn-2 {
  background-position-x: -52px;
}
@keyframes rotationBack {
  0% {
    transform: translate(50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(50%, -50%) rotate(180deg);
  }
  100% {
    transform: translate(50%, -50%) rotate(360deg);
  }
}
.pop .continue {
  position: relative;
  width: 100%;
  height: 50px;
  background: #ff7400;
  border-radius: 10px;
  font-size: 20px;
  color: #ffffff;
  line-height: 50px;
  cursor: pointer;
  border: none;
  display: block;
  margin: auto;
}
.pop .continue::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(images/ic-pop.png) no-repeat;
  background-position: -88px -88px;
  vertical-align: middle;
  transition: transform 0.3s;
}
.pop .continue:hover {
  opacity: 0.8;
}
.pop .continue:hover::after {
  transform: translateX(10px);
}
.pop .continue-blue {
  background: #137df5;
}
.pop .loading,
.btn-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  z-index: 99;
}
.ic-captcha .btn-loading {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pop .loading::before,
.btn-loading::before {
  position: absolute;
  display: inline-block;
  right: 50%;
  top: 50%;
  content: "";
  width: 32px;
  height: 32px;
  background: url(images/loading.png) no-repeat;
  animation: rotationBack 1s linear infinite;
}
.pop .form-bx {
  text-align: left;
  padding: 0 30px;
}
.pop .form-bx h3 {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
  margin: 20px 0 10px;
}
.pop .form-bx p {
  font-size: 14px;
}
.pop .form-bx p:lang(jp) {
  font-size: 12px;
}
.pop .form-bx .ic-label {
  display: block;
  position: relative;
}
.pop .form-bx .ic-label label.error {
  position: absolute;
  font-size: 12px;
}
.pop .form-bx .row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.pop .form-bx .select-cnt {
  color: #000;
}
.pop .form-bx input {
  display: block;
  width: 100%;
  font-size: 14px;
  border: 1px solid #bbb9c3;
  border-radius: 10px;
  padding: 10px 10px 11px 35px;
  line-height: 1.2;
  color: #1a1a1a;
  max-height: 40px;
}
.pop .form-bx input.error {
  border: 1px solid #fc2a2b !important;
}
.pop .form-bx input::placeholder,
.pop .form-bx textarea::placeholder {
  font-size: 14px;
  color: #bdbec0;
}
.pop .form-bx .a {
  width: 100%;
  text-align: left;
}
.pop .form-bx .btn-bx {
  margin-top: 36px;
  margin-bottom: 0 !important;
}
.pop .form-bx .purpose {
  color: #1a1a1a;
}
.pop .form-bx .ct-btn {
  color: #bdbec0;
}
.pop .form-bx .btn-bx {
  text-align: center;
}
.pop .form-bx .tips-info {
  position: absolute;
  width: 100%;
  color: forestgreen;
  padding-left: 15px;
  text-align: left;
  font-size: 12px;
}
.pop .form-bx .tips-info.err {
  color: #ff1800;
}
.pop .form-bx .ic-label::before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  display: inline-block;
  background: url(images/ic-pop.png) no-repeat;
  background-position-y: -13px;
}
.pop .form-bx .ic-name::before {
  width: 15px;
  height: 17px;
  background-position-x: -16px;
}
.pop .form-bx .ic-email::before {
  width: 18px;
  height: 17px;
  background-position-x: -50px;
}
#loginCaptchaImg {
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.pop .form-bx .ic-captcha::before {
  width: 18px;
  height: 17px;
  background-position-x: -86px;
}
.pop .form-bx .ic-pwd::before {
  width: 18px;
  height: 17px;
  background-position-x: -120px;
}
.pop .form-bx .ic-cmpwd::before {
  width: 18px;
  height: 17px;
  background-position-x: -155px;
}
.pop .form-bx .focus input {
  border-color: #137df5;
}
.pop .form-bx .focus.ic-label::before {
  background-position-y: -51px;
}
.pop .form-bx .send,
.pop .form-bx .codeimg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #137df5;
  border-radius: 1px 8px 8px 1px;
  font-size: 14px;
  font-weight: 400;
  color: #fefefe;
  line-height: 39px;
  text-align: center;
  padding: 0 5px;
}
.pop .form-bx .send:lang(fr),
.pop .form-bx .codeimg:lang(fr) {
  min-width: 187px;
}
.pop .form-bx .send {
  min-width: 153px;
}
.pop .form-bx .send a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #fefefe;
}
.pop .form-bx .codeimg {
  background: none;
}
.pop .form-bx li .error {
  position: absolute;
  left: 12px;
  bottom: -35px;
  font-size: 16px;
  color: #fc2a2b;
  line-height: 36px;
  padding-left: 20px;
}
.pop .form-bx li .error::before {
  position: absolute;
  left: 0px;
  bottom: 13px;
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  background: url(images/ic-pop.png) no-repeat;
  background-position: -127px -88px;
}
.pop .form-bx .forget {
  text-align: right;
  padding-right: 15px;
  margin-bottom: 18px;
}
.pop .form-bx .forget a {
  font-size: 14px;
  color: #137df5;
  line-height: 20px;
}
.pop .form-bx .forget a:hover {
  text-decoration: underline;
}
.pop .pop-ms {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin: 15px auto 20px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 600px;
}
.pop .pop-ms:lang(jp) {
  max-width: 580px;
}
.pop .pop-ms:lang(it) {
  max-width: 480px;
}
.pop .privacy {
  color: #333333;
}
.pop .privacy:hover {
  text-decoration: underline;
}
.pop .or {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #151515;
  line-height: 20px;
  margin-top: 30px;
}
.pop .or::before,
.pop .or::after {
  position: absolute;
  bottom: 50%;
  content: "";
  display: inline-block;
  width: 190px;
  height: 1px;
  background: #dddddd;
}
.pop .or::before {
  left: 30px;
}
.pop .or:lang(jp)::before {
  left: 50px;
}
.pop .or:lang(jp)::after {
  right: 50px;
}
.pop .or::after {
  right: 30px;
}
.pop .bot-link .account {
  min-width: 280px;
  height: 36px;
  background: none;
  color: #333333;
  border: 1px solid #137df5;
  border-radius: 18px;
  font-size: 14px;
  line-height: 36px;
  margin: 20px 0;
}
.pop .bot-link .account:hover {
  background: #137df5;
  border: transparent;
  color: #ffffff;
}
.pop .bot-link .log {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.pop .bot-link .log a {
  color: #137df5;
}
.pop .bot-link .log a:hover {
  text-decoration: underline;
}
.pop-box-1 {
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*transform: translate(-50%, -50%);*/
  width: 650px;
  background: url(images/bg.png) #ffffff top no-repeat;
  border-radius: 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pop-box-1 h2 {
  font-size: 22px;
  color: #ffffff;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 1px;
  padding-top: 20px;
}
.pop-box-1 .ms-box {
  width: 525px;
  background: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(114, 157, 231, 0.35);
  border-radius: 10px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin: 22px auto 32px;
  padding: 15px 36px 15px;
}
.pop-box-1 .ms-box:lang(es) {
  font-size: 14px;
}
.pop-box-1 .ms-box:lang(jp),
.pop-box-1 .ms-box:lang(it),
.pop-box-1 .ms-box:lang(es),
.pop-box-1 .ms-box:lang(de),
.pop-box-1 .ms-box:lang(fr) {
  padding: 15px 15px 15px;
}
.pop-box-1 .list {
  margin: 20px auto 0;
  padding-bottom: 20px;
  display: inline-block;
}
.pop-box-1 .list li {
  position: relative;
  text-align: left;
  color: #333333;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.pop-box-1 .list li::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #252525;
  border-radius: 50%;
}
.pop-box-1 .list li:nth-last-child(1) {
  margin-bottom: 0px;
}
.pop-box-1 .list li:hover::before {
  background: #01387b;
}
.pop-box-1 .list li:hover a {
  text-decoration: underline;
}
.pop-box-1 .list a {
  color: #137df5;
}
.pop-box-1 .tips {
  position: relative;
  display: inline-block;
}
.pop-box-1 .tips::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: "";
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #333333;
}
.pop-box-1 .tips:hover .cntext {
  display: block;
}
.pop-box-1 .cntext {
  display: none;
  position: absolute;
  left: calc(50% - 194px);
  top: 40px;
  width: 387px;
  border-radius: 10px;
  background: #303132;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  text-align: left;
  padding: 25px 26px 25px 26px;
  z-index: 999;
}
.pop-box-1 .cntext p {
  color: #fff;
}
.pop-box-1.center .cntext {
  left: -150px;
  top: 35px;
  width: 387px;
}
.pop-box-1.center .ms-box {
  padding: 15px;
}
.pop-box-1 .cntext::before {
  left: 160px;
}
.pop-box-1 .email-txt {
  color: #137df5;
}
.pop-box-1 .cntext p:last-child {
  margin-top: 10px;
}
.pop-box-1 .cntext::before {
  position: absolute;
  left: calc(50% - 12px);
  top: -11px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #303132;
}
.response-err-msg {
  display: none;
  color: #fc3e3f;
}
.layui-layer-iframe {
  border-radius: 20px;
}
@media screen and (max-width: 676px) {
  .pop {
    display: flex;
    align-items: center;
  }
  .pop .continue {
    width: 220px;
  }
  .pop .or::before,
  .pop .or::after {
    width: 100px;
  }
  .pop-box-1 {
    position: relative !important;
    left: 0;
    top: 0;
    width: 100%;
    padding: 30px 0px 42px;
    transform: none;
  }
  .pop-box-1 h2 {
    font-size: 18px;
  }
  .pop-box-1 .ms-box {
    padding: 15px;
  }
  .pop-box-1 .list {
    margin: 20px auto 0;
  }
  .pop-box-1 .list li {
    margin-bottom: 10px;
  }
  .pop-box-1 .cntext {
    display: none;
    width: 200px;
    padding: 25px 26px 25px 26px;
    left: -50%;
  }
  .pop-box-1 .cntext::before {
    left: 50%;
    transform: translateX(-50%);
    top: -11px;
  }
  /*.pop-box-1 .list li {*/
  /*  padding-left: 30px;*/
  /*}*/
  /*.pop-box-1 .list li::before {*/
  /*  left: 15px;*/
  /*}*/
}
.pop-box-2 {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px 50px 20px;
}
.pop-box-2 .hallmark {
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 23px 30px;
}
.pop-box-2 .line {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #a4a6b0;
  vertical-align: middle;
  margin: 0 18px;
}
.pop-box-2 .first,
.pop-box-2 .second {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding-left: 30px;
  text-align: center;
  color: #a4a6b0;
}
.pop-box-2 .first::before,
.pop-box-2 .second::before {
  position: absolute;
  left: 0px;
  top: -4px;
  content: "1";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #a4a6b0;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 12px;
  line-height: 23px;
}
.pop-box-2 .second::before {
  content: "2";
}
.pop-box-2 .active {
  color: #00377e;
}
.pop-box-2 .active::before {
  background: #00377e;
}
.pop-box-3 .form-bx .btn-bx {
  margin-top: 45px;
}
.pop-box-3 .continue {
  margin-bottom: 20px;
}
.pop-box-4 {
  padding: 30px 130px 40px;
}
.pop-box-4 .form-bx {
  padding: 0px;
}
.pop-box-4 .privacy {
  color: #137df5;
}
.pop-box-4 .pop-ms {
  margin: 15px auto 0px;
}
.pop-box-5 {
  padding: 60px 88px 76px;
}
.pop-box-5 .suc {
  font-size: 24px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 30px;
  margin: 10px 0 30px 0;
}
.pop-box-5 .suc-des {
  font-size: 20px;
  color: #1a1a1a;
  line-height: 26px;
}
.pop-box-5 .continue {
  margin-top: 50px;
}
.pop-box-5 .continue::after {
  display: none;
}
.pop-box-5 .time {
  margin-left: 7px;
}
label.error {
  color: #fc3e3f;
}
.layui-layer-page {
  border-radius: 15px;
}
@media screen and (max-width: 700px) {
  .pop .form-bx .send {
    width: 120px;
  }
  .pop-box-2 {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
    padding: 58px 0px 50px;
  }
  .pop-box-4 {
    padding: 58px 0px 50px !important;
  }
  .pop-box-4 .form-bx {
    padding: 0 30px !important;
  }
  .pop-box-3 .bot-link .account {
    min-width: 200px;
    padding: 5px 15px;
    height: auto;
    line-height: 1.1;
  }
}
.response-err-msg {
  position: absolute;
}
.forget-tips.success {
  color: #0c8f0c;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .layui-layer-page .layui-layer-content {
    height: auto !important;
  }
  .layui-layer-page {
    width: 95% !important;
    left: 2.5% !important;
    overflow-x: hidden;
    top: 10px !important;
    height: 98% !important;
  }
  .pop-box-1 .ms-box {
    width: auto !important;
  }
  .layui-layer-setwin .layui-layer-close2 {
    top: 0 !important;
    right: 0 !important;
  }
}
.layui-layer-page {
  border-radius: 15px !important;
}
.signup-reset-block {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 20px;
}
.pop-box-2 .form-bx #code {
  display: inline-block;
}
.pop-box-4 .form-bx #code {
  display: block;
}
.form-bx #code {
  width: 67%;
}
.captcha-img {
  display: inline-block;
  float: right;
}
.captcha-img img {
  cursor: pointer;
}
.privacy-policy {
  margin-top: 10px;
  font-size: 12px;
}
button#reset-send {
  height: 40px;
  width: 100%;
  background-color: inherit;
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
/*# sourceMappingURL=pop.css.map */