body {
  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: 100%;
  background-color: #ffffff;
  margin: 40px auto 20px;
  position: relative;
  font-size: 16px;
}

#main .detail {
  margin-top: 0;
  padding-bottom: 1rem;
}

.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%;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

#main .content img {
  width: 100%;
}
#main .content .img{
  position: relative;
}
#main .content .right{
  padding: 0 1rem;
}
#main .content .img .play{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  background: rgba(0, 0, 0, 0.2);
}
#main .content .img .play img{
  width: 10%;
}
#main .content h2 {
  margin-top: .4rem;
  margin-bottom: .3rem;
  text-align: left;
  font-size: .7rem;
}

#main .content p {
  width: 100%;
  /* padding-bottom: 15px; */
  margin-bottom: .5rem;
  font-size: .6rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
}

#main .content .ks {
  width: 4rem;
  height: 36px;
  border: solid 1px #e42000;
  font-size: 14px;
  line-height: 36px;
  color: #e42000;
  text-align: center;
  flex-shrink: 0;
}

#main .content .price {
  font-size: 14px;
  padding-left: 1rem;
}

#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 {
  align-items: flex-end;
  margin-top: .3rem;
  padding: 0 1rem;
}

#main .content .pay {
  font-size: .6rem;
  padding: 0 1rem;
  flex-shrink: 0;
}

#main .content .pay span {
  color: #f10000;
  font-size: .55rem;
  display: inline-block;
  margin-left: .2rem;
}

#main .content .pay i {
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}

#main .content .btm .btn {
  width: 4rem;
  height: 36px;
  font-weight: 700;
  font-size: .7rem;
  color: #ffffff;
  background-color: #cc0000;
  line-height: 36px;
  text-align: center;
  margin-left: 0;
}

#main article {
  padding: 0;
  margin-top: .4rem;
  background: none;
  align-items: flex-start;
  padding: 0 ;
}

#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: .7rem;
  line-height: 50px;
  justify-content: flex-start;
  padding-left: 20px;
}

#main article .right .title span {
  width: auto;
  height: 40px;
  margin-right: 15px;
  position: relative;
}

#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;
  padding-bottom: .6rem;
}
#main article .right section .part{
  display: none;
}

#main article .right section .part.active{
  display: block;
}
#main article .right section .img{
  padding-top: 1rem;
}
#main article .right section .img img {
  width: 95%;
  margin-bottom: .3rem;
}

#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:nth-child(1){
  margin-top: .4rem;
}
#main article .right section .part2 h3{
  text-align: left;
  height: 1.5rem;
  background: #f4f4f4;
  line-height: 1.5rem;
  padding-left: 20px;
  font-size: .6rem;
}
#main article .right section .part2 img{
  width: .8rem;
}
#main article .right section .part2 li{
  font-size: .5rem;
  height: 1.4rem;
  padding-left: 34px;
  padding-right: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #eeeeee;
}
#main article .right section .part2 li:last-child{
  border: none;
}

/* layout */
.layout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 10;
}

.layout input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset !important;
}

.layout>div {
  width: 11.5rem;
  height: auto;
  border-radius: 0.5rem;
}

.layout .info {
  width: 100%;
  height: 2.5rem;
  background-image: linear-gradient(80deg,
      #fcedd1 0%,
      #f1cf9e 100%);
  border-radius: 0.5rem 0.5rem 0px 0px;
  padding-left: 0.6rem;
  padding-top: .3rem;
}

.layout .info p {
  font-size: 0.6rem;
  color: #1a1a1a;
}

.layout h3 {
  font-size: 0.7rem;
  color: #1a1a1a;
  margin-top: .1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.layout .close,
.leyu_close {
  width: 1.05rem;
  height: 1.05rem;
  position: absolute;
  top: -1.5rem;
  right: 0;
}

.layout .close img {
  width: 100%;
}

.layout form {
  flex-wrap: wrap;
  padding: .5rem .75rem;
  background: #ffffff;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.layout .item,
.layout input,
.leyu_box input,
.layout select {
  width: 100%;
  height: 1.5rem;
  background-color: #f5f5f5;
  border-radius: 0.1rem;
  font-size: 0.55rem;
  color: #969696;
}

.layout input::placeholder {
  color: #969696;
}

.layout .item {
  margin-bottom: 8px;
}

.layout input,
.leyu_box input,
.layout select {
  padding-left: 10px;
}

.layout select {
  background: #f1f1f1 url(../img/form_arrow1.png) no-repeat right;
  background-position-x: 96%;
  background-size: 5%;
}

.layout .item.yzm input {
  width: 100%;
}

.layout .item.yzm span {
  width: 4.25rem;
  height: 40px;
  background-color: #333333;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  flex-shrink: 0;
}

.layout .btn {
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff;
  margin: 12px auto 0;
  width: 6rem;
  height: 1.5rem;
  line-height: 1.5rem;
  background-color: #ff6554;
  border-radius: 0.74rem;
}
.layout>div.remark{
  width: 5rem;
  height: 2rem;
  border-radius: .4rem;
  text-align: center;
  color: #878787;
  line-height: 2rem;
  background: #ffffff;
  font-size: .55rem;
}