* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  min-height: 100%;
  background-color: #006382;
}

ul,
li {
  list-style: none;
}

.bg-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.info-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 3.75rem;
  height: 7.085rem;
  background: url("../img/top.png") no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.bg-container ul {
  display: flex;
  flex-direction: column;
  width: 3.75rem;
  align-items: center;
  z-index: 2;
  margin-top: 6.2rem;
}

.bg-container ul li {
  display: flex;
  flex-direction: column;
  width: 3.15rem;
  margin-bottom: 0.3rem;
}

.bg-container ul li .title {
  font-size: 0.16rem;
  line-height: 0.16rem;
  color: #fff;
  margin-bottom: 0.13rem;
}

.bg-container ul li input {
  width: 3.15rem;
  height: 0.425rem;
  background: #ffffff;
  box-shadow: inset 0.02rem 0.03rem 0.08rem 0px rgba(2, 93, 158, 0.21);
  border-radius: 0.06rem;
  outline: none;
  border: none;
  padding: 0 0.15rem;
  box-sizing: border-box;
  font-size: 0.14rem;
}

.bg-container ul li input::placeholder {
  color: #888888;
}

.bg-container ul li textarea {
  width: 3.15rem;
  height: 1.7rem;
  background: #ffffff;
  box-shadow: inset 0.02rem 0.03rem 0.08rem 0px rgba(2, 93, 158, 0.21);
  border-radius: 0.06rem;
  outline: none;
  border: none;
  resize: none;
  padding: 0.15rem;
  box-sizing: border-box;
  font-size: 0.14rem;
}

.bg-container ul li textarea::placeholder {
  color: #888888;
}

.btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.665rem;
  width: 3.15rem;
  height: 0.48rem;
  background: #00c5ff;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.15),
    inset 3px 7px 19px 0px rgba(255, 255, 255, 0.41);
  border-radius: 0.24rem;
  font-size: 0.17rem;
  color: #ffffff;
  user-select: none;
  cursor: pointer;
  z-index: 2;
}

.bottom-container {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 3.75rem;
  height: 3.255rem;
  background: url("../img/bottom.png") no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.load-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}

.load-container .box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.2rem;
  margin-left: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: url("../img/load.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  animation: rotate 1.5s linear infinite;
}

.mask-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}

.mask-container .box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.85rem;
  margin-left: -1.575rem;
  width: 3.15rem;
  height: 1.7rem;
  background: #fff;
  border-radius: 0.04rem;
  display: flex;
  flex-direction: column;
}

.mask-container .box .content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70%;
  font-size: 0.18rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mask-container .box .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30%;
  font-size: 0.18rem;
  color: rgb(0, 77, 134);
  font-weight: bold;
}

/* 添加图片和视频默认状态 */
.add-image-default,
.add-video-default {
  width: 100%;
  height: 1.94rem;
  margin: 0 0.2rem 0.15rem 0.15rem;
  border-radius: 0.06rem;
  /* border: 2px dashed #DADADA; */
  background: #ffffff;
  box-shadow: 0.015rem 0.02rem 0.07rem 0.01rem rgba(2, 93, 158, 0.29);
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  padding: 0.135rem 0.11rem;
  box-sizing: border-box;
}

.bigBg {
  display: none;
  flex-direction: column;
  width: 100%;
  padding: 0.19rem;
  background: #ffffff;
  box-shadow: 0.015rem 0.02rem 0.07rem 0.01rem rgba(2, 93, 158, 0.29);
  border-radius: 0.06rem;
  box-sizing: border-box;
}

.add-image-default > view,
.add-video-default > view {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px dashed #dadada;
  box-sizing: border-box;
}

/* 添加图片和视频图标 */
.add-image-default img,
.add-video-default img {
  width: 0.6rem;
  height: 0.6rem;
  /* margin-top: 86rpx; */
}

/* 添加图片和视频提示文字 */
.add-image-default text,
.add-video-default text {
  width: 2.4rem;
  color: #afbac0;
  font-size: 0.13rem;
  /* margin-top: 35rpx; */
}

/* 选择图片后显示的大图 */
.show-big-image,
.show-big-video {
  width: 100%;
  height: 1.555rem;
  border-radius: 0.06rem;
  box-sizing: border-box;
  align-self: center;
  object-fit: contain;
}

/* 选择后显示的图片集合容器 */
.showImages-container,
.showVideos-container {
  /* margin: 0 38rpx 30rpx 30rpx; */
  display: flex;
  flex-wrap: wrap;
  /* padding-top: 0.2rem; */
  box-sizing: border-box;
}

/* 选择后显示的图片选项  */
.showImages-container .showImageItem,
.showVideos-container .showVideoItem {
  width: 0.6rem;
  height: 0.6rem;
  /* margin-right: 8rpx; */
  margin-right: 0.12rem;
  margin-bottom: 0.12rem;
  position: relative;
  display: flex;
  align-items: center;
}

.showImages-container .showImageItem.on,
.showVideos-container .showVideoItem.on {
  border: 0.02rem solid #3bc2ca;
  box-sizing: border-box;
}

.showImages-container .showImageItem:nth-of-type(4) {
  margin-right: 0;
}

.showImages-container .showVideoItem:nth-of-type(4) {
  margin-right: 0;
}

/* 图片删除按钮 */
.deleteButton,
.deleteVideo {
  width: 0.18rem;
  height: 0.18rem;
  position: absolute;
  top: -0.09rem;
  right: -0.09rem;
}

.showImageItem-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* 显示的图片 */
.showImageItem .showImage,
.showVideoItem .showVideo {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 添加图片按钮容器 */
.showImages-container .showAddItem,
.showVideos-container .showAddVideo {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
}

/* 添加图片按钮 */
.showAddItem view,
.showAddVideo view {
  width: 100%;
  height: 0.6rem;
  /* background-color: #769BF5; 
  opacity: 0.3; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 加号图片 */
.showAddItem img,
.showAddVideo img {
  width: 100%;
  height: 100%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* 提交成功 */
/* 提交成功 */
.successMask {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.successMask_con {
  position: absolute;
  box-sizing: border-box;
  z-index: 100;
  width: 80vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 12px;
  text-align: center;
  padding: 10vw 0 0 0;
}
.successMask_con img {
  width: 52vw;
  display: block;
  margin: 0 auto;
}
.successMask_con p {
  padding: 6vw 3vw 0 3vw;
  font-size: 4vw;
  line-height: 6vw;
  color: #353535;
}
.successMask_con span {
  display: block;
  font-size: 3.5vw;
  line-height: 5.2vw;
  padding: 6vw 12vw;
  color: #969696;
}
.successMask_con .closeBtn {
  border-top: 1px solid #e5e5e5;
  padding-top: 3vw;
  text-align: center;
  padding-bottom: 3vw;
}
.successMask_con .closeBtn span {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 40vw;
  height: 10vw;
  line-height: 10vw;
  font-size: 5vw;
  color: #769bf5;
  cursor: pointer;
}
