@font-face {
  font-family: "sen";
  src: url("../font/Serif.ttf");
}
* {
  font-family: "sen";
}
.fenxiang {
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fenxiang > img {
  width: 80%;
}
#shareImg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
#shareImg2 {
  position: absolute;
  width: 100%;
  height: 90%;
  top: 10%;
}
.shareI {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.sharebutton {
  width: 50%;
  position: absolute;
  bottom: 6%;
  left: 48%;
  transform: translateX(-50%);
  z-index: 10;
}
.sharebutton2 {
  height: 100%;
  margin-left: 6rem;
}
.sharestr {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-49%);
  width: 11.4375rem;
  height: 6.9375rem;
  background: url("../img/end/c.png") no-repeat center;
  background-size: 100%;
}
.pvVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pvVideo > video {
  width: 90%;
  background: rgb(0, 0, 0);
}
/* @media (max-width: 800px) {
  .pvVideo > video {
    width: 80vw;
  }
} */
.chongbutton {
  position: absolute;
  bottom: 7%;
  right: 10%;
  transform: translateX(-50%);
  z-index: 10;
  width: 2.8125rem;
}
.chongbutton2 {
  width: 2.8125rem;
  margin-left: 1rem;
  animation: rotateSelf 3s infinite linear;
}
.shareImg-content {
  position: absolute;
  width: 100%;
  bottom: 10%;
  /* background: cadetblue; */
  left: 50%;
  transform: translateX(-50%);
  height: 5.5625rem;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
#endImg {
  max-width: 90vw;
  width: 50rem;
}
#endImgQudao {
  width: 6.5625rem;
}
#shareImg div {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
#qudaoShare {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.shareto {
  position: absolute;
  bottom: 9.375rem;
  left: 1.25rem;
}
.qudaoShare-con {
  position: absolute;
  background: url("../img/shemei/底.png");
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
}
.qudaoShare-i {
  width: 4.5rem;
}
.loadingSelf {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
@keyframes changeRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loadingSelf img {
  width: 7.5rem;
  animation: changeRotate infinite 10s linear;
}
.input-code {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, .7);
  overflow: hidden;
  display: none;
}

.input-code-box {
  background: url(../img/invite-pop.png) center/100% no-repeat;
  width: 40rem;
  height: 21.375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 1.4rem;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.input-code-box .input-bg {
  background: url(../img/input-k.png) center / 100% no-repeat;
  width: 22rem;
  height: 5.6rem;
  border: none;
  margin: 0.5rem auto 0;
  display: block;
  left: -1.4rem;
  position: relative;
}

.input-code-box input {
  background: none;
  outline: none;
  border: none;
  height: 3rem;
  position: relative;
  top: 1.3rem;
  left: 0.4rem;
  text-align: center;
  width: 21rem;
  color: #fff;
  font-size: 1.4rem;
}

.input-code-box input::placeholder {
  color: #fff;
}

.input-code-box .input-sure {
  background: url(../img/sure-mo.png) center/100% no-repeat;
  width: 13rem;
  height: 3.625rem;
  position: relative;
  margin: 4rem auto 0;
  left: -1.4rem;
}

.input-code-box .input-sure.gray {
  background: url(../img/sure-gray.png) center/100% no-repeat;
  pointer-events: none;
}

.input-code .input-tips {
  position: absolute;
  right: 2.8rem;
  bottom: 1.8rem;
  color: #544014;
  font-size: 1rem;
  background: url(../img/help-num.png)center/100% no-repeat;
  width: 11.5rem;
  height: 1.5rem;
  padding-left: 4rem;
  text-indent: 5.1rem;
}

.input-code .input-close {
  background: url(../img/close-btn.png) center/100% no-repeat;
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  top: 1.5rem;
  right: 3.8rem;
}

.fill-address {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, .7);
  display: none;
}

.address-box {
  position: absolute;
  background: url(../img/address-fill.png) center/100% no-repeat;
  width: 44rem;
  height: 31rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 6.8rem 7.5rem 0 5.35rem;
}

.address-box input {
  width: 95%;
  background: none;
  border: none;
  height: 2.18rem;
  margin-bottom: 0.53rem;
  outline: none;
  text-indent: 1.5rem;
  font-size: 1rem;
}

.address-box input::placeholder,
.address-box textarea::placeholder {
  color: #6a777e;
  font-size: 1rem;
}

.address-box .addr-close {
  background: url(../img/close-btn.png) center/100% no-repeat;
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  top: 2rem;
  right: 4rem;
}

.address-box .addr-form {
  display: flex;
  justify-content: space-between;
  color: #6a777e;
  font-size: 1rem;
  margin-bottom: 1.2rem;
}

.address-box .addr-form .addr-item {
  position: relative;
  width: 9.8rem;
  height: 2rem;

}

.address-box .addr-form .addr-name {
  width: 100%;
  height: 100%;
  text-indent: 1.5rem;
  line-height: 2rem;
  padding-right: 1.8rem;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #212529;
}

.address-box .addr-form .addr-name::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0.8rem;
  right: 0.8rem;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #6a777e;
}

.address-box .addr-form .select-box {
  position: absolute;
  top: 2.3rem;
  display: none;
  width: 9.8rem;
  border: 1px solid #6a777e;
  background: #fff;
  padding: 0.5rem 0;
  max-height: 11rem;
  overflow-y: auto;
}

.address-box .select-option {
  padding: 0 1rem;
  font-size: 0.9rem;
}

.address-box .select-option.init {
  pointer-events: none;

}

.address-box .select-option:active,
.address-box .select-option:hover,
.address-box .select-option:focus {
  background: #6a777e;
  color: #fff;
}

#detail {
  width: 100%;
  height: 7.2rem;
  background: none;
  outline: none;
  border: none;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
  box-sizing: border-box;
}

input:-internal-autofill-selected {
  background: none !important;
}

.address-box .addr-tips {
  color: #2f393e;
  font-size: 0.8rem;
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.9rem;
}

.address-box .addr-tips span {
  color: #33799d;
}

.address-box .submit-addr {
  background: url(../img/submit-addr.png) center/100% no-repeat;
  width: 16rem;
  height: 5rem;
  display: block;
  margin: 0.2rem auto;
}

.first-tips {
  text-align: center;
  font-size: 1rem;
  color: #2c383c;
  margin-top: 5rem;
  position: relative;
  left: -1.4rem;
}