#app {
  position: relative;
  overflow: hidden;
  height: 100vh;
  font-family: font1;
}
#app .header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100%;
  box-sizing: border-box;
  min-height: 0px;
  height: 0px;
  background: rgba(0, 0, 0, 0.5) url("../imgs/10.png") no-repeat center / 100%
    100%;
  overflow: hidden;
  transition: all 0.2s ease;
}
#app .header .logo {
  padding: 1.875rem 0 0 3.125rem;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-style: italic;
  white-space: nowrap;
}
#app .header .logo .logo_img {
  align-self: center;
  display: flex;
  align-items: center;
  width: 150px;
}
#app .header .logo .logo_img img {
  width: 100%;
}
@media screen and (max-width: 350px) {
  #app .header .logo {
    font-size: 25px;
  }
}
#app .header .search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.625rem;
  padding: 1.875rem 3.125rem 0 1.875rem;
}
#app .header .search input {
  height: 40px;
  padding-right: 100px;
  background: #b5ab9f;
  border: 1px solid #e87c3a;
  font-style: italic;
  user-select: none;
  color: #893b00;
  font-size: 16px;
  border-radius: 30px;
}
#app .header .search input::placeholder {
  color: #893b00;
}
#app .header .search .el-input__suffix {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
#app .header .search .el-input__suffix img {
  width: 20px;
}
#app .header .search .user {
  margin-left: 40px;
}
@media screen and (max-width: 800px) {
  #app .header .logo_img img {
    width: 200px;
  }
  #app .header .search input {
    height: 40px;
    font-size: 16px;
    padding-right: 40px;
  }
  #app .header .search .el-input__suffix {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  #app .header .search .el-input__suffix img {
    width: 20px;
  }
}
#app .main {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
}
#app .main .main-all {
  background-color: #fffef1;
}
#app .main .main-all .empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  font-size: 30px;
}
#app .main .bg {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("../imgs/01.png") no-repeat left center / cover;
}
#app .main .bg .logo_top {
  position: absolute;
  top: 44px;
  left: 4.375rem;
}
#app .main .bg .logo_top .logo_img {
  align-self: center;
  display: flex;
  align-items: center;
}
#app .main .bg .user_top {
  position: absolute;
  top: 54px;
  right: 4.375rem;
}
#app .main .bg .search_top {
  position: absolute;
  top: 260px;
  left: 7.1875rem;
  width: 800px;
}
#app .main .bg .search_top input {
  height: 90px;
  padding-right: 100px;
  background: #b5ab9f;
  border: 1px solid #e87c3a;
  font-style: italic;
  user-select: none;
  color: #893b00;
  font-size: 26px;
}
#app .main .bg .search_top input::placeholder {
  color: #893b00;
}
#app .main .bg .search_top .el-input__suffix {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
@media screen and (max-width: 850px) {
  #app .main .bg .search_top {
    width: 80%;
    top: 40%;
  }
  #app .main .bg .search_top input {
    height: 60px;
    padding-right: 50px;
    font-size: 20px;
  }
  #app .main .bg .search_top .el-input__suffix {
    margin-right: 15px;
  }
  #app .main .bg .search_top .el-input__suffix img {
    width: 30px;
  }
}
@media screen and (min-width: 850px) {
  #app .main .bg .search_top {
    width: 25rem;
    top: 55px;
    left: 85rem;
  }
  #app .main .bg .search_top input {
    height: 3.75rem;
    padding-right: 50px;
    font-size: 20px;
  }
  #app .main .bg .search_top .el-input__suffix {
    margin-right: 15px;
  }
  #app .main .bg .search_top .el-input__suffix img {
    width: 30px;
  }
}
#app .main .bg .position_tit {
  position: absolute;
  top: 65%;
  left: 7.1875rem;
  transform: translateY(-50%);
  text-align: left;
}
#app .main .bg .Nav_Title {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: 20%;
  /* left: 7.1875rem; */
  /* transform: translateY(-50%); */
  /* text-align: left; */
}
#app .main .bg .Nav_Title .Nav_text {
  margin-bottom: 30px;
  font-size: 96px;
  color: #f3cf62;
  font-family: YouSheBiaoTiHei;
  text-shadow: 0px 6px 6px #c42d329e;
}
#app .main .bg .position_tit .tit_one {
  margin-bottom: 15px;
  font-size: 50px;
  color: #ffeebe;
  font-family: YouSheBiaoTiHei;
  text-shadow: 0px 6px 6px rgba(221, 68, 0, 0.34);
}
#app .main .bg .position_tit .tit_one:nth-child(2) {
  margin-bottom: 60px;
}
#app .main .bg .position_tit .tit_two {
  font-size: 36px;
  font-weight: 500;
  color: #ff7b40;
}
@media screen and (max-width: 1024px) {
  #app .main .bg .position_tit .tit_one {
    font-size: 60px;
  }
  #app .main .bg .position_tit .tit_two {
    font-size: 26px;
  }
  #app .main .bg .Nav_Title {
    top: 25%;
  }
  #app .main .bg .Nav_Title .Nav_text {
    font-size: 16rem;
  }
}
@media screen and (max-width: 800px) {
  #app .main .bg .position_tit .tit_one {
    font-size: 60px;
  }
  #app .main .bg .position_tit .tit_two {
    font-size: 26px;
  }
  #app .main .bg .Nav_Title {
    top: 25%;
  }
  #app .main .bg .Nav_Title .Nav_text {
    font-size: 16rem;
  }
}
@media screen and (max-width: 600px) {
  #app .main .bg .position_tit .tit_one {
    font-size: 35px;
  }
  #app .main .bg .position_tit .tit_two {
    font-size: 16px;
  }
  #app .main .bg .Nav_Title {
    top: 25%;
  }
  #app .main .bg .Nav_Title .Nav_text {
    font-size: 16rem;
  }
}
@media screen and (max-width: 600px) {
  #app .main .bg {
    min-height: 685px;
  }
}
#app .main .line {
  position: relative;
  height: 3.75rem;
  padding-top: 1.875rem;
}
#app .main .line img {
  position: absolute;
  left: 0;
  width: 100%;
}
#app .main .tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 285px;
  width: 100%;
  /* margin-top: 60px;
  margin-bottom: 100px; */
  background: url("../imgs/07.png") no-repeat left center / cover;
}
/* #app .main .tit:nth-child(1) {
  margin-top: 0;
} */
#app .main .tit .tit_ {
  display: flex;
  align-items: flex-end;
}
#app .main .tit img {
  margin: 0 1.25rem;
}
#app .main .tit .tit_sign {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
#app .main .tit .tit_sign span {
  padding: 10px 25px 15px;
  background: url(../imgs/05.png) no-repeat center / 100% 100%;
  text-shadow: 0px 3px 0px #e60543;
}
#app .main .tit .tit_sign img {
  width: 94px;
}
#app .main .tit .tit_sign_ {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  width: 107.875rem;
  margin-top: 15px;
  padding: 0 10px;
  font-size: 28px;
  color: #f3f3f3;
  text-align: center;
  line-height: 1.5;
  background: url(../imgs/04.png) no-repeat center / 100% 100%;
}
@media screen and (max-width: 800px) {
  #app .main .tit .tit_sign {
    font-size: 26px;
  }
  #app .main .tit .tit_sign img {
    width: 60px;
  }
  #app .main .tit .tit_sign_ {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  #app .main .tit .tit_sign {
    font-size: 20px;
  }
  #app .main .tit .tit_sign img {
    width: 50px;
  }
  #app .main .tit .tit_sign_ {
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
  #app .main .tit .tit_sign {
    font-size: 16px;
  }
  #app .main .tit .tit_sign span {
    padding: 10px;
  }
  #app .main .tit .tit_sign img {
    width: 40px;
  }
  #app .main .tit .tit_sign_ {
    font-size: 16px !important;
  }
}
#app .main .video {
  width: 100%;
  margin: 0 !important;
}
#app .main .video a {
  display: flex;
  margin-bottom: 7.5rem;
  transition: all 0.5s;
}
#app .main .video a:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0px 29px 0px rgba(3, 11, 29, 0.29);
}
@media screen and (max-width: 992px) {
  #app .main .video figure {
    border-radius: 5px 5px 0 0 !important;
  }
  #app .main .video .word {
    border-radius: 0 0 5px 5px !important;
  }
}
#app .main .video figure {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
#app .main .video figure .img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 25vh;
  background-color: #000;
}
#app .main .video .word {
  position: relative;
  width: 100%;
  min-height: 330px;
  padding: 30px 40px;
  background: #fff1db;
  border: 1px solid #d9d9d9;
  border-radius: 0 5px 5px 0;
}
#app .main .video .word .position_left {
  position: absolute;
  left: 25px;
  top: 12px;
}
#app .main .video .word .position_right {
  position: absolute;
  right: 25px;
  top: 15px;
  display: flex;
}
#app .main .video .word .position_right .point {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #311704;
}
#app .main .video .word .position_right .point:nth-child(2) {
  background-color: #5d3112;
}
#app .main .video .word .position_right .point:nth-child(3) {
  background-color: #8b5228;
}
#app .main .video .title {
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
#app .main .video .tag_list {
  display: flex;
  margin-top: 50px;
  flex-direction: column;
}
#app .main .video .tag_list div {
  align-self: flex-start;
  padding: 5px 15px;
  margin-bottom: 15px;
  background-color: #ccc;
  font-size: 20px;
  font-weight: 300;
  border-radius: 18px;
  letter-spacing: 2px;
}
#app .main .video .tag_list div.one {
  background: linear-gradient(91deg, #85572b 21%, #d9c07b 100%);
}
#app .main .video .tag_list div.two {
  background: linear-gradient(91deg, #e26e10 21%, #f7b773 100%);
}
#app .main .video .tag_list div.three {
  background-color: #eeba87;
}
#app .main .video .tag_list div.four {
  background-color: #a879ff;
}
#app .main .video .drc {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media screen and (max-width: 600px) {
  #app .main .video .title {
    font-size: 16px;
  }
  #app .main .video .tag_list div {
    font-size: 18px;
  }
  #app .main .video .drc {
    font-size: 16px;
  }
}
#app .footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 495px;
  background: url("../imgs/11.png") no-repeat left center / cover;
}
#app .footer .com_message {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 20px;
  padding-left: 7.5rem;
  margin-top: 6.25rem;
  color: rgba(255, 255, 255, 0.7);
}
#app .footer .com_message div {
  margin-bottom: 28px;
  line-height: 1.5;
}
#app .footer .com_logo {
  display: flex;
  justify-content: flex-end;
  margin: 4.25rem 6.0625rem 0 0;
}
#app .footer .com_logo img {
  width: 350px;
}
@media screen and (max-width: 600px) {
  #app .footer {
    min-height: 250px;
  }
  #app .footer .com_message {
    font-size: 14px;
  }
  #app .footer .com_message div {
    margin-bottom: 18px;
  }
  #app .footer .com_logo {
    display: flex;
    justify-content: center;
  }
  #app .footer .com_logo img {
    width: 200px;
  }
}
