@charset "UTF-8";
/* 
*  公共样式 start
*/
[v-cloak] {
  display: none;
}

@keyframes livingJump {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.3);
  }
}

body {
  background: #F2F2F2;
}

.flex {
  display: flex;
}

.flex-center {
  align-items: center;
  justify-content: center;
}

.flex-h-center {
  justify-content: center;
}

.flex-v-center {
  align-items: center;
}

.padding-lr70 {
  padding-left: 70px;
  padding-right: 70px;
}

.no-style-input input {
  background: none;
  border: none;
}

.common-title {
  margin-bottom: 22px;
  padding: 0 70px;
  font-size: 26px;
  color: #333333;
}

.common-title-more {
  margin-bottom: 22px;
  padding: 0 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.common-title-more .common-title {
  padding: 0;
  margin-bottom: 0;
}

.common-title-more .more-btn {
  font-size: 14px;
  color: #666;
}

.common-title-more .more-btn .iconfont {
  margin-left: 5px;
}

.el-dropdown-menu__item.is-disabled {
  color: #222222;
  font-weight: bold;
}

.mb20 {
  margin-bottom: 10px;
}

.mb50 {
  margin-bottom: 50px;
}

.h100 {
  height: 100px;
}

.mt10 {
  margin-top: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mt20 {
  margin-top: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mt30 {
  margin-top: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mt40 {
  margin-top: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mt50 {
  margin-top: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml60 {
  margin-left: 60px;
}

.translTop64 {
  transform: translateY(-64px);
  transition: all .3s ease-out;
}

.header {
  height: 388px;
  background: url("../images/header-bg.jpg");
  transition: all .25s ease-in;
}

.header .header-top {
  position: relative;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo-wrap {
  position: relative;
  z-index: 1;
}

.header .nav-ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
}

.header .nav-ul .nav-li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 52px;
  padding: 0 2px;
  height: 100%;
  color: #fff;
  opacity: .6;
}

.header .nav-ul .nav-li:last-child {
  margin-right: 0;
}

.header .nav-ul .nav-li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  display: none;
}

.header .nav-ul .nav-li.active {
  opacity: 1;
}

.header .nav-ul .nav-li.active::after {
  display: block;
}

.header .nav-ul .nav-li a {
  color: inherit;
}

.header .search-box {
  display: flex;
  justify-content: center;
}

.header .search-box .w760 {
  margin-top: 70px;
  width: 760px;
}

.header .search-box h3 {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #ffffff;
}

.search-wrap {
  margin-top: 30px;
  display: flex;
  align-items: center;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 13px 27px 0px rgba(0, 0, 0, 0.27);
  border-radius: 25px;
  border: solid 1px #ffffff;
}

.search-wrap .no-style-select {
  width: 80px;
}

.search-wrap .no-style-select .el-input input {
  background: none;
  border: none;
  font-size: 16px;
  color: #fff;
}

.search-wrap .no-style-select .el-input .el-input__icon {
  color: #fff;
  font-size: 18px;
}

.search-wrap .el-input {
  width: auto;
  flex: 1;
}

.search-wrap .el-input input {
  font-size: 16px;
  color: #fff;
}

.search-wrap .el-input .el-input__clear {
  color: #fff;
}

.search-wrap .search-btn {
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search-wrap .search-btn .iconfont {
  color: #fff;
  font-size: 26px;
}

.header-search {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s ease-in;
  transform: translateY(100%);
}

.header-search .search-wrap {
  margin-top: 0;
  width: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);
}

.header-search .no-style-select .el-input input {
  color: #333;
}

.header-search .no-style-select .el-input .el-input__icon {
  color: #333;
  font-size: 18px;
}

.header-search .el-input input {
  color: #333;
}

.header-search .el-input .el-input__clear {
  color: #333;
}

.header-search .search-btn .iconfont {
  color: #333;
}

.translTop0 {
  transform: translateY(0);
  transition: all .3s ease-out;
}

.header-login {
  position: relative;
  z-index: 1;
}

.header-login .login-btn {
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}

.header-login .user-box {
  display: flex;
  align-items: center;
}

.header-login .user-box .user-avatr {
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: solid 1px #b5d2fc;
  cursor: pointer;
}

.header-login .user-box .user-avatr img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-login .user-box .user-name {
  margin-left: 10px;
  color: #fff;
}

.footer {
  padding: 50px 196px;
  background: #222;
  display: flex;
}

@media screen and (max-width: 1400px) {
  .footer {
    padding: 50px 100px;
  }
}

.footer .footer-left {
  display: flex;
  margin-right: 30px;
}

.footer .footer-left .weixin-code {
  margin-right: 30px;
  text-align: center;
}

.footer .footer-left .weixin-code:last-child {
  margin-right: 0;
}

.footer .footer-left .weixin-code img {
  width: 84px;
  height: 84px;
}

.footer .footer-left .weixin-code .code-text {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}

.footer .footer-center {
  margin-right: 60px;
}

.footer .footer-center dl {
  color: #818181;
}

.footer .footer-center dl:last-child {
  margin-top: 48px;
}

.footer .footer-center dl dt {
  font-size: 14px;
}

.footer .footer-center dl dd {
  margin-top: 10px;
  font-size: 24px;
  word-break: keep-all;
}

.footer .footer-right {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.footer .footer-right .footer-common-ul li {
  margin-bottom: 24px;
  font-size: 14px;
  color: #5a5a5a;
}

.footer .footer-right .footer-common-ul li:last-child {
  margin-bottom: 0;
}

.footer .footer-right .footer-ul li:first-child {
  color: #818181;
}

.common-case-ul {
  padding: 0 70px;
  display: flex;
  flex-wrap: wrap;
}

.common-case-ul .common-case-li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc((100% - 80px) / 5);
  background: #fff;
  border-radius: 4px;
  transition: all .25s ease-in;
  overflow: hidden;
}

.common-case-ul .common-case-li:nth-child(5n) {
  margin-right: 0;
}

.common-case-ul .common-case-li:hover {
  transition: all .3s ease-out;
  transform: translateY(-8px);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
}

.common-case-ul .common-case-li .img-box {
  position: relative;
  padding-top: 60%;
  height: 0;
  overflow: hidden;
}

.common-case-ul .common-case-li .img-box .img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.common-case-ul .common-case-li .img-box .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.common-case-ul .common-case-li .img-box .case-video-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80px;
  height: 22px;
  line-height: 22px;
  background-image: linear-gradient(90deg, #54aff3 0%, #0078d1 100%);
  border-radius: 11px;
  text-align: center;
  font-size: 12px;
  color: #fefefe;
  transition: all .25s ease-in;
}

.common-case-ul .common-case-li .img-box .case-living-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 22px;
  line-height: 22px;
  background-image: linear-gradient(90deg, #dfdf4e 0%, #eea973 100%);
  border-radius: 11px;
  text-align: center;
  font-size: 12px;
  color: #333;
}

.common-case-ul .common-case-li .img-box .living-tag {
  position: absolute;
  top: 10px;
  left: 0;
  height: 22px;
  width: 90px;
  border-radius: 0 11px 11px 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-case-ul .common-case-li .img-box .living-tag .custom-living-icon {
  margin-right: 8px;
  font-size: 0;
}

.common-case-ul .common-case-li .img-box .living-tag .custom-living-icon span {
  margin-right: 3px;
  display: inline-block;
  height: 10px;
  width: 2px;
  background: #fff;
  transform-origin: bottom;
}

.common-case-ul .common-case-li .img-box .living-tag .custom-living-icon span:nth-child(1) {
  animation: livingJump .8s linear infinite alternate;
}

.common-case-ul .common-case-li .img-box .living-tag .custom-living-icon span:nth-child(2) {
  animation: livingJump .8s linear .3s infinite alternate;
}

.common-case-ul .common-case-li .img-box .living-tag .custom-living-icon span:nth-child(3) {
  animation: livingJump .8s linear .6s infinite alternate;
}

.common-case-ul .common-case-li .img-box .look-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 15px;
  padding-bottom: 13px;
  width: 100%;
  height: 66px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 10%, rgba(0, 0, 0, 0.5) 100%);
  transition: all .25s ease-in;
}

.common-case-ul .common-case-li .img-box .look-info .views-info {
  margin-right: 12px;
}

.common-case-ul .common-case-li .img-box .look-info .iconfont {
  margin-right: 4px;
  font-size: 18px;
}

.common-case-ul .common-case-li .img-box .mask-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all .25s ease-in;
}

.common-case-ul .common-case-li .img-box .mask-wrap .iconfont {
  font-size: 50px;
  color: #fff;
}

.common-case-ul .common-case-li .common-case-msg {
  padding: 20px 16px 18px;
}

.common-case-ul .common-case-li .common-case-msg .ellipse {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.common-case-ul .common-case-li .common-case-msg .issue-msg {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.common-case-ul .common-case-li .common-case-msg .issue-msg .author {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.common-case-ul .common-case-li .common-case-msg .issue-msg .author .avatar-wrap {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-case-ul .common-case-li .common-case-msg .issue-msg .author .avatar-wrap img {
  max-height: 100%;
  height: 100%;
  object-fit: cover;
}

.common-case-ul .common-case-li .common-case-msg .issue-msg .author .name {
  margin-left: 10px;
  font-size: 14px;
  color: #999999;
}

.common-case-ul .common-case-li .common-case-msg .issue-msg .issue-time {
  white-space: nowrap;
  font-size: 14px;
  color: #999999;
}

.common-case-ul .common-case-li .living-msg-box {
  height: 145px;
}

.common-case-ul .common-case-li .living-msg-box .living-h5 {
  position: relative;
  padding-right: 66px;
}

.common-case-ul .common-case-li .living-msg-box .living-h5 .living-num {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #999999;
}

.common-case-ul .common-case-li .living-msg-box .living-h5 .living-num .iconfont {
  margin-right: 5px;
  font-size: 18px;
}

.common-case-ul .common-case-li .living-msg-box .living-h5 .look-info {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #999999;
  display: flex;
}

.common-case-ul .common-case-li .living-msg-box .living-h5 .look-info .views-info {
  margin-right: 12px;
}

@media screen and (max-width: 1600px) {
  .common-case-ul .common-case-li .living-msg-box .living-h5 .look-info .views-info {
    display: none;
  }
}

.common-case-ul .common-case-li .living-msg-box .living-h5 .look-info .iconfont {
  margin-right: 4px;
  font-size: 18px;
}

.common-case-ul .common-case-li .living-msg-box .padding-r125 {
  padding-right: 125px;
}

@media screen and (max-width: 1600px) {
  .common-case-ul .common-case-li .living-msg-box .padding-r125 {
    padding-right: 66px;
  }
}

.common-case-ul .common-case-li .living-msg-box .ellipselist {
  margin-top: 8px;
  height: 44px;
  -webkit-line-clamp: 2;
  line-height: 22px;
  font-size: 16px;
  color: #c7c7c7;
}

.common-case-ul .common-case-li .living-msg-box .living-time {
  margin-top: 15px;
  font-size: 14px;
  color: #c7c7c7;
}

.common-case-ul .common-case-li .living-msg-box .issue-msg {
  margin-top: 12px;
}

.common-case-ul .common-case-li .living-msg-box .mt22 {
  margin-top: 22px;
}

.common-case-ul .common-case-li .height-auto {
  height: auto;
}

.common-case-ul .video-msg-box .img-box:hover .mask-wrap {
  visibility: visible;
  opacity: 1;
  transition: all .3s ease-out;
}

.common-case-ul .video-msg-box .img-box:hover .look-info {
  transform: translateY(100%);
  transition: all .3s ease-out;
}

.common-case-ul .video-msg-box .img-box:hover .case-video-tag {
  transform: translateY(-42px);
  transition: all .3s ease-out;
}

.common-case-ul .room-case-li .img-box:hover .room-desc {
  transform: translateY(0);
  transition: all .3s ease-out;
}

.common-case-ul .room-case-li .room-desc {
  position: absolute;
  bottom: 0;
  padding: 8px 10px;
  width: 100%;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.55);
  font-size: 14px;
  color: #ffffff;
  transform: translateY(110%);
  transition: all .25s ease-in;
}

.common-case-ul .room-case-li .room-desc .ellipselist {
  -webkit-line-clamp: 3;
  max-height: 48px;
}

.a-b-style {
  width: 86px;
  height: 26px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

.a-b-style .iconfont {
  margin-right: 6px;
  font-weight: bold;
}

.a-b-style.attention-btn {
  border: 1px solid #0d92f2;
  color: #0d92f2;
  transition: all .25s ease-in;
}

.a-b-style.attention-btn:hover {
  color: #fff;
  background: #0d92f2;
  transition: all .3s ease-out;
}

.a-b-style.c-attention-btn {
  color: #999999;
  background: #e7e7e7;
}

/* 
*  公共样式 end
*/
.login-header {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  background: #fff;
  box-shadow: 0px 4px 19px 2px rgba(30, 74, 95, 0.05);
  overflow: hidden;
}

.login-header .nav-ul {
  display: flex;
  transition: all .25s ease-in;
}

.login-header .nav-ul .nav-li {
  margin-right: 55px;
}

.login-header .nav-ul .nav-li:last-child {
  margin-right: 0;
}

.login-header .logo-wrap {
  position: relative;
  z-index: 9;
}

.login-header .login-search {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}

.login-header .login-search .sousuo {
  margin-right: 25px;
  font-size: 20px;
  cursor: pointer;
}

.login-header .login-search .login-btn {
  color: #222;
}

.login-header .login-btn {
  cursor: pointer;
}

.login-container {
  height: calc(100vh - 330px);
  background: url("../images/login_bg.jpg") no-repeat center;
  display: flex;
}

.login-container .login-left {
  padding-right: 9%;
  height: 100%;
  width: 46.8%;
  background: url("../images/white_bg.png") no-repeat center right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.login-container .login-left .login-section .nav-list {
  display: flex;
}

.login-container .login-left .login-section .nav-list .change-nav {
  position: relative;
  margin-right: 70px;
  padding-bottom: 20px;
  font-size: 18px;
  color: #aaa;
  cursor: pointer;
  transition: all .25s ease-in;
}

.login-container .login-left .login-section .nav-list .change-nav:last-child {
  margin-right: 0;
}

.login-container .login-left .login-section .nav-list .change-nav::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #222;
  transform: scaleX(0);
  transition: all .25s ease-in;
}

.login-container .login-left .login-section .nav-list .change-nav.active {
  transition: all .3s ease-out;
  color: #222;
}

.login-container .login-left .login-section .nav-list .change-nav.active::after {
  transform: scaleX(1);
}

.login-container .login-left .login-section .protocol {
  position: relative;
  margin-top: 26px;
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  color: #000000;
}

.login-container .login-left .login-section .protocol .protocol-text {
  margin-left: 6px;
}

.login-container .login-left .login-section .protocol .underline {
  text-decoration: underline;
}

.login-container .login-left .login-section .protocol .el-checkbox__inner {
  border-radius: 50%;
  border: 1px solid #222;
}

.login-container .login-left .login-section .protocol .el-checkbox__input.is-checked .el-checkbox__inner, .login-container .login-left .login-section .protocol .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #222;
}

.login-container .login-left .login-section .wechat-login {
  margin-top: 40px;
  text-align: center;
}

.login-container .login-left .login-section .wechat-login .we-title {
  margin-bottom: 20px;
  color: #aaa;
  font-size: 18px;
}

.login-container .login-left .login-section .wechat-login .iconfont {
  color: #3cb034;
  font-size: 44px;
  cursor: pointer;
}

.login-container .login-left .login-section .wechat-login .iconfont.disabled {
  cursor: not-allowed;
  color: #d7d6d6;
}

.login-container .login-right {
  padding-top: 4%;
  padding-left: 8%;
}

.input-form {
  margin-top: 40px;
  width: 380px;
}

.input-form .el-form-item {
  margin-bottom: 0;
}

.input-form .el-form-item__label {
  font-size: 16px;
  line-height: 54px;
}

.input-form .el-input {
  margin-bottom: 22px;
}

.input-form .el-input input {
  height: 54px;
  line-height: 54px;
}

.code-btn {
  width: 122px;
  height: 54px;
  line-height: 54px;
  background-color: #222222;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

.code-btn.count {
  background-color: #d7d6d6;
  cursor: not-allowed;
}

.common-btn {
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  border-radius: 8px;
}

.not-allow {
  background-color: #d7d6d6;
  cursor: not-allowed;
}

.primary-btn {
  background-color: #222222;
  cursor: pointer;
}

.choose-function {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.choose-function span {
  color: #222222;
  cursor: pointer;
}

.find-password {
  height: calc(100vh - 330px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.find-password .find-c {
  width: 988px;
  height: 80%;
  background-color: #ffffff;
  border-radius: 8px;
}

.find-password .find-c .find-header {
  padding: 0 30px;
  height: 15.5%;
  background-color: #222222;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  align-items: center;
}

.find-password .find-c .find-header .bread-wrap {
  font-size: 16px;
  color: #999;
}

.find-password .find-c .find-header .bread-wrap .breadcrumb.is-link {
  font-weight: normal;
  color: #fff;
  cursor: pointer;
}

.find-password .find-c .w60per {
  margin: 0 auto;
  width: 60%;
  height: 84.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.find-password .find-c .w60per .el-steps {
  width: 100%;
}

.find-sec.input-form {
  width: 60%;
}

.find-sec .input-form {
  width: 100%;
}

.find-sec .tip {
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 14px;
  color: #000;
  opacity: .5;
}

.find-sec .find-success-text {
  margin: 60px 0;
  color: #222222;
  opacity: 0.7;
}

.reset-height-form .code-btn, .reset-height-form .common-btn {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.register-form {
  margin-top: 20px;
  width: 380px;
}

.register-form .tip {
  margin-bottom: 15px;
  font-size: 14px;
  color: #888;
  line-height: 1.2;
}

.register-form .el-radio__input.is-checked .el-radio__inner {
  border-color: #222;
  background: #222;
}

.register-form .el-radio__input.is-checked + .el-radio__label {
  color: #606266;
}

.register-form .el-radio__inner:hover {
  border-color: #222;
}

.login-section {
  padding: 20px 0;
  padding-right: 20px;
  max-height: 100%;
  overflow-y: auto;
}

.login-section::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.login-section::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
}

.login-section::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #222;
  -webkit-border-radius: 6px;
}

.wx-login-wrap {
  padding: 30px 60px 40px;
  background: #fff;
  box-shadow: 0px 6px 10px 0px rgba(2, 12, 20, 0.13);
  border-radius: 10px;
}

.wx-login-wrap .wx-title {
  margin-bottom: 24px;
  font-size: 26px;
  color: #222222;
  text-align: center;
}

.wx-login-wrap .wx-code-wrap {
  position: relative;
  padding: 12px;
  margin: 0 auto;
  width: 150px;
  height: 150px;
}

.wx-login-wrap .wx-code-wrap .angle {
  position: absolute;
  width: 16px;
  height: 16px;
}

.wx-login-wrap .wx-code-wrap .angle.top-left {
  top: 0;
  left: 0;
  border-left: 2px solid #0d92f2;
  border-top: 2px solid #0d92f2;
}

.wx-login-wrap .wx-code-wrap .angle.top-right {
  top: 0;
  right: 0;
  border-right: 2px solid #0d92f2;
  border-top: 2px solid #0d92f2;
}

.wx-login-wrap .wx-code-wrap .angle.bottom-left {
  bottom: 0;
  left: 0;
  border-left: 2px solid #0d92f2;
  border-bottom: 2px solid #0d92f2;
}

.wx-login-wrap .wx-code-wrap .angle.bottom-right {
  bottom: 0;
  right: 0;
  border-right: 2px solid #0d92f2;
  border-bottom: 2px solid #0d92f2;
}

.wx-login-wrap .wx-code-wrap #wx_code {
  width: 100%;
  height: 100%;
}

.wx-login-wrap .wx-code-wrap #wx_code iframe {
  width: 100%;
  height: 100%;
}

.wx-login-wrap .wx-text {
  margin: 24px 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
}

.wx-login-wrap .wx-text .iconfont {
  margin-right: 8px;
  font-size: 24px;
  color: #3cb034;
}

.wx-login-wrap .phone-login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  height: 46px;
  background-color: #0d92f2;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}

.wx-login-wrap .phone-login .iconfont {
  transform: translateY(1px);
  margin-right: 8px;
  font-size: 20px;
}

.dialog-wxBinding {
  box-shadow: none;
}

.index-case {
  display: flex;
  justify-content: center;
  height: 326px;
  background: url("../images/case.jpg") no-repeat center;
}

.index-case .case-box {
  margin-top: 58px;
  margin-left: 120px;
  width: 864px;
}

.index-case .case-box .title {
  margin-bottom: 26px;
  font-size: 30px;
  color: #fefefe;
}

.index-case .case-box .content {
  font-size: 18px;
  line-height: 32px;
  color: #fefefe;
}

.el-pager li, .el-pagination .btn-next, .el-pagination .btn-prev, .el-pagination button:disabled {
  background: none;
}

.center-bg {
  position: relative;
  height: 250px;
  background: url("../images/center_bg.jpg") no-repeat center;
}

.center-bg .mask-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  padding-bottom: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
}

.center-bg .mask-box .line {
  margin: 0 88px;
  width: 1px;
  height: 32px;
  background: #fff;
  transform: translateY(-8px);
}

.center-bg .mask-box .unit-msg-item {
  text-align: center;
  color: #fff;
}

.center-bg .mask-box .unit-msg-item .text {
  margin-bottom: 12px;
  opacity: .6;
}

.center-bg .mask-box .unit-msg-item .count {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.center-bg .mask-box .mr306 {
  margin-right: 306px;
}

.unit-info-box {
  background: #fff;
  display: flex;
  justify-content: center;
}

.center-box {
  position: relative;
  padding-top: 60px;
  width: 600px;
  text-align: center;
}

.center-box .avatar-box {
  box-sizing: border-box;
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  padding: 5px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 10px #f1f1f1;
}

.center-box .avatar-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.center-box .username {
  margin-bottom: 15px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #222222;
}

.center-box .intro {
  line-height: 1.3;
  font-size: 14px;
  color: #222222;
}

.center-box .edit-btn {
  margin: 0 auto;
  margin-top: 20px;
  width: 142px;
  height: 40px;
  background-color: #0d92f2;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  color: #ffffff;
  cursor: pointer;
}

.center-box .edit-btn i {
  margin-right: 8px;
  font-size: 20px;
}

.center-box .cancel-btn {
  color: #999999;
  background: #e7e7e7;
}

.center-box .tab-ul {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.center-box .tab-ul .tab-li {
  position: relative;
  margin-right: 60px;
  padding-bottom: 22px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #222222;
  cursor: pointer;
}

.center-box .tab-ul .tab-li:last-child {
  margin-right: 0;
}

.center-box .tab-ul .tab-li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #408af4;
  display: none;
}

.center-box .tab-ul .tab-li.active {
  color: #408af4;
}

.center-box .tab-ul .tab-li.active::after {
  display: block;
}

.atten-ul {
  margin: 0 152px;
  padding: 0 30px;
  background: #fff;
}

.atten-ul .atten-li {
  padding: 25px 0;
  border-bottom: 2px solid #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.atten-ul .atten-li:last-child {
  border: none;
}

.atten-ul .atten-li .left {
  display: flex;
}

.atten-ul .atten-li .img-wrap {
  margin-right: 32px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.atten-ul .atten-li .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.atten-ul .atten-li .atten-text {
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.atten-ul .atten-li .atten-text .p1 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #000000;
}

.atten-ul .atten-li .atten-text .p2 {
  color: #888;
}

.edit-container {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
  width: 1440px;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 1440px) {
  .edit-container {
    width: 1300px;
  }
}

.edit-container .left-box {
  margin-right: 20px;
  padding: 35px 0 0;
  width: 280px;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(34, 34, 34, 0.08);
  border-radius: 4px;
}

.edit-container .left-box .custom-ul {
  margin-top: 60px;
}

.edit-container .left-box .custom-ul .custom-li {
  position: relative;
  padding: 8px 0;
  line-height: 44px;
  border-top: 1px solid #f1f1f1;
  text-align: center;
  cursor: pointer;
}

.edit-container .left-box .custom-ul .custom-li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 44px;
  background-color: #0d92f2;
  display: none;
}

.edit-container .left-box .custom-ul .custom-li.active::before {
  display: block;
}

.edit-container .avatar-name {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.edit-container .avatar-name .avatar-box {
  margin-bottom: 26px;
  height: 78px;
  width: 78px;
  border: solid 2px #b5d2fc;
  border-radius: 50%;
}

.edit-container .avatar-name .avatar-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.edit-container .avatar-name .nickname {
  padding: 0 20px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #222222;
}

.edit-container .right-box {
  flex: 1;
  padding: 60px 30px;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(34, 34, 34, 0.08);
  border-radius: 4px;
}

.edit-container .right-box .avatar-name .avatar-box {
  margin-bottom: 18px;
  width: 110px;
  height: 110px;
}

.edit-container .right-box .edit-center-box {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}

.edit-container .right-box .edit-center-box .center-input-box {
  width: 60%;
}

.edit-container .right-box .edit-center-box .el-input {
  margin-left: 20px;
  width: calc(100% - 20px);
}

.edit-container .right-box .edit-center-box .el-input__inner {
  border: none;
  background-color: #f4f5f7;
  border-radius: 8px;
}

.edit-container .right-box .edit-center-box .width100p_20 {
  margin-left: 20px;
  width: calc(100% - 20px);
  justify-content: space-between;
}

.edit-container .right-box .edit-center-box .btn-style {
  width: 88px;
  height: 40px;
  line-height: 40px;
  background-color: #f4f5f7;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.edit-container .right-box .edit-center-box .bind-btn {
  background-color: #0d92f2;
  color: #fff;
}

.edit-container .right-box .input-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #222222;
}

.edit-container .right-box .line {
  margin: 50px 0;
  height: 1px;
  background-color: #f1f1f1;
}

.edit-phone-dialog {
  margin: 0 auto;
  width: 300px;
}

.edit-phone-dialog .code-btn {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.play-container {
  padding: 60px 130px;
  background: #000;
}

.media-list-wrap {
  display: flex;
}

.media-list-wrap .left-box {
  flex: 1;
}

.media-list-wrap .right-box {
  width: 410px;
}

.media-list-wrap .title-wrap {
  box-sizing: border-box;
  padding: 15px 40px;
  background-color: #1a1b1f;
}

.media-list-wrap .title-wrap h1 {
  font-size: 28px;
  color: #ffffff;
}

.media-list-wrap .title-wrap .title-info {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #c7c7c7;
}

.media-list-wrap .title-wrap .left-info {
  font-size: 14px;
}

.media-list-wrap .title-wrap .left-info span:first-child {
  margin-right: 65px;
}

.media-list-wrap .title-wrap .right-info {
  position: relative;
  font-size: 16px;
}

.media-list-wrap .title-wrap .right-info .share-btn {
  cursor: pointer;
}

.media-list-wrap .title-wrap .right-info .iconfont {
  margin-right: 8px;
  font-size: 18px;
}

.media-list-wrap .title-wrap .right-info #share {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  transform: translateX(-50%);
  z-index: 2;
  padding: 4px 10px;
  white-space: nowrap;
  background: #fff;
  border-radius: 6px;
}

.media-list-wrap .title-wrap .right-info #share a {
  margin-right: 12px;
}

.media-list-wrap .title-wrap .right-info #share a:last-child {
  margin-right: 0;
}

.media-list-wrap .video-wrap {
  position: relative;
  height: 0;
  padding-top: 54.4%;
  overflow: hidden;
}

.media-list-wrap .video-wrap .real-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-list-wrap .video-wrap .fullScreen {
  position: fixed;
  z-index: 1000;
}

.media-list-wrap .custom-tool-wrap {
  padding: 25px 40px;
  height: 94px;
  background-color: #1a1b1f;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.media-list-wrap .custom-tool-wrap .left-tool {
  font-size: 20px;
  color: #ffffff;
}

.media-list-wrap .custom-tool-wrap .left-tool .tool-icon {
  margin-right: 40px;
  cursor: pointer;
}

.media-list-wrap .custom-tool-wrap .left-tool .tool-icon .iconfont {
  margin-right: 10px;
  font-size: 26px;
}

.media-list-wrap .custom-tool-wrap .left-tool .tool-icon .active {
  color: #ffc53d;
}

.media-list-wrap .custom-tool-wrap .mobile-views {
  padding: 12px 34px;
  background-color: #0d92f2;
  border-radius: 22px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}

.media-list-wrap .custom-tool-wrap .mobile-views-wrap {
  position: relative;
}

.media-list-wrap .custom-tool-wrap .mobile-views-wrap .qrcode-wrap {
  box-sizing: border-box;
  position: absolute;
  z-index: 11;
  top: 52px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 8px;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 6px;
}

.media-list-wrap .custom-tool-wrap .mobile-views-wrap #qrcode {
  width: 100%;
  height: 100%;
}

.media-list-wrap .custom-tool-wrap .mobile-views-wrap .logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  padding: 4px;
  background: #fff;
  border-radius: 3px;
}

.media-list-wrap .custom-tool-wrap .mobile-views-wrap .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.auth-info-wrap {
  padding: 18px 45px 16px 20px;
  background-color: #2e3139;
}

.auth-info-wrap .auth-info-flex {
  display: flex;
}

.auth-info-wrap .auth-info-flex .avatar-box {
  margin-right: 22px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
}

.auth-info-wrap .auth-info-flex .avatar-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.auth-info-wrap .auth-info-flex .auth-info-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.auth-info-wrap .auth-info-flex .auth-info-box .auth-name {
  font-size: 16px;
  color: #ffffff;
}

.auth-info-wrap .auth-info-flex .auth-info-box .attention-btn {
  background: #0d92f2;
  color: #fff;
}

.auth-info-wrap .auth-info-flex .auth-info-box .auth-icon-box {
  font-size: 14px;
  color: #fff;
}

.auth-info-wrap .auth-info-flex .auth-info-box .auth-icon-box .auth-icon {
  margin-right: 35px;
}

.auth-info-wrap .auth-info-flex .auth-info-box .auth-icon-box .auth-icon .iconfont {
  margin-right: 8px;
  font-size: 20px;
}

.auth-info-wrap .auth-signature {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
}

.auth-list-wrap {
  background: #282a31;
}

.auth-list-wrap .auth-list-title {
  padding: 0 20px;
  height: 60px;
  line-height: 58px;
  box-sizing: border-box;
  border-bottom: 1px solid #1a1c20;
  font-size: 20px;
  color: #fff;
}

.auth-list-ul {
  padding: 30px 20px;
  box-sizing: border-box;
  height: calc(100% - 60px);
  overflow-y: scroll;
}

.auth-list-ul::-webkit-scrollbar {
  width: 15px;
}

.auth-list-ul::-webkit-scrollbar-track-piece {
  background-color: #1c1d22;
}

.auth-list-ul::-webkit-scrollbar-thumb:vertical {
  background-color: #484b54;
}

.auth-list-ul .auth-list-li {
  margin-bottom: 30px;
}

.auth-list-ul .auth-list-li:last-child {
  margin-bottom: 0;
}

.auth-list-ul .auth-list-li a {
  display: flex;
}

.auth-list-ul .auth-list-li .video-poster {
  position: relative;
  margin-right: 8px;
  width: 180px;
  height: 104px;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}

.auth-list-ul .auth-list-li .video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.auth-list-ul .auth-list-li .video-poster .playing-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-list-ul .auth-list-li .video-info-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
}

.auth-list-ul .auth-list-li .video-info-box .title {
  font-size: 16px;
  line-height: 1.4;
}

.auth-list-ul .auth-list-li .video-info-box .play-info {
  display: flex;
  justify-content: space-between;
}

.auth-list-ul .auth-list-li .video-info-box .play-info .info-item {
  font-size: 14px;
}

.auth-list-ul .auth-list-li .video-info-box .play-info .info-item .color969798 {
  margin-left: 3px;
}

.auth-list-ul .no-data {
  color: #f1f1f1;
  text-align: center;
}

.color969798 {
  color: #969798;
}

#video-container {
  background: #000;
}

#video {
  width: 100%;
  height: 100%;
  display: none;
}

#video.normalVideo {
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 134px;
  background: url("../images/tip_play.png") no-repeat;
  background-size: contain;
  cursor: pointer;
}

.no-living {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 368px;
  height: 62px;
  background: rgba(13, 147, 242, 0.6);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
}

.no-living .iconfont {
  margin-right: 10px;
  font-size: 24px;
}

/*视频控制条样式*/
.control {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
  transform: translateY(calc(100% + 6px));
  transition: all .5s;
}

.show-control {
  transform: translateY(0);
}

.video-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 68px;
  background: rgba(0, 0, 0, 0.5);
}

.video-controls .play-time {
  display: flex;
  align-items: center;
}

.video-controls .play-time .iconfont {
  font-size: 24px;
  color: #fff;
}

.video-controls .play-time .video-time {
  margin-left: 20px;
  font-size: 14px;
  color: #fff;
}

.video-controls .volume-full {
  display: flex;
  align-items: center;
  color: #fff;
}

.video-controls .volume-full .volume-wrap {
  position: relative;
  margin-right: 40px;
}

.video-controls .volume-full .volume-wrap .iconfont {
  font-size: 28px;
}

.video-controls .volume-full .volume-wrap .volume-box {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 40px;
  z-index: 10;
  width: 48px;
}

.video-controls .volume-full .volume-wrap .volume-real-box {
  padding: 16px 0;
  height: 146px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.video-controls .volume-full .volume-wrap .volume-real-box .volume-num {
  font-size: 14px;
}

.video-controls .volume-full .volume-wrap .volume-real-box .volume-progress {
  position: relative;
  width: 6px;
  height: 90px;
  background-color: #646766;
  border-radius: 3px;
}

.video-controls .volume-full .volume-wrap .volume-real-box .volume-progress .volume-progress-active {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0d92f2;
  border-radius: 3px;
}

.video-controls .volume-full .volume-wrap .volume-real-box .volume-progress .volume-doit {
  position: absolute;
  bottom: 100%;
  left: -4px;
  margin-bottom: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.video-controls .volume-full .iconfont {
  font-size: 24px;
  cursor: pointer;
}

.coll span {
  position: relative;
  display: block;
  height: 8px;
  width: 100%;
}

.relative-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.coll .active-progress {
  z-index: 3;
  position: relative;
  width: 0%;
  background-color: #0d92f2;
  display: block;
  height: 100%;
  border-radius: 4px;
}

.coll .progress-doit {
  z-index: 4;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 12px;
  margin-top: -2px;
  cursor: pointer;
}

.coll .bg-progress {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  height: 8px;
}

.loading {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loading .living-loading {
  text-align: center;
}

.loading .living-loading .top {
  display: inline-block;
  font-size: .6rem;
  color: #fff;
  animation: rotate360 1.5s linear infinite;
}

.loading .living-loading p {
  margin-top: .1rem;
  color: #fff;
  font-size: .28rem;
}

.loading .will-loading {
  color: #fff;
}

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

.detail-intro {
  margin-top: 20px;
  padding: 0 40px;
  line-height: 1.4;
  font-size: 18px;
  color: #ffffff;
}

.banner {
  min-height: 600px;
}

.banner .contents {
  width: 1200px;
  margin: 30px auto;
  display: flex;
  align-items: flex-start;
}

.banner .contents .leftbox {
  width: 205px;
  background-color: #ffffff;
  margin-right: 30px;
  position: relative;
}

.banner .contents .leftbox .biankuang {
  width: 4px;
  height: 21px;
  background-color: #0071bc;
  position: absolute;
  left: 0;
  top: 26px;
  border-radius: 4px;
}

.banner .contents .leftbox p {
  height: 72px;
  line-height: 72px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
}

.banner .contents .leftbox a {
  display: block;
  position: relative;
  padding: 0 36px;
  color: #676767;
}

.banner .contents .leftbox a::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 21px;
  background-color: #0071bc;
  position: absolute;
  left: 0;
  top: 26px;
  border-radius: 4px;
  display: none;
}

.banner .contents .leftbox a.active {
  color: #0071bc;
}

.banner .contents .leftbox a.active::before {
  display: block;
}

.banner .contents .leftbox a:last-child p {
  border-bottom: 0;
}

.banner .contents .rightbox {
  width: 893px;
  padding-bottom: 40px;
  background-color: #ffffff;
}

.banner .contents .rightbox h2 {
  height: 72px;
  line-height: 72px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 20px;
  font-weight: bold;
  text-indent: 40px;
}

.banner .contents .rightbox p {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #202020;
  padding: 0 40px;
}

.banner .contents .rightbox .p1 {
  margin-top: 51px;
  margin-bottom: 30px;
  margin-right: 0;
}

.banner .contents .rightbox .lianxi {
  height: 122px;
  line-height: 122px;
  padding-left: 40px;
}

.banner .contents .rightbox .lianxi span {
  margin-right: 90px;
}

.banner .contents .rightbox .other {
  font-size: 20px;
  margin-bottom: 40px;
  border-top: 1px solid #e6e6e6;
  padding-top: 50px;
}

.banner .contents .rightbox .tupian {
  display: flex;
}

.banner .contents .rightbox .tupian .wechat-img {
  text-align: center;
}

.banner .contents .rightbox .tupian .wechat-img img {
  margin-bottom: 10px;
  width: 84px;
  height: 84px;
}

.banner .contents .rightbox .tupian .wechat-img:first-child {
  margin-right: 30px;
}

.banner .contents .rightbox .ps {
  line-height: 30px;
  letter-spacing: 0px;
  color: #202020;
  padding: 40px;
  margin-right: 0;
}

.banner .contents .rightbox ul {
  display: flex;
  flex-wrap: wrap;
}

.banner .contents .rightbox ul li {
  position: relative;
  margin-bottom: 20px;
  margin-right: 28px;
}

.banner .contents .rightbox ul li:nth-child(3n - 2) {
  margin-left: 36px;
}

.banner .contents .rightbox ul li p {
  padding: 0;
  width: 200px;
  line-height: 24px;
  color: #555252;
  position: absolute;
  top: 94px;
  left: 30px;
}

.banner .contents .rightbox ul li:hover {
  cursor: pointer;
  box-shadow: 1px;
  -moz-box-shadow: -1px 2px 20px rgba(150, 145, 145, 0.5);
  transition: all .2s ease-out;
  margin-top: -15px;
}

.test {
  border: 1px solid #ccc;
}

.drag-item {
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  position: relative;
  background: #ddd;
  margin-top: 20px;
}

.ghostClass {
  opacity: 1;
}

.bottom {
  width: 200px;
  height: 50px;
  position: relative;
  background: blue;
  top: 2px;
  left: 2px;
  transition: all .5s linear;
}

#map {
  height: 400px;
}
