@charset "utf-8";

/* reset style */

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
  margin: 0;
  padding: 0;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

body {
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

.theme-color {
  color: #3270ff;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs20 {
  font-size: 20px;
}

.hover {
  cursor: pointer;
}

.wrapper {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  /* background-color: rgba(0,255,0,0.1); */
}

.wrapper-list {
  margin: 0 auto;
  width: 1200px;
  padding-bottom: 82px;
}

.wrapper-list h2 {
  padding: 55px 0 22px;
  font-size: 30px;
}

/* public title */

.public-title h2 {
  padding: 55px 0 22px;
  font-size: 30px;
}

/* public title */

/* header start */

.header-box {
  width: 100%;
  height: 80px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #1c1f28;
  z-index: 1000;
}

.logo {
  width: 220px;
  line-height: 80px;
}

.logo h1 {
  position: absolute;
  left: -999px;
}

.navs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 733px;
  height: 80px;
  box-sizing: border-box;
  float: left;
  line-height: 80px;
}

.navs a {
  font-size: 14px;
  color: #fff;
}

.navs a.active {
  color: #31e0ff;
}

.navs a:hover {
  color: #31e0ff;
  text-decoration: none;
}

.navs .hot {
  position: relative;
}

.navs .hot:before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 38px;
  height: 16px;
  background: url("../../image/news_img/icon-hot.png") no-repeat;
  content: "";
}

.user {
  padding-top: 21px;
  width: 205px;
  float: right;
}

.user a {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.user-reg {
  width: 118px;
  background-color: #3270ff;
  border: solid 1px #3270ff;
}

.user .cureentA {
  background-color: #ff9400;
  border: solid 1px #ff9400;
  text-decoration: none;
  color: #fff;
}

.user-reg img {
  margin-bottom: 4px;
  vertical-align: middle;
}

.user-login {
  width: 78px;
  border: 1px solid #5b5d64;
}

/* header end */

/* carousels start */

.carousels {
  margin-top: 80px;
}

.carousel-caption {
  padding-bottom: 60px !important;
}

.carousel-caption h1 {
  margin: 40px auto;
  font-size: 48px;
  font-weight: normal;
  color: #fff;
}

.carousel-caption p {
  margin: 30px auto;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}

.carousel-caption a {
  display: inline-block;
  margin: 20px auto;
  padding: 14px 32px;
  font-size: 16px;
  background-color: #31e0ff;
  border-radius: 50px;
  letter-spacing: 2px;
  color: #000;
  text-shadow: none;
}

.carousel-caption a:hover {
  color: #fff;
  text-decoration: none;
}

/* carousels end */

/* links start */

.links {
  width: 100%;
  height: 250px;
  background-color: #e7eeff;
}

.links .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .links-text {
  padding-top: 30px;
  width: 365px;
  height: 140px;
} */

.links-text h2 {
  white-space: nowrap;
  font-size: 24px;
  line-height: 40px;
  margin: 0;
}

.links-btn {
  width: 240px;
  line-height: 140px;
}

.links-btn a {
  width: 138px;
  line-height: 46px;
  background-color: #3270ff;
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.links-btn a:hover {
  background-color: #ff9400;
  color: #fff;
}

.links-list {
  width: 602px;
  height: 140px;
}

.links-list ul {
}

.links-list ul li {
  width: 142px;
  float: left;
  height: 50px;
  margin-top: 8px;
  border: 1px solid #eee;
}

/* links end */

/* footer start */

.footer {
  /* width: 100%; */
  /* height: 288px; */
  background-color: #232733;
}

.footer-content {
  width: 100%;
  height: 210px;
}

.footer-content .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-content .wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 135px;
  border-right: 1px solid #383b46;
}

.footer-logo {
  width: 31%;
}

.Authentication {
  /* float:right; */
}

.footer-tel {
  display: block !important;
  padding-left: 55px;
  text-align: left;
  width: 38%;
  padding-top: 15px;
}

.footer-tel p {
  line-height: 28px;
  color: #fff;
}

.footer-content .wrapper .footer-qr {
  width: 31%;
  border-right: none;
}

.footer-qr .qr-code {
  margin-left: 32px;
  width: 112px;
}

.footer-qr .qr-code img {
  width: 110px;
}

.footer-qr .qr-code p {
  padding-top: 5px;
  text-align: center;
  color: #aaabad;
}

.footer_link {
  border-top: 1px solid #383b46;
  padding: 24px 30px;
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  color: #7d7e81;
  font-size: 14px;
}

.footer_link a {
  display: inline-block;
  margin-right: 18px;
  color: #7d7e81;
}

.footer_link span {
  display: inline-block;
  margin-right: 18px;
  color: #7d7e81;
}

.footer_link a:hover {
  color: #fff;
}

.copyright {
  width: 100%;
  padding: 15px 0;
  /* height: 44px; */
  background-color: #1c1f28;
}

.copyright .text-center {
  width: 762px;
  color: #7d7e81;
  margin: 0 auto;
  line-height: 2.2;
}

.copyright .text-center a:hover {
  color: #fff !important;
}

.copyright .A_width {
  width: 812px;
}

.copyright .text-center img {
  margin-left: 8px;
}

/* footer end */

.reset_banner {
  margin-top: 80px;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 300px;
}

.reset_banner img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

.tc1,
.tc2 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  z-index: 999999;
}

.tc1_box {
  width: 400px;
  height: 458px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -229px;
  background: url(../../image/news_img/tc1.png) no-repeat;
  z-index: 100;
}

.tc2_box {
  width: 300px;
  height: 354px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -177px;
  background: url(../../image/news_img/tc2.png) no-repeat;
  z-index: 100;
}

.tc2_close {
  width: 22px;
  height: 22px;
  margin: 0 auto;
  cursor: pointer;
}

.tc2_btn {
  position: absolute;
  width: 260px;
  height: 43px;
  left: 20px;
  border-radius: 23px;
  bottom: 33px;
  cursor: pointer;
}

.tc1_close {
  width: 34px;
  height: 34px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.tc1_btn {
  position: absolute;
  width: 186px;
  height: 44px;
  left: 102px;
  border-radius: 23px;
  bottom: 70px;
  cursor: pointer;
}

.rule {
  display: block;
  margin-top: 400px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.novice_banner {
  margin-top: 80px;
  width: 100%;
  height: 300px;
  background: url("../../image/news_img/new_bg.png") no-repeat top;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

.novice_banner .wrapper {
  padding-left: 20px;
}

.novice_banner .title {
  padding-top: 105px;
  font-size: 30px;
  color: #fff;
}

.novice_banner p {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
}

/* 支付二次确认弹窗样式 */
.sq_tips_dialog .sq_tips {
  padding: 10px 28px 0;
}

.sq_tips_dialog .sq_tips .sq_tips_tit {
  margin-bottom: 10px;
}

.sq_tips_dialog .sq_tips_item {
  margin-top: 14px;
}

.sq_tips_dialog .sq_tips_item_tit {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #1d2129;
  margin-left: 28px;
}

.sq_tips_dialog .sq_tips_item_tit .bind_key {
  position: absolute;
  left: -28px;
  top: 1px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.sq_tips_dialog .sq_tips_item_tit .bind_key.bind_key1 {
  background-image: url(../../image/bind_key1.png);
}

.sq_tips_dialog .sq_tips_item_tit .bind_key.bind_key2 {
  background-image: url(../../image/bind_key2.png);
}

.sq_tips_dialog .sq_tips_item_list {
  margin-top: 4px;
  margin-left: 28px;
  list-style: none;
  font-size: 14px;
  line-height: 24px;
  color: #4e5969;
}

.sq_tips_dialog .sq_tips_item_ck {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.sq_tips_dialog .sq_tips_item_ck .isCheck {
  margin: 0 8px 0 0;
}

.sq_tips_dialog.layui-layer-page .layui-layer-content {
  overflow-y: hidden;
}

.sq_tips_dialog .layui-layer-btn {
  padding: 14px 10px 26px !important;
}

.sq_tips_dialog .layui-layer-btn a {
  padding: 0 24px;
}

.sq_tips_dialog .layui-layer-btn .layui-layer-btn0 {
  margin-right: 24px;
}
