nav {
  border-bottom: none !important;
}
nav .nav-group .nav-item {
  border-bottom: none !important;
}
nav .nav-group .nav-item a {
  color: #fff !important;
}
.top-back {
  height: 768px;
  width: 100%;
  min-width: 1100px;
  position: absolute;
  top: 0px;
  z-index: -33;
  background: #fff;
}
.index-background-pic {
  height: 768px;
  min-width: 1100px;
  overflow: hidden;
  position: relative;
  top: 0;
}
.index-background-pic .mask {
  min-width: 1100px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 768px;
}
.index-background-pic .mask img {
  height: 120%;
}
.index-background-pic .pagination {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 45%;
  z-index: 1000;
}
.index-background-pic .pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.web-desc {
  margin-top: 80px;
}
.web-desc .title {
  font-size: 32px;
  color: #fff;
}
.web-desc .tags {
  margin-top: 20px;
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.web-desc .tags .tag-item {
  display: inline-block;
  margin: 10px 0;
  margin-right: 10px;
  font-size: 1.6rem;
  color: #fff;
  font-size: 18px;
}
.login-to-my-home {
  display: none;
  color: #ffc000;
  font-size: 32px;
  margin-top: 70px;
  text-decoration: underline;
  cursor: pointer;
}
.login-container {
  margin-top: 30px;
  min-height: 300px;
}
.login-container .login-cell {
  border-bottom: 1px solid #fff;
  width: 340px;
  display: flex;
  align-items: center;
}
.login-container .login-cell i.fa {
  vertical-align: middle;
  color: #fff;
  padding-bottom: 5px;
}
.login-container .login-cell .login {
  flex: 1;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 1.6rem;
  padding-left: 40px;
  padding-bottom: 5px;
}
.login-container .login-cell .login::-webkit-input-placeholder {
  color: rgba(255,255,255,0.56);
}
.login-container .loging-button {
  width: 340px;
  height: 73px;
  margin-top: 30px;
  margin-bottom: 180px;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -o-border-radius: 44px;
  -ms-border-radius: 44px;
  border-radius: 44px;
  background-color: #ffc000;
  font-size: 2rem;
  color: #000;
  text-align: center;
  line-height: 73px;
  cursor: pointer;
}
.login-container .verify {
  height: 50px;
  width: 340px;
}
.user-center-entry {
  min-height: 300px;
  margin-top: 30px;
  display: none;
}
.user-center-entry a {
  font-size: 30px;
  text-decoration: underline;
  color: #fc3;
}
.desc-box {
  margin-top: 150px;
}
.desc-box .guide-txt {
  text-align: right;
}
.desc-box .title {
  color: #cdb380;
}
.desc-box .en-title {
  color: #cdb380;
  font-size: 2rem;
}
.desc-box .line {
  display: inline-block;
  width: 80px;
  height: 5px;
  background: #cdb380;
}
.desc-box .container-x {
  display: flex;
  min-height: 350px;
  margin-top: 20px;
}
.desc-box .container-x .left-box {
  flex: 1;
}
.desc-box .container-x .left-box .sekuai {
  left: 0;
  width: 600px !important;
}
.desc-box .container-x .content {
  width: 400px;
}
.desc-box .container-x .content .c-group {
  margin-bottom: 50px;
}
.desc-box .container-x .content .c-group .m-title {
  margin-bottom: 10px;
  font-size: 3rem;
}
.desc-box .container-x .photo-box {
  position: relative;
  top: 0;
  left: 5rem;
}
.desc-box .container-x .photo-box img {
  max-width: 450px;
  max-height: 300px;
  position: relative;
  top: 30px;
  right: 50px;
}
.desc-box .container-x .photo-box .sekuai {
  width: 300px;
  height: 100%;
  background: #f8f4ed;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: -100;
}
.m-txt {
  font-size: 18px;
}
.m-txt p {
  font-size: 18px;
  line-height: 3rem;
}

