html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
html,   
body {
  height: 100%;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: ' ';
}

.clearfix:after {
  clear: both;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
  'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #495060;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

ul,
ol {
  list-style: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

a {
  color: #298dff;
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.2s ease;
}
a:hover {
  color: #8fc3ff;
}
a:active {
  color: #107fff;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
a[disabled] {
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}

code,
kbd,
pre,
samp {
  font-family: Consolas, Menlo, Courier, monospace;
}

/*
  赵川
  2021.09.13
  单独适配IE的login页scss
  该文件在./index.ejs中引入，所以放入./static文件夹下，保证在编译后的./dist/index.html文件中能访问
  scss注释不能用单行注释//
  文件模板来源于./src/hsfundPortalBasic/styles/components/common.scss
*/

/*
    王家瑞
    2020.10.14
    开始
*/

/*---背景色 ---*/
.bg-f {
  /*白色*/
  background: #fff;
}

/*---鼠标 ---*/
.cursor-pointer {
  cursor: pointer;
}

/*---文本 ---*/
.text-center {
  text-align: center;
}

.float-l {
  float: left;
}
.float-r {
  float: right;
}
.position-r {
  position: relative;
}
.position-a {
  position: absolute;
}
.position-f {
  position: fixed;
}

/*flex布局开始*/
.flex {
  display: -webkit-flex; /*Safari*/
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-row {
  /*横向从左布局*/
  flex-direction: row;
}
.flex-row-reverse {
  /*横向从右布局*/
  flex-direction: row-reverse;
}
.flex-column {
  /*垂直从上布局*/
  flex-direction: column;
}
.flex-column-reverse {
  /*垂直从下布局*/
  flex-direction: column-reverse;
}
.flex-wrap {
  /*换行，第一行在上*/
  flex-wrap: wrap;
}
.flex-nowrap {
  /*不换行*/
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  /*换行，第一行在下*/
  flex-wrap: wrap-reverse;
}
.justify-start {
  /*左对齐（默认）*/
  justify-content: flex-start;
}
.justify-center {
  /*居中对齐*/
  justify-content: center;
}
.justify-end {
  /*右对齐*/
  justify-content: flex-end;
}
.justify-between {
  /*两端对齐，项目之间的间隔都相等*/
  justify-content: space-between;
}
.justify-around {
  /*每个项目两侧的间隔相等，项目之间的间隔比项目与边框的间隔大一倍*/
  justify-content: space-around;
}
.align-start {
  /*垂直顶部对齐*/
  align-items: flex-start;
}
.align-center {
  /*垂直居中对齐*/
  align-items: center;
}
.align-end {
  /*垂直底部对齐*/
  align-items: flex-end;
}
.align-baseline {
  /*项目的第一行文字的基线对齐*/
  align-items: baseline;
}
.align-stretch {
  /*如果项目未设置高度或设为auto，将占满整个容器的高度*/
  align-items: stretch;
}

/*多行情况下，垂直方向的布局*/
.align-content-start {
  /*所有行顶部对齐*/
  align-content: flex-start;
}
.align-content-center {
  /*所有行居中对齐*/
  align-content: center;
}
.align-content-end {
  /*所有行底部对齐*/
  align-content: flex-end;
}
.align-content-between {
  /*上下两端对齐，行之间间距相等*/
  align-content: space-between;
}
.align-content-around {
  /*所有行两侧间距相等，两端间距是行间距一半*/
  align-content: space-around;
}
.align-content-stretch {
  /*所有行占满整个容器的高度，平分容器高度*/
  align-content: stretch;
}
.flex-1 {
  flex: 1;
}

.loginStyle,
.login-page {
  height: 100%;
}

.h-form-item-content {
  line-height: 42px !important;
  height: 42px;
}

.login-page {
  display: flex;
  width: 100%;
  flex-direction: column;
  height: 100%;
}

.login-page .login-header {
  display: flex;
  align-items: center;
  height: 72px;
  background: #fff;
  padding: 10px;
  width: 100%;
}

.login-page .login-header .header-line {
  width: 1px;
  height: 30px;
  background: #ccc;
  margin: 24px;
}

.login-page .login-header .header-name {
  font-family: PingFangSC-Medium;
  font-size: 21px;
  color: #333333;
  font-weight: 600;
  letter-spacing: 2px;
}

.login-page .login-body {
  height: 100%;
  background-image: url('../img/loginGdzq.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.login-page .login-body .login-content {
  height: 400px;
  width: 80%;
  margin: 10% auto;
}

.login-page .login-body .login-content .login-text,
.login-page .login-body .login-content .login-form {
  width: 50%;
}

.login-page .login-body .login-content .login-text .login-carousel {
  font-size: 12px;
  height: 360px;
  width: 500px;
  margin: auto;
  margin-top: 30px;
}

.login-carousel .title {
  font-size: 36px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 60px;
  text-align: center;
}

.login-carousel .content {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  text-align: left;
  letter-spacing: 2px;
  text-indent: 20px;
}

.login-foot {
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  height: 100px;
  bottom: 0px;
  width: 100%;
  background: rgba(51,51,51,0.40);
}

.login-foot .foot-1,
.login-foot .foot-2,
.login-foot .foot-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 200px;
  margin-top: 10px;
}

.login-foot img {
  width: 50px;
  height: 50px;
}

.login-foot .foot-2 {
  width: 300px;
}

.service-type {
  font-size: 12px;
  background: #F6F6F6;
  padding: 10px;
  margin-top: 5px;
}

.service-type .step {
  display: inline-block;
  width: 60px;
}

.login-foot div {
  color: #fff;
}

.login-icon {
  width: 33px;
  border: 1px solid#ddd;
  border-right: 0px;
  border-radius: 2px;
}

.login-icon .login-form-icon {
  color: #666;
}

.login-form-input {
  border: 1px solid #ddd;
  border-left: 0px;
  width: 296px;
  text-indent: 10px;
}

.login-form-input:hover, .login-form-input:focus, .login-form-input:focus-visible {
  outline: none;
  /* border: 1px solid #ddd; */
}

.login-logo {
  background: url('../img/logo-loginGdzq.png') no-repeat;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 52px;
  width: 152px;
}

@media (max-width: 1380px) {
  .login-page .login-body .login-content  {
    margin-top: 5%;
  }
}

.login-box {
  display: flex;
  width: 632px;
  margin-top: 30px;
}

.login-box .login-left {
  width: 400px;
  background: #fff;
  z-index:13;
  border-right: 1px solid #ddd;
  padding: 32px 38px 16px 32px;
}

.login-box .login-left .form-title {
  display: flex;
  height: 28px;
  font-size: 16px;
  margin-bottom: 5px;
  justify-content: space-around;
}

.login-box .login-left .form-title .manage-title,
.login-box .login-left .form-title .investor-title
{
  color: #1890FF;
  font-weight: 600;
  float:left
}
.manage-title{
  border-bottom: 2px solid #1890FF;
}
.login-box .login-left .form-title .manage-title:hover,
.login-box .login-left .form-title .investor-title:hover {
  border-bottom: 2px solid #1890FF;
  cursor: pointer;
  transform: scale(1.2);
}
.login-left .login-form-input .h-input {

}

.login-left .login-btn {
  height: 42px;
  margin-top: 15px;
  line-height: 42px;
  background: #1890FF;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 20px;
  text-indent: 20px
}

.login-left .login-btn:hover {
  opacity: .8;
}

.login-left .forget-pwd {
  text-align: right;
  height: 20px;
  margin-top: 16px;
}

.login-left .forget-pwd span:hover {
  color: #1890FF;
}

.login-left .forgetPassword, .login-left .mobile-code {
  line-height: 40px;
  color: #999;
}

.login-left .forgetPassword:hover, .login-left .mobile-code:hover {
  color: #1890FF;
}

.login-left .login-error-info {
  color: #ff4d4f;
  height: 18px;
}

.login-left .login-error-info .h-icon {
  font-size: 12px;
}

.login-box .login-right {
  width: 232px;
  height: 356px;
  z-index: 11;
  padding: 32px 38px 16px 32px;
  background-color: #fff;
}

.login-cancel {
  border: 1px solid #1890FF;
  padding: 10px 20px;
  border-radius: 2px;
  margin-right: 10px;
  height: 40px;
}
.login-cancel:hover {
  cursor: pointer;
  color: #1890FF;
}

.login-submit {
  border: 1px solid #1890FF;
  background: #1890FF;
  padding: 10px 20px;
  border-radius: 2px;
  color: #fff;
  height: 40px;
}
.login-submit:hover {
  cursor: pointer;
  opacity: .8;
}

.user {
  display: flex;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 2px;
  line-height: 40px;
  justify-content: space-between;
  padding: 0px 10px;
  font-size: 14px;
  margin: 10px 40px;
  align-items: center;
}

.user .el-radio__input {
  margin-top: -1px;
}
.actived {
  border: 1px solid #3597f5;
}

.system_gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

.wx-input {
  width: 340px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #EDEDED;
  text-indent: 40px;
  margin-bottom: 10px;
}

.wx-login-icon {
  width: 40px;
  border-right: 0;
  border-radius: 2px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  color: #999;
  padding-left:10px;
}

.wx-input:focus{
  outline:none
}

.wx-input::placeholder {
  color: #999;
}
.wx-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  width: 420px;
  height: 400px;
}
