*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, button, textarea, p, blockquote, th, td, form, pre {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0
}

img {
  display: inline-block;
  border: none;
  vertical-align: middle;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3 {
  font-weight: 400;
}

h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

button, input, select, textarea {
  font-size: 100%;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

/** 初始化全局标签 **/
html {
  font-size: 14px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  box-sizing: border-box;
}

body {
  padding: 70px 0 0 0;
  margin: 0;
  height: auto;
  width: 100%;
  min-width: 1040px;
  font-family: "Microsoft YaHei", "Hiragino Sans GB", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
  font-size: 14px;
  line-height: 1.33;
  background-color: #f2f2f2;
}

hr {
  height: 1px;
  margin: 10px 0;
  border: 0;
  clear: both;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #777;
}

a cite {
  font-style: normal;
  *cursor: pointer;
}

.active {
  background-color: #b5b5b5a1;
  border-bottom: 3px solid #ffffff;
  height: 70px;
  margin: 0px !important;
  line-height: 70px !important;
}

/** every header开始 **/
.header {
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 100;
  padding: 0;
  box-shadow: none;
  position: fixed;
  background: #1B3F9E;
}

.header .header-container {
  width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

.header .header-container .header-menu {
  background: transparent;
  box-shadow: none;
  margin: 0;
}

.header .header-container .header-menu .logo {
  /*width: 30px;*/
  height: 50px;
  line-height: 50px;
  margin: 10px 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
}

.header .header-container .header-menu .menu-item {
  padding: 0;
  float: right;
  margin: 20px 20px;
  line-height: 30px;
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  font-size: 15px;
  width: 80px;
  text-align: center;
}

/** every header结束 **/
/** every sidebar 开始 **/
.sidebar {
  right: 20px;
  top: 330px;
  z-index: 100;
  margin-top: -60px;
  position: fixed;
}

.sidebar .icon {
  width: 60px;
  height: 50px;
  cursor: pointer;
}

.sidebar .icon .icon-content {
  display: none;
}

.sidebar .icon:hover .icon-content {
  display: block;
}

.sidebar .icon .message {
  text-align: left;
  position: relative;
  right: 220px;
  width: 200px;
  height: 60px;
  line-height: 25px;
  background-color: #ff8c11;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px !important;
}

.sidebar .icon .image {
  position: relative;
  top: -175px;
  right: 289px;
  width: 269px;
  height: 357px;
  border-radius: 4px !important;
}

.sidebar .telephone {
  background: url(../img/index/sidebar/telephone.png) no-repeat;
  margin-bottom: 10px;
}

.sidebar .telephone:hover {
  background: url(../img/index/sidebar/telephone_hover.png) no-repeat;
  margin-bottom: 10px;
}

.sidebar .email {
  background: url(../img/index/sidebar/email.png) no-repeat;
  margin-bottom: 10px;
}

.sidebar .email:hover {
  background: url(../img/index/sidebar/email_hover.png) no-repeat;
  margin-bottom: 10px;
}

.sidebar .chat {
  background: url(../img/index/sidebar/wechat.png) no-repeat;
  margin-bottom: 10px;
}

.sidebar .chat:hover {
  background: url(../img/index/sidebar/wechat_hover.png) no-repeat;
  margin-bottom: 10px;
}

/** every sidebar 结束 **/
/** every footer 开始**/
.footer {
  text-align: center;
  background: #F8F8F8 !important;
}

.footer .footer-container {
  width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  color: #9694a0;
}

.footer .footer-container .copyright {
  color: #9694a0;
  line-height: 110px;
}

/** every footer 结束**/
/** index 开始**/
.section-body {
  position: relative;
  height: 760px;
  text-align: center;
}

.section-body .banner-bg, .section-body .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-body input {
  color: #959595;
  position: relative;
  margin-left: -50%;
  margin-top: 2%;
  width: 20%;
  height: 50px;
  font-size: 16px;
  line-height: 1.5;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #959595;
  background: none;
  text-align: left;
}

.imgSvg {
  position: relative;
  width: 5%;
  height: 5%;
  margin-left: -65px;
  color: #ff8c11
}

/* 时钟clock样式开始 */
#clock {
  width: 260px;
  padding: 20px 0 0 0;
  position: relative;
}

#clock:after {
  content: '';
  position: absolute;
  width: 400px;
  height: 20px;
  border-radius: 100%;
  left: 50%;
  margin-left: -200px;
  bottom: 2px;
  z-index: -1;
}

/*-------------------------
	Dark color theme
--------------------------*/


#clock.dark {
  color: #ff8c11;
}

#clock.dark:after {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

#clock.dark .digits div span {
  background-color: #ff8c11;
  border-color: #ff8c11;
}

#clock.dark .display {
  background-color: #0f1620;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset, 0 1px 1px #2d3642;
}

#clock.dark .digits div.dots:before,
#clock.dark .digits div.dots:after {
  background-color: #ff8c11;
}


/*-------------------------
	The Digits
--------------------------*/


#clock .digits div {
  text-align: left;
  position: relative;
  width: 28px;
  height: 50px;
  display: inline-block;
  margin: 0 2px;
}

#clock .digits div span {
  opacity: 0;
  position: absolute;

  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

#clock .digits div span:before,
#clock .digits div span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
}

#clock .digits .d1 {
  height: 3px;
  width: 9.6px;
  top: 0;
  left: 3.6px;
}

#clock .digits .d1:before {
  border-width: 0 3px 3px 0;
  border-right-color: inherit;
  left: -3px;
}

#clock .digits .d1:after {
  border-width: 0 0 3px 3px;
  border-left-color: inherit;
  right: -3px;
}

#clock .digits .d2 {
  height: 3px;
  width: 9.6px;
  top: 14.4px;
  left: 3.6px;
}

#clock .digits .d2:before {
  border-width: 1.8px 2.4px 1.2px;
  border-right-color: inherit;
  left: -4.8px;
}

#clock .digits .d2:after {
  border-width: 1.8px 2.4px 1.2px;
  border-left-color: inherit;
  right: -4.8px;
}

#clock .digits .d3 {
  height: 3px;
  width: 9.6px;
  top: 28.8px;
  left: 3.6px;
}

#clock .digits .d3:before {
  border-width: 3px 3px 0 0;
  border-right-color: inherit;
  left: -3px;
}

#clock .digits .d3:after {
  border-width: 3px 0 0 3px;
  border-left-color: inherit;
  right: -3px;
}

#clock .digits .d4 {
  width: 3px;
  height: 8.4px;
  top: 4.2px;
  left: 0;
}

#clock .digits .d4:before {
  border-width: 0 3px 3px 0;
  border-bottom-color: inherit;
  top: -3px;
}

#clock .digits .d4:after {
  border-width: 0 0 3px 3px;
  border-left-color: inherit;
  bottom: -3px;
}

#clock .digits .d5 {
  width: 3px;
  height: 8.4px;
  top: 4.2px;
  right: 10px;
}

#clock .digits .d5:before {
  border-width: 0 0 3px 3px;
  border-bottom-color: inherit;
  top: -3px;
}

#clock .digits .d5:after {
  border-width: 3px 0 0 3px;
  border-top-color: inherit;
  bottom: -3px;
}

#clock .digits .d6 {
  width: 3px;
  height: 8.4px;
  top: 19.2px;
  left: 0;
}

#clock .digits .d6:before {
  border-width: 0 3px 3px 0;
  border-bottom-color: inherit;
  top: -3px;
}

#clock .digits .d6:after {
  border-width: 0 0 3px 3px;
  border-left-color: inherit;
  bottom: -3px;
}

#clock .digits .d7 {
  width: 3px;
  height: 8.4px;
  top: 19.2px;
  right: 10px;
}

#clock .digits .d7:before {
  border-width: 0 0 3px 3px;
  border-bottom-color: inherit;
  top: -3px;
}

#clock .digits .d7:after {
  border-width: 3px 0 0 3px;
  border-top-color: inherit;
  bottom: -3px;
}


/* 1 */

#clock .digits div.one .d5,
#clock .digits div.one .d7 {
  opacity: 1;
}

/* 2 */

#clock .digits div.two .d1,
#clock .digits div.two .d5,
#clock .digits div.two .d2,
#clock .digits div.two .d6,
#clock .digits div.two .d3 {
  opacity: 1;
}

/* 3 */

#clock .digits div.three .d1,
#clock .digits div.three .d5,
#clock .digits div.three .d2,
#clock .digits div.three .d7,
#clock .digits div.three .d3 {
  opacity: 1;
}

/* 4 */

#clock .digits div.four .d5,
#clock .digits div.four .d2,
#clock .digits div.four .d4,
#clock .digits div.four .d7 {
  opacity: 1;
}

/* 5 */

#clock .digits div.five .d1,
#clock .digits div.five .d2,
#clock .digits div.five .d4,
#clock .digits div.five .d3,
#clock .digits div.five .d7 {
  opacity: 1;
}

/* 6 */

#clock .digits div.six .d1,
#clock .digits div.six .d2,
#clock .digits div.six .d4,
#clock .digits div.six .d3,
#clock .digits div.six .d6,
#clock .digits div.six .d7 {
  opacity: 1;
}


/* 7 */

#clock .digits div.seven .d1,
#clock .digits div.seven .d5,
#clock .digits div.seven .d7 {
  opacity: 1;
}

/* 8 */

#clock .digits div.eight .d1,
#clock .digits div.eight .d2,
#clock .digits div.eight .d3,
#clock .digits div.eight .d4,
#clock .digits div.eight .d5,
#clock .digits div.eight .d6,
#clock .digits div.eight .d7 {
  opacity: 1;
}

/* 9 */

#clock .digits div.nine .d1,
#clock .digits div.nine .d2,
#clock .digits div.nine .d3,
#clock .digits div.nine .d4,
#clock .digits div.nine .d5,
#clock .digits div.nine .d7 {
  opacity: 1;
}

/* 0 */

#clock .digits div.zero .d1,
#clock .digits div.zero .d3,
#clock .digits div.zero .d4,
#clock .digits div.zero .d5,
#clock .digits div.zero .d6,
#clock .digits div.zero .d7 {
  opacity: 1;
}


/* The dots */

#clock .digits div.dots {
  width: 5px;
}

#clock .digits div.dots:before,
#clock .digits div.dots:after {
  width: 3px;
  height: 3px;
  content: '';
  position: absolute;
  right: 5px;
  top: 6px;
}

#clock .digits div.dots:after {
  top: 23px;
}

/* 时钟clock样式结束 */
.dataBox {
  position: relative;
  width: 498px;
  height: 154px;
  background-color: #000;
  text-align: center;
  opacity: 0.5;
  margin: 18% auto 0 auto;
}

.dataBox p {
  font-size: 22px;
  line-height: 1.5;
}

.dataBox span {
  font-size: 22px;
  line-height: 2.5;
}

.dataBox td {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 3%;
}

/** index 结束**/
/** download 开始 **/
.section-download {
  position: relative;
  width: 700px;
  height: 250px;
  margin: 80px auto 0;
}

.section-download .download-image {
  float: left;
}

.section-download .download-content {
  padding: 25px 0 0 100px;
  float: left;
}

.section-download .download-content .download-title,
.section-applet .applet-content .applet-title {
  height: 40px;
  width: 200px;
  font-size: 25px;
  border-left: 2px solid #ff8c11;
}

.section-download .download-content .download-title span,
.section-applet .applet-content .applet-title span {
  padding-left: 20px;
}

.section-download .download-content .download-button {
  margin-top: 15px;
  background-color: #fff;
  width: 230px;
  height: 40px;
  box-shadow: 0px 0px 10px 0px #cac8c8;
  text-align: center;
  line-height: 2;
}

.section-download .download-content .download-button span {
  background-color: #fff;
  font-size: 20px;
  color: #ff8c11;
}

.section-applet {
  position: relative;
  width: 700px;
  height: 400px;
  margin: 120px auto 0;
}

.section-applet .applet-image {
  float: right;
}

.section-applet .applet-content {
  padding: 65px 0 0 0;
  float: left;
}

.section-applet .applet-content .applet-detail {
  font-size: 16px;
  color: #9e9e9f;
  margin-top: 15px;
  margin-left: 20px;
}

/** download 结束 **/
/** Q&A 开始**/
.section-qa {
  position: relative;
  width: 850px;
  /*height: 680px;*/
  margin: 60px auto 60px;
}

.section-qa .qa-title {
  height: 35px;
  width: 150px;
  margin: 25px 0;
  font-size: 25px;
  border-left: 2px solid #ff8c11;
}

.section-qa .qa-title span {
  padding-left: 20px;
}

.section-qa .qa-content {
  position: relative;
  /*height: 560px;*/
  /*background-color: #ffffff;*/
  /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);*/
}

.section-qa .qa-content {
  padding: 0;
  margin: 30px 0;
  /*height: 150px;*/
  /*border-bottom: 1px solid #e1e1e1;*/
}

.section-qa .qa-content .qa-item-question {
  font-size: 23px;
  height: 40px;
  color: #000000;
  border-left: 2px solid #ff8c11;
  border-bottom: 2px solid #F2F2F2;
  box-sizing: border-box;
}

.section-qa .qa-content .qa-item-question span {
  padding-left: 20px;
}

.section-qa .qa-content .qa-item-answer {
  line-height: 30px;
  padding: 20px 20px 20px 0;
  /*padding: 20px;*/
  font-size: 16px;
  color: #7a7981;
}

.section-qa .qa-content .fix-price table{
  width: 100%;
}

.section-qa .qa-content .fix-price table td{
  text-align: center;
}

.section-qa .qa-content .qa-item-answer table {
  width: 100%;
  margin: 10px 0;
}

.section-qa .qa-content .qa-item-answer table .qa-table-cell-left {
  width: 20%;
}

.section-qa .qa-content .qa-item-answer table .qa-table-cell-right {
  width: 80%;
}

.section-qa .qa-content .qa-item-answer table div {
  padding: 10px;
}

/** Q&A  结束**/
/** about 开始 **/
.section-introduce,
.section-product {
  position: relative;
  width: 850px;
  height: 250px;
  margin: 80px auto 0;
}

.section-introduce .introduce-image {
  float: left;
  width: 320px;
  height: 110px;
}

.section-introduce .introduce-image img {
  width: 100%;
  height: 100%;
}

.section-introduce .introduce-content {
  padding: 0 0 0 80px;
  float: left;
}

.section-introduce .introduce-content .introduce-title,
.section-product .product-content .product-title,
.section-subscription .subscription-content .subscription-title {
  height: 40px;
  width: 200px;
  font-size: 25px;
  border-left: 2px solid #ff8c11;
}

.section-introduce .introduce-content .introduce-title span,
.section-product .product-content .product-title span,
.section-subscription .subscription-content .subscription-title span {
  padding-left: 20px;
}

.section-introduce .introduce-content .introduce-detail,
.section-product .product-content .product-detail,
.section-subscription .subscription-content .subscription-detail {
  width: 350px;
  line-height: 30px;
  font-size: 16px;
  color: #7a7981;
  margin-top: 15px;
}

.section-product .product-image {
  float: right;
}

.section-product .product-content {
  padding: 0;
  float: left;
}

.section-subscription {
  position: relative;
  width: 850px;
  height: 400px;
  margin: 120px auto 0;
}

.section-subscription .subscription-image {
  float: left;
}

.section-subscription .subscription-content {
  padding: 0 0 0 130px;
  float: left;
}

/** about 结束 **/
/** login 开始 **/
.section-login {
  position: relative;
  width: 1000px;
  height: 660px;
  margin: 0 auto;
  overflow: hidden;
}

.errorAlert {
  float: left;
  margin-left: 30px;
  font-size: 16px;
  margin-top: 12px;
  color: #ff8c11;
}

.section-login .login-image {
  float: left;
  margin-top: 130px;
}

.section-login .login-form {
  height: 380px;
  width: 400px;
  margin-top: 190px;
  background-color: #ffffff;
  float: right;
}

.section-login .login-form .login-form-item {
  width: 100%;
  height: 43px;
  position: relative;
  margin: 40px 0 0 0;
}

.section-login .login-form .login-form-item .login-form-item-icon {
  float: left;
  margin-top: 10px;
  margin-left: 30px;
  padding: 0 15px 0 15px;
  color: #cccccc;
  height: 32px;
  border-bottom: 1px solid #ced4da;
}

.section-login .login-form .login-form-item .mobile {
  background: url(../img/login/mobile.svg) no-repeat;
}

.section-login .login-form .login-form-item .lock {
  background: url(../img/login/lock.svg) no-repeat;
}

.section-login .login-form .login-form-item .login-form-item-icon span {
  padding: 10px 15px;
  line-height: 1.5;
  white-space: nowrap;
}

.section-login .login-form .login-form-item input {
  color: #7a7981;
  position: relative;
  width: 73%;
  height: 42px;
  padding: 10px 20px;
  margin-right: 30px;
  font-size: 16px;
  line-height: 1.5;
  background-clip: padding-box;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ced4da;
}

/** 修改placeholder样式 开始 **/
/* 使用webkit内核的浏览器 */
.section-login .login-form .login-form-item input::-webkit-input-placeholder {
  font-size: 15px;
  color: #c5c5c5;
}

/* Firefox版本4-18 */
.section-login .login-form .login-form-item input:-moz-placeholder {
  font-size: 15px;
  color: #c5c5c5;
}

/* Firefox版本19+ */
.section-login .login-form .login-form-item input::-moz-placeholder {
  font-size: 15px;
  color: #c5c5c5;
}

/* IE浏览器 */
.section-login .login-form .login-form-item input:-ms-input-placeholder {
  font-size: 15px;
  color: #c5c5c5;
}

/** 修改placeholder样式 结束 **/

.section-login .login-form .login-form-item .account-prefix {
  float: left;
  color: #cccccc;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #ced4da;
}

.section-login .login-form .login-form-item .account {
  width: 68%;
}

.section-login .login-form .login-form-item .password {
  padding-left: 0;
}

.section-login .login-form .login-form-forget-password {
  float: right;
  margin: 15px 35px;
}

.section-login .login-form .login-form-forget-password a {
  color: #7b7a82;
}

.section-login .login-form .login-form-submit-button {
  cursor: pointer;
  border-width: 0;
  padding: 7px 14px;
  font-size: 14px;
  margin: 60px 37px 0 37px;
  width: 326px;
  color: #FFFFFF;
  background-color: #ff8c11;
  border-radius: 20px;
}

/** login 结束 **/
/** 注册模态框 样式   开始 **/
.modal-content {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 600px;
  min-height: 550px;
  margin-top: -250px;
  padding-bottom: 50px;
  margin-left: -300px;
  border-radius: 3px;
  background: #fff;
}

.step {
  height: 40px;
  margin-top: 20px;
  margin-left: 42px;
  line-height: 40px;
  overflow: hidden;
  border-radius: 1px;
}

.step li {
  position: relative;
  box-sizing: border-box;
  width: 170px;
  padding: 0 0 0 40px;
  float: left;
  background-color: #efeded;
}

.step li.active {
  background-color: #ff8c11;
  color: #fff;
}

.step li:after, .step li:before {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.step li:after {
  right: -40px;
  top: 0;
  border-width: 20px;
  border-color: transparent transparent transparent #efeded;
  z-index: 2;
}

.step li:before {
  right: -48px;
  top: -4px;
  border-width: 24px;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
}

.step li.active:after {
  border-color: transparent transparent transparent #ff8c11;
}

.form-wrap {
  width: 400px;
  margin: 0 auto;
  position: relative;
  padding-top: 43px;
}

.reg-box .form-wrap {
  position: relative;
  padding-top: 43px;
}

.reg-box .step1 .step-title, .reg-box .step3 .step-title {
  color: #666;
  font-size: 16px;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 20px;
}

.fx-form-control.phone-num {
  position: relative;
}

.phone-num {
  z-index: 2;
}

.fx-form-control {
  position: relative;
  margin-top: 20px;
}

.select-area {
  display: inline-block;
  color: #999;
  width: 50px;
  height: 30px;
  cursor: pointer;
  line-height: 30px;
  padding-right: 30px;
  padding-left: 10px;
  top: 8px;
  letter-spacing: 1.2px;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.icon {
  background-size: cover;
  background-repeat: no-repeat;
}

.ipt-phone-num {
  width: 205px;
  padding-right: 100px;
}

.fx-form-control.phone-num .ipt-phone-num {
  padding-left: 93px;
  width: 400px;
}

.fx-ipt {
  width: 400px;
  height: 42px;
  line-height: 26px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  letter-spacing: 0;
  color: #333;
  padding-left: 15px;
}

a, button, input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

input, select {
  vertical-align: middle;
}

.fx-form-control.validate-code {
  margin-top: 20px;
}

.fx-form-control {
  position: relative;
  margin-top: 20px;
}

.fx-btn {
  background-color: #ff8c11;
  color: #fff;
}

.fx-btn, .fx-btn-text {
  width: 400px;
  height: 44px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}

.findpwd-box .step1 .btn-refresh-imgcode, .reg-box .step1 .btn-refresh-imgcode {
  width: 88px;
  height: 30px;
  overflow: hidden;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1.1px;
  color: #333;
  line-height: 30px;
  border-radius: 4px;
  background-color: #f4f4f4;
  right: 6px;
  top: 6px;
}

.findpwd-box .getphonecode, .reg-box .getphonecode {
  font-size: 16px;
  width: 108px;
  height: 44px;
  line-height: 44px;
  background-color: #f8a200;
  position: absolute;
  right: 0;
  top: 0;
}

.btn-refresh-imgcode {
  top: 0;
  height: 35px;
}

.btn-refresh-imgcode, img.imgcode {
  cursor: pointer;
  width: 80px;
  right: 0;
  position: absolute;
}

.findpwd-box .getphonecode .loading, .reg-box .getphonecode .loading {
  height: 44px;
  display: block;
}

.hide {
  display: none !important;
}

.reg-box .step1 .btn-back {
  margin-top: 30px;
}

.findpwd-box .btn-back, .reg-box .btn-back {
  text-align: center;
  margin-top: 30px;
}

.fx-form-control {
  position: relative;
  margin-top: 20px;
}

.icon.icon-arrow-o-l {
  display: inline-block;
  width: 7px !important;
  height: 12px !important;
}

.icon {
  background-size: cover;
  background-repeat: no-repeat;
}

.fx-text-orange {
  color: #ff8c11;
  font-size: 13px;
}

.reg-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  min-height: 550px;
  margin-top: -250px;
  padding-bottom: 50px;
  margin-left: -300px;
  border-radius: 3px;
  background: #fff;
}

.title {
  display: none;
  margin-bottom: 35px;
  padding-top: 25px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #333;
  letter-spacing: .2px;
}

.pwd-level-tip, .pwd-level .tip {
  font-size: 12px;
  line-height: 14px;
  color: #adadad;
  padding-left: 5px;
  text-align: left;
}

.pwd-level-tip {
  margin: 10px 0;
}

.reg-box .step4 {
  margin-top: 60px;
  padding-top: 0;
}

.reg-box .step4 .info-success {
  text-align: center;
}

.reg-box .step4 .info-desc {
  margin: 10px auto 0;
  color: #333;
  font-size: 28px;
  vertical-align: middle;
}

.reg-box .step4 .info-content {
  padding: 35px 0 5px;
}

.reg-box .step4 .info-list {
  color: #333;
  font-size: 14px;
}

.reg-box .step4 .info-list li {
  margin: 0 0 10px;
  line-height: 24px;
}

.reg-box .step4 .info-list label {
  width: 74px;
  color: #999;
}

.reg-box .step4 .info-list p {
  overflow: hidden;
}

.reg-box .step4 .info-content hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

.reg-box .step4 .btn-go-login {
  margin: 0 0 10px;
}

.main {
  background: #888 url(//www.fspage.com/web-reg/build/assets/images/bg.409cc957.png);
  background-position: 0 0;
  background-size: 100% 100%;
  min-height: 100%;
}

.same {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: 0;
  height: 40px;
}

.btn {
  width: 25%;
  margin-left: 1%;
  background-color: #ff8c11;
  color: #ffffff;
}

.info-content .info-list input:disabled {
  background-color: #ffffff;
}

.businessInfo {
  margin-left: 20px;
  border: 0px;
  outline: none;
  cursor: pointer;
  height: 20px;
  width: 320px;
}

/** 注册模态框 样式   结束 **/
/** 注册模态框 遮罩  开始 **/
.none {
  display: none;
}

.edit_popup {
  z-index: 100;
  position: fixed;
  top: 100px;
  left: 100px;
  width: 300px;
  height: 300px;
  background-color: #2aabd2;
}

.edit_popup .title {
  height: 40px;
  position: relative;
}

.edit_popup .btn_close {
  position: absolute;
  right: 10px;
  top: 10px;
}

#edit_mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: rgb(0, 0, 0);
  z-index: 9;
}

a {
  text-decoration: none;
}

/** 注册模态框 遮罩   结束 **/
