body {
  background: #f2f2f2;
}

@font-face {
  font-family: 'arial mt';
  src:  format('woff2'),
     format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

#main .detail,
#main article {
  width: 100%;
  background-color: #ffffff;
  margin: 40px auto 20px;
  padding: 1rem;
  position: relative;
  font-size: 16px;
}
#main .detail{
  margin-top: 0;
}
.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 h2 {
  margin-top: .4rem;
  margin-bottom: .3rem;
  text-align: left;
  font-size: .7rem;
}

#main .content p {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: .2rem;
  font-size: .6rem;
}

#main .content .ks {
  width: 3rem;
  height: 36px;
  border: solid 1px #e42000;
  font-size: 14px;
  line-height: 36px;
  color: #e42000;
  text-align: center;
  margin-left: 1rem;
  flex-shrink: 0;
}

#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 {
  align-items: flex-end;
}

#main .content .btm .pay {
  font-size: .6rem;
  flex-shrink: 0;
}

#main .content .btm .pay span {
  color: #f10000;
  font-size: .55rem;
  display: inline-block;
  margin-left: .2rem;
}

#main .content .btm .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 .5rem;
}

#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: 4px;
  height: 20px;
  background-color: #333333;
  margin-right: 15px;
}

#main article .right section {
  width: 100%;
  font-size: 15px;
  text-align: center;
  padding-bottom: .6rem;
}

#main article .right section img {
  width: 95%;
}

#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;
}



/* 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 .layout_box {
  /* display: none; */
}

.layout .link_box {
  display: none;
}

.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;
}

.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(/uploads/image/zdimg/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 .link_box {
  width: 11.5rem;
  height: auto;
  background-color: #ffffff;
  border-radius: 20px;
  padding-top: 2.8rem;
  padding-bottom: 15px;
  position: relative;
}
.layout .link_box .close{
  width: 1.05rem;
	height: 1.05rem;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translatex(-50%);
  bottom: -1.5rem;
}
.layout .link_box .succeed {
  width: 3.83rem;
  height: 3.83rem;
  background: url(/uploads/image/zdimg/succeed.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: -33px;
  align-items: flex-end;
  font-weight: 700;
  font-size: 0.65rem;
	color: #24c97d;
}

.layout .link_box .line {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin: 0 auto;
}

.layout .link_box .detail {
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: .5rem;
  padding-bottom: 12px;
  /* display: none; */
}

.layout .link_box .ewm {
  margin-top: 10px;
  display: none;
}

.layout .link_box .detail .link {
  font-size: 14px;
  color: #1a1a1a;
  margin-top: 10px;
}

.layout .link_box .detail .link a {
  text-decoration: underline;
	font-size: 0.5rem;
	color: #227aff;
  margin-bottom: .3rem;
  display: block;
  word-break: break-all;
}

.layout .link_box .detail .link a:hover {
  color: #f10000;
}

