* {
  padding: 0;
  margin: 0;
}
img,
video {
  display: block;
  max-width: 100%;
  padding: 0;
  margin: 0;
  outline-width: 0;
  vertical-align: top;
}
a,
input,
button,
label,
select {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: none;
  text-decoration: none;
}
a {
  display: block;
  color: #191B26;
}
li {
  list-style: none;
}
.content {
  position: relative;
  width: 1055px;
  margin: 0 auto;
}
.head {
  height: 67px;
  line-height: 67px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .logo {
  width: 138px;
}
.head .link {
  width: 30%;
  height: 37px;
  line-height: 37px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.head span {
  /*padding-right: 20px;*/
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #191B26;
}
.head a {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #191B26;
  padding: 0 30px 0 0;
}
.head a:nth-last-child(1) {
  /*padding-right: 0;*/
  /*padding-left: 30px;*/
  /*border-left: 2px solid #EEEEEE;*/
}
.banner {
  position: relative;
  width: 100%;
  background: #3598ED;
}
.banner .font {
  position: absolute;
  top: 78px;
  width: 100%;
  text-align: center;
}
.banner .font h2 {
  font-size: 84px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.banner .font span {
  display: block;
  width: 239px;
  height: 66px;
  line-height: 66px;
  background: #3598ED;
  border-radius: 10px;
  margin: 0 auto;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}
.banner img {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
.nav {
  position: relative;
  height: 107px;
  z-index: 2;
  top: -53px;
}
.nav .top {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 106px;
  /*display: flex;*/
  align-items: center;
  box-sizing: border-box;
  padding: 30px;
  line-height: 46px;
  background: url(../img/navbg.png) no-repeat 0 0;
  background-size: 100%;
}
.nav .top span {
  display: inline-block;
  margin: 0 6px;
  cursor: pointer;
  color: #191B26;
  font-size: 18px;
  text-align: center;
}
.nav .top .color {
  color: #3598ED;
}
.nav .top .curr {
  display: inline-block;
  padding: 0 25px;
  height: 46px;
  line-height: 46px;
  background: #DBEEFF;
  border-radius: 23px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #3598ED;
}
.nav .down {
  display: none;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 87px;
  width: 966px;
  margin-left: -483px;
  box-sizing: border-box;
  padding: 30px 45px 8px 45px;
  background: #3598ED;
  box-shadow: 0px 0px 16px 0px rgba(55, 147, 234, 0.43);
  border-radius: 0px 0px 30px 30px;
}
.nav .down ul {
  display: none;
  transition: all 0.5;
  cursor: pointer;
}
.nav .down ul li {
  display: inline-block;
}
.nav .down ul li a {
  height: 37px;
  line-height: 37px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  padding: 0 20px;
  border-right: 1px solid #fff;
  margin-bottom: 22px;
}
.list {
  position: relative;
  top: -53px;
}
.list h3 {
  width: 100%;
  display: flex;
  align-items: center;
  height: 56px;
  line-height: 56px;
  box-sizing: border-box;
  padding-left: 14px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #3598ED;
}
.list h3 img {
  width: 20px;
  margin-right: 5px;
}
.list ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.list ul li {
  position: relative;
  width: 525px;
  height: 203px;
  box-sizing: border-box;
  padding: 40px 45px;
  background: url(../img/libg.png) no-repeat 0 0;
  background-size: 100%;
}
.list ul li h5 {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #191B26;
}
.list ul li p {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list ul li p span {
  min-width: 75px;
  height: 30px;
  padding: 0 10px;
  background: rgba(246, 246, 246, 0);
  border: 1px solid #8C92A2;
  border-radius: 4px;
  line-height: 30px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8C92A2;
  text-align: center;
}
.list ul li p strong {
  font-size: 34px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FEA93F;
}
.list ul li p strong i {
  font-style: normal;
  padding-right: 5px;
  font-size: 22px;
}
.pop-fu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}
.pop-fu .pop-fu-body {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 799px;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 20px;
}
.pop-fu .pop-fu-body h3 {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #191B26;
  height: 70px;
  text-align: center;
  background: linear-gradient(0deg, #F1F2F6, #FAFAFA);
  border-radius: 20px 20px 0px 0px;
  line-height: 70px;
}
.pop-fu .pop-fu-body h3 img {
  position: absolute;
  top: 28px;
  right: 30px;
  width: 14px;
  cursor: pointer;
}
.pop-fu .pop-fu-body h4 {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #191B26;
  line-height: 31px;
  text-align: center;
}
.pop-fu .pop-fu-body h5 {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 18px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #191B26;
  margin-bottom: 20px;
  line-height: 31px;
  border-bottom: 1px solid #EEEEEE;
}
.pop-fu .pop-fu-body .mess {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
}
.pop-fu .pop-fu-body .mess p {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 38px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #191B26;
}
.pop-fu .pop-fu-body .mess p span {
  display: block;
  width: 50%;
}
.pop-fu .pop-fu-body .label {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.pop-fu .pop-fu-body .label .p1 {
  width: 169px;
  height: 46px;
  box-sizing: border-box;
  padding: 0 18px;
  margin-right: 24px;
  line-height: 46px;
  background: #F6F6F6;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.pop-fu .pop-fu-body .label .p1 img {
  width: 13px;
  height: 18px;
  margin-right: 10px;
}
.pop-fu .pop-fu-body .label .p2 {
  box-sizing: border-box;
  padding: 0 18px;
  height: 46px;
  line-height: 46px;
  background: rgba(246, 246, 246, 0);
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.pop-fu .pop-fu-body .label .p2 img {
  width: 15px;
  height: 18px;
  margin-right: 10px;
}
.pop-fu .pop-fu-body .label .p2 input {
  display: block;
  width: 100px;
  height: 46px;
  border: none;
  background: transparent;
}
.pop-fu .pop-fu-body .label .p2 span {
  width: 101px;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #3598ED;
  cursor: pointer;
}
.pop-fu .pop-fu-body .label .p2 .time {
  color: #8C92A2;
}
.pop-fu .pop-fu-body b {
  float: right;
  width: 427px;
  height: 63px;
  border-radius: 10px;
  text-align: center;
  line-height: 63px;
  background: #F8F8F8;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #D9D8D8;
  cursor: pointer;
  margin-left: 25px;
}
.pop-fu .pop-fu-body .curr {
  color: #fff;
  background: #FE9632;
}
.pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}
.pop .close {
  width: 44px;
  margin: 32px auto 0;
  cursor: pointer;
}
.pop .top {
  position: relative;
  display: block;
  width: 612px;
  margin: 0 auto;
}
.pop .top div {
  position: absolute;
  top: 30px;
  left: 30px;
}
.pop .top div h2 {
  font-size: 46px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
}
.pop .top div span {
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
}
.pop .pop-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 672px;
}
.pop .pop-body .citylist {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  -moz-column-count: 2;
  /* Firefox */
  -webkit-column-count: 2;
  /* Safari 和 Chrome */
  column-count: 2;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
  column-gap: 2em;
}
.pop .pop-body .citylist p {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8C92A2;
  display: flex;
  line-height: 40px;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-left: 38px;
}
.pop .pop-body .citylist p i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-style: normal;
  width: 38px;
  text-align: center;
}
.pop .pop-body .citylist p span {
  margin-left: 20px;
  cursor: pointer;
}
.pop .pop-body .citylist p span:hover {
  color: #3598ED;
}
.pop .pop-body .citylist .lists {
  position: relative;
  width: 100%;
}
.pop .pop-body .citylist::before {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 0;
  width: 38px;
  height: calc(100% - 50px);
  content: '';
  background: #F6F6F6;
  border-radius: 22px;
}
.pop .pop-body .citylist::after {
  position: absolute;
  left: calc(50% + 15px);
  top: 25px;
  z-index: 0;
  width: 38px;
  height: calc(100% - 50px);
  content: '';
  background: #F6F6F6;
  border-radius: 22px;
}
.child-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 67px;
  box-shadow: 0px 0px 10px 0px rgba(140, 146, 162, 0.18);
}
.child-head .logo {
  width: 150px;
}
.child-head .link {
  width: 50%;
  height: 37px;
  line-height: 37px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.child-head span {
  /*padding-right: 20px;*/
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #191B26;
}
.child-head a {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #191B26;
  padding: 0 30px 0 0;
}
/*.child-head a:nth-last-child(1) {*/
/*  padding-right: 0;*/
/*  padding-left: 30px;*/
/*  border-left: 2px solid #EEEEEE;*/
/*}*/
.child-head .content {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .box {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 8;
  width: 260px;
  box-sizing: border-box;
  padding: 30px 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  margin-top: 15px;
}
.child-head .box {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 8;
  width: 260px;
  box-sizing: border-box;
  padding: 30px 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
}
.head .box a {
  position: relative;
  width: 100%;
  height: 56px;
  line-height: 56px;
  box-sizing: border-box;
  padding-left: 30px;
  border: none;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #191B26;
}
.child-head .box a {
  position: relative;
  width: 100%;
  height: 56px;
  line-height: 56px;
  box-sizing: border-box;
  padding-left: 30px;
  border: none;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #191B26;
}
.head .box a:hover {
  background: #F7F8F9;
}
.child-head .box a:hover {
  background: #F7F8F9;
}
.lbg {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url(../img/lbg.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.login {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
.login .top {
  position: relative;
  width: 100%;
  height: 80px;
  line-height: 80px;
  box-sizing: border-box;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.login .top img {
  width: 138px;
}
.login .top a {
  margin-left: 40px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #191B26;
}
.login .middle {
  position: relative;
  width: 900px;
  height: 580px;
  background: url(../img/loginbg.png) no-repeat 50% 50%;
  background-size: 100%;
}
.login .middle .m-body {
  position: absolute;
  right: -250px;
  top: 50%;
  width: 510px;
  height: 530px;
  box-sizing: border-box;
  padding: 90px 100px;
  transform: translate3d(0, -50%, 0);
  background: url(../img/loginbg1.png) no-repeat 50% 50%;
  background-size: 100%;
}
.login .middle h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #3598ED;
}
.login .middle h5 {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FE9632;
}
.login .middle p {
  margin: 10px 0;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8C92A2;
}
.login .middle .info {
  position: absolute;
  left: 80px;
  bottom: 80px;
}
.login .middle .label {
  position: relative;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 60px;
  padding: 10px 20px;
  margin: 0 auto 10px;
  box-sizing: border-box;
  background: #F8F8F8;
  border-radius: 10px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8C92A2;
}
.login .middle .label span {
  display: block;
  width: 50px;
}
.login .middle .label .getCode {
  display: block;
  width: 90px;
  color: #3598ED;
  text-align: center;
  cursor: pointer;
}
.login .middle .label input {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
  border: none;
  background: transparent;
}
.login .middle .l1 input {
  width: calc(100% - 50px);
}
.login .middle .l2 input {
  width: calc(100% - 140px);
}
.login .middle .curr {
  background: #fff;
  border: 2px solid #3598ED;
}
.login .middle b {
  display: block;
  width: 303px;
  margin: 10px auto 10px;
  height: 60px;
  line-height: 60px;
  background: #3598ED;
  text-align: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
  border-radius: 10px;
}
.login .middle a {
  display: inline-block;
  color: #3598ED;
}
.login-down {
  width: 100%;
  min-height: 286px;
  height: calc(100vh - 660px);
  box-sizing: border-box;
  padding: 71px 0;
  background: #000000;
}
.login-down .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-down .left {
  width: 50%;
  height: 143px;
  line-height: 143px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  box-sizing: border-box;
  text-align: right;
  padding-right: 80px;
  font-size: 28px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
}
.login-down .right {
  width: 50%;
  box-sizing: border-box;
  padding-left: 80px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 29px;
  opacity: 0.4;
}
.login-down .right p {
  margin-bottom: 25px;
}
.class {
  position: relative;
  width: 100%;
}
.class .content {
  margin: 0 auto;
}
.class .class-content {
  position: relative;
  width: 1055px;
  margin: 0 auto;
}
.class strong {
  font-size: 38px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FEA93F;
}
.class strong i {
  font-style: normal;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FEA93F;
  margin-right: 5px;
}
.class .part1 {
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  height: 184px;
  margin-top: 23px;
  background: #F8F6F9;
  border-radius: 20px;
}
.class .part1 h3 {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #191B26;
  margin-bottom: 24px;
}
.class .part1 p {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #191B26;
}
.class .part1 span {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8C92A2;
}
.class .part1 b {
  position: absolute;
  right: 30px;
  top: 67px;
  width: 203px;
  height: 56px;
  line-height: 56px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  background: #FE9632;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
}
.class .part1 b:hover {
  background: #FFAE60;
}
.class .part2 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.class .part2 .part-left {
  position: relative;
  width: 720px;
}
.class .part2 .part-left .down-body {
  display: none;
}
.class .part2 .part-left .down-body:nth-child(1) {
  display: block;
}
.class .part2 .part-left .top {
  position: relative;
  width: 100%;
  height: 88px;
  box-sizing: border-box;
  padding: 23px 0;
  line-height: 42px;
  display: flex;
  align-items: center;
}
.class .part2 .part-left .top span {
  width: 150px;
  text-align: center;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #8C92A2;
  cursor: pointer;
}
.class .part2 .part-left .top span:nth-child(1) {
  border-right: 1px solid #EEEEEE;
}
.class .part2 .part-left .top .curr {
  color: #3598ED;
}
.class .part2 .part-left .card {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 28px;
  background: rgba(53, 152, 237, 0);
  border: 1px solid #EEEEEE;
  border-radius: 10px 10px 0px 0px;
}
.class .part2 .part-left .card > div {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
}
.class .part2 .part-left .card > div h5 {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #191B26;
  line-height: 34px;
}
.class .part2 .part-left .card > div p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8C92A2;
  line-height: 34px;
}
.class .part2 .part-left .card > h3 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 59px;
  display: flex;
  align-items: center;
  line-height: 59px;
  background: #3598ED;
  padding-left: 35px;
  border-radius: 10px 10px 0px 0px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 34px;
}
.class .part2 .part-left .card > h3 img {
  width: 20px;
  margin-right: 10px;
}
.class .part2 .part-left .class-list {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 50px;
}
.class .part2 .part-left .class-list li {
  border-bottom: 1px solid #EEEEEE;
}
.class .part2 .part-left .class-list h3 {
  position: relative;
  width: 100%;
  height: 56px;
  line-height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #191B26;
  line-height: 34px;
}
.class .part2 .part-left .class-list h3 img {
  width: 14px;
  transform: rotate(180deg);
}
.class .part2 .part-left .class-list h3 .curr {
  transform: rotate(0deg);
}
.class .part2 .part-left .class-list span {
  display: inline-block;
  width: 49px;
  height: 29px;
  margin-left: 5px;
  background: rgba(53, 152, 237, 0);
  border: 1px solid #3598ED;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #3598ED;
  line-height: 29px;
}
.class .part2 .part-left .class-list .jing {
  color: #FE9632;
  border: 1px solid #FE9632;
}
.class .part2 .part-left .class-list .lists {
  display: none;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  border-top: 1px solid #EEEEEE;
}
.class .part2 .part-left .class-list .lists a {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8C92A2;
  line-height: 44px;
}
.class .part2 .part-left .class-list .lists i {
  font-style: normal;
  margin-right: 10px;
}
.class .part2 .part-left .none img {
  width: 100%;
}
.class .part2 .part-left .none p {
  position: relative;
  width: 117px;
  margin: 0 auto 16px;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8C92A2;
  line-height: 34px;
}
.class .part2 .part-right {
  margin-top: 88px;
  width: 300px;
  height: 182px;
  background: rgba(53, 152, 237, 0);
  border: 1px solid #EEEEEE;
  border-radius: 10px;
}
.class .part2 .part-right h3 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  height: 60px;
  box-sizing: border-box;
  padding: 0 18px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #191B26;
  line-height: 60px;
  border-bottom: 1px solid #EEEEEE;
}
.class .part2 .part-right img {
  width: 25px;
  margin-right: 8px;
}
.class .part2 .part-right p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #191B26;
  width: 100%;
  box-sizing: border-box;
  padding: 18px;
}
.class .part2 .part-right div {
  width: 100%;
  box-sizing: border-box;
  padding: 0 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.class .part2 .part-right span {
  display: block;
  min-width: 53px;
  height: 34px;
  line-height: 34px;
  background: rgba(246, 246, 246, 0);
  border: 1px solid #8C92A2;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8C92A2;
}
.order {
  position: relative;
  width: 100%;
}
.order h3 {
  position: relative;
  width: 100%;
  height: 56px;
  line-height: 56px;
  box-sizing: border-box;
  padding-left: 35px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #191B26;
}
.order .part1-list {
  position: relative;
  width: 100%;
  background: rgba(53, 152, 237, 0);
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  overflow: hidden;
}
.order .part1-list p {
  position: relative;
  width: 100%;
  height: 41px;
  line-height: 41px;
  display: flex;
  box-sizing: border-box;
  padding: 0 30px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8C92A2;
}
.order .part1-list p:nth-child(2n+1) {
  background: #F8F6F9;
}
.order .part1-list p span {
  display: block;
}
.order .part1-list p span:nth-child(1) {
  width: 400px;
}
.order .part1-list p span:nth-child(2) {
  width: 180px;
}
.order .part1-list p span:nth-child(3) {
  width: 180px;
}
.order .part1-list p span:nth-child(4) {
  width: 130px;
}
.order .part1-list p span:nth-child(5) {
  color: #FE9632;
}
.order .part1-list .title {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #191B26;
}
.order .part1-list .title span:nth-child(5) {
  color: #191B26;
}
.order .part2 {
  position: relative;
  width: 100%;
}
.order .part2 .label {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 47px;
  background: rgba(53, 152, 237, 0);
  border: 1px solid #EEEEEE;
  border-radius: 10px;
}
.order .part2 .label em {
  font-style: normal;
  padding-left: 34px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8C92A2;
}
.order .part2 .label em img {
  width: 24px;
}
.order .part2 .label span {
  position: relative;
  display: block;
  width: 50px;
  height: 49px;
  box-sizing: border-box;
  background: rgba(238, 238, 238, 0.4);
  border: 1px solid #EEEEEE;
  border-radius: 0px 10px 10px 0px;
}
.order .part2 .label span img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  transform: translate3d(-50%, -50%, 0);
}
.order .part2 .label select {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
  padding-left: 95px;
  text-align: left;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8C92A2;
}
.order .part3 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 200px;
  margin-top: 25px;
}
.order .part3 .left {
  display: block;
  width: 50%;
}
.order .part3 .left p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8C92A2;
  line-height: 34px;
}
.order .part3 .left strong {
  font-size: 38px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FE9632;
  line-height: 34px;
}
.order .part3 .left h5 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  text-decoration: underline;
  color: #3598ED;
  line-height: 34px;
}
.order .part3 .left img {
  width: 19px;
  margin-right: 10px;
}
.order .part3 .right {
  width: 478px;
  text-align: center;
}
.order .part3 .right b {
  display: block;
  width: 478px;
  height: 56px;
  background: #FE9632;
  border-radius: 10px;
  line-height: 56px;
  margin-bottom: 14px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}
.order .part3 .right span {
  position: absolute;
  right: 0;
  top: 65px;
  width: 478px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #8C92A2;
  line-height: 34px;
}
.order .part4 {
  position: relative;
  width: 100%;
  padding: 24px 0;
  border-top: 1px solid #efefef;
  text-align: center;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #8C92A2;
  line-height: 36px;
}
.footer {
  position: relative;
  width: 100%;
  padding: 24px 0;
  border-top: 1px solid #efefef;
  text-align: center;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #8C92A2;
  line-height: 36px;
}
.pay {
  position: relative;
}
.pay > .content {
  margin-top: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(140, 146, 162, 0.27);
  border-radius: 20px;
}
.pay .part2 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 40px 50px;
}
.pay .part2 h3 {
  width: 100%;
  box-sizing: border-box;
  padding-left: 40px;
}
.pay .part2 .pay-body {
  display: flex;
  width: 100%;
  height: 540px;
  margin-top: 30px;
  background: rgba(53, 152, 237, 0);
  border: 1px solid #EEEEEE;
  border-radius: 10px;
}
.pay .part2 .right {
  float: left;
  width: calc(100% - 306px);
  box-sizing: border-box;
  padding-top: 54px;
  padding-left: 70px;
}
.pay .part2 .part {
  position: relative;
  width: 100%;
  display: none;
}
.pay .part2 .part .partm {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.pay .part2 .part:nth-child(1) {
  display: block;
}
.pay .part2 .part .p-l {
  width: 277px;
  float: left;
}
.pay .part2 .part .p-r {
  float: left;
  width: 300px;
}
.pay .part2 .part p {
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8C92A2;
}
.pay .part2 .part h3 {
  padding-left: 0;
  text-align: center;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FE9632;
}
.pay .part2 .part .ewm {
  width: 277px;
  background: #f2f2f2;
  box-sizing: border-box;
  padding: 10px;
}
.pay .part2 .part .ewm img {
  width: 277px;
  height: 240px;
  object-fit: cover;
}
.pay .part2 .part .card {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  display: flex;
  align-items: center;
  background: #6FD700;
}
.pay .part2 .part .card img {
  width: 36px;
  margin-right: 10px;
}
.pay .part2 .part .card span {
  text-align: left;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.pay .part2 .left {
  float: left;
  width: 306px;
  height: 540px;
  background: #F8F6F9;
  border-radius: 0px 0px 0px 10px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #191B26;
}
.pay .part2 .left span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 72px;
  line-height: 72px;
  box-sizing: border-box;
  padding-left: 78px;
  cursor: pointer;
}
.pay .part2 .left .curr {
  background-color: #fff;
}
.pay .part2 .left img {
  width: 32px;
  margin-right: 20px;
}
.pay .part1 {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #E2F9D1;
  border-radius: 20px 20px 0px 0px;
}
.pay .part1 .left {
  width: 55%;
}
.pay .part1 .left h3 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #191B26;
}
.pay .part1 .left img {
  width: 43px;
  margin-right: 20px;
}
.pay .part1 .left p {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8E9A85;
}
.pay .part1 .left span {
  color: #FE9632;
}
.pay .part1 .left h5 {
  display: flex;
  align-items: center;
  margin: 20px 0;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #191B26;
}
.pay .part1 .left a {
  margin-left: 50px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  text-decoration: underline;
  color: #3598ED;
}
.pay .part1 .right {
  width: 45%;
}
.pay .part1 .right p {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #191B26;
}
.pay .part1 .right strong {
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FE9632;
}
.pay .part1 .right i {
  font-style: normal;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #191B26;
}
.pay .part1 .right a {
  display: block;
  text-align: right;
  margin-top: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  text-decoration: underline;
  color: #3598ED;
}
.mycenter {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #F8F8F8;
}
.mycenter .child-head {
  background: #fff;
}
.mycenter .child-head .link {
  width: 80%;
  height: 67px;
}
.mycenter .child-head .link a {
  display: flex;
  height: 67px;
  box-sizing: border-box;
  align-items: center;
  padding: 0 30px;
  border: none;
}
.mycenter .child-head .link .navLink:hover {
  background: #ECF6FF;
}
.mycenter .child-head .link .curr {
  padding: 0;
  margin: 0 30px;
  color: #3598ED;
  border-bottom: 4px solid #3598ED;
}
.mycenter .child-head .link img {
  width: 48px;
  margin-right: 24px;
}
.mycenter .content {
  width: 1070px;
}
.mycenter > .content {
  position: relative;
  width: 1070px;
  min-height: calc(100vh - 100px);
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.mycenter .c-list {
  position: relative;
  width: 808px;
  margin: 20px auto 0;
}
.mycenter .lists {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 11px 20px;
  border-bottom: 1px solid #F8F8F8;
  margin-bottom: 20px;
}
.mycenter .lists h3 {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #191B26;
  margin-bottom: 20px;
}
.mycenter .lists p {
  line-height: 24px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8C92A2;
}
.mycenter .lists b {
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -24px;
  width: 136px;
  height: 47px;
  background: rgba(254, 150, 50, 0);
  border: 1px solid #FE9632;
  border-radius: 10px;
  line-height: 47px;
  text-align: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FE9632;
  cursor: pointer;
}
.mycenter .right {
  width: 852px;
  min-height: calc(100vh - 100px);
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.mycenter .right .w1 {
  width: 208px;
}
.mycenter .right .w2,
.mycenter .right .w3,
.mycenter .right .w4,
.mycenter .right .w5 {
  width: 150px;
}
.mycenter .right .bar {
  width: 808px;
  height: 50px;
  margin: 24px auto 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 50px;
  background: #F8F6F9;
  border-radius: 10px;
}
.mycenter .right .bar span {
  text-align: center;
}
.mycenter .right .card {
  width: 808px;
  height: 172px;
  margin: 0 auto 17px;
  background: rgba(248, 246, 249, 0);
  border: 1px solid #EEEEEE;
  border-radius: 10px;
}
.mycenter .right .card-top {
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #EEEEEE;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #191B26;
  line-height: 25px;
}
.mycenter .right .card-top a {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  text-decoration: underline;
  color: #191B26;
  line-height: 25px;
}
.mycenter .right .card-top span {
  color: #FE9632;
}
.mycenter .right .card-down {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mycenter .right .card-down p {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  border-left: 1px solid #EEEEEE;
}
.mycenter .right .card-down p em {
  display: block;
  width: 105px;
  height: 39px;
  font-style: normal;
  line-height: 39px;
  background: #FE9632;
  border-radius: 10px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
}
.mycenter .right .card-down p a {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  text-decoration: underline;
  color: #191B26;
  line-height: 25px;
}
.mycenter .right .card-down .w1 {
  text-align: left;
  border: none;
  box-sizing: border-box;
  padding: 0 10px;
}
.mycenter .right .card-down .status1 {
  color: #FE9632;
}
.mycenter .right .card-down .status2 {
  color: #3598ED;
}
.mycenter .right .pages {
  position: relative;
  width: 808px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mycenter .right .pages span {
  margin-left: 13px;
  width: 29px;
  height: 30px;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.mycenter .right .pages .prev {
  background: url(../img/p1.png) no-repeat 50% 50%;
  background-size: 7px;
}
.mycenter .right .pages .prevno {
  background: url(../img/p2.png) no-repeat 50% 50%;
  background-size: 7px;
}
.mycenter .right .pages .next {
  background: url(../img/n1.png) no-repeat 50% 50%;
  background-size: 7px;
}
.mycenter .right .pages .nextno {
  background: url(../img/n2.png) no-repeat 50% 50%;
  background-size: 7px;
}
.mycenter .right .pages .curr {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
}
.mycenter .right .title {
  position: relative;
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #F8F8F8;
}
.mycenter .right .title p {
  width: 207px;
  height: 70px;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #191B26;
}
.mycenter .right .title .curr {
  border-bottom: 4px solid #FE9632;
}
.mycenter .right .down {
  position: absolute;
  right: 0;
  top: 0;
  width: 57px;
  height: 97px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #F8F8F8;
}
.mycenter .right .down img {
  width: 20px;
  margin: 45px auto 0;
}
.mycenter .right .title-nav {
  display: none;
  position: absolute;
  right: 0;
  top: 90px;
  z-index: 99;
  width: 397px;
  background: #FFFFFF;
  box-shadow: 0px 5px 16px 0px rgba(202, 198, 210, 0.45);
  border-radius: 10px;
  box-sizing: content-box;
  padding: 20px 0;
}
.mycenter .right .title-nav a {
  position: relative;
  width: 100%;
  height: 56px;
  line-height: 56px;
  box-sizing: border-box;
  padding-left: 20px;
}
.mycenter .right .title-nav a:hover {
  background: #F7F8F9;
}
.mycenter .right .title1 {
  position: relative;
  width: 795px;
  height: 97px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F8F8F8;
  overflow: hidden;
  overflow-x: auto;
}
/*.mycenter .right .title1::after {*/
/*  position: absolute;*/
/*  left: 687px;*/
/*  width: 108px;*/
/*  height: 97px;*/
/*  content: '';*/
/*  z-index: 9;*/
/*  background: url(../img/bb.png) no-repeat 0 0;*/
/*  background-size: 100%;*/
/*}*/
.mycenter .right .title1 p {
  min-width: 307px;
  height: 97px;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: PingFang SC;
  font-weight: 500;
  color: #191B26;
  cursor: pointer;
}
.mycenter .right .title1 b {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mycenter .right .title1 span {
  display: block;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8C92A2;
}
.mycenter .right .title1 .curr {
  border-bottom: 4px solid #FE9632;
}
.mycenter .part {
  display: none;
}
.mycenter .part:nth-child(1) {
  display: block;
}
.mycenter .left {
  float: left;
  width: 194px;
  box-sizing: border-box;
  padding: 15px;
  min-height: calc(100vh - 100px);
  background: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
}
.mycenter .left .user {
  position: relative;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 15px;
  height: 160px;
  background: #F8F8F8;
  border-radius: 6px;
}
.mycenter .left .user img {
  width: 63px;
  margin: 0 auto;
}
.mycenter .left .user p {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #191B26;
  line-height: 36px;
}
.mycenter .left .l-nav {
  width: 100%;
}
.mycenter .left .l-nav span {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 25px;
  line-height: 45px;
  height: 45px;
  margin-top: 12px;
  border-radius: 6px;
  cursor: pointer;
}
.mycenter .left .l-nav i {
  font-style: normal;
  width: 17px;
  height: 17px;
  font-size: 12px;
  color: #fff;
  margin-left: 8px;
  line-height: 17px;
  text-align: center;
  background: #FE9632;
  border-radius: 50%;
}
.mycenter .left .l-nav .curr {
  color: #fff;
  background: #3598ED;
}
.pop-v {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 402px;
  height: 394px;
  background: #FFFFFF;
  border-radius: 20px;
  padding-bottom: 20px;
}
.pop-v > img {
  width: 154px;
  margin: -77px auto 0;
}
.pop-v .ewm {
  width: 242px;
  height: 242px;
  margin: 0 auto;
}
.pop-v .ewm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pop-v p {
  text-align: center;
  margin-top: 17px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #3598ED;
  line-height: 36px;
}
.last {
  padding: 20px 0;
  box-sizing: border-box;
}

.popToast .pop-v {
  height: auto;
  box-sizing: border-box;
  padding: 80px 30px 50px;
  text-align: center;
}
.popToast .pop-v p {
  color: #191B26;
  margin-bottom: 60px;
}
.popToast .pop-v b {
  display: block;
  width: 271px;
  height: 61px;
  line-height: 61px;
  text-align: center;
  background: #3598ED;
  border-radius: 10px;
  cursor: pointer;
  margin: 0 auto;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
}
.popToast .toastClose {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  cursor: pointer;
}
