@import "libs/pure.css";
/** 颜色 */
/** 字体 */
/** 喜闻乐见 */
/** 网页变量 */
.white {
  color: white;
}
.red {
  color: #df3932;
}
.green {
  color: #1db586;
}
.blue {
  color: #6699cc;
}
.gray {
  color: #333333;
}
.orange {
  color: #f7660e;
}
.black {
  color: #0e0e0e;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.hidden {
  display: none;
}
.visible {
  display: block;
}
.fluid {
  display: block;
}
.width {
  width: 1000px;
}
.container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page {
  padding: 1em;
}
.pure-button {
  background-color: #f7660e;
  color: white;
  border-radius: 2px;
}
.pure-button:hover {
  color: white;
}
.button-secondary {
  background-color: #f7660e;
}
.pure-table {
  width: 100%;
  color: #999999;
  border: none;
  font-size: 12px;
}
.pure-table > thead {
  color: inherit;
  background-color: #f5ebe5;
}
.pure-table > thead th {
  border-left-width: 0;
  text-align: center;
}
.pure-table > tbody tr {
  border-bottom: 1px solid #dddddd;
}
.pure-table > tbody tr:last-child {
  border-bottom-width: 0;
}
.pure-table > tbody tr td {
  border-left-width: 0;
  padding: 1em;
  text-align: center;
}
.pure-table > tbody tr td:first-child {
  /*  width: 8em; */
}
.pure-form input[type="text"],
.pure-form input[type="number"],
.pure-form input[type="tel"],
.pure-form input[type="email"],
.pure-form input[type="password"] {
  border: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
}
.pure-form select {
  width: 12em;
  padding: 0 .5em;
  border: 1px solid #dddddd;
  box-shadow: none;
  border-radius: 0;
}
.pure-form .static-text {
  display: inline-block;
  vertical-align: middle;
}
.pure-form .pure-control-group {
  margin-bottom: 1em;
}
.pure-form .pure-control-group label {
  width: 7em;
}
.pure-form .pure-control-group img {
  cursor: pointer;
}
.pure-form .pure-control-group .icon-input {
  display: inline-block;
  border: 1px solid #dddddd;
  border-top-width: 2px;
  padding-left: 1em;
  border-radius: 5px;
}
.pure-form .pure-control-group .icon-input > input {
  border: none;
  width: 200px;
}
.pure-form .control-helps {
  margin: 0 0 0 11.3em;
}
.pure-form .pure-controls {
  margin-left: 8.3em;
  margin-top: 4em;
}
.pure-form .verify-img {
  display: inline-block;
  vertical-align: middle;
}
.pure-form .verify-img > .icon-input input {
  width: 80px;
}
.pure-form .verify-img > img {
  width: 6em;
  height: 2.3em;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.label {
  background-color: #f7660e;
  color: white;
  padding: .5em;
  margin-bottom: 1em;
}
.label.label-error {
  background-color: #ed8e8a;
  color: #df3932;
  border-color: #df3932;
}
.label.label-success {
  background-color: #54e4b7;
  color: #1db586;
  border-color: #1db586;
}
/** 进度条 */
.progress {
  min-height: 6px;
  border-radius: 0;
  position: relative;
  background-color: #dcdcdc;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px #908B8B;
}
.progress .bar {
  background-color: #6699cc;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 5px;
}
.progress.inline {
  display: inline-block;
  vertical-align: middle;
}
/** 手风琴 */
.accordion {
  margin: 0;
  padding-bottom: 5em;
}
.accordion > .title {
  padding: .8em .5em;
  font-size: 18px;
  cursor: pointer;
}
.accordion > .title .left_icon {
  vertical-align: middle;
  margin: 0 .5em;
}
.accordion > .title .toggle {
  float: right;
  margin-top: 4px;
  margin-right: 1em;
  font-size: 14px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion > .title .toggle.fa-minus {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.accordion > .title .toggle.fa-plus {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion > .title a {
  color: white;
}
.accordion > .title.active {
  background-color: #51142a;
}
.accordion > .content {
  display: none;
}
.accordion > .content .user-menus {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 56px;
}
.accordion > .content .user-menus li {
  line-height: 1.5em;
}
.accordion > .content .user-menus li a.active {
  color: #f5f504;
}
.accordion > .content .user-menus li a:hover {
  color: #f5f504;
}
.accordion > .content a {
  color: white;
}
/** 标签 */
.tabs .tabsbar {
  margin-bottom: 2em;
}
.tabs .tabsbar > a {
  padding: .5em 1em;
  display: inline-block;
  font-size: 16px;
  background-color: #d7d7d7;
  color: #333333;
}
.tabs .tabsbar > a:hover {
  color: white;
  background-color: #df3932;
}
.tabs .tabsbar > a.active {
  color: white;
  background-color: #df3932;
}
.tabs .content {
  background-color: white;
  padding: 0;
}
/** 分页 */
.page.song {
  margin-bottom: 1em;
}
.page.song em {
  font-style: normal;
}
.page.song .pagingtt {
  /* border: 1px solid @el-border-color; */
}
.page.song .pagingtt .paging {
  background-color: #f5f5f5;
  padding: .2em .8em;
  border: 1px solid #dddddd;
}
.page.song .pagingtt .hover {
  background-color: white;
}
/* .pagination{
    padding-left: 0;
    margin-top: 3em;

    ul{
        padding: 0;
        margin: 0;
    }

    li{
        display: inline-block;
        margin-left: .3em;
        margin-right: .3em;

        a{
            padding: .1em .5em;
            border: 1px solid @el-border-color;
        }

        &.active a{
            background-color: @orange;
            color: @white;
            border: 1px solid @orange;
        }
    }
} */
/** 面包屑 */
.breadcrumbs {
  padding: .7em 0;
  font-size: 1.1em;
}
/** 面板 */
.panel {
  background-color: white;
  padding: .2em 1em;
}
.panel > .header {
  padding-top: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #dddddd;
}
.panel > .header > .title {
  margin-top: 0;
  margin-bottom: 0;
  color: #0e0e0e;
  font-size: 18px;
  font-weight: normal;
}
.panel > .header .more {
  float: right;
  margin-top: .2em;
  cursor: pointer;
  font-size: 14px;
  color: #999999;
}
.panel > .header .more .xia {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.panel .panel-content {
  padding: .5em 1em;
}
.progress {
  display: inline-block;
  border: 1px solid #DDD;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: inset 0 1px 1px #e8e8e8;
}
.progress > .progress-value {
  height: 100%;
  background-repeat: repeat-x;
  background-position: 0 0;
  -webkit-transition: width 1.5s linear;
          transition: width 1.5s linear;
  -webkit-transition: background-position 1.5s linear;
          transition: background-position 1.5s linear;
}
.progress.animate > .progress-value {
  -webkit-animation: progress-gradient 2s linear infinite;
          animation: progress-gradient 2s linear infinite;
}
.progress.speed-1x > .progress-value {
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
}
.progress.speed-2x > .progress-value {
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important;
}
.progress.speed-3x > .progress-value {
  -webkit-animation-duration: 0.5s !important;
          animation-duration: 0.5s !important;
}
.progress.speed-4x > .progress-value {
  -webkit-animation-duration: 0.2s !important;
          animation-duration: 0.2s !important;
}
.progress {
  height: 10px;
  width: 175px;
  overflow: hidden;
  display: inline-block;
}
.progress > .progress-value {
  background-color: #ffa54b;
  background-image: -webkit-linear-gradient(top, transparent, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 100%), -webkit-linear-gradient(45deg, #ffa54b, #ffa54b 25%, #f78f28 25%, #f78f28 50%, #ffa54b 50%, #ffa54b 75%, #f78f28 50%, #f78f28 100%);
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 100%), linear-gradient(45deg, #ffa54b, #ffa54b 25%, #f78f28 25%, #f78f28 50%, #ffa54b 50%, #ffa54b 75%, #f78f28 50%, #f78f28 100%);
  background-size: 24px 24px;
  box-shadow: inset 0 0 2px #6d6d6d;
  border-radius: 50px;
}
.progress.yellow {
  min-height: 6px;
  border-radius: 0;
  position: relative;
  background-color: #dcdcdc;
  box-shadow: inset 0 1px 1px #908B8B;
  border: 1px solid #DDD;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: inset 0 1px 1px #e8e8e8;
  height: 10px;
  width: 175px;
  overflow: hidden;
  display: inline-block;
}
.progress.yellow .bar {
  background-color: #6699cc;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 5px;
}
.progress.yellow.inline {
  display: inline-block;
  vertical-align: middle;
}
.progress.yellow > .progress-value {
  height: 100%;
  background-repeat: repeat-x;
  background-position: 0 0;
  -webkit-transition: width 1.5s linear;
          transition: width 1.5s linear;
  -webkit-transition: background-position 1.5s linear;
          transition: background-position 1.5s linear;
}
.progress.yellow.animate > .progress-value {
  -webkit-animation: progress-gradient 2s linear infinite;
          animation: progress-gradient 2s linear infinite;
}
.progress.yellow.speed-1x > .progress-value {
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
}
.progress.yellow.speed-2x > .progress-value {
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important;
}
.progress.yellow.speed-3x > .progress-value {
  -webkit-animation-duration: 0.5s !important;
          animation-duration: 0.5s !important;
}
.progress.yellow.speed-4x > .progress-value {
  -webkit-animation-duration: 0.2s !important;
          animation-duration: 0.2s !important;
}
.progress.yellow > .progress-value {
  background-color: #ffa54b;
  background-image: -webkit-linear-gradient(top, transparent, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 100%), -webkit-linear-gradient(45deg, #ffa54b, #ffa54b 25%, #f78f28 25%, #f78f28 50%, #ffa54b 50%, #ffa54b 75%, #f78f28 50%, #f78f28 100%);
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 100%), linear-gradient(45deg, #ffa54b, #ffa54b 25%, #f78f28 25%, #f78f28 50%, #ffa54b 50%, #ffa54b 75%, #f78f28 50%, #f78f28 100%);
  background-size: 24px 24px;
  box-shadow: inset 0 0 2px #6d6d6d;
  border-radius: 50px;
}
.progress.red {
  height: 10px;
  width: 175px;
  overflow: hidden;
  display: inline-block;
}
.progress.red > .progress-value {
  background-color: #f39617;
  background-image: -webkit-linear-gradient(top, transparent, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 100%), -webkit-linear-gradient(45deg, #f39617, #f39617 25%, #ec700d 25%, #ec700d 50%, #f39617 50%, #f39617 75%, #ec700d 50%, #ec700d 100%);
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 100%), linear-gradient(45deg, #f39617, #f39617 25%, #ec700d 25%, #ec700d 50%, #f39617 50%, #f39617 75%, #ec700d 50%, #ec700d 100%);
  background-size: 24px 24px;
  box-shadow: inset 0 0 2px #6d6d6d;
  border-radius: 50px;
}
.progress.blue {
  height: 10px;
  width: 175px;
  overflow: hidden;
  display: inline-block;
}
.progress.blue > .progress-value {
  background-color: #4f93ce;
  background-image: -webkit-linear-gradient(top, transparent, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 100%), -webkit-linear-gradient(45deg, #4f93ce, #4f93ce 25%, #0b467a 25%, #0b467a 50%, #4f93ce 50%, #4f93ce 75%, #0b467a 50%, #0b467a 100%);
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 100%), linear-gradient(45deg, #4f93ce, #4f93ce 25%, #0b467a 25%, #0b467a 50%, #4f93ce 50%, #4f93ce 75%, #0b467a 50%, #0b467a 100%);
  background-size: 24px 24px;
  box-shadow: inset 0 0 2px #6d6d6d;
  border-radius: 50px;
}
.progress.black {
  height: 10px;
  width: 175px;
  overflow: hidden;
  display: inline-block;
}
.progress.black > .progress-value {
  background-color: #c5c5c5;
  background-image: -webkit-linear-gradient(top, transparent, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 100%), -webkit-linear-gradient(45deg, #c5c5c5, #c5c5c5 25%, #999 25%, #999 50%, #c5c5c5 50%, #c5c5c5 75%, #999 50%, #999 100%);
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 100%), linear-gradient(45deg, #c5c5c5, #c5c5c5 25%, #999 25%, #999 50%, #c5c5c5 50%, #c5c5c5 75%, #999 50%, #999 100%);
  background-size: 24px 24px;
  box-shadow: inset 0 0 2px #6d6d6d;
  border-radius: 50px;
}
.progress.green {
  height: 10px;
  width: 175px;
  overflow: hidden;
  display: inline-block;
}
.progress.green > .progress-value {
  background-color: #78C478;
  background-image: -webkit-linear-gradient(top, transparent, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 100%), -webkit-linear-gradient(45deg, #78C478, #78C478 25%, #47a747 25%, #47a747 50%, #78C478 50%, #78C478 75%, #47a747 50%, #47a747 100%);
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 100%), linear-gradient(45deg, #78C478, #78C478 25%, #47a747 25%, #47a747 50%, #78C478 50%, #78C478 75%, #47a747 50%, #47a747 100%);
  background-size: 24px 24px;
  box-shadow: inset 0 0 2px #6d6d6d;
  border-radius: 50px;
}
.progress-ie {
  background-size: 24px 14px !important;
}
@keyframes progress-gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 24px 0;
  }
}
@-webkit-keyframes progress-gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 24px 0;
  }
}
/**,
*:before,
*:after {
  box-sizing: border-box;
}*/
input {
  box-shadow: none;
  border-radius: 0;
}
html {
  font-size: 16px;
  font-family: "microsoft YaHei", Arial, sans-serif;
  color: #999999;
  height: 100%;
}
body {
  background: url(../images/index/bg_03.jpg);
  font-size: 100%;
  margin: 0 ;
  padding: 0;
  height: 100%;
}
a {
  color: #999999;
  -webkit-transition: color .1s;
          transition: color .1s;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #666666;
}
img {
  vertical-align: middle;
}
.widescreen {
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.subnav_bg {
  width: 100%;
  height: 30px;
  background: #fbfbfb;
  font-size: 14px;
}
.subnav_bg .subnav {
  text-align: right;
  line-height: 30px;
  width: 1200px;
  height: 30px;
  margin: 0 auto;
}
.subnav_bg .subnav .subnav-lf {
  color: black;
  float: left;
}
.subnav_bg .subnav .subnav-lf .phone {
  vertical-align: middle;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/images/dot.png) -5px 0;
}
.subnav_bg .subnav > ul {
  float: right;
}
.subnav_bg .subnav > ul .last-child {
  width: 120px;
}
.subnav_bg .subnav > ul > li {
  cursor: pointer;
  text-align: center;
  height: 30px;
  width: 50px;
  border-left: 1px solid #e6e6e6;
  display: inline;
  float: left;
}
.subnav_bg .subnav > ul > li:hover {
  color: white;
  background-color: #d8271c;
}
.subnav_bg .subnav > ul > li:hover > a {
  color: white;
}
.subnav_bg .subnav > ul > li:last-child {
  border-right: 1px solid #e6e6e6;
  width: 120px;
}
.subnav_bg .subnav > ul > li.first {
  background: url(../images/images/dot.png) -32px 0px;
  text-indent: -999999px;
  position: relative;
}
.subnav_bg .subnav > ul > li.first .fr-son {
  position: absolute;
  top: 50px;
  left: -40px;
  display: none;
}
.subnav_bg .subnav > ul > li.first:hover {
  background: #d8271c url(../images/images/dot_01.png) 0px 0px;
}
.subnav_bg .subnav > ul > li.first:hover .fr-son {
  border-radius: 2px;
  display: block;
  z-index: 99;
  text-indent: 0;
  padding: 7px 7px 0 7px;
  color: white;
  text-align: center;
  background-color: #d8271c;
}
.subnav_bg .subnav > ul > li.first:hover .fr-son:after {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #d8271c;
  position: absolute;
  top: -20px;
  left: 61px;
}
.subnav_bg .subnav > ul > li.weibo {
  background: url(../images/images/dot.png) -82px 0px;
  text-indent: -9999999px;
}
.subnav_bg .subnav > ul > li.weibo:hover {
  background: #d8271c url(../images/images/dot_01.png) -50px 0px;
}
.subnav_bg .subnav > ul > li.weixin {
  position: relative;
  background: url(../images/images/dot.png) -132px 0px;
  text-indent: -99999999px;
}
.subnav_bg .subnav > ul > li.weixin .fr-son {
  position: absolute;
  top: 50px;
  left: -40px;
  display: none;
}
.subnav_bg .subnav > ul > li.weixin:hover {
  background: #d8271c url(../images/images/dot_01.png) -100px 0px;
}
.subnav_bg .subnav > ul > li.weixin:hover .fr-son {
  border-radius: 2px;
  display: block;
  z-index: 99;
  text-indent: 0;
  padding: 7px;
  color: white;
  text-align: center;
  background-color: #d8271c;
}
.subnav_bg .subnav > ul > li.weixin:hover .fr-son:after {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #d8271c;
  position: absolute;
  top: -20px;
  left: 61px;
}
.subnav_bg .subnav > ul > li.tengxun {
  background: url(../images/images/dot.png) -182px 0px;
  text-indent: -9999999px;
}
.subnav_bg .subnav > ul > li.tengxun:hover {
  background: #d8271c url(../images/images/dot_01.png) -150px 0px;
}
.subnav_bg .subnav > ul > li > a {
  display: block;
}
.supnav_bg {
  width: 100%;
  height: 70px;
  clear: both;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
}
.supnav_bg .supnav {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  position: relative;
}
.supnav_bg .supnav .logo {
  float: left;
}
.supnav_bg .supnav > ul {
  padding-top: 18px;
  text-align: right;
}
.supnav_bg .supnav > ul > li {
  color: #666;
  display: inline-block;
  height: 35px;
  margin-left: 15px;
  border: 1px solid #fff;
  position: relative;
}
.supnav_bg .supnav > ul > li .active-1 {
  color: #d8271c;
  font-weight: 600;
}
.supnav_bg .supnav > ul > li .active-1:after {
  content: '';
  position: absolute;
  bottom: 11px;
  left: 2px;
  background: #d8271c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.supnav_bg .supnav > ul > li > a {
  color: black;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 500;
}
.supnav_bg .supnav > ul > li:hover {
  border: 1px solid #bfbfbf;
  border-radius: 2px;
}
.supnav_bg .supnav > ul > li:hover > a {
  color: #d8271c;
}
.supnav_bg .supnav > ul .account_wrap > a {
  padding: 5px 15px;
  position: relative;
  background-color: white;
  z-index: 6;
}
.supnav_bg .supnav > ul .account_nav {
  line-height: 35px;
  height: 35px;
  border: 1px solid  #bfbfbf;
  background: #f9f9f9;
}
.supnav_bg .supnav > ul .account_nav .account_se {
  position: absolute;
  top: 30px;
  right: -1px;
  display: none;
  z-index: 15;
  background-color: white;
}
.supnav_bg .supnav > ul .account_nav:hover {
  box-shadow: 0 0 5px lightgray;
}
.supnav_bg .supnav > ul .account_nav:hover > a {
  position: relative;
  color: #666;
  display: block;
  background: white;
  z-index: 16;
}
.supnav_bg .supnav > ul .account_nav:hover > a:hover {
  color: #0697da;
}
.supnav_bg .supnav > ul .account_nav:hover .account_se {
  padding: 20px 0;
  width: 250px;
  display: block;
  background-color: white;
  box-shadow: 0 0 5px lightgray;
  border: 1px solid   #bfbfbf;
}
.supnav_bg .supnav > ul .account_nav:hover .account_se > li:first-child {
  padding: 0 20px 20px 20px;
}
.supnav_bg .supnav > ul .account_nav:hover .account_se > li:first-child .first-child {
  padding-bottom: 20px;
  border-bottom: 1px  solid #e5e5e5;
  overflow: hidden;
}
.supnav_bg .supnav > ul .account_nav:hover .account_se > li:first-child .first-child .child-lf {
  float: left;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.supnav_bg .supnav > ul .account_nav:hover .account_se > li:first-child .first-child .child-rt {
  line-height: 19px;
  text-align: left;
  float: left;
}
.supnav_bg .supnav > ul .account_nav:hover .account_se > li > a {
  line-height: 40px;
  text-indent: 20px;
  text-align: left;
  display: block;
  height: 40px;
  color: #666;
  font-size: 16px;
}
.supnav_bg .supnav > ul .account_nav:hover .account_se > li > a:hover {
  background-color: #d8271c;
  color: white;
}
.supnav_bg .supnav > ul .account_nav:hover .up {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.supnav_bg .supnav > ul .account_wrap {
  position: relative;
  border-radius: 2px;
  height: 35px;
  z-index: 5;
}
.supnav_bg .supnav > ul .account_wrap .account_fr {
  position: absolute;
  top: 30px;
  left: -1px;
  display: none;
  z-index: 4;
}
.supnav_bg .supnav > ul .account_wrap:hover {
  border: 1px solid #bfbfbf;
  border-bottom: none;
}
.supnav_bg .supnav > ul .account_wrap:hover .account_fr {
  padding: 10px 0;
  width: 140px;
  display: block;
  background-color: #fff;
  border: 1px solid #bfbfbf;
}
.supnav_bg .supnav > ul .account_wrap:hover .account_fr > li > a {
  line-height: 40px;
  text-indent: 20px;
  text-align: left;
  display: block;
  height: 40px;
  font-size: 16px;
}
.supnav_bg .supnav > ul .account_wrap:hover .account_fr > li > a:hover {
  background-color: #d8271c;
  color: white;
}
.supnav_bg .supnav > ul .account_wrap:hover .account_fr > li > a:hover .account_fr {
  display: block;
}
.supnav_bg .supnav > ul .account_wrap:hover .up {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.slider {
  position: relative;
  height: 450px;
  margin: 0 auto;
}
.slider .slide {
  width: 100%;
  height: 450px;
  position: absolute;
  padding: 0;
  display: block;
  z-index: 1;
}
.slider .container {
  position: absolute;
  height: 100%;
}
.slider .controller {
  position: absolute;
  text-align: center;
  margin: 0;
  bottom: 10px;
  left: 50%;
  padding-left: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.slider .controller > li {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
  -webkit-transition: background-color 0.5s;
          transition: background-color 0.5s;
  cursor: pointer;
  margin-left: .8em;
  border: 1px solid white;
}
.slider .controller > li.active {
  background-color: #ffffff;
}
.slider .slider-in {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.slider .slider-in .tologin-opac {
  border-radius: 10px;
  position: absolute;
  top: 60px;
  right: 0;
  height: 330px;
  width: 310px;
  z-index: 8;
  background: black;
  filter: alpha(opacity=30);
  -moz-opacity: .3;
  opacity: .3;
}
.slider .slider-in .tologin {
  border-radius: 10px;
  position: absolute;
  top: 60px;
  right: 0;
  height: 330px;
  width: 310px;
  color: white;
  font-size: 20px;
  text-align: center;
  z-index: 9;
}
.slider .slider-in .tologin .tologin-in {
  opacity: 1;
  text-align: center;
  padding: 20px 50px 0 40px;
}
.slider .slider-in .tologin .tologin-in > big {
  font-size: 34px;
  color: #f6ef27;
}
.slider .slider-in .tologin .tologin-in > p {
  text-indent: 2px;
}
.slider .slider-in .tologin .tologin-in > p > span {
  color: #f6ef27;
}
.slider .slider-in .tologin .btn-1 {
  background: #1ebf22;
}
.slider .slider-in .tologin .btn-1:active {
  box-shadow: none;
}
.slider .slider-in .tologin .btn-2 {
  background: #ff8519;
}
.slider .slider-in .tologin .btn-2:active {
  box-shadow: none;
}
.news_bg {
  background: #f6f6f6;
}
.news_bg .news {
  width: 1200px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  color: black;
  text-indent: 40px;
  background: url(../images/images/ad.png) no-repeat 1% center;
  position: relative;
  overflow: hidden;
}
.news_bg .news > span > ul {
  position: absolute;
  top: -40px;
  left: 100px;
}
.news_bg .news > a {
  position: absolute;
  right: 0;
}
.fixed {
  width: 270px;
  height: 250px;
  background: url(../images/images/filed.png) no-repeat left bottom;
  position: fixed;
  top: 60%;
  left: 0px;
  z-index: 98;
}
.fixed > img {
  height: 25px;
  margin-top: 40px;
  float: right;
}
.more {
  margin-top: 9px;
  border-radius: 2px;
  text-indent: 3px;
  float: right;
  width: 58px;
  height: 23px;
  color: white;
  background: #d8271c;
  text-align: center;
  line-height: 22px;
}
.more:hover {
  color: white;
}
.head_bg {
  background-color: white;
}
.head_bg .head {
  width: 1200px;
  margin: 0 auto;
}
.head_bg .head-bt {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 60px;
}
.head_bg .head-bt .group-a {
  margin-top: 15px;
  line-height: 25px;
  text-indent: 20px;
  float: left;
  width: 33%;
  border-right: 2px solid #d5d5d5;
}
.head_bg .head-bt .group-a:last-child {
  border: none;
}
.head_bg .head-bt .group-a > big {
  font-size: 30px;
  color: #f66606;
}
.head_bg .head-bt .group-a > p {
  margin: 0;
}
.head_bg .head-bt .group-a > a {
  font-size: 24px;
  color: #f66606;
}
.head_bg .head-bt .group-a > img {
  vertical-align: top;
  margin-right: 10px;
}
.ensure {
  height: 420px;
  padding-top: 40px;
  background-image: url(../images/index/_section3_bg.gif);
  overflow: hidden;
  /* entire container, keeps perspective */
  /*  UPDATED! flip the pane when hovered */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /*  UPDATED! front pane, placed above back */
  /* back, initially hidden pane */
  /* 
    Some vertical flip updates 
  */
}
.ensure .ensure_in {
  height: 380px;
  width: 1060px;
  margin: 0 auto;
}
.ensure .flip-container {
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  margin-right: 120px;
  float: left;
}
.ensure .flip-container:hover .back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.ensure .flip-container:hover .front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.ensure .flip-container,
.ensure .front,
.ensure .back {
  width: 270px;
  height: 330px;
}
.ensure .flipper {
  -webkit-transition: 0.6s;
          transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
}
.ensure .front,
.ensure .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.6s;
          transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
.ensure .front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  text-align: center;
  line-height: 500px;
  background-repeat: no-repeat;
  color: #d8271c;
  font-size: 24px !important;
}
.ensure .back {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-image: url(../images/images/_card_bg1.png);
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 60px;
  font-size: 16px;
}
.ensure .back > h4 {
  font-size: 24px;
  font-weight: 100;
}
.ensure .vertical.flip-container {
  position: relative;
}
.ensure .vertical .back {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.ensure .vertical.flip-container:hover .back {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.ensure .vertical.flip-container:hover .front {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.main_bg .main_fr {
  width: 1200px;
  margin: 0 auto;
}
.main_bg .main_fr .fr_fr {
  margin-top: 40px;
  width: 1200px;
  overflow: hidden;
}
.main_bg .main_fr .fr_fr > h2 {
  width: 120px;
  float: left;
}
.main_bg .main_fr .fr_fr > span {
  line-height: 60px;
  float: left;
}
.main_bg .main_fr .fr_se {
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0 2px 3px  lightgray;
  margin-bottom: 50px;
}
.main_bg .main_fr .fr_se .se-in {
  position: relative;
}
.main_bg .main_fr .fr_se .se-in > a .item_1 {
  position: relative;
  z-index: 2;
  font-size: 16px;
  height: 178px;
  border-top: 1px dotted #cccccc;
  padding: 25px 15px;
  background: #fff;
  overflow: hidden;
}
.main_bg .main_fr .fr_se .se-in > a .item_1:hover {
  background: #f6f7f8;
}
.main_bg .main_fr .fr_se .se-in > a .item_1 .item_tp > span {
  padding-left: 70px;
}
.main_bg .main_fr .fr_se .se-in > a .item_1 .item_tp > span > small,
.main_bg .main_fr .fr_se .se-in > a .item_1 .item_tp > span > span {
  background: #d8271c;
  color: #fff;
  padding: 0px 7px;
  border-radius: 10px;
  margin-left: 15px;
}
.main_bg .main_fr .fr_se .se-in > a .item_1 .item_tp > span > big {
  color: #666;
}
.main_bg .main_fr .fr_se .se-in > a .item_1 .item_tp > span .in-fr {
  margin-right: 10px;
}
.main_bg .main_fr .fr_se .se-in > a .item_1 .item_1_lf {
  width: 230px;
  margin: 15px 0  0 70px ;
  float: left;
}
.main_bg .main_fr .fr_se .se-in > a .item_1 .item_1_lf > p > big {
  font-size: 20px;
  color: #d8271c;
}
.main_bg .main_fr .fr_se .se-in > a .item_1 .item_1_md {
  width: 290px;
  margin-top: 15px;
  float: left;
}
.main_bg .main_fr .fr_se .se-in > a .item_1 .item_1_rt {
  width: 370px;
  margin-top: 15px;
  float: left;
}
.main_bg .main_fr .fr_se .se-in > a .item_1 .item_1_rt > p > .progress {
  display: block;
  float: right;
  margin: 10px 0 0 10px;
  width: 175px;
  height: 6px;
}
.main_bg .main_fr .fr_se .se-in > a .item_1 .item_1_rt > p .width {
  margin-left: 60px;
  display: block;
  position: relative;
  top: -45px;
  width: 40px;
  height: 27px;
  text-align: center;
  line-height: 20px;
  color: white;
  font-size: 12px;
}
.main_bg .main_fr .fr_se .se-in > a .item_1 .item_1_lt {
  text-align: center;
  float: left;
}
.main_bg .main_fr .fr_se .se-in > a .item_1 .item_1_lt > button {
  margin-bottom: 10px;
}
.main_bg .main_fr .fr_se .se-in > a .item_1 .item_1_lt .tp {
  height: 50px;
}
.main_bg .main_fr .fr_se .se-in .float {
  position: absolute;
  z-index: 1;
  left: -40px;
  top: 53px;
}
.main_bg .main_fr .fr_se .se-in .float:hover {
  position: absolute;
  z-index: 1;
  left: -135px;
  top: 53px;
  -webkit-transition: 1s;
          transition: 1s;
}
.content_bg .content {
  width: 1200px;
  margin: 0 auto;
}
.content_bg .content .group-b,
.content_bg .content .group-c,
.content_bg .content .group-d {
  width: 385px;
  height: 335px;
  border: 1px solid #d3d3d3;
  background: #fff;
  position: relative;
  top: 0;
  overflow: hidden;
  display: inline-block;
  margin-right: 17px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.content_bg .content .group-b:hover,
.content_bg .content .group-c:hover,
.content_bg .content .group-d:hover {
  position: relative;
  top: -10px;
  box-shadow: 0 5px 10px #c3c3c3;
}
.content_bg .content .group-b:hover .float,
.content_bg .content .group-c:hover .float,
.content_bg .content .group-d:hover .float {
  position: absolute;
  bottom: 0px;
  left: -1px;
}
.content_bg .content .group-b > header,
.content_bg .content .group-c > header,
.content_bg .content .group-d > header {
  font-size: 24px;
  color: black;
  height: 70px;
  width: 340px;
  line-height: 70px;
  border-bottom: 1px solid #d3d3d3;
  text-align: center;
  margin: 0 auto;
}
.content_bg .content .group-b .bt,
.content_bg .content .group-c .bt,
.content_bg .content .group-d .bt {
  height: 200px;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  background: url(../images/images/dddd_01.png) no-repeat center bottom;
}
.content_bg .content .group-b .float,
.content_bg .content .group-c .float,
.content_bg .content .group-d .float {
  width: 385px;
  color: white;
  height: 45px;
  font-size: 20px;
  line-height: 45px;
  background-color: #ff8519;
  text-align: center;
  position: absolute;
  -webkit-transition: 1s;
          transition: 1s;
  bottom: -45px;
  left: -1px;
}
.content_bg .content .group-b .float > a,
.content_bg .content .group-c .float > a,
.content_bg .content .group-d .float > a {
  color: white;
  display: block;
}
.content_bg .content .group-c .bt {
  background: url(../images/images/dddd_02.png) no-repeat center bottom;
}
.content_bg .content .group-d .bt {
  background: url(../images/images/dddd_03.jpg) no-repeat center bottom;
}
.info_bg {
  background: #f5f3f3;
}
.info_bg .info {
  width: 1200px;
  margin: 50px auto;
  height: 375px;
  overflow: hidden;
}
.info_bg .info .info-lf {
  width: 670px;
  float: left;
  height: 100%;
  position: relative;
}
.info_bg .info .info-lf > header {
  color: #333;
  height: 60px;
  font-size: 22px;
  line-height: 100px;
}
.info_bg .info .info-lf .bank_list {
  width: 560px;
  overflow: hidden;
}
.info_bg .info .info-lf .bank_list > a {
  width: 26px;
  height: 26px;
  display: block;
  color: #333;
  border: 1px solid #d3d3d3;
  text-align: center;
}
.info_bg .info .info-lf .bank_list > a:hover {
  background: #d8271c;
  color: white;
}
.info_bg .info .info-lf .bank_list .prev {
  position: absolute;
  top: 30px;
  right: 50px;
}
.info_bg .info .info-lf .bank_list .next {
  position: absolute;
  top: 70px;
  right: 50px;
}
.info_bg .info .info-lf .bank_list .bank_cor > ul {
  width: 1200px;
}
.info_bg .info .info-lf .bank_list .bank_cor > ul > li {
  padding-right: 10px;
  margin-right: 6px;
  margin-left: 1px;
  display: inline-block;
  width: 275px;
  height: 300px;
  color: #333;
}
.info_bg .info .info-lf .bank_list .bank_cor > ul > li > a > h5 {
  margin-bottom: 20px;
}
.info_bg .info .info-lf .bank_list .bank_cor > ul > li > a > h5 > img {
  padding: 10px;
  background: #f4f4f4;
  box-shadow: 0 0 5px #c5c5c6;
}
.info_bg .info .info-lf .bank_list .bank_cor > ul > li > a > p {
  overflow: hidden;
}
.info_bg .info .info-lf .bank_list .bank_cor > ul > li > a > p > span {
  float: right;
  margin-right: 5px;
  color: #999;
  font-size: 14px;
}
.info_bg .info .info-rt {
  width: 530px;
  float: left;
}
.info_bg .info .info-rt > header {
  padding-top: 35px;
}
.info_bg .info .info-rt > header > big {
  margin-top: 35px;
  font-size: 22px;
  color: black;
}
.info_bg .info .info-rt > ul {
  margin: 20px 0 0 20px;
  list-style-image: url(../images/images/dot_08.png);
}
.info_bg .info .info-rt > ul > li {
  text-indent: 10px;
  line-height: 40px;
}
.info_bg .info .info-rt > ul > li > a {
  color: #666;
}
.info_bg .info .info-rt > ul > li > a:hover {
  color: #d8271c;
}
.info_bg .info .info-rt > ul > li > a > span {
  float: right;
}
.inbt_bg .inbt {
  width: 1200px;
  margin: 0 auto;
}
.inbt_bg .inbt .invest {
  overflow: hidden;
}
.inbt_bg .inbt .invest .invest-lf,
.inbt_bg .inbt .invest .invest-rt {
  width: 590px;
}
.inbt_bg .inbt .invest .invest-lf > form > table,
.inbt_bg .inbt .invest .invest-rt > form > table {
  width: 100%;
}
.inbt_bg .inbt .invest .invest-lf > form > table > thead,
.inbt_bg .inbt .invest .invest-rt > form > table > thead {
  color: white;
  font-size: 16px;
  height: 45px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #d8271c;
  display: block;
}
.inbt_bg .inbt .invest .invest-lf > form > table > thead > tr,
.inbt_bg .inbt .invest .invest-rt > form > table > thead > tr {
  display: block;
  width: 590px;
  padding: 12px 15px;
}
.inbt_bg .inbt .invest .invest-lf > form > table > thead > tr > th,
.inbt_bg .inbt .invest .invest-rt > form > table > thead > tr > th {
  font-weight: 300;
  width: 136px;
}
.inbt_bg .inbt .invest .invest-lf > form > table > tbody,
.inbt_bg .inbt .invest .invest-rt > form > table > tbody {
  background: #f3f3f3;
}
.inbt_bg .inbt .invest .invest-lf > form > table > tbody > tr,
.inbt_bg .inbt .invest .invest-rt > form > table > tbody > tr {
  height: 45px;
  line-height: 45px;
}
.inbt_bg .inbt .invest .invest-lf > form > table > tbody > tr > td,
.inbt_bg .inbt .invest .invest-rt > form > table > tbody > tr > td {
  color: #666666;
  text-align: center;
}
.inbt_bg .inbt .invest .invest-lf > form .myscroll,
.inbt_bg .inbt .invest .invest-rt > form .myscroll {
  height: 235px;
  overflow: hidden;
}
.inbt_bg .inbt .invest .invest-lf > form .myscroll > ul > li,
.inbt_bg .inbt .invest .invest-rt > form .myscroll > ul > li {
  background: #f3f3f3;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
}
.inbt_bg .inbt .invest .invest-lf > form .myscroll > ul > li > span,
.inbt_bg .inbt .invest .invest-rt > form .myscroll > ul > li > span {
  text-align: center;
  display: inline-block;
  width: 112px;
  margin: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inbt_bg .inbt .invest .invest-lf > form .myscroll > ul > li > span.three,
.inbt_bg .inbt .invest .invest-rt > form .myscroll > ul > li > span.three {
  color: #ff7800;
}
.inbt_bg .inbt .invest .invest-lf {
  float: left;
}
.inbt_bg .inbt .invest .invest-rt {
  float: right;
}
.header {
  border-left: 2px solid #d8271c;
  font-size: 22px;
  color: black;
  text-indent: 20px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 20px;
}
.header > a {
  font-size: 16px;
}
.header-a {
  border-left: 2px solid #ff8519;
  font-size: 16px;
  color: black;
  text-indent: 10px;
  height: 16px;
  line-height: 16px;
  margin: 25px 0 0 0;
}
.collaborate-bank,
.collaborate-people,
.collaborate-link {
  margin-top: 50px;
}
.collaborate-bank > ul,
.collaborate-people > ul,
.collaborate-link > ul {
  margin-bottom: 20px;
}
.collaborate-bank > ul > li,
.collaborate-people > ul > li,
.collaborate-link > ul > li {
  margin-right: 15px;
  display: inline-block;
}
.collaborate-bank > ul > li:last-child,
.collaborate-people > ul > li:last-child,
.collaborate-link > ul > li:last-child {
  margin-right: 0;
}
.collaborate-link {
  margin-bottom: 50px;
}
.btn,
.btn-1,
.btn-2 {
  outline: none;
  border: none;
  padding: 8px 30px;
  font-size: 18px;
  color: white;
  border-radius: 1px;
  background: #d3d3d3;
}
.btn:active,
.btn-1:active,
.btn-2:active {
  box-shadow: 0 3px 3px #a3a3a3 inset;
}
.btn-a,
.btn-b {
  outline: none;
  border: none;
  padding: 5px 30px;
  font-size: 18px;
  color: white;
  border-radius: 5px;
  background: #fd6359;
}
.btn-a:hover,
.btn-b:hover {
  color: white;
}
.btn-b {
  background: #52d655;
}
.btn-b:hover {
  color: white;
}
.active {
  background-color: #ff8519;
}
.active:hover {
  background: #d8271c;
}
.active:active {
  box-shadow: 0 3px 3px #ab1d15 inset;
}
.footer_bg {
  background-color: #323232;
}
.footer_bg .footer {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 15px 0;
  overflow: hidden;
}
.footer_bg .footer .foot-tp {
  overflow: hidden;
  padding-bottom: 40px;
  border-bottom: 1px solid #5c5c5c;
}
.footer_bg .footer .foot-tp .up-lf {
  overflow: hidden;
  float: left;
}
.footer_bg .footer .foot-tp .up-lf > ul {
  margin-right: 40px;
  line-height: 30px;
  float: left;
}
.footer_bg .footer .foot-tp .up-lf > ul > li {
  text-align: center;
}
.footer_bg .footer .foot-tp .up-lf > ul > li:first-child {
  font-size: 18px;
  color: white;
}
.footer_bg .footer .foot-tp .up-md {
  float: left;
  border-left: 1px solid #5c5c5c;
  padding-left: 50px;
}
.footer_bg .footer .foot-tp .up-md .big {
  font-size: 26px;
  color: white;
}
.footer_bg .footer .foot-tp .up-md > p:first-child {
  margin-top: 0px;
}
.footer_bg .footer .foot-tp .up-rt {
  overflow: hidden;
  padding-left: 50px;
}
.footer_bg .footer .foot-tp .up-rt .up-rt-lf {
  float: left;
}
.footer_bg .footer .foot-tp .up-rt .up-rt-lf > p:first-child {
  color: white;
  margin-top: 0px;
}
.footer_bg .footer .foot-tp .up-rt .up-rt-in {
  float: right;
  text-align: center;
}
.footer_bg .footer .foot-bt {
  text-align: center;
  font-size: 12px;
  margin: 30px auto 0px;
}
.footer_bg .footer .foot-bt > ul {
  margin-bottom: 30px;
}
.footer_bg .footer .foot-bt > ul > li {
  display: inline-block;
  margin-right: 5px;
}
.footer_bg .footer .foot-bt > ul > li:last-child {
  margin-right: none;
}
.footer_bg .footer .foot-b {
  float: left;
}
.footer_bg .footer .foot-b > ul > li {
  display: inline-block;
  width: 88px;
  height: 12px;
  line-height: 12px;
  border-right: 1px solid #a8a8a8;
  margin-left: 22px;
}
.footer_bg .footer .foot-b > ul > li:last-child {
  border-right: none;
}
.footer_bg .footer .foot-b > ul > li:first-child {
  margin-left: 0;
}
.footer_bg .footer .foot-b > p {
  font-size: 14px;
}
.footer_bg .footer .foot-b > p > span {
  margin-left: 30px;
}
.footer_bg .footer .foot-b-rt {
  float: right;
  overflow: hidden;
  margin-top: -18px;
}
.footer_bg .footer .foot-b-rt .b-rt-lf {
  margin-top: 18px;
  float: left;
  color: white;
}
.footer_bg .footer .foot-b-rt .b-rt-lf > p {
  color: white;
}
.footer_bg .footer .foot-b-rt .b-rt-lf > p > span {
  font-size: 14px;
}
.footer_bg .footer .foot-b-rt .b-rt-rt {
  margin-left: 30px;
  float: right;
  text-align: center;
}
.remarks {
  width: 50px;
  overflow: hidden;
  /* 内容超出宽度时隐藏超出部分的内容 */
  text-overflow: ellipsis;
  /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
  white-space: nowrap;
}
#online_qq_layer {
  z-index: 99999999999;
  position: fixed;
  right: 0px;
  top: 0;
  margin: 27% 0 0 0;
}
*html #online_qq_layer {
  position: absolute;
}
#online_qq_tab {
  width: 70px;
  float: right;
  position: relative;
  z-index: 9;
  color: #575757;
  text-align: center;
}
#online_qq_tab a {
  color: #575757;
  display: inline-block;
  background: #474e5d;
}
#online_qq_layer .wechat {
  width: 70px;
  background-image: url('../images/wec.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  height: 60px;
  background-color: #474e5d;
}
#online_qq_layer .wechat:hover {
  background-color: #d8271c;
}
#online_qq_layer .Calculator {
  background-color: #474e5d;
}
#online_qq_layer .Calculator > a {
  width: 70px;
  background-image: url('../images/cal.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  height: 60px;
}
#online_qq_layer .Calculator > a:hover {
  background-color: #d8271c;
}
#online_qq_layer .QQ {
  width: 70px;
  background-image: url('../images/tec.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  height: 60px;
  background-color: #474e5d;
}
#online_qq_layer .QQ:hover {
  background-color: #d8271c;
}
#wechat_img > ul > li > img {
  margin: 179px -52px 0 0;
  padding: 8px;
  background: rgba(216, 39, 28, 0.6);
}
#online_qq_layer .sina {
  width: 70px;
  background-image: url('../images/online.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  height: 60px;
  background-color: #474e5d;
}
#sina_img {
  height: 60px;
  margin-top: 60px;
}
#online_qq_layer .sina:hover {
  background-color: #d8271c;
}
#online_qq_layer .qjweixin {
  width: 70px;
  background-image: url('../images/top.png');
  background-repeat: no-repeat;
  background-position: center 16px;
  cursor: pointer;
  display: inline-block;
  background-color: #474e5d;
  height: 60px;
  color: #fff;
  padding-top: 26px;
}
#online_qq_layer .qjweixin:hover {
  background-color: #d8271c;
}
#onlineService {
  display: inline;
  float: right;
  width: 180px;
  text-align: center;
  display: none;
}
#qqHot,
#Calculator_Con,
#qjweinxin_con,
#sina_img {
  display: inline;
  text-align: left;
  display: none;
  border: 1px solid #d8271c;
  padding: 15px 0px;
  background: #d8271c;
  color: #fff;
  font-size: 14px;
  opacity: 0.6;
}
#qqHot {
  margin-top: 120px;
}
#sina_img {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#qqHot h1 {
  color: #000;
  font-size: 1em;
  margin: 5px 0 5px 10px;
}
#qqHot ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#qqHot ul li {
  margin-left: 10px;
  line-height: 25px;
}
#qqHot .footqun {
  padding: 0px 0 0 10px;
  color: #502b03;
  font-size: 14px;
  font-weight: normal;
}
#qqHot .footqun h1 {
  margin: 0;
  padding: 0;
  color: #502b03;
  font-size: 14px;
  font-weight: normal;
}
.Calculator_title {
  margin-left: 10px;
}
.calculator_in {
  width: 135px;
  padding-left: 10px;
  margin-left: 15px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #41b8ff;
  background-color: #f8f8f8;
}
.relust_con {
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: bolder;
  color: red;
  padding-left: 10px;
  margin-left: 15px;
  width: 135px;
}
.center-main-bg {
  background: #f4f4f4;
}
.center-main-bg .center-main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 6px 10px lightgray;
  background-color: white;
}
.center-main-bg .center-main .slidebar {
  float: left;
  width: 270px;
  background: #eaedf4;
  border: 1px solid #d5d9e2;
  color: #666;
  height: 100%;
  padding-bottom: 200px;
}
.center-main-bg .center-main .slidebar .slidebar-tp {
  height: 180px;
  text-align: center;
  color: #333;
}
.center-main-bg .center-main .slidebar .slidebar-tp .uploaded-img {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  background: #fff;
  margin: 50px auto 0;
  box-shadow: 1px 4px 3px #cecdcd;
}
.center-main-bg .center-main .slidebar .slidebar-tp .uploaded-img .img-bg {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  overflow: hidden;
}
.center-main-bg .center-main .slidebar .slidebar-tp .uploaded-img .img-bg > img {
  height: 108px;
  width: 108px;
}
.center-main-bg .center-main .slidebar .slidebar-md {
  padding-bottom: 40px;
  border-bottom: 1px solid #d5d9e2;
}
.center-main-bg .center-main .slidebar .slidebar-md > ul > li {
  text-indent: 40px;
  width: 270px;
  height: 60px;
  line-height: 60px;
  color: #666666;
  margin-left: -1px;
}
.center-main-bg .center-main .slidebar .slidebar-md > ul > li > a {
  color: #666;
  display: block;
  background: url(../images/images/turn.png) no-repeat 85% center;
}
.center-main-bg .center-main .slidebar .slidebar-md > ul > li:hover {
  background: #dce0e9;
}
.center-main-bg .center-main .slidebar .slidebar-md > ul > li:hover > a {
  color: #272636;
}
.center-main-bg .center-main .slidebar .slidebar-md > ul .active-1 {
  border-top: 1px solid #d5d9e2;
  background: #fff;
  border-bottom: 1px solid #d5d9e2;
}
.center-main-bg .center-main .slidebar .slidebar-bt {
  text-align: center;
}
.center-main-bg .center-main .slidebar .slidebar-bt > img {
  margin: 30px 0;
}
.center-main-bg .center-main .center-main-rt {
  float: left;
  padding: 50px 40px ;
  color: #494848;
  background: #fff;
  height: 100%;
}
.center-main-bg .center-main .center-main-rt .center-tp {
  width: 850px;
  border-bottom: 1px dotted #d5d9e2;
  overflow: hidden;
  padding-bottom: 20px;
  height: 181px;
}
.center-main-bg .center-main .center-main-rt .center-tp .tp-lf,
.center-main-bg .center-main .center-main-rt .center-tp .tp-md,
.center-main-bg .center-main .center-main-rt .center-tp .tp-rt {
  height: 155px;
  width: 283px;
  padding-top: 20px;
  float: left;
  text-align: center;
  border-right: 1px solid #d5d9e2;
  position: relative;
}
.center-main-bg .center-main .center-main-rt .center-tp .tp-lf > big,
.center-main-bg .center-main .center-main-rt .center-tp .tp-md > big,
.center-main-bg .center-main .center-main-rt .center-tp .tp-rt > big {
  font-size: 22px;
  font-weight: 600;
}
.center-main-bg .center-main .center-main-rt .center-tp .tp-lf .wenhao,
.center-main-bg .center-main .center-main-rt .center-tp .tp-md .wenhao,
.center-main-bg .center-main .center-main-rt .center-tp .tp-rt .wenhao {
  font-size: 14px;
}
.center-main-bg .center-main .center-main-rt .center-tp .tp-lf .wenhao {
  width: 20px;
  height: 20px;
  position: relative;
  top: -20px;
  left: 210px;
}
.center-main-bg .center-main .center-main-rt .center-tp .tp-lf .wenhao:hover .lf-fr {
  display: block;
}
.center-main-bg .center-main .center-main-rt .center-tp .tp-lf .wenhao .lf-fr {
  text-align: center;
  width: 266px;
  position: absolute;
  top: 31px;
  left: -205px;
  background: #fff;
}
.center-main-bg .center-main .center-main-rt .center-tp .tp-md .wenhao {
  width: 20px;
  height: 20px;
  position: relative;
  top: -38px;
  left: 200px;
}
.center-main-bg .center-main .center-main-rt .center-tp .tp-md .wenhao:hover .lf-fr {
  display: block;
}
.center-main-bg .center-main .center-main-rt .center-tp .tp-md .wenhao .lf-fr {
  text-align: center;
  width: 205px;
  position: absolute;
  top: 31px;
  left: -166px;
  background: #fff;
}
.center-main-bg .center-main .center-main-rt .center-tp .tp-md > big {
  color: #52d655;
}
.center-main-bg .center-main .center-main-rt .center-tp .tp-rt {
  border-right: none;
}
.center-main-bg .center-main .center-main-rt .center-tp .tp-rt > big {
  color: #fd6359;
}
.center-main-bg .center-main .center-main-rt .center-tp .tp-rt > a:hover {
  color: white;
}
.center-main-bg .center-main .center-main-rt .center-tp .tp-rt .wenhao {
  width: 20px;
  height: 20px;
  position: relative;
  top: -38px;
  left: 200px;
}
.center-main-bg .center-main .center-main-rt .center-tp .tp-rt .wenhao:hover .lf-fr {
  display: block;
}
.center-main-bg .center-main .center-main-rt .center-tp .tp-rt .wenhao .lf-fr {
  text-align: center;
  width: 310px;
  position: absolute;
  top: 31px;
  left: -226px;
  background: #fff;
}
.center-main-bg .center-main .center-main-rt .center-md {
  height: 350px;
  border-bottom: 1px dotted #d5d9e2;
  margin-bottom: 30px;
  padding: 95px 30px;
}
.center-main-bg .center-main .center-main-rt .center-md .all-fund {
  float: left;
  width: 310px;
  height: 150px;
  background: #fe918a;
  color: white;
  text-align: center;
  padding-top: 25px;
  border: 1px solid #eb867f;
}
.center-main-bg .center-main .center-main-rt .center-md .all-fund > p > big {
  font-size: 22px;
  font-weight: 600;
}
.center-main-bg .center-main .center-main-rt .center-md .all-fund .wenhao {
  width: 20px;
  height: 20px;
  position: relative;
  top: -21px;
  left: 193px;
}
.center-main-bg .center-main .center-main-rt .center-md .all-fund .wenhao:hover .lf-fr {
  display: block;
}
.center-main-bg .center-main .center-main-rt .center-md .all-fund .wenhao .lf-fr {
  text-align: center;
  width: 266px;
  position: absolute;
  top: 31px;
  left: -185px;
  background: #fff;
  color: #666;
}
.center-main-bg .center-main .center-main-rt .center-md .other-fund {
  float: left;
  margin-left: 120px;
  margin-top: -18px;
}
.center-main-bg .center-main .center-main-rt .center-md .other-fund .fund-item {
  width: 350px;
  margin-bottom: 26px;
  position: relative;
}
.center-main-bg .center-main .center-main-rt .center-md .other-fund .fund-item:before {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  background: #fd6359;
  border: 1px solid #e35248;
  border-radius: 1px;
  left: -30px;
  top: 11px;
}
.center-main-bg .center-main .center-main-rt .center-md .other-fund .fund-item .wenhao {
  width: 20px;
  height: 20px;
  position: relative;
  top: -44px;
  left: 80px;
}
.center-main-bg .center-main .center-main-rt .center-md .other-fund .fund-item .wenhao:hover .lf-fr {
  display: block;
}
.center-main-bg .center-main .center-main-rt .center-md .other-fund .fund-item .wenhao .lf-fr {
  text-align: center;
  width: 266px;
  position: absolute;
  top: 31px;
  left: -185px;
  background: #fff;
  color: #666;
}
.center-main-bg .center-main .center-main-rt .center-md .other-fund .fund-item .wenhao .lf-fr .bot {
  bottom: 101%;
}
.center-main-bg .center-main .center-main-rt .center-md .other-fund .fund-item > p {
  font-size: 18px;
}
.center-main-bg .center-main .center-main-rt .center-md .other-fund .fund-item > p > big {
  margin-left: 55px;
  font-weight: 600;
}
.center-main-bg .center-main .center-main-rt .center-md .other-fund .se:before {
  background: #71d38e;
  border: 1px solid #53ad6d;
}
.center-main-bg .center-main .center-main-rt .center-md .other-fund .th {
  margin-top: -35px;
}
.center-main-bg .center-main .center-main-rt .center-md .other-fund .th:before {
  background: #7ab1d4;
  border: 1px solid #5c91b3;
}
.center-main-bg .center-main .center-main-rt .center-bt > ul > li {
  display: inline-block;
  width: 263px;
  height: 130px;
  background: #eaedf4;
  border-radius: 10px;
  color: #666666;
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
  margin-right: 25px;
}
.center-main-bg .center-main .center-main-rt .center-bt > ul > li > p {
  font-weight: 600;
  display: block;
  height: 26px;
}
.center-main-bg .center-main .center-main-rt .center-bt > ul > li:hover {
  box-shadow: 0 0 10px lightgray;
  background: #f0f3fb;
  color: #333333;
}
.center-main-bg .center-main .center-main-rt .center-bt > ul > li:last-child {
  margin-right: 0;
}
.center-main-bg .center-main .investment-rt {
  float: left;
  padding: 50px 40px ;
  color: #494848;
  background: #fff;
  height: 100%;
  width: 930px;
}
.center-main-bg .center-main .investment-rt > ul {
  width: 100%;
  border-bottom: 2px solid #eaedf4;
}
.center-main-bg .center-main .investment-rt > ul > li {
  font-size: 18px;
  margin-bottom: -2px;
  text-align: center;
  display: inline-block;
  width: 140px;
  height: 40px;
  background: url(../images/images/line.jpg) no-repeat right 15%;
}
.center-main-bg .center-main .investment-rt > ul > li > a {
  color: #494848;
}
.center-main-bg .center-main .investment-rt > ul .active-1 {
  border-bottom: 2px solid #d8271c;
}
.center-main-bg .center-main .investment-rt .toubiao > form,
.center-main-bg .center-main .investment-rt .huikuan > form,
.center-main-bg .center-main .investment-rt .wanjie > form {
  margin-top: 20px;
}
.center-main-bg .center-main .investment-rt .toubiao > form > table,
.center-main-bg .center-main .investment-rt .huikuan > form > table,
.center-main-bg .center-main .investment-rt .wanjie > form > table {
  width: 100%;
}
.center-main-bg .center-main .investment-rt .toubiao > form > table > thead,
.center-main-bg .center-main .investment-rt .huikuan > form > table > thead,
.center-main-bg .center-main .investment-rt .wanjie > form > table > thead {
  background-color: #eaedf4;
}
.center-main-bg .center-main .investment-rt .toubiao > form > table > thead > tr,
.center-main-bg .center-main .investment-rt .huikuan > form > table > thead > tr,
.center-main-bg .center-main .investment-rt .wanjie > form > table > thead > tr {
  height: 50px;
}
.center-main-bg .center-main .investment-rt .toubiao > form > table > thead > tr > th,
.center-main-bg .center-main .investment-rt .huikuan > form > table > thead > tr > th,
.center-main-bg .center-main .investment-rt .wanjie > form > table > thead > tr > th {
  font-weight: 500;
}
.center-main-bg .center-main .investment-rt .toubiao > form > table > tbody > tr,
.center-main-bg .center-main .investment-rt .huikuan > form > table > tbody > tr,
.center-main-bg .center-main .investment-rt .wanjie > form > table > tbody > tr {
  border-bottom: 1px solid #eaedf4;
}
.center-main-bg .center-main .investment-rt .toubiao > form > table > tbody > tr > td,
.center-main-bg .center-main .investment-rt .huikuan > form > table > tbody > tr > td,
.center-main-bg .center-main .investment-rt .wanjie > form > table > tbody > tr > td {
  color: #666666;
  text-align: center;
  width: 140px;
  height: 50px;
  border-right: 1px solid #eaedf4;
}
.center-main-bg .center-main .investment-rt .toubiao > form > table > tbody > tr > td:first-child,
.center-main-bg .center-main .investment-rt .huikuan > form > table > tbody > tr > td:first-child,
.center-main-bg .center-main .investment-rt .wanjie > form > table > tbody > tr > td:first-child {
  border-left: 1px solid #eaedf4;
}
.center-main-bg .center-main .log-rt {
  float: left;
  padding: 50px 40px ;
  color: #494848;
  background: #fff;
  height: 100%;
  width: 930px;
}
.center-main-bg .center-main .log-rt .log-tp {
  padding-bottom: 40px;
  border-bottom: 2px dashed #e9e9e9;
}
.center-main-bg .center-main .log-rt .log-tp .log-fr,
.center-main-bg .center-main .log-rt .log-tp .log-se {
  height: 252px;
  width: 850px;
  overflow: hidden;
  position: relative;
}
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-lf,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-lf,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-lf,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-lf {
  float: left;
  width: 215px;
  background-color: #eaedf4;
  text-align: center;
  padding-top: 40px;
  height: 252px;
  border: 1px solid #e9e9e9;
  color: #d8271c;
}
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-lf > p,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-lf > p,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-lf > p,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-lf > p {
  margin-left: 78px;
  line-height: 55px;
  text-align: center;
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 17px;
  font-size: 32px;
  color: white;
  background: #d8271c;
}
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-rt,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-rt,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-rt,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-rt {
  width: 555px;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 28px;
  margin-left: 80px;
}
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-rt > h3,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-rt > h3,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-rt > h3,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-rt > h3 {
  color: #d8271c;
  font-size: 16px;
  margin: 40px 0 0 0;
}
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-rt > h3 > img,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-rt > h3 > img,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-rt > h3 > img,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-rt > h3 > img {
  margin: -5px 10px 0 0;
}
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on {
  width: 635px;
  height: 252px;
  background-color: #f8f8f8;
  padding-left: 60px;
  float: left;
  border-left: 1px solid #cccaca;
  position: absolute;
  top: 0;
  left: 214px;
  overflow: hidden;
}
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on > header,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on > header,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on > header,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on > header {
  padding: 20px 30px 0 0;
}
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on > header .pre-a,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on > header .pre-a,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on > header .pre-a,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on > header .pre-a,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on > header .pre-b,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on > header .pre-b,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on > header .pre-b,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on > header .pre-b {
  float: right;
}
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on > header .next-a,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on > header .next-a,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on > header .next-a,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on > header .next-a,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on > header .next-b,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on > header .next-b,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on > header .next-b,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on > header .next-b {
  float: left;
  margin-left: -40px;
}
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on .tanchu,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on .tanchu,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on .tanchu,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on .tanchu,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on .tanchu-b,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on .tanchu-b,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on .tanchu-b,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on .tanchu-b {
  position: relative;
}
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on .tanchu > form,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on .tanchu > form,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on .tanchu > form,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on .tanchu > form,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on .tanchu-b > form,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on .tanchu-b > form,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on .tanchu-b > form,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on .tanchu-b > form {
  margin: 25px 0 0 25px;
}
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on .tanchu > form .on-item,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on .tanchu > form .on-item,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on .tanchu > form .on-item,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on .tanchu > form .on-item,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on .tanchu-b > form .on-item,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on .tanchu-b > form .on-item,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on .tanchu-b > form .on-item,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on .tanchu-b > form .on-item {
  overflow: hidden;
}
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on .tanchu > form .on-item > label,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on .tanchu > form .on-item > label,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on .tanchu > form .on-item > label,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on .tanchu > form .on-item > label,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on .tanchu-b > form .on-item > label,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on .tanchu-b > form .on-item > label,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on .tanchu-b > form .on-item > label,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on .tanchu-b > form .on-item > label {
  display: inline-block;
  width: 80px;
  text-align: left;
  float: left;
  height: 42px;
  line-height: 42px;
}
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on .tanchu > form .on-item > span,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on .tanchu > form .on-item > span,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on .tanchu > form .on-item > span,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on .tanchu > form .on-item > span,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on .tanchu-b > form .on-item > span,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on .tanchu-b > form .on-item > span,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on .tanchu-b > form .on-item > span,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on .tanchu-b > form .on-item > span {
  line-height: 42px;
}
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on .tanchu > form .on-item .item-in,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on .tanchu > form .on-item .item-in,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on .tanchu > form .on-item .item-in,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on .tanchu > form .on-item .item-in,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on .tanchu-b > form .on-item .item-in,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on .tanchu-b > form .on-item .item-in,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on .tanchu-b > form .on-item .item-in,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on .tanchu-b > form .on-item .item-in {
  float: left;
  margin-bottom: 10px;
}
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on .tanchu > form .on-item .item-in > input,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on .tanchu > form .on-item .item-in > input,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on .tanchu > form .on-item .item-in > input,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on .tanchu > form .on-item .item-in > input,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on .tanchu-b > form .on-item .item-in > input,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on .tanchu-b > form .on-item .item-in > input,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on .tanchu-b > form .on-item .item-in > input,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on .tanchu-b > form .on-item .item-in > input {
  height: 42px;
  background-color: #f8f8f8;
  border: 1px solid #333;
  outline: none;
  text-indent: 20px;
}
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on .tanchu > form .mid-item,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on .tanchu > form .mid-item,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on .tanchu > form .mid-item,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on .tanchu > form .mid-item,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-fr-on .tanchu-b > form .mid-item,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-fr-on .tanchu-b > form .mid-item,
.center-main-bg .center-main .log-rt .log-tp .log-fr .log-se-on .tanchu-b > form .mid-item,
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-on .tanchu-b > form .mid-item {
  height: 70px;
}
.center-main-bg .center-main .log-rt .log-tp .log-se {
  margin-top: 40px;
}
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-lf > p {
  background-color: #1ebf22;
}
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-lf > span {
  color: #1ebf22;
}
.center-main-bg .center-main .log-rt .log-tp .log-se .log-se-rt > h3 {
  margin-top: 15px;
  color: #1ebf22;
}
.center-main-bg .center-main .log-rt .title {
  width: 100%;
  height: 50px;
  background: #eaedf4;
  line-height: 50px;
}
.center-main-bg .center-main .log-rt .title .red {
  margin: 0 15px;
}
.center-main-bg .center-main .log-rt .agent {
  padding: 25px;
}
.center-main-bg .center-main .log-rt .agent > h5 {
  font-size: 18px;
  color: #333;
  font-weight: 300;
}
.center-main-bg .center-main .log-rt .agent .agent-item {
  display: inline-block;
  width: 375px;
  margin-bottom: 25px;
  position: relative;
}
.center-main-bg .center-main .log-rt .agent .agent-item > label {
  width: 114px;
  display: inline-block;
  text-align: right;
  color: #999;
}
.center-main-bg .center-main .log-rt .agent .agent-item > input {
  width: 255px;
  height: 35px;
  text-indent: 15px;
}
.center-main-bg .center-main .log-rt .agent .agent-item > select {
  width: 150px;
  height: 35px;
  display: inline-block;
  margin-right: 7px;
  text-indent: 15px;
}
.center-main-bg .center-main .log-rt .agent .agent-item .null {
  color: #d8271c;
  position: absolute;
  top: 35px;
  left: 140px;
}
.center-main-bg .center-main .log-rt .agent .in-item {
  width: 770px;
}
.center-main-bg .center-main .agent-wait {
  float: left;
  padding: 50px 40px;
  color: #494848;
  background: #fff;
  height: 100%;
  width: 930px;
  height: 500px;
  background: url(../images/images/nullkong.png) no-repeat center 120px;
}
.log-bt {
  float: left;
  padding-top: 40px ;
  color: #494848;
  background: #fff;
  height: 100%;
  width: 100%;
}
.log-bt > ul {
  width: 100%;
  border-bottom: 2px solid #eaedf4;
}
.log-bt > ul > li {
  font-size: 18px;
  margin-bottom: -2px;
  text-align: center;
  display: inline-block;
  width: 140px;
  height: 40px;
  background: url(../images/images/line.jpg) no-repeat right 15%;
}
.log-bt > ul > li > a {
  color: #494848;
}
.log-bt > ul .active-1 {
  border-bottom: 2px solid #d8271c;
}
.log-bt .tab-1 > form,
.log-bt .tab-2 > form {
  margin-top: 20px;
}
.log-bt .tab-1 > form > table,
.log-bt .tab-2 > form > table {
  width: 100%;
}
.log-bt .tab-1 > form > table > thead,
.log-bt .tab-2 > form > table > thead {
  background-color: #eaedf4;
}
.log-bt .tab-1 > form > table > thead > tr,
.log-bt .tab-2 > form > table > thead > tr {
  height: 50px;
}
.log-bt .tab-1 > form > table > thead > tr > th,
.log-bt .tab-2 > form > table > thead > tr > th {
  font-weight: 500;
}
.log-bt .tab-1 > form > table > tbody > tr,
.log-bt .tab-2 > form > table > tbody > tr {
  border-bottom: 1px solid #eaedf4;
}
.log-bt .tab-1 > form > table > tbody > tr > td,
.log-bt .tab-2 > form > table > tbody > tr > td {
  color: #666666;
  text-align: center;
  width: 140px;
  height: 50px;
  border-right: 1px solid #eaedf4;
}
.log-bt .tab-1 > form > table > tbody > tr > td:first-child,
.log-bt .tab-2 > form > table > tbody > tr > td:first-child {
  border-left: 1px solid #eaedf4;
}
.header-b {
  color: #ff8519;
  font-size: 22px;
}
.header-b > span {
  margin-right: 20px;
  font-size: 18px;
}
.coin .coin-fr {
  padding-bottom: 40px;
  border-bottom: 2px dotted #d5d9e2;
}
.coin .coin-fr .fr-bt {
  padding-top: 20px;
}
.coin .coin-fr .fr-bt > ul > li {
  display: inline-block;
  width: 263px;
  height: 130px;
  background: #eaedf4;
  border-radius: 5px;
  color: #666666;
  text-align: center;
  font-size: 20px;
  padding-top: 27px;
  margin-right: 25px;
}
.coin .coin-fr .fr-bt > ul > li > p {
  font-size: 22px;
  font-weight: 500;
}
.coin .coin-fr .fr-bt > ul > li:last-child {
  margin-right: 0;
}
.coin .coin-fr .fr-lt {
  margin-top: 30px;
  text-align: right;
}
.coin .coin-fr .fr-lt > span {
  color: #666666;
  margin-right: 30px;
}
.coin .coin-se {
  padding-bottom: 40px;
  border-bottom: 2px dotted #d5d9e2;
}
.coin .coin-se > header {
  margin: 35px 0 20px 0;
}
.coin .coin-se .se-md {
  margin-bottom: 40px;
  overflow: hidden;
}
.coin .coin-se .se-md .bd {
  float: left;
}
.coin .coin-se .se-md .md-rt {
  border-radius: 5px;
  float: right;
  height: 130px;
  width: 555px;
  padding: 30px 35px;
  border: 2px solid #d5d9e2;
}
.coin .coin-se .se-md .md-rt > header {
  height: 35px;
  border-bottom: 1px solid #d5d9e2;
}
.coin .coin-se .se-md .md-rt > span {
  line-height: 40px;
  color: #999;
}
.bd {
  width: 263px;
  height: 130px;
  background: #eaedf4;
  border-radius: 5px;
  color: #666666;
  text-align: center;
  font-size: 20px;
  padding-top: 27px;
  margin-right: 25px;
}
.bd > p {
  font-size: 22px;
  font-weight: 500;
}
.safety-rt {
  width: 930px;
  padding: 0 40px;
  float: left;
}
.safety-rt .safety-fr,
.safety-rt .safety-se {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dashed #d5d9e2;
}
.safety-rt .safety-fr .fr-a,
.safety-rt .safety-se .fr-a,
.safety-rt .safety-fr .fr-b,
.safety-rt .safety-se .fr-b {
  width: 200px;
  float: left;
  height: 107px;
  line-height: 107px;
}
.safety-rt .safety-fr .fr-a > img,
.safety-rt .safety-se .fr-a > img,
.safety-rt .safety-fr .fr-b > img,
.safety-rt .safety-se .fr-b > img {
  margin-right: 20px;
}
.safety-rt .safety-fr .fr-a,
.safety-rt .safety-se .fr-a {
  color: #333;
  font-weight: 600;
}
.safety-rt .safety-fr .fr-c,
.safety-rt .safety-se .fr-c {
  float: left;
  height: 107px;
  line-height: 107px;
  margin-left: 35px;
}
.safety-rt .safety-fr .fr-c > span .small,
.safety-rt .safety-se .fr-c > span .small {
  color: #d8271c;
}
.safety-rt .safety-fr .fr-d,
.safety-rt .safety-se .fr-d {
  float: right;
  line-height: 107px;
}
.safety-rt .safety-se .fr-b {
  color: #d8271c;
}
.btn-c {
  padding: 6px 30px;
  color: #d8271c;
  border: 1px solid #d8271c;
  border-radius: 2px;
}
.btn-c:hover {
  background: #d8271c;
  color: white;
}
.login-bg {
  background: url(../images/images/login.jpg) no-repeat;
  height: 979px;
  width: 100%;
}
.login-bg .login-opac {
  position: absolute;
  left: 40%;
  background-color: white;
  width: 520px;
  height: 893px;
  opacity: .1;
  filter: alpha(opacity=10);
  -moz-opacity: .1;
  padding: 50px 63px 40px 63px;
}
.login-bg .login {
  position: absolute;
  left: 40%;
  width: 520px;
  margin: 0 auto;
  background: url(../images/images/logo_01.png) no-repeat center 295px;
  padding: 50px 63px 40px 63px;
}
.login-bg .login .back {
  position: absolute;
  top: -55px;
  right: -37px;
  color: #f8af0c;
  text-decoration: underline;
}
.login-bg .login > a {
  height: 138px;
  width: 138px;
  display: block;
  margin: 15% auto;
}
.login-bg .login .pure-form {
  margin-top: 188px;
}
.login-bg .login .pure-form .group_2 > .verify-img {
  margin-bottom: 0;
}
.login-bg .login .pure-form .group_2 > .verify-img .input-opac {
  position: absolute;
  z-index: 1;
  background-color: black;
  width: 215px;
  height: 51px;
  opacity: .3;
  filter: alpha(opacity=10);
  -moz-opacity: .3;
  border-radius: 10px;
}
.login-bg .login .pure-form .group_2 > .verify-img > input,
.login-bg .login .pure-form .group_2 > .verify-img > button {
  position: relative;
  z-index: 2;
  margin: 0;
  width: 394px;
  height: 51px;
  border: 1px solid transparent;
  text-indent: 85px;
  border-radius: 10px;
  color: white;
}
.login-bg .login .pure-form .group_2 > .verify-img > input::-webkit-input-placeholder {
  color: #fff;
}
.login-bg .login .pure-form .group_2 > .verify-img > input:-moz-placeholder {
  color: #fff;
}
.login-bg .login .pure-form .group_2 > .verify-img > input::-moz-placeholder {
  color: #fff;
}
.login-bg .login .pure-form .group_2 > .verify-img > input:-ms-input-placeholder {
  color: #fff;
}
.login-bg .login .pure-form .group_2 {
  height: 72px;
  margin-bottom: 0;
}
.login-bg .login .pure-form .group_2 .xlabel {
  color: red;
}
.login-bg .login .pure-form .false {
  height: 34px;
  color: white;
  line-height: 34px;
}
.login-bg .login .pure-form .group_2 > .verify-img > input {
  text-align: center;
  width: 215px;
  text-indent: 0;
  margin-right: 22px;
  height: 51px;
  line-height: 35px;
}
.login-bg .login .pure-form .group_2 > .verify-img > img {
  width: 152px;
  height: 51px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border: none;
}
.login-bg .login .pure-form .group_1_opac {
  position: absolute;
  z-index: 1;
  margin: 0;
  width: 394px;
  height: 51px;
  border-radius: 10px;
  background-color: black;
  filter: alpha(opacity=30);
  -moz-opacity: .3;
  opacity: 0.3;
}
.login-bg .login .pure-form .group_1 {
  position: relative;
  z-index: 2;
  margin: 0;
  width: 394px;
  height: 51px;
  border-radius: 10px;
  color: white;
}
.login-bg .login .pure-form .group_1:focus {
  border: 1px solid white;
}
.login-bg .login .pure-form .group_1 > input {
  height: 51px;
  background: transparent;
  border: none;
  line-height: 35px;
}
.login-bg .login .pure-form .group_1 > i {
  margin: 0 45px 0 25px;
}
.login-bg .login .pure-form .group_1 > input::-webkit-input-placeholder {
  color: #fff;
}
.login-bg .login .pure-form .group_1 > input:-moz-placeholder {
  color: #fff;
}
.login-bg .login .pure-form .group_1 > input::-moz-placeholder {
  color: #fff;
}
.login-bg .login .pure-form .group_1 > input:-ms-input-placeholder {
  color: #fff;
}
.login-bg .login .pure-form .group_1 .xlabel {
  color: red;
}
.login-bg .login .pure-form .group_3 {
  text-align: center;
}
.login-bg .login .pure-form .group_3 > a {
  display: inline-block;
  color: #c4c3c3;
  padding-right: 32px;
  background: url(../images/images/line_03.png) no-repeat right center;
}
.login-bg .login .pure-form .group_3 .zhuce {
  background: none;
  color: #f8af0c;
  text-decoration: underline;
  margin-left: 32px;
}
.login-bg .login .pure-form .pure-control-group > button {
  outline: none;
  border: none;
  width: 394px;
  height: 51px;
  text-align: center;
  background: #50c132;
  font-size: 22px;
  text-indent: 0;
  font-weight: 100;
  margin: 20px 0 0 0;
  color: white;
  border-radius: 10px;
}
.login-bg .login .pure-form .pure-controls {
  margin: 0;
  text-align: center;
  padding: 0 50px;
  font-size: 12px;
}
.login-bg .login .pure-form .pure-controls > label {
  color: #c4c3c3;
}
.login-bg .login-ft {
  padding-top: 893px;
  margin: 0 auto;
  width: 1200px;
  text-align: center;
}
.login-bg .login-ft > ul {
  text-align: center;
  margin: 20px;
}
.login-bg .login-ft > ul > li {
  display: inline-block;
  width: 160px;
  background: url(../images/images/line_03.png) no-repeat right center;
}
.login-bg .login-ft > ul > li:last-child {
  background: none;
}
.login-bg .login-ft > ul > li > a {
  color: white;
}
.trade {
  padding: 15px 35px;
  background: #eaedf4;
  position: relative;
}
.trade .item > label {
  display: inline-block;
  width: 80px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: left;
}
.trade .item > input,
.trade .item > select {
  width: 320px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e1e1e1;
  text-indent: 15px;
  border-radius: 5px;
  outline: none;
}
.trade .item > select {
  padding: 6px 0;
}
.trade .item .publish-input {
  width: 147px;
}
.trade .item .btn {
  height: 38px;
  right: 412px;
  border-radius: 5px;
  background: #d8271c;
  width: 151px;
  margin-right: 12px;
}
.trade .item .btn:active {
  box-shadow: 0 3px 3px #ab1d15 inset;
}
.trade .item > button {
  width: 151px;
}
.list-bg {
  background: #fbfbfb;
}
.list-bg .list {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 15px 40px;
}
.list-bg .list .list-item {
  margin-bottom: 15px;
}
.list-bg .list .list-item > label {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-right: 30px;
  color: #999;
}
.list-bg .list .list-item > a {
  padding: 3px 10px;
  border-radius: 3px;
  margin-right: 25px;
  color: #666;
}
.list-bg .list .list-item > a:hover {
  color: white;
  background: #d8271c;
}
.list-bg .list .list-item .active-1 {
  color: white;
  background: #d8271c;
}
.list-content-bg {
  min-height: 500px;
}
.list-content-bg .list-content {
  width: 1200px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0 2px 3px  lightgray;
  margin-bottom: 50px;
}
.list-content-bg .list-content .se-in {
  position: relative;
}
.list-content-bg .list-content .se-in > a .item_1 {
  position: relative;
  z-index: 2;
  font-size: 16px;
  height: 178px;
  border-top: 1px dotted #cccccc;
  padding: 25px 15px;
  background: #fff;
  overflow: hidden;
}
.list-content-bg .list-content .se-in > a .item_1:hover {
  background: #f6f7f8;
}
.list-content-bg .list-content .se-in > a .item_1 .item_tp > span {
  padding-left: 70px;
}
.list-content-bg .list-content .se-in > a .item_1 .item_tp > span > small,
.list-content-bg .list-content .se-in > a .item_1 .item_tp > span > span {
  background: #d8271c;
  color: #fff;
  padding: 0px 7px;
  border-radius: 10px;
  margin-left: 15px;
}
.list-content-bg .list-content .se-in > a .item_1 .item_tp > span > big {
  color: #666;
}
.list-content-bg .list-content .se-in > a .item_1 .item_tp > span .in-fr {
  margin-right: 10px;
}
.list-content-bg .list-content .se-in > a .item_1 .item_1_lf {
  width: 230px;
  margin: 15px 0 0 70px;
  float: left;
}
.list-content-bg .list-content .se-in > a .item_1 .item_1_lf > p > big {
  font-size: 20px;
  color: #d8271c;
}
.list-content-bg .list-content .se-in > a .item_1 .item_1_md {
  width: 290px;
  margin-top: 15px;
  float: left;
}
.list-content-bg .list-content .se-in > a .item_1 .item_1_rt {
  width: 370px;
  margin-top: 15px;
  float: left;
}
.list-content-bg .list-content .se-in > a .item_1 .item_1_rt > p > .progress {
  display: block;
  float: right;
  margin: 10px 0 0 10px;
  width: 175px;
  height: 6px;
}
.list-content-bg .list-content .se-in > a .item_1 .item_1_rt > p .width {
  margin-left: 60px;
  display: block;
  position: relative;
  top: -45px;
  width: 40px;
  height: 27px;
  text-align: center;
  line-height: 20px;
  color: white;
  font-size: 12px;
}
.list-content-bg .list-content .se-in > a .item_1 .item_1_lt {
  text-align: center;
  float: left;
}
.list-content-bg .list-content .se-in > a .item_1 .item_1_lt > button {
  margin-bottom: 10px;
}
.list-content-bg .list-content .se-in > a .item_1 .item_1_lt .tp {
  height: 50px;
}
.list-content-bg .list-content .se-in .float {
  position: absolute;
  z-index: 1;
  left: -40px;
  top: 53px;
}
.list-content-bg .list-content .se-in .float:hover {
  position: absolute;
  z-index: 1;
  left: -135px;
  top: 53px;
  -webkit-transition: 1s;
          transition: 1s;
}
.list-content-bg .list-content-tp-bg {
  margin: 40px 0;
  height: 40px;
}
.list-content-bg .list-content-tp-bg .list-content-tp {
  width: 1200px;
  margin: 0 auto;
  background: #eeeeee;
}
.list-content-bg .list-content-tp-bg .list-content-tp > ul {
  margin: 0;
}
.list-content-bg .list-content-tp-bg .list-content-tp > ul > li {
  line-height: 40px;
  display: inline-block;
  width: 236px;
  text-align: center;
}
.list-content-bg .list-content-tp-bg .list-content-tp > ul > li > span {
  margin-left: 10px;
}
.register-bg {
  padding: 60px 0;
}
.register-bg .register {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.register-bg .register > header {
  color: #333;
  text-align: right;
}
.register-bg .register > header > span {
  margin-right: 100px;
}
.register-bg .register > header > span > a {
  color: white;
}
.register-bg .register > ul {
  position: absolute;
  top: 50px;
  left: 0px;
  float: left;
}
.register-bg .register > ul > li {
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 18px;
  background-color: #4c4c4c;
  display: block;
  height: 150px;
  width: 53px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
}
.register-bg .register > ul > li > a {
  display: block;
  text-align: center;
  padding: 0 20px;
  color: white;
  line-height: 20px;
}
.register-bg .register > ul .active-1 {
  background: #e85248;
}
.register-bg .register .person,
.register-bg .register .forget {
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 10px #e1e1e1;
  float: right;
  width: 1147px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
  padding-bottom: 60px;
}
.register-bg .register .person > header,
.register-bg .register .forget > header {
  height: 210px;
  background: url(../images/images/register_01_.jpg) no-repeat center center;
}
.register-bg .register .person > .realname,
.register-bg .register .forget > .realname {
  height: 210px;
  background: url(../images/images/register_03_.jpg) no-repeat center center;
}

.register-bg .register .person .company,
.register-bg .register .forget .company {
  background: url(../images/images/register_02_.jpg) no-repeat center center;
}
.register-bg .register .person .companyopen,
.register-bg .register .forget .companyopen {
  background: url(../images/images/register_04_.jpg) no-repeat center center;
}

.register-bg .register .person .register-item,
.register-bg .register .forget .register-item,
.register-bg .register .person .verifytel-box,
.register-bg .register .forget .verifytel-box,
.register-bg .register .person .verify-img,
.register-bg .register .forget .verify-img {
  margin-left: 250px;
  overflow: hidden;
}
.register-bg .register .person .register-item > label,
.register-bg .register .forget .register-item > label,
.register-bg .register .person .verifytel-box > label,
.register-bg .register .forget .verifytel-box > label,
.register-bg .register .person .verify-img > label,
.register-bg .register .forget .verify-img > label {
  margin-right: 10px;
  display: inline-block;
  width: 120px;
  text-align: right;
  color: #333;
  line-height: 45px;
  font-size: 18px;
  float: left;
}
.register-bg .register .person .register-item > input,
.register-bg .register .forget .register-item > input,
.register-bg .register .person .verifytel-box > input,
.register-bg .register .forget .verifytel-box > input,
.register-bg .register .person .verify-img > input,
.register-bg .register .forget .verify-img > input {
  font-size: 14px;
  width: 410px;
  height: 60px;
  float: left;
}
.register-bg .register .person .register-item > select,
.register-bg .register .forget .register-item > select,
.register-bg .register .person .verifytel-box > select,
.register-bg .register .forget .verifytel-box > select,
.register-bg .register .person .verify-img > select,
.register-bg .register .forget .verify-img > select {
  width: 410px;
  margin-top: 15px;
}
.register-bg .register .person .register-item .xlabel,
.register-bg .register .forget .register-item .xlabel,
.register-bg .register .person .verifytel-box .xlabel,
.register-bg .register .forget .verifytel-box .xlabel,
.register-bg .register .person .verify-img .xlabel,
.register-bg .register .forget .verify-img .xlabel {
  font-size: 14px;
  color: #e85248;
  float: left;
  line-height: 60px;
  margin-left: 30px;
  position: relative;
}
.register-bg .register .person .register-item .xlabel:before,
.register-bg .register .forget .register-item .xlabel:before,
.register-bg .register .person .verifytel-box .xlabel:before,
.register-bg .register .forget .verifytel-box .xlabel:before,
.register-bg .register .person .verify-img .xlabel:before,
.register-bg .register .forget .verify-img .xlabel:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 22px;
  width: 15px;
  height: 15px;
  background: url(../images/images/error.png) no-repeat center center;
}
.register-bg .register .person .register-item #all > select,
.register-bg .register .forget .register-item #all > select,
.register-bg .register .person .verifytel-box #all > select,
.register-bg .register .forget .verifytel-box #all > select,
.register-bg .register .person .verify-img #all > select,
.register-bg .register .forget .verify-img #all > select {
  width: 134px;
  margin-top: 15px;
  outline: red;
}
.register-bg .register .person .register-item > button,
.register-bg .register .forget .register-item > button,
.register-bg .register .person .verifytel-box > button,
.register-bg .register .forget .verifytel-box > button,
.register-bg .register .person .verify-img > button,
.register-bg .register .forget .verify-img > button {
  width: 410px;
  background-color: #fd6359;
  height: 55px;
}
.register-bg .register .person .bt,
.register-bg .register .forget .bt {
  text-indent: 20px;
  margin-left: 264px;
  background: url(../images/images/right.png) no-repeat left center;
}
.register-bg .register .forget {
  width: 1200px;
  border: 1px solid #e1e1e1;
  border-top: 4px solid #474e5d;
  border-radius: 0;
}
.register-bg .register .forget > header {
  background: #f9f9f9;
  color: #474e5d;
  height: 63px;
  line-height: 63px;
  font-size: 18px;
  text-indent: 40px;
  margin-bottom: 45px;
}
.register-bg .register .forget > form .forget-item {
  margin-top: 30px;
}
.register-bg .register .forget > form .forget-item .btn {
  width: 200px;
  height: 45px;
  margin-right: 7px;
}
.register-bg .register .forget > form .forget-item .btn:active {
  box-shadow: none;
}
.register-bg .register .forget > form .forget-item .btn-1 {
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 45px;
  line-height: 28px;
  color: white;
}
.register-bg .register .forget > form .forget-item .btn-1:active {
  box-shadow: none;
}
.register-bg .login-ft {
  margin: 0 auto;
  width: 1200px;
  text-align: center;
}
.register-bg .login-ft > ul {
  text-align: center;
  margin: 20px;
}
.register-bg .login-ft > ul > li {
  display: inline-block;
  width: 160px;
  background: url(../images/images/line_03.png) no-repeat right center;
}
.register-bg .login-ft > ul > li > a {
  color: #666;
}
.uploaded-rt {
  float: left;
  color: #494848;
  background: #fff;
  height: 100%;
  width: 930px;
}
.uploaded-rt .uploaded > header {
  height: 40px;
  background: #d9422f url(../images/images/line_03.jpg) no-repeat left;
  line-height: 40px;
  font-size: 18px;
  color: white;
  position: relative;
  text-indent: 63px;
}
.uploaded-rt .uploaded > header:after {
  content: '';
  border-left: 12px solid #fff;
  border-right: 12px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 15px;
  left: 40px;
}
.uploaded-rt .uploaded .uploaded-bt {
  text-align: center;
  padding-top: 40px;
  line-height: 40px;
  color: #999;
}
.uploaded-rt .uploaded .uploaded-bt .uploaded-img {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  background: #fff;
  margin: 60px auto -30px;
  box-shadow: 1px 4px 3px #cecdcd;
}
.uploaded-rt .uploaded .uploaded-bt .uploaded-img .img-bg {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  overflow: hidden;
}
.uploaded-rt .uploaded .uploaded-bt .uploaded-img .img-bg > img {
  height: 108px;
  width: 108px;
}
.uploaded-rt .uploaded .uploaded-bt > button {
  padding: 2px 30px;
  margin-top: 30px;
}
.uploaded-rt .uploaded .security-bt {
  margin: 40px 0 0 200px;
}
.uploaded-rt .uploaded .security-bt .security-item > label {
  display: inline-block;
  width: 85px;
  text-align: right;
  margin-right: 15px;
  font-size: 18px;
}
.uploaded-rt .uploaded .security-bt .security-item > input {
  width: 320px;
  height: 42px;
  font-size: 14px;
  text-indent: 20px;
  margin-bottom: 20px;
}
.uploaded-rt .uploaded .security-bt .security-item > button {
  width: 153px;
  height: 42px;
}
.coin-sell .sell-title {
  width: 850px;
  height: 55px;
  background: #fcf8e3;
  border-radius: 5px;
  border: 1px solid  #fbefd6;
  color: #c09853;
  line-height: 55px;
  text-indent: 25px;
  margin: 30px 0;
}
.coin-sell .sell-content {
  padding-left: 180px;
  color: #666666;
}
.coin-sell .sell-content .sell-item {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}
.coin-sell .sell-content .sell-item > label {
  display: inline-block;
  width: 78px;
  float: left;
}
.coin-sell .sell-content .sell-item .item-in {
  float: left;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 10px;
}
.coin-sell .sell-content .sell-item .item-in > input {
  border: none;
  outline: none;
  height: 40px;
  float: left;
  text-indent: 10px;
  width: 227px;
}
.coin-sell .sell-content .sell-item .item-in > span {
  width: 45px;
  text-align: center;
  line-height: 40px;
  float: left;
  display: block;
  height: 40px;
  border-left: 1px solid #dbdbdb;
}
.coin-sell .sell-content .sell-item .after {
  color: #d8271c;
  line-height: 60px;
  margin-left: 20px;
  float: left;
}
.coin-sell .sell-content .sell-item > a {
  display: block;
  float: left;
  text-align: center;
  height: 45px;
  width: 275px;
  line-height: 35px;
  border: 1px solid #3fae42;
}
.success,
.fail {
  width: 850px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
  line-height: 50px;
}
.success > big,
.fail > big {
  font-size: 28px;
}
.success > span,
.fail > span {
  font-size: 18px;
}
.success > span > a,
.fail > span > a {
  color: #d8271c;
  text-decoration: underline;
}
.file {
  margin-top: 17px;
  position: relative;
  display: inline-block;
  background: white;
  padding: 4px 12px;
  overflow: hidden;
  border: 1px  solid  #d8271c;
  color: #d8271c;
  text-decoration: none;
  text-indent: 0;
  line-height: 20px;
}
.file > input {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.file:hover {
  background: #d8271c;
  color: white;
  text-decoration: none;
}
.detail-bg {
  padding-bottom: 100px;
  background: #f5f5f5;
}
.detail-bg .detail {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}
.detail-bg .detail .detail-fr .fr-lf {
  width: 820px;
  height: 450px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  float: left;
  background: #fbfbfb;
}
.detail-bg .detail .detail-fr .fr-lf > header {
  height: 50px;
  line-height: 50px;
  background: #a20000;
  color: white;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding-left: 40px;
}
.detail-bg .detail .detail-fr .fr-lf > header > span {
  font-size: 18px;
}
.detail-bg .detail .detail-fr .fr-lf > header > span > small {
  padding: 0 5px;
  background: #fff;
  border-radius: 10px;
  color: #a20000;
}
.detail-bg .detail .detail-fr .fr-lf .lf-bt {
  position: relative;
}
.detail-bg .detail .detail-fr .fr-lf .lf-bt .hurt {
  position: absolute;
  top: 0px;
  left: -85px;
}
.detail-bg .detail .detail-fr .fr-lf .lf-bt > small {
  margin-left: 15px;
  border-radius: 10px;
  padding: 0px 5px;
  margin-left: 715px;
  line-height: 50px;
}
.detail-bg .detail .detail-fr .fr-lf .lf-bt > small > a {
  color: #a20000;
  text-decoration: underline;
}
.detail-bg .detail .detail-fr .fr-lf .lf-bt > ul > li {
  margin: 10px 0 40px 0;
  display: inline-block;
  width: 269px;
  height: 66px;
  text-align: center;
  border-right: 1px dashed #dddddd;
  font-size: 18px;
  color: #333;
}
.detail-bg .detail .detail-fr .fr-lf .lf-bt > ul > li:last-child {
  border-right: none;
}
.detail-bg .detail .detail-fr .fr-lf .lf-bt > ul > li > p {
  margin-top: -10px;
}
.detail-bg .detail .detail-fr .fr-lf .lf-bt > ul > li > span > big {
  font-size: 32px;
  font-weight: 600;
}
.detail-bg .detail .detail-fr .fr-lf .lf-bt > ul > li > span > small {
  font-size: 12px;
}
.detail-bg .detail .detail-fr .fr-lf .lf-bt .bt-item {
  height: 50px;
  line-height: 50px;
  padding-left: 40px;
}
.detail-bg .detail .detail-fr .fr-lf .lf-bt .bt-item > span {
  color: #666;
}
.detail-bg .detail .detail-fr .fr-lf .lf-bt .bt-item > span.orange {
  color: #f7660e;
}
.detail-bg .detail .detail-fr .fr-lf .lf-bt .bt-item > span .wenhao {
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 2px;
}
.detail-bg .detail .detail-fr .fr-lf .lf-bt .bt-item > span .wenhao:hover .dialog {
  display: block;
}
.detail-bg .detail .detail-fr .fr-lf .lf-bt .bt-item > span .wenhao .lf-t {
  text-align: center;
  width: 370px;
  position: absolute;
  top: 31px;
  left: -186px;
  background: #fff;
  padding: 5px;
  line-height: 22px;
}
.detail-bg .detail .detail-fr .fr-lf .lf-bt .bt-item > span .wenhao > img {
  position: absolute;
}
.detail-bg .detail .detail-fr .fr-lf .lf-bt .bt-item .lb-rt {
  margin-left: 25px;
}
.detail-bg .detail .detail-fr .fr-rt {
  float: right;
  width: 360px;
  height: 450px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background: #fbfbfb;
}
.detail-bg .detail .detail-fr .fr-rt > header {
  height: 50px;
  line-height: 50px;
  background: #a20000;
  color: white;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding-left: 40px;
}
.detail-bg .detail .detail-fr .fr-rt .rt-bt {
  margin-top: 40px;
  padding-left: 40px;
}
.detail-bg .detail .detail-fr .fr-rt .rt-bt .rt-item {
  height: 40px;
}
.detail-bg .detail .detail-fr .fr-rt .rt-bt .rt-item > label {
  margin-right: 20px;
}
.detail-bg .detail .detail-fr .fr-rt .rt-bt .rt-item span > span {
  color: #f7660e;
  margin-right: 5px;
}
.detail-bg .detail .detail-fr .fr-rt .rt-bt .rt-item > a {
  display: block;
  height: 30px;
  width: 200px;
  border: 1px solid #ff8519;
  line-height: 30px;
  color: #ff8519;
  text-align: center;
  border-radius: 5px;
}
.detail-bg .detail .detail-fr .fr-rt .rt-bt .rt-item .worng-font {
  color: red;
}
.detail-bg .detail .detail-fr .fr-rt .rt-bt .rt-item .right-font {
  color: #19cb43;
}
.detail-bg .detail .detail-fr .fr-rt .rt-bt .touzi {
  height: 49px;
  border: 1px solid #dddddd;
  position: relative;
  width: 301px;
  border-radius: 5px;
  color: black;
}
.detail-bg .detail .detail-fr .fr-rt .rt-bt .touzi > form > span > input {
  height: 49px;
  width: 175px;
  margin-top: -1px;
  outline: none;
  text-indent: 20px;
}
.detail-bg .detail .detail-fr .fr-rt .rt-bt .touzi > form > span .right {
  background: #d3e9d3;
  border: 1px solid #19cb43;
}
.detail-bg .detail .detail-fr .fr-rt .rt-bt .touzi > form > span .worng {
  background: #f1dcdb;
  border: 1px solid red;
}
.detail-bg .detail .detail-fr .fr-rt .rt-bt .touzi > form > span > button {
  position: absolute;
  top: 0;
  right: -1px;
  margin-top: -1px;
  width: 100px;
  height: 49px;
  background: #d8271c;
  color: white;
  border: none;
  outline: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.detail-bg .detail .detail-fr .fr-rt .rt-bt-b {
  text-align: center;
  padding-top: 100px;
}
.detail-bg .detail .detail-fr .fr-rt .rt-bt-b > p > span {
  color: #ff8519;
}
.detail-bg .detail .detail-fr .fr-rt .rt-bt-b > a {
  margin-top: 20px;
  display: block;
  width: 295px;
  border: 1px solid #ff8519;
  color: #ff8519;
  height: 43px;
  line-height: 30px;
  margin-left: 30px;
}
.detail-bg .detail .detail-fr .fr-rt .rt-bt-b > a:hover {
  background: #ff8519;
  color: white;
}
.detail-bg .detail .detail-fr .fr-rt .rt-bt-c {
  padding-top: 30px;
  text-align: center;
  color: #666;
}
.detail-bg .detail .detail-se {
  clear: both;
  border: 1px solid #dddddd;
  margin-top: 480px;
}
.detail-bg .detail .detail-se .detail-tab-1 {
  background: #fff;
  height: 100%;
  padding-bottom: 20px;
}
.detail-bg .detail .detail-se .detail-tab-1 > ul {
  background: #f8f8f8;
  border-bottom: 1px solid #dddddd;
  height: 50px;
}
.detail-bg .detail .detail-se .detail-tab-1 > ul > li {
  display: inline-block;
  width: 200px;
  height: 48px;
  color: #666;
  line-height: 48px;
  text-align: center;
  border-right: 1px solid #dddddd;
  margin-right: -5px;
  margin-top: -1px;
  cursor: pointer;
}
.detail-bg .detail .detail-se .detail-tab-1 > ul > li > a {
  display: block;
  color: #666;
}
.detail-bg .detail .detail-se .detail-tab-1 > ul .active-1 {
  border-top: 2px solid #d8271c;
  background: white;
  border-bottom: 1px solid #fff;
  height: 52px;
  margin-left: 1px;
  width: 199px;
}
.detail-bg .detail .detail-se .detail-tab-1 > ul .active-1 > a {
  color: #d8271c;
}
.detail-bg .detail .detail-se .detail-tab-1 .detail-content {
  padding: 25px 40px 80px 40px;
  background: #fff;
}
.detail-bg .detail .detail-se .detail-tab-1 .detail-content .content-item {
  margin-top: 25px;
}
.detail-bg .detail .detail-se .detail-tab-1 .detail-content .content-item > p {
  text-indent: 20px;
  line-height: 30px;
}
.detail-bg .detail .detail-se .detail-tab-1 .detail-content .content-item:first-child {
  margin-top: 0px;
}
.detail-bg .detail .detail-se .detail-tab-1 .detail-pic .gallary-box {
  height: 390px;
  background: #fff;
  width: 986px;
  position: relative;
  z-index: 9;
  margin: 0 auto;
  overflow: hidden;
}
.detail-bg .detail .detail-se .detail-tab-1 .detail-pic .gallary-box in > ul > li {
  position: relative;
}
.detail-bg .detail .detail-se .detail-tab-1 .detail-pic .gallary-box in > ul > li .piclist-bg {
  width: 316px;
  height: 286px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.detail-bg .detail .detail-se .detail-tab-1 .detail-pic .gallary-box in > ul > li:hover .piclist-bg {
  display: block;
}
.detail-bg .detail .detail-se .detail-tab-1 .detail-pic .gallary-box .pic-prev {
  position: absolute;
  z-index: 10;
  top: 140px;
  left: -50px;
  cursor: pointer;
}
.detail-bg .detail .detail-se .detail-tab-1 .detail-pic .gallary-box .pic-next {
  position: absolute;
  z-index: 10;
  top: 140px;
  right: -50px;
  cursor: pointer;
}
.detail-bg .detail .detail-se .detail-tab-1 .detail-tab > form {
  padding: 40px;
}
.detail-bg .detail .detail-se .detail-tab-1 .detail-tab > form > ul {
  border-bottom: 1px solid #f8f8f8;
}
.detail-bg .detail .detail-se .detail-tab-1 .detail-tab > form > ul > li {
  display: inline-block;
  width: 33%;
  height: 40px;
  line-height: 40px;
  color: #666;
}
.detail-bg .detail .detail-se .detail-tab-1 .detail-tab > form > ul .first {
  text-align: left;
}
.detail-bg .detail .detail-se .detail-tab-1 .detail-tab > form > ul .first > span {
  margin-left: 40px;
}
.detail-bg .detail .detail-se .detail-tab-1 .detail-tab > form > ul .middle {
  text-align: center;
}
.detail-bg .detail .detail-se .detail-tab-1 .detail-tab > form > ul .right {
  text-align: right;
}
.detail-bg .detail .detail-se .detail-tab-1 .detail-tab > form > ul .right > span {
  margin-right: 40px;
}
.detail-bg .detail .detail-se .detail-tab-1 .detail-tab > form .first-ul {
  background: #f8f8f8;
}
.detail-bg .detail .detail-se .detail-tab-1 .detail-tab > form .first-ul .first > span {
  margin-left: 60px!important;
}
.market-bg {
  background: #fff;
  min-height: 600px;
}
.market-bg .market {
  width: 1235px;
  margin: 0 auto;
}
.market-bg .market .market-head {
  overflow: hidden;
  color: #666;
  margin: 40px 0;
}
.market-bg .market .market-head .market-search {
  margin-left: 50px;
}
.market-bg .market .market-head .market-search > label {
  float: left;
  line-height: 40px;
  margin-right: 20px;
}
.market-bg .market .market-head .market-search .search {
  width: 430px;
  height: 40px;
  border: 1px solid #d5d5d5;
  border-radius: 20px;
  float: left;
  overflow: hidden;
}
.market-bg .market .market-head .market-search .search > input {
  border: none;
  height: 38px;
  width: 363px;
  outline: none;
  text-indent: 30px;
}
.market-bg .market .market-head .market-search .search .btn-search {
  display: block;
  height: 40px;
  width: 65px;
  border: none;
  outline: none;
  border-left: 1px solid #d5d5d5;
  float: right;
  background: #ff992b url(../images/images/search.jpg) no-repeat center center;
}
.market-bg .market .market-head .market-rt {
  margin-right: 17px;
  float: right;
  height: 40px;
  width: 580px;
  border-radius: 20px;
  background: #eeeeee;
}
.market-bg .market .market-head .market-rt > ul {
  width: 100%;
}
.market-bg .market .market-head .market-rt > ul > li {
  line-height: 40px;
  width: 188px;
  display: inline-block;
  text-align: center;
  margin: 0;
}
.market-bg .market .market-main .main-list .list-in,
.market-bg .market .market-main .main-list .list-in-b {
  cursor: pointer;
  display: inline-block;
  background: #f6f6f6;
  border: 1px solid #eaeaea;
  width: 272px;
  margin: 16px;
}
.market-bg .market .market-main .main-list .list-in .in-md,
.market-bg .market .market-main .main-list .list-in-b .in-md {
  text-align: center;
}
.market-bg .market .market-main .main-list .list-in .in-md > span,
.market-bg .market .market-main .main-list .list-in-b .in-md > span {
  color: #666;
}
.market-bg .market .market-main .main-list .list-in .in-md > big,
.market-bg .market .market-main .main-list .list-in-b .in-md > big {
  color: #f59626;
  font-size: 40px;
}
.market-bg .market .market-main .main-list .list-in .in-md > big > span,
.market-bg .market .market-main .main-list .list-in-b .in-md > big > span {
  font-size: 18px;
}
.market-bg .market .market-main .main-list .list-in .in-md > ul,
.market-bg .market .market-main .main-list .list-in-b .in-md > ul {
  margin-top: 20px;
}
.market-bg .market .market-main .main-list .list-in .in-md > ul > li,
.market-bg .market .market-main .main-list .list-in-b .in-md > ul > li {
  width: 131px;
  display: inline-block;
  border-left: 1px solid #eee;
}
.market-bg .market .market-main .main-list .list-in .in-md > ul > li:first-child,
.market-bg .market .market-main .main-list .list-in-b .in-md > ul > li:first-child {
  border-left: none;
  text-align: right;
  padding-right: 5px;
}
.market-bg .market .market-main .main-list .list-in .in-md > ul > li:last-child,
.market-bg .market .market-main .main-list .list-in-b .in-md > ul > li:last-child {
  text-align: left;
  text-indent: 10px;
}
.market-bg .market .market-main .main-list .list-in .in-md > ul > li > p,
.market-bg .market .market-main .main-list .list-in-b .in-md > ul > li > p {
  color: #333;
}
.market-bg .market .market-main .main-list .list-in .in-md > ul > li > p > big,
.market-bg .market .market-main .main-list .list-in-b .in-md > ul > li > p > big {
  color: #f59626;
}
.market-bg .market .market-main .main-list .list-in .in-bt,
.market-bg .market .market-main .main-list .list-in-b .in-bt {
  display: block;
  text-align: center;
  width: 272px;
  height: 50px;
  line-height: 50px;
  background: #ffd351;
  position: relative;
  left: -1px;
}
.market-bg .market .market-main .main-list .list-in .in-bt > a,
.market-bg .market .market-main .main-list .list-in-b .in-bt > a {
  display: block;
  color: white;
}
.market-bg .market .market-main .main-list .list-in:hover,
.market-bg .market .market-main .main-list .list-in-b:hover {
  box-shadow: 0 0 5px #eaeaea;
  background: #fff;
  position: relative;
  top: -10px;
}
.market-bg .market .market-main .main-list .list-in:hover .in-bt,
.market-bg .market .market-main .main-list .list-in-b:hover .in-bt {
  background: #ff992b;
}
.market-bg .market .market-main .main-list .list-in-b .in-md {
  text-align: center;
}
.market-bg .market .market-main .main-list .list-in-b .in-md > span {
  color: #666;
}
.market-bg .market .market-main .main-list .list-in-b .in-md > big {
  color: #999;
  font-size: 40px;
}
.market-bg .market .market-main .main-list .list-in-b .in-md > big > span {
  font-size: 18px;
}
.market-bg .market .market-main .main-list .list-in-b .in-md > ul > li > p {
  color: #333;
}
.market-bg .market .market-main .main-list .list-in-b .in-md > ul > li > p > big {
  color: #999;
}
.market-bg .market .market-main .main-list .list-in-b .in-bt {
  background: #b9b9b9;
}
.market-bg .market .market-main .main-list .list-in-b .in-bt > a {
  color: #fff;
}
.market-bg .market .market-main .main-list .list-in-b:hover {
  box-shadow: 0 0 5px #eaeaea;
  background: #fff;
  position: relative;
  top: -10px;
}
.market-bg .market .market-main .main-list .list-in-b:hover .in-bt {
  background: #666;
}
.market-detail-bg {
  padding-bottom: 100px;
  background: #f5f5f5;
}
.market-detail-bg .market-detail {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}
.market-detail-bg .market-detail .market-detail-fr {
  overflow: hidden;
}
.market-detail-bg .market-detail .market-detail-fr .fr-lf {
  width: 820px;
  height: 290px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  float: left;
  background: #fbfbfb;
}
.market-detail-bg .market-detail .market-detail-fr .fr-lf > header {
  height: 50px;
  line-height: 50px;
  background: #ffb661;
  color: #333;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding-left: 40px;
  font-size: 18px;
}
.market-detail-bg .market-detail .market-detail-fr .fr-lf .lf-bt > ul > li {
  margin: 60px 0 40px 0;
  display: inline-block;
  width: 199px;
  height: 66px;
  text-align: center;
  border-right: 1px dashed #dddddd;
  font-size: 18px;
  color: #333;
}
.market-detail-bg .market-detail .market-detail-fr .fr-lf .lf-bt > ul > li:last-child {
  border-right: none;
}
.market-detail-bg .market-detail .market-detail-fr .fr-lf .lf-bt > ul > li > p {
  margin-top: -10px;
}
.market-detail-bg .market-detail .market-detail-fr .fr-lf .lf-bt > ul > li > span > big {
  font-size: 26px;
}
.market-detail-bg .market-detail .market-detail-fr .fr-lf .lf-bt > ul > li > span > small {
  font-size: 12px;
}
.market-detail-bg .market-detail .market-detail-fr .fr-lf .lf-bt .bt-item {
  height: 50px;
  line-height: 50px;
  padding-left: 40px;
}
.market-detail-bg .market-detail .market-detail-fr .fr-lf .lf-bt .bt-item > span {
  color: #666;
}
.market-detail-bg .market-detail .market-detail-fr .fr-lf .lf-bt .bt-item > span.orange {
  color: #ff8519;
}
.market-detail-bg .market-detail .market-detail-fr .fr-lf .lf-bt .bt-item .lb-rt {
  margin-left: 25px;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt {
  float: right;
  width: 360px;
  height: 290px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background: #fbfbfb;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt > header {
  height: 50px;
  line-height: 50px;
  background: #ffb661;
  color: #333;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding-left: 40px;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt .rt-bt {
  margin-top: 40px;
  padding-left: 40px;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt .rt-bt .rt-item {
  height: 40px;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt .rt-bt .rt-item > label {
  margin-right: 20px;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt .rt-bt .rt-item span > span {
  color: #ffb661;
  margin-right: 5px;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt .rt-bt .rt-item > a {
  color: #ffb661;
  text-decoration: underline;
  float: right;
  margin-right: 30px;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt .rt-bt .rt-item .worng-font {
  color: red;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt .rt-bt .rt-item .right-font {
  color: #19cb43;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt .rt-bt > span {
  line-height: 40px;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt .rt-bt .touzi {
  height: 49px;
  border: 1px solid #dddddd;
  position: relative;
  width: 292px;
  border-radius: 5px;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt .rt-bt .touzi > span > input {
  height: 49px;
  width: 150px;
  margin-top: -1px;
  outline: none;
  text-indent: 20;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt .rt-bt .touzi > span > button {
  position: absolute;
  top: 0;
  right: -1px;
  margin-top: -1px;
  width: 100px;
  height: 49px;
  background: #d8271c;
  color: white;
  border: none;
  outline: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt .rt-bt .touzi .right {
  background: #d3e9d3;
  border: 1px solid #19cb43;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt .rt-bt .touzi .worng {
  background: #f1dcdb;
  border: 1px solid red;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt .rt-bt-b {
  text-align: center;
  padding-top: 40px;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt .rt-bt-b > p {
  color: #666;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt .rt-bt-b > p > span {
  color: #ff8519;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt .rt-bt-b > a {
  margin-top: 20px;
  display: block;
  width: 295px;
  border: 1px solid #f59626;
  color: #f59626;
  height: 43px;
  line-height: 30px;
  margin-left: 30px;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt .rt-bt-b > a:hover {
  background: #f59626;
  color: white;
}
.market-detail-bg .market-detail .market-detail-fr .fr-rt .rt-bt-c {
  padding-top: 40px;
  text-align: center;
}
.market-detail-bg .market-detail .market-detail-se {
  border: 1px solid #dddddd;
  margin-top: 20px;
}
.market-detail-bg .market-detail .market-detail-se .market-detail-content {
  background: #fff;
}
.market-detail-bg .market-detail .market-detail-se .market-detail-content > ul {
  background: #f8f8f8;
  border-bottom: 1px solid #dddddd;
  height: 50px;
}
.market-detail-bg .market-detail .market-detail-se .market-detail-content > ul > li {
  display: inline-block;
  width: 200px;
  height: 48px;
  color: #666;
  line-height: 48px;
  text-align: center;
  border-right: 1px solid #dddddd;
  margin-right: -5px;
  margin-top: -1px;
  cursor: pointer;
}
.market-detail-bg .market-detail .market-detail-se .market-detail-content > ul > li > a {
  display: block;
  color: #666;
}
.market-detail-bg .market-detail .market-detail-se .market-detail-content > ul .active-1 {
  border-top: 2px solid #ff8519;
  background: white;
  border-bottom: 1px solid #fff;
  height: 52px;
  margin-left: 1px;
  width: 199px;
}
.market-detail-bg .market-detail .market-detail-se .market-detail-content > ul .active-1 > a {
  color: #ff8519;
}
.market-detail-bg .market-detail .market-detail-se .market-detail-content .content-list > form {
  padding: 40px;
}
.market-detail-bg .market-detail .market-detail-se .market-detail-content .content-list > form > ul {
  border-bottom: 1px solid #f8f8f8;
}
.market-detail-bg .market-detail .market-detail-se .market-detail-content .content-list > form > ul > li {
  display: inline-block;
  width: 33%;
  height: 40px;
  line-height: 40px;
  color: #666;
}
.market-detail-bg .market-detail .market-detail-se .market-detail-content .content-list > form > ul .first {
  text-align: left;
}
.market-detail-bg .market-detail .market-detail-se .market-detail-content .content-list > form > ul .first > span {
  margin-left: 40px;
}
.market-detail-bg .market-detail .market-detail-se .market-detail-content .content-list > form > ul .middle {
  text-align: center;
}
.market-detail-bg .market-detail .market-detail-se .market-detail-content .content-list > form > ul .right {
  text-align: right;
}
.market-detail-bg .market-detail .market-detail-se .market-detail-content .content-list > form > ul .right > span {
  margin-right: 40px;
}
.market-detail-bg .market-detail .market-detail-se .market-detail-content .content-list > form > ul:first-child {
  background: #f8f8f8;
}
.market-detail-bg .market-detail .market-detail-se .market-detail-content .content-list > form > ul:first-child .first > span {
  margin-left: 60px!important;
}
.loanmian-head-bg {
  background: url(../images/images/bg.jpg);
}
.loanmian-head-bg .loanmian-head {
  width: 1200px;
  margin: 0 auto;
  height: 600px;
  overflow: hidden;
}
.loanmian-head-bg .loanmian-head .head-rt {
  width: 400px;
  height: 600px;
  text-align: left;
  background: url(../images/images/background.png);
  padding: 20px 25px 60px 25px;
  float: left;
}
.loanmian-head-bg .loanmian-head .head-rt > header {
  text-align: center;
  color: #ff5a5d;
  font-size: 14px;
  margin-bottom: 20px;
}
.loanmian-head-bg .loanmian-head .head-rt > form .infomation .info-item {
  height: 85px;
}
.loanmian-head-bg .loanmian-head .head-rt > form .infomation .info-item > label {
  color: white;
  font-size: 18px;
}
.loanmian-head-bg .loanmian-head .head-rt > form .infomation .info-item > input {
  border: none;
  outline: none;
  height: 40px;
  width: 350px;
  margin-top: 5px;
  text-indent: 10px;
  line-height: 40px;
}
.loanmian-head-bg .loanmian-head .head-rt > form .infomation .info-item > button {
  margin-top: 48px;
  width: 350px;
  height: 52px;
  line-height: 30px;
  font-size: 24px;
}
.loanmian-head-bg .loanmian-head .head-rt > form .infomation .info-item > button:hover {
  background: #ff6669;
}
.loanmian-head-bg .loanmian-head .head-rt > form .infomation .info-item > textarea {
  width: 350px;
  height: 80px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.loanmian-head-bg .loanmian-head .head-rt > form .infomation .info-item .xlabel {
  color: #df3932;
  font-size: 14px;
  float: right;
}
.loanmian-head-bg .loanmian-head .head-lf {
  float: right;
  margin-right: 12%;
  width: 450px;
  text-align: center;
  color: white;
}
.loanmian-head-bg .loanmian-head .head-lf > header {
  margin-top: 30%;
  font-size: 60px;
  color: #ff5a5d;
  height: 90px;
  background: url(../images/images/toum.png) no-repeat bottom;
  margin-bottom: 20px;
}
.loanmian-head-bg .loanmian-head .head-lf > big {
  font-size: 28px;
}
.loanmian-head-bg .loanmian-head .head-lf > ul {
  margin-top: 40px;
}
.loanmian-head-bg .loanmian-head .head-lf > ul > li {
  font-size: 18px;
  text-align: left;
  padding-left: 70px;
  position: relative;
  line-height: 40px;
}
.loanmian-head-bg .loanmian-head .head-lf > ul > li:after {
  content: '';
  width: 9px;
  height: 9px;
  background: #fff;
  position: absolute;
  left: 45px;
  bottom: 12px;
}
.loan-content-bg {
  background: #fff;
}
.loan-content-bg .loan-content {
  width: 1200px;
  margin: 0 auto;
}
.agreement-bg {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.agreement-bg .agreement {
  width: 70%;
  height: 90%;
  margin: 55px auto;
  background: #fff;
  border-radius: 10px;
  padding: 40px 30px 25px 40px;
  position: relative;
}
.agreement-bg .agreement .close {
  position: absolute;
  top: -15px;
  right: -15px;
}
.agreement-bg .agreement .agreement-in {
  text-align: center;
  height: 95%;
  overflow: auto;
  padding-right: 40px;
}
.agreement-bg .agreement .agreement-in > header {
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  color: black;
  height: 60px;
  border-bottom: 1px solid #e2e2e2;
}
.agreement-bg .agreement .agreement-in > h4 {
  text-align: center;
  font-size: 18px;
  color: black;
}
.agreement-bg .agreement .agreement-in > p {
  text-align: left;
  color: #666;
}
.agreement-bg .agreement .agreement-in > p.last {
  text-align: right;
}
.contract-bg .contract {
  width: 1200px;
  margin: 0 auto;
}
.contract-bg .contract > header {
  color: black;
  height: 100px;
  line-height: 100px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.contract-bg .contract .contract-content {
  border: 1px solid #ccc;
}
.none {
  background: url(../images/images/none.png) no-repeat center 100px;
  height: 300px;
}
.to_success-bg .to_success {
  background: #fff;
  text-align: center;
  padding: 90px;
  width: 620px;
  height: 390px;
  margin: 36px auto;
  border: 1px solid #dddddd;
  color: #333;
}
.to_success-bg .to_success > img {
  margin-bottom: 10px;
}
.to_success-bg .to_success > p {
  font-size: 18px;
}
.to_success-bg .to_success > p > a {
  text-decoration: underline;
}
.to_success-bg .to_success > p > a:hover {
  color: #df3932;
}
.calculatornew-bg .calculatornew {
  width: 1200px;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #666;
}
.calculatornew-bg .calculatornew .calculatornew-tp > header {
  height: 48px;
  line-height: 48px;
  text-indent: 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e6e6e6;
  font-weight: bold;
}
.calculatornew-bg .calculatornew .calculatornew-tp .tp-in {
  overflow: hidden;
  padding: 35px 60px 15px 125px;
}
.calculatornew-bg .calculatornew .calculatornew-tp .tp-in .in-lf {
  float: left;
}
.calculatornew-bg .calculatornew .calculatornew-tp .tp-in .in-lf .in-item {
  margin-bottom: 15px;
}
.calculatornew-bg .calculatornew .calculatornew-tp .tp-in .in-lf .in-item > label {
  display: inline-block;
  margin-right: 20px;
}
.calculatornew-bg .calculatornew .calculatornew-tp .tp-in .in-lf .in-item .onlynumber,
.calculatornew-bg .calculatornew .calculatornew-tp .tp-in .in-lf .in-item .only-number {
  width: 198px;
  height: 32px;
  text-indent: 15px;
}
.calculatornew-bg .calculatornew .calculatornew-tp .tp-in .in-lf .in-item > button {
  width: 138px;
  height: 40px;
  margin-left: 20px;
}
.calculatornew-bg .calculatornew .calculatornew-tp .tp-in .in-lf .in-item .btn-a:active {
  box-shadow: 0 3px 3px #d8271c inset;
}
.calculatornew-bg .calculatornew .calculatornew-tp .tp-in .in-right {
  float: right;
}
.calculatornew-bg .calculatornew .calculatornew-tp .tp-in .in-right > header {
  height: 48px;
  width: 490px;
  line-height: 48px;
  text-indent: 20px;
  background: #f8f9fa;
  border: 1px solid #e6e6e6;
}
.calculatornew-bg .calculatornew .calculatornew-tp .tp-in .in-right .sy-fr {
  height: 57px;
  width: 490px;
  line-height: 57px;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.calculatornew-bg .calculatornew .calculatornew-tp .tp-in .in-right .sy-fr > span {
  display: inline-block;
  width: 241px;
  text-align: center;
}
.calculatornew-bg .calculatornew .calculatornew-bt > header {
  height: 48px;
  line-height: 48px;
  text-indent: 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  font-weight: 600;
}
.calculatornew-bg .calculatornew .calculatornew-bt .bt-in {
  padding: 40px 20px;
}
.calculatornew-bg .calculatornew .calculatornew-bt .bt-in > table {
  width: 100%;
}
.calculatornew-bg .calculatornew .calculatornew-bt .bt-in > table > thead {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e6e6e6;
}
.calculatornew-bg .calculatornew .calculatornew-bt .bt-in > table > tbody {
  width: 100%;
  text-align: center;
}
.calculatornew-bg .calculatornew .calculatornew-bt .bt-in > table > tbody > tr {
  height: 40px;
  line-height: 40px;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.dialog {
  display: none;
  padding: 10px 0;
  border: 1px solid #bdc0c8;
  position: relative;
  box-shadow: 0 2px 2px #ccc;
  z-index: 99;
}
.dialog > span {
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  position: absolute;
}
.dialog .bot {
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #bdc0c8;
  left: 50%;
  bottom: 102%;
}
.dialog .top {
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  left: 50%;
  bottom: 99%;
}
.pop-up-bg {
  display: none;
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.pop-up-bg .pop-up {
  width: 680px;
  margin: 15% auto;
  border: 7px solid rgba(0, 0, 0, 0.2);
}
.pop-up-bg .pop-up > header {
  height: 50px;
  line-height: 50px;
  color: white;
  padding: 0 25px;
  background: #474e5d;
  font-size: 18px;
}
.pop-up-bg .pop-up > header > img {
  margin-top: 8px;
  float: right;
  cursor: pointer;
}
.pop-up-bg .pop-up .pop-bt {
  text-align: center;
  padding: 40px 60px;
  background-color: white;
  font-size: 18px;
  color: #666;
}
.pop-up-bg .pop-up .pop-bt .pop-item > a {
  display: block;
  margin: 30px auto 0;
  height: 43px;
  line-height: 43px;
  width: 127px;
  background: #fbfbfb;
  border-radius: 5px;
  border: 1px solid #adb2ba;
}
/*hexiujin*/
.about_list {
  float: right;
  position: fixed;
  right: -430px;
  top: 40%;
  z-index: 999;
}
.about_list a {
  background: #fff;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 18px;
  color: #474e5d;
  display: inline-block;
  border-radius: 50%;
  margin-right: 3px;
}
.about_list a:hover {
  color: #fff;
  background: #d8271c;
}
.about_list a.active {
  color: #fff;
  background: #d8271c;
}
.about_list_icon {
  background-image: url(../images/about/css_png.png);
  background-repeat: no-repeat;
  background-position: -83px 0px;
  height: 30px;
  width: 26px;
  display: inline-block;
  position: relative;
  top: 12px;
  margin-right: 15px;
  cursor: pointer;
}
.about_list_icon1 {
  background-position: -42px 0px !important;
  background-image: url(../images/about/css_png.png);
  background-repeat: no-repeat;
  height: 30px;
  width: 26px;
  display: inline-block;
  position: relative;
  top: 12px;
  margin-right: 15px;
  cursor: pointer;
}
.blk {
  display: inline-block !important;
}
.section1 {
  background: url(../images/about/about_bg1.jpg) no-repeat center top;
  height: 842px;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.about_name {
  color: #fff;
  font-size: 18px;
  line-height: 55px;
  text-align: center;
  padding-top: 110px;
}
.about_name span {
  font-size: 70px;
}
.about_name font {
  border-bottom: 2px solid #fff;
  padding-bottom: 25px;
}
.about {
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  padding: 40px 110px 0px;
  color: #fff;
  min-height: 460px;
}
.about1 {
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  padding: 40px 50px 0px;
  color: #fff;
  min-height: 460px;
}
.about_icon {
  background: url(../images/about/up_icon.png) no-repeat center bottom;
  height: 63px;
  clear: both;
  margin-top: 50px;
}
.section2 {
  background: url(../images/about/about_bg2.jpg) no-repeat center top;
  height: 944px;
}
.section3 {
  background: url(../images/about/about_bg3.jpg) no-repeat center top;
  height: 944px;
}
.section4 {
  background: url(../images/about/about_bg4.jpg) no-repeat center top;
  height: 944px;
}
.section5 {
  background: url(../images/about/about_bg5.jpg) no-repeat center top;
  height: 944px;
}
.pt200 {
  padding-top: 200px;
}
.about_img img {
  margin: 15px 0px 15px 40px;
  box-shadow: 2px 2px 20px #666;
}
.about_bank_name {
  font-size: 40px;
  color: #000 !important;
  text-align: center;
  padding-top: 45px;
}
.about2 {
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  padding: 60px 50px 0px;
  color: #000;
  min-height: 400px;
}
.about_bz {
  color: #fff;
  font-size: 17px;
  line-height: 36px;
  padding-top: 80px;
}
.about_bz span {
  font-size: 28px;
  text-align: center;
  width: 260px;
  display: inline-block;
  padding-bottom: 20px;
}
.about_bz li {
  float: left;
  width: 260px;
  margin-right: 50px;
}
.mr0 {
  margin-right: 0px !important;
}
#newslist {
  overflow: hidden;
  padding: 30px 0px 0px;
  background: #fff;
}
#newslist .newstitem {
  width: 100%;
  height: 150px;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
  -webkit-transition: all ease-out 0.2s;
          transition: all ease-out 0.2s;
  position: relative;
}
#newslist .newscontent {
  width: 1200px;
  height: 90px;
  padding-top: 40px;
  margin: 0px auto;
  display: block;
  position: relative;
  z-index: 1;
}
#newslist .newsinfo {
  margin-left: 60px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#newslist .newsdate {
  width: 180px;
}
#newslist .newsdate p {
  font-family: "HELVETICANEUELTPRO-THEX", Arial;
}
#newslist .newsinfo .md {
  color: #dcdcdc;
  font-size: 60px;
  line-height: 50px;
  text-align: right;
}
#newslist .newsinfo .year {
  color: #bdbdbd;
  font-size: 16px;
  text-align: right;
}
#newslist .newsbody {
  margin-left: 50px;
}
#newslist .newsbody .title {
  width: 460px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #464646;
}
#newslist .newsbody .description {
  width: 560px;
  line-height: 25px;
  font-size: 13px;
  color: #6a6a6a;
  margin-top: 10px !important;
  overflow: hidden;
}
#newslist .newstitem i {
  font-size: 20px;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: all ease-out 0.3s;
          transition: all ease-out 0.3s;
  text-indent: -30px;
  font-weight: bolder;
}
#newslist .newstitem:hover i {
  font-size: 26px;
  margin-top: 20px;
  color: #fff;
  text-indent: 0px;
  font-weight: bolder;
}
#newslist .newstitem:hover .newsinfo {
  -webkit-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
}
#newslist .newstitem:hover p {
  color: #fff;
}
#newslist .newstitem:hover a {
  color: #fff;
}
#newslist .newstitem:hover {
  background: #d8271d;
}
.fl {
  float: left;
}
#newslist .newstitem p {
  margin: 0px !important;
}
.fr {
  float: right;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 200px;
}
.fa-angle-right:before {
  /*content: "\f105";*/
}
.news_title {
  text-align: center;
  font-size: 20px;
  padding: 30px 0px;
  line-height: 40px;
}
.news_title span {
  font-size: 30px;
  color: #444 !important;
}
.new_sidebar {
  height: 60px;
  line-height: 60px;
  background: #eaedf4;
  text-align: center;
  font-size: 20px;
}
.news_bann {
  background: url(../images/about/news_bann.jpg) no-repeat center top;
  height: 180px;
  width: 100%;
}
.new_sidebar a {
  color: #808080;
  width: 298px;
  display: inline-block;
  margin-left: -5px;
}
.br2 {
  border-right: 2px solid #fff;
}
.new_sidebar a:hover {
  background: #d2d6df;
}
.new_sidebar a.active {
  background: #d8271c;
  color: #fff;
}
.detial_title {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  padding: 65px 0px;
  overflow: hidden;
  border-bottom: 1px dotted #dcdcdc;
}
.detial_title span {
  font-size: 22px;
  color: #333;
}
.detial_title font {
  padding-left: 30px;
}
.white_bg {
  background: #fff;
}
.detial_con {
  padding: 30px 0px 50px;
  overflow: hidden;
  color: #999;
  font-size: 18px;
  line-height: 40px;
}
.c_news {
  width: 1200px;
  clear: both;
  border-bottom: 1px solid #dcdcdc;
  padding: 25px 25px 15px 55px;
  overflow: hidden;
}
.c_news li {
  float: left;
}
.c_news_icon {
  background: url(../images/about/gg_icon.png) no-repeat left center;
  display: inline-block;
  margin-right: 140px;
  height: 46px;
  width: 46px;
}
.c_news:hover .c_news_icon {
  background: url(../images/about/gg_hover_icon.png) no-repeat left center;
}
.c_news .c_news_d {
  width: 200px;
  font-size: 18px;
  color: #b0b0b0;
  line-height: 25px;
}
.c_news .c_news_d span {
  font-size: 35px;
  color: #464646 !important;
}
.c_news .c_news_con {
  width: 350px;
  font-size: 18px;
  color: #464646;
  padding-top: 12px;
}
.c_news .c_news_time {
  color: #868686;
  padding-top: 12px;
  width: 320px;
}
.c_news .c_news_arrow {
  background: url(../images/about/arrow_icon.gif) no-repeat left center;
  display: inline-block;
  height: 42px;
  width: 42px;
}
.c_news:hover .c_news_arrow {
  background: url(../images/about/arrow_icon_hover.gif) no-repeat left center;
}
.c_news:hover .c_news_d,
.c_news:hover .c_news_d span,
.c_news:hover .c_news_con,
.c_news:hover .c_news_time {
  color: #d8271c !important;
}
.c_news:hover .c_news_d span:hover {
  color: #d8271c !important;
}
.team_two {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 100px 0;
  position: relative;
}
.team_two_img {
  width: 370px;
  height: 210px;
  display: block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #f2f2f2;
  max-height: 210px;
  overflow: hidden;
}
.team_two_img img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 370px;
}
.team_two_txt {
  width: 370px;
  display: block;
  padding: 30px 30px 10px 20px;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff;
}
.team_two li:hover .team_two_txt {
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-bottom: 5px solid #ef3024;
  padding: 30px 30px 32px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.team_two_txt span {
  font-size: 18px;
  color: #333;
  display: inline-block;
  padding: 0 20px 0 0;
  height: 26px;
  overflow: hidden;
}
.team_two_txt i {
  font-size: 13px;
  color: #999;
  display: inline-block;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.team_two_txt strong {
  font-size: 13px;
  color: #999;
  padding-top: 26px;
  line-height: 26px;
  display: block;
  overflow: hidden;
}
.team_two_box {
  width: 370px;
  position: relative;
}
.team_two_ul {
  margin-right: -44px;
  height: auto;
}
.team_two_ul li {
  width: 370px;
  height: 400px;
  float: left;
  margin: 0 44px 40px 0;
}
.team_two_ul .team_two_mar {
  margin-left: 0;
}
.team_two_but {
  position: absolute;
  bottom: 146px;
  right: 30px;
  display: none;
  -webkit-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
}
.team_two li:hover .team_two_but {
  display: block;
  background-color: #ef3024;
}
.show_bot_but {
  width: 36px;
  height: 36px;
  border-radius: 20px;
  background: #ef3024;
  margin-top: 8px;
  position: absolute;
  top: 218px;
  right: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
}
.show_bot_but i {
  background: url(../images/icon.png) no-repeat 0 -71px;
  width: 14px;
  height: 9px;
  display: block;
  margin: 13px 0 0 11px;
}
.team_three_zz {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-width: 1200px;
  background: #000;
  opacity: 0.5;
  /*filter:alpha(opacity:50);*/
}
.team_three {
  width: 1098px;
  height: 650px;
  background: #39424f;
  border-radius: 6px;
  position: fixed;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
.team_thr_l {
  width: 293px;
  height: 650px;
  float: left;
  background: #f5473c;
  position: relative;
  border-bottom-left-radius: 6px;
}
.team_thr_img {
  width: 269px;
  height: 626px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin: 12px 0 0 12px;
  max-height: 626px;
  overflow: hidden;
}
.team_thr_img img {
  width: 269px;
}
.team_thr_r {
  width: 698px;
  height: auto;
  float: right;
  margin: 30px 74px 30px 0px;
}
.ser_but {
  position: absolute;
  top: 72px;
  right: 50px;
  width: 35px;
  height: 35px;
  border-radius: 18px;
  text-align: center;
  border: 1px solid #dedfe1;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ser_but i {
  width: 15px;
  height: 9px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: -110px -11px;
  display: block;
  margin: 13px 0 0 11px;
}
.team_thr_but {
  position: absolute;
  top: 60px;
  right: -840px;
  border-radius: 0;
  background: #2E343F;
  border: 1px solid #2E343F;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.chazi i {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.chazi .ser_but_zuo {
  width: 21px;
  height: 1px;
  margin: 17px 0 0 7px;
}
.chazi .ser_but_you {
  width: 1px;
  height: 21px;
  margin: -11px 0 0 17px;
}
#popContent {
  top: 0px !important;
}
.team_thr_l .chazi i {
  background-color: #7E7E7E;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.team_thr_l:hover .chazi i {
  background-color: #f5473c;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #13DF81;
}
.law_detial_t {
  font-size: 16px;
  color: #8b95a4;
  line-height: 70px;
}
.law_detial_t span {
  font-size: 18px;
  color: #fefefe;
}
.law_detial_t font {
  float: right;
}
.law_detial_time {
  font-size: 16px;
  color: #8b95a4;
  clear: both;
}
.jScrollbar3 {
  clear: both;
  color: #c32c2;
  font-size: 16px;
  line-height: 30px;
  height: 413px;
  margin-top: 40px;
  width: 698px;
  overflow: hidden;
}
.scr_con {
  position: relative;
  height: 433px;
  width: 698px;
  margin: 20px auto;
}
#dv_scroll {
  position: absolute;
  height: 433px;
  overflow: hidden;
  width: 668px;
  line-height: 30px;
}
#dv_scroll .Scroller-Container {
  width: 100%;
}
#dv_scroll_bar {
  position: absolute;
  right: 0;
  top: 5px;
  width: 5px;
  height: 403px;
}
#dv_scroll_bar .Scrollbar-Track {
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 270px;
}
#dv_scroll_bar .Scrollbar-Handle {
  position: absolute;
  left: -5px;
  top: 5px;
  width: 5px;
  height: 39px;
  overflow: hidden;
  background: #f5473c no-repeat;
  cursor: pointer;
}
#dv_scroll_text {
  position: absolute;
}
.buse_bann {
  background: #f0f0f0 url(../images/about/yw_bann.jpg) no-repeat center top;
  width: 100%;
  min-height: 429px;
  padding-top: 394px;
  padding-bottom: 40px;
  overflow: hidden;
}
.buse_t_list a {
  background: #fff;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 18px;
  color: #474e5d;
  display: inline-block;
  border-radius: 50%;
  margin-right: 3px;
}
.buse_t_list a:hover {
  color: #fff;
  background: #d8271c;
}
.buse_t_list a.active {
  color: #fff;
  background: #d8271c;
}
.buse_t_list {
  float: right;
  margin-top: -20px;
}
.buse_name {
  height: 68px;
  line-height: 68px;
  color: #fff;
  font-size: 13px;
  background: #474e5d;
  padding: 0px 20px;
  display: inline-block;
}
.buse_name font {
  font-size: 18px;
  padding-right: 5px;
}
.buses_con {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  color: #444;
  line-height: 40px;
  font-size: 18px;
  padding: 10px 25px;
  width: 1199px;
}
.buses_con > p {
  text-indent: 40px;
}
.buses_bottom {
  width: 1200px;
  margin-top: 80px;
  padding-bottom: 100px;
}
.prom_01 {
  width: 1200px;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  padding-bottom: 100px;
  overflow: hidden;
}
.prom_left {
  width: 600px;
  background: #fff;
  height: 334px;
  float: left;
  padding: 50px 40px 0px;
}
.prom_right {
  float: right;
}
.promt_str {
  font-size: 28px;
  line-height: 50px;
  color: #333;
}
.promt_sml {
  color: #999;
}
.mt120 {
  margin-top: 120px;
}
.prom_bg {
  background: #777f90;
  width: 100%;
  padding-bottom: 88px;
}
.prom_inf {
  width: 1200px;
  margin: 0px auto;
  height: 500px;
  position: relative;
  top: -140px;
}
.prom_inf_l {
  float: left;
  width: 600px;
}
.prom_inf_r {
  float: left;
  background: #fff;
  height: 628px;
  padding: 50px 40px 0px;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  width: 600px;
  overflow: hidden;
}
.prom_pic_bg {
  width: 100%;
  padding: 80px 0px;
  background: #f0f0f0;
  overflow: hidden;
  margin-top: -50px;
}
.prom_title {
  width: 100%;
  text-align: center;
  padding-top: 50px;
  overflow: hidden;
}
.gallary-box {
  width: 1158px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.gallary-box .piclist1 {
  left: 0;
  top: 0;
  width: 1158px !important;
  overflow: hidden;
}
.gallary-box .piclist1:after {
  content: "";
  display: table;
  clear: both;
}
.gallary-box .piclist1 li {
  float: left;
  overflow: hidden;
  margin-right: 50px;
  margin-top: 40px;
  height: 388px;
}
.gallary-box .piclist1 img {
  padding: 20px;
  background: #f7f7f7;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.8);
  border: 1px solid #dfdfdf;
  max-width: 372px;
}
.picbig-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000000000;
}
.picbig-box .pic-big {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 9;
}
.picbig-box .mcbg {
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.picbig-box .pre {
  position: fixed;
  top: 50%;
  left: 5%;
  font-size: 100px;
  color: #fff;
  margin-top: -50px;
  cursor: pointer;
  z-index: 10;
}
.picbig-box .next {
  position: fixed;
  top: 50%;
  right: 5%;
  font-size: 100px;
  color: #fff;
  margin-top: -50px;
  cursor: pointer;
  z-index: 10;
}
.picbig-box .close {
  position: fixed;
  top: 0%;
  right: 0%;
  font-size: 50px;
  color: #fff;
  line-height: 30px;
  cursor: pointer;
  z-index: 10;
}
.picbig-box .pic-big img {
  max-width: 1000px;
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.pic-nav {
  position: fixed;
  z-index: 11;
  bottom: 5%;
  left: 0;
  width: 100%;
  text-align: center;
}
.pic-nav li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  margin-right: 10px;
  border-radius: 10px;
}
.pic-nav li.active {
  background: #F08E0B;
}
.play {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 11;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin-bottom: -10px;
}
.play:before {
  content: "▶";
  font-size: 20px;
  color: #fff;
  display: inline-block;
}
.playauto:before {
  content: "‖";
}
.map {
  width: 1200px;
  margin-top: 117px;
  margin-bottom: 30px;
}
.contact_con {
  line-height: 50px;
  font-size: 18px;
  color: #666;
}
.contact_name {
  font-size: 22px;
}
.contact_con i {
  background-image: url(../images/about/css_png.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 34px;
  width: 28px;
  margin-right: 15px;
  position: relative;
  top: 12px;
}
.contact_icon {
  background-position: 0px -66px;
  top: 14px !important;
}
.contact_icon1 {
  background-position: -34px -66px;
  top: 18px !important;
}
.contact_icon3 {
  background-position: -74px -66px;
}
.contact_icon2 {
  background-position: -117px -66px;
}
.stat_title {
  font-weight: normal;
  font-size: 20px;
  color: #000;
  margin: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.team_thr_r_txt {
  margin: 32px 0 0 0;
  height: 410px;
  overflow: hidden;
}
.mask {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 0px;
}
.help_bann {
  background: #fff url(../images/about/help_bann.jpg) no-repeat center top;
  padding: 120px 0px 50px;
  overflow: hidden;
  min-height: 600px;
}
.help_l {
  width: 233px;
  float: left;
}
.help_l_list {
  width: 100%;
  background: #eaedf4;
  min-height: 400px;
  font-size: 18px;
}
.help_l_title {
  color: #fff;
  padding-left: 28px;
  height: 60px;
  line-height: 60px;
  background: url(../images/about/help_l_t.png) no-repeat left center;
}
.help_l_title span {
  font-size: 16px !important;
}
.help_l_list li {
  height: 58px;
  line-height: 58px;
}
.help_l_list li a {
  color: #666;
  padding: 0px 28px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #eaedf4;
}
.help_l_list li a:hover {
  color: #fff;
  background: #d8271c;
}
.help_l_list li.active a {
  color: #fff;
  background: #d8271c;
}
.help_l_list li span {
  float: right;
  background-image: url(../images/about/css_png.png);
  background-repeat: no-repeat;
  background-position: -16px -107px;
  height: 11px;
  width: 6px;
  display: inline-block;
  position: relative;
  top: 22px;
}
.help_l_list li.active span {
  background-position: 0px -107px;
}
.help_l_list li a:hover span {
  background-position: 0px -107px;
}
.help_r {
  width: 907px;
  float: right;
  margin-right: 30px;
}
.help_r_path {
  text-align: right;
  font-size: 14px;
  color: #666;
  line-height: 60px;
  padding-top: 70px;
}
.help_r_path a {
  color: #666;
}
.help_con {
  border-left: 1px solid #d5d9e2;
  border-right: 1px solid #d5d9e2;
  width: 907px;
  min-height: 400px;
  padding: 5px 30px 10px;
}
.help_img img {
  display: block;
}
.help_name {
  color: #010101;
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebeef3;
}
.help_r_list {
  width: 100%;
  font-size: 16px;
}
.help_r_list li {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ebeef3;
}
.help_r_list li a {
  color: #666;
  display: inline-block;
  width: 100%;
  padding: 0px 5px;
}
.help_r_list li a:hover {
  color: #fff;
  background: #d8271c;
}
.help_r_list li a span {
  float: right;
}
.help_page {
  width: 100%;
  text-align: center;
  padding: 50px 0 20px;
  font-size: 14px;
  background: #fff;
}
.help_page a {
  background: #f9f9f9;
  padding: 5px 9px;
  color: #333;
  margin-right: 10px;
  box-shadow: 1px 1px 3px #cccccc;
}
.help_page a:hover {
  color: #fff;
  background: #d8271c;
}
.help_page a.active {
  color: #fff !important;
  background: #d8271c !important;
}
.pre_page i {
  background-image: url(../images/about/css_png.png);
  background-repeat: no-repeat;
  background-position: -27px -107px;
  height: 15px;
  width: 9px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.pre_page:hover i {
  background-position: -42px -107px;
}
.next_page i {
  background-image: url(../images/about/css_png.png);
  background-repeat: no-repeat;
  background-position: -60px -107px;
  height: 15px;
  width: 9px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.next_page:hover i {
  background-position: -75px -107px;
}
.oth_page i {
  background-image: url(../images/about/css_png.png);
  background-repeat: no-repeat;
  background-position: -96px -107px;
  height: 2px;
  width: 12px;
  display: inline-block;
  position: relative;
  top: -5px;
}
.oth_page:hover i {
  background-position: -114px -107px;
}
.help_de_t {
  font-size: 14px;
  color: #666;
  line-height: 40px;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  border-bottom: 1px solid #ebeef3;
  padding-bottom: 30px;
}
.help_de_t span {
  font-size: 18px;
  color: #010101;
}
.help_de_con {
  width: 100%;
  font-size: 16px;
  color: #999;
  line-height: 40px;
  margin-top: 30px;
}
.safe_bann {
  width: 100%;
  background: url(../images/about/safe_bg.jpg);
  min-height: 600px;
  padding: 350px 0px 50px;
  text-align: center;
  overflow: hidden;
  font-size: 18px;
  color: #ce9c50;
  line-height: 40px;
}
.safe_top {
  width: 100%;
}
.safe_t_l {
  width: 580px;
}
.safe_con {
  clear: both;
  margin-top: 40px;
}
.contract-content {
  padding: 20px;
}
.contract-content > p {
  text-indent: 20px;
  color: black;
}
.wxts {
  border: 1px solid #63142c;
  padding: 10px 20px;
  color: #63142c;
  width: 450px;
  height: 180px;
  text-align: center;
  position: absolute;
  top: 440px;
  left: -450px;
}
.wxts > h3 {
  font-size: 20px;
}
.wxts > p {
  font-size: 20px;
}

.common-item {
  width: 80%;
  border: 1px solid #e5e5e5;
  display: -webkit-flex;
  border-radius: 5px;
  background-color: white;
  margin: 0 auto;
}
.common-item label {
  width: 50px;
  height: 50px;
}
.common-item label img {
  margin: 18px;
}
.common-item input {
  font-size: 14px;
  height: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  outline: none;
  border-radius: 5px;
}