.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*清除默认样式*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  display: inline-block;
}
a:focus,
a:active {
  color: inherit;
}
input {
  border: none;
}
button {
  border: none;
  cursor: pointer;
}
i {
  display: inline-block;
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea:-ms-input-placeholder {
  color: #999;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
/*清除IEX号*/
/*::-ms-clear,::-ms-reveal{display:none;}*/
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input,
textarea,
button {
  outline: none;
}
.container_warp {
  width: 1280px !important;
  margin: 0 auto;
}
.wrap-jp {
  width: 1130px;
  margin: 0 auto;
}
.go_wrap {
  width: 1440px !important;
  margin: 0 auto;
}
.go_wrap:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.clear-fix:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
input[type="text"]:focus {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type="text"]:active {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
@font-face {
  font-family: 'myfont';
  src: url('../fonts/MyriadPro-Regular.woff') format('woff'), /* chrome、firefox */ url('../fonts/MyriadPro-Regular.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.otf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.svg#iconfont') format('svg'), /* iOS 4.1- */ url('../fonts/MyriadPro-Regular.eot');
}
@font-face {
  font-family: 'activeFont';
  src: url("../activeFonts/DIN-Condensed-Bold.ttf");
}
@font-face {
  font-family: 'open-sans';
  src: url("../fonts/Open-Sans-2.ttf") format('opentype');
}
@font-face {
  font-family: 'open-sans-blod';
}
@font-face {
  font-family: 'open-semi-bold';
}
@font-face {
}
@font-face {
}
@font-face {
}
@font-face {
  font-family: 'NunitoSans';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Bold.ttf") format('opentype');
}
@font-face {
  font-family: 'NunitoSans-Semibold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-SemiBold.ttf") format('opentype');
}
html,
body {
  font-size: 12px;
  font-family: NunitoSans, 'open-sans', 'Arial';
}
.header-reg-login {
  background: #313131;
  height: 80px;
}
.header-reg-login .header-wrap {
  width: 1080px;
  margin: 0 auto;
  height: inherit;
  display: flex;
  align-items: center;
}
.header-reg-login .header-wrap .to-index {
  height: inherit;
  display: flex;
  align-items: center;
}
.header-reg-login .header-wrap .name {
  font-size: 16px;
  color: #929292;
  margin-left: 30px;
}
.reg-login-module {
  width: 1080px;
  margin: 40px auto 0;
}
.reg-login-module .reg-login-title {
  font-size: 24px;
  color: #313131;
  font-family: NunitoSans-Bold;
  font-weight: 600;
}
.reg-login-module .content-wrap {
  margin-top: 14px;
  padding-top: 25px;
  border-top: 1px solid #d9d9d9;
}
.reg-login-module .content-wrap:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.reg-login-module .content-wrap .form-item-row {
  display: flex;
  align-items: center;
  border: 1px solid #dcdddd;
  color: #929292;
  margin-top: -1px;
}
.reg-login-module .content-wrap .form-item-row .item-icon {
  width: 54px;
  text-align: center;
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reg-login-module .content-wrap .form-item-row .item-icon:after {
  display: block;
  content: '';
  height: 24px;
  border-right: 1px solid #dcdddd;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.reg-login-module .content-wrap .form-item-row .item-icon .icon-mailyoujian {
  font-size: 24px;
}
.reg-login-module .content-wrap .form-item-row .item-icon .icon-locksuo {
  font-size: 24px;
}
.reg-login-module .content-wrap .form-item-row .item-icon .icon-shielddunpai {
  font-size: 28px;
}
.reg-login-module .content-wrap .form-item-row .item-input {
  flex: 1;
  min-width: 0;
  position: relative;
}
.reg-login-module .content-wrap .form-item-row .item-input .icon-bukekan {
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 1;
  font-size: 26px;
  transform: translateY(-50%);
  color: #d9d9d9;
  cursor: pointer;
}
.reg-login-module .content-wrap .form-item-row .get-val {
  height: 50px;
  width: 100%;
  text-indent: 13px;
}
.reg-login-module .content-wrap .keep-pwd-row {
  display: flex;
  align-items: center;
  margin-top: 18px;
  color: #929292;
  justify-content: space-between;
}
.reg-login-module .content-wrap .keep-pwd-row .keep-pwd {
  cursor: pointer;
}
.reg-login-module .content-wrap .keep-pwd-row input[type="checkbox"] {
  vertical-align: bottom;
  margin-right: 2px;
  cursor: pointer;
}
.reg-login-module .content-wrap .keep-pwd-row .jump-link {
  color: #9e6c01;
  text-decoration: underline;
}
.reg-login-module .content-wrap .form-control-row {
  margin-top: 30px;
}
.reg-login-module .content-wrap .form-control-row .submit-btn {
  background: #e02d2d;
  height: 40px;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
  font-family: NunitoSans-Bold;
  border-radius: 4px;
}
.reg-login-module .content-wrap .appeal-note {
  margin-top: 20px;
}
.reg-login-module .content-wrap .appeal-note .tag {
  color: #20A0FF;
  text-decoration: underline;
}
.reg-login-module .content-wrap .other-party {
  margin-top: 40px;
}
.reg-login-module .content-wrap .other-party .top-tips {
  text-align: center;
  position: relative;
  height: 18px;
}
.reg-login-module .content-wrap .other-party .top-tips:before {
  display: block;
  content: '';
  border-top: 1px solid #d9d9d9;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.reg-login-module .content-wrap .other-party .top-tips .title {
  color: #313131;
  padding: 0 16px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.reg-login-module .content-wrap .other-party .parts-btn-row {
  margin-top: 30px;
}
.reg-login-module .content-wrap .other-party .parts-btn-row .parts-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.reg-login-module .content-wrap .import-area {
  width: 540px;
  height: 603px;
  border: 1px solid #d9d9d9;
  padding: 40px 54px;
  float: left;
}
.reg-login-module .content-wrap .import-area .import-title {
  font-size: 18px;
  font-family: NunitoSans-Bold;
}
.reg-login-module .content-wrap .import-area .login-form {
  margin-top: 40px;
}
.reg-login-module .content-wrap .note-area {
  float: right;
  width: 500px;
  height: 603px;
  position: relative;
  padding-left: 35px;
}
.reg-login-module .content-wrap .note-area .note-title {
  font-size: 18px;
  font-family: NunitoSans-Bold;
  color: #313131;
}
.reg-login-module .content-wrap .note-area .reg-btn {
  height: 40px;
  border: 1px solid #9e6c01;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-size: 14px;
  font-family: NunitoSans-Bold;
  color: #9e6c01;
  border-radius: 4px;
}
.reg-login-module .content-wrap .note-area .note-rules {
  margin-top: 30px;
}
.reg-login-module .content-wrap .note-area .note-rules .title {
  font-size: 14px;
  color: #313131;
  margin-bottom: 26px;
}
.reg-login-module .content-wrap .note-area .note-rules dd {
  margin-bottom: 17px;
  position: relative;
  display: flex;
  align-items: center;
}
.reg-login-module .content-wrap .note-area .note-rules dd:before {
  display: block;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAsxJREFUOE+dlU2IVWUYx3//9844fdjOkNwI2ceqlbRQStAYISUnES2Cmrm3YYa851ogWpvorkLIgrj3go7dOWZgUKFZCG0StVyYHy1SF0JUiN0KaxaSxHycf5wzc2y43mbKd3eej9/7PO//fd4jOqy9Q3T3LGCDFfpsLweWIAoyLawziZLDVy5wpHqcyfZ0tRtGt9GH9RbmwRnfDaAFSHCf4c7ULvg+2Ov6G1xOv5sRSybHGb8JrFYJS3/nTaydhinQwUAysnQRp1dXpytJK+/uYSUOw9gbkdeX6hxrllkh6QvBdzeBcYVdtl4V/EDBzxTf5Uyn48htNpJwDgMWggczYNqmEh0GfgyTfrx/D1fnguW+2TDbL73YYETTbegiCferyyvmq2wuWHa2+yM2JegTpAOlWtJ/u5XleYor4YDt5yWvKtb4aj5gpzYzlctsDIGWRiNdBJYt/NV3b/k4VXd6NbfyGEG7uuRKf41vZ5IyNVMB8jPL4+NINxCXUuAYcK1Ud37vspj3Ip4uoEOGMexeQ8+/wTJhI/1iSFLgH5ixUsPL2tuNK7yC9U4Gha5OleU5o5HSyz+hONIFwwMT475neISJOaBubzOP3TvEXd0LdF1wVnE5xJYHhFcX6xzvJEocsRnxV7HG5x3921jnREeDVNdomT6kT5E+LNWS5+ZTuSOwos9snkLu1UebKVxfrHQGHw541UCdU/8H2tzK2myOA+cHan40G71mxJOyjiJaib1ysMFP/wX6fpmHJqWTgkXIT5RqnPjncYh4w6hqaBXsZwcanJwLGr9Mr6f0AbAYvKNUZ3c2erOT4ojXUyjTL8kh431dd/D1C7v5M43L1OxmDdIwsB5IwK/lsFuAqSEu02vpbeCRbDMzhbg2s/G9QMgSxTnj7Wmbs4u65cVOndlj+xtrCaHP8nKS7Bdgwc+SvklIjhRrfKl0u7b1N1DUPzJmwmykAAAAAElFTkSuQmCC") no-repeat center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.reg-login-module .content-wrap .note-area .share-link-box {
  height: 180px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 3px;
  border: 1px solid #E4DECF;
  background: #F6F0E2;
}
.reg-login-module .content-wrap .note-area .share-link-box .share-title {
  padding: 12px 0 12px 22px;
  border-bottom: 1px solid #E4DECF;
  font-size: 14px;
  color: #313131;
  font-family: NunitoSans-Bold;
}
.reg-login-module .content-wrap .note-area .share-link-box .share-body {
  padding: 18px 22px;
}
.reg-login-module .content-wrap .note-area .share-link-box .share-body dl {
  position: relative;
  color: #9e6c01;
  text-decoration: underline;
}
.reg-login-module .content-wrap .note-area .share-link-box .share-body dt {
  position: relative;
  display: flex;
  align-items: baseline;
}
.reg-login-module .content-wrap .note-area .share-link-box .share-body dt a {
  color: #313131;
}
.reg-login-module .content-wrap .note-area .share-link-box .share-body dt:hover a {
  color: #9e6c01;
  text-decoration: underline;
}
.reg-login-module .content-wrap .note-area .share-link-box .share-body dt:before {
  display: block;
  content: '';
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background: #E4DECF;
  margin-right: 10px;
}
.reg-login-module .content-wrap .note-area .share-link-box .share-body dd {
  position: relative;
  display: flex;
  align-items: baseline;
  line-height: 17px;
  margin-top: 10px;
}
.reg-login-module .content-wrap .note-area .share-link-box .share-body dd a {
  color: #313131;
}
.reg-login-module .content-wrap .note-area .share-link-box .share-body dd:hover a {
  color: #9e6c01;
  text-decoration: underline;
}
.reg-login-module .content-wrap .note-area .share-link-box .share-body dd:before {
  display: block;
  content: '';
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background: #E4DECF;
  margin-right: 10px;
}
.reg-login-module .content-footer {
  margin-top: 38px;
  margin-bottom: 38px;
  text-align: center;
  color: #929292;
}
.reg-login-module.register-page .content-wrap {
  border-top: 0;
  padding: 0;
}
.reg-login-module.register-page .verify-process {
  width: 100%;
  display: table;
  vertical-align: middle;
  cursor: default;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.reg-login-module.register-page .verify-process dd {
  width: 216px;
  padding: 20px 0 20px 16px;
  height: 90px;
  display: table-cell;
  vertical-align: top;
  background: #313131;
  position: relative;
  font-weight: 400;
}
.reg-login-module.register-page .verify-process dd:first-child:after {
  display: none;
}
.reg-login-module.register-page .verify-process dd:after {
  display: block;
  content: '';
  border-radius: 4px;
  height: 50px;
  border-left: 1px solid #4e4e4e;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.reg-login-module.register-page .verify-process dd.active:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAiJJREFUOE+dlUuIjmEUx39/l+S2I7F0XVnJYiYUoszklkRKLJQslJLLRqykXFZWY6FGsZFryobMYOG+GCyUsGAsJhYiGRz9v86r1/vdcFbf95zn/M71Oa9oIBExGlgFrAbmAdOAkcAg8AC4CFyW9L1qrupBRBhyFJiVui8J8t2pwNg8fwl0SXrh/xFhp99+AyNiBHAY2Av8AM4CPcC9IpKMvBPYDqwFuiXdjIgO4DowUAYeAfYBr4ANkpxaU4kISYoSbAKwrQbMNF2X18BCSW9bwQpdBbZDUo9duAHPgOlAR7vIWsGsM3AdcB7olbTlfyMr7AzsBTYDiyTdbgdslGaWzU0aNNDpzgDGS3J3axIRCwA3aqekJ3lWdNMNqNWsdN/j9dzAj8CQpGLuCuAa4AJg/TJgTI5GHSydvQd+GvjBRpIc5R8SEbuAEwkdBTSEJdCvaNjAp8BMYKKk4RbQqKZZSncc8Al4aOBpYCuwWNKtRk2JiPXAV0lXm+i7gGvASQP9di8B5yRtatflJsArwErX2kBvkQFgTo7O3X+BRsTybNZjYH7x9FZkyC5sp6Q3fwONiNlAPzAJWCqpr7wcDgKHclVtlOSLTSUiPEpngCnAHknHak+vbBERBxLqc8/gKeCOpM85Gu7mklxf3Z47YH8BqwOmkT0fB+amM7+eofw9GfDetDwCdjvNclB1GzuhNnKxy58Az+E74L7XP3DD+7Bak19GOvuaURfluAAAAABJRU5ErkJggg==") no-repeat center;
}
.reg-login-module.register-page .verify-process dd:before {
  display: inline-block;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAsRJREFUOE+dlTtoVEEUhv9zNyGosVOMm874qKyCRYIGVBIw5s54kaAIooVELARBfDTiVhLwUVmthRBBi4ibO5OEEFDiq9BoLKIWgqiFroUoJJgsZu/+MsvdsGx2SXSquXPmfHPOnH/OFVQZra2t9clkUnmep0m2AkgCSIhIluQkyczs7Gw4MTGRr3SXyoUgCHQURVcBbIltcwCyANzejQBWxesfE4lEdyaT+eC+lVJJkn/KgZ7W+grJ8wAiAHcBpGdmZl6UIunr66vPZrPtInKSZABgv7X2URAEbVEUjQGYXgRqrftJXgDwieQha+1ktesoW3O+LIM1isiJIjBOMwPgc6FQ2DU8PPx1GVjRXA4jecpamxZXgObm5ncANpFsW0FkNWHOIL7vHxSR+wAGjDHH/jeykp9orQdIHhWRjjAMny4HrJam89FaB4VCIStKKZduS0NDw5rBwUFX3eLo6enZ6XleP4DTxpg3te6stF8pNUfyvQP+AvDDGFPSXXGP7/sHROQBSWfvrKura4il0VgqQHk2SqnvAAoO+NM5WWtbKtP1ff+MiNxwdhGpA1AVFgvbiX/BAd8C2NzU1LQ2nU4v1II6zVWLLM5mtYjMknzlinKb5HHP83YPDQ1NVCuKUqpXRHJhGNpqdq11N8kRADedbLSIDAG4Z4w5slyVawANSV9EOqW3tzeRy+WmRWQbgA5jzPN/gfq+3yUiYySnrLU7ik/P9/19AEZce8rn8+2jo6NfVgINgmBrFEVPAKwjudda+3ixOSilLgNIxa3qsDHGbaw5lFKdAO4A2EDynLX2WvHpVWjpUgwVp0EAt+bn55+Nj4//LlUTwB7XvlzrcrojebEEWwKM9eROvg5ge3yYez0/4vl6AJ6bk3wN4KxLszyoJR3bGVOplDc1NdXlniiA0i/A6fCbiLwUkTAMw4eOW3knfwGOxH/ojf3/LAAAAABJRU5ErkJggg==") no-repeat center;
  width: 20px;
  height: 20px;
}
.reg-login-module.register-page .verify-process dd .verify-info {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  padding-left: 14px;
}
.reg-login-module.register-page .verify-body {
  height: 640px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  padding: 32px;
}
.reg-login-module.register-page .verify-body .required-tips {
  display: flex;
}
.reg-login-module.register-page .verify-body .required-tips .tips-tag {
  border: 1px solid #ff4949;
  color: #ff4949;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  margin-right: 6px;
}
.reg-login-module.register-page .verify-body .required-tips .mark-tag {
  height: 24px;
  background: #f2f2f2;
  padding: 0 14px;
  display: flex;
  align-items: center;
}
.reg-login-module.register-page .verify-body .required-tips .title {
  font-size: 18px;
  color: #313131;
  font-family: NunitoSans-Bold;
  margin-left: 10px;
  font-weight: 600;
}
.reg-login-module.register-page .verify-body .verify-form {
  margin: 30px auto 0;
}
.reg-login-module.register-page .verify-body .verify-form .form-title {
  color: #313131;
  font-size: 12px;
}
.reg-login-module.register-page .verify-body .verify-form .form-item-row {
  margin-top: 10px;
}
.reg-login-module.register-page .verify-body .verify-form .prompt-pwd {
  margin-top: 30px;
  color: #313131;
}
.reg-login-module.register-page .verify-body .verify-form.register-box {
  width: 410px;
}
.reg-login-module.register-page .verify-body .verify-form.register-box .reset-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 60px;
}
.reg-login-module.register-page .verify-body .verify-form.verify-email {
  margin-top: 68px;
  width: 410px;
}
.reg-login-module.register-page .verify-body .verify-form.verify-email .email-code {
  font-size: 18px;
  color: #313131;
  font-family: NunitoSans-Bold;
}
.reg-login-module.register-page .verify-body .verify-form.verify-email .code-tips {
  margin-top: 8px;
  font-size: 12px;
  color: #313131;
  line-height: 18px;
}
.reg-login-module.register-page .verify-body .verify-form.verify-email .get-verify-row {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reg-login-module.register-page .verify-body .verify-form.verify-email .get-verify-row .the-time {
  font-size: 24px;
  color: #313131;
}
.reg-login-module.register-page .verify-body .verify-form.verify-email .get-verify-row .get-btn {
  height: 30px;
  padding: 0 14px;
  border-radius: 4px;
  border: 1px solid #9e6c01;
  color: #9e6c01;
  background: #fff;
  min-width: 120px;
  line-height: 30px;
  cursor: pointer;
}
.reg-login-module.register-page .verify-body .verify-form.verify-email .get-verify-row .get-btn.disabled {
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  color: #929292;
  cursor: not-allowed;
}
.reg-login-module.register-page .verify-body .verify-form.verify-email .the-set-input {
  height: 50px;
  border: 1px solid #dcdddd;
  margin-top: 20px;
}
.reg-login-module.register-page .verify-body .verify-form.verify-email .the-set-input input {
  height: 48px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #313131;
  font-weight: 600;
  font-family: NunitoSans-Bold;
}
.reg-login-module.register-page .verify-body .verify-form.verify-email .the-set-input input::placeholder {
  font-size: 12px;
  font-weight: normal;
}
.reg-login-module.register-page .verify-body .verify-form.verify-email .get-verify-control {
  margin-top: 40px;
  display: flex;
  justify-content: right;
  align-items: center;
}
.reg-login-module.register-page .verify-body .verify-form.verify-email .get-verify-control .back-btn {
  font-size: 14px;
  font-weight: 600;
  color: #9e6c01;
  text-decoration: underline;
  margin-right: 64px;
}
.reg-login-module.register-page .verify-body .verify-form.verify-email .get-verify-control .submit-btn {
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  background: #9e6c01;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  min-width: 160px;
  font-family: NunitoSans-Bold;
  cursor: pointer;
}
.reg-login-module.register-page .verify-body .verify-form.verify-email .get-verify-control .submit-btn.disabled {
  background: #929292;
  cursor: not-allowed;
}
.reg-login-module.register-page .verify-body .verify-form.retrieve-box {
  width: 410px;
}
.reg-login-module.register-page .verify-body .verify-form.retrieve-box .retrieve-title {
  font-size: 24px;
  font-weight: 600;
  font-family: NunitoSans-Bold;
  color: #313131;
  margin-top: 60px;
}
.reg-login-module.register-page .verify-body .verify-form.retrieve-box .retrieve-tips {
  line-height: 20px;
  font-size: 12px;
  margin-top: 10px;
}
.reg-login-module.register-page .verify-body .verify-form.retrieve-box .mail-to {
  color: #9e6c01;
  justify-content: left;
  margin-top: 6px;
}
.reg-login-module.register-page .verify-body .verify-form.retrieve-box .mail-to:hover {
  text-decoration: underline;
}
.reg-login-module.register-page .verify-body .verify-form.retrieve-box .form-item-row {
  margin-top: 24px;
}
.reg-login-module.register-page .verify-body .verify-form.back-box {
  width: 440px;
}
.reg-login-module.register-page .verify-body .verify-form.back-box .back-state-row {
  margin-top: 140px;
  display: flex;
}
.reg-login-module.register-page .verify-body .verify-form.back-box .back-state-row .icon-youxiang1 {
  font-size: 42px;
  color: #1784F9;
  margin-right: 22px;
  margin-top: 10px;
}
.reg-login-module.register-page .verify-body .verify-form.back-box .back-state-row .title {
  font-size: 24px;
  font-weight: 600;
  font-family: NunitoSans-Bold;
}
.reg-login-module.register-page .verify-body .verify-form.back-box .back-info-text {
  padding-left: 76px;
}
.reg-login-module.register-page .verify-body .verify-form.back-box .back-info-text .rules {
  margin-top: 8px;
  line-height: 20px;
}
.reg-login-module.register-page .verify-body .verify-form.back-box .back-info-text .err-tips {
  margin-top: 6px;
}
.reg-login-module.register-page .verify-body .verify-form.back-box .back-info-text .err-tips .link {
  color: #9e6c01;
}
.reg-login-module.register-page .verify-body .verify-form.back-box .back-info-text .err-tips .link:hover {
  text-decoration: underline;
}
.reg-login-module.register-page .verify-body .verify-form.back-box .appeal-note {
  padding-left: 76px;
}
.reg-login-module.register-page .verify-body .mail-to {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reg-login-module.register-page .verify-body .mail-to a {
  color: #9e6c01;
  text-decoration: underline;
}
.reg-login-module.register-page .verify-body .secret-rules-box {
  height: 70px;
  background: #F6F0E2;
  border: 1px solid #E4DECF;
  margin-top: 20px;
}
.reg-login-module.register-page .verify-body .secret-rules-box .set-rules {
  display: flex;
  padding: 18px;
  color: #313131;
}
.reg-login-module.register-page .verify-body .secret-rules-box .set-rules .set-btn {
  width: 16px;
  height: 16px;
  background: #fff;
  margin-right: 20px;
}
.reg-login-module.register-page .verify-body .secret-rules-box .set-rules .link {
  color: #9e6c01;
}
.reg-login-module.register-page .verify-body .secret-rules-box .set-rules .link:hover {
  text-decoration: underline;
}
.reg-login-module.register-page .verify-body .submit-btn {
  background: #9e6c01;
  color: #fff;
}
.reg-login-module.register-page .fill-information {
  height: auto;
}
.reg-login-module.register-page .fill-information .verify-form {
  width: 700px;
  margin-top: 10px;
}
.reg-login-module.register-page .fill-information .verify-form .fill-rules-tips {
  padding-bottom: 12px;
  line-height: 20px;
  padding-left: 94px;
}
.reg-login-module.register-page .finalize-box {
  height: auto;
}
.reg-login-module.register-page .finalize-box .finalize-wrap {
  width: 520px;
  margin: 30px auto;
}
.reg-login-module.register-page .finalize-box .finalize-type {
  height: 70px;
  border: 1px solid #313131;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.reg-login-module.register-page .finalize-box .finalize-type .code-sign {
  font-size: 16px;
  color: #313131;
  font-weight: 600;
}
.reg-login-module.register-page .finalize-box .finalize-type .code-type {
  font-size: 14px;
}
.reg-login-module.register-page .finalize-box .finalize-type .code-type .icon-gongsi {
  font-size: 38px;
  vertical-align: middle;
}
.reg-login-module.register-page .finalize-box .finalize-type .code-type .icon-gerenziliao,
.reg-login-module.register-page .finalize-box .finalize-type .code-type .icon-hezuo1 {
  font-size: 32px;
  vertical-align: middle;
}
.reg-login-module.register-page .finalize-box .finalize-type .code-type .name {
  margin-left: 8px;
}
.reg-login-module.register-page .finalize-box .finalize-row {
  padding: 10px 0;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid #e7e7e7;
}
.reg-login-module.register-page .finalize-box .finalize-row:first-child {
  margin-top: 8px;
  border-bottom: 0;
}
.reg-login-module.register-page .finalize-box .finalize-row dd {
  font-size: 16px;
  color: #313131;
  font-weight: 600;
  margin-top: 2px;
  min-height: 22px;
}
.verify-error-pop {
  display: none;
}
.verify-error-pop:before {
  display: block;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.36);
}
.verify-error-pop .error-body {
  width: 450px;
  height: 280px;
  background: #fff;
  padding: 54px 64px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  right: 0;
  margin: auto;
  bottom: 0;
}
.verify-error-pop .error-body .error-title {
  font-size: 18px;
  color: #ff4949;
}
.verify-error-pop .error-body .error-rules {
  margin-top: 20px;
  line-height: 17px;
}
.verify-error-pop .error-body .error-rules dd {
  color: #313131;
}
.verify-error-pop .error-body .again-btn {
  position: absolute;
  bottom: 45px;
  right: 45px;
  z-index: 8;
  border-radius: 4px;
  border: 1px solid #9e6c01;
  color: #9e6c01;
  height: 30px;
  line-height: 30px;
  min-width: 120px;
  padding: 0 14px;
  background: #fff;
  cursor: pointer;
}
.enemyBullet-pop {
  border-top: 1px solid #e7e7e7;
  padding-top: 26px;
  padding-left: 94px;
  padding-right: 86px;
  position: relative;
}
.enemyBullet-pop .required-tag {
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 1;
  border-radius: 2px;
  border: 1px solid #e02d2d;
  color: #e02d2d;
  height: 24px;
  min-width: 40px;
  padding: 0 10px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.enemyBullet-pop .required-tag:hover .tips {
  opacity: 1;
  visibility: visible;
}
.enemyBullet-pop .required-tag .tips {
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 1;
  display: block;
  width: 210px;
  font-size: 12px;
  color: red;
  background: #fff;
  padding: 8px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  text-align: left;
}
.enemyBullet-pop .enemy-nav {
  display: flex;
  justify-content: space-between;
}
.enemyBullet-pop .enemy-nav dd {
  width: 160px;
  padding: 20px;
  height: auto;
  border: 1px solid #e7e7e7;
  cursor: pointer;
  color: #313131;
}
.enemyBullet-pop .enemy-nav dd.active {
  border-color: #e02d2d;
  color: #e02d2d;
}
.enemyBullet-pop .enemy-nav .nav-info {
  font-size: 14px;
}
.enemyBullet-pop .enemy-nav .nav-info .icon-gongsi {
  font-size: 38px;
  vertical-align: middle;
}
.enemyBullet-pop .enemy-nav .nav-info .icon-gerenziliao,
.enemyBullet-pop .enemy-nav .nav-info .icon-hezuo1 {
  font-size: 32px;
  vertical-align: middle;
}
.enemyBullet-pop .enemy-nav .nav-info .name {
  margin-left: 8px;
}
.enemyBullet-pop .enemy-nav .info {
  color: #929292;
  margin-top: 10px;
  font-size: 12px;
}
.enemyBullet-pop .public-down {
  height: 40px;
  line-height: 40px;
  padding-left: 14px;
  position: relative;
  border: solid 1px #e7e7e7;
}
.enemyBullet-pop .public-down img {
  margin-right: 6px;
}
.enemyBullet-pop .public-down:after {
  content: "";
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #d8d8d8;
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}
.enemyBullet-pop .enemy-item {
  margin-top: 17px;
  font-size: 14px;
}
.enemyBullet-pop .enemy-item:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.enemyBullet-pop .enemy-item .enemy-item-label {
  margin-bottom: 10px;
  height: 18px;
  line-height: 18px;
}
.enemyBullet-pop .enemy-item .enemy-item-label.require:after {
  display: inline-block;
  content: '*';
  color: red;
  vertical-align: middle;
}
.enemyBullet-pop .enemy-item .service-choose {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 0 14px;
}
.enemyBullet-pop .enemy-item .service-choose label {
  display: block;
  margin-right: 20px;
  cursor: pointer;
  line-height: 24px;
}
.enemyBullet-pop .enemy-item .service-choose label input {
  cursor: pointer;
  margin-right: 4px;
  vertical-align: middle;
}
.enemyBullet-pop .enemy-item .enemy-item-l {
  float: left;
}
.enemyBullet-pop .enemy-item .enemy-item-r {
  float: right;
}
.enemyBullet-pop .enemy-item .enemy-item-r .icon-Skype {
  position: absolute;
  left: 10px;
}
.enemyBullet-pop .enemy-item .enemy-item-r input {
  text-indent: 40px !important;
}
.enemyBullet-pop .enemy-item .form-item {
  border: 1px solid #e7e7e7;
  height: 40px;
}
.enemyBullet-pop .enemy-item .form-item:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.enemyBullet-pop .enemy-item .form-item.active {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.enemyBullet-pop .enemy-item .form-item input {
  width: 100%;
  height: 38px;
  text-indent: 14px;
  display: block;
}
.enemyBullet-pop .surnames-row {
  display: flex;
  justify-content: space-between;
}
.enemyBullet-pop .surnames-row .form-item {
  width: 250px;
}
.enemyBullet-pop .skype-box {
  margin-top: 60px;
  position: relative;
}
.enemyBullet-pop .skype-box:before {
  display: block;
  content: '';
  width: 700px;
  border-top: 1px solid #e7e7e7;
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.enemyBullet-pop .skype-box .skype,
.enemyBullet-pop .skype-box .social {
  border: 1px solid #e7e7e7;
}
.enemyBullet-pop .skype-box .skype.active,
.enemyBullet-pop .skype-box .social.active {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.enemyBullet-pop .skype-box .skype input,
.enemyBullet-pop .skype-box .social input {
  height: 40px;
  line-height: 40px;
  outline: none;
  background-color: #fff;
  width: 248px;
  text-indent: 14px;
  text-align: left;
}
.enemyBullet-pop .skype {
  width: 250px;
  text-align: center;
  line-height: 40px;
  position: relative;
}
.enemyBullet-pop .skype span {
  font-size: 22px;
  vertical-align: middle;
  color: #00aff0;
}
.enemyBullet-pop .social {
  width: 250px;
  line-height: 40px;
  text-align: center;
}
.enemyBullet-pop .social span {
  font-size: 22px;
  vertical-align: middle;
  color: #4fac32;
}
.enemyBullet-pop .quantity-select {
  height: 40px;
  background: #fff;
}
.enemyBullet-pop .shipping-title {
  cursor: pointer;
  position: relative;
}
.enemyBullet-pop .shipping-title .current-shipping {
  height: 40px;
  line-height: 40px;
  padding-left: 14px;
  position: relative;
  border: solid 1px #e7e7e7;
}
.enemyBullet-pop .shipping-title .current-shipping img {
  margin-right: 6px;
}
.enemyBullet-pop .shipping-title .current-shipping:after {
  content: "";
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #d8d8d8;
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}
.enemyBullet-pop .shipping-title .total-shipping {
  position: absolute;
  top: 39px;
  left: 0;
  z-index: 5;
  background: #fff;
  width: 100%;
  border: 1px solid #e7e7e7;
  display: none;
  max-height: 154px;
  overflow-y: scroll;
}
.enemyBullet-pop .shipping-title .total-shipping .item {
  transition: all 0.3s;
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  text-align: left;
  box-sizing: border-box;
}
.enemyBullet-pop .shipping-title .total-shipping .item:hover {
  background: #d0b8b8;
}
.enemy-tool {
  margin-top: 40px;
  margin-bottom: 90px;
  text-align: right;
}
.enemy-tool .prev-leave {
  font-size: 18px;
  color: #929292;
  text-decoration: underline;
  margin-right: 64px;
}
.enemy-tool button {
  width: 160px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 4px;
}
.enemy-tool button.submit {
  background: #9e6c01;
  color: #fff;
}
.go-window-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  right: 0;
  bottom: 0;
  margin: auto;
}
.go-window-pop:before {
  display: block;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.16);
}
.go-window-pop .form-tool {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1;
}
.go-window-pop .form-tool button {
  width: 140px;
  height: 40px;
  background: #fff;
  border: 1px solid #929292;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  font-family: NunitoSans-Bold;
}
.go-window-pop .form-tool button.cancel {
  color: #929292;
}
.go-window-pop .form-tool button.agree {
  border-color: #313131;
  margin-left: 22px;
}
.go-window-pop .agreement-pop {
  background: #fff;
  width: 500px;
  height: 360px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 55px 80px 0;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.18);
  font-size: 14px;
  line-height: 20px;
}
.go-window-pop .agreement-pop .thanks-title {
  font-size: 16px;
  margin-bottom: 10px;
}
#recaptcha-register {
  margin-top: 22px;
}
#recaptcha-login {
  margin-top: 30px;
}
#recaptcha-retrieve {
  margin-top: 30px;
}
/*2024-5-2 合规申请提示框*/
.compliance-application-pop {
  padding: 0 30px;
}
.compliance-application-pop .com-des {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  position: relative;
}
.compliance-application-pop .com-des .icon-tishi2 {
  position: absolute;
  left: -38px;
  font-size: 32px;
  color: #ebac5c;
  vertical-align: bottom;
}
.compliance-application-pop .hint-title {
  color: #382bbf;
}
.compliance-application-pop .hint-title:hover {
  text-decoration: underline;
}
.compliance-application-pop .below-des {
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
}
.compliance-application-pop .pop-ups-btns {
  margin-top: 20px;
  font-size: 18px;
  text-align: right;
}
.compliance-application-pop .pop-ups-btns .btn {
  display: inline-block;
  min-width: 220px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  padding: 0 10px;
  color: #fff;
  background-color: #20A0FF;
  text-align: center;
}
.compliance-application-pop .pop-ups-btns .btn:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
/*# sourceMappingURL=register-login_jp.css.map */