.pageBox {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #f6f6f6 url(../images/bgtitle.jpg) no-repeat top;
  background-size: 100%;
}
.pageBox .loginBox {
  background: #fff;
  width: 90%;
  padding: 20px 20px;
  border-radius: 10px;
}
.pageBox .loginBox h3 {
  text-align: center;
  width: 100%;
  font-style: normal;
  font-size: 20px;
  color: #2098e4;
  line-height: 50px;
  height: 50px;
  border-radius: 5px;
}
.pageBox .loginBox .phoneCodeBox .input {
  width: 100%;
}
.pageBox .loginBox .codeBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pageBox .loginBox .codeBox .inp-code {
  width: 60% !important;
}
.pageBox .loginBox .codeBox .codeBtn {
  width: 40% !important;
  margin-left: 10px;
}
.pageBox .loginBox .loginbtnbox {
  width: 100%;
  margin-top: 10px;
}
.pageBox .loginBox .loginbtnbox .loginBtn {
  width: 100%;
}
input[type="text"] {
  padding: 15px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
  height: 50px !important;
  border: 0px solid #ccc;
  border-radius: 5px;
  background: #eee;
}
button {
  height: 50px;
  font-size: 16px;
  cursor: pointer;
  /* 设置按钮背景颜色为蓝色 */
  color: white;
  /* 设置按钮文字颜色为白色 */
  border: none;
  /* 去掉边框 */
  border-radius: 5px !important;
  /* 添加圆角 */
}
button[plain] {
  border: none;
  background-color: #2098e4;
}
.zyListBox {
  padding: 10px;
}
.zyListBox .list {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.zyListBox .list .listCon {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: center;
}
.zyListBox .list .listCon .img {
  width: 70px;
  height: 70px;
  padding: 10px 0;
}
.zyListBox .list .listCon .img img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
}
.zyListBox .list .listCon .title {
  width: calc(100% - 100px);
}
.zyListBox .list .listCon .title p {
  font-size: 14px;
  font-style: normal;
  display: block;
  margin: 0px;
  padding: 0px;
}
.zyListBox .list .listCon .title p:nth-child(2) {
  font-size: 14px;
}
.zyListBox .list .listCon .title p:nth-child(3) {
  font-size: 14px;
}
.zyListBox .list .listCon .icon {
  width: 30px;
  color: #ccc;
}
.zyListBox .list .listCon .iconDown {
  color: #2098e4;
  padding: 5px;
  border-radius: 5px;
}
.zyListBox .list .paybtn,
.zyListBox .list .downBtn,
.zyListBox .list .accountPaidBtn {
  width: 100%;
  height: 45px;
  margin-top: 10px;
}
.zyListBox .list .accountPaidBtn[plain] {
  border: none;
  color: #fff;
  background-color: #2aa515;
}
.zyListBox .list .paybtn[plain] {
  border: none;
  color: #fff;
  background-color: #2098e4;
}
.zyListBox .list .downBtn {
  border: none;
  color: #2098e4;
  background-color: #fff;
  border: 1px solid #2098e4;
}
.botMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 20px);
  position: fixed;
  left: 10px;
  bottom: 10px;
  background: #fff;
  padding: 10px;
  height: 60px;
  border-radius: 5px;
}
.botMenu div:nth-child(1) {
  border-right: 1px solid #ccc;
}
.botMenu div {
  flex: 1;
  text-align: center;
}
.botMenu div a {
  color: #000;
}
.botMenu div .active {
  color: #2098e4;
}
.topUserBox {
  width: calc(100% - 20px);
  display: flex;
  background: #fff;
  padding: 10px 10px 10px 10px;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 10px;
}
.topUserBox .exit a {
  padding: 0  10px;
  color: #000;
}
.topUserBox .userInfo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.topUserBox .userInfo p {
  display: block;
  margin: 0px ;
  padding: 0px;
  margin-right: 10px;
}
.topUserBox .userInfo p img {
  border-radius: 8px;
}
.pageTitle {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin: 10px 0px;
}
.pageTitle span {
  font-size: 20px;
  margin-right: 10px;
  margin-left: 3px;
}
.reT {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100%);
  padding: 10px;
  height: 45px;
  box-shadow: 10px 5px 5px #eee;
  position: fixed;
  left: 0px;
  top: 0px;
}
.reT .icon {
  width: 30px;
  align-items: center;
}
.reT .title {
  color: #666;
}
.payBox {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 10px;
  padding: 10px 0;
}
.payBox .btn {
  width: 100% !important;
  background: #2aa515;
  margin-bottom: 10px;
}
.payBox .btn2 {
  width: 100% !important;
  background: #2098e4;
  margin-bottom: 10px;
  height: 50px;
  display: block;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.payNum {
  width: calc(100% - 0px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  height: 100px;
  padding: 20px 10px;
  border-radius: 5px;
  margin: 10px 0;
}
.payNum p {
  display: block;
  margin: 0px;
  padding: 0px;
}
.payNum .payTitle {
  font-size: 16px;
}
.payNum .num {
  font-size: 30px;
  color: #2aa515;
}
.ewm {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ewm p {
  display: flex;
  justify-content: center;
  width: 100%;
}
.payTitleBox {
  width: 100%;
  text-align: center;
  margin-top: 70px;
}
.applyBox {
  display: flex;
  width: 100%;
  justify-items: center;
  align-items: center;
}
.applyBox a {
  width: 100%;
  display: block;
  text-align: right;
  margin-top: 30px;
}
.applyBox a span {
  background: #2098e4;
  padding: 0px;
  transform: rotate(-90deg);
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
}
