.content {
  width: 100%;
  height: 100vh;
  position: relative;
}
.content video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.content .operationImg {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.content .operationImg img {
  margin-right: 20px;
}
.content .operationImg img:nth-child(2) {
  width: 31px;
  height: 25px;
}
.footer {
  width: 100%;
  height: 100vh;
  transition: 300ms;
}
.footer .footer_top {
  height: 95%;
  background-color: #000;
  display: flex;
}
.footer .footer_top .footer_top_content {
  width: 85%;
  margin: 30px auto;
  height: 80%;
}
.footer .footer_top .footer_top_content .footer_top_content_img {
  text-align: center;
}
.footer .footer_top .footer_top_content_center {
  width: 100%;
  display: flex;
  text-align: center;
  margin-top: 100px;
}
.footer .footer_top .footer_top_content_centerList {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.footer .footer_top .footer_top_content_centerList span:nth-child(1) {
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
.footer .footer_top .footer_top_content_centerList .footer_top_content_center_input {
  display: flex;
  justify-content: center;
}
.footer .footer_top .footer_top_content_centerList .footer_top_content_center_input input {
  border: none;
  outline: none;
}
.footer .footer_top .footer_top_content_centerList .subscription {
  height: 27px;
  width: 19%;
  color: #fff;
  background-color: #e33124;
  text-align: center;
  line-height: 27px;
  font-size: 14px;
  font-weight: 600;
}
.footer .footer_top .footer_top_content_centerList .footer_top_content_centerList_img {
  width: 55%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.footer .footer_top .footer_top_content_center_input input {
  width: 60%;
  height: 25px;
}
.footer .footer_top .footer_top_content_center_input input::placeholder {
  font-size: 12px;
}
.footer .footer_top .mobileApplication {
  display: flex;
  width: 60%;
  margin: auto;
}
.footer .footer_top .mobileApplication .mobileApplicationList {
  border: 1px solid #474747;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.footer .footer_top .mobileApplication .mobileApplicationList div {
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
}
.footer .footer_top .mobileApplication .mobileApplicationList2 {
  padding: 8px 35px 8px 0 !important;
}
.footer .footer_top .mobileApplication .mobileApplicationList1 {
  display: flex;
  margin-left: 5px;
  padding: 8px 10px 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footer_top .mobileApplication .mobileApplicationList1 img {
  width: 16px;
  height: 18px;
}
.footer .footer_top .mobileApplication .mobileApplicationList1 div {
  width: 60%;
  text-align: left;
}
.footer .footer_top .footer_top_bottom {
  width: 85%;
  margin: 90px auto;
  display: flex;
  justify-content: space-between;
}
.footer .footer_top .footer_top_bottom span{
	font-weight: 400;
	margin-bottom: 15px;
}

.footer .footer_top .footer_top_bottom span:first-child {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
.footer .footer_top .footer_top_bottom a {
  color: #727272;
  font-size: 13px;
  margin-bottom: 15px;
  cursor: pointer;
}
.footer .footer_top .footer_top_bottom a:hover {
  text-decoration: underline;
}
.footer .footer_top .footer_top_bottom .footer_top_bottomList {
  display: flex;
  flex-direction: column;
}
.footer .footer_bottom {
  width: 100%;
  height: 5%;
  background-color: #9b9c9e;
}
.footer .footer_bottom .footer_bottomContent {
  width: 85%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.footer .footer_bottom .footer_bottomContent .noBoder {
  border: none !important;
}
.footer .footer_bottom .footer_bottomContent .footer_bottomContentList {
  border-right: 1px solid #4a4b4b;
  width: 25%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer_bottom .footer_bottomContent .footer_bottomContentList a {
  color: #070707;
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
}
.ShoppingList {
  width: 100%;
  height: 100vh;
}
.ShoppingList .item {
  width: 100%;
  height: 100%;
  position: relative;
}
.ShoppingList .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ShoppingList .item span {
  font-size: 15px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
}
