@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
iframe,
input,
select,
map,
font,
img,
a img,
samp,
strong,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
b,
p,
blockquote,
a,
address,
code,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
td,
th {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

a {
  text-decoration: none;
  blr: expression(this.onFocus=this.blur());
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);

-webkit-user-select: none
}

i,
em {
  font-style: normal;
}

a:focus {
  outline: none;
}

a.hidefocus {
  outline: none;
}

input[type="text"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  /*去除iPhone input默认样式}*/
}

input {
  outline: none;
  background: none;
}
textarea {
  outline: none;
  background: none;
}
img {
  display: block;
}

.fl {
  padding: 0.23rem;
  background-color: #ffffff;
}

.fr {
  width: 80px;
}

.rf {
  width: 120px;
}

.font-size {
  font-size: 14px;
}

.clear:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
}

.clear {
  zoom: 1;
}
html {
  width: 100%;
  min-height: 100vh;
  height: 100vh;
}
body {
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  background: url(https://img.passai.cn/paperccb/paperccb.png) no-repeat;
  background-size: cover;
}

header {
  height: 64px;
  min-height: 64px;
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
 
    z-index: 1000; /* 确保头部在其他内容之上 */
}

.header {
  display: none;
}
header .headerMain {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  
}
header .logo img {
  margin-left: 10px;
  width: auto;
  height: 60px;
  border-radius: 0;
}

header .riht {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  
}

header .riht ul {
  display: flex;
  align-items: center;
  height: 100%;
}

header .riht ul li {
  position: relative;
  height: 100%;
}
header .riht ul li a {
  display: flex;
  /* align-items: center; */
  margin: 0 12px;
  position: relative;
  height: 100%;
}
header .riht ul li .img {
  position: absolute;
  right: 4px;
  top: 12px;
  z-index: 1;
}
header .riht ul li img {
  width: 18px;
  height: 18px;
}
header .riht ul li a img {
  margin: 22px 0 0 0;
}
header .riht ul li:hover a img:nth-child(1) {
  display: none;
}

header .riht ul li:hover a img:nth-child(2) {
  display: block;
}

header .riht ul li img:nth-child(2) {
  display: none;
}

header .riht ul li.active a img:nth-child(1) {
  display: none;
}

header .riht ul li.active a img:nth-child(2) {
  display: block;
}

header .riht ul li.active p {
  color: #1890ff;
  font-weight: bold;
}
header .riht ul li:hover p {
  color: #1890ff;
  font-weight: bold;
}

header .riht ul li.active a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 0rem 0rem 0rem 0rem;
  bottom: 0;
}

header .riht ul li p {
  margin-left: 3px;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 0;
}

header .riht .but p {
  cursor: pointer;
  width: 96px;

  background: linear-gradient(135deg, #b11a1a   0%, #b11a1a 100%);
  border-radius: 20px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  padding: 12px 0;
  text-align: center;
  margin-left: 44px;
}

.flex {
  width: 100%;
  height: 100vh;
  background: rgba(16, 17, 18, 0.76);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
}

.flex .h1 {
  width: 870px;
  /* height: 674px; */
  background: #ffffff;
  border-radius: 40px;
  padding: 40px 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  max-height:80vh;
  overflow-y: auto;
}

.flex .h1 h2 {
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  color: #142232;
  line-height: 58px;
}

.flex .cen {
  margin-top: 40px;
  width: 100%;
}

.flex .cen ul {
  display: flex;
  justify-content: space-between;
}

.flex .h1 .can {
  margin-top: 100px;
  width: 286px;
  height: 48px;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-weight: 400;
  font-size: 16px;
  color: #727a84;
  line-height: 1;
  padding: 16px 0;
  text-align: center;
}

.flex .cen ul li h3 {
  width: 284px;
  height: 60px;
  font-weight: 600;
  font-size: 20px;
  color: #142232;
  line-height: 60px;
  border-bottom: 1px solid #d0d3d6;
  margin-bottom: 30px;
}

.flex .cen ul li p {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #1890ff;
  line-height: 24px;
}
.flex .cen ul li .free {
  font-weight: 400;
  font-size: 12px;
  color: #1890ff;
  line-height: 20px;
}
.flex .cen ul li p span {
  margin-right: 18px;
  color: #434e5b;
}

.flex .cen ul li p img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.flex .cen ul li .mi {
  width: 100%;

  border-radius: 12px;

  display: flex;
  justify-content: space-between;
  padding: 0 0 24px 0;
  align-items: center;
}

.flex .cen ul li .mi .input {
  display: flex;
  align-items: center;
  height: 40px;
  border: 1px solid #d0d3d6;
  width: 100%;
  border-radius: 12px;
  padding: 0 12px;
}

.flex .cen ul li .mi img {
  width: 16px;
  height: 16px;
}

.flex .cen ul li .mi .input input {
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  color: #142232;
  line-height: 24px;
  margin-left: 8px;
}

.flex .cen ul li .mi .input img {
  width: 16px;
  height: 16px;
}
.flex .cen ul li .button {
  margin-top: 54px;
  display: flex;
  flex-direction: column;
}
.flex .cen ul li .button button {
  width: 100%;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  background: #b11a1a;
  border: 0;
  border-radius: 12px;

  margin: 0;
  margin-bottom: 8px;
}

.flex .cen ul li .button .zhu {
  display: flex;
  justify-content: space-between;
}

.flex .cen ul li .button .zhu p span {
  margin: 0;
}

.er {
  width: 200px;
  height: 200px;

  margin: 8px auto;

  display: flex;
  align-items: center;
  justify-content: center;
}

.er img {
  width: 200px;
  height: 200px;
}

.zhanghu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: rgba(16, 17, 18, 0.76);
  border-radius: 0rem 0rem 0rem 0rem;
  display: none;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.zhanghu .th2 {
  position: relative;
  width: 978px;
  /* height: 876px; */
  background: #ffffff;
  border-radius: 40px;
  padding: 40px 60px 60px;
  box-sizing: border-box;
  max-height: 80vh;
  overflow-y: auto;
}

.zhanghu .th2 h2 {
  font-weight: 500;
  font-size: 40px;
  color: #142232;
  line-height: 58px;
  text-align: center;
  margin-bottom: 40px;
}

.zhanghu .th2 .DIV .left1 {
  width: 100%;
  background: #f5f8fe;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.zhanghu .th2 .DIV .left1 .h3 {
  display: flex;
  align-items: center;
}

.zhanghu .th2 .DIV .left1 .h3 h4 {
  font-weight: 500;
  font-size: 20px;
  color: #142232;
  line-height: 28px;
}

.zhanghu .th2 .DIV .left1 .h3 p {
  margin-left: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #727a84;
  line-height: 20px;
}

.zhanghu .th2 .DIV .left1 ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.zhanghu .th2 .DIV .left1 ul li {
  width: 25%;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: #727a84;
  line-height: 22px;
  border-left: 2px solid #1890ff;
  padding-left: 8px;
  box-sizing: border-box;
}

.zhanghu .th2 .DIV .left1 ul li span {
  margin-right: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #727a84;
  line-height: 22px;
}

.zhanghu .th2 .DIV .left1 ul li p {
  margin-top: 8px;
  font-weight: 500;
  font-size: 24px;
  color: #142232;
  line-height: 32px;
}

.zhanghu .th2 .DIV .left1 ul li p span {
  margin-left: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #142232;
  line-height: 22px;
}

.left2 {
  width: 100%;
  background: #f5f8fe;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
}

.left2 .h3 {
  font-weight: 500;
  font-size: 20px;
  color: #142232;
  line-height: 28px;
  margin-bottom: 20px;
}

.left2 ul {
  display: flex;
  justify-content: space-between;
}

.left2 ul li {
  position: relative;
  cursor: pointer;
  width: 200px;
  height: 170px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  border: 2px solid #d0d3d6;
  padding: 8px 0 16px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
.left2 ul li .needle {
  position: absolute;
  width: 44px;
  height: 44px;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.left2 ul li:last-child {
  width: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left2 ul li h4 {
  font-weight: 400;
  font-size: 24px;
  color: #142232;
  line-height: 44px;
}

.left2 ul li b {
  font-weight: 500;
  font-size: 32px;
  color: #ee5353;
  line-height: 32px;
  display: block;
  margin-bottom: 14px;
}

.left2 ul li b span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.left2 ul li p {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 4px 16px;
  box-sizing: border-box;
}

.left2 ul li p span {
  color: #434e5b;
}
.left2 ul li p .point-wrap {
  display: flex;
  align-items: center;
}
.left2 ul li p .point {
  margin-right: 4px;
  width: 4px;
  height: 4px;
  background: #434e5b;
  border-radius: 50%;
}
.left2 ul li p span:nth-child(2) {
  color: #142232;
}
.left2 ul .last p {
  font-weight: 400;
  font-size: 14px;
  color: #434e5b;
  line-height: 22px;
  justify-content: center;
  text-align: center;
  padding: 0;
}
.left2 ul li.active {
  background: linear-gradient(135deg, #1682e6 0%, #1682e6 100%);
  border-color: #1890ff;
}
.left2 ul li.active h4 {
  color: rgba(255, 255, 255, 0.9);
}
.left2 ul li.active b {
  color: #ffffff;
}
.left2 ul li.active p span {
  color: rgba(255, 255, 255, 0.8);
}
.left2 ul li.active p .point {
  background: rgba(255, 255, 255, 0.8);
}
.left2 ul li.active .needle {
  display: block;
}
.left2 ul  .last.active p{
  color:#fff!important;
}
.left2 .zhifu {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.left2 .zhifu .he {
  display: flex;
  padding-right: 104px;
}

.left2 .zhifu .he p {
  padding-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #142232;
  line-height: 22px;
}

.left2 .zhifu .he img {
  width: 160px;
  height: 160px;
}

.left2 .zhifu .zhifujin {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
}

.left2 .zhifu .zhifujin .muc p {
  color: #ee5353;
  font-size: 14px;
  margin-right: 12px;
}

.left2 .zhifu .zhifujin .muc p span {
  margin-left: 4px;
  font-weight: 500;
  font-weight: 500;
  font-size: 24px;
  color: #ee5353;
  line-height: 32px;
}

.left2 .zhifu .zhifujin .yuan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 8px;
  width: 82px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #d0d3d6;
  box-sizing: border-box;
}
.left2 .zhifu .zhifujin .yuan input {
  width: 50px;
  flex: 1;
}
.left2 .zhifu .zff {
  display: flex;
  align-items: center;
}

.left2 .zhifu .zff .zfb {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #d0d3d6;
}

.left2 .zhifu .zff .zfb img {
  margin-right: 4px;
  width: 12px;
  height: 12px;
}

.left2 .zhifu .zff .zfb img:nth-of-type(2) {
  display: none;
}
.left2 .zhifu .zff .zfb.active {
  background: #e8f4ff;
  border-color: #1890ff;
  color: #1890ff;
}
.left2 .zhifu .zff .zfb.active img:nth-of-type(1) {
  display: none;
}
.left2 .zhifu .zff .zfb.active img:nth-of-type(2) {
  display: block;
}
.left2 .zhifu .zff .wx {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #d0d3d6;
  margin-left: 8px;
}

.left2 .zhifu .zff .wx img {
  margin-right: 4px;
  width: 12px;
  height: 12px;
}

.left2 .zhifu .zff .wx img:nth-of-type(2) {
  display: none;
}
.left2 .zhifu .zff .wx.active {
  background: #e8f4ff;
  border-color: #1890ff;
  color: #1890ff;
}
.left2 .zhifu .zff .wx.active img:nth-of-type(1) {
  display: none;
}
.left2 .zhifu .zff .wx.active img:nth-of-type(2) {
  display: block;
}
.foot {
  margin-top: 38px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  text-align: center;
  padding-bottom: 20px;
}

.guanbi {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 20px;
  z-index: 999999;
}

.guanbi img {
  width: 24px;
  height: 24px;
}

header .riht .ccc {
  margin-left: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

header .riht .ccc p {
  font-size: 16px;
  line-height: 24px;
}

header .riht .ccc img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
}

/* @media screen and (min-width: 768px) and (max-width: 1024px) {
	header {
		padding: 0 40px;
		
	}

	.guanbi {
		width: 0.6rem;
		height: 0.6rem;
		position: absolute;
		right: 0.3rem;
		top: 0.3rem;
	}

	header .riht ul li a {
		margin-right: .4rem;
	}

	header {
		padding: 0 .4rem;
		height: auto;
	}

	header .logo img {
		width: 3rem;
	}

	header .riht ul li p {
		font-size: 0.24rem;
	}

	header .riht ul li img {
		width: 0.18rem;
		height: auto;
	}

} */

@media screen and (max-width: 768px) {
  header {
    display: none;
  }

  .header {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    overflow: hidden;
    padding: 0 20px;
  }

  .header .logo img {
    height: 40px;
    width: auto;
  }
  .header .rightContent {
    display: flex;
    align-items: center;
  }
  .header .rightContent .but {
    cursor: pointer;
    width: 60px;

    background: #1890ff;
    border-radius: 20px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    padding: 6px 0;
    text-align: center;
    margin-right: 20px;
  }
  .header .rightContent .ccc{
    margin-right:20px;
    display: flex;
    align-items: center;
  }
  .header .rightContent .ccc a{
    display: flex;
    align-items: center;
  }
  .header .rightContent .ccc img{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 4px;
  }
  .header .rightContent .ccc p{
    font-size: 14px;
  }
  .header .menu img {
    width: 20px;
    height: auto;
  }

  .header .close {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header .close img {
    width: 20px;
    height: 20px;
  }
  .header .button1 {
    position: fixed;
    width: 160px;
    height: 100vh;
    right: -160px;
    top: 0;
    z-index: 9999;
    display: flex;
    justify-content: flex-end;
    transition: 0.6s;
  }
  .header .mark {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
  }

  .header ul {
    background-color: #cccccc;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    z-index: 999;
    overflow: hidden;
    transition: all 0.3s;
  }
  .header ul li {
    border-bottom: 1px solid #f1f1f1;
  }
  .header ul li a {
    display: flex;
    align-items: center;
    color: #1890ff;
    font-size: 16px;
    height: 50px;
    text-align: center;
  }
  .header ul li a img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    position: relative;
    top: 0px;
  }

  /* 登录 */
  .flex{
    
  }
  .flex .h1{
    width:90%;
    height:auto;
    border-radius: 20px;
    padding: 20px;
  }
  .flex .h1 h2{
    font-size:20px;
    font-weight: 600;
    line-height: 1;
  }
  .flex .guanbi{
    right:0;
    top:0;
    padding:10px;
  }
  .flex .cen .wxLogin{
    display: none;
  }
  .flex .cen ul{
    width:100%;
    display: block;
  }
  .flex .cen ul li h3{
    width:100%;
    height:auto;
    line-height:34px;
    font-size:18px;
  }
  .flex .cen ul li .button{
    margin-top:0px;
  }
  .flex .h1 .can{
    margin-top:20px;
  }
  /* 账户中心 */
  .user .zhanghu{
    display: block;
    position: relative;
    z-index:0;
    background:transparent;
    height:100%;
  }
  .zhanghu .th2{
    width:100%;
    height:auto;
    background:transparent;
    padding:20px 20px 0;
    max-height: 100%;
    overflow-y: visible;
  }
  .zhanghu .guanbi{
    display: none;
  }
  
  .zhanghu .th2 h2{
    font-size:20px;
    line-height: 1;
    margin-bottom:20px;
    font-weight: 600;
  }
  .zhanghu .th2 .DIV .left1{
    padding:20px;
  }
  .zhanghu .th2 .DIV .left1 .h3 h4{
    font-size:16px;
  }
  .zhanghu .th2 .DIV .left1 .h3 p{
    margin-left:4px;
  }
  .zhanghu .th2 .DIV .left1 ul{
    flex-direction: column;
    justify-content: flex-start;
    
  }
  .zhanghu .th2 .DIV .left1 ul li{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
  }
  .zhanghu .th2 .DIV .left1 ul li p{
    margin-top:0;
    font-size:14px;
  }
  .zhanghu .th2 .DIV .left1 ul li p span{
    margin:0;
  }
  .left2{
    padding:20px;
    
  }
  .left2 .h3{
    font-size: 16px;
    margin-bottom:20px;
  }
  .left2 ul{
    justify-content: flex-start;
    flex-direction: column;
  }
  .left2 ul li.active .needle{
    display: none;
  }
  .left2 ul li{
    width:100%;
    height:auto;
    margin-bottom:10px;
    padding:10px 0;
  }
  .left2 ul li h4{
    font-weight:600;
    font-size:16px;
    line-height: 1;
  }
  .left2 ul li b{
    margin-top:4px;
    font-size:20px;
    margin-bottom:10px;
  }
  .left2 ul li:last-child{
    width:100%;
  }
  .left2 .zhifu .he{
    display: none;
  }
  .left2 .zhifu{
    margin-top:20px;
  }
  .zhanghu .toPay{
    margin-top:20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    width:100%;
    border:none;
    border-radius: 20px;
    background: linear-gradient( 135deg, #1682e6 0%, #1682e6 100%);
  }
}

@media screen and (max-width: 1366px) {
  /* body {
    zoom: 0.75;
  } */
}
