@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  min-width: 1200px;
  font-family: 'MicrosoftYaHeiUI';
  -moz-user-select: none;
  /*火狐*/

  -webkit-user-select: none;
  /*webkit浏览器*/

  -ms-user-select: none;
  /*IE10*/

  -khtml-user-select: none;
  /*早期浏览器*/

  user-select: none;
}

* {
  box-sizing: content-box;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
}

header,
section,
footer,
aside,
nav,
article,
figure {
  display: block;
}

body {
  margin: 0 auto;
  padding: 0px;
  min-width: 1200px;
  font-size: 14px;
  font-family: "å¾®è½¯é›…é»‘";

}

div,
ul,
li,
h1,
p,
hr,
form,
input {
  margin: 0;
  padding: 0;
}

table,
th,
td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
}

a,
input,
i {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input {
  background: none;
  outline: none;
  border: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input:focus {
  border: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.zt-wrap img {
  display: block;
  width: 100%;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.p-flex {
  display: -webkit-box;
  /*老版本：iOS 6-, Safari 3.1-6*/
  display: -webkit-flex;
  /*新版本：Chrome*/
  display: flex;
  /*标准规范：Opera 12.1, Firefox 20+*/
}

.zhaoshan-box {
  word-spacing: 0 !important;
  /* text-align: center; */
  background: #FEEAF8;
}

.zt-wrap {
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#app img {
  width: 100%;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.consumption-top {
  padding-top: 75px;
  padding-bottom: 50px;
}

.consumption-top-left {
  margin-top: -25px;
  width: 287px;
}

.consumption-top-left img {
  width: 100%;
}

.consumption-top-con {
  display: flex;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  /* border-bottom-right-radius: 8px; */
}

.consumption-top-right {
  flex: 1;
  padding-left: 34px;
  background: #FFFFFF;
  padding-top: 41px;
  padding-right: 29px;
}

.consumption-top-title {
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 42px;
  margin-bottom: 29px;
}

.consumption-top-p {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
}

.consumption-top-right span {
  display: block;
  width: 160px;
  height: 40px;
  background: #BC2A20;
  border-radius: 20px;
  cursor: pointer;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  align-items: center;
  padding: 0 9px 0 12px;
  display: flex;
  text-align: center;
  margin-top: 16px;
  float: right;
  margin-right: 60px;
}

.consumption-top-right span i {
  width: 22px;
  height: 22px;
  display: block;
  margin-left: 9px;
}

.consumption-top-right span img {
  width: 100%;
}

.consumption-five {
  background: url(../images/1.png) no-repeat;
  background-size: cover;
  padding: 54px 0;
}

.consumption-tips {
  margin: 0 auto;
  width: 478px;
}

.consumption-five-con {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.consumption-five-item {
  position: relative;
  width: 232px;
  height: 242px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px 26px 0px 11px;
}

.consumption-five-item span {
  position: absolute;
  top: -20px;
  left: 9px;
  width: 38px;
  height: 40px;
  display: block;
}

.consumption-five-item span img {
  width: 100%;
}

.five-item-title {
  font-size: 20px;
  font-family: Alibaba-PuHuiTi-B, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #333333;
  line-height: 27px;
  margin-bottom: 18px;
}

.five-list {
  padding-left: 13px;
}

.five-list p {
  position: relative;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-bottom: 12px;
}

.five-list p:last-child {
  margin-bottom: 0;
}

.five-list p::before {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: -16px;
  background: url(../images/befer.png) no-repeat;
  background-size: 100% 100%;
}

.consumption-five-btns {
  width: 306px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.consumption-five-btns span {
  display: block;
  cursor: pointer;
  width: 143px;
  height: 40px;
  background: #FF8B37;
  border-radius: 20px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}

.consumption-five-btns span:nth-child(2) {
  display: block;
  cursor: pointer;
  width: 143px;
  height: 40px;
  background: #BC2A20;
  border-radius: 20px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
}

.consumption-data {
  padding-top: 50px;
  background: url(../images/2.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding-bottom: 40px;
}

.consumption-data .consumption-data-con {
  background: url(../images/book.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 60px 85px 60px 85px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.consumption-item {
  width: 485px;
  border-radius: 20px;
  border: 1px solid #BC2A20;
  padding: 29px 63px 7px 63px;
  margin-bottom: 20px;
}

.consumption-item:nth-child(3),
.consumption-item:nth-child(4) {
  margin-bottom: 0;
}

.consumption-item:nth-child(4) {
  height: 465px !important;
}

.consumption-item-title {
  position: relative;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #BC2A20;
  line-height: 25px;
  margin-bottom: 8px;
}

.consumption-item-title i {
  display: block;
  position: absolute;
  width: 34px;
  height: 26px;
  left: -46px;
  top: -4px;
}

.consumption-item-title i img {
  width: 100%;
}

.consumption-list-title {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  margin-bottom: 8px;
}

.consumption-list-list {
  padding-left: 58px;
  margin-bottom: 8px;
}

.consumption-list-list p {
  margin-bottom: 4px;
  display: flex;
}

.consumption-list-list p span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}

.consumption-list-list p span:nth-child(2) {
  flex: 1;
  margin-left: 10px;
}

.consumption-list-list p:last-child {
  margin-bottom: 8px;
}

.consumption-data-btns {
  width: 326px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 165px;
  bottom: 50px;
}

.consumption-data-btns span {
  width: 143px;
  height: 40px;
  background: #FF8B37;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

.consumption-data-btns span:nth-child(2) {
  background: #BC2A20;
}

.consumption-data .wrapper {
  position: relative;
}

.consumption-concent {
  padding: 50px 0;
}

.consumption-concent-item {
  width: 1200px;
  box-sizing: border-box;
  background: rgba(188, 42, 32, 0.04);
  border-radius: 8px;
  border: 2px solid #BC2A20;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 30px 30px 24px 30px;
}

.consumption-concent-item-title {
  height: 52px;
  background: #BC2A20;
  line-height: 52px;
  padding: 0 13px 0 20px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.consumption-concent-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.consumption-items {
  width: 370px;
  height: 280px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 15px;
}

.consumption-items:nth-child(6) {
  padding: 15px;
}

.consumption-items:nth-child(6) .div111 {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  display: inline-block;
  position: relative;
  line-height: 25px;
  margin-bottom: 17px;
  display: inline-block;
}

.consumption-items:nth-child(6) .div111::after {
  display: block;
  content: "";
  height: 5px;
  background: #BC2A20;
  left: 0;
  right: 0;
  bottom: 2px;
  position: absolute;
  opacity: .7;
}

.consumption-items:nth-child(6) p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}

.consumption-concent-tips {
  margin-top: 5px;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}

.consumption-concent-lists {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.consumption-concent-lists div:nth-child(1) {
  width: 724px;
}

.consumption-concent-lists div:nth-child(2) {
  flex: 1;
}

.consumption-concent-listsp {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}

.consumption-concent-div {
  padding: 15px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 20px;
}

.lllssss {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.lllssss div {
  width: 565px;
  margin-bottom: 15px;
}

.consumption-data-btnss {
  width: 326px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.consumption-data-btnss span {
  width: 143px;
  height: 40px;
  background: #FF8B37;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

#app {
  /* padding-bottom: 128px; */
}

.stroke-bottom .swiper {
  width: 100% !important;
  height: 100%;
}

.close-btn-fix {
  width: 33px;
  height: 33px;
  cursor: pointer;
  position: absolute;
  right: 66px;
  top: -40px;
  display: block;
}

.bbbb {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 15px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #000;
}




input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 0px #000;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
  outline: none;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}


.send-code-btn {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #D05160;
  line-height: 38px;
  cursor: pointer;
}



.xieyi-form-item {
  position: absolute;
  top:214px;
  right: 32px;
  width: 265px;
}

.privacy_box {
  letter-spacing: -1px;
}

.agree-policy {
  display: none;
}

.agree-policy-label {
  width: 100%;
  vertical-align: middle;
  font-size: 12px;
  color: #999;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  cursor: pointer;
}

.agree-policy-label a {
  color: #000
}

.agree-policy+label::before {
  content: '';
  display: inline-block;
  width: 14px !important;
  height: 14px !important;
  border: 0 !important;
  border-radius: 0% !important;
  background-image: url(../images/unchecked.png);
  background-size: 100%;
  background-repeat: no-repeat;
  /* margin-right: 4px; */
  vertical-align: text-bottom;
  cursor: pointer;
  padding: 0 !important;
  margin-right: 3px;
  /* margin-bottom: 2px; */
}

.agree-policy:checked+label::before {
  padding: 0 !important;
  display: inline-block;
  content: '';
  width: 14px !important;
  height: 14px !important;
  background-image: url("../images/checked.png");
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  border: 0 !important;
  border-radius: 0% !important;
  cursor: pointer;
  /* margin-bottom: 2px; */
  margin-right: 3px;
}

#count-down {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #D05160;
  line-height: 38px;
  cursor: pointer;
  flex: 1;
  text-align: right;
  padding-right: 15px;
}

.head-nav {
  height: 48px;
  background: #C42021;
  line-height: 48px;
}

.head-nav .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixedTab {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  /* margin-left: -6rem !important; */
  /* width: 12rem; */
  height: 48px !important;
  background: #f03537;
  z-index: 99;
  display: flex !important;
}

.head-nav .wrapper li {
  width: 200px;
  line-height: 48px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}

.head-nav .wrapper li a {
  display: block;
  width: 200px;
  line-height: 48px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}

.head-active {
  background: #B51011 !important;
}

#offlineEducation {
  padding-top: 50px;
}

.top-bg {
  margin: 0 auto;
}

.top-bg img {
  width: 100%;
}

#offlineEducation .top-bg,
#stroke .top-bg {
  width: 369px;
  margin-bottom: 63px;
}

.offlineEducation-list {
  justify-content: space-around;
  display: flex;
}

.offlineEducation-list-item {
  width: 180px;
  height: 171px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding-left: 15px;
}

.offlineEducation-list-item span {
  display: block;
  margin-top: -29px;
  font-size: 56px;
  font-family: DINPro-Bold, DINPro;
  font-weight: bold;
  color: #C42021;
  line-height: 72px;
  text-shadow: 2px 2px 0px rgba(255, 176, 181, 0.35);
}

.offlineEducation-list-item div {
  font-size: 19px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
}

.offlineEducation-list-item b {
  margin-top: 24px;
  display: block;
  width: 75px;
  height: 3px;
  background: #C42021;
}

#stroke {
  padding-top: 50px;
  padding-bottom: 50px;
}

.stroke-nav-item {
  width: 150px;
  text-align: center;
  padding: 10px 0;
  border-bottom: 2px solid #fff;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
}

.stroke-nav-item-active {
  color: #C42021 !important;
  border-bottom: 2px solid #C42021 !important;
}

.stroke-nav {
  display: flex;
  margin-bottom: 30px;
}

.stroke-con {
  width: 1200px;
}

.stroke-con img {
  width: 100%;
}

.stroke-top {
  position: relative;
  width: 1200px;
  height: 170px;
}

.stroke-top img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.stroke-top p {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  position: absolute;
}

.stroke-time {
  left: 108px;
  top: 102px;
}

.stroke-address {
  left: 599px;
  top: 51px;
}

.stroke-phone {
  left: 599px;
  top: 90px;
}

.stroke-bottom {
  position: relative;
  width: 1140px;
  height: 278px;
  margin: 0 auto;
  margin-top: 17px;
}

.stroke-bottom .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.i1 {
  width: 11px;
  height: 41px;
  position: absolute;
  top: -30px;
  left: 140px;
  z-index: 1;
}

.i2 {
  width: 11px;
  height: 41px;
  position: absolute;
  top: -30px;
  right: 140px;
  z-index: 1;
}

.avtor {
  width: 247px;
  height: 265px;
  position: absolute;
  left: 39px;
  top: 13px;
}

.stroke-name {
  font-size: 48px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 67px;
  left: 342px;
  top: 42px;
  position: absolute;
}

.stroke-desc {
  left: 342px;
  top: 109px;
  position: absolute;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}

.stroke-tips {
  left: 342px;
  top: 157px;
  width: 548px;
  height: 101px;
  position: absolute;
}

.stroke-h {
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 32px;
}

.stroke-t {
  position: absolute;
  top: 67px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}





.w1 {
  position: relative;
  padding-top: 19px;
  margin-bottom: 15px;
}

.w1-btns {
  width: 336px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  margin-left: -168px;
  bottom: 20px;
}

.w1-btns span {
  display: block;
  width: 147px;
  cursor: pointer;
}

.w2 {
  position: relative;
  margin-bottom: 30px;
}

.w2-btn {
  position: absolute;
  width: 197px;
  left: 50%;
  margin-left: -98.5px;
  cursor: pointer;
  bottom: 20px;
}

.w3 {
  margin-bottom: 47px;
}

.w4 {
  position: relative;
  margin-bottom: 70px;
}
input[type="checkbox"]:checked+label{
  color: #999 !important;
}
input[type="checkbox"]:checked + label:before{
  background-color: #fff !important;
}
.w4 .go-kf {
  position: absolute;
  display: block;
  width: 197px;
  left: 50%;
  margin-left: -98.5px;
  bottom: 20px;
  cursor: pointer;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.form-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 680px;
  margin-left: -340px;
  height: 310px;
  margin-top: -155px;
  background: url(../images/form.png) no-repeat;
  background-size: 100% 100%;
}

.form-item {
  width: 265px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #ECECEC;
}

.form-item1 {
  position: absolute;
  top: 118px;
  right: 32px;
}

#phone-input {
  width: 100%;
  line-height: 38px;
  outline: none;
  border: 0;
  padding-left: 15px;
  font-size: 14px;
}

.form-item2 {
  position: absolute;
  top: 166px;
  right: 32px;
  display: flex;
  padding-right: 15px;
}

#verification-code-input {
  line-height: 38px;
  outline: none;
  border: 0;
  padding-left: 15px;
  font-size: 14px;
  width: 160px;
}
.form-submit-btn{
  position: absolute;
  right: 32px;
  top: 240px;
  width: 273px;
  height: 53px;
  cursor: pointer;
}
.form-submit-btn img{
  width: 100%;
}
.closed{
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -38px;
}
.closed img{
  width: 100%;
}