body {
  min-width: 1500px;
  background: #f2f2f2;
}

@font-face {
  font-family: 'Arial MT';
  src: url('ArialMTBold.woff2') format('woff2'),
    url('ArialMTBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

#main .detail,
#main article {
  width: 1100px;
  min-width: 1100px;
  background-color: #ffffff;
  margin: 40px auto 20px;
  padding: 25px 50px 45px;
  position: relative;
  font-size: 16px;
}

.dis {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main .detail h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

#main .detail .item {
  width: 320px;
  height: 45px;
  background-color: #ffffff;
  position: relative;
}

#main .detail .item label {
  width: 80px;
  height: 45px;
  background-color: #e42000;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  position: relative;
}

#main .detail .item label:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid #e42000;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
}

#main .detail .item input {
  width: 240px;
  border: solid 1px #ededed;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  color: #b3b3b3;
}

#main .detail .item input::placeholder {
  color: #b3b3b3;
}

#main .detail .item span,
#main .detail .item img {
  text-decoration: underline;
  font-size: 14px;
  line-height: 35px;
  color: #e42000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

#main .detail .submitBtn {
  position: absolute;
  width: 144px;
  height: 48px;
  background-color: #e42000;
  bottom: 73px;
  right: 75px;
  font-size: 22px;
  font-weight: 700;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

#main .content {
  width: 100%;
  padding: 0;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

#main .content img {
  width: 30%;
  margin-right: 34px;
}

#main .content h2 {
  margin-bottom: 8px;
  text-align: left;
}

#main .content p {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}

#main .content .ks {
  width: 100px;
  height: 36px;
  border: solid 1px #e42000;
  font-size: 14px;
  line-height: 36px;
  color: #e42000;
  text-align: center;
}

#main .content .price {
  font-size: 14px;
}

#main .content .price span {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 4px;
  color: #ff2400;
}

#main .content .price b {
  font-family: 'Avanti';
  font-size: 30px;
}

#main .content .btm {
  position: absolute;
  left: 340px;
  bottom: 0;
  align-items: flex-end;
}

#main .content .btm .pay {
  font-size: 20px;
  position: absolute;
  top: -65px;
  left: 0;
}

#main .content .btm .pay span {
  color: #f10000;
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
}

#main .content .btm .pay i {
  font-size: 35px;
  display: inline-block;
  margin-left: 5px;
}

#main .content  .btn {
  width: 200px;
  height: 50px;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  background-color: #cc0000;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}

#main article {
  padding: 0;
  margin-top: 20px;
  background: none;
  align-items: flex-start;
}

#main article .right {
  background-color: #ffffff;
  /* height: 700px; */
  width: 870px;
}

#main article .right .title {
  width: 100%;
  height: 50px;
  background-image: linear-gradient(0deg,
      #f4f4f4 0%,
      #ffffff 100%);
  font-size: 19px;
  justify-content: flex-start;
  padding-left: 20px;
}

#main article .right .title span {
  margin-right: 30px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
#main article .right .title span.active::after{
  content: "";
  width: 80%;
  height: 3px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#main article .right section {
  width: 100%;
  font-size: 15px;
  text-align: center;
}
#main article .right section .part{
  display: none;
}

#main article .right section .part.active{
  display: block;
}
#main article .right section .img{
  padding: 20px 20px 30px;
}
#main article .right section .img img {
  width: 64%;
}

#main article .right section h4 {
  margin-bottom: 10px;
}

#main article .right section p {
  line-height: 23px;
}

#main article .right section p.name {
  margin-bottom: 15px;
}

#main article .right section p.red {
  color: #f10000;
  margin-bottom: 5px;
  margin-top: 15px;
}

#main article .right section p.mar {
  margin-bottom: 24px;
}

#main article .right section p.day {
  margin-top: 10px;
  margin-bottom: 5px;
}
#main article .right section .part2 .part_con{
  /* margin-bottom: 20px; */
}
#main article .right section .part2 .part_con:nth-child(1){
  margin-top: 20px;
}
#main article .right section .part2 h3{
  text-align: left;
  font-size:16px;
  height: 50px;
  background: #f4f4f4;
  line-height: 50px;
  padding-left: 20px;
}
#main article .right section .part2 img{
  width: 30px;
  transition: all .2s;
}
#main article .right section .part2 li{
  font-size: 14px;
  height: 45px;
  padding-left: 34px;
  padding-right: 80px;
  cursor: pointer;
  border-bottom: 1px solid #eeeeee;
}
#main article .right section .part2 li:last-child{
  border-bottom: none;
}
#main article .right section .part2 li:hover{
  background: #f9f9f9;
}
#main article .right section .part2 li:hover img{
  transform: scale(1.1);
  transition: all .2s;
}
/* layout */
.layout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 100;
}

.layout input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset !important;
}

.layout>div {
  width: 460px;
  height: auto;
  background: #ffffff;
  border-radius: 20px;
  display: none;
}

.layout .info {
  width: 460px;
  height: 80px;
  background-image: linear-gradient(80deg,
      #fcedd1 0%,
      #f1cf9e 100%);
  border-radius: 20px 20px 0px 0px;
  padding-left: 25px;
  padding-top: 12px;
}

.layout .info p {
  font-size: 18px;
  color: #1a1a1a;
}

.layout h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.layout .close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.layout .close img {
  width: 100%;
}

.layout form {
  flex-wrap: wrap;
  padding: 25px 25px 20px;
}

.layout .item,
.layout input,
.layout select {
  width: 200px;
  height: 45px;
  background-color: #f2f2f2;
  border-radius: 4px;
  font-size: 14px;
  line-height: 45px;
  color: #999999;
}

.layout .item {
  margin-bottom: 8px;
}

.layout input,
.layout select {
  padding-left: 10px;
}

.layout select {
  background: #f1f1f1 url(../img/form_arrow.png) no-repeat right;
  background-position-y: 50%;
  background-position-x: 180px;
}

.layout .item.yzm input {
  width: 100%;
}

.layout .item.yzm span {
  width: 100px;
  height: 40px;
  background-color: #333333;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  flex-shrink: 0;
}

.layout .btn {
  width: 160px;
  height: 45px;
  line-height: 45px;
  background-color: #ff6554;
  border-radius: 22px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 12px auto 0;
}
.layout>div.remark{
  width: 200px;
  height: 100px;
  border-radius: 10px;
  text-align: center;
  color: #878787;
  line-height: 100px;
}
#main .fixed {
  width: 100%;
  min-width: 1500px;
  background: #ffffff;
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  box-shadow: 0px 0px 30px 0px rgb(12 4 7 / 20%);
}

#main .fixed>div {
  width: 1100px;
  margin: 0 auto;
  padding-right: 50px;
  justify-content: flex-end;
}
#main .fixed .btn{
  width: 200px;
  height: 50px;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  background-color: #cc0000;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
}