@font-face {
  font-family: digif;
  src: url(../fonts/DIGIFACEWIDE.TTF);
}
.iconfont {
  color: #c79e68;
  font-size: 1.3rem;
}
body,
html {
  -webkit-overflow-scrolling: touch;
}
p {
  font-size: 15px;
}
a {
  color: #777;
}
#wrapper,
#wrapper > .mui-scroll {
  background-color: #e2e3e3;
}
.mui-bar .mui-btn-link .mui-icon {
  margin-left: 5px;
}
.mui-bar-nav {
  box-shadow: none;
}
.mui-tran {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  background: linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  transition: all 0.3s;
}
.mui-tran .search {
  float: right;
  color: #fff;
}
.mui-tran a.mui-icon-left-nav {
  padding: 5px!important;
  color: #fff;
  font-size: 30px;
}
.mui-tran .mui-pull-left img {
  display: block;
  margin-top: 7px;
  height: 30px;
}
.menu-open header {
  background: #161616 !important;
}
ul {
  padding: 15px;
  list-style: none;
  text-align: center;
}
.mui-table-view:after,
.mui-table-view:before {
  height: 0!important;
}
.mui-card-footer:before,
.mui-card-header:after,
.mui-input-group .mui-input-row:after,
.mui-table-view-cell:after {
  height: 0!important;
}
.mui-slider .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-group .mui-slider-item {
  border: none!important;
}
.mui-content {
  padding-top: 0!important;
  padding-bottom: 95px;
}
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fade-out-up {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.menu-open {
  width: 100%;
  height: 100%;
}
.menu-open .mui-scroll-wrapper {
  position: absolute;
  top: 48px;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  -webkit-backface-visibility: hidden;
}
.menu-backdrop {
  display: none;
}
.menu-open .menu-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  display: block;
  width: 100%;
  height: 100%;
}
.menu-wrapper {
  position: absolute;
  top: 44px;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #333;
  text-align: center;
}
.menu-wrapper.hidden {
  z-index: -1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
#menu ul {
  border: none;
  background: #161616;
}
#menu .mui-grid-view.mui-grid-9 .mui-table-view-cell {
  border: none;
}
.menu .mui-table-view-inverted {
  color: gray;
  font-size: 19px;
}
.menu .mui-table-view-inverted .mui-table-view-cell:after {
  right: 0;
  left: 0;
  height: 2px;
}
#notice a {
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 30px;
}
#notice a img {
  margin-right: 5px;
  width: 30px;
  vertical-align: middle;
}
#list {
  margin-top: 0;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  background: #f3f3f3;
}
#list li a span {
  display: block;
  margin: 15px auto 5px;
  width: 50px;
  border-radius: 5px;
  background: #38393f;
  color: #9d8059;
  font-weight: 700;
  font-size: 2rem;
  line-height: 50px;
}
#list li div {
  color: #000;
}
#plan {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-right: 15px;
  border: none;
  border-radius: 5px;
  background: #f3f3f3;
}
#offer {
  margin: 0 0 10px;
  padding: 20px;
  border: none;
  border-radius: 5px;
  background: #2f3036;
  color: #fff;
}
#offer .mui-card-header p {
  float: right;
  margin: 0;
  color: #ccc;
  white-space: nowrap;
}
#offer .mui-card-header span {
  color: #da393e;
}
#offer form input {
  background: #fff;
  color: #000;
}
#offer form .cny {
  margin-bottom: 10px;
  height: 45px;
}
#offer form .cny input {
  margin-bottom: 10px;
  padding: 0 10px;
  height: 45px;
  color: #000;
  text-align: right;
  font-size: 32px;
  font-family: digif;
  line-height: 45px;
}
#offer form .area,
#offer form .name,
#offer form .phone {
  position: relative;
  margin-bottom: 5px;
  width: 70%;
}
#offer form .btn {
  float: right;
  margin-left: 3%;
  padding: 30px 10px;
  width: 27%;
  height: 130px;
  background: #c79e68;
  text-align: center;
  font-size: 26px;
  line-height: 34px;
}
#inspiration {
  background: #f3f3f3;
}
#inspiration .mui-scroll {
  padding-right: 15px;
}
#inspiration ul {
  background: 0 0;
}
#inspiration .mui-row li {
  position: relative;
  padding: 5px;
}
/*521改动*/
#inspiration .mui-row li > a,
#construction .mui-row li > a,
#material .mui-row li > a {
  margin: 0;
  padding: 0;
}
#inspiration .mui-row li p {
  position: absolute;
  right: 5px;
  bottom: 5px;
  left: 5px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 32px;
}
#classification {
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
}
#classification li {
  float: left;
  box-sizing: border-box;
  padding: 0 5px;
  width: 20%;
}
#classification li img {
  width: 100%;
  border-radius: 50%;
}
#classification li div {
  color: #333;
  font-size: 16px;
}
.setfj {
  padding-right: 0!important;
}
.setfj .mui-card-header {
  margin-right: 10px;
}
.setfj .mui-slider-item {
  padding-right: 10px;
}
.setfj #classification {
  margin-right: 10px;
}
#teams .mui-slider-group .mui-slider-item a {
  overflow: hidden;
  background: #373737;
}
#teams .mui-slider-group .mui-slider-item p {
  margin-top: 15px;
  margin-bottom: 0;
  color: #c79e68;
  font-size: 18px;
  line-height: 22px;
}
#teams .mui-slider-group .mui-slider-item span {
  display: block;
  margin-bottom: 5px;
  color: #bbb;
  font-size: 14px;
  line-height: 20px;
}
#team {
  background: #f3f3f3;
}
#team .mui-input-group {
  overflow: hidden;
  margin-top: 15px;
  padding-right: 20px;
  background: 0 0;
}
#team .mui-input-group .phone input {
  padding: 0 10px;
  height: 35px;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 35px;
}
#team .mui-input-group .btn {
  float: left;
  width: 30%;
  background: #c79e68;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
}
#construction {
  background: #f3f3f3;
}
#construction .mui-scroll {
  padding-right: 15px;
}
#construction ul {
  background: 0 0;
}
#construction .mui-row li .mush {
  position: absolute;
  top: -35px;
  right: -35px;
  border-color: transparent transparent #c79e68;
  border-style: solid;
  border-width: 40px;
  color: #fff;
  font-size: 14px;
  transform: rotate(45deg);
}
#construction .mui-row li .mush span {
  position: absolute;
  bottom: -35px;
  left: -12px;
  white-space: nowrap;
}
#construction .mui-row li p {
  overflow: hidden;
  color: #373737;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 32px;
}
#material {
  background: #f3f3f3;
}
#material #material_s .mui-scroll a {
  width: 48%;
}
#process {
  background: #f3f3f3;
}
#process .mui-card-content ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#process .mui-card-content li {
  position: relative;
  float: left;
  width: 20%;
}
#process .mui-card-content li:after {
  position: absolute;
  top: 0;
  right: -4px;
  content: ">";
  line-height: 50px;
}
#process .mui-card-content li:last-child:after {
  content: "";
}
#process .mui-card-content li div {
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #c59e66;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
}
#process .mui-card-content li div span {
  font-weight: 700;
  font-size: 34px;
  line-height: 50px;
}
#process .mui-card-content li p {
  margin-top: 5px;
  margin-bottom: 0;
  color: #373737;
  font-size: 14px;
  line-height: 26px;
}
#owners .mui-slider-group .mui-slider-item p {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 0;
  color: #373737;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 22px;
}
#brand .mui-row > div img {
  display: block;
  width: 100%;
}
#brand .mui-row div.mui-col-sm-6 img,
#brand .mui-row div.mui-col-sm-5 img,
#brand .mui-row div.mui-col-sm-7 img {
  height: 85px;
}
.fort {
  margin-top: 30px;
  margin-bottom: 5px;
}
.fort .ban {
  margin: 0;
  color: #373737;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}
.fort .chy,
.fort .icp {
  margin: 0;
  color: #a4a4a4;
  text-align: center;
  font-size: 14px;
}
.mui-bar-tab {
  height: 60px;
  background: #161616;
}
.mui-bar-tab .mui-tab-label {
  color: #fff !important;
}
.mui-bar-tab .mui-icon {
  margin-bottom: 5px;
  color: #c59e66 !important;
}
.mui-bar-tab .mui-tab-item {
  position: relative;
  overflow: initial;
  height: 100%;
}
.mui-bar-tab .muiphone .mui-icon {
  position: absolute;
  top: -35px !important;
  left: 50%;
  display: block;
  margin-left: -40px;
  width: 80px!important;
  height: 80px!important;
  border-radius: 50%;
  background: #161616;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
}
.mui-bar-tab .muiphone .mui-tab-label {
  position: relative;
  bottom: -10px;
  z-index: 70;
  font-size: 16px!important;
}
#material #material_s .mui-scroll,
.img-adaption,
.menu {
  width: 100%;
}
#menu li.mui-active,
.mui-bar-tab .mui-icon:active {
  background: #161616 !important;
  opacity: 1;
}
#brand,
#construction,
#inspiration,
#material,
#process {
  margin: 0 0 10px;
  padding: 15px;
  border: none;
  border-radius: 5px;
}
#brand .mui-card-header,
#construction .mui-card-header,
#inspiration .mui-card-header,
#material .mui-card-header,
#process .mui-card-header {
  padding: 0;
  font-size: 20px;
}
#brand .mui-card-header p,
#construction .mui-card-header p,
#inspiration .mui-card-header p,
#material .mui-card-header p,
#owner .mui-card-header p,
#process .mui-card-header p,
#team .mui-card-header p {
  color: #000;
  font-size: 20px;
}
#inspiration .mui-card-header a,
#inspiration .mui-card-header span {
  margin: 0;
  color: #c6c6c6;
  font-weight: 400;
  font-size: 16px;
}
#team .mui-card-header a,
#team .mui-card-header span {
  margin: 0;
  color: #c6c6c6;
  font-weight: 400;
  font-size: 16px;
}
#construction .mui-card-header a,
#construction .mui-card-header span {
  margin: 0;
  color: #c6c6c6;
  font-weight: 400;
  font-size: 16px;
}
#material .mui-card-header a,
#material .mui-card-header span {
  margin: 0;
  color: #c6c6c6;
  font-weight: 400;
  font-size: 16px;
}
#owner {
  background: #f3f3f3;
}
#owner .mui-card-header a,
#owner .mui-card-header span {
  margin: 0;
  color: #c6c6c6;
  font-weight: 400;
  font-size: 16px;
}
#brand {
  background: #f3f3f3;
}
#brand .mui-card-header a,
#brand .mui-card-header span {
  margin: 0;
  color: #c6c6c6;
  font-weight: 400;
  font-size: 16px;
}
#construction .mui-row,
#inspiration .mui-row,
#material .mui-row {
  padding: 10px 0;
  background: none;
}
#construction .mui-row li img,
#inspiration .mui-row li img {
  display: block;
}
#construction #construction_s,
#inspiration #sliderSegmentedControl,
#material #material_s {
  overflow: initial;
}
#construction .mui-scroll .mui-control-item,
#inspiration .mui-scroll .mui-control-item,
#material .mui-scroll .mui-control-item {
  overflow: initial;
  border: 1px solid #ccc;
  background: #eee;
  color: #373737;
}
#construction .mui-scroll .mui-active,
#inspiration .mui-scroll .mui-active,
#material .mui-scroll .mui-active {
  position: relative;
  border: 1px solid #373737;
  background: #373737;
  color: #c79e68;
}
#construction .mui-scroll .mui-active::after,
#inspiration .mui-scroll .mui-active::after,
#material .mui-scroll .mui-active::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-color: #373737 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  content: "";
}
#owner,
#team {
  margin: 0 0 10px;
  padding: 15px 0 15px 15px;
  border: none;
  border-radius: 5px;
}
#owner .mui-card-header,
#team .mui-card-header {
  padding: 0 15px 0 0;
  font-size: 20px;
}
#owners .mui-slider-group .mui-slider-item,
#teams .mui-slider-group .mui-slider-item {
  padding: 5px;
  text-align: center;
}
#construction .mui-row li,
#material .mui-row li {
  position: relative;
  overflow: hidden;
  padding: 5px;
}
#brand .mui-row,
#owners .mui-slider-group .mui-slider-item a {
  overflow: hidden;
}
.scroll-top {
  position: fixed;
  bottom: 100px;
  right: 5px;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  z-index: 10;
  font-size: 15px;
  text-align: center;
}
.scroll-top span {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.effect .banner {
  height: 190px;
  background: center / cover no-repeat;
}
.effect div.screen {
  background: #f3f3f3;
  color: #333;
  text-align: center;
  line-height: 40px;
}
.effect div.screen select {
  margin: 0;
  background: url(../img/down.png) 90% no-repeat;
  background-size: 25%;
  text-align-last: center;
}
.effect #list .screen {
  padding: 0 15px;
  text-align: left;
}
.effect #list .screen li {
  display: inline-block;
  padding: 0 5px;
  color: #333;
  font-size: 15px;
}
.effect #list .list li {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  background: #f3f3f3;
}
.effect #list .list li .user {
  text-align: left;
}
.effect #list .list li .user img {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.effect #list .list li .user .name {
  display: inline-block;
  margin-left: 10px;
  color: #333;
  vertical-align: top;
  line-height: 40px;
}
.effect #list .list li .detail .brief {
  overflow: hidden;
  margin-bottom: 5px;
  color: #333;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.effect #list .list li .detail .brief .tab {
  margin: 0 5px;
  color: #777;
}
.effect #list .list li .detail .bgimg {
  position: relative;
  height: 200px;
  background: center / cover no-repeat;
}
.effect #list .list li .detail .bgimg .makebtn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 5px 15px;
  border-radius: 6px;
  background: #de5454;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.effect #list .list li .operation {
  padding: 10px 0;
  color: #8f8f94;
  text-align: left;
}
.effect #list .list li .operation span {
  padding: 0 5px;
  line-height: 20px;
}
.effect #list .list li .operation .time {
  float: right;
}
.effect #list .list li .mush {
  position: absolute;
  top: -65px;
  right: -65px;
  border-color: transparent transparent #c79e68;
  border-style: solid;
  border-width: 55px;
  color: #fff;
  font-size: 14px;
  transform: rotate(45deg);
}
.effect #list .list li .mush span {
  position: absolute;
  bottom: -50px;
  left: -12px;
  white-space: nowrap;
}
.effdetail > .banner {
  position: relative;
  height: 235px;
  filter: blur(10px);
}
.effdetail .user {
  position: absolute;
  top: 60px;
  left: 0;
  padding: 0 15px;
  width: 100%;
}
.effdetail .user p {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  color: #e2c18f;
  font-size: 18px;
  line-height: 55px;
}
.effdetail .user img {
  float: right;
  width: 55px;
  height: 55px;
  border: 1px solid #d0cfce;
  border-radius: 50%;
}
.effdetail .swiper_banner {
  position: absolute;
  top: 120px;
  left: 15%;
  overflow: initial;
  width: 70%;
}
.effdetail .swiper-container-horizontal > .swiper-pagination-bullets,
.effdetail .swiper-pagination-custom,
.effdetail .swiper-pagination-fraction {
  bottom: -20px;
}
.effdetail .swiper_banner .banner {
  border-radius: 6px;
}
.effdetail .swiper_banner .swiper-slide {
  display: flex;
  background: #fff;
  text-align: center;
  font-size: 18px;
  transition: 0.3s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.effdetail .swiper_banner .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.85);
}
.effdetail .swiper_banner .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 1px;
  background: #ccc;
  opacity: 1;
}
.effdetail .swiper_banner .swiper-pagination-bullet-active {
  background: #2f3036;
}
.effdetail .setcny {
  overflow: hidden;
  margin-top: 100px;
  padding: 0 10px 0 5px;
  background: 0 0;
}
.effdetail .setcny:after,
.effdetail .setcny:before {
  height: 0;
}
.effdetail .mui-input-group .phone input {
  padding: 0 10px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  line-height: 40px;
}
.effdetail .mui-input-group .btn {
  float: left;
  width: 30%;
  background: #c79e68;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}
.effdetail .info {
  padding: 10px 20px;
}
.effdetail .info p {
  margin-bottom: 5px;
}
.effdetail .info .apartment,
.effdetail .info .measure {
  margin-bottom: 15px;
}
.effdetail .info .title {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #373737;
  font-size: 16px;
}
.effdetail .give {
  margin: 10px auto 0;
  padding: 5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #de5454;
  color: #fff;
  line-height: 25px;
}
.effdetail .give span {
  display: block;
  text-align: center;
}
.effdetail .design {
  margin: 25px 15px;
  padding: 15px 10px;
  border-radius: 5px;
  background: #373737;
}
.effdetail .design form .name,
.effdetail .design form .phone {
  position: relative;
  margin-bottom: 10px;
  width: 75%;
}
.effdetail .design form .btn {
  float: right;
  margin-left: 2%;
  padding: 12px 10px;
  width: 23%;
  height: 90px;
  background: #c79e68;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 34px;
}
.designer .banner {
  height: 235px;
  background: top / 100% no-repeat;
}
.designer .screen select {
  background-size: 15%!important;
}
.designer #list .list li {
  padding: 10px 0 10px 10px;
}
.designer #list .list li .user {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding-right: 10px;
}
.designer #list .list li .user img {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.designer #list .list li .user .grex {
  position: absolute;
  top: 0;
  right: 5px;
  left: 100px;
  display: inline-block;
  color: #333;
}
.designer #list .list li .user .grex .idea {
  overflow: hidden;
  margin-bottom: 0;
  color: #878787;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.designer #list .list li .user .grex .name {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}
.designer #list .list li .user .grex .name span {
  margin-left: 10px;
  color: #878787;
  font-size: 14px;
}
.designer #list .list li .user .grex button {
  margin-top: 5px;
  padding: 0;
  width: 60px;
  border-radius: 0;
  background: #d2b388;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
.designer #list .list li .tea {
  margin-bottom: 10px;
}
.designer #list .list li .mush {
  border-color: transparent transparent #de5454;
}
.mui-bar .mui-btn-link,
.mui-tran .mui-title {
  color: #fff;
}
#menu .mui-media-body {
  color: #fff;
}
#menu .mui-icon {
  color: #c59e66;
}
.effect #list .screen li.mui-this {
  color: #c59e66;
}
#offer .mui-card-header,
.effect #list .list {
  padding: 0;
}
#offer form,
.effect #list {
  background: 0 0;
}
#offer form .red,
.effdetail .design form .red {
  position: absolute;
  top: 10px;
  right: 5px;
  color: red;
}
#team .mui-input-group .phone,
.effdetail .mui-input-group .phone {
  float: left;
  padding-left: 5px;
  width: 70%;
  height: 40px;
}
#brand .mui-row > div,
.designer #list .list li .tea .mui-slider-group .mui-slider-item {
  padding: 5px;
}
#owners .mui-slider-group,
#teams .mui-slider-group,
.designer #list .list li .tea .mui-slider-group {
  width: 45%;
}
.effdetail .design form .phone,
.effdetail .design form input {
  margin: 0;
}
.desdetail .banner {
  overflow: hidden;
}
.desdetail .banner .user {
  margin-top: 100px;
  margin-left: 50px;
}
.desdetail .banner .user .name {
  color: #c69e67;
  font-size: 26px;
}
.desdetail .banner .user .post {
  margin: 0;
  color: #999;
  font-size: 14px;
}
.desdetail .detail {
  margin: -15px 15px 20px;
  padding: 25px 15px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.6);
}
.desdetail .detail .title {
  margin: 0;
  color: #333;
  text-align: center;
  font-size: 20px;
}
.desdetail .detail .img {
  margin: 0 0 20px;
  text-align: center;
}
.desdetail .detail .list {
  margin-bottom: 15px;
}
.desdetail .detail .list .btil {
  margin: 0;
  color: #c59e66;
  font-size: 16px;
  line-height: 26px;
}
.desdetail .detail .list .jies {
  margin: 0;
  padding-left: 20px;
  color: #999;
  text-align: justify;
  font-size: 16px;
  line-height: 26px;
}
.desdetail .detail .btn {
  text-align: center;
}
.desdetail .detail .btn button {
  padding: 0 15px;
  width: auto;
  border-radius: 15px;
  background: #d2b287;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}
.desdetail .swiper {
  margin: 0 15px 30px;
  padding: 20px 0;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.5);
}
.desdetail .swiper > p {
  margin: 5px;
  color: #333;
  text-align: center;
  font-size: 16px;
}
.desdetail .swiper .tea .mui-slider-group {
  width: 45%;
}
.desdetail .swiper .tea .mui-slider-group .mui-slider-item {
  padding: 5px;
}
.desdetail .swiper .tea .mui-slider-group .mui-slider-item p {
  overflow: hidden;
  margin: 10px 0 0;
  color: #777;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 20px;
}
.desdetail .userlist {
  margin: 15px 15px 30px;
}
.desdetail .userlist .tui {
  position: relative;
  margin: 0 0 10px;
  color: #333;
  text-align: center;
  font-size: 16px;
}
.desdetail .userlist .tui:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25%;
  height: 1px;
  background: #ccc;
  content: "";
}
.desdetail .userlist .tui:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 25%;
  height: 1px;
  background: #ccc;
  content: "";
}
.desdetail .userlist ul {
  overflow: hidden;
  padding: 0;
}
.desdetail .userlist li {
  float: left;
  padding: 0 5px;
  width: 25%;
}
.desdetail .userlist li a {
  display: block;
}
.desdetail .userlist li a img {
  width: 100%;
  border-radius: 50%;
}
.desdetail .userlist li a p {
  color: #333;
  font-size: 14px;
}
.designsj .detail .img {
  margin: 5px 0 15px;
  color: #c69e67;
  font-size: 16px;
}
.designsj .detail > div {
  padding: 0 5px;
}
.designsj .detail > div input {
  margin-bottom: 5px;
  border-radius: 0;
  background: 0 0;
}
.designsj .detail > form > div.btn {
  margin: 5px 5px 0;
  background: #de5454;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}
.designsj .detail .desheight {
  position: relative;
  margin-top: 20px;
  height: 100px;
}
.designsj .detail .desheight .zhe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), #f3f3f3);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.1), #f3f3f3);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.1), #f3f3f3);
  background: linear-gradient(rgba(255, 255, 255, 0.1), #f3f3f3);
}
.designsj .detail .desheight .swiper-slide p {
  overflow: hidden;
  margin: 0;
  line-height: 25px;
}
.designsj .detail .desheight .swiper-slide p span {
  float: left;
  overflow: hidden;
  width: 25%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.designsj .userlist {
  margin-top: 30px;
}
.designsj .userlist .tea .mui-slider-group {
  width: 45%;
}
.designsj .userlist .tea .mui-slider-group .mui-slider-item {
  padding: 5px;
}
.designsj .userlist .tea .mui-slider-group .mui-slider-item p {
  overflow: hidden;
  margin: 10px 0 0;
  color: #777;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 20px;
}
.site .userlist ul {
  background: 0 0;
}
.site .userlist ul li {
  margin-bottom: 10px;
  width: 50%;
}
.site .userlist ul li .mush {
  position: absolute;
  top: -40px;
  right: -35px;
  border-color: transparent transparent #c79e68;
  border-style: solid;
  border-width: 40px;
  color: #fff;
  font-size: 14px;
  transform: rotate(45deg);
}
.site .userlist ul li .mush span {
  position: absolute;
  bottom: -35px;
  left: -12px;
  white-space: nowrap;
}
.site .userlist ul li p {
  overflow: hidden;
  color: #373737;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 32px;
}
.scene #list ul.list li {
  padding: 30px 15px 10px;
  text-align: left;
}
.scene #list ul.list li .title {
  margin: 0;
  color: #333;
  font-size: 18px;
  line-height: 28px;
}
.scene #list ul.list li .map {
  margin: 0;
  color: #c79e68;
  font-size: 15px;
  line-height: 30px;
}
.scene #list ul.list li .map span {
  color: #bbb;
}
.scene #list ul.list li .time {
  float: right;
  margin: 0;
  font-size: 15px;
  line-height: 40px;
}
.scene #list ul.list li .imgdeta {
  position: relative;
}
.scene #list ul.list li .imgdeta img {
  width: 100%;
  min-height: 200px;
}
.scene #list ul.list li .imgdeta button {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 0 20px;
  border: none;
  border-radius: 5px;
  background: #de5454;
  color: #fff;
  line-height: 30px;
}
.scene #list ul.list li .step {
  padding: 20px 5px 0;
}
.scene #list ul.list li .step .bgstep {
  height: 1px;
  background: #bbb;
}
.scene #list ul.list li .step .bgstep .xsstep {
  width: 0;
  height: 1px;
  background: #cba97b;
}
.scene #list ul.list li .step .rolist {
  position: relative;
  display: flex;
  justify-content: space-around;
}
.scene #list ul.list li .step .rolist > div {
  margin-top: -10px;
  background: #f3f3f3;
  text-align: center;
  font-size: 14px;
  flex-wrap: nowrap;
}
.scene #list ul.list li .step .rolist > div p {
  margin: 0;
}
.scene #list ul.list li .step .rolist > div .zhis {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: #bbb #bbb transparent transparent;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.scene #list ul.list li .step .rolist > div .zhis span {
  display: block;
  margin: 15% auto;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: #bbb;
}
.scene #list ul.list li .step .rolist .s_active .zhis {
  border-color: #cba97b #cba97b transparent transparent;
}
.scene #list ul.list li .step .rolist .s_active .zhis span {
  background: #cba97b;
}
.scene #list ul.list li .step .rolist .s_active p {
  color: #cba97b;
}
.scenedetail .banner {
  height: 235px;
  background: top / 100% 100% no-repeat;
}
.scenedetail .scedetail {
  margin: -70px 15px 0;
  padding: 15px;
  border-radius: 10px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), #fff);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.8), #fff);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.8), #fff);
  background: linear-gradient(rgba(255, 255, 255, 0.8), #fff);
}
.scenedetail .scedetail p {
  margin-bottom: 10px;
}
.scenedetail .scedetail .titles {
  overflow: hidden;
  margin: 0;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 30px;
}
.scenedetail .scedetail .yybtns {
  float: right;
  margin: 15px 0 0;
  padding: 5px 15px;
  border-radius: 10px;
  background: #de5454;
  color: #fff;
}
.scenedetail .scedetail .stes {
  margin: 0;
}
.scenedetail .userlist {
  padding: 20px 15px 0;
}
.scenedetail .userlist .tui {
  position: relative;
  margin: 0 0 10px;
  color: #333;
  text-align: center;
  font-size: 16px;
}
.scenedetail .userlist .tui:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25%;
  height: 1px;
  background: #ccc;
  content: "";
}
.scenedetail .userlist .tui:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 25%;
  height: 1px;
  background: #ccc;
  content: "";
}
.scenedetail .userlist > div {
  padding: 10px 0;
  color: #868686;
  text-align: justify;
}
.scenedetail .userlist > div p {
  margin: 0;
  padding: 5px 10px;
}
.scenedetail .userlist > div img {
  margin: 5px 0;
  width: 100%;
}
.scenedetail .userlist .give {
  margin: 10px auto 0;
  padding: 5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #de5454;
  color: #fff;
  line-height: 25px;
}
.scenedetail .userlist .give span {
  display: block;
  text-align: center;
}
.scenedetail .step {
  padding: 20px 5px 0;
}
.scenedetail .step .bgstep {
  height: 1px;
  background: #bbb;
}
.scenedetail .step .bgstep .xsstep {
  width: 0;
  height: 1px;
  background: #cba97b;
}
.scenedetail .step .rolist {
  position: relative;
  display: flex;
  justify-content: space-around;
}
.scenedetail .step .rolist > div {
  margin-top: -10px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  flex-wrap: nowrap;
}
.scenedetail .step .rolist > div p {
  margin: 0;
}
.scenedetail .step .rolist > div .zhis {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: #bbb #bbb transparent transparent;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.scenedetail .step .rolist > div .zhis span {
  display: block;
  margin: 15% auto;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: #bbb;
}
.scenedetail .step .rolist .s_active .zhis {
  border-color: #cba97b #cba97b transparent transparent;
}
.scenedetail .step .rolist .s_active .zhis span {
  background: #cba97b;
}
.scenedetail .step .rolist .s_active p {
  color: #cba97b;
}
.story #list ul.list li {
  padding: 30px 0 15px;
}
.story #list ul.list li .tleft {
  padding-left: 10px;
}
.story #list ul.list li .tleft .titles {
  overflow: hidden;
  margin: 0;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 40px;
}
.story #list ul.list li .tleft .times {
  margin: 0;
  line-height: 24px;
}
.story #list ul.list li .brig {
  padding-right: 10px;
  border-radius: 50%;
}
.story #list ul.list li .detaimg {
  margin: 10px 0;
  width: 100%;
}
.story #list ul.list li .detatext {
  overflow: hidden;
  padding: 0 15px;
  height: 40px;
}
.story #list ul.list li .detatext .text {
  text-align: justify;
  line-height: 20px;
}
.story #list ul.list li .cak {
  display: block;
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
  color: #cba97a;
  text-align: right;
  font-size: 14px;
}
.story #list ul.list li .dzorsc {
  margin: 0;
  text-align: center;
}
.story #list ul.list li .dzorsc span {
  margin-left: 10px;
}
.news .list li {
  margin: 0 15px 15px;
  border-radius: 10px;
}
.storydetail .banner {
  height: 190px;
  background: center / cover no-repeat;
}
.storydetail .stdetail {
  padding: 20px 15px;
}
.storydetail .stdetail .titles {
  margin: 0;
  color: #333;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
}
.storydetail .stdetail .names {
  margin: 0;
  text-align: center;
  line-height: 24px;
}
.storydetail .stdetail .rows {
  padding: 10px 0;
}
.storydetail .stdetail .rows p {
  margin: 10px 5px;
  text-align: justify;
  line-height: 24px;
}
.storydetail .stdetail .rows img {
  margin: 5px 0;
  width: 100%;
}
.storydetail .stdetail .give {
  margin: 10px auto 0;
  padding: 5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #de5454;
  color: #fff;
  line-height: 25px;
}
.storydetail .stdetail .give span {
  display: block;
  text-align: center;
}
.raw #material {
  padding: 10px;
  border-radius: 0;
  background: 0 0;
  box-shadow: none;
}
.raw #material .mui-slider-group {
  margin-top: 10px;
  background: 0 0;
}
.raw #material .mui-slider-group ul {
  background: 0 0;
}
.raw #material .mui-slider-group ul li {
  margin-bottom: 10px;
  border-radius: 0;
}
.raw #material .mui-slider-group ul li a {
  margin: 0;
  padding: 0;
}
.raw #material .mui-slider-group ul li a img {
  width: 100%;
}
.raw #material .mui-slider-group ul li a .title {
  overflow: hidden;
  margin-bottom: 2px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.rawdetail .rawrow {
  padding: 15px;
}
.rawdetail .rawrow .pagtext {
  padding: 30px 20px;
  border-radius: 5px;
  background: #f3f3f3;
}
.rawdetail .rawrow .pagtext img {
  float: right;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.rawdetail .rawrow .pagtext p {
  margin: 0;
  color: #666;
  white-space: pre-line;
  font-size: 16px;
  line-height: 30px;
}
.rawdetail .rawrow .pagtext p span {
  color: #333;
}
.rawdetail .rawrow .detatext {
  margin: 30px 0 10px;
  text-align: center;
}
.rawdetail .rawrow .detatext .title {
  margin-bottom: -10px;
  color: #bb8e4d;
  font-size: 22px;
  line-height: 34px;
}
.rawdetail .rawrow .detatext .detext p {
  margin: 10px 2px;
  color: #777;
  text-align: justify;
  font-size: 15px;
  line-height: 24px;
}
.rawdetail .rawrow .detatext .detext img {
  margin: 5px 0;
  width: 100%;
}
.condetail {
  padding: 20px 10px;
}
.condetail p {
  color: #666;
  font-size: 15px;
  line-height: 24px;
}
.condetail .titles {
  margin: 0;
  color: #333;
  font-size: 20px;
  line-height: 42px;
}
.condetail .xdetail {
  margin: 0;
}
.condetail #map {
  margin: 15px 0;
  min-height: 260px;
}
.condetail .setcny {
  overflow: hidden;
  margin: 15px 0 10px;
  background: 0 0;
}
.condetail .setcny:after,
.condetail .setcny:before {
  height: 0;
}
.condetail .mui-input-group .phone {
  float: left;
  width: 65%;
}
.condetail .mui-input-group .phone input {
  padding: 0 10px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  line-height: 40px;
}
.condetail .mui-input-group .btn {
  float: left;
  width: 35%;
  background: #c79e68;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}
.aus {
  padding: 20px 0 0;
}
.aus .abtops {
  position: relative;
  overflow: hidden;
  padding: 10px 10px 0;
}
.aus .abtops p {
  position: absolute;
  top: 10px;
  right: 10px;
  float: right;
  padding: 20px 15px;
  background: rgba(35, 35, 35, 0.8);
  color: #c69e67;
  font-size: 22px;
  line-height: 30px;
}
.aus .abtops p span {
  display: block;
  color: #bbb;
  font-size: 16px;
}
.aus .abtops img {
  display: block;
  margin-top: 30px;
  width: 75%;
}
.aus .brief {
  padding: 20px 20px 30px;
}
.aus .brief p {
  color: #666;
  text-align: justify;
  font-size: 15px;
  line-height: 25px;
  transition: all 0.3s;
}
.aus .brief .max200 {
  overflow: hidden;
  height: 200px;
}
.aus .brief .btn {
  margin: 20px auto 0;
  width: 45%;
  border: 1px solid #ccc;
  background: #eee;
  color: #888;
  text-align: center;
  line-height: 40px;
}
.aus .bosstask {
  padding: 20px;
  background: #1f1f1f;
  text-align: center;
}
.aus .bosstask .titlws {
  margin: 0;
  color: #c69e67;
  font-size: 22px;
  line-height: 36px;
}
.aus .bosstask .entil {
  color: #999;
  font-size: 14px;
}
.aus .bosstask img {
  margin: 5px 0 25px;
  width: 50%;
  border-radius: 50%;
}
.aus .bosstask .bostak {
  color: #999;
  text-align: justify;
  line-height: 24px;
}
.aus .tyeffects {
  padding: 25px 10px 0;
}
.aus .tyeffects .titles {
  position: relative;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
  font-size: 26px;
  line-height: 40px;
}
.aus .tyeffects .titles:after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5%;
  width: 10%;
  height: 1px;
  background: #333;
  content: " ";
}
.aus .qiye .w5 {
  width: 48.5%;
}
.aus .qiye .csr {
  margin-right: 3%;
}
.aus .qiye .w10 {
  margin-bottom: 15px!important;
  width: 100%;
}
.aus .qiye .lies {
  float: left;
  margin-bottom: 10px;
  padding: 20px 15px;
  border-radius: 10px;
  background: #f3f3f3;
  text-align: center;
  line-height: 26px;
}
.aus .qiye .lies .tes {
  color: #c79e68;
  text-align: center;
  font-size: 16px;
}
.aus .qiye .lies .nomar {
  margin-bottom: 0;
  text-align: justify;
}
.aus .qiye .lies .pres {
  white-space: pre-line;
}
.aus .qyyoushi .btiles {
  position: relative;
  background: #1f1f1f;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 60px;
}
.aus .qyyoushi .btiles:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-color: #1f1f1f transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  content: "";
}
.aus .qyyoushi .qylist {
  padding: 20px 10px 0;
}
.aus .qyyoushi .qylist .lies:nth-child(odd) {
  margin-right: 3%;
}
.aus .qyyoushi .qylist .lies span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  width: auto;
  border: 1px solid #c79e68;
  border-radius: 50%;
  color: #c79e68;
  font-size: 24px;
}
.aus .qyyoushi .qylist .lies .nomar {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.aus .qyhuanjing .ordimg .ma6 {
  float: left;
  margin-right: 2%;
  width: 52.5%;
}
.aus .qyhuanjing .ordimg .ma4 {
  float: left;
  width: 45.5%;
}
.aus .qyhuanjing .ordimg img {
  margin-bottom: 5px;
  width: 100%;
}
.aus .rhjiangxiang ul {
  padding: 0;
}
.aus .rhjiangxiang ul li {
  display: flex;
  overflow: hidden;
  margin-bottom: 10px;
  background: #ceab7d;
  align-items: center;
}
.aus .rhjiangxiang ul li span {
  float: left;
  width: 15%;
  height: 100%;
  color: #fff;
  font-size: 26px;
  justify-content: center;
}
.aus .rhjiangxiang ul li .text {
  float: left;
  display: flex;
  margin: 0;
  padding: 10px 15px;
  width: 85%;
  height: 60px;
  background: #f3f3f3;
  color: #666;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
}
.aus .botimg {
  margin-top: 25px;
  text-align: center;
}
.aus .botimg img {
  width: 60%;
}
@-webkit-keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounce-in-down {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes fadeInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-down {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.bounce-out-up {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeOutUp {
  20% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  20% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.opener {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2019;
  background: rgba(0, 0, 0, 0.5);
}
.opener .muier {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2020;
  margin-top: -180px;
  margin-left: -150px;
  width: 300px;
  height: 360px;
}
.opener .muier .stmform {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
}
.opener .muier .stmform > div {
  position: relative;
}
.opener .muier .stmform > div input {
  margin-bottom: 10px;
  border-radius: 10px;
}
.opener .muier .stmform > div .res {
  position: absolute;
  top: 13px;
  right: 10px;
  color: red;
}
.opener .muier .stmform > div.btnser {
  border-radius: 10px;
  background: -webkit-linear-gradient(left, #f1c196, #d49864);
  background: -o-linear-gradient(left, #f1c196, #d49864);
  background: -moz-linear-gradient(left, #f1c196, #d49864);
  background: linear-gradient(left, #f1c196, #d49864);
  color: #333;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}
.opener .muier .stmform .bomer {
  margin: 10px 0 0;
  text-align: center;
}
.opener .muixl {
  background: url(../img/a_r1_c1.png) top / 100% 100% no-repeat;
}
.opener .muixs {
  background: url(../img/a_r1_c2.png) top / 100% 100% no-repeat;
}
.mui-toast-container {
  top: 40%;
}
.germany .banner {
  height: 300px;
}
.germany .balrd {
  position: relative;
}
.germany .balrd img {
  width: 100%;
  display: block;
}
.germany .list1 ul {
  position: absolute;
  top: 58%;
  padding: 0 5%;
  margin: 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.germany .list1 ul li {
  width: 33.33%;
  padding: 5px 10px 8%;
  box-sizing: border-box;
}
.germany .list1 ul li p {
  margin: 0;
  text-align: center;
}
.germany .list1 ul li p.title {
  font-size: 14px;
  font-weight: bold;
  color: #bf9b6b;
}
.germany .list1 ul li p.text {
  font-size: 13px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.germany .list2 ul {
  position: absolute;
  bottom: 5%;
  padding: 0 3% 0 5%;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space- between;
  flex-wrap: wrap;
}
.germany .list2 ul li {
  width: 33.33%;
  box-sizing: border-box;
}
.germany .list2 ul li p {
  margin: 0;
  text-align: center;
  font-size: 13px;
  color: #000;
}
.germany .list3 {
  color: #354554;
}
.germany .list3 .titles {
  position: absolute;
  top: 5%;
  font-size: 20px;
  left: 15%;
  font-weight: bold;
}
.germany .list3 .texts {
  position: absolute;
  top: 26%;
  font-size: 13px;
  width: 75%;
  left: 15%;
  line-height: 17px;
}
.germany .list6 .orlist {
  position: absolute;
  width: 100%;
  display: flex;
  padding: 0 5%;
}
.germany .list6 .orlist .flex {
  width: 50%;
}
.germany .list6 .orlist .flex p {
  margin: 0;
  text-align: justify;
  padding: 0 5px;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
}
.germany .list6 .orlist .flex p.title {
  color: #ed8000;
}
.germany .list6 .orlist .flex p.text {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.germany .list6 .listo1 {
  top: 32.7%;
}
.germany .list6 .listo2 {
  top: 52.7%;
}
.germany .list6 .listo3 {
  top: 72.7%;
}
.germany .list6 .listo4 {
  top: 92.7%;
}
.germany .list4 .ordyj {
  position: absolute;
  top: 35%;
  left: 15%;
  width: 75%;
  font-size: 16px;
  color: #cccccc;
}
@media screen and (max-width: 400px) {
  .germany .list1 ul li p.text {
    -webkit-line-clamp: 3;
  }
  .germany .list2 ul {
    bottom: 0;
  }
  .germany .list4 .ordyj {
    top: 32%;
  }
}
@media screen and (max-width: 320px) {
  .germany .list1 ul li p.text {
    -webkit-line-clamp: 2;
  }
  .germany .list3 .texts {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .germany .list4 .ordyj {
    top: 34%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .germany .list6 .orlist .flex p.text {
    -webkit-line-clamp: 1;
  }
}
#next_pre_page a {
  background-color: #3F3F3F;
  border-radius: 5px;
  padding: 3px 8px;
  color: #fff;
}
ul.pagination li,
ul.pager li:first-child {
  float: left;
  width: 49%;
}
ul.pager {
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
}
ul.pager li:last-child {
  float: right;
  width: 49%;
}
ul.pagination li a,
ul.pager li a,
ul.pager li.disabled {
  padding: 10px;
  background-color: #999;
  color: #eee;
  margin: 0 2px;
  display: block;
  line-height: normal;
  font-size: 15px;
}

#next_pre_page a:first-child{
	float:right;
}
#next_pre_page a:last-child{
	float:left;
}
