/*
 * @Author: shu binqi 
 * @Date: 2020-03-02 15:01:06 
 * @Last Modified by: shu binqi
 * @Last Modified time: 2020-06-19 17:17:57
 */

/* reset.css */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
input[type=button], input[type=submit], input[type=reset], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
body {
	line-height: 1;
}
* {
  box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body,html {
  height: 100%;
}
/* reset.css */
a {
  text-decoration: none !important;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
ul,li,ol {
  list-style: none;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 公共分页 */
.page-pagination {
  text-align: center;
}
.page-pagination a {
  color: #333333;
  /* background: #f1f1f1; */
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 1px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  padding: 0;
}
.page-pagination a.jp-disabled {
  cursor: not-allowed;
}
.page-pagination a:hover,
.page-pagination a.jp-current {
  color: #fff;
  background: #df3849;
}
.page-pagination .jp-previous,
.page-pagination a.jp-next {
  display: inline-block;
  width: 24px;
}
.page-pagination .jp-previous {
  position: relative;
  text-indent: -9999px;
}
.page-pagination .jp-next {
  position: relative;
  text-indent: -9999px;
}
.page-pagination .jp-previous:after {
  content: "<";
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 30px;
  text-indent: 0;
  color: #333;
  text-align: center;
  line-height: 30px;
}
.page-pagination .jp-next:after {
  content: ">";
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 30px;
  text-indent: 0;
  color: #333;
  text-align: center;
  line-height: 30px;
}
.page-pagination .jp-previous:hover:after {
  color: #fff;
}
.page-pagination .jp-next:hover:after {
  color: #fff;
}
.page-common-center {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-common-center .page-pagination {
  display: inline-block;
}
.page-common-center input {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #333333;
  display: inline-block;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0 1px;
  font-size: 14px;
}
.page-common-center button {
  height: 30px;
  line-height: 28px;
  margin: 0 5px;
  padding: 0 3px;
  color: #333333;
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0 1px;
  font-size: 14px;
}
.page-common-center button:hover {
  color: #fff;
  background: #df3849;
  border: 1px solid #df3849;
}
/* 公共分页 */

.container {
  padding: 0 15px;
}
/* .header {
  height: 50px;
  width: 100%;
  position: relative;
  padding: 0 15px;
  background: #fff;
}
.navbar-header {
  padding: 10px 0;
  height: 50px;
}
.navbar-brand {
  display: block;
  height: 100%;
}
.navbar-brand img {
  height: 100%;
}
.navbar-nav {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  position: fixed;
  top: 50px;
  left: 0;
  padding: 5px 0;
  overflow: auto;
}
.navbar-nav li {
  border-top: 1px solid #e1e1e1;
}
.navbar-nav li:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.navbar-nav li a {
  display: block;
  height: 45px;
  line-height: 45px;
  color: #333;
  font-size: 14px;
  padding-left: 40px;
}
.nav-two {
  display: none;
}
.navbar-nav>li:hover .nav-two {
  display: block;
}
/* 导航按钮 */
/* .menu{display:block;float:right;cursor:pointer;height:30px;width:40px;background: #df3344;border-radius: 4px; position:absolute;top: 10px;right: 15px;}
.menu span{display:inline-block;width:20px;height:2px;background-color:#fff;border-radius: 5px;position:absolute;top:14px;left:10px;transition:background-color 0.2s ease-out 0.1s;}
.menu span:before{content:'';display:inline-block;width:20px;height:2px;background-color:#fff;border-radius: 5px;position:absolute;top:-6px;left:0px;transition:transform 0.1s ease-out,top 0.3s ease 0.2s;transform:rotate(0deg);}
.menu span:after{content:'';display:inline-block;width:20px;height:2px;background-color:#fff;border-radius: 5px;position:absolute;top:6px;left:0px;transition:transform 0.1s ease-out,top 0.3s ease 0.2s;transform:rotate(0deg);}
.header.menu_click .menu span{background-color:transparent;}
.header.menu_click .menu span:before{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(45deg);top:0px;}
.header.menu_click .menu span:after{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(-45deg);top:0px;} */
/* 首页 index */
.header {
  height: 60px;
  padding: 0 15px;
  background: #fff;
}
.navbar-header,
.navbar-brand {
  display: block;
  height: 30px;
  padding: 0;
  text-indent: -999px;
  padding-top: 10px;
  line-height: 1;
}
.navbar-brand img {
  height: 100%;
  display: block;
  border: 0;
}
.navbar-nav:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 84px 44px 0 0;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.navbar-nav>li>a {
  color: #fff;
  height: 100%;
  font-weight: 700;
  line-height: 85px;
  padding: 0;
  font-size: 18px;
}
.navbar-nav>li>a:hover span {
  display: block;
}
.navbar-nav>li>a span {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: -15px;
  font-size: 18px;
  line-height: 24px;
  color: #df3344;
  width: 100px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 9999;
}
.navbar-nav>li:hover>a {
  color: #df3344;
  background: #fff;
  position: relative;
}
.nav-code {
  position: relative;
}
.show-wxcode {
  display: none;
  position: absolute;
  left: 50%;
  top: 54px;
  margin-left: -50px;
  width: 100px;
  height: 104px;
  border-radius: 5px;
}
.nav-code:hover .show-wxcode {
  display: block;
  z-index: 99;
}
.footer {
  padding: 15px;
}
.footer ul {
  display: none;
}
.footer span {
  text-align: center;
  display: inline-block;
}
.index-main {
  padding: 0 15px;
}
.index-main > .index-bottom > div {
  width: 100%;
  margin-bottom: 20px;
}
.index-bottom > div > h3 {
  margin-bottom: 15px;
}
.menu{display:block;float:right;cursor:pointer;height:30px;width:30px;position:absolute;top: 3px;right: 12px;z-index: 999;}
.menu span{display:inline-block;width:26px;height:3px;background-color:#df3344;border-radius: 5px;position:absolute;top:25px;left:0px;transition:background-color 0.2s ease-out 0.1s;}
.menu span:before{content:'';display:inline-block;width:26px;height:3px;background-color:#df3344;border-radius: 5px;position:absolute;top:-9px;left:0px;transition:transform 0.1s ease-out,top 0.3s ease 0.2s;transform:rotate(0deg);}
.menu span:after{content:'';display:inline-block;width:26px;height:3px;background-color:#df3344;border-radius: 5px;position:absolute;top:9px;left:0px;transition:transform 0.1s ease-out,top 0.3s ease 0.2s;transform:rotate(0deg);}
.header.menu_click .menu span{background-color:transparent;}
.header.menu_click .menu span:before{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(45deg);top:0px;background-color:#fff;}
.header.menu_click .menu span:after{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(-45deg);top:0px;background-color:#fff;}
.header.menu_click .menu {
  z-index: 999;
}
.show-wxcode {
  z-index: 9999;
}
.navbar-nav {
  position: fixed;
  width: 250px;
  height: 100%;
  top: 0;
  right: -250px;
  padding: 0;
  margin: 0;
  z-index: 99;
  overflow: auto;
  background: #df3344;
  opacity: .95;
}
.navbar-nav:after {
  display: none;
}
.navbar-nav>li.icon,
.navbar-nav>li {
  width: 100%;
  height: auto;
  min-height: 55px;
  border-bottom: 1px solid #e74a5b;
  margin: 0;
  position: relative;
}
.navbar-nav>li.icon>a,
.navbar-nav>li>a {
  display: block;
  width: 100%;
  line-height: 54px;
  font-weight: 400;
  padding-left: 50px;
}
.navbar-nav>li> i {
  height: 54px;
  width: 55px;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  transition: all .5s;
}
.navbar-nav>li> i.rotate {
  transform: rotate(-90deg);
}
.navbar-nav>li> i:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: 2px;
  transform: rotate(-45deg);
  border-radius: 2px;
}
.navbar-nav>li> i:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -7px;
  transform: rotate(45deg);
  border-radius: 2px;
}
.navbar-nav>li:hover>a {
  background: #df3344;
  color: #fff;
}
.nav-two {
  /* position: relative; */
  padding: 20px 50px;
  background: #ebecf0;
  position: unset;
  display: none;
}
.nav-two .img-nav {
  display: none;
}
.nav-two ul {
  width: 100%;
}
.nav-two li {
  width: 100%;
}
.nav-two li {
  float: left;
  height: 40px;
  line-height: 40px;
}
.nav-two ul.one {
  width: 100%;
}
.nav-two li a {
  font-size: 16px;
  padding-left: 0;
}
.nav-two li a {
  display: block;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.nav-two li a:after {
  content: "";
  width: 14px;
  height: 3px;
  background: #df3445;
  transform: rotate(-60deg);
  position: absolute;
  left: 50%;
  top: 19px;
  margin-left: -50px;
  border-radius: 7px;
}
.nav-two li a:hover {
  color: #df3344;
}
.nav-two li a:after {
  display: none;
}
.navbar-nav>li:hover>a:before,
.navbar-nav>li>a:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 20px;
  top: 25px;
  border: 0;
  right: unset;
  background: #fff;
  transform: rotate(-60deg);
}
.user-banner {
  position: relative;
}
.user-banner h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #df3344;
  margin-bottom: 10px;
  text-align: center;
}
.user-banner .user-banner-psa {
  position: absolute;
  top: 55px;
  width: 100%;
}
.user-banner p {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: #df3344;
}
.user-head {
  background: url(/web/images/user-head-bg.png) no-repeat center center;
  background-size: cover;
  padding: 10px 20px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: -40px;
  z-index: 10;
  position: relative;
}
.user-head img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.38);
  vertical-align: middle;
  margin-right: 5px;
}
.user-head h2 span {
  font-size: 14px;
  line-height: 20px;
  width: 140px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.user-head h2 a {
  font-size: 10px;
  line-height: 54px;
  color: #d7d7d7;
  display: inline-block;
  vertical-align: middle;
}

.user-menu {
  margin: 0 -10px;
  padding-bottom: 25px;
}
.user-menu li {
  width: 25%;
  float: left;
  padding: 0 5px;
  margin-top: 35px;
}
.user-menu li a {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #666666;
}
.user-menu li i {
  font-size: 30px;
  display: inline-block;
  color: #df3344;
  margin-bottom: 15px;
}

/* 会员中心列表 */
.user-body {
  padding-top: 18px;
  background: #ebecf0;
}
.user-body > p {
  font-size: 12px;
  line-height: 20px;
  color: #333;
  margin-bottom: 5px;
  text-align: right;
}
.user-body > h2,
.user-body > h2 a {
  color: #df3344;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 12px;
  /* border-bottom: 2px solid #e3e4e6; */
  margin-bottom: 5px;
  position: relative;
}
.user-body > h2 {
  margin-top: 15px;
}
/* .user-body > h2:after {
  content: "";
  height: 2px;
  width: 20px;
  background: #df3344;
  position: absolute;
  left: 0;
  bottom: -2px;
} */
.user-list {
  min-height: auto !important;
}
.user-list li {
  margin-bottom: 12px;
}
.list-item .list-head {
  padding: 10px 15px;
  border-radius: 10px 10px 0 0;
}
.list-item .list-head i {
  font-size: 18px;
  line-height: 20px;
  color: #df3344;
  vertical-align: bottom;
  margin-right: 5px;
}
.list-item .list-head {
  background: #fff;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  vertical-align: middle;
}
.list-item .list-head span {
  font-size: 8px;
  line-height: 20px;
  color: #999999;
  vertical-align: middle;
}
.list-hide {
  display: none;
}
.show-more {
  width: 100%;
  text-align: center;
  background: #fff;
  border-radius: 0 0 10px 10px;
  margin-top: 10px;
}
.show-more i {
  display: inline-block;
  line-height: 30px;
  color: #000;
  transition: all .5s;
}
.show-more.active i {
  transform: rotate(180deg);
}
.list-item .list-body {
  background: #f6f6f6;
  padding: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.list-item .list-body span {
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 30px;
  color: #666;
  padding-left: 15px;
  padding-right: 15px;
  word-break: break-all;
}
/* .list-item .list-body span:nth-child(odd) {
  border-right: 1px solid #e1e1e1;
}
.list-item .list-body span:nth-child(even) {
  border-left: 1px solid #e1e1e1;
  margin-left: -1px;
} */
.list-item .list-body span a {
  display: inline-block;
  color: #cd1110;
  font-size: 12px;
  line-height: 30px;
}
/* 会员中心列表 */

/* 会员移动端详情页 */
.view-head {
  background: #df3344;
  padding-bottom: 60px;
  padding-top: 10px;
}
.view-head h2 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.view-head h2 i {
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
.view-head a.fl {
  margin-left: -3px;
}
.view-content {
  border-radius: 10px;
  margin-top: -40px;
}
.view-content h3 {
  font-size: 14px;
  line-height: 40px;
  color: #333333;
  background: #fff;
  border-radius: 10px 10px 0 0;
  padding: 0 10px;
}
.view-content h3 i {
  font-size: 14px;
  color: #df3344;
  margin-right: 10px;
}
.view-content p:last-child {
  border-radius: 0 0 10px 10px;
}
.view-content p {
  font-size: 12px;
  line-height: 36px;
}
.view-content p:nth-child(odd) {
  background: #fff;
}
.view-content p:nth-child(even) {
  background: #f6f6f6;
}
.view-content p span:first-child {
  color: #333333;
  display: inline-block;
  width: 30%;
  text-align: right;
}
.view-content p span:last-child {
  color: #666666;
  display: inline-block;
  width: 70%;
  text-align: left;
}
/* 会员移动端详情页 */

/* 登录页面 login */
.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.user-login {
  width: 100%;
  height: 100%;
  background: url(/web/images/login-bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 80px;
}
.login-tab {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 25px;
}
.tab-head {
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}
.tab-head span {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  display: inline-block;
  padding-bottom: 12px;
  margin-right: 20px;
  cursor: pointer;
}
.tab-head span:hover {
  color: #0173de;
}
.tab-head span.active {
  border-bottom: 2px solid #cd1110;
}
.login-input {
  margin-bottom: 20px;
}
.login-input input {
  width: 100%;
  line-height: 43px;
  border: 1px solid #dcdcdc;
  color: #000;
  font-size: 16px;
  border-radius: 5px;
  padding: 0 10px;
}
.login-verify input:focus,
.login-input input:focus {
  outline-color: #cd1110;
}
.login-verify {
  margin-bottom: 20px;
}
.login-verify input {
  width: 50%;
  line-height: 43px;
  border: 1px solid #dcdcdc;
  color: #000;
  font-size: 16px;
  border-radius: 5px;
  padding: 0 10px;
}
.login-verify input:nth-child(2) {
  background: #dddddd;
}
.login-verify img {
  height: 45px;
  vertical-align: middle;
  border-radius: 5px;
  float: right;
}
.login-reset {
  margin-bottom: 15px;
}
.login-reset a {
  display: block;
  font-size: 14px;
  color: #0173de;
  text-align: right;
}
.login-agree,
.form-agree {
  margin-bottom: 25px;
}
.form-agree label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  margin-right: 10px;
  background-size: 14px;
  font-size: 14px;
  color: #939393;
}
.form-agree input {
  opacity: 1;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
}
.form-agree a {
  color: #0173de;
}
.login-button button {
  width: 100%;
  height: 41px;
  line-height: 41px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #df3344;
  background: #df3344;
  border-radius: 5px;
}
.user-form p {
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  text-align: right;
}
.user-form p > a {
  color: #0173de;
  margin-left: 4px;
}
input::-webkit-input-placeholder {
  font-size: 16px;
  color: #939393;
}
/* 登录页面 login */

/* 注册页面 register */
.user-register {
  background: #f4f4f4;
  padding: 15px 15px 0 15px;
}
.register-box {
  padding: 15px 0 20px 0;
}
.register-main {
  max-width: 800px;
  margin: 0 auto;
}
.register-main p span {
  display: inline-block;
  vertical-align: bottom;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}
.register-main p span a {
  color: #df3344;
}
.register-main p > a {
  height: 24px;
  display: inline-block;
  vertical-align: bottom;
}
.register-main p > a img {
  height: 100%;
}
.register-head {
  background: #df3344;
  border-radius: 10px 10px 0 0;
}
.register-head h2 {
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
.register-head h2 a {
  color: #ffffff;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}
.register-head h2 a.active:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 6px;
}
.register-form {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 15px 10px 5px;
}
.form-item,
.register-agree,
.form-verify {
  width: 100%;
  margin: 0 auto 10px;
}
.form-item input {
  width: 100%;
  height: 45px;
  line-height: 43px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background: #f4f4f4;
  padding: 0 10px;
}
.form-item input:focus {
  outline-color: #df3344;
  background: #fff;
}
.form-item div select {
  width: 100px;
  height: 43px;
  margin-right: 5px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background: #f4f4f4;
  padding: 0 9px;
  font-size: 16px;
  color: #939393;
}
.form-item div select:last-child {
  margin-right: 0;
}
.form-item button {
  width: 100%;
  height: 45px;
  line-height: 43px;
  border-radius: 5px;
  background: #df3344;
  font-size: 18px;
  color: #fff;
  border: 1px solid #df3344;
}

.form-verify input:first-child {
  height: 45px;
  line-height: 45px;
  border: 1px solid #e1e1e1;
  background: #f4f4f4;
  border-radius: 4px;
  width: calc(100% - 140px);
  padding: 0 10px;
  font-size: 14px;
  margin-right: 10px;
  color: #000;
}
.form-verify input:first-child:focus {
  background: #fff;
  outline-color: #cd1110;
}
.form-verify img {
  height: 45px;
  vertical-align: middle;
  margin-left: -4px;
  width: 128px;
  border-radius: 5px;
  overflow: hidden;
}
.form-verify input:last-child {
  height: 45px;
  line-height: 45px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  width: 130px;
  padding: 0 10px;
  font-size: 14px;
  color: #000;
  background: #dddddd;
}
.form-verify input:last-child.disabled {
  opacity: 0.8;
  cursor: not-allowed;
  color: #666;
  background: #f4f4f4;
}
.form-input {
  margin-bottom: 0px;
}
button,
input {
  outline: none !important;
}

button:focus,
input:focus {
  outline: none !important;
}
.form-input input {
  height: 45px;
  line-height: 45px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
  background: #f4f4f4;
}
.form-input input:focus {
  outline-color: #df3344;
  background: #fff;
}
.form-verify input:last-child:hover {
  background: #df3344;
  color: #fff;
}
.form-button button {
  width: 48%;
  background-color: #df3344; /* Green */
  border: 2px solid #df3344;
  border-radius: 4px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 41px;
  text-align: center;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.form-button button.reset {
  background-color: #df3344; /* Green */
  border: 2px solid #df3344;
}
.form-button button.reset:focus {
  color: white;
  background-color: #df3344; /* Green */
  border: 2px solid #df3344;
}
.form-button button:first-child {
  margin-right: 2%;
}
.form-button button:hover {
  background-color: white; /* Green */
  border: 2px solid #df3344;
  border-radius: 4px;
  color: #000;
}
/* 注册页面 register */

/* 注册页面 register */
/* 修改密码页面 */
.user-page {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
.form-setting-data {
  margin-top: 0px;
}
.setting-item {
  margin-bottom: 10px;
}
.setting-item label {
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 6px;
  color: #666;
  padding-left: 1px;
}
/* .file-image {
  height: 80px;
}
.file-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.file-image span {
  font-size: 14px;
  color: #808080;
  cursor: pointer;
}
.file-image span:hover {
  color: #df3344;
} */
.setting-input input {
  height: 45px;
  line-height: 45px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  min-width: 360px;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
}
.setting-verify {
  display: flex;
}
.setting-verify input {
  display: inline-block;
}
.setting-verify img {
  height: 45px;
  width: 155px;
  vertical-align: middle;
  cursor: pointer;
}
.setting-verify input:first-child {
  height: 45px;
  line-height: 45px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  flex: 1;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
  margin-right: 10px;
  background: #f4f4f4;
}
.setting-verify input[type=button] {
  height: 45px;
  line-height: 43px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  color: #000;
  width: 143px;
  background: #dddddd;
  text-align: center;
}
.setting-verify input[type=button].disabled {
    opacity: 0.8;
    cursor: not-allowed;
    color: #666;
    background: #c9c9c9;
}
.setting-input input:focus,
.setting-verify input:first-child {
  outline-color: #df3344;
}
.setting-verify input:first-child:focus {
  background: #fff;
}

.setting-verify .input1 {
  height: 45px;
  line-height: 45px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
  margin-right: 10px;
  background: #f4f4f4;
}
.setting-verify .input2 {
  height: 45px;
  line-height: 45px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
}
.setting-verify .input2.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.setting-input input:focus,
.setting-verify .input1 {
  outline-color: #df3344;
}
.setting-verify .input1:focus {
  background: #fff;
}
.setting-verify .input2:hover {
  background: #df3344;
  color: #fff;
}
/* .form-button button {
  background-color: #df3344;
    border: 2px solid #df3344;
  border-radius: 4px;
  color: white;
  padding: 0 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 41px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
}
.form-button button:hover {
  background-color: white;
  border: 2px solid #df3344;
  border-radius: 4px;
  color: #000;
} */
/* 修改密码页面 */
/* 绑定手机号码成功 */

/* 绑定手机号码成功 */
.user-success {
  background: #fff;
  margin-top: 50%;
  padding: 40px 15px;
  border-radius: 5px;
}
.user-success p {
  text-align: center;
}
.user-success p i {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  font-size: 30px;
}
.user-success p a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background: #0088fe;
  color: #fff;
  font-size: 18px;
}
.user-success h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
  margin-bottom: 30px;
}
/* 绑定手机号码成功 */

/* 文件下载 */
.down-list {
  margin-top: 10px;
}
.down-list li {
  margin-bottom: 15px;
}
.down-list .list-item {
  background: #fff;
  border-radius: 4px;
  padding: 15px;
}
.down-list .list-item .item-left {
  width: 67%;
  float: left;
  padding-right: 5px;
}
.down-list .item-left h2 {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.down-list .list-item .item-right {
  width: 32%;
  float: right;
}
.down-list .item-right a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  background: #df3344;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.down-list .item-right a i {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
/* 文件下载 */

/*  */
.page-main {
  padding: 0px;
}
.page-container {
  background: #f8f8f8;
  padding: 20px 15px;
}
.page-container.page-bg-white {
  background: #fff;
}
/* 审核结果模拟 audit */
.audit-main {
  /* margin-top: 40px; */
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background: #fffaf8;
  padding: 20px 10px;
}
.audit-main h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #df3344;
  text-align: center;
  margin-bottom: 10px;
}
.audit-main h4 {
  font-size: 18px;
  font-weight: 700;
  color: #ddddde;
  text-align: center;
  margin-bottom: 12px;
}
.audit-main h4 span {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
.audit-main h4 span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #df3344;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  bottom: -10px;
}
.audit-main > p i {
  width: 50px;
  height: 2px;
  background: #df3344;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  display: none;
}
.audit-main .tab-hd {
  text-align: center;
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
}
.audit-main .tab-hd span {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333333;
  padding: 0 5px;
  margin: 0 30px;
  cursor: pointer;
}
.audit-main .tab-hd span.active {
  border-bottom: 3px solid #df3344;
}
.audit-input input[type=text] {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  height: 45px;
  line-height: 43px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding-left: 15px;
}
/* filter 下拉单选框美化 */
.filter-disabled {
	-moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.filter-box-c {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.filter-box-c select {
	display: none;
}
.filter-text {
	height: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	padding: 0 30px 0 10px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding-left: 15px;
}
.filter-text input {
	font-size: 14px;
}
.filter-text .filter-title {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: 0;
	background-color: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
  cursor: pointer;
  outline: none;
  font-size: 14px;
  font-weight: 700;
}
.filter-list {
	display: none;
	width: 100%;
	max-height: 300px;
	background-color: #fff;
	font-size: 14px;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 99;
	border: 1px solid #e6e6e6;
	overflow: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.filter-list li.filter-null a {
	color: #d2d2d2;
}
.filter-list li a {
	display: block;
  padding: 0 10px;
  font-size: 12px;
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.filter-list li:hover {
	background-color: #f2f2f2;
}
.filter-list li.filter-selected {
	background-color: #df3344;
}
.filter-list li.filter-selected a{
	display: block;
	color: #fff;
}
.filter-list li.filter-disabled {
	background-color: #fff;
}
.filter-list li.filter-disabled a{
	display: block;
	color: #d2d2d2;
}
.filter-list li.filter-disabled:hover a {
	cursor: not-allowed!important;
	background-color: #fff;
}
.icon {
	position: absolute;
}
.icon-filter-arrow {
	width: 8px;
	height: 6px;
	background-repeat: no-repeat;
  background-image: url(/web/images/icon_arrow_down_x2.png);
  background-size: 100%;
  right: 10px;
  top: 20px;
  transition: all .2s;
}
.icon-filter-arrow.filter-show {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.filter-list::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.filter-list::-webkit-scrollbar-track {
	background: #fff 
}
.filter-list::-webkit-scrollbar-thumb {
	background: #CBCBCB;
}
/* 下拉单选框美化 */
.audit-select,
.audit-chechbox,
.audit-button,
.audit-result {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.audit-select span,
.audit-input span,
.audit-chechbox span,
.audit-button span,
.audit-result span:first-child {
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  color: #000000;
  width: 100%;
  margin-right: 5px;
  display: block;
  text-align: left;
}
.audit-result span:last-child img {
  height: 22px;
  vertical-align: middle;
  margin-top: -2px;
}
.audit-select select {
  width: 340px;
  height: 45px;
  line-height: 43px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding-left: 15px;
}
.audit-button {
  text-align: center;
}
.audit-button span:first-child {
  display: none;
}
.audit-button input[type=button] {
  height: 45px;
  padding: 0 35px;
  text-align: center;
  border-radius: 5px;
  background: #df3344;
  font-size: 16px;
  color: #fff;
  border: 0;
  margin-right: 5px;
}
.audit-button input[type=reset] {
  height: 45px;
  padding: 0 35px;
  text-align: center;
  border-radius: 5px;
  background: #e7e7e7;
  font-size: 16px;
  color: #999999;
  border: 0;
}
.audit-border {
  padding-right: 0;
  margin-bottom: 10px;
}
.audit-border span {
  display: block;
  width: 100%;
  height: 10px;
  border-top: 1px dashed #c5c4c3;
  border-bottom: 1px dashed #c5c4c3;
}
/* .audit-result span:first-child {
  width: 130px;
  display: inline-block;
  text-align: right;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  color: #df3344;
  margin-right: 10px;
} */
.audit-tips {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  text-align: center;
}
.audit-tips p {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #666666;
  text-align: center;
}
/* 单选 */
.audit-chechbox>input{
  display: none;
}
.audit-chechbox>label{
  font-size: 12px;
  line-height: 16px;
  position: relative;
  margin-right: 2px;
  cursor: pointer;
}
.audit-chechbox>label::before{
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgb(219, 219, 219);
  margin-right: 6px;
  vertical-align: bottom;
}
.audit-chechbox>input:checked+label::before{
  background-color: #fff;
  border: 1px solid #df3344;
}
.audit-chechbox>input:checked+label::after{
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  bottom: 4px;
  background-color: rgb(239, 66, 56);
}
/* 单选 */
/* 审核结果模拟 audit */

/* 融资计算器 calculator */
.calculator {
  /* margin-top: 40px; */
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background: #fffaf8;
  padding: 0;
  overflow: hidden;
  width: 50%;
  margin: 0 auto 0 auto;
  transition: all .5s;
}
.calculator-left {
  width: 100%;
  padding: 45px 50px 50px 60px;
  margin: 0 auto;
  transition: all .5s;
}
.calculator-right .calculator-input h3,
.calculator-left .calculator-input h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #df3344;
  text-align: center;
  margin-bottom: 10px;
}
.calculator-right .calculator-input h3 img {
  height: 25px;
  transform: translateY(4px);
}
.calculator-right h3 > i {
  font-size: 24px;
}
.calculator-right .calculator-input h4,
.calculator-left .calculator-input h4 {
  font-size: 18px;
  font-weight: 700;
  color: #ddddde;
  text-align: center;
  margin-bottom: 25px;
}
.calculator-right .calculator-input h4 span,
.calculator-left .calculator-input h4 span {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
.calculator-right .calculator-input h4 span:after,
.calculator-left .calculator-input h4 span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #df3344;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 24px;
}
.calculator .calculator-input > p {
  position: relative;
  margin-bottom: 30px;
  display: none;
}
.calculator .calculator-input > p i {
  width: 50px;
  height: 2px;
  background: #df3344;
  position: absolute;
  left: 50%;
  margin-left: -25px;
}
.calculator.active {
  width: 100%;
}
.calculator-right.active {
  width: 50%;
}
.calculator-input {
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.calculator-input > i {
  font-size: 10px;
  color: #666;
  line-height: 15px;
  position: absolute;
  top: 40px;
  left: 100px;
  text-align: left;
  width: 162px;
}
.calculator-input > span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #000000;
  text-align: right;
  margin-right: 10px;
  width: 120px;
}
.calculator-input input[type=text] {
  outline-style: none ;
  border: 1px solid #dcdcdc; 
  border-radius: 5px;
  padding: 0px 15px;
  width: 263px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
  background: #fff;
  text-align: right;
}
.calculator-input select {
  outline-style: none ;
  border: 1px solid #dcdcdc; 
  border-radius: 5px;
  padding: 0px 15px;
  width: 263px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  margin-right: 5px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  font-size: 14px !important;
  color: #bcbcbc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size: 14px !important;
  color: #bcbcbc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 14px !important;
  color: #bcbcbc;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 14px !important;
  color: #bcbcbc;
}
.calculator-input input[type=button] {
  width: 263px;
  height: 40px;
  line-height: 38px;
  background: #df3344;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: 0;
  border-radius: 5px;
}
.calculator-input input#submit {
  width: 140px;
  height: 40px;
  line-height: 38px;
  background: #df3344;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: 0;
  border-radius: 5px;
  margin-right: 5px;
}
.calculator-input input#reset {
  padding: 0 30px;
  height: 40px;
  line-height: 38px;
  background: #e7e7e7;
  color: #999;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: 0;
  border-radius: 5px;
}
.calculator-border {
  padding-right: 0;
  margin-bottom: 10px;
}
.calculator-border span {
  display: block;
  width: 100%;
  height: 10px;
  border-top: 1px dashed #c5c4c3;
  border-bottom: 1px dashed #c5c4c3;
}
span.finish {
  font-size: 16px;
  /* font-weight: 700; */
  color: #df3344;
  /* padding-right: 10px; */
  width: 100%;
  text-align: center;
}
.calculator-right {
  display: none;
  width: 50%;
  max-height: 800px;
  padding: 45px 45px 55px 65px;
  position: relative;
  transition: all 2s;
}
.calculator-right .calculator-border {
  padding-right: 0;
}
.calculator-right > img {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -23px;
}
.calculator-right .calculator-text p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  padding-left: 8px;
  text-align: center;
  margin-top: 25px;
}

.calculator {
  width: 100%;
}
.calculator-left {
  padding: 20px 10px 15px 10px;
}
.calculator-input {
  margin-bottom: 20px;
}
.calculator-input.calculator-input-tip {
  margin-bottom: 35px;
}
.sm-tac {
  text-align: center;
}
.calculator-input > span {
  width: 100px;
  margin-right: 0px;
  font-size: 14px;
  font-weight: 700;
}
.calculator-input {
  font-size: 14px;
}
.calculator-input input[type=text] {
  width: 155px;
  padding: 0 20px;
  font-size: 14px;
  text-align: right;
}
.calculator-border {
  padding-right: 0;
  margin-bottom: 15px;
}
.calculator-right > img {
  position: absolute;
  left: 50%;
  top: 5px;
  margin-top: 0;
  transform: rotate(90deg);
  width: 40px;
  margin-left: -18px;
}
.calculator-input input[type=button] {
  width: 100%;
}
.calculator.active .calculator-left {
  width: 100%;
  box-shadow: none;
  border-bottom: 1px solid #eee;
}
.calculator-right {
  width: 100%;
  max-height: auto;
  padding: 60px 10px 20px 10px;
}
.calculator-input {
  margin-bottom: 20px;
}
.calculator-right .calculator-text p {
  font-size: 14px;
}
.calculator-left div:last-child span:first-child {
  display: none;
}
/* 融资计算器 calculator */
/* 二维码弹出隐藏 */
.fixed-code {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
.fixed-code .img-box {
  position: absolute;
  width: 240px;
  left: 50%;
  top: 50%;
  margin-left: -120px;
  margin-top: -120px;
}
.fixed-code .img-box > i {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/web/images/close.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: -45px;
  cursor: pointer;
}
.fixed-code .img-box img {
  width: 100%;
}
/* 二维码弹出隐藏 */
.down-excel {
  cursor: pointer;
}
.down-excel img.hover-hide {
  display: block;
  height: 20px;
  margin: 0 auto;
}
.down-excel img.hover-show {
  display: none;
  height: 20px;
  margin: 0 auto;
}
.down-excel span {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #000 !important;
  line-height: 20px;
}
.down-excel:hover img.hover-show {
  display: block;
}
.down-excel:hover img.hover-hide {
  display: none;
}
.down-excel:hover span {
  color: #df3344 !important;
}
img.hover-show-filter {
  display: block;
  height: 16px;
  margin: 4px auto;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #df3344 !important;
}
.imgspan {
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 6px;
  padding-left: 0px;
  padding-right: 0px;
  word-break: break-all;
}