@charset "utf-8";
@font-face {
  font-family: SourceHanSansCN;
}
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei", arial, "SourceHanSansCN", SimSun, Tahoma, Helvetica, Arial, sans-serif;
}
.form-control:focus {
  border: 1px solid #ced4da;
  box-shadow: none;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
/** 设置默认字体 **/
html {
  font-size: 62.5%;
  font-family: "SourceHanSansCN", "Microsoft YaHei", arial, SimSun, sans-serif;
  overflow-x: hidden;
}
body {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #162236;
  overflow-x: hidden;
}
button,
input,
select,
textarea {
  font-size: 1.6rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/* 将斜体扶正 */
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
/* 统一等宽字体 */
small {
  font-size: 16px;
}
ul,
ol {
  list-style: none;
}
*:focus {
  outline: none!important;
}
a {
  color: #ffffff;
}
a:hover {
  color: #ffffff;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  cursor: pointer;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
/* 使得表单元素在 ie 下能继承字体大小 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 清除浮动 */
.clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.show {
  display: inline-block;
}
.hide {
  display: none;
}
.clear {
  *zoom: 1;
}
.pb20 {
  padding-bottom: 20px;
}
.mt-80 {
  margin-top: 80px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb160 {
  margin-bottom: 160px;
}
.p-0 {
  padding: 0;
}
/* 省咯号 */
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.line4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.w-100 {
  width: 100%;
}
@keyframes show-top {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes show-top {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes show-top {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
body.modal-open {
  padding-right: 0!important;
}
.btna {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 5px 10px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btna span {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btna i {
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
  height: 100%;
  top: 0;
  left: -28%;
  transform: skewX(-40deg);
}
.btna:hover span,
.btna:focus span {
  color: #fff;
}
.btna:hover i,
.btna:focus i {
  width: 160%;
}
.wrapBtn {
  text-align: center;
}
.wrapBtn .a1 {
  width: 195px;
  padding: 9px 0;
  font-size: 2rem;
  border: 1px solid #CD5E29;
  color: #CD5E29;
  background: transparent;
  vertical-align: middle;
}
.wrapBtn .a1 span {
  color: #CD5E29;
}
.wrapBtn .a1 i {
  background: #CD5E29;
  color: #fff;
}
.wrapBtn .a1:hover span,
.wrapBtn .a1:focus span {
  color: #fff;
}
.wrapBtn .a2 {
  margin-left: 10px;
  min-width: 195px;
  padding: 9px 10px;
  font-size: 2rem;
  border: 1px solid #CD5E29;
  color: #fff;
  background: #CD5E29;
  vertical-align: middle;
}
.wrapBtn .a2 span {
  color: #fff;
}
.wrapBtn .a2 i {
  background: #fff;
  color: #CD5E29;
}
.wrapBtn .a2:hover span,
.wrapBtn .a2:focus span {
  color: #CD5E29;
}
.wrapBtn .a3 {
  margin-left: 10px;
  width: auto;
  padding: 9px 15px;
  margin: 10px auto;
  font-size: 2rem;
  border: 1px solid #CD5E29;
  color: #fff;
  background: #CD5E29;
  vertical-align: middle;
}
.wrapBtn .a3 span {
  color: #fff;
}
.wrapBtn .a3 i {
  background: #fff;
  color: #CD5E29;
}
.wrapBtn .a3:hover span,
.wrapBtn .a3:focus span {
  color: #CD5E29;
}
.wrapBtn .a4 {
  width: 195px;
  padding: 9px 0;
  font-size: 2rem;
  border: 1px solid #DEB66E;
  color: #fff;
  background: #DEB66E;
  vertical-align: middle;
}
.wrapBtn .a4 span {
  color: #fff;
}
.wrapBtn .a4 i {
  background: #fff;
  color: #DEB66E;
}
.wrapBtn .a4:hover span,
.wrapBtn .a4:focus span {
  color: #DEB66E;
}
.wrapBtn .a5 {
  width: 195px;
  padding: 9px 0;
  font-size: 2rem;
  border: 1px solid #008B4F;
  color: #008B4F;
  background: transparent;
  vertical-align: middle;
}
.wrapBtn .a5 span {
  color: #008B4F;
}
.wrapBtn .a5 i {
  background: #008B4F;
  color: #fff;
}
.wrapBtn .a5:hover span,
.wrapBtn .a5:focus span {
  color: #fff;
}
.wrapBtn .a6 {
  margin-left: 10px;
  width: 195px;
  padding: 9px 0;
  font-size: 2rem;
  border: 1px solid #008B4F;
  color: #DEB66E;
  background: #008B4F;
  vertical-align: middle;
}
.wrapBtn .a6 span {
  color: #fff;
}
.wrapBtn .a6 i {
  background: #fff;
  color: #DEB66E;
}
.wrapBtn .a6:hover span,
.wrapBtn .a6:focus span {
  color: #008B4F;
}
#cookie {
  display: none;
  background: #000000;
  color: #fff;
  padding: 17px 0;
  height: 72px;
  text-align: center;
}
#cookie.fixedpic {
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 1100;
}
#cookie .p1 {
  position: relative;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  float: left;
  height: 33px;
  width: 90%;
  text-align: left;
}
#cookie .p1 span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#cookie .a1 {
  float: right;
  width: 116px;
  padding: 6px 0;
  font-size: 1.6rem;
  border: 1px solid #CD5E29;
  color: #CD5E29;
  background: transparent;
  vertical-align: middle;
}
#cookie .a1 span {
  color: #CD5E29;
}
#cookie .a1 i {
  background: #CD5E29;
  color: #fff;
}
#cookie .a1:hover span,
#cookie .a1:focus span {
  color: #fff;
}
#cookie-m {
  display: none;
}
#nav-header.bg-white {
  width: 100%;
  position: fixed;
  left: 0;
}
#nav-header.bg-white .footer-top {
  background: #fff;
}
#nav-header.bg-white .footer-top .navbar-header .navbar-brand-m .pc-logo {
  display: inline-block;
  width: 240px;
  height: 51px;
  background: url("../img/logo-f.png") no-repeat center center / cover !important;
}
#nav-header.bg-white a {
  color: #000000;
}
#nav-header.bg-white .footer-top .navbar-collapse-2 .service .zxkf:before {
  background: url(../img/wf-h-1.png) no-repeat center center !important;
}
#nav-header.bg-white .footer-top .navbar-collapse-2 .service .kfmail:before {
  background: url(../img/wf-h-2.png) no-repeat center center !important;
}
#nav-header.bg-white .footer-top .navbar-collapse-2 .service .phone:before {
  background: url(../img/wf-h-3.png) no-repeat center center !important;
}
#nav-header.bg-white .footer-top .navbar-collapse-2 .service .kefu:before {
  background: url(../img/wf-h-4.png) no-repeat center center !important;
}
#nav-header.bg-white .footer-top .navbar-collapse-2 .service .mlkefu:before {
  background: url(../img/wf-h-5.png) no-repeat center center !important;
}
#nav-header.bg-white .footer-top .navbar-collapse-2 .service .login:before {
  background: url(../img/wf-h-6.png) no-repeat center center !important;
}
#nav-header .navbar {
  border: none;
  z-index: 1030;
}
#nav-header .navbar .footer-top {
  padding: 15px 0 10px;
}
#nav-header .navbar .footer-top .navbar-header .mobilebtn {
  display: none;
}
#nav-header .navbar .footer-top .navbar-header .navbar-brand-m {
  margin-top: 5px;
}
#nav-header .navbar .footer-top .navbar-header .navbar-brand-m .pc-logo {
  background: url("../img/logo.png") no-repeat center center / cover;
  display: inline-block;
  width: 300px;
  height: 62px;
}
#nav-header .navbar .footer-top .navbar-collapse-2 {
  margin-left: 260px;
}
#nav-header .navbar .footer-top .navbar-collapse-2 .service {
  height: 33px;
  margin-bottom: 10px;
}
#nav-header .navbar .footer-top .navbar-collapse-2 .service .navbar-nav > li {
  padding: 0 15px;
}
#nav-header .navbar .footer-top .navbar-collapse-2 .service .wrapBtn,
#nav-header .navbar .footer-top .navbar-collapse-2 .service .navbar-nav {
  float: right;
}
#nav-header .navbar .footer-top .navbar-collapse-2 .service .zxkf,
#nav-header .navbar .footer-top .navbar-collapse-2 .service .kfmail,
#nav-header .navbar .footer-top .navbar-collapse-2 .service .phone,
#nav-header .navbar .footer-top .navbar-collapse-2 .service .kefu,
#nav-header .navbar .footer-top .navbar-collapse-2 .service .mlkefu,
#nav-header .navbar .footer-top .navbar-collapse-2 .service .login {
  position: relative;
}
#nav-header .navbar .footer-top .navbar-collapse-2 .service .zxkf:before,
#nav-header .navbar .footer-top .navbar-collapse-2 .service .kfmail:before,
#nav-header .navbar .footer-top .navbar-collapse-2 .service .phone:before,
#nav-header .navbar .footer-top .navbar-collapse-2 .service .kefu:before,
#nav-header .navbar .footer-top .navbar-collapse-2 .service .mlkefu:before,
#nav-header .navbar .footer-top .navbar-collapse-2 .service .login:before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 18px;
  position: absolute;
  top: 0;
  left: -10px;
}
#nav-header .navbar .footer-top .navbar-collapse-2 .service .zxkf:before {
  background: url(../img/wf-1.png) no-repeat center center;
}
#nav-header .navbar .footer-top .navbar-collapse-2 .service .kfmail:before {
  background: url(../img/wf-2.png) no-repeat center center;
}
#nav-header .navbar .footer-top .navbar-collapse-2 .service .phone:before {
  background: url(../img/wf-3.png) no-repeat center center;
}
#nav-header .navbar .footer-top .navbar-collapse-2 .service .kefu:before {
  background: url(../img/wf-4.png) no-repeat center center;
}
#nav-header .navbar .footer-top .navbar-collapse-2 .service .mlkefu:before {
  background: url(../img/wf-5.png) no-repeat center center;
}
#nav-header .navbar .footer-top .navbar-collapse-2 .service .login:before {
  background: url(../img/wf-6.png) no-repeat center center;
}
#nav-header .navbar .footer-top .navbar-collapse-2 .navbar-nav {
  margin: 0 12px;
  height: 20px;
  float: none;
}
#nav-header .navbar .footer-top .navbar-collapse-2 .navbar-nav.bottomUl {
  font-size: 1.7rem;
}
#nav-header .navbar .footer-top .navbar-collapse-2 .dropdown-menu {
  min-width: 130px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#nav-header .navbar .footer-top .navbar-collapse-2 .dropdown-menu > li > a {
  padding: 10px 15px;
  color: #ffffff;
}
#nav-header .navbar .footer-top .navbar-collapse-2 .navbar-nav > li.cur > a {
  color: #CD5E29;
  font-weight: bold;
}
#nav-header .navbar .footer-top .navbar-collapse-2 .navbar-nav > li > a {
  padding: 0 0 0 22px;
}
#nav-header .navbar .footer-top .navbar-collapse-2 .navbar-nav > li > a:hover {
  color: #CD5E29;
}
#nav-header .navbar .footer-top .wrapBtn {
  float: right;
}
#nav-header .navbar .footer-top .wrapBtn .a1 {
  width: 64px;
  padding: 6px 0;
  font-size: 1.6rem;
}
#nav-header .navbar .footer-top .wrapBtn .a2 {
  width: 64px;
  padding: 6px 0;
  font-size: 1.6rem;
  border: 1px solid #008B4F;
  color: #DEB66E;
  background: #008B4F;
  vertical-align: middle;
}
#nav-header .navbar .footer-top .wrapBtn .a2 span {
  color: #fff;
}
#nav-header .navbar .footer-top .wrapBtn .a2 i {
  background: #ffff;
  color: #008B4F;
}
#nav-header .navbar .footer-top .wrapBtn .a2:hover,
#nav-header .navbar .footer-top .wrapBtn .a2:focus {
  border: 1px solid #008B4F;
  background: #fff;
}
#nav-header .navbar .footer-top .wrapBtn .a2:hover span,
#nav-header .navbar .footer-top .wrapBtn .a2:focus span {
  color: #008B4F;
}
#nav-header .navbar .footer-top .wrapBtn .a4 {
  width: 64px;
  padding: 6px 0;
  font-size: 1.6rem;
}
#nav-header .navbar.fixedpic {
  width: 100%;
  position: fixed;
  left: 0;
  animation: show-top 300ms linear;
  height: 0;
}
#nav-header .navbar.fixedpic .footer-top {
  background: #fff;
  border-bottom: 1px solid #ccc;
}
#nav-header .navbar.fixedpic .footer-top .navbar-header .navbar-brand-m .pc-logo {
  display: inline-block;
  width: 300px;
  height: 62px;
  background: url("../img/logo-f.png") no-repeat center center / cover;
}
#nav-header .navbar.fixedpic a {
  color: #000000;
}
#nav-header .navbar.fixedpic .footer-top .navbar-collapse-2 .service .zxkf:before {
  background: url(../img/wf-h-1.png) no-repeat center center / cover;
}
#nav-header .navbar.fixedpic .footer-top .navbar-collapse-2 .service .kfmail:before {
  background: url(../img/wf-h-2.png) no-repeat center center / cover;
}
#nav-header .navbar.fixedpic .footer-top .navbar-collapse-2 .service .phone:before {
  background: url(../img/wf-h-3.png) no-repeat center center / cover;
}
#nav-header .navbar.fixedpic .footer-top .navbar-collapse-2 .service .kefu:before {
  background: url(../img/wf-h-4.png) no-repeat center center / cover;
}
#nav-header .navbar.fixedpic .footer-top .navbar-collapse-2 .service .mlkefu:before {
  background: url(../img/wf-h-5.png) no-repeat center center / cover;
}
#nav-header .navbar.fixedpic .footer-top .navbar-collapse-2 .service .login:before {
  background: url(../img/wf-h-6.png) no-repeat center center / cover;
}
#nav-header .aside {
  background: #ffffff;
  position: fixed;
  top: 50%;
  margin-top: -100px;
  right: 0;
  z-index: 1100;
  border: 1px solid #e6e4e4;
  border-right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
#nav-header .aside ul li {
  text-align: center;
  transition: all 0.3s;
}
#nav-header .aside ul li:nth-child(1),
#nav-header .aside ul li:nth-child(3) {
  background: #ffffff;
  border-right: 0;
}
#nav-header .aside ul li:nth-child(2) {
  background: #E5E5E5;
  border-right: 0;
}
#nav-header .aside ul li a {
  display: inline-block;
  color: #000000;
  padding: 15px;
  width: 95px;
  height: 89px;
  font-size: 1.5rem;
}
#nav-header .aside ul li a .yuan {
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s;
}
#nav-header .aside ul li:hover {
  background: #CD5E29;
  border-right: 0;
}
#nav-header .aside ul li:hover a {
  color: #fff;
}
#nav-header .aside ul li:hover a .yuan {
  background: #E5E5E5;
}
.index-section {
  position: relative;
}
.index-section .head {
  min-height: 1080px;
}
.index-section .head .swiper-container {
  width: 100%;
  height: 1080px;
  position: absolute;
  top: 0;
}
.index-section .head .index-banner {
  height: 100%;
  background: url("../img/index-banner.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.index-section .head .index-banner .da-ttitle {
  text-align: center;
  position: absolute;
  top: 180px;
  left: 50%;
  margin-top: 40px;
  width: 100%;
  transform: translate(-50%);
}
.index-section .head .index-banner .da-ttitle .p1 {
  color: #fff;
  font-size: 6rem;
  margin-bottom: 10px;
}
.index-section .head .index-banner .da-ttitle .p2 {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 60px;
}
.index-section .head .wrapBtn {
  top: 920px;
  position: relative;
  z-index: 9;
}
.index-section .head .wrapBtn a.a5 {
  background: #fff;
}
.index-section .head .wrapBtn {
  top: 900px;
  position: relative;
  z-index: 9;
}
.index-section .head .wrapBtn a.a5 {
  background: #fff;
}
.index-section .hangqing {
  background: url("../img/hangqing-bg.jpg") no-repeat center center;
  background-size: cover;
  z-index: 9;
  position: relative;
}
.index-section .hangqing .whPanel {
  width: 975px;
  z-index: 1000;
  margin: 0 auto;
  color: #b3b3b3;
  font-size: 2.2rem;
  padding: 50px 0;
}
.index-section .hangqing .whPanel .ul-1 {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}
.index-section .hangqing .whPanel .ul-1 .green {
  color: green;
}
.index-section .hangqing .whPanel .ul-1 .red {
  color: #FF425E;
}
.index-section .hangqing .whPanel .ul-1 li {
  position: relative;
  padding: 20px 20px 10px;
  float: left;
  width: 49.75%;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.84);
}
.index-section .hangqing .whPanel .ul-1 li:nth-child(even) {
  margin-left: 0.5%;
}
.index-section .hangqing .whPanel .ul-1 li:nth-child(3),
.index-section .hangqing .whPanel .ul-1 li:nth-child(4) {
  margin-bottom: 0;
}
.index-section .hangqing .whPanel .ul-1 li > .lt {
  width: 48%;
  height: 250px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.index-section .hangqing .whPanel .ul-1 li > .lt > span {
  display: block;
  margin-bottom: 10px;
}
.index-section .hangqing .whPanel .ul-1 li > .lt .lap {
  border-radius: 20px;
  background: #191919;
  display: inline-block;
  width: 90%;
}
.index-section .hangqing .whPanel .ul-1 li > .lt .lap span {
  width: 50%;
  float: left;
  text-align: center;
}
.index-section .hangqing .whPanel .ul-1 li > .lt .rap .buy,
.index-section .hangqing .whPanel .ul-1 li > .lt .rap .sell {
  display: inline-block;
  width: 40%;
  float: left;
  text-align: center;
  border-radius: 20px;
  background: #191919;
  margin: 0 5%;
}
.index-section .hangqing .whPanel .ul-1 li > .lt .name {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.index-section .hangqing .whPanel .ul-1 li > .lt .name .icon {
  position: relative;
  display: inline-block;
}
.index-section .hangqing .whPanel .ul-1 li > .lt .name .icon i {
  position: absolute;
  top: -10px;
  right: -24px;
}
.index-section .hangqing .whPanel .ul-1 li > .lt .num {
  font-size: 4.8rem;
  margin-bottom: 30px;
}
.index-section .hangqing .whPanel .ul-1 li > .lt .sell {
  color: #FF425E;
}
.index-section .hangqing .whPanel .ul-1 li > .lt .buy {
  color: #4FED7E;
}
.index-section .hangqing .whPanel .ul-1 li > .lt + .lt {
  margin-left: 2%;
}
.index-section .hangqing .whPanel .ul-1 li > .lt + .lt:before {
  content: '';
  width: 1px;
  height: 107px;
  background: #b3b3b3;
  display: inline-block;
  position: absolute;
  top: 62px;
  left: -19px;
}
.index-section .hangqing .whPanel .ul-1 li .bgxt {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #070707;
  width: 100%;
  height: 65px;
  z-index: -1;
}
.index-section .hangqing .whPanel .ul-1 li .g-upIcon.green {
  color: #4FED7E;
}
.index-section .hangqing .whPanel .ul-1 li .g-upIcon.green .img-icon {
  display: inline-block;
  width: 57px;
  height: 31px;
  background: url("../img/qx.png") no-repeat center center / cover;
  vertical-align: middle;
}
.index-section .hangqing .whPanel .ul-1 li .g-upIcon.green i {
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 17px #4FED7E dashed;
  border-left: 10px transparent dashed;
  border-top: 17px transparent dashed;
  border-right: 10px transparent solid;
}
.index-section .hangqing .whPanel .ul-1 li .g-upIcon.red {
  color: #ff425e;
}
.index-section .hangqing .whPanel .ul-1 li .g-upIcon.red .img-icon {
  display: inline-block;
  width: 57px;
  height: 31px;
  background: url("../img/qxr.png") no-repeat center center / cover;
  vertical-align: middle;
}
.index-section .hangqing .whPanel .ul-1 li .g-upIcon.red i {
  top: 7px!important;
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 17px transparent dashed;
  border-left: 10px transparent dashed;
  border-top: 17px #ff425e dashed;
  border-right: 10px transparent solid;
}
.index-section .hangqing .whPanel .ul-2 {
  display: none;
}
.index-section .hangqing .ft-text {
  background: rgba(22, 34, 54, 0.89);
  width: 100%;
  z-index: 10;
  top: 1251px;
  left: 0;
  bottom: 0;
  height: 117px;
}
.index-section .hangqing .ft-text ul {
  padding: 0 70px;
  margin: 0 auto;
  overflow: hidden;
}
.index-section .hangqing .ft-text ul li {
  width: 20%;
  float: left;
  padding: 18px 0;
  text-align: center;
  color: #CD5E29;
  font-size: 3.5rem;
}
.index-section .hangqing .ft-text ul li span {
  vertical-align: middle;
}
.index-section .hangqing .ft-text ul li .sube,
.index-section .hangqing .ft-text ul li .subtitle {
  font-size: 1.6rem;
}
.index-section .hangqing .ft-text ul li:hover {
  background: #CD5E29;
  color: #ffffff;
}
.index-section .section-1 .col-3 {
  width: 30%;
  float: left;
}
.index-section .section-1 .col-3 .global {
  text-align: center;
  color: #CD5E29;
  background: #162236;
  height: 800px;
  padding: 12rem 0;
}
.index-section .section-1 .col-3 .global .p1 {
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 15px;
}
.index-section .section-1 .col-3 .global .p2 {
  font-size: 8rem;
  line-height: 1;
  margin-bottom: 30px;
}
.index-section .section-1 .col-3 .global .p3 {
  font-size: 1.8rem;
  margin-bottom: 80px;
}
.index-section .section-1 .col-3 .global .p3 span {
  display: block;
}
.index-section .section-1 .col-7 {
  width: 70%;
  float: left;
}
.index-section .section-1 .col-7 .mytabs {
  overflow: hidden;
}
.index-section .section-1 .col-7 .tabs-content {
  height: 680px;
  overflow: hidden;
}
.index-section .section-1 .col-7 .tabs-content .tabs:first-child {
  display: block;
}
.index-section .section-1 .col-7 .tabs-content .tabs {
  display: none;
  overflow: hidden;
}
.index-section .section-1 .col-7 .tabs-content .tabs img {
  width: 100%;
  height: 680px;
}
.index-section .section-1 .pane1Li {
  height: 120px;
  background: #CD5E29;
  padding: 0 86px;
  margin: 0 auto;
  display: flex;
}
.index-section .section-1 .pane1Li li {
  font-size: 3rem;
  color: #fff;
  float: left;
  text-align: center;
  flex: 1;
  padding: 10px 0;
  position: relative;
  transition: all 0.3s linear;
}
.index-section .section-1 .pane1Li li img {
  width: 57px;
  height: 50px;
}
.index-section .section-1 .pane1Li li .img-default {
  display: block;
  margin: 5px auto;
}
.index-section .section-1 .pane1Li li .img-default-hover {
  display: none;
  margin: 5px auto;
}
.index-section .section-1 .pane1Li li i {
  display: inline-block;
  width: 57px;
  height: 50px;
  text-align: center;
  transition: all 0.3s linear;
}
.index-section .section-1 .pane1Li li span {
  display: block;
  line-height: 1;
}
.index-section .section-1 .pane1Li li.hover {
  color: #162236;
  transform: scale(1.1);
}
.index-section .section-1 .pane1Li li.hover a {
  color: #162236;
}
.index-section .section-1 .pane1Li li.hover:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -19px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: 17px #CD5E29 dashed;
  border-left: 10px transparent dashed;
  border-top: 17px transparent dashed;
  border-right: 10px transparent solid;
}
.index-section .section-1 .pane1Li li.hover .img-default {
  display: none;
}
.index-section .section-1 .pane1Li li.hover .img-default-hover {
  display: block;
}
.index-section .section-2 .bggray {
  background: #E4E4E4;
  padding: 110px 0;
}
.index-section .section-2 .bggray .ct-ct {
  padding: 0 7rem;
  z-index: 2;
  position: relative;
}
.index-section .section-2 .ct-img {
  width: 55%;
  position: absolute;
  z-index: 0;
  top: -210px;
  right: 0;
}
.index-section .section-2 .ct-img img {
  position: absolute;
  max-height: 300px;
}
.index-section .section-2 .ct-img .index-b1 {
  left: 0;
}
.index-section .section-2 .ct-img .index-b2 {
  left: 185px;
  top: -150px;
}
.index-section .section-2 .ct-img .index-b3 {
  left: 390px;
  top: -90px;
}
.index-section .section-2 .ct-img .index-b4 {
  left: 235px;
}
.index-section .section-2 .ct-img .index-b5 {
  left: 375px;
}
.index-section .section-2 .p1 {
  font-size: 8rem;
  margin-bottom: 10px;
  color: #162236;
}
.index-section .section-2 .p2 {
  font-size: 2rem;
  margin-bottom: 60px;
}
.index-section .section-2 .u3 {
  font-size: 3rem;
  color: #CD5E29;
  margin-bottom: 60px;
}
.index-section .section-2 .u3 li {
  margin-bottom: 10px;
}
.index-section .section-2 .u3 li i {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: url("../img/index-d-icon.png") no-repeat center center;
  background-size: cover;
  vertical-align: middle;
}
.index-section .section-2 .u3 li span {
  vertical-align: middle;
  padding-left: 7px;
}
.index-section .section-2 .wrapBtn {
  text-align: left;
  position: relative;
  z-index: 11;
}
.index-section .section-2 .pcipad {
  margin-left: auto;
  top: -120px;
  position: relative;
  margin-top: -110px;
}
.index-section .section-3 {
  height: 650px;
  padding: 100px 0 0;
  text-align: center;
  background: url("../img/index-e.jpg") no-repeat center center fixed;
  background-size: cover;
  color: #CD5E29;
}
.index-section .section-3 .p1 {
  font-size: 8rem;
  margin-bottom: 10px;
}
.index-section .section-3 .p2 {
  font-size: 2rem;
  margin-bottom: 100px;
}
.index-section .section-3 .p2 span {
  display: block;
}
.index-section .section-3 ul li {
  width: 32%;
  display: inline-block;
  color: #CD5E29;
  font-size: 3rem;
  position: relative;
  transition: all 0.3s linear;
  vertical-align: middle;
}
.index-section .section-3 ul li a {
  display: inline-block;
  color: #CD5E29;
}
.index-section .section-3 ul li i {
  display: inline-block;
  width: 70px;
  height: 64px;
  background-size: cover;
  margin-bottom: 20px;
  transition: all 0.3s linear;
}
.index-section .section-3 ul li span {
  display: block;
  transition: all 0.3s linear;
}
.index-section .section-3 ul li.windows i {
  background: url("../img/index-c-1.png") no-repeat center center / cover;
}
.index-section .section-3 ul li.iOS i {
  background: url("../img/index-c-2.png") no-repeat center center / cover;
}
.index-section .section-3 ul li.android i {
  background: url("../img/index-c-3.png") no-repeat center center / cover;
}
.index-section .section-3 ul li:nth-child(even) {
  width: 1%;
}
.index-section .section-3 ul li:nth-child(even) b {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  font-size: 3rem;
}
.index-section .section-3 ul li:hover {
  transform: scale(1.05);
}
.index-section .section-3 ul li:hover a {
  color: #fff;
}
.index-section .section-3 ul li:hover.windows i {
  background: url("../img/index-c-hover-1.png") no-repeat center center / cover;
}
.index-section .section-3 ul li:hover.iOS i {
  background: url("../img/index-c-hover-2.png") no-repeat center center / cover;
}
.index-section .section-3 ul li:hover.android i {
  background: url("../img/index-c-hover-3.png") no-repeat center center / cover;
}
@keyframes idle {
  from,
  to {
    transform: translate(0%, 2%);
  }
  25% {
    transform: translate(2%, 0%);
  }
  50% {
    transform: translate(0%, -2%);
  }
  75% {
    transform: translate(2%, 0%);
  }
}
.index-section .bank1,
.index-section .bank4,
.index-section .bank6 {
  -webkit-animation: idle 4s ease-in-out infinite;
  animation: idle 4s ease-in-out infinite;
  animation-delay: -2s;
}
.index-section .bank2,
.index-section .bank5,
.index-section .bank7,
.index-section .bank8 {
  -webkit-animation: idle 6s ease-in-out infinite;
  animation: idle 6s ease-in-out infinite;
  animation-delay: -1s;
}
.index-section .bank3 {
  -webkit-animation: idle 10s ease-in-out infinite;
  animation: idle 10s ease-in-out infinite;
  animation-delay: -4s;
}
.index-section .section-4 {
  padding: 110px 0;
  width: 100%;
  height: 900px;
  background: url("../img/index-f.jpg") no-repeat center center;
  background-size: cover;
}
.index-section .section-4 .lt {
  padding-left: 7rem;
}
.index-section .section-4 .lt .p1 {
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: bold;
}
.index-section .section-4 .lt .p2 {
  font-size: 8rem;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: bold;
}
.index-section .section-4 .lt .p3 {
  font-size: 2rem;
  margin-bottom: 80px;
}
.index-section .section-4 .lt .p3 span {
  display: block;
}
.index-section .section-4 .lt .u3 {
  font-size: 5rem;
  color: #CD5E29;
  margin-bottom: 100px;
}
.index-section .section-4 .lt .u3 li i {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: url("../img/index-d-icon.png") no-repeat center center;
  background-size: cover;
  vertical-align: middle;
}
.index-section .section-4 .lt .u3 li span {
  vertical-align: middle;
  padding-left: 20px;
}
.index-section .section-4 .lt .wrapBtn {
  text-align: left;
}
.index-section .section-4 .lt .wrapBtn .a1 {
  width: 207px;
  padding: 13px 0;
  font-size: 2rem;
}
.index-section .section-4 .col-5 {
  width: 45%;
  float: left;
  position: relative;
}
.index-section .section-4 .col-7 {
  width: 55%;
  float: left;
  position: relative;
  padding: 0 15px;
}
.index-section .section-4 .wrapper {
  margin: 0 auto;
  padding: 0;
  width: 459px;
  margin-top: 96px;
}
.index-section .section-4 .wrapper .tagcloud {
  position: relative;
  margin-top: 150px;
}
.index-section .section-4 .wrapper .tagcloud > div {
  display: block;
  /*border-radius: 50%;*/
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  width: 250px;
  height: 80px;
}
.index-section .section-4 .wrapper .tagcloud > div.b07 {
  width: 340px;
  height: 100px;
}
.index-section .section-4 .wrapper .tagcloud > div img {
  width: 100%;
  border-radius: 10px;
}
.account {
  position: relative;
  width: 100%;
  height: 209px;
  background: url("../img/index-g.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #CD5E29;
  padding: 50px;
}
.account .wrap {
  width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
.account .wrap .jishu {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #DEB66E;
}
.account .wrap .jishu span {
  font-size: 1.6rem;
}
.heightFixed {
  height: 95px;
}
.banner {
  position: relative;
  width: 100%;
  height: 400px;
  text-align: center;
  color: #CD5E29;
}
.banner .package {
  position: relative;
  width: 100%;
  height: 400px;
}
.banner .package .title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}
.banner .package .title .p1 {
  font-size: 5.6rem !important;
  margin-bottom: 1.5rem;
}
.banner .package .title .p2 {
  font-size: 2rem !important;
  margin-bottom: 20px;
}
.banner .package .title .p2 span {
  display: block;
}
.jypt-section .jypt-banner {
  background: url("../img/jypt-banner.jpg") no-repeat center center / cover;
}
.jypt-section .jypt-banner .title .p1 {
  margin-bottom: 10px;
}
.jypt-section .experience {
  width: 100%;
  height: 660px;
  background: url("../img/jypt-b-bg.jpg") no-repeat center center / cover;
  text-align: center;
}
.jypt-section .experience .garyt {
  width: 100%;
  background: rgba(247, 247, 247, 0.6);
}
.jypt-section .experience .garyt .down {
  height: 400px;
  padding: 80px 0 40px;
}
.jypt-section .experience .garyt .down p {
  font-size: 3rem;
  color: #CD5E29;
  margin-bottom: 70px;
}
.jypt-section .experience .garyt .down ul li {
  width: 32%;
  display: inline-block;
  color: #CD5E29;
  font-size: 2.36rem;
  position: relative;
  transition: all 0.3s linear;
  vertical-align: middle;
  text-align: center;
  /*  &:hover{
                          transform: scale(1.1);
                          a{
                              color:#fff;
                          }
                          &.windows i{
                              background: url("../img/index-c-hover-1.png")no-repeat center center/ cover;
                          }
                          &.iOS i{
                              background: url("../img/index-c-hover-2.png")no-repeat center center/ cover;
                          }
                          &.android i{
                              background: url("../img/index-c-hover-3.png")no-repeat center center/ cover;
                          }
                      }*/
}
.jypt-section .experience .garyt .down ul li a {
  display: inline-block;
  color: #CD5E29;
}
.jypt-section .experience .garyt .down ul li i {
  display: inline-block;
  width: 85px;
  height: 75px;
  background-size: cover;
  transition: all 0.3s linear;
}
.jypt-section .experience .garyt .down ul li span {
  display: block;
  transition: all 0.3s linear;
}
.jypt-section .experience .garyt .down ul li.windows i {
  background: url("../img/index-c-1.png") no-repeat center center / cover;
}
.jypt-section .experience .garyt .down ul li.iOS i {
  background: url("../img/index-c-2.png") no-repeat center center / cover;
}
.jypt-section .experience .garyt .down ul li.android i {
  background: url("../img/index-c-3.png") no-repeat center center / cover;
}
.jypt-section .experience .garyt .down ul li:nth-child(even) {
  width: 1%;
}
.jypt-section .experience .garyt .down ul li:nth-child(even) b {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  font-size: 3rem;
}
.jypt-section .experience .why {
  text-align: left;
  padding: 140px 0;
}
.jypt-section .experience .why .package {
  padding: 20px 0;
}
.jypt-section .experience .why .package .p1 {
  color: #CD5E29;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.jypt-section .experience .why .package .p2 {
  color: #162236;
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: left;
}
.jypt-section .experience .why .package .p3 {
  color: #162236;
  font-size: 2rem;
  text-align: left;
}
.jypt-section .experience .why .login-box {
  background: #FFFFFF;
  color: #c45d2c;
  padding: 20px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.jypt-section .experience .why .login-box a {
  color: #c45d2c;
}
.jypt-section .experience .why .login-box .login-logo h2 {
  font-size: 30px;
  color: #c45d2c;
  text-align: center;
  margin-bottom: 25px;
}
.jypt-section .experience .why .login-box .btn-primary {
  background-color: #c45d2c;
  border: none;
}
.jypt-section .experience .why .login-box .has-captcha .form-control-captcha {
  position: absolute;
  top: 227px;
  right: 35px;
}
.jypt-section .experience .why .login-box .has-captcha .form-control-captcha img {
  width: 80px;
  height: 30px;
}
.jypt-section .garyt {
  width: 100%;
  background: rgba(247, 247, 247, 0.6);
}
.jypt-section .garyt .down {
  height: 400px;
  padding: 80px 0 40px;
}
.jypt-section .garyt .down p {
  font-size: 3rem;
  color: #CD5E29;
  margin-bottom: 70px;
  text-align: center;
}
.jypt-section .garyt .down ul {
  text-align: center;
}
.jypt-section .garyt .down ul li {
  width: 32%;
  display: inline-block;
  color: #CD5E29;
  font-size: 2.36rem;
  position: relative;
  transition: all 0.3s linear;
  vertical-align: middle;
  text-align: center;
  /*  &:hover{
                          transform: scale(1.1);
                          a{
                              color:#fff;
                          }
                          &.windows i{
                              background: url("../img/index-c-hover-1.png")no-repeat center center/ cover;
                          }
                          &.iOS i{
                              background: url("../img/index-c-hover-2.png")no-repeat center center/ cover;
                          }
                          &.android i{
                              background: url("../img/index-c-hover-3.png")no-repeat center center/ cover;
                          }
                      }*/
}
.jypt-section .garyt .down ul li a {
  display: inline-block;
  color: #CD5E29;
}
.jypt-section .garyt .down ul li i {
  display: inline-block;
  width: 85px;
  height: 75px;
  background-size: cover;
  transition: all 0.3s linear;
}
.jypt-section .garyt .down ul li span {
  display: block;
  transition: all 0.3s linear;
}
.jypt-section .garyt .down ul li.windows i {
  background: url("../img/index-c-1.png") no-repeat center center / cover;
}
.jypt-section .garyt .down ul li.iOS i {
  background: url("../img/index-c-2.png") no-repeat center center / cover;
}
.jypt-section .garyt .down ul li.android i {
  background: url("../img/index-c-3.png") no-repeat center center / cover;
}
.jypt-section .garyt .down ul li:nth-child(even) {
  width: 1%;
}
.jypt-section .garyt .down ul li:nth-child(even) b {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  font-size: 3rem;
}
.jypt-section .iconlist {
  padding: 100px 0;
}
.jypt-section .iconlist .list {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.jypt-section .iconlist .list img {
  width: 190px;
  height: 170px;
  object-fit: cover;
  margin-bottom: 20px;
}
.jypt-section .iconlist .list b {
  display: block;
  color: #CD5E29;
  font-size: 2.5rem;
  margin-bottom: 10px;
  line-height: 1.2;
  height: 60px;
}
.jypt-section .iconlist .list p {
  font-size: 2rem;
  text-align: left;
  line-height: 1.4;
}
.jypt-section .iconlist .list:before {
  content: '';
  position: absolute;
  top: 0;
  left: -16px;
  width: 1px;
  height: 430px;
  background: #DCDCDC;
}
.jypt-section .iconlist .col-md-3:nth-child(4n+1) .list {
  position: relative;
}
.jypt-section .iconlist .col-md-3:nth-child(4n+1) .list:before {
  display: none;
}
.jypt-section .iconlist.iconlistGary {
  background: #F7F7F7;
}
.jypt-section .formDiv {
  width: 100%;
  background: url("../img/formDivBg.jpg") no-repeat center center / cover;
  padding: 100px 0;
}
.jypt-section .formDiv .leftTitle .p1 {
  font-size: 4rem;
  font-weight: bold;
  color: #CD5E29;
  margin-bottom: 30px;
}
.jypt-section .formDiv .leftTitle .p2 {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 50px;
}
.jypt-section .formDiv .leftTitle ul {
  font-size: 2rem;
  color: #ffffff;
}
.jypt-section .formDiv .leftTitle ul li {
  padding-left: 5px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.jypt-section .formDiv .leftTitle ul li:before {
  display: inline-block;
  content: '';
  width: 7px;
  height: 7px;
  background: #CD5E29;
  margin-right: 10px;
  vertical-align: middle;
}
.jypt-section .formDiv .rightInput {
  border: 1px solid #333D4B;
  padding: 79px 30px 30px;
  width: 70%;
  margin: 0 auto;
}
.jypt-section .formDiv .rightInput input::-webkit-input-placeholder {
  color: #8F9398;
}
.jypt-section .formDiv .rightInput input:-moz-placeholder {
  color: #8F9398;
}
.jypt-section .formDiv .rightInput input::-moz-placeholder {
  color: #8F9398;
}
.jypt-section .formDiv .rightInput input::-ms-input-placeholder {
  color: #8F9398;
}
.jypt-section .formDiv .rightInput .form-group {
  position: relative;
}
.jypt-section .formDiv .rightInput input {
  border: 1px solid #333D4B;
  background: transparent;
  height: 53px;
  border-radius: 0;
  margin-bottom: 36px;
}
.jypt-section .formDiv .rightInput .msg {
  position: absolute;
  bottom: -25px;
  left: 10px;
}
.jypt-section .formDiv .rightInput .msg.onError {
  color: #CD5E29;
}
.jypt-section .formDiv .rightInput .msg.onSuccess {
  color: green;
}
.jypt-section .formDiv .rightInput .submitbtna {
  width: 100%;
  background: #CD5E29;
  color: #000000;
  font-size: 2rem;
  display: inline-block;
  padding: 11px 0;
  text-align: center;
  margin-bottom: 15px;
}
.jypt-section .formDiv .rightInput .contact {
  color: #8F9398;
}
.account-section .account-banner {
  background: url("../img/account-banner.jpg") no-repeat center center / cover;
}
.account-section .account-banner .package .title .p2 {
  margin-bottom: 50px;
}
.account-section .priceList {
  padding: 100px 0;
}
.account-section .priceList .item {
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.account-section .priceList .item.BoxShadow {
  box-shadow: 0 1px 10px #D8DADF;
}
.account-section .priceList .item .gou {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url("../img/gou.png") no-repeat center center / cover;
}
.account-section .priceList .item .p1 {
  padding: 20px 0;
  height: 129px;
}
.account-section .priceList .item .p1 i {
  display: inline-block;
  width: 68px;
  height: 47px;
}
.account-section .priceList .item .p1.i1 {
  background: #008AEA;
}
.account-section .priceList .item .p1.i1 i {
  background: url("../img/item-1.png") no-repeat center center / cover;
}
.account-section .priceList .item .p1.i2 {
  background: #CD5E29;
}
.account-section .priceList .item .p1.i2 i {
  background: url("../img/item-2.png") no-repeat center center / cover;
}
.account-section .priceList .item .p1.i3 {
  background: #D3AD69;
}
.account-section .priceList .item .p1.i3 i {
  background: url("../img/item-3.png") no-repeat center center / cover;
}
.account-section .priceList .item .p1 span {
  display: block;
  color: #fff;
  font-size: 2.4rem;
}
.account-section .priceList .item .middleTitle {
  margin-bottom: 25px;
}
.account-section .priceList .item .middleTitle table {
  width: 77%;
  margin: 1rem auto;
}
.account-section .priceList .item .middleTitle table tr {
  border-bottom: 1px solid #eee;
}
.account-section .priceList .item .middleTitle table tr td {
  text-align: right;
  padding: 1rem 0.2rem;
}
.account-section .priceList .item .middleTitle table tr td:nth-child(odd) {
  text-align: right;
  width: 45%;
  color: #7D7978;
  font-size: 1.4rem;
}
.account-section .priceList .item .middleTitle table tr td:nth-child(even) {
  text-align: center;
}
.account-section .priceList .item .middleTitle table tbody {
  display: none;
}
.account-section .priceList .item .middleTitle p {
  padding: 10px 2px;
  border-bottom: 1px solid #eee;
  width: 155px;
  margin: 0 auto;
  height: 45px;
}
.account-section .priceList .item .middleTitle p.p2 {
  height: 75px;
}
.account-section .priceList .item .middleTitle p span {
  display: block;
}
.account-section .priceList .item .middleTitle p .cha {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url("../img/cha.png") no-repeat center center / cover;
}
.account-section .priceList .item .middleTitle p .gou {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url("../img/gou.png") no-repeat center center / cover;
}
.account-section .priceList .item .middleTitle .numred {
  font-weight: bold;
}
.account-section .priceList .item .wrapBtn {
  height: 114px;
  display: none;
}
.account-section .priceList .item .wrapBtn a.btna {
  display: block;
  margin: 0 auto 14px;
}
.account-section .priceList .wrapList-2 {
  border: 1px solid #eeeeee;
}
.account-section .priceList .wrapList-2 .ct-3 {
  width: 25%;
  float: left;
}
.account-section .priceList .wrapList-2 .ct-2 {
  width: 50%;
  float: left;
}
.account-section .priceList .wrapList-2 .item {
  border-right: 1px solid #eeeeee;
  margin-bottom: 10px;
}
.account-section .priceList .wrapList-2 .item .p1 {
  border-bottom: 1px solid #eeeeee;
}
.account-section .priceList .wrapList-2 .item .middleTitle p {
  width: 100%;
}
.account-section .priceList .wrapList-2 .col-md-3:last-child .item {
  border-right: 0;
}
.account-section .priceList .bijiao {
  position: relative;
  color: #fff;
  font-size: 2rem;
  width: 100px;
  height: 100px;
  margin: 80px auto;
  border-radius: 50%;
  text-align: center;
  padding: 33px 0px;
  background: #CD5E29;
}
.account-section .priceList .bijiao span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1;
}
.account-section .priceList .bijiao .ctcaret {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/up.png") no-repeat center center / cover;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
}
.account-section .priceList .bijiao .ctcaret.down {
  top: 0;
  bottom: inherit;
  transform: rotateX(180deg) translate(-50%, -50%);
}
.account-section .priceList .bijiao:hover {
  cursor: pointer;
}
.account-section .major {
  background: #F7F7F7;
}
.account-section .major .largeTitle {
  color: #CD5E29;
  font-size: 5rem;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
}
.account-section .major .list {
  position: relative;
  text-align: center;
  width: 67.5%;
  margin: 50px auto;
}
.account-section .major .list img {
  width: 180px;
  height: 152px;
  object-fit: cover;
  margin-bottom: 15px;
}
.account-section .major .list b {
  display: block;
  color: #CD5E29;
  font-size: 2.5rem;
  margin-bottom: 10px;
  line-height: 1.2;
  height: 60px;
}
.account-section .major .list p {
  font-size: 2rem;
  text-align: left;
  line-height: 1.4;
}
.account-section .major.major2 {
  background: #FFFFFF;
}
.cp .banner {
  background: url("../img/guizhi-banner.jpg") no-repeat center center / cover;
}
.cp .listLi {
  background: #394354;
}
.cp .listLi ul {
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cp .listLi ul li {
  float: left;
  flex: 1;
  font-size: 2rem;
}
.cp .listLi ul li a {
  display: inline-block;
  width: 100%;
  padding: 42px 0;
  color: #CD5E29;
}
.cp .listLi ul li.hover a,
.cp .listLi ul li:hover a {
  background: #CD5E29;
  color: #ffffff;
}
.huobiAccount {
  color: #CD5E29;
}
.huobiAccount .wrap {
  width: 50%;
}
.huobiAccount p {
  color: #DEB66E;
}
.huobiAccount p span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.huobiAccount p span:first-child {
  font-size: 2rem;
  font-weight: bold;
}
.huobiAccount p.xiao {
  font-size: 1.2rem;
  display: inline-block;
  margin-top: 10px;
}
.huobiAccount .fixe-right {
  font-size: 1.5rem;
  position: relative;
  right: 0;
  bottom: 0;
  margin-right: -150px;
  color: #fff;
}
.huobiAccount .fixe-right:hover {
  opacity: 0.8;
}
.huobiAccount .fixe-left {
  position: absolute;
  left: 50px;
  top: 50px;
  font-size: 2rem;
  margin-left: -380px;
  width: 200px;
}
.jycp-section .paiban .odd {
  padding: 50px 0;
}
.jycp-section .paiban .odd .left-wrap {
  padding-top: 60px;
  text-align: center;
}
.jycp-section .paiban .odd .left-wrap img {
  margin-bottom: 10px;
}
.jycp-section .paiban .odd .left-wrap .title {
  font-size: 7rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #CD5E29;
}
.jycp-section .paiban .odd .left-wrap .content {
  font-size: 2rem;
}
.jycp-section .paiban .odd .right-wrap {
  width: 57%;
  border: 1px solid #eeeeee;
  box-shadow: 0 1px 10px #D8DADF;
  border-radius: 10px;
  background: #FFFFFF;
  padding: 110px 66px 70px;
  text-align: left;
  margin-left: auto;
  font-weight: bold;
  font-size: 14px;
}
.jycp-section .paiban .odd .right-wrap p {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding: 15px 15px 15px 32px;
}
.jycp-section .paiban .odd .right-wrap p:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 17px;
  height: 14px;
  background: url("../img/xiaogou.png") no-repeat center center / cover;
  position: absolute;
  top: 19px;
  left: 12px;
}
.jycp-section .paiban .odd .right-wrap .wrapBtn {
  margin-top: 30px;
}
.jycp-section .paiban .odd .right-wrap .wrapBtn .btna {
  margin: 0 0 10px;
}
.jycp-section .paiban .odd:nth-child(1) {
  background: #F7F7F7;
}
.jycp-section .paiban .odd:nth-child(1) .left-wrap .title {
  color: #CD5E29;
}
.jycp-section .paiban .odd:nth-child(2) .left-wrap .title {
  color: #d3ad69;
}
.jycp-section .paiban .odd:nth-child(3) {
  background: #F7F7F7;
}
.jycp-section .paiban .odd:nth-child(3) .left-wrap .title {
  color: #0adbe8;
}
.jycp-section .paiban .odd:nth-child(4) .left-wrap .title {
  color: #5aee87;
}
.jycp-section .paiban .even .right-wrap {
  margin-right: auto;
}
.huobi-section .row {
  position: relative;
}
.huobi-section .odd {
  position: relative;
  padding: 70px 0;
  width: 100%;
}
.huobi-section .odd.bg-gary {
  background: #F7F7F7;
}
.huobi-section .odd .bg-e {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 41px;
  display: inline-block;
  width: 192px;
}
.huobi-section .odd .bg-s {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 10px;
  margin-right: 400px;
  display: inline-block;
  width: 132px;
}
.huobi-section .odd .left-wrap {
  text-align: left;
}
.huobi-section .odd .left-wrap .small {
  font-size: 4rem;
  color: #CD5E29;
}
.huobi-section .odd .left-wrap .title {
  font-size: 6rem;
  font-weight: bold;
  color: #CD5E29;
  margin-bottom: 40px;
  line-height: 1;
}
.huobi-section .odd .left-wrap .content {
  font-size: 2rem;
}
.huobi-section .odd .left-wrap .content p {
  margin-bottom: 26px;
}
.huobi-section .odd .left-wrap .content p.last-p {
  margin-top: 40px;
}
.huobi-section .odd .right-wrap img {
  position: relative;
  padding-top: 120px;
  z-index: 1;
}
.huobi-section .odd .right-wrap img.img-2 {
  padding-top: 60px;
}
.huobi-section .compute {
  padding: 50px 0;
}
.huobi-section .compute .title {
  display: block;
  width: 280px;
  padding: 16px 0;
  font-size: 3rem;
  text-align: center;
  color: #ffffff;
  background: #CD5E29;
  margin: 0 auto;
}
.huobi-section .compute .caret {
  margin: 30px 0;
  border-top: 12px dashed #CD5E29;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.huobi-section .compute ul li {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px dashed #909090;
}
.huobi-section .compute .ps {
  padding: 10px 0;
  color: #CD5E29;
}
.huobi-section .jyrs {
  padding: 100px;
}
.huobi-section .jyrs .title {
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  color: #CD5E29;
  margin-bottom: 50px;
}
.huobi-section .jyrs .list {
  float: left;
  width: 20%;
  text-align: center;
  padding: 0 15px;
  position: relative;
}
.huobi-section .jyrs .list img {
  margin-bottom: 5px;
}
.huobi-section .jyrs .list b {
  display: inline-block;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #CD5E29;
  text-transform: capitalize;
  line-height: 1.2;
  height: 60px;
}
.huobi-section .jyrs .list p {
  text-align: left;
  font-size: 2rem;
}
.huobi-section .jyrs .list + .list:before {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  width: 1px;
  height: 364px;
  background: #DCDCDC;
}
.huobi-section .jyrs .wrapBtn {
  width: 100%;
  margin-top: 80px;
}
.huobi-section .jyrs .wrapBtn .btna {
  margin: 0 30px;
}
.huobi-section .paiban {
  background: #f7f7f7;
}
.huobi-section .host_coin {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  background: #ffffff;
  padding: 150px 0;
}
.huobi-section .host_coin .title {
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  color: #CD5E29;
  margin-bottom: 50px;
}
.huobi-section .host_coin .table {
  margin: 20px 0 100px 0;
}
.huobi-section .host_coin .table table {
  width: 100%;
}
.huobi-section .host_coin .table table td {
  background: #fff;
  border: #e9e9e9 1px solid;
  height: 100px;
  text-align: center;
  padding: 4px;
}
.huobi-section .host_coin .table table tr.top td {
  height: 70px;
  background: #cd5e29;
  color: #ffffff;
}
.huobi-section .host_coin .hidden-md {
  font-size: 0.9rem;
  width: 95%;
  margin: 0 auto 60px auto;
  overflow-x: scroll;
}
.huobi-section .host_coin .hidden-md table {
  border-collapse: collapse;
}
.huobi-section .host_coin .hidden-md table tr.top td {
  height: auto;
  background: #fff;
  color: #162236;
}
.huobi-section .host_coin .hidden-md table tr.top td:first-child {
  background: #cd5e29;
  color: #ffffff;
}
.huobi-section .host_coin .hidden-md table td {
  white-space: nowrap;
  height: auto;
  min-height: 65px;
  width: 33%;
  padding-top: 0;
}
.huobi-section .host_coin .hidden-md table td:last-child {
  width: auto;
}
.huobi-section .host_coin .hidden-md table td:first-child {
  background: #cd5e29;
  color: #ffffff;
  position: absolute;
  width: 104px!important;
  padding-top: 5%;
}
.huobi-section .host_coin .hidden-md table td.fixedColumn {
  width: 103px !important;
  display: inline-block;
}
.huobi-section .host_coin .hidden-md table tr:last-child td:first-child {
  padding-top: 3%;
}
.identical-section .paiban .odd .bg-e {
  transform: scale(0.9);
}
.identical-section .paiban .odd .bg-s {
  transform: scale(0.7) rotate(45deg);
  top: 0;
  right: 0;
  margin-top: -55px;
  margin-right: 400px;
  width: 132px;
}
.identical-section .paiban .odd .right-wrap {
  height: 500px;
}
.identical-section .paiban .odd .right-wrap img {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.identical-section .col3list .list {
  padding: 25px 18px;
  width: 33.3%;
}
.identical-section .col3list .list:nth-child(1),
.identical-section .col3list .list:nth-child(2),
.identical-section .col3list .list:nth-child(3) {
  border-bottom: 1px solid #eeeeee;
}
.identical-section .col3list .list:nth-child(3n+1):before {
  display: none;
}
.identical-section .col3list .list p {
  height: 90px;
}
.support .banner {
  width: 100%;
  height: 400px;
  background: #000000 url("../img/problem-banner.jpg") no-repeat center center / cover;
  color: #FFFFFF;
}
.support .banner .title .p1 {
  margin-bottom: 20px;
}
.support .banner .title .p2 span {
  line-height: 2;
}
.support .listLi {
  background: #394354;
}
.support .listLi ul {
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
}
.support .listLi ul li {
  float: left;
  flex: 1;
  font-size: 2rem;
}
.support .listLi ul li a {
  display: inline-block;
  width: 100%;
  padding: 42px 0;
  color: #CD5E29;
}
.support .listLi ul li.hover a,
.support .listLi ul li:hover a {
  background: #CD5E29;
  color: #ffffff;
}
.support .searchContent {
  background: #EFEFEF;
  text-align: center;
  color: #000000;
  padding: 80px 0;
}
.support .searchContent p {
  margin-bottom: 30px;
  color: #3e3a39;
  font-size: 1.3rem;
}
.support .searchContent p span {
  display: block;
}
.support .searchContent .inputGroup {
  position: relative;
  width: 50%;
  margin: 0 auto 30px;
}
.support .searchContent .inputGroup span {
  position: absolute;
  top: 15px;
  left: 8px;
}
.support .searchContent .inputGroup span.inputIcon {
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url("../img/search-icon.png") no-repeat center center / cover;
}
.support .searchContent input {
  width: 100%;
  height: 50px;
  padding-left: 30px;
}
.support .wrapTabs {
  padding: 80px 0;
  background: #f9fafb;
}
.support .wrapTabs .list-item {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 #b2b5be;
  background-color: #fff;
  height: 100%;
  padding: 20px;
  min-height: 430px;
  margin-bottom: 30px;
}
.support .wrapTabs .list-item .title {
  font-size: 2.3rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: -10px;
}
.support .wrapTabs .list-item .title a {
  display: block;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.support .wrapTabs .list-item .title a:hover {
  color: #CD5E29;
}
.support .wrapTabs .list-item .tabs {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: right;
  color: #CD5E29;
}
.support .wrapTabs .list-item .tabs img {
  width: 13px;
  margin-top: -3px;
  margin-right: 5px;
}
.support .wrapTabs .list-item .pic {
  display: inline-block;
  width: 100%;
  border: 1px solid #e9eff2;
  border-radius: 3px;
}
.support .wrapTabs .list-item .pic img {
  height: auto;
}
.support .wrapTabs .list-item .detail {
  max-height: 105px;
  font-size: 1.5rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.support .wrapTabs .list-item-jycl {
  padding: 0;
  border-top: 8px solid #cd5e29;
  margin: 4rem 2rem ;
  height: 660px;
  overflow: hidden;
}
.support .wrapTabs .list-item-jycl a {
  cursor: auto;
  color: #000000;
}
.support .wrapTabs .list-item-jycl a:hover {
  color: #000000;
}
.support .wrapTabs .list-item-jycl .title a {
  font-size: 2.6rem;
  padding: 0 2.4rem;
  margin: 1.5rem 0;
  border-left: 5px solid #cd5e29;
  display: inline-block;
}
.support .wrapTabs .list-item-jycl .title a:hover {
  color: #000000;
}
.support .wrapTabs .list-item-jycl .title lable {
  font-size: 1.7rem;
  float: right;
  padding: 0.5rem 1.5rem;
  margin: 1.5rem;
  color: #fff;
  font-weight: normal;
  border-radius: 5px;
}
.support .wrapTabs .list-item-jycl .tabs {
  background: #f4f4f4;
  padding: 1rem 3rem;
  text-align: left;
  font-size: 2rem;
}
.support .wrapTabs .list-item-jycl .detail {
  margin: 1.5rem 2rem 0.5rem 2rem;
  max-height: none;
  overflow: hidden;
}
.support .wrapTabs .list-item-jycl .pic {
  padding: 1rem 2rem 0 2rem;
  border: none;
  width: 100%;
}
.support .wrapTabs .list-item-jycl .pic img {
  width: 100%;
}
.support .wrapTabs .list-item-jycl label.times {
  font-weight: normal;
  margin: 1rem 3rem;
  float: right;
}
.support .wrapTabs .tips {
  margin: 1rem 3rem;
  color: #cd5e29;
}
.support .wrapTabs .breadcrumb {
  background: transparent;
}
.support .wrapTabs .breadcrumb .breadcrumb-item a {
  color: #3e3a39;
}
.support .ul-tabs {
  border: 1px solid #eeeeee;
  margin-bottom: 15px;
}
.support .ul-tabs li {
  padding: 15px;
  cursor: pointer;
}
.support .ul-tabs li + li {
  border-top: 1px solid #eeeeee;
}
.support .ul-tabs li.active {
  border-left: 4px solid #CD5E29;
  background: #DCDDDD;
}
.support .tabContent .tabPane {
  display: none;
}
.support .tabContent .tabPane.cur {
  display: block;
}
.support .tabContent .panel table tr {
  border: 1px solid #CD5E29;
}
.support .tabContent .panel table tr td {
  padding: 5px 10px;
}
.support .tabContent .panel.hover .panel-heading {
  background: #3E3A39;
  color: #CD5E29;
}
.support .tabContent .panel.hover .panel-collapse {
  color: #CD5E29;
}
.support .tabContent .panel .panel-heading {
  background: #EFEFEF;
  margin-bottom: 5px;
  cursor: pointer;
}
.support .tabContent .panel .panel-collapse {
  display: none;
  background: #EFEFEF;
}
.support .tabContent .panel .panel-collapse a {
  color: #337ab7;
}
.support .tabContent .panel .panel-collapse a:hover {
  text-decoration: underline;
}
.support .jygg_list ul li {
  width: 100%;
  float: left;
  padding: 0;
  border-bottom: #CD5E29 solid 1px;
  padding-bottom: 2rem;
  margin: 2rem 1%;
}
.support .jygg_list ul li .date {
  width: 10%;
  float: left;
  padding: 0;
  background: #CD5E29;
  text-align: center;
  color: #ffffff;
  padding-bottom: 0.5rem;
}
.support .jygg_list ul li .date .day {
  width: 100%;
  display: block;
  background: #ffffff;
  border: #CD5E29 solid 2px;
  color: #CD5E29;
  text-align: center;
  line-height: 4rem;
  font-size: 4rem;
}
.support .jygg_list ul li .title {
  width: 70%;
  float: left;
  font-size: 2.2rem;
  line-height: 6rem;
  padding: 0 0 0 20px;
}
.support .jygg_list ul li .title a {
  color: #000000;
}
.support .jygg_list ul li .title a:hover {
  color: #CD5E29;
}
.support .jygg_list ul li .time {
  width: 15%;
  float: left;
  line-height: 6rem;
  text-align: right;
}
.support .jygg_list .comment {
  border-top: #CD5E29 solid 1px;
  background: #fff;
  overflow: hidden;
}
.support .jygg_list .comment li {
  margin: 0;
  padding: 2rem 0;
}
.support .jygg_list .comment li .date {
  color: #CD5E29;
  background: none;
  margin-top: 56px;
}
.support .jygg_list .comment li .date .day {
  border: none;
}
.support .jygg_list .comment li .img {
  width: 290px;
  height: 170px;
  overflow: hidden;
  float: left;
  display: inline-block;
}
.support .jygg_list .comment li .img img {
  max-width: 100%;
}
.support .jygg_list .comment li .con {
  float: left;
  display: inline-block;
  padding: 3rem;
  max-width: 65%;
}
.support .jygg_list .comment li .con .title {
  width: 100%;
  display: block;
  padding: 1rem 0 ;
  line-height: 3.5rem;
}
.support .jygg_list .comment li .con .title a {
  color: #CD5E29;
}
.support .jygg_list .comment li .con p {
  width: 100%;
}
.support .jygg_list .comment li .con .date {
  display: none;
}
.support .sczx_list ul {
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-bottom: 5rem;
}
.support .sczx_list ul li {
  border: solid 1px #CD5E29;
  border-radius: 5px;
  width: 48%;
  float: left;
  margin: 10px 1%;
}
.support .sczx_list ul li.topnews {
  width: 98%;
  margin: 0 1%;
}
.support .sczx_list ul li.topnews .title {
  background: none;
  font-size: 2.5rem;
  border: none;
}
.support .sczx_list ul li.topnews .title:hover a {
  color: #fff;
}
.support .sczx_list ul li.topnews .title a {
  color: #000000;
}
.support .sczx_list ul li.topnews .title a:hover {
  color: #fff;
}
.support .sczx_list ul li a {
  color: #000000;
}
.support .sczx_list ul li a:hover {
  cursor: pointer;
  color: #CD5E29;
}
.support .sczx_list ul li .title {
  cursor: pointer;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  background: none;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 5rem;
  line-height: 4rem;
  padding: 0 10px;
  border-bottom: #CD5E29 2px solid;
}
.support .sczx_list ul li .title:hover {
  background: #CD5E29;
  color: #000000;
}
.support .sczx_list ul li .title:hover a {
  color: #000000;
}
.support .sczx_list ul li .title a {
  color: #000000;
  background: none;
  width: 100%;
  height: 100%;
  display: block;
}
.support .sczx_list ul li .title a:hover {
  color: #ffffff;
}
.support .sczx_list ul li .detail {
  padding: 10px;
  text-indent: 26px;
  height: 12rem;
  overflow: hidden;
}
.support .sczx_list ul li .time {
  text-align: right;
  padding: 10px;
}
.support .detail_con {
  background: #eee;
}
.support .detail_con .wrapTabs {
  padding: 20px 0;
}
.support .detail_con .nav {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.support .detail_con .nav a {
  color: #000;
}
.support .detail_con .detail {
  padding: 10px;
  background: #ffffff;
}
.support .detail_con .detail .title {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  margin-bottom: 10px;
}
.support .detail_con .detail .title h1 {
  font-size: 2.6rem;
  margin: 10px 0;
}
.support .detail_con .detail .title .time {
  color: #888;
}
.activity .banner {
  width: 100%;
  height: 400px;
  background: #000000 url("../img/activity-banner.jpg") no-repeat center center / cover;
  color: #FFFFFF;
}
.activity .banner .title .p1 {
  margin-bottom: 20px;
}
.activity .banner .title .p2 span {
  line-height: 2;
}
.activity .list-item {
  height: auto !important;
  min-height: auto !important;
}
.activity .list-item .img {
  width: 40%;
  padding: 1rem 0;
  float: left;
}
.activity .list-item .img a {
  cursor: pointer;
}
.activity .list-item .img img {
  padding: 2rem;
  width: 100%;
}
.activity .list-item .txt {
  width: 60%;
  float: left;
  padding: 1rem 2rem;
}
.activity .list-item .txt .title a {
  padding: 0;
  border: none;
  cursor: pointer;
  text-overflow: unset;
  white-space: unset;
  color: #CD5E29;
  margin-bottom: 0;
}
.activity .list-item .txt .tabs {
  width: 98%;
  margin: 1rem 0;
  padding: 0.8rem 1rem;
  color: #6b6b6b;
  font-size: 1.5rem;
}
.activity .list-item .txt .detail {
  margin: 1.5rem 2rem 0.5rem 0;
  max-height: none;
  overflow: hidden;
}
.activity .list-item .txt .btn {
  padding: 2rem 0;
}
.activity .list-item .txt .btn a {
  padding: 1rem 2rem;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  margin-right: 1.5rem;
  width: 220px;
  display: inline-block;
}
.activity .list-item2 .img {
  float: right;
}
.activity .list-item2 .txt {
  float: left;
}
.hzhb .newboxs .gray {
  background: #f6f6f6;
}
.hzhb .newboxs .box1 {
  overflow: hidden;
  margin: 4rem;
  background: #fff;
}
.hzhb .newboxs .box1 p {
  font-size: 1.9rem;
}
.hzhb .newboxs .box1 p.title {
  font-size: 2.6rem;
}
.hzhb .newboxs .box1 .col-md-4 {
  margin-left: 0;
  padding-left: 0;
}
.hzhb .newboxs .box1 .title {
  font-size: 3rem;
  font-weight: bold;
  color: #CD5E29;
  margin: 2rem auto;
}
.hzhb .newboxs .box1 img {
  width: 100%;
}
.hzhb .newboxs .box2 .title {
  font-size: 3rem;
  font-weight: bold;
  color: #CD5E29;
  margin: 3rem auto;
  text-align: center;
}
.hzhb .newboxs .box2 .title span {
  font-size: 1.7rem;
}
.hzhb .newboxs .box2 .title label {
  width: 3rem;
  height: 2px;
  background: #CD5E29;
  display: block;
  margin: 1rem auto;
}
.hzhb .newboxs .box2 ul {
  overflow: hidden;
}
.hzhb .newboxs .box2 ul li {
  width: 33%;
  float: left;
  text-align: center;
  margin: 4rem 0 5rem 0;
  border-right: dashed 1px #969ba4;
}
.hzhb .newboxs .box2 ul li img {
  margin-bottom: 2rem;
}
.hzhb .newboxs .box2 ul li:nth-child(3),
.hzhb .newboxs .box2 ul li:nth-child(6) {
  border: none;
}
.hzhb .newboxs .box2 .wrapBtn {
  margin-bottom: 5rem;
}
.hzhb .newboxs .box2 .wrapBtn .btna {
  width: auto;
  padding: 0 1rem;
}
.hzhb .newboxs .box3 .title {
  font-size: 4rem;
  font-weight: bold;
  color: #CD5E29;
  margin: 4rem auto;
  text-align: center;
}
.hzhb .newboxs .box3 ul li {
  width: 44%;
  float: left;
  text-align: center;
  margin: 0 3% 4rem 3%;
  padding: 2rem;
  background: #fff;
}
.hzhb .newboxs .box3 ul li img {
  margin-bottom: 1rem;
}
.hzhb .newboxs .box3 ul li p.subtitle {
  font-size: 2rem;
  font-weight: bold;
  color: #CD5E29;
  margin: 0.2rem auto 1rem auto;
  text-align: center;
}
.hzhb .newboxs .box3 .table {
  margin: 20px auto;
  overflow-x: hidden;
  width: 100%;
}
.hzhb .newboxs .box3 .table table {
  border-collapse: collapse;
  width: 100%;
}
.hzhb .newboxs .box3 .table table td {
  white-space: nowrap;
  background: #fff;
  border: #e9e9e9 1px solid;
  height: 60px;
  text-align: center;
  padding: 4px;
}
.hzhb .newboxs .box3 .table table td:first-child {
  position: static;
  width: auto!important;
  line-height: auto;
  height: auto;
}
.hzhb .newboxs .box3 .table table td.fixedColumn {
  display: none;
}
.hzhb .newboxs .box3 .table table tr.top td {
  height: 70px;
  background: #cd5e29;
  color: #ffffff;
}
.hzhb .newboxs .box3 .tip_con {
  text-align: center;
  margin: 3rem 0 8rem 0;
  font-size: 1.3rem;
}
.hzhb .newboxs .box3 .tip_con .tip {
  color: #cd5e29;
  margin: 1rem 0;
}
.about-section .banner {
  background: url("../img/about-banner.jpg") no-repeat center center / cover;
  color: #ffffff;
}
.about-section .banner .package .title .p1 {
  color: #FFFFFF !important;
}
.about-section .title {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #CD5E29;
  margin-bottom: 50px;
}
.about-section .listLi.ct-3 li {
  width: 33%;
}
.about-section .listLi.ct-2 li {
  width: 50%;
}
.about-section .textContent {
  background: #F6F6F6;
  padding: 100px 0;
  font-size: 2rem;
}
.about-section .textContent p:first-child {
  margin-bottom: 30px;
}
.about-section .jyrs {
  padding: 100px 0;
}
.about-section .jyrs .title {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #CD5E29;
  margin-bottom: 50px;
}
.about-section .jyrs .list {
  float: left;
  width: 20%;
  text-align: center;
  padding: 0 15px;
  position: relative;
}
.about-section .jyrs .list img {
  width: 150px;
}
.about-section .jyrs .list b {
  display: inline-block;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #CD5E29;
  line-height: 1.2;
}
.about-section .jyrs .list p {
  text-align: left;
  font-size: 2rem;
}
.about-section .jyrs .list + .list:before {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  width: 1px;
  height: 415px;
  background: #DCDCDC;
}
.about-section .col3list .list {
  padding: 25px 60px;
  width: 33.3%;
}
.about-section .col3list .list:nth-child(1),
.about-section .col3list .list:nth-child(2),
.about-section .col3list .list:nth-child(3) {
  border-bottom: 1px solid #eeeeee;
}
.about-section .col3list .list:nth-child(3n+1):before {
  display: none;
}
.about-section .col3list .list p {
  height: 150px;
  text-align: left;
}
.about-section .security {
  background: #F6F6F6;
  padding: 100px 0;
}
.about-section .security .title {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #CD5E29;
  margin-bottom: 50px;
}
.about-section .security .p1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.about-section .security .p2 {
  font-size: 2rem;
  margin-bottom: 50px;
}
.about-section .security .ulList {
  margin-bottom: 80px;
}
.about-section .security .ulList li {
  width: 16.6%;
  margin: 0 auto;
  text-align: center;
  float: left;
}
.about-section .law {
  padding: 100px 0;
}
.about-section .law a {
  color: #337ab7;
}
.about-section .law a:hover {
  text-decoration: underline;
}
.about-section .law .ul-list {
  margin-bottom: 50px;
}
.about-section .law .ul-list li {
  display: flex;
  margin-bottom: 10px;
}
.about-section .law .ul-list li .pSpan {
  display: inline-block;
  width: 115px;
  height: 108px;
  background: #CD5E29;
}
.about-section .law .ul-list li .pP {
  display: inline-block;
  width: 100%;
  height: 108px;
  background: #162236;
  color: #FFFFFF;
  font-size: 2.4rem;
  text-align: center;
  line-height: 108px;
  padding-right: 100px;
}
.about-section .law .ul-list li .pP:hover {
  text-decoration: none;
}
.about-section .law .content ul li {
  margin-bottom: 30px;
}
.about-section .law .content ul li .p1 {
  color: #CD5E29;
  font-size: 2rem;
  font-weight: bold;
}
.about-section .law .content ul li .p2 {
  font-size: 2rem;
  word-wrap: break-word;
  word-break: normal;
}
.about-section .about-list {
  padding: 100px 0;
  background: #F6F6F6;
}
.about-section .about-list .item {
  background: #CD5E29;
  text-align: center;
  color: #ffffff;
  width: 90%;
  height: 450px;
  margin: 0 auto 10px;
  padding: 30px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.about-section .about-list .item img {
  margin-bottom: 10px;
}
.about-section .about-list .item h4 {
  font-size: 3rem;
  margin-bottom: 30px;
  font-weight: bold;
}
.about-section .about-list .item h4 span {
  display: block;
}
.about-section .about-list .item div {
  height: 170px;
  overflow: hidden;
}
.about-section .about-list .item div > span {
  font-size: 3rem;
  display: block;
}
.about-section .about-list .item div > p {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.about-section .about-list .item div > p > span {
  display: block;
}
.about-section .form-content {
  padding: 100px 0;
  background: #000000;
}
.about-section .form-content .wrap {
  position: relative;
  height: 650px;
  width: 90%;
  margin: 0 auto;
}
.about-section .form-content .wrap .ct-4 {
  background: #CD5E29;
  width: 30%;
  float: left;
  height: 100%;
  color: #ffffff;
  font-size: 2.4rem;
  text-align: center;
  padding: 155px 20px;
}
.about-section .form-content .wrap .ct-6 {
  border: 1px solid #424D5C;
  margin-left: 10px;
  width: 68%;
  height: 100%;
  float: left;
}
.about-section .form-content .wrap .ct-6 form .form-control {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #424D5C;
  font-size: 2rem;
  height: 58px;
  color: #A0A3A9;
}
.about-section .form-content .wrap .ct-6 form select.form-control {
  padding-left: 6px;
}
.about-section .form-content .wrap .ct-6 form .area {
  height: 200px;
  resize: none;
}
.about-section .form-content .wrap .ct-6 form .yzmCode {
  padding: 15px;
  height: 62px;
  border-bottom: 1px solid #424D5C;
}
.about-section .form-content .wrap .ct-6 form .yzmCode span {
  display: inline-block;
  font-size: 2rem;
  color: #A0A3A9;
  vertical-align: middle;
  margin-right: 10px;
}
.about-section .form-content .wrap .ct-6 form .yzmCode span img {
  width: 100px;
  height: 30px;
  border: 1px solid #FFFFFF;
}
.about-section .form-content .wrap .ct-6 form .checkcode {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #424D5C;
  font-size: 2rem;
  height: 30px;
  color: #A0A3A9;
  width: 100px;
  vertical-align: middle;
}
.about-section .form-content .wrap .ct-6 form .inside {
  vertical-align: middle;
}
.about-section .form-content .wrap .ct-6 form .submitbtna {
  width: 225px;
  background: #CD5E29;
  color: #FFFFFF;
  font-size: 2rem;
  display: inline-block;
  padding: 11px 0;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 30px;
}
.msg {
  display: none;
  margin-top: 5px;
}
.msg.onError {
  color: #CD5E29;
}
.msg.onSuccess {
  color: green;
}
.reg {
  background: #ffffff;
}
.reg .row {
  background: #efefef;
  min-height: 700px;
  padding: 50px 100px;
}
.reg .wrapBtn {
  display: none;
}
.reg .step {
  width: 100%;
  overflow: hidden;
}
.reg .step .line {
  width: 300px;
  height: 120px;
  position: relative;
}
.reg .step .line > div {
  border-top: solid 1px #b5b5b6;
  height: 2px;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  /* margin-left: -264px; */
  transform: translate(-50%);
  bottom: 0;
  margin-bottom: 25px;
}
.reg .step ul {
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.reg .step ul li {
  float: left;
  line-height: 4rem;
  color: #b5b5b6;
  font-size: 2rem;
  position: relative;
  text-align: center;
}
.reg .step ul li label {
  background: transparent;
  font-size: 1.6rem;
  color: #b5b5b6;
  border: #b5b5b6 solid 1px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: center;
  text-align: center;
}
.reg .step ul li.active {
  color: #CD5E29;
}
.reg .step ul li.active label {
  background: #CD5E29;
  border: #CD5E29 solid 1px;
  color: #fff;
}
.reg .content .left {
  width: 50%;
  float: left;
}
.reg .content .left .title {
  font-size: 3rem;
  margin: 3rem 0 2rem 0;
}
.reg .content .left label {
  font-weight: normal;
  margin-top: 2rem;
  font-size: 2rem;
}
.reg .content .left .msg {
  font-size: 1rem;
  color: #9b9b9b;
}
.reg .content .left .text-center {
  color: #9b9b9b;
  text-align: left;
}
.reg .content .left .text-center .submitbtna {
  text-align: center;
  width: 100%;
  background: #CD5E29;
  color: #ffffff;
  display: block;
  margin: 2rem 0;
  font-size: 2rem;
  padding: 0.5rem 0;
}
.reg .content .left .radio {
  padding-left: 2rem;
  font-size: 1.5rem;
}
.reg .content .left .radio .info {
  display: none;
}
.reg .content .right {
  width: 40%;
  float: left;
  margin-left: 10%;
}
.reg .content .right.reg-LogIn {
  margin: 0 auto;
  float: inherit!important;
}
.reg .content .right .title {
  font-size: 3rem;
  margin: 3rem 0 2rem 0;
  color: #DEB66E;
}
.reg .content .right .login {
  background: rgba(0, 0, 0, 0.19);
  color: #fff;
  padding: 1rem 4rem;
  margin-top: 4rem;
}
.reg .content .right .login form .form-group {
  margin-bottom: 0;
}
.reg .content .right .login label {
  font-weight: normal;
  margin-top: 2rem;
  font-size: 2rem;
  width: 100%;
}
.reg .content .right .login .text-center {
  color: #9b9b9b;
  text-align: left;
}
.reg .content .right .login .text-center .submitbtna {
  text-align: center;
  width: 100%;
  background: #DEB66E;
  color: #ffffff;
  display: block;
  margin: 2rem 0;
  font-size: 2rem;
  padding: 0.5rem 0;
  margin-top: 0.3rem;
}
.reg .content .right .login .text-center .resetbtn {
  width: 50%;
  margin-left: auto;
}
.reg .content .right .login .forget {
  text-align: right;
  margin: 2rem 0 0 0;
}
.reg .content .personal .title {
  font-size: 3rem;
  margin: 3rem 0 2rem 0;
  color: #CD5E29;
}
.reg .content .personal label {
  font-weight: normal;
  margin-top: 2rem;
  font-size: 2rem;
  width: 100%;
}
.reg .content .personal .w-50 {
  width: 50%;
  float: left;
  padding-right: 2rem;
}
.reg .content .personal .w-50-end {
  width: 50%;
  float: left;
}
.reg .content .personal .w-30 {
  width: 33.3%;
  float: left;
  padding-right: 2rem;
}
.reg .content .personal .w-30 select {
  width: 100%;
}
.reg .content .personal .w-30-end {
  width: 33.3%;
  float: left;
}
.reg .content .personal .w-30-end select {
  width: 100%;
}
.reg .content .personal .upload {
  width: 100%;
  display: block;
  overflow: hidden;
}
.reg .content .personal .upload .left-input {
  height: 14rem;
  float: left;
  width: 50%;
  background: #ffff;
  border: solid 1px #9b9b9b;
  text-align: center;
  color: #9b9b9b;
  font-size: 3rem;
  line-height: 14rem;
}
.reg .content .personal .upload .fileupbtn {
  cursor: pointer;
}
.reg .content .personal .upload .right-input {
  width: 40%;
  margin-left: 2%;
  float: left;
  font-size: 1.5rem;
}
.reg .content .personal .upload .right-input label {
  margin-top: 0;
}
.reg .content .personal .text-center {
  color: #9b9b9b;
  text-align: left;
}
.reg .content .personal .text-center .submitbtna {
  text-align: center;
  width: 100%;
  background: #CD5E29;
  color: #ffffff;
  display: block;
  margin: 2rem 0;
  font-size: 2rem;
  padding: 0.5rem 0;
  margin-top: 0.3rem;
}
.reg .ct-group .shengfenzheng {
  height: 30px;
  font-size: 2rem;
  z-index: 110;
  color: #C2C0C5;
  text-align: center;
}
.reg .preview {
  margin-bottom: 20px;
}
.reg .preview img {
  border: 1px solid #000000;
  width: 530px;
  height: 310px;
}
.reg .preview .pic-large-small {
  padding-left: 10px;
}
.errmsg {
  margin-top: 2rem;
  color: #CD5E29;
}
footer {
  color: #fff;
}
footer .top-f {
  background: #162236;
  padding: 50px 15px;
}
footer .top-f ul {
  overflow: hidden;
  text-align: center;
}
footer .top-f ul li {
  width: 10.5%;
  float: left;
  text-align: left;
}
footer .top-f ul li .ft-logo {
  position: relative;
}
footer .top-f ul li .ft-logo img {
  width: 140px;
}
footer .top-f ul li a:first-child {
  color: #fff;
}
footer .top-f ul li a {
  display: inline-block;
  padding: 8px 0;
  color: #a7a4a4;
  width: 100%;
}
footer .top-f ul li a:hover {
  opacity: 0.8;
}
footer .top-f ul li:first-child {
  width: 16%;
}
footer .bottom-f {
  width: 100%;
  background: url("../img/index-footer.jpg") no-repeat center center;
  background-size: cover;
  border-top: 1px solid #F7F7F7;
  padding: 50px 0;
}
footer .bottom-f .fx {
  overflow: hidden;
  margin-bottom: 60px;
}
footer .bottom-f .fx li {
  float: left;
  padding: 15px;
  position: relative;
}
footer .bottom-f .fx li:first-child {
  padding-left: 0;
}
footer .bottom-f .fx li + li:before {
  display: inline-block;
  content: '';
  width: 1px;
  height: 14px;
  position: absolute;
  top: 20px;
  left: 0;
  background: #fff;
}
footer .bottom-f .fx li a {
  color: #fff;
}
footer .bottom-f .fx li a:hover {
  opacity: 0.8;
}
footer .bottom-f p {
  margin-bottom: 30px;
  color: #7D7978;
  line-height: 2;
}
footer .bottom-f p b {
  color: #ffff;
}
footer .bottom-f .biaozhi {
  color: #ffffff;
  border-top: 1px solid #F7F7F7;
  padding-top: 30px;
  margin-top: 60px;
}
.gotop {
  position: fixed;
  right: 1rem;
  bottom: 8rem;
  width: 3rem;
  height: 3rem;
  z-index: 999;
  background: #ffffff;
  border-radius: 5px;
  padding: 2px;
  cursor: pointer;
}
.gotop img {
  max-width: 100%;
}
#indexModal .modal-content {
  border: 4px solid #C4C4C4;
  color: #ffffff;
  background: #000000;
}
#indexModal .modal-content .modal-body {
  position: relative;
  padding: 30px 50px;
}
#indexModal .modal-content .close {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -15px;
  opacity: 1;
  text-shadow: none;
  color: #fff;
  border: 2px solid #C4C4C4;
  border-radius: 50%;
  font-size: 16px;
  padding: 5px;
}
#indexModal .modal-content .title {
  font-size: 3rem;
  margin-bottom: 20px;
  text-align: center;
}
#indexModal .modal-content .content {
  font-size: 2rem;
  text-indent: 40px;
}
#myModal,
#aboutModal,
#accountmodal {
  color: #CD5E29;
  font-size: 2.5rem;
  margin-top: 100px;
}
#myModal .modal-dialog .modal-content,
#aboutModal .modal-dialog .modal-content,
#accountmodal .modal-dialog .modal-content {
  text-align: center;
  padding: 30px;
}
#myModal .modal-dialog .modal-content .close,
#aboutModal .modal-dialog .modal-content .close,
#accountmodal .modal-dialog .modal-content .close {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #ffffff;
  padding: 4px 4px;
  opacity: 1;
  color: #CD5E29;
}
.modal-bg {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal-bg .loading {
  margin: 20% auto 0;
  text-align: center;
}
.pagelist {
  text-align: center;
  margin: 20px auto;
}
.pagelist a {
  padding: 6px 10px;
  border: 1px solid #e8e8e8;
  color: #000000;
  margin: 0 2px;
}
.pagelist a.active,
.pagelist a:hover {
  background: #CD5E29;
  color: #ffffff;
}
.pagelist a.disabled {
  color: #ccc;
}
.pagelist a.disabled:hover {
  background: #ffffff;
  color: #ccc;
}
.mz {
  border-top: 4px solid #eeeeee;
  background: white;
  padding: 15px;
  font-size: 1.8rem;
  color: #747373;
}
/* ipad横屏 */
/* ipad竖屏 */
/*ipad横屏 */
.en .about-section .about-list .item {
  padding: 30px 15px;
}
.en .cp .compute .title {
  width: 50%;
}
.en .account .wrapBtn a {
  font-size: 1.6rem;
}
.en .hzhb-section .paiban .odd .left-text .content ul li {
  width: 100%;
  float: inherit;
}
.en .hzhb-section .paiban .odd .left-text .content .wrapBtn .a2 {
  width: 350px;
}
.en .about-section .col3list .list {
  padding: 25px 30px;
}
.pop {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pop .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -35%;
  width: 70%;
  min-height: 600px;
  background: #fff;
  border-radius: 8px;
  border-top: 5px solid #cd5e29;
}
.pop .pop_content .title {
  font-size: 2rem;
  padding: 1rem 3rem;
  margin: 1.5rem 0;
  border-left: 5px solid #cd5e29;
  display: inline-block;
  font-weight: bold;
  width: 98%;
}
.pop .pop_content .title lable {
  font-size: 1.7rem;
  float: right;
  padding: 0.5rem 1.5rem;
  color: #fff;
  font-weight: normal;
  border-radius: 5px;
}
.pop .pop_content .tabs {
  background: #f4f4f4;
  text-align: left;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  color: #CD5E29;
}
.pop .pop_content .con {
  max-height: 500px;
  width: 100%;
  overflow: auto;
  padding: 1rem 2rem;
}
.pop .pop_content .con img {
  max-width: 100%;
}
.pop .pop_content .close {
  padding: 1rem 2rem;
  color: #000;
  position: absolute;
  right: 0;
}
/*# sourceMappingURL=reset.css.map */