/* *
 * Created by zhangzhijie303 on 2020/5/19.
 */
/* *
 * Created by zhangzhijie303 on 2020/5/15.
 */
 html, body {
  margin: 0;
  padding: 0;
  border: none;
  background: #F6F7F8;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.clear {
  clear: both;
}

.column {
  height: 46px;
  background: white;
}

.column-ul {
  margin: 0 auto;
  width: 1060px;
}

.column-li {
  display: inline-block;
  padding: 0 30px;
  line-height: 46px;
  float: left;
  text-align: center;
  color: #333333;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
}

.column-li.active, .column-li:hover {
  color: #ffa14d;
  border-bottom: 4px solid #ffa14d;
}

[data-theme=wealth] .column {
  height: 46px;
  background: white;
}

[data-theme=wealth] .column-li.active, [data-theme=wealth] .column-li:hover {
  color: #a5845d;
  border-bottom: 4px solid #a5845d;
}

[data-theme=enterprise] .column {
  height: 46px;
  background: white;
}

[data-theme=enterprise] .column-li {
  color: #674010;
}

[data-theme=enterprise] .column-li.active, [data-theme=enterprise] .column-li:hover {
  color: #674010;
  border-bottom: 4px solid #674010;
}

.swiper-box {
  margin: 0;
  background: #FEFFFF;
  height: 36px;
  line-height: 36px;
}
.swiper-box img {
  position: absolute;
  width: 27px;
  left: 50%;
  top: 50%;
  margin-top: -13px;
  margin-left: -13px;
}

.icon_gonggao {
  position: relative;
  float: left;
  display: inline-block;
  width: 36px;
  height: 36px;
}

.swiper {
  display: inline-block;
  margin: 0 auto;
  width: 1004px;
  height: 60px;
  box-sizing: border-box;
  overflow: hidden;
}

.swiper a {
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
  min-width: 200px;
  text-decoration: none;
  color: #666666;
}
.swiper a:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666666;
}
.swiper a:link {
  color: #666666;
}
.swiper a:visited {
  color: #666666;
}
.swiper a:hover {
  color: #666666;
}
.swiper a:active {
  color: #666666;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right !important;
}

.line-grey {
  color: #e0dfdf;
}

.cursor-pointer {
  cursor: pointer;
}

.container {
  margin: 0 auto;
  width: 1060px;
}

p {
  margin: 0;
}

.header {
  background: white;
}

.short-links {
  margin: 20px 0;
  width: 100%;
  display: inline-block;
}
.short-links .title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #666666;
}
.short-links .links-group {
  float: left;
  padding-left: 34px;
  text-align: left !important;
}
.short-links .links-group h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1;
  color: #666666;
}
.short-links .links-group .links-inline {
  display: inline-block;
}
.short-links .links-group a {
  display: block;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  color: #999999;
  text-decoration: none;
  border-right: 1px solid #e0dfdf;
}

.footer {
  padding: 20px;
  font-size: 12px;
  color: #a7a7a7;
  background: white;
}
.footer a {
  position: relative;
  padding-left: 40px;
  width: 300px;
  text-decoration: none;
}
.footer a:link {
  color: #969798;
}
.footer a:visited {
  color: #969798;
}
.footer a:hover {
  color: #969798;
}
.footer a:active {
  color: #969798;
}
.footer a img {
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.footer .ipv6 {
  position: relative;
  padding-left: 40px;
}
.footer .ipv6 img {
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.swiper-wrapper {
  padding: 10px 0;
}

.swiper-pagination-bullet-active {
  background: white !important;
}

.banner {
  position: relative;
  width: 1920px;
  height: 350px;
  margin-left: -960px !important;
  left: 50%;
  text-align: center;
}
.banner .swiper-wrapper {
  margin: 0;
  padding: 0;
}
.banner .swiper-slide {
  width: 1920px !important;
  height: 350px;
}
.banner li {
  list-style: none;
}
.banner a {
  height: 350px;
  width: 100%;
  cursor: pointer;
  display: block;
}

.login-container {
  position: relative;
  width: 100%;
  height: 350px;
  top: -350px;
}
.login-container .container {
  position: relative;
}
.login-container .login-box {
  position: absolute;
  top: 26px;
  right: 56px;
  width: 260px;
  height: 290px;
  background: white;
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 200;
}

.login-button-group {
  padding: 30px;
}
.login-button-group a {
  box-sizing: border-box;
}

[data-theme=wealth] .login-container .login-box {
  background: #615c56;
}
[data-theme=wealth] .login-container .btn-submit {
  background: linear-gradient(to right, #a5845d, #dcbf9b) !important;
  border: none;
}
[data-theme=wealth] .login-container .btn-outline-submit, [data-theme=wealth] .login-container .btn-outline-pledge {
  background: transparent;
  border: 1px solid #d8c09a;
  color: #d8c09a;
}
[data-theme=wealth] .login-container .btn-outline-submit:hover, [data-theme=wealth] .login-container .btn-outline-pledge:hover {
  background: linear-gradient(to right, #a5845d, #dcbf9b) !important;
  color: white;
  border: 1px solid transparent;
}
[data-theme=wealth] .login-container .login-qrcode p {
  color: #d8c09a;
}

a.btn {
  text-decoration: none;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  float: unset;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-submit {
  background: #ffa14d;
  color: white;
  border: 1px solid #ffa14d;
}

.btn-outline-submit, .btn-outline-pledge {
  color: #ffbf14;
  border: 1px solid #ffbf14;
  background: white;
  font-weight: normal;
}

.btn-outline-submit, .btn-outline-pledge {
  color: #ffa14d;
  border: 1px solid #ffa14d;
  background: white;
}

.btn-default {
  color: #333333;
  background: #f5f5f4;
  border: 1px solid #e0dfdf;
}

.btn-outline-disabled {
  color: #888;
  border: 1px solid #888;
  background: white;
  cursor: not-allowed;
}

.btn-outline-submit, .btn-outline-pledge {
  color: #ffa14d;
  border: 1px solid #ffa14d;
  background: white;
  border-radius: 4px;
}

.btn-outline-submit:hover, .btn-outline-pledge:hover {
  color: white;
  background: #ffa14d !important;
}

.login-qrcode {
  display: inline-block;
  padding: 0 30px 30px;
  width: 100%;
  box-sizing: border-box;
}
.login-qrcode .qrcode-item {
  float: left;
  width: 45%;
  text-align: center;
}
.login-qrcode .qrcode-item img {
  width: 100%;
}
.login-qrcode .qrcode-item p {
  font-size: 12px;
  color: #666666;
}

.bread-crumb {
  padding: 20px 0;
  box-sizing: border-box;
}
.bread-crumb p {
  padding: 0 10px;
  border-left: 3px solid #FFA14D;
  box-sizing: border-box;
  font-size: 14px;
  color: #aeaeae;
}
.bread-crumb p .active {
  color: #585858;
}

.red {
  color: #e80000 !important;
}

.orange {
  color: #e80000 !important;
}

.green {
  color: #09b028 !important;
}

.mt-20 {
  margin-top: 20px;
}

.p-30 {
  padding: 30px;
}

.f-16 {
  font-size: 16px !important;
}

.banner-body {
  width: 100%;
  overflow: hidden;
}

.hover-box {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.hover-box:hover {
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -webkit-box-shadow: 0px 5px 15px #e5e5e5;
  -moz-box-shadow: 0px 5px 15px #e5e5e5;
  box-shadow: 0px 5px 15px #e5e5e5;
}

.shadow-radial:hover:before, .shadow-radial:hover:after {
  opacity: 1;
}

.shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(255, 120, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(255, 120, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}

.shadow-radial:before, .shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 8px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(255, 120, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(255, 120, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}

.shadow-radial {
  position: relative;
}

.shadow-radial:before,
.shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.th-sort {
  position: relative;
}

.sort img {
  position: absolute;
  right: 2px;
  height: 12px;
  width: 12px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-6px);
}
.sort .up, .sort .down {
  display: none;
}

[data-sort=common] .common {
  display: inline-block;
}
[data-sort=common] .up, [data-sort=common] .down {
  display: none;
}

[data-sort=up] .up {
  display: inline-block;
}
[data-sort=up] .common, [data-sort=up] .down {
  display: none;
}

[data-sort=down] .down {
  display: inline-block;
}
[data-sort=down] .up, [data-sort=down] .common {
  display: none;
}

.fund-operation-box {
  margin-top: 10px;
  padding: 30px;
  width: 100%;
  background: white;
  box-sizing: border-box;
}

.fund-operation-item {
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.fund-operation-label {
  margin-right: 30px;
  float: left;
  font-size: 14px;
}

.fund-operation {
  position: relative;
  float: left;
}
.fund-operation input {
  position: absolute;
  padding: 6px 12px;
  border: 1px solid #e0dfdf;
  width: 382px;
  border-radius: 4px;
}
.fund-operation .fund-operation-select {
  float: left;
  margin-right: 20px;
  padding: 0 8px;
  min-width: 70px;
  box-sizing: border-box;
  font-size: 14px;
  color: #353535;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.fund-operation .active {
  background: #ffa14d;
  color: white;
}
.fund-operation .active img {
  display: none;
}
.fund-operation img {
  position: absolute;
  left: 382px;
  top: 4px;
  width: 20px;
}
.fund-operation .fund-operation-item {
  display: inherit;
}

.fund-type,
.fund-income,
.fund-risk,
.fund-time,
.fund-status {
  border-bottom: 1px solid #e0dfdf;
}

.fund-time, .fund-status, .close {
  display: none;
}

.fund-operation-button {
  position: relative;
  display: inline-block;
  padding: 6px;
  margin-left: -129px;
  top: -7px;
  background: white;
  left: 50%;
  width: 258px;
  box-sizing: border-box;
  border: 1px solid #e0dfdf;
  border-top: 1px solid white;
  cursor: pointer;
}
.fund-operation-button .open, .fund-operation-button .close {
  font-size: 14px;
  color: #353535;
}
.fund-operation-button img {
  position: absolute;
  width: 8px;
  top: 50% !important;
  transform: translateY(-50%);
  right: 6px;
  left: auto !important;
}

.fund-income-item {
  position: relative;
}
.fund-income-item img {
  position: absolute;
  width: 8px;
  top: 50% !important;
  transform: translateY(-50%);
  right: 0;
  left: auto !important;
}

.fund-list table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
}
.fund-list table td, .fund-list table th {
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #353535;
  text-align: center;
  line-height: 14px;
}
.fund-list table span {
  color: #a7a7a7;
  font-size: 12px;
}
.fund-list table .fund-value {
  font-size: 14px;
  color: #585858;
}
.fund-list th {
  position: relative;
  font-weight: normal;
  background: #fff1e6;
}

.btn {
  padding: 3px 6px;
  font-size: 12px;
}

table .btn {
  padding: 2px 4px;
  font-size: 12px;
}

.btn-outline-pledge {
  color: #ffbf14;
  border: 1px solid #ffbf14;
}

.fund-operation-earnings {
  display: none;
  position: absolute;
  padding: 10px;
  top: 40px;
  width: 200px;
  background: white;
  box-sizing: border-box;
  border: 1px solid #999999;
  z-index: 10;
}

.arrow {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -11px;
  left: 20px;
  margin-left: -11px;
  border-bottom-color: #aaa;
  border-width: 11px;
  border-top-width: 0;
}

.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 10px;
  border-top-width: 0;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.fund-operation-earnings div {
  display: inline-block;
  width: 45%;
  font-size: 12px;
  cursor: pointer;
}

th {
  position: relative;
}

.fund-name {
  padding: 10px 15px !important;
  text-align: left !important;
}
.fund-name a {
  text-decoration: none;
  color: #353535;
}

.th-sort {
  padding: 10px 15px !important;
  width: 90px;
}

tbody > tr:hover {
  background: rgba(255, 191, 128, 0.1);
}

.fund-name:hover > a {
  color: #ffa14d;
}
.fund-name:hover > a span {
  color: #ffa14d;
}

.fund-empty {
  margin-top: 40px;
}
.fund-empty p {
  font-size: 20px;
  color: #999999;
}

select {
  display: inline-block;
  margin-right: 20px;
  padding-left: 10px;
  width: 120px;
  height: 30px;
  box-sizing: border-box;
  vertical-align: top;
  border-radius: 4px;
  border: 1px solid #c5c5c5;
  font-size: 14px;
}
