ul,
li {
  padding: 0;
  list-style: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
th,
td,
p,
s,
table {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  box-sizing: border-box;
}
input {
  outline: none;
}
.show {
  display: block;
}
.hide {
  display: none;
}

#app {
  background-image: url('../../../common/img/E_car/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -3rem /* 60/18.75 */;
  padding-top: 11.733333rem /* 220/18.75 */;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
#app .input {
  margin-bottom: 1.6rem /* 30/18.75 */;
}
#app .input input {
  width: 18.293333rem /* 343/18.75 */;
  height: 2.346667rem /* 44/18.75 */;
  border: 0;
  border-radius: 1.173333rem /* 22/18.75 */;
  background-color: #fff;
  text-indent: 0.533333rem /* 10/18.75 */;
  font-size: 0.9rem;
}
#app .button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.4rem /* 45/18.75 */;
}
#app .button-group .btn-primary {
  width: 8.533333rem /* 160/18.75 */;
  height: 2.346667rem /* 44/18.75 */;
  line-height: 2.346667rem /* 44/18.75 */;
  text-align: center;
  border-radius: 1.173333rem /* 22/18.75 */;
  border: 1px solid #fff;
  font-size: 16px;
}
#app .button-group .btn-primary:first-child {
  margin-right: 0.96rem /* 18/18.75 */;
  background-color: #f6cf07;
  border-color: transparent;
}
#app .button-group .btn-primary:nth-child(2) {
  background: transparent;
  color: #fff;
}
#app .tips {
  width: 16.746667rem /* 314/18.75 */;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 1.066667rem /* 20/18.75 */;
}
#app .desc {
  width: 16.8rem /* 315/18.75 */;
  height: 14.36rem /* 288/18.75 */;
  opacity: 1.4;
  background-color: rgba(4, 17, 31, 0.4);
  padding-left: 2.666667rem /* 50/18.75 */;
  padding-right: 1.6rem /* 30/18.75 */;
  margin-bottom: 1rem /* 24/18.75 */;
}
#app .desc li {
  height: 2.4rem /* 45/18.75 */;
  line-height: 2.4rem /* 45/18.75 */;
  border-bottom: 1px solid #2d353f;
  font-size: 14px;
  color: rgb(246, 207, 7);
  position: relative;
}
.border_none {
  border: none;
}
#app .desc li:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: -2.026667rem /* 38/18.75 */;
  width: 1.12rem /* 21/18.75 */;
  height: 1.173333rem /* 22/18.75 */;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}
#app .desc li:first-child:before {
  background-image: url('../../../common/img/E_car/goldmedal.png');
}
#app .desc li:nth-child(2):before {
  background-image: url('../../../common/img/E_car/silvermedal.png');
}
#app .desc li:nth-child(3):before {
  background-image: url('../../../common/img/E_car/bronzemedal.png');
}
#app .desc li:nth-child(4):before {
  background-image: url('../../../common/img/E_car/goldmedal_s.png');
}
#app .desc li:nth-child(5):before {
  background-image: url('../../../common/img/E_car/silvermedal_s.png');
}
#app .desc li:nth-child(6):before {
  background-image: url('../../../common/img/E_car/bronzemedal_s.png');
}
#app .time {
  width: 16.8rem /* 315/18.75 */;
  color: #fff;
  font-size: 14px;
  height: 2.56rem /* 48/18.75 */;
}
.sharebox {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1200;
  display: none;
  height: 43.466667rem /* 815/18.75 */;
}
.sharebox div {
  width: 50%;
  float: right;
  padding-right: 8px;
}
.sharebox img {
  width: 100%;
}
