.mt48 {
  margin-top: 48px;
}
.tip-msg{
  font-size: 20px;
  color:#fff;
  margin-top:100px;
}
.btn-sure{
  display: block;
  width: 300px;
  height: 46px;
  margin: 100px auto 20px auto;
  border-radius: 5px;
  background-color: #169BD5;
  background-size: cover;
  border-color: transparent;
  color: #fff;
}

#modal-overlay {
  display: none;
  position: fixed;    /* 使用绝对定位或固定定位  */
  left: 0px;
  top: 0px;
  width:100%;
  height:100%;
  text-align:center;
  z-index: 1000;
  background-color: #10141D;
  opacity: 0.5;   /* 背景半透明 */
}
/* 模态框样式 */
.modal-data{
  display: none;
  width:50%;
  height:300px;
  position: fixed;
  left:25%;
  bottom:40%;
  background-color: #2C2C30;
  padding:15px;
  z-index: 9999;
  text-align:center;
}

.trust-point {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  background: #0e1323;
  padding-top: 122px; }

.tp-container {
  width: 1551px;
  margin: auto;
  background: url(../images/xyd_banner@3x.png) center no-repeat; }

.tp-conbox {
  text-align: center; }
  .tp-conbox h2 {
    font-weight: normal;
    font-family: 'yuan';
    font-size: 50px;
    color: white;
    line-height: 50px;
    padding-top: 60px; }
  .tp-conbox p {
    font-size: 16px;
    color: white;
    line-height: 34px;
    font-weight: normal;
    letter-spacing: 2px; }

.tp-navlist {
  margin: 0 auto;
  margin-top: 100px;
  width: 1178px;
  overflow: hidden; }

.tp-nav-list-bar {
  width: 317px;
  font-size: 24px;
  color: white;
  line-height: 82px;
  background: -webkit-radial-gradient(ellipse, #0e1323, #0D1B32);
  background: -moz-radial-gradient(ellipse, #0e1323, #0D1B32);
  background: radial-gradient(ellipse, #0e1323, #0D1B32);
  box-shadow: inset 0px 0px 20px 5px #0e2026;
  float: left;
  position: relative;
  border: 1px solid #59647A;
  text-align: center; }

.tp-nav-list-bar.active {
  width: 330px; }

.x-icon {
  height: 82px;
  width: 24px;
  padding: 0 40px;
  background: url(../images/x@2x.png) center no-repeat;
  background-size: 24px 23px;
  float: left; }

.tp-nav-list-bar::before {
  content: '';
  display: block;
  width: 88%;
  height: 100%;
  position: absolute;
  border-top: 1px solid #0d192f;
  z-index: 4;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 1px solid #0d192f; }

.tp-nav-list-bar::after {
  content: '';
  display: block;
  width: 100%;
  height: 70%;
  position: absolute;
  border-left: 2px solid #0d192e;
  z-index: 36;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-right: 1px solid #0f172b;
  left: -2px; }

.tp-q-title {
  font-size: 32px;
  font-family: 'yuan'; }

.tp-query {
  margin-top: 3%; }
  .tp-query p {
    font-family: 'yuan';
    color: white;
    text-align: center; }
  .tp-query .tp-btn {
    display: block;
    width: 400px;
    line-height: 55px;
    font-size: 27px;
    background: -webkit-gradient(linear, left top, right top, from(#006DF8), to(#0092FE));
    background: -webkit-linear-gradient(left, #006DF8, #0092FE);
    background: -moz-linear-gradient(left, #006DF8, #0092FE);
    background: linear-gradient(to right, #006DF8, #0092FE);
    -webkit-border-radius: 28px;
       -moz-border-radius: 28px;
            border-radius: 28px;
    margin: 0 auto;
    margin-top: 85px;
    text-align: center;
    position: relative; }
  .tp-query .tp-btn:hover {
    opacity: 0.6; }
  .tp-query .tp-btn::before {
    content: '';
    width: 90%;
    height: 90%;
    position: absolute;
    left: 50%;
    -webkit-border-radius: 28px;
       -moz-border-radius: 28px;
            border-radius: 28px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 55px;
    background: -webkit-gradient(linear, left bottom, left top, from(#0e1323), to(#0F1B31));
    background: -webkit-linear-gradient(bottom, #0e1323, #0F1B31);
    background: -moz-linear-gradient(bottom, #0e1323, #0F1B31);
    background: linear-gradient(to top, #0e1323, #0F1B31); }

.tp-q-bg {
  padding: 70px 0 130px 0;
  background: url(../images/xyd_bg02@2x.png) top right no-repeat;
  background-size: contain; }

.tp-query-list {
  width: 1216px;
  margin: auto;
  position: relative; }
  .tp-query-list em {
    position: absolute;
    width: 24px;
    height: 1px;
    background: #89a4da; }
  .tp-query-list em:nth-of-type(1) {
    top: 0;
    left: 0; }
  .tp-query-list em:nth-of-type(1)::before, .tp-query-list em:nth-of-type(2)::before {
    content: '';
    display: block;
    width: 2px;
    height: 15px;
    background: #89a4da;
    position: absolute;
    top: 0px;
    left: -1px; }
  .tp-query-list em:nth-of-type(3)::before, .tp-query-list em:nth-of-type(4)::before {
    content: '';
    display: block;
    width: 2px;
    height: 15px;
    background: #89a4da;
    position: absolute;
    top: 0px;
    right: 0; }
  .tp-query-list em:nth-of-type(2) {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    bottom: 0;
    right: 5px; }
  .tp-query-list em:nth-of-type(3) {
    top: 0;
    right: 5px; }
  .tp-query-list em:nth-of-type(4) {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: -1px;
    bottom: 0; }
  .tp-query-list table, .tp-query-list tr, .tp-query-list td {
    border: 1px dashed #59647A; }
  .tp-query-list table {
    background: rgba(23, 28, 44, 0.5);
    text-align: center;
    vertical-align: middle; }
    .tp-query-list table td {
      width: 242px;
      height: 142px;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      color: #fff; }
      .tp-query-list table td div {
        padding: 62px 0 0 0; }
        .tp-query-list table td div span {
          font-size: 16px; }
      .tp-query-list table td .td-icon1 {
        background: url(../images/xyd01@2x.png) top center no-repeat;
        background-size: 50px; }
      .tp-query-list table td .td-icon2 {
        background: url(../images/xyd02@2x.png) top center no-repeat;
        background-size: 50px; }
      .tp-query-list table td .td-icon3 {
        background: url(../images/xyd03@2x.png) top center no-repeat;
        background-size: 50px; }
      .tp-query-list table td .td-icon4 {
        background: url(../images/xyd04@2x.png) top center no-repeat;
        background-size: 50px; }
      .tp-query-list table td .td-icon5 {
        background: url(../images/xyd05@2x.png) top center no-repeat;
        background-size: 50px; }
      .tp-query-list table td .td-icon6 {
        background: url(../images/xyd06@2x.png) top center no-repeat;
        background-size: 50px; }
      .tp-query-list table td .td-icon7 {
        background: url(../images/xyd07@2x.png) top center no-repeat;
        background-size: 50px; }
      .tp-query-list table td .td-icon8 {
        background: url(../images/xyd08@2x.png) top center no-repeat;
        background-size: 50px; }
      .tp-query-list table td .td-icon9 {
        background: url(../images/xyd09@2x.png) top center no-repeat;
        background-size: 50px; }
      .tp-query-list table td .td-icon10 {
        background: url(../images/xyd10@2x.png) top center no-repeat;
        background-size: 50px; }
      .tp-query-list table td .td-icon11 {
        background: url(../images/xyd11@2x.png) top center no-repeat;
        background-size: 50px; }
      .tp-query-list table td .td-icon12 {
        background: url(../images/xyd12@2x.png) top center no-repeat;
        background-size: 50px; }
      .tp-query-list table td .td-icon13 {
        background: url(../images/xyd13@2x.png) top center no-repeat;
        background-size: 50px; }
      .tp-query-list table td .td-icon14 {
        background: url(../images/xyd14@2x.png) top center no-repeat;
        background-size: 50px; }
    .tp-query-list table td:hover {
      background: #252938;
      color: #0076f4; }

.tp-swbox {
  color: #fff;
  text-align: center; }

.tp-frombox {
  width: 600px;
  margin: auto;
  margin-top: 70px; }

.tp-group {
  line-height: 44px;
  width: 100%;
  color: #fff;
  font-size: 15px;
  border: 1px solid #59647A;
  text-align: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px; }
  .tp-group lable {
    display: inline-block;
    width: 65px;
    padding-left: 44px; }
  .tp-group input {
    color: #fff;
    background: transparent;
    outline: none;
    border: none;
    padding-left: 10px;
    width: 300px; }

.tp-submitbtn {
  font-size: 16px;
  display: block;
  width: 300px;
  height: 46px;
  margin: 40px auto 20px auto;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  border-color: transparent;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#006DF8), to(#0092FE));
  background: -webkit-linear-gradient(left, #006DF8, #0092FE);
  background: -moz-linear-gradient(left, #006DF8, #0092FE);
  background: linear-gradient(to right, #006DF8, #0092FE); }

.tp-submitbtn:hover {
  opacity: 0.6; }

.tp-fooer {
  font-size: 14px;
  color: #0098D8;
  text-align: center;
  margin-top: 50px; }

.tp-m-table {
  display: none; }

@media screen and (max-width: 1551px) {
  .tp-navlist {
    width: 933px; }
  .tp-nav-list-bar {
    width: 250px;
    font-size: 22px;
    color: white;
    line-height: 60px; }
  .tp-nav-list-bar.active {
    width: 277px; }
  .tp-container {
    width: 1024px;
    background: url(../images/xyd_banner@3x.png) center no-repeat; }
  .x-icon {
    height: 60px;
    width:4px;
    padding: 0 34px;
    background-size: 16px 16px; } }

@media screen and (max-width: 800px) {
  body, html {
    height: 100%; }
  .trust-point {
    padding-top: 64px;
    padding-bottom:140px;
    height: 100%; }
  .tp-container {
    width: 100%;
    background: url(../images/xyd_banner.png) center no-repeat; }
  .tp-query, .tp-swbox {
    display: none; }
  .tp-nav-list-bar {
    width: 135px;
    font-size: 10px;
    color: white;
    line-height: 42px; }
  .m-one{ width:110px;}
  .tp-nav-list-bar.active {
    width: 100px; }
  .tp-navlist {
    width:380px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden; }
  .x-icon {
    height: 42px;
    width: 8px;
    padding: 0 3px;
    background-size: 10px 10px; }
  .tp-conbox h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    padding-top: 0;
    font-family: 'yuan';
    letter-spacing:10px; }
  .tp-conbox p {
    font-size: 12px; }
  .tp-m-table {
    width: 100%;
    margin-top: 30px;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: block; }
    .tp-m-table .tp-m-btn {
      width: 100%;
      line-height: 44px;
      font-size: 14px;
      color: #fff;
      text-align: center;
      background: -webkit-linear-gradient(317.8deg, #00c9ee, #0849ff);
      background: -moz-linear-gradient(317.8deg, #00c9ee, #0849ff);
      background: linear-gradient(132.2deg, #00c9ee, #0849ff);
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px; }
    .tp-m-table .td-icon1 {
      background: url(../images/xyd01@3x.png) center 5px no-repeat;
      background-size: 30px; }
    .tp-m-table .td-icon2 {
      background: url(../images/xyd02@3x.png) center 5px no-repeat;
      background-size: 30px; }
    .tp-m-table .td-icon3 {
      background: url(../images/xyd03@3x.png) center 5px no-repeat;
      background-size: 30px; }
    .tp-m-table .td-icon4 {
      background: url(../images/xyd04@3x.png) center 5px no-repeat;
      background-size: 30px; }
    .tp-m-table .td-icon5 {
      background: url(../images/xyd05@3x.png) center 5px no-repeat;
      background-size: 30px; }
    .tp-m-table .td-icon6 {
      background: url(../images/xyd06@3x.png) center 5px no-repeat;
      background-size: 30px; }
    .tp-m-table .td-icon7 {
      background: url(../images/xyd07@3x.png) center 5px no-repeat;
      background-size: 30px; }
    .tp-m-table .td-icon8 {
      background: url(../images/xyd08@3x.png) center 5px no-repeat;
      background-size: 30px; }
    .tp-m-table .td-icon9 {
      background: url(../images/xyd09@3x.png) center 5px no-repeat;
      background-size: 30px; }
    .tp-m-table .td-icon10 {
      background: url(../images/xyd10@3x.png) center 5px no-repeat;
      background-size: 30px; }
    .tp-m-table .td-icon11 {
      background: url(../images/xyd11@3x.png) center 5px no-repeat;
      background-size: 30px; }
    .tp-m-table .td-icon12 {
      background: url(../images/xyd12@3x.png) center 5px no-repeat;
      background-size: 30px; }
    .tp-m-table .td-icon13 {
      background: url(../images/xyd13@3x.png) center 5px no-repeat;
      background-size: 30px; }
    .tp-m-table .td-icon14 {
      background: url(../images/xyd14@3x.png) center 5px no-repeat;
      background-size: 30px; }
    .tp-m-table table {
      width: 100%;
      text-align: center;
      vertical-align: middle;
      color: #fff; }
      .tp-m-table table div {
        padding: 42px 0 10px 0; }
        .tp-m-table table div span {
          font-size: 12px; }
    .tp-m-table tr {
      width: 100%; }
    .tp-m-table table, .tp-m-table tr, .tp-m-table td {
      border: 1px dashed #59647A; }
    .tp-m-table table:first-child td {
      width: 20%; }
    .tp-m-table table:last-child {
      position: relative;
      top: -1px; }
      .tp-m-table table:last-child td {
        width: 20%; } }

.header {
  background: -webkit-gradient(linear, left top, left bottom, from(#131c3b), to(rgba(19, 28, 59, 0)));
  background: -webkit-linear-gradient(top, #131c3b, rgba(19, 28, 59, 0));
  background: -moz-linear-gradient(top, #131c3b, rgba(19, 28, 59, 0));
  background: linear-gradient(180deg, #131c3b, rgba(19, 28, 59, 0));
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s; }

.header.active {
  background: white;
  padding-top: 10px;
  position: fixed;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2); }

.active .header-menu .header-title {
  color: #090a0c; }

.active a {
  color: #090a0c; }

.header-status a {
  color: #fff; }

