@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: #333;}
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: #4290e8;
  color: #fff;
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
body {
  min-width: 1200px;
  overflow: auto;
}
.nav-logo img {
  height: 52px;
}
.personal-center {
  top: 0;
}
.center { width: 1200px; margin: 0 auto; }
.center-ul>div:hover {
  background-color: #db1c14 !important;
}
.swiper {
  max-height: 674px;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #fff;
}
.top {
  padding: 28px 0;
  min-height: 52px;
  background: #717171;
}
.nav {
  display: flex;
  justify-content: space-between;
}
.nav-section {
  line-height: 56px;
}
.nav-section a {
  width: 117px;
  text-align: center;
  color: #000;
  font-size: 16px;
}
.nav-section a:hover {
  color: #db1c14;
}
a.hover {
  color: #db1c14;
}

.plate {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
.plate-title {
  color: #000;
  font-size: 36px;
  width: 20%;
  background: #fff;
  display: block;
  margin: 0 auto;
}
.plate-line {
  position: absolute;
  display: block;
  width: 100%;
  border-top: solid 1px #c0c0c0;
  top: 24px;
  z-index: -1;
}
.piece {
  
}
.piece a:nth-child(3n) {
  margin-right: 0 !important;
}
.piece a {
  color: #000;
  text-align: center;
  width: 370px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  display: inline-block;
  margin: 0 40px 40px 0;
  padding-bottom: 25px;
}
.piece-img {
  position: relative;
  width: 100%;
  height: 313px;
  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%);
}
.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: 16px;
  padding: 30px 0;
}
p.newws-title {
  color: #8d8d8d;
  font-size: 16px;
  padding: 20px 20px 0 20px;
  text-align: left;
  line-height: 2;
}
p.news-subtitle {
  padding: 0 20px;
  font-size: 14px;
  color: #2d2d2d;
}
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: 250px;
  overflow: hidden;
}
.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
#footer .footer-nav {
  float: left;
  width: 85%;
  max-height: 229px;
  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: #000;
  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: #000;
}
.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 26px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 0 15px;
  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: #333 ;
  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: #fff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
  padding: 75px 36px;
  width: 500px;
  /* height: auto; */
  margin: 0 auto;
}
.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: #3b74ff;
  border-color: #3b74ff;
  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: #6395ff !important;
  border: 1px solid #6395ff;
}
.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;
}