@charset 'UTF-8';
body {
  font-family: 'microsoft yahei','宋体', 'Arial';
  display: block;
}
body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
  margin: 0px;
}
input,
button,
ul,
ol {
  margin: 0px;
  padding: 0px;
}
body,
input,
button,
form {
  font-size: 14px;
  font-family: 'microsoft yahei','宋体', 'Arial';
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
input {
  background: none;
  border: 0 none;
}
img,
iframe {
  border: 0px;
}
em,
i {
  font-style: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}

.refund {
  background: #33C0E0;
  color: #FFFFFF;
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
body {
  min-width: 1200px;
  overflow: auto;
}
.nav-logo img {
  height: 80px;
  margin-bottom: 10px;
}
.personal-center {
  top: 0;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.center-ul > div:hover {
  background-color: #33C0E0 !important;
}
.swiper {
  max-height: 563px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #007AFF;
}
.top {
  padding: 20px 0 0;
  min-height: 52px;
  position: fixed;
  right: 0;
  z-index: 99;
  width: 250px;
  height: 100vh;
  background: #FFFFFF;
  border-left: 1px solid #CCCCCC;
  /* background: #717171; */
}
.nav {
  display: flex;
  flex-direction: column;
  width: inherit;
  text-align: center;
  /* justify-content: space-between; */
}
.nav-section {
  line-height: 56px;
  flex-direction: column;
}
.nav-section a {
  height: 40px;
  line-height: 40px;
  width: 117px;
  text-align: center;
  color: #000000;
  font-size: 16px;
  margin: 0 auto;
}
.nav-section a:hover {
  color: #33C0E0;
}
a.hover {
  color: #33C0E0;
  font-weight: bold;
}

.plate {
  position: relative;
  text-align: center;
  /* margin-top: 50px; */
  margin-bottom: 40px;
}
.plate-title {
  color: #000000;
  font-size: 30px;
  width: 20%;
  background: #FFFFFF;
  display: block;
  margin: 0 auto;
  font-weight: bold;
}
.plate-line {
  position: absolute;
  display: block;
  width: 100%;
  /* border-top: solid 1px #c0c0c0; */
  top: 24px;
  z-index: -1;
}

.piece a:nth-child(4n) {
  margin-right: 0 !important;
}
.piece a {
  color: #000000;
  text-align: center;
  width: 202px;
  border-radius: 5px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, .2); */
  display: inline-block;
  margin: 0 126px 40px 0;
  padding-bottom: 25px;
}
.piece-img {
  position: relative;
  width: 100%;
  height: 286px;
  overflow: hidden;
  transition: .6s;
  /* border-top-left-radius: 5px; */
  /* border-top-right-radius: 5px; */
}
.piece a:hover .piece-img img {
  /* transform: scale(1.1) translateY(-50%); */
}
.news-plate {
  display: flex;
  flex-direction: column;
}
.news-plate a {
  width: 100%;
  display: flex;
  border: 1px solid #CCCCCC;
  padding: 10px;
  border-radius: 0;;
}
.news-content {
  width: 71%;
  padding-top: 50px;
  padding-right: 30px;
}
.news-content .newws-title {
  font-size: 24px;
}
.news-content .news-subtitle {
  font-size: 20px;
}
.news-content p {
  padding: 0 !important;
}
.news-plate .piece-img {
  width: 202px;
  height: 242px;
}
.news-plate a:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none !important;
}
.piece a:hover p {
  color: #33C0E0;
  z-index: 99;
}
/* .piece a:hover img {
  transition: .4s;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
} */
.piece-img img {
  width: 100%;
  height: 100%;
  /* position: absolute; */
  top: 50%;
  left: 0;
  /* transform: translateY(-50%); */
  transition: .6s;
  /* border-top-left-radius: 5px; */
  /* border-top-right-radius: 5px; */
  object-fit: cover;
}
.piece p {
  color: #464646;
  font-size: 18px;
  padding: 30px 0;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
p.newws-title {
  color: #555555;
  font-size: 18px;
  padding: 20px 20px 0 20px;
  text-align: left;
  line-height: 2;
}
p.news-subtitle {
  padding: 0 20px;
  font-size: 14px;
  color: #888888;
}
p.news-subtitle,
p.newws-title {
  text-align: left;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  display: box;
  display: -webkit-box;
  overflow: hidden;
}
#footer {
  margin-top: 40px;
  width: 100%;
  /* height: 250px; */
  background: #E1E1E1;
  padding-top: 40px;
  padding-bottom: 10px;
  overflow: hidden;
}
#footer .wrap {
  position: relative;
  height: 270px;
  overflow: hidden;
}
.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
#footer .footer-nav {
  float: left;
  width: 85%;
  max-height: 280px;
  overflow: hidden;
}
#footer .footer-nav dl {
  float: left;
  width: 20%;
  margin-right: 3%;
}
#footer .footer-nav dl dt {
  padding-bottom: 10px;
}
#footer .footer-nav dl dt,
#footer .footer-nav dl dt a {
  color: #000000;
  font-size: 16px;
}
#footer .footer-nav dl dd,
#footer .footer-nav dl dd a {
  color: #3B3B3B;
  font-size: 16px;
}
#footer .footer-nav dl dd {
  margin-top: 12px;
}
.footer-copyright {
  width: 100%;
  line-height: 46px;
  padding: 10px 0;
  background: #CAC8C8;
  height: 56px;
}
.footer-copyright .logo {
  float: left;
  width: 201px;
  height: 45px;
  overflow-y: hidden;
  bottom: 5px;
  position: relative;
}
.footer-copyright span {
  float: right;
}
.footer-copyright a.footer-support {
  float: right;
  color: #3C3C3C;
  font-size: 16px;
}
.footer-copyright span.footer-tongji {
  width: 48px;
  height: 46px;
  margin-right: 20px;
}
.footer-copyright span.footer-icp {
  color: #3C3C3C;
  font-size: 16px;
  margin-right: 20px;
}
.footer-icp a {
  color: #000000;
}
.info .point {
  display: none;
}
.info .active {
  display: block;
}
.website ul li.active {
  border-bottom: 2px solid #1E1710;
}
.website ul li:hover {
  border-bottom: 2px solid #1E1710;
}
.website ul li {
  display: inline-flex;
  font-weight: bold;
  margin: 0 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  padding: 0 8px;
  line-height: 16px;
  font-size: 14px;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.website {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 30px;
  margin: 30px auto 30px;
}
.info {
  width: 70%;
  margin: 0 auto;
}
.order {
  width: 100%;
  min-height: 500px;
  margin-top: 60px;
  box-sizing: border-box;
  padding: 0 0 50px 0;
}
.order > p {
  font-size: 25px;
  font-weight: 700;
  color: rgb(41, 41, 41);
  margin-bottom: 10px;
}
.order-banner {
  width: 100%;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  justify-content: space-between;
  color: #333333 ;
  background-color: #CAC8C8;
  padding: 10px;
}
.order-banner div {
  flex: 1;
}
.order-item-box {
  width: 100%;
}
.order-item {
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  color: rgb(86, 86, 86);
  background-color: #EAEAEA;
  padding: 10px;
  border-bottom: 1px solid #D9D9D9;
}

.order-item div {
  flex: 1;
}

.content h1 {
  color: #393939;
  font-size: 48px;
  text-align: center;
  margin: 60px 0 30px;
}

.content p {
  color: #515151;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  text-indent: 2em;
  line-height: 2.5em;
}
.content img {
  text-align: center;
  height: auto;
  position: static;
  max-width: 100%;
  display: block;
  margin: 30px auto 30px;
}
#formContainer {
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
  padding: 75px 36px;
  width: 420px;
  /* height: auto; */
  margin: 0 auto;
  box-shadow: 0px 0px 15px #333333;
  border-radius: 10px;
  border: 8px solid rgba(3,41,125,.4);
}
.formRight form.otherForm {
  border-left: none;
}
.formRight {
  width: 328px;
  text-align: center;
  /* overflow: inherit; */
  margin: 0 auto;
}
.formRight form.otherForm.toggle {
  padding: 0;
}
.formRight form {
  width: 100%;
  padding: 0;
  overflow: inherit;
}
.formRight form section button {
  width: 100%;
  height: 40px;
  background-color: #FF4A00;
  border-color: #FF4A00;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
  font-size: 16px;
  border-radius: 2px;
  padding: 0 15px;
}
.formRight form section label {
  border-radius: 2px;
  transition: all .3s;
  height: 40px;
  line-height: 1.5;
  margin-bottom: 24px;
  display: flex;
}
.formRight form section label input {
  width: 100%;
  text-align: left;
  font-size: 14px;
  padding-left: 30px;
  min-height: 100%;
  padding: 0 11px;
  height: 40px;
  line-height: 1.5;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
}
.login-form {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formRight form section button {
  cursor: pointer;
}
.formRight form section button:hover {
  background-color: red !important;
  border: 1px solid red;
}
.formRight form section label input:hover {
  border-color: #6395FF;
}
.formRight form section label input:focus {
  border: 1px solid #6395FF;
  box-shadow: 0 0 0 2px rgb(59 116 255 / 20%);
}
.formRight form header h1 {
  /* margin-bottom: 30px; */
}
.formRight form footer {
  width: auto;
  justify-content: end;
}

.formRight form footer button {
  color: #3B74FF;
  font-weight: normal;
  transition: color .3s;
  line-height: 40px;
  font-size: 14px;
}
.system-text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.system-text h1 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
/* style.css */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 400px;
  max-width: 90%;
  margin: 20% auto 0;

}

.popup-content h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.popup-content p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.popup-buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.popup-buttons button {
  padding: 8px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-left: 20px;
}

#go-recharge {
  background-color: #4CAF50;
  color: #fff;
}

#cancel {
  background-color: #ddd;
  color: #666;
}

#go-recharge:hover {
  background-color: #3e8e41;
}

#cancel:hover {
  background-color: #ccc;
}

.website > h4, .info > .point > .content > h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}