@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: #8148c4;
  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: 80px;
}
.personal-center {
  top: 0;
}
.center { width: 1200px; margin: 0 auto; }
.phone {
  color: #666 !important;
}
.center-ul>div:hover {
  background-color: #8148C4 !important;
}
.nav {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
.nav-section {
  line-height: 40px;
}
.nav-section a {
  position: relative;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  z-index: 3;
  color: #282828;
  margin-top: 20px;
}
.nav-section a:hover { color: #8148C4; }
.nav-section a.hover { color: #8148C4; }
.swiper {
  height: 800px;
  margin-bottom: 30px;
}
.swiper-pagination-bullet {
  background: #fff;
  width: 40px;
  height: 3px;
  border-radius: 0;
}

.plate-title {
  font-size: 24px;
  text-align: center;
  padding: 20px 0px;
  font-weight: bold;
  font-family: "microsoft yahei","宋体", "Arial";
  color: #333;
}
.composing {
  float: left;
  width: 380px;
  margin: 0 30px 40px 0;
}
.composing a {
  position: relative;
  display: block;
  padding: 16px;
  /* height: 504px; */
  background: #fff;
  transition: .5s .03s;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0%);
}
.composing:nth-child(3n) {
  margin-right: 0 !important;
}
.composing:hover{
  transition: .5s .03s;
  box-shadow: 0 3px 12px rgb(0 0 0 / 15%);
}
.plate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 30px;
}

.composing a p {
  font-size: 17px;
  color: #535353;
  height: 23px;
  line-height: 23px;
  margin: 15px 0;
}
.composing-img img {
  width: 350px;
  height: 265px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  object-fit: cover;
}

.news-plate {
  display: inline-block;
  padding: 15px 15px 30px 15px;
  width: 290px;
  color: #282828;
  margin-bottom: 30px;
  margin-right: 9px;
}
.news-plate:nth-child(4n) {
  margin-right: 0 !important;
}
.news-plate:hover {
  box-shadow: 0 0 26px rgb(0 0 0 / 20%);
  color: #8148C4;
}
.news-plate img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 260px;
  height: 175px;
  object-fit: cover;
}
.news-plate span {
  border-bottom: 2px solid #f1ab4e;
}
.news-plate p {
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news {
  margin-top: 20px;
}
.footer {
  position: relative;
  background: #3C3C3C;
  color: #fff;
}
.footer .top {
  padding: 30px 0;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.footer .top .cc {
  float: left;
  width: 200px;
  height: 200px;
  border-right: 1px solid #7E7775;
  overflow: hidden;
  padding-left: 20px;
}
.footer .top .cc li a {
  color: #555;
}
.footer .top .cc .h {
  font-size: 16px;
  margin-bottom: 30px;
}
.footer .top .cc .h a {
  color: #fff;
}
.footer .top .n-4 {
  width: 380px;
}
.footer .top .gg {
  float: left;
  margin-left: 50px;
}
.footer .bot {
  height: 57px;
  background: #f9be43;
}
.footer .bot .in {
  width: 1200px;
  height: 57px;
  margin: 0 auto;
}
.footer .bot .ct {
  float: left;
  padding-top: 12px;
  line-height: 2.5;
  font-size: 13px;
  color: #fff;
}
.footer .bot .txt {
  float: right;
  color: #fff;
  font-size: 17px;
  line-height: 57px;
}
.footer .bot .ct a {
  color: #fff;
}
.footer .top .cc li a:hover {
  color: #fff;
}
.footer .top .gg p:nth-child(1) {
  color: #fff;
}
.footer .top .gg p {
  font-size: 16px;
  color: #86807F;
  margin-bottom: 30px;
}
.footer .top .gg p:nth-child(2) {
  color: #f9be43;
}
.footer .top .gg p:nth-child(even) {
  font-size: 18px;
  margin-bottom: 15px;
}
.info {
  min-height: 300px;
  margin: 0 auto;
}
.info .point {
  display: none;
}
.info .active {
  display: block;
}
.website ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.website ul li.active {
  color: #DBB866;
  border: 2px solid #DBB866;
}
.website ul li:hover {
  color: #8148C4;
  border: 2px solid #DBB866;
}
.website ul .active:hover {
  color: #DBB866;
}
.website ul li {
  display: inline-flex;
  font-weight: bold;
  width: 80px;
  height: 80px;
  margin: 0 26px;
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 1px solid #c1bfc1;
  border-radius: 50%;
  background-color: #fff;
  padding: 28px 10px;
  line-height: 16px;
  font-size: 14px;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.website ul li:last-child {
  margin-right: 0;
}
.website {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 30px;
}

.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: #fff;
  background-color: #8148C4;
  padding: 10px;
}

.order-banner div {
  flex: 1;
}

.order-item-box {
  width: 100%;
}
.order-item-box .order-item:last-child {
  border-bottom: none;
}

.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;
}
.news {
  margin: 80px 0;
}
.news-title {
  text-align: center;
  font-size: 21px;
  margin: 30px 0;
}
.news p {
  line-height: 30px;
  letter-spacing: 0.5px;
  font-size: 15px;
}
.news-img {
  max-width: 100%;
  margin: 20px auto 20px;
  display: block;
}
#formContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36%;
  height: auto;
}
.toggle .formRight {
  height: 520px;
}
.formRight form {
  width: 400px;
  padding: 40px;
}
.formRight form header h1 {
  height: 30px;
  margin: 16px 0 40px 0;
  color: #132344;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.formRight form section label input {
  height: 56px;
  line-height: 56px;
  color: #333;
  font-size: 16px;
  background-color: #f6f6f6;
  padding: 6px 7px;
  outline: none;
  border: 1px solid #dcdee2;
  border-radius: 8px;
}
.formRight form section button {
  height: 56px;
  width: 100%;
  font-size: 16px;
  background: #2d8cf0;
  border-color: #2d8cf0;
  font-weight: 700;
  box-shadow: none;
}

.formRight form section button:hover {
  background: #57a3f3 !important;
  -webkit-transition: color .2s linear,background-color .2s linear,border .2s linear,-webkit-box-shadow .2s linear;
  transition: color .2s linear,background-color .2s linear,border .2s linear,-webkit-box-shadow .2s linear;
  transition: color .2s linear,background-color .2s linear,border .2s linear,box-shadow .2s linear;
  transition: color .2s linear,background-color .2s linear,border .2s linear,box-shadow .2s linear,-webkit-box-shadow .2s linear;
}

.formRight form footer button {
  color: #3989fa;
  font-size: 14px;
  font-weight: normal;
}
.formRight form footer {
  margin: 40px 0 20px;
}
.formRight form section label input:focus {
  box-shadow: 0 0 0 2px rgb(45 140 240 / 20%);
}
.formRight form section label input:hover, .formRight form section label input:focus {
  border-color: #57a3f3;
}
.login-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 64%;
  height: 100%;
}
.login-icon span {
  display: inline-block;
  overflow: auto;
  width: 100%;
  height: 100vh;
  background: url('../image/bg-login.png') 50%/85% no-repeat;
}
