/* *
 * 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;
}
img{
	border: none;
}
.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: 20px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  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: 180px;
  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;
  font-weight:bold;
  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-type-box {
  padding: 20px 20px 0;
}
.login-type-box .login-type {
  display: inline-block;
  padding: 10px 0;
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}
.login-type-box .login-type.active {
  color: #ffa14d;
  border-bottom: 2px solid #ffa14d;
}

.login-button-group {
  padding: 20px;
}

.login-button-group button {
  margin: 0 5px;
  width: 100px;
  font-size: 16px;
  box-sizing: border-box;
}
.login-button-group .btn-outline-submit {
  margin: 0;
}

.login-button-group a {
  box-sizing: border-box;
  margin-right: 21px;
  margin-left: 5px;
}

.enterprise-customer {
  padding: 20px;
}
.enterprise-customer .btn {
  margin: 0 0 20px;
  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 {
  background: transparent;
  border: 1px solid #d8c09a;
  color: #d8c09a;
}
[data-theme=wealth] .login-container .btn-outline-submit: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 {
  color: #ffbf14;
  border: 1px solid #ffbf14;
  background: white;
  font-weight: normal;
}

.btn-outline-submit {
  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 {
  color: #ffa14d;
  border: 1px solid #ffa14d;
  background: white;
  border-radius: 4px;
}

.btn-outline-submit: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: #FF7800 !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;
}
.btn-ui-blue{
     background-color: #009688 !important;
     border: 1px solid #009688 !important;
     height: 30px !important;
 }
 .btn-ui-warm{
     background-color: #ff7800 !important;
     border: 1px solid #ff7800 !important;
     height: 30px !important;
 }
img {
  border: none;
}
.flow-manager-title {
   font-family: "PingFangSC-Regular", "PingFang SC", "Lantinghei SC", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
   margin-top: 15px;
   font-size: 14px;
   text-indent: 28px;
   color: #666;
}

.flow-manager-tips {
   font-family: "PingFangSC-Regular", "PingFang SC", "Lantinghei SC", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
   margin-top: 15px;
   font-size: 14px;
   text-indent: 28px;
   color: #666;
}
