@charset "utf-8";
/**
 * example:
 * .className {
 *   position: relative;
 *   &:after {
 *    .setLine([@color]);
 *   }
 * }
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* something properties add */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  /* add */
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/* add */
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0;
  font-weight: 400;
}
form,
ul,
ol,
dl,
dd,
p {
  margin: 0;
}
img {
  border: 0 none;
  vertical-align: bottom;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.bfc {
  overflow: hidden;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-row {
  display: block;
  width: 100%;
  height: auto;
}
[class*='bd-line'] {
  position: relative;
}
[class*='bd-line']:after {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  border: 0 solid #C0BFC4;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.bd-line-top::after {
  border-top-width: 1px;
}
.bd-line-bottom::after {
  border-bottom-width: 1px;
}
.bd-line-left::after {
  border-left-width: 1px;
}
.bd-line-right::after {
  border-right-width: 1px;
}
.bd-line-top-bottom::after {
  border-width: 1px 0;
}
.bd-line-surround::after {
  border-width: 1px;
}
.arrow-right {
  display: inline-block;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  padding: 0.25em;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow-up {
  display: inline-block;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  padding: 0.25em;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.arrow-down {
  display: inline-block;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  padding: 0.25em;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.arrow-left {
  display: inline-block;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  padding: 0.25em;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
body {
  font-size: 14px;
  color: #333;
}
.swiper-container {
  width: 100%;
}
.swiper-container img {
  display: block;
  width: 100%;
}
.red {
  color: #E6181D;
}
.m-title {
  padding-top: 60px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.m-line {
  text-align: center;
  margin: 20px 0 30px 0;
}
.m-line p {
  display: inline-block;
  position: relative;
  width: 250px;
  border-bottom: 2px solid #ccc;
}
.m-line p span {
  display: inline-block;
  width: 100px;
  height: 5px;
  background: #E6181D;
  margin-bottom: -8px;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.y-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.x-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.join-btn {
  display: block;
  width: 370px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  background: #f4383d;
  border-radius: 28px;
  font-size: 22px;
  margin: 0 auto;
  cursor: pointer;
}
.header {
  width: 100%;
  height: 78px;
}
.header .header-in {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  width: 100%;
  height: 78px;
}
.header .header-login {
  display: inline-block;
  width: 135px;
  height: 38px;
  background: url('images/logo.png') no-repeat;
  vertical-align: middle;
  background-size: cover;
}
.header .header-line {
  display: inline-block;
  width: 1px;
  height: 35px;
  background: #ccc;
  vertical-align: middle;
  margin: 0 10px;
}
.header .header-text {
  display: inline-block;
  font-size: 22px;
  color: #333;
  vertical-align: middle;
}
.header .header-left {
  float: left;
  margin-top: 20px;
}
.header .header-right {
  float: right;
  margin-top: 24px;
}
.header .header-right-item {
  padding: 9px 0;
  float: left;
  font-weight: 400;
  font-size: 16px;
  margin-right: 49px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .header-right-item:hover,
.header .header-right-item.active {
  color: #E6181D;
  border-bottom: 4px solid #E6181D;
}
.header .header-right-btn {
  float: left;
  width: 100px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #efefef;
  border-radius: 8px;
  cursor: pointer;
}
.header .header-right-btn:hover,
.header .header-right-btn.active {
  color: #fff;
  background: #E6181D; 
}
a:hover, a:focus {
  color: #fff;
  text-decoration: none;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.mask {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: 1000;
  text-align: center;
}
.mask img {
  margin-top: 10%;
}
.bar {
  position: fixed;
  right: 0px;
  z-index: 9999;
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #E6181D;
  border-radius: 4px;
  height: 55px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  cursor: pointer;
  overflow: hidden;
}
.bar img {
  width: 25px;
  margin: 0 15px;
}
.bar:nth-child(1) {
  top: 280px;
}
.bar:nth-child(1):hover,
.bar:nth-child(3):hover {
  width: 130px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.bar:nth-child(2) {
  top: 340px;
}
.bar:nth-child(2):hover {
  width: 170px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.bar:nth-child(3) {
  top: 400px;
}
.banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .bg-img {
  width: 100%;
  height: 580px;
}
.banner .join-from {
  position: absolute;
  height: 358px;
  width: 330px;
  background: #fff;
  right: 60px;
  top: 110px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99;
}
.banner .join-text {
  height: 44px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  text-shadow: 0px 1px 8px rgba(26, 107, 198, 0.6);
  margin: 20px 0 81px 0;
}
.banner .join-from-item {
  position: relative;
  margin-bottom: 20px;
}
.banner .join-from-item span {
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 12px;
  top: 11px;
}
.banner .join-from-item .icon1 {
  background: url(../images/name.png);
  background-size: 100%;
}
.banner .join-from-item .icon2 {
  background: url(../images/phone.png);
  background-size: 100%;
}
.banner .join-from-item .icon3 {
  background: url(../images/psw.png);
  background-size: 100%;
}
.banner .join-from-item input {
  width: 290px;
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  border-radius: 4px;
  padding-left: 40px;
  border: 1px solid #eee;
}
.banner .join-from-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  color: #333;
}
.banner .join-from-code img {
  width: 90px;
  height: 40px;
}
.banner .join-from-code input {
  width: 185px;
}
.banner .join-from-button {
  display: inline-block;
  width: 290px;
  height: 45px;
  line-height: 40px;
  background: #E6181D;
  border-radius: 21px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  outline: none;
  border: none;
}
.wrap-center {
  position: absolute;
  width: 1200px;
  height: 580px;
  margin-left: -600px;
  top: 0;
  left: 50%;
}
.wrap-center .top-button-next {
  background-image: url(../images/top-right.png);
  right: 0;
  left: auto;
}
.wrap-center .top-button-prev {
  background-image: url(../images/top-left.png);
  left: 0;
  left: auto;
}
.top-swiper-container .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  background: #E6181D;
  border-radius: 4px;
  opacity: 1;
  cursor: pointer;
}
.top-swiper-container .swiper-pagination-bullet-active {
  width: 50px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
}
.introduce {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 60px;
}
.introduce .right-content {
  width: 610px;
  height: 452px;
  margin-bottom: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 17px 1px rgba(204, 204, 204, 0.35);
          box-shadow: 0px 1px 17px 1px rgba(204, 204, 204, 0.35);
  padding: 22px;
  font-size: 16px;
  line-height: 32px;
}
.introduce .right-content .bd-img {
  text-align: center;
  padding-top: 20px;
  cursor: pointer;
}
.introduce .right-content .text_1{ font-size:28px; font-weight: bold; color:#E6181D;margin-top: 46px; margin-bottom: 20px;}
.introduce .right-content .text_2{margin-bottom: 40px;}
.equity {
  background: #F1EFF9;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  opacity: 0.83;
}
.equity .equity-content .nav-list {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  width: 160px;
  height: 160px;
  padding-top: 34px;
  background: url(../images/icon-bg.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
.equity .equity-content .nav-list .icon {
  width: 65px;
  height: 65px;
  margin: 0 auto;
}
.equity .equity-content .nav-list .icon1 {
  background: url(../images/icon1.png) no-repeat center;
  background-size: 100%;
}
.equity .equity-content .nav-list .icon2 {
  background: url(../images/icon2.png) no-repeat center;
  background-size: 100%;
}
.equity .equity-content .nav-list .icon3 {
  background: url(../images/icon3.png) no-repeat center;
  background-size: 100%;
}
.equity .equity-content .nav-list .icon4 {
  background: url(../images/icon4.png) no-repeat center;
  background-size: 100%;
}
.equity .equity-content .nav-list .icon5 {
  background: url(../images/icon5.png) no-repeat center;
  background-size: 100%;
}
.equity .equity-content .nav-list.active,
.equity .equity-content .nav-list:hover {
  background: url(../images/icon-bg-active.png) no-repeat center;
  background-size: 100%;
  color: #fff;
}
.equity .equity-content .nav-list.active .icon1,
.equity .equity-content .nav-list:hover .icon1 {
  background: url(../images/icon1-active.png) no-repeat center;
  background-size: 100%;
}
.equity .equity-content .nav-list.active .icon2,
.equity .equity-content .nav-list:hover .icon2 {
  background: url(../images/icon2-active.png) no-repeat center;
  background-size: 100%;
}
.equity .equity-content .nav-list.active .icon3,
.equity .equity-content .nav-list:hover .icon3 {
  background: url(../images/icon3-active.png) no-repeat center;
  background-size: 100%;
}
.equity .equity-content .nav-list.active .icon4,
.equity .equity-content .nav-list:hover .icon4 {
  background: url(../images/icon4-active.png) no-repeat center;
  background-size: 100%;
}
.equity .equity-content .nav-list.active .icon5,
.equity .equity-content .nav-list:hover .icon5 {
  background: url(../images/icon5-active.png) no-repeat center;
  background-size: 100%;
}
.equity .equity-content .swiper-box {
  background: #fff;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 30px 40px;
  position: relative;
}
.equity .equity-content .swiper-box .swiper-pagination {
  position: relative;
  margin-top: 10px;
}
.equity .equity-content .swiper-box .title {
  font-size: 22px;
  font-weight: bold;
}
.equity .equity-content .swiper-box .title::after {
  display: block;
  content: '••••••';
  color: #E4E4E4;
  letter-spacing: 5px;
  margin: 8px 0 10px 0;
}
.equity .equity-content .swiper-box .detail {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}
.equity .equity-content .swiper-box .circle {
  margin: 10px 0 15px 0;
}
.equity .equity-content .swiper-box .circle span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e4e4e4;
  border-radius: 50%;
  margin-right: 8px;
}
.equity .equity-content .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #ccc;
  opacity: 1;
  cursor: pointer;
  margin-left: 8px;
}
.equity .equity-content .swiper-pagination-bullet-active {
  background: #E6181D;
}
.member-type {
  padding-bottom: 60px;
}
.member-type .table {
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0;
  border: 1px solid #DDDDDD;
}
.member-type .table td {
  border-color: transparent;
  border-left: 1px solid #ddd;
  padding: 15px 3px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
}
.member-type .table td img {
  vertical-align: middle;
  width: 25px;
}
.member-type .table tr:first-child td {
  padding: 40px 0;
}
.member-type .table tr:first-child td:nth-child(1),
.member-type .table tr:first-child td:nth-child(3) {
  border-top: 10px solid #D5D5D5;
}
.member-type .table tr:first-child td:nth-child(2),
.member-type .table tr:first-child td:nth-child(4) {
  border-top: 10px solid #C7C7C7;
}
.member-type .table tr:first-child td:nth-child(5) {
  border-top: 10px solid #FF6444;
}
.member-type .table tr:first-child td:nth-child(6) {
  border-top: 10px solid #FF1010;
}
.member-type .table td {
  border-bottom: 1px solid #ccc;
}
.member-type .table tr td:nth-child(1) {
  border-bottom: none;
}
.member-type .table tr td.border {
  border-bottom: 1px solid #ccc;
}
.member-type .table .f-big {
  color: #292929;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
.member-type .table .f-big span {
  font-size: 20px;
  font-weight: bold;
  margin-left: 5px;
}
.member-type .table .f-small {
  color: #C8152D;
  font-size: 18px;
  font-weight: bold ;
}
.member-type .red {
  font-size: 18px;
  font-weight: bold;
  color: #E6181D;
}
.case {
  background: #F1EFF9;
  padding-bottom: 60px;
}
.case .tab-clicks .swiper-pagination-bullet {
  background: #fff;
  height: 55px;
  line-height: 55px;
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
}
.case .tab-clicks .swiper-pagination-bullet:nth-child(1) {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.case .tab-clicks .swiper-pagination-bullet:nth-child(6) {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.case .tab-clicks .swiper-pagination-bullet:hover,
.case .tab-clicks .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  background: -o-linear-gradient(4deg, #e6181d, #ff7d56);
  background: linear-gradient(86deg, #e6181d, #ff7d56);
}
.case .tab-clicks .swiper-pagination-bullet:hover .icon0,
.case .tab-clicks .swiper-pagination-bullet.swiper-pagination-bullet-active .icon0 {
  background: url(../images/icon6-active.png) no-repeat center;
  background-size: 100%;
}
.case .tab-clicks .swiper-pagination-bullet:hover .icon1,
.case .tab-clicks .swiper-pagination-bullet.swiper-pagination-bullet-active .icon1 {
  background: url(../images/icon7-active.png) no-repeat center;
  background-size: 100%;
}
.case .tab-clicks .swiper-pagination-bullet:hover .icon2,
.case .tab-clicks .swiper-pagination-bullet.swiper-pagination-bullet-active .icon2 {
  background: url(../images/icon8-active.png) no-repeat center;
  background-size: 100%;
}
.case .tab-clicks .swiper-pagination-bullet:hover .icon3,
.case .tab-clicks .swiper-pagination-bullet.swiper-pagination-bullet-active .icon3 {
  background: url(../images/icon9-active.png) no-repeat center;
  background-size: 100%;
}
.case .tab-clicks .swiper-pagination-bullet:hover .icon4,
.case .tab-clicks .swiper-pagination-bullet.swiper-pagination-bullet-active .icon4 {
  background: url(../images/icon10-active.png) no-repeat center;
  background-size: 100%;
}
.case .tab-clicks .swiper-pagination-bullet:hover .icon5,
.case .tab-clicks .swiper-pagination-bullet.swiper-pagination-bullet-active .icon5 {
  background: url(../images/icon11-active.png) no-repeat center;
  background-size: 100%;
}
.case .tab-clicks .click-item + .click-item {
  border-left: 1px solid #ccc;
}
.case #jCase {
  margin-top: 20px;
}
.word {
  width: 100%;
  height: 422px;
  background: url(../images/bottom-banner.png) no-repeat center;
  background-size: cover;
  padding-top: 23px;
}
.word .word-form {
  background: #fff;
  width: 408px;
  height: 375px;
  padding: 0 30px 30px 30px;
  border-radius: 6px;
}
.word .word-form .form-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 60px;
}
.word .word-form .form-item {
  margin-bottom: 20px;
  font-size: 16px;
  position: relative;
}
.word .word-form .form-item span {
  width: 65px;
  display: inline-block;
  text-align: right;
}
.word .word-form .form-item input {
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  background: #F7F7F7;
  border: 1px solid #F7F7F7;
  border-radius: 4px;
  width: 270px;
  margin-left: 10px;
}
.word .word-form .form-item span.required::before {
  display: inline-block;
  vertical-align: middle;
  content: '*';
  margin-left: -8px;
  color: red;
}
.word .word-form .code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.word .word-form .code input {
  width: 170px;
}
.word .word-form .code .code-img {
  width: 90px;
  height: 40px;
  margin-left: 10px;
}
.word .word-form .join-from-button {
  width: 100%;
  height: 45px;
  line-height: 40px;
  background: #e6181d;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  border: none;
}
label.error {
  position: absolute;
  top: 100%;
  left: 80px;
  color: #f22;
  font-size: 12px;
  padding-top: 5px;
}
form .join-from-item input.error {
  border: 1px solid #f22;
}
form .from-item input.error {
  border: 1px solid #f22;
}
#registerForm label.error {
  position: absolute;
  top: 100%;
  left: 40px;
  color: #f22;
  font-size: 12px;
  padding-top: 5px;
}
.footer {
  padding: 32px 0 51px 0;
  background: #fff;
}
.footer .footer-item {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 84px;
  z-index: 999;
  background: url('images/bottom_bg.jpg') no-repeat center;
  background-size: cover;
}
.footer .footer-img {
  position: absolute;
  top: 10px;
  right: 30px;
  cursor: pointer;
}





@media (min-width:1440px){
	
}
@media (max-width:1440px){
	
}
@media (min-width: 992px) and (max-width: 1460px) {
}
@media (max-width:1200px){
	.equity .equity-content .nav-list
	{
	    width:120px; height:120px; font-size:13px;}
	.equity .equity-content .nav-list .icon
	{
	    width:40px; height:40px;}
	.banner .bg-img{ height:474px;}
	.introduce .right-content .text_1
	{
	        margin-top: 20px;
    margin-bottom: 1px;}
    .introduce .right-content .text_2
    {
        margin-bottom: 11px;
        }
    .join-btn{ width:80%; height:30px; line-height:30px; font-size:15px;}
    
    
}
@media (max-width:992px)
{
    .banner .bg-img{ height:346px;}
	.introduce .left-img
	{
	    width:50%;
	}
	.introduce .left-img img{ width:100%;}
	.introduce .right-content{width: 46%; height: 320px; padding: 15px; font-size:14px; line-height:26px; margin-bottom:20px;}
	.introduce .right-content .text_1{ font-size:18px;}
	
	
}
@media (min-width: 768px) and (max-width: 992px) {
}
@media (max-width:768px)
{
	.banner .bg-img{height: 153px;}
	.m-title
	{
        padding-top: 20px;
        font-size: 16px;
	    }
	.m-line
	{
	     margin:0;
	    }
	
	.equity .equity-content .nav-list .icon{ display: none;}
	
	.equity .equity-content .nav-list{padding-top: 20px; height:70px; width:62px;}
	.equity .equity-content .swiper-box{ padding:20px;}
	.equity .equity-content .swiper-box .title{ font-size:16px;}
	.introduce .left-img{ display:none;}
	.introduce .right-content{width:100%; margin-top:10px;}
	.introduce{ padding-bottom:10px;}
	.case .tab-clicks .swiper-pagination-bullet{ font-size:12px; line-height:18px; text-align: center;}
	
	
	
}

@media (max-width:430px){
}

