@charset "UTF-8";

body {
  background-color: #fff;
}
.w1400{
  width: 1400px;
  position: relative;
  margin: 0 auto;
}
.uni-header-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  min-width: 1200px;
  height: 112px;
}

@media screen and (max-width: 1200px) {
  .uni-header-wrap {
    position: relative;
  }

  .uni-header-wrap-place {
    height: 0 !important;
  }
}

.uni-header-top {
  width: 100%;
  height: 32px;
  background-color: #DC0605;
  color: #fff;
}

.uni-header-top .header-top-centent {
  
  height: 100%;
  margin: 0 auto;
  margin-left: 40px;
  margin-right: 40px;
}

.uni-header-top .header-top-centent .header-left {
  font-size: 15px;
  padding: 6px 16px;
  line-height: 20px;
  color: #f9f9f9;
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/phone-icon.png");
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto auto;
  background-size: auto;
}

.uni-header-top .header-top-centent .header-right>a {
  display: block;
  padding-left: 26px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 2px;
  line-height: 20px;
  color: #fff;
  font-size: 13px;
  margin-left: 30px;
  text-decoration: none;
}
.uni-header-top .header-top-centent .header-right>a:hover{
  text-decoration: none;
}

.uni-header-top .header-top-centent .header-right>a.register{
  padding: 0;
  width: 34px;
  height: 20px;
  background: #DC0605;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  box-sizing: border-box;
  padding-bottom: 0;
  line-height: 20px;
  text-align: center;
  margin-top: 6px;
}
.uni-header-top .header-top-centent .header-right .personal{
  position: relative;
  display: block;
  display: block;
  padding-left: 26px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 2px;
  line-height: 20px;
  color: #fff;
  font-size: 13px;
  margin-left: 30px;
  cursor: pointer;
}
.uni-header-top .header-top-centent .header-right .personal-set-wrapper{
  width: 144px;
  padding-top:4px;
  position: absolute;
  z-index: 222;
  background: #FFFFFF;
  box-shadow: 0px 3px 46px 0px rgba(183,183,183,0.4);
  border-radius: 4px;
  top: 32px;
  left: -38px;
  display: none;
}
.uni-header-top .header-top-centent .header-right  .personal-set-wrapper  ul{
  position: relative;
}
.uni-header-top .header-top-centent .header-right  .personal-set-wrapper  ul::after{
  display:block;
  content:'';
  border-width:8px 8px 8px 8px;
  border-style:solid;
  border-color:transparent transparent #fff transparent;
  /* 定位 */
  position:absolute;
  left:62%;
  top:-18px;
}
.uni-header-top .header-top-centent .header-right  .personal-set-wrapper  ul li a{
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
}
.uni-header-top .header-top-centent .header-right  .personal-set-wrapper  ul li a:hover{
  background: #F5F5F5;
}


.uni-header-top .header-top-centent .header-right>a:hover {
  /*text-decoration: underline;*/
}

.uni-header-top .header-top-centent .header-right>a[href="javascript:;"]:hover,
.uni-header-top .header-top-centent .header-right>a[href="javascript:void(0);"]:hover {
  text-decoration: none;
}

.uni-header-top .header-top-centent .header-right .video {
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/icon_video.png");
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
}

.uni-header-top .header-top-centent .header-right .move {
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/icon_move.png");
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
}

.uni-header-top .header-top-centent .header-right .wechat {
  position: relative;
  padding-left: 28px;
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/wechat-icon.png");
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
}

.uni-header-top .header-top-centent .header-right .wechat .wechat-img{
  position: absolute;
  left: -60px;
  top: 42px;
  z-index: 999;
  width: 200px;
  height: 200px;
  background-color: #fff;
  display: none;
  box-shadow: 0 0  10px rgba(0,0,0,.3);
  display: none;
  padding: 10px;
  border-radius: 4px;
}
.uni-header-top .header-top-centent .header-right .wechat .wechat-img:after{
  content: '';
  position: absolute;
  left: 50%;
  top: -8px;
  margin-left: -4px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.uni-header-top .header-top-centent .header-right .wechat:hover .wechat-img{
  display: block;
}
.uni-header-top .header-top-centent .header-right .phone {
  position: relative;
  padding-left: 20px;
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/tell-icon.png");
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
}


.uni-header-top .header-top-centent .header-right .phone .web-img{
  position: absolute;
  left: -60px;
  top: 62px;
  z-index: 999;
  width: 200px;
  height: 200px;
  background-color: #fff;
  display: none;
  box-shadow: 0 0  10px rgba(0,0,0,.3);
  display: none;
  padding: 10px;
  border-radius: 4px;
}
.uni-header-top .header-top-centent .header-right .phone .web-img:after{
  content: '';
  position: absolute;
  left: 50%;
  top: -8px;
  margin-left: -4px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.uni-header-top .header-top-centent .header-right .phone:hover .web-img{
  display: block;
}
@media screen and (max-width: 1679px) {
  .uni-header-top .header-top-centent {
    min-width: 1200px;
    max-width: 1200px;
  }
}

.uni-header-contain {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.uni-header-contain .header-contain-centent {
  height: 80px;
  margin: 0 auto;
  margin-left: 40px;
  margin-right: 40px;
}

.uni-header-contain .header-contain-centent .header-logo {
  margin: 0;
  padding: 4px 0;
  margin-right: 76px;
}

.uni-header-contain .header-contain-centent .header-nav {
  height: 80px;
  line-height: 80px;
}

.uni-header-contain .header-contain-centent .header-nav .nav-box {
  position: relative;
}

.uni-header-contain .header-contain-centent .header-nav .nav-box:hover .nav-list {
  display: block;
}

.uni-header-contain .header-contain-centent .header-nav .nav-list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: auto;
  border: 1px solid #dcdcdc;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  display: none;
}

.uni-header-contain .header-contain-centent .header-nav .nav-list>a {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.uni-header-contain .header-contain-centent .header-nav .nav-list>a:last-child:after {
  display: none;
}

.uni-header-contain .header-contain-centent .header-nav .nav-list>a:after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  border-bottom: 1px solid #fff;
}

.uni-header-contain .header-contain-centent .header-nav .nav-list>a.curr,
.uni-header-contain .header-contain-centent .header-nav .nav-list>a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.uni-header-contain .header-contain-centent .header-nav .nav-list>a.curr:after,
.uni-header-contain .header-contain-centent .header-nav .nav-list>a:hover:after {
  display: none;
}

.uni-header-contain .header-contain-centent .header-nav .nav {
  position: relative;
  display: block;
  padding: 0 18px;
  font-size: 16px;
  color: #1c1c1c;
}

.uni-header-contain .header-contain-centent .header-nav .nav:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 26px;
  height: 3px;
  margin-left: -13px;
  background-color: #DC0605;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.uni-header-contain .header-contain-centent .header-nav .nav.curr:after,
.uni-header-contain .header-contain-centent .header-nav .nav:hover:after {
  opacity: 1;
}

.uni-header-contain .header-contain-centent .header-right {
  padding-top: 24px;
}

.uni-header-contain .header-contain-centent .header-search-box {
  width: 284px;
  height: 36px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #F2F2F2;
}

@media screen and (max-width: 1679px) {
  .uni-header-contain .header-contain-centent {
    min-width: 1200px;
    max-width: 1200px;
  }

  .uni-header-contain .header-contain-centent .header-logo {
    margin-right: 32px;
  }

  .uni-header-contain .header-contain-centent .header-search-box {
    width: 220px;
  }

  .uni-header-contain .header-contain-centent .nav {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

.header-search-box {
  position: relative;
}

.header-search-box .search-list-box {
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 2;
  width: 35%;
  height: 22px;
  line-height: 22px;
  border-right: 1px solid #E2DFDF;
  text-align: center;
  color: #333;
  cursor: pointer;
  font-size: 14px;
}

.header-search-box .search-list-box .icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.header-search-box .search-list-box .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/icon_btm.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
}

.header-search-box .search-list-box .search-list {
  position: absolute;
  left: 50%;
  top: 32px;
  width: 66px;
  margin-left: -33px;
  border: 1px solid #e9e9e9;
  padding: 4px 2px;
  background-color: #fff;
  display: none;
}

.header-search-box .search-list-box .search-list>li {
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #7f7f7f;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.header-search-box .search-list-box .search-list>li.curr,
.header-search-box .search-list-box .search-list>li:hover {
  background-color: #1a1a1a;
}

.header-search-box .search-input {
  position: relative;
  padding-left: 35%;
}

.header-search-box .search-input>input {
  width: 100%;
  height: 34px;
  padding-left: 8px;
  line-height: 40px;
  overflow: hidden;
  background-color: transparent;
  font-size: 14px;
}

.header-search-box .search-input .search-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 34px;
  cursor: pointer;
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/icon_search.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px;
  background-size: 16px;
}

.logo-box {
  display: block;
  height: 72px;
  max-width: 400px;
}

.logo-box .logo-img {
  /*width: auto;*/
}

.uni-header-wrap-place {
  height: 112px;
}

.uni-page-contain .uni-page {
  position: absolute;
  top: 146px;
  z-index: 9;
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.uni-page-contain .uni-page:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.uni-page-contain .uni-prev-page {
  left: -18px;
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/page_prev.png");
  background-position: 22px center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
}

.uni-page-contain .uni-next-page {
  right: -18px;
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/page_next.png");
  background-position: 9px center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
}

.uni-title {
  max-width: 1400px;
  padding-top: 20px;
  line-height: 60px;
  margin: 0 auto;
}

.uni-title .left {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: bold;
}

.uni-title .left .normal {
  font-weight: normal;
}

.uni-title .left .red {
  color: #DC0605;
  font-weight: normal;
  font-style: italic;
}

.uni-title .right {
  color: #434343;
  font-size: 14px;
}

.uni-title .right .more {
  color: #434343;
  padding: 0 20px;
  cursor: pointer;
}

.uni-title .right .more.last {
  padding-right: 0;
  font-style: italic;
}

.uni-title .right.right-nav {
  padding-top: 20px;
}

.uni-title .right .nav {
  margin-right: 30px;
  padding: 0 5px;
  height: 24px;
  line-height: 23px;
  text-align: center;
  font-size: 14px;
  color: #262626;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}

.uni-title .right .nav:last-child {
  margin-right: 0;
}

.uni-title .right .nav:hover,
.uni-title .right .nav.curr {
  background-color: #262626;
  color: #fff;
}

@media screen and (max-width: 1679px) {
  .uni-title {
    min-width: auto;
    max-width: 1200px;
  }
}

.uni-title1 {
  padding: 30px 0 16px;
}

.uni-look-detail {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.uni-look-detail:after {
  content: "> 查看详情 <";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 128px;
  height: 30px;
  margin-left: -64px;
  margin-top: -15px;
  line-height: 30px;
  border: 1px solid #a1a1a0;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.uni-look-detail:hover {
  opacity: 1;
}

.uni-aside-right {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 9998;
  width: 68px;
  font-size: 14px;
  text-align: center;
}

.uni-aside-right .aside-first {
  position: relative;
  width: 68px;
  height: 68px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #1c1c1c;
  cursor: pointer;
  margin-bottom: 5px;
  padding-top: 9px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.uni-aside-right .aside-first>img {
  margin: 0 auto;
}

.uni-aside-right .aside-first>span {
  line-height: 28px;
}

.uni-aside-right .aside-first:hover {
  background-color: white;
}

.uni-aside-right .aside-first:hover .aside-first-list {
  display: block;
}

.uni-aside-right .aside-first .aside-first-list {
  position: absolute;
  right: 68px;
  top: 0;
  width: 170px;
  padding: 3px 8px;
  border: 1px solid #4d4d4d;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
  display: none;
}

.uni-aside-right .aside-first .aside-first-list a {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #4d4d4d;
  color: #282828;
}

.uni-aside-right .aside-first .aside-first-list a:hover {
  color: #ff0000;
}

.uni-aside-right .aside-first .aside-first-list li:last-child a {
  border-bottom: none;
}

.uni-aside-right .aside-list {
  width: 68px;
  height: 68px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  margin-bottom: 5px;
  padding-top: 9px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.uni-aside-right .aside-list>img {
  margin: 0 auto;
}

.uni-aside-right .aside-list>span {
  line-height: 24px;
}

.uni-aside-right .aside-list.aside-list0 {
  padding-top: 12px;
}

.uni-aside-right .aside-list.aside-list1 {
  padding-top: 12px;
}

.uni-aside-right .aside-list.aside-list2 {
  padding-top: 11px;
}

.uni-aside-right .aside-list.aside-list3 {
  padding-top: 8px;
}

.uni-aside-right .aside-list:hover {
  background-color: black;
}

.uni-aside-right .aside-list:hover .aside-inner-list {
  display: block;
}

.uni-aside-right .aside-list .aside-inner-list {
  position: absolute;
  right: 68px;
  bottom: 73px;
  width: 170px;
  padding: 3px 8px 6px;
  border: 1px solid #4d4d4d;
  font-size: 14px;
  background-color: #fff;
  display: none;
}

.uni-aside-right .aside-list .aside-inner-list li {
  display: block;
  width: 100%;
  height: 33px;
  line-height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #4d4d4d;
  color: #282828;
}

.uni-aside-right .aside-list .aside-inner-list li:hover {
  color: #ff0000;
}

.uni-aside-right .aside-list .aside-inner-list li:last-child {
  border: none;
}

.uni-aside-right .aside-last {
  width: 68px;
  height: 68px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #1c1c1c;
  cursor: pointer;
  padding-top: 9px;
  border-bottom: 2px solid #1c1c1c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.uni-aside-right .aside-last>img {
  margin: 0 auto;
}

.uni-aside-right .aside-last>span {
  line-height: 28px;
}

.uni-aside-right .aside-last:hover {
  background-color: white;
}

.uni-aside-left-link {
  position: fixed;
  left: 20px;
  top: 240px;
  z-index: 9998;
  width: 90px;
  height: 68px;
  font-size: 14px;
  text-align: center;
}

.uni-aside-left-link .link-box {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 9px;
  color: #1a1a1a;
  cursor: pointer;
}

.uni-aside-left-link .link-box>i.link-icon {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/icon_aside_link1.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
  margin: 0 auto 6px;
}

.uni-aside-left-link .link-box>span {
  line-height: 1em;
}

.uni-aside-left-link:hover .link-box {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.uni-aside-left-link:hover .link-box>i.link-icon {
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/icon_aside_link0.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
}

.uni-aside-left-link:hover .link-list {
  display: block;
}

.uni-aside-left-link .link-list {
  width: 100%;
  border-top: 1px solid #9f9f9f;
  background-color: #7f7f7f;
  text-align: center;
  display: none;
}

.uni-aside-left-link .link-list .link-lis {
  height: 40px;
  line-height: 40px;
}

.uni-aside-left-link .link-list .link-lis:hover,
.uni-aside-left-link .link-list .link-lis.curr {
  background-color: #333;
}

.uni-aside-left-link .link-list .link-lis>a {
  color: #fff;
}

.uni-aside-left-gba {
  position: fixed;
  left: 20px;
  top: 340px;
  z-index: 9997;
  width: 90px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #7c5b5b;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 4px 6px;
}

.uni-aside-left-gba .gba-title {
  height: 60px;
  padding-top: 16px;
}

.uni-aside-left-gba .gba-title>span {
  line-height: 1em;
}

.uni-aside-left-gba .gba-title>img {
  margin: 8px auto 0;
}

.uni-aside-left-gba .gba-list {
  border: 1px solid #d9d9d9;
  background-color: #7f7f7f;
  padding-bottom: 8px;
}

.uni-aside-left-gba .gba-list .gba-lis {
  height: 38px;
  line-height: 38px;
}

.uni-aside-left-gba .gba-list .gba-lis>a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.uni-aside-left-gba .gba-list .gba-lis>a:after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  border-bottom: 1px solid #fff;
}

.uni-aside-left-gba .gba-list .gba-lis>a:hover,
.uni-aside-left-gba .gba-list .gba-lis>a.curr {
  background-color: #4a4a4a;
}

.uni-aside-left-gba .gba-list .gba-lis>a:hover:after,
.uni-aside-left-gba .gba-list .gba-lis>a.curr:after {
  border: none;
}

.uni-page-wrapper {
  width: 1400px;
  margin: 0 auto;
}

.uni-page-curr {
  padding: 15px 0;
  padding-left: 22px;
  line-height: 20px;
  font-size: 14px;
  color: #1c1c1c;
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/page_curr.png");
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
}

.uni-page-curr>a {
  color: #1c1c1c;
}

.uni-page-curr>a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1679px) {
  .uni-page-wrapper {
    min-width: 1200px;
    max-width: 1200px;
  }
}

.uni-laypage {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: inline-table;
  letter-spacing: -8px;
  word-spacing: -8px;
  margin-top: 70px;
}

.uni-laypage .laypage {
  display: inline-block;
  height: 32px;
  font-size: 14px;
  color: #e1e1e1;
  background-color: #2f2f2f;
  border: 1px solid #2f2f2f;
  padding: 0 16px;
  margin: 0 5px;
  letter-spacing: normal;
  word-spacing: normal;
}

.uni-laypage .laypage:hover,
.uni-laypage .laypage.curr {
  color: #656565;
  background-color: #fff;
  border-color: #dcdcdc;
}

.uni-twopage-title {
  position: relative;
  height: 72px;
  line-height: 72px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.uni-twopage-title:before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  padding-bottom: 1px;
  padding-left: 36px;
  background-color: #8d8d8d;
  vertical-align: middle;
  margin-right: 20px;
}

.uni-twopage-title:after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  padding-bottom: 1px;
  padding-left: 36px;
  background-color: #8d8d8d;
  vertical-align: middle;
  margin-left: 20px;
}

.uni-footer-wrapper {
  width: 100%;
  min-width: 1200px;
  background-color: #1c1c1c;
  margin: 0 auto;
}

.uni-footer-wrapper .uni-footer-contain {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 26px;
}

.uni-footer-wrapper .uni-footer-contain a {
  color: #fff;
}

.uni-footer-wrapper .uni-footer-contain a:hover {
  text-decoration: underline;
}
.footer-link-contain .footer-center{
  width: 800px;
  margin:0 auto;
}
.footer-link-contain {
  padding-bottom: 50px;
}

.footer-link-contain .footer-logo {
  width: 320px;
  padding-top: 75px;
}

.footer-link-contain .footer-logo img {
  margin: 0 auto;
}

.footer-link-contain .footer-project {
  width: 240px;
  padding-left: 20px;
}

.footer-link-contain .footer-project .footer-project-list {
  font-size: 14px;
  line-height: 32px;
}

.footer-link-contain .footer-link {
  width: 400px;
  padding-left: 20px;
}

.footer-link-contain .footer-link .footer-link-list {
  font-size: 14px;
  line-height: 32px;
}

.footer-link-contain .footer-link .footer-link-list>a {
  margin-right: 36px;
}

.footer-link-contain .title {
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: bold;
}

.footer-company-contain {
  text-align: center;
  color: #c6c6c6;
  font-size: 14px;
}

.footer-company-contain .footer-company {
  position: relative;
  height: 20px;
  line-height: 18px;
  padding-left: 15px;
  padding-right: 16px;
  color: #c6c6c6;
}

.footer-company-contain .footer-company:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #c6c6c6;
}

.footer-company-contain .footer-company:last-child:after {
  display: none;
}

.footer-company-contain .footer-head-company {
  line-height: 28px;
}

.zztj-a a{
  line-height: 34px;
  color: #c6c6c6;
  font-size: 14px;
}
.uni-footer-copyright {
  width: 100%;
  background-color: #000000;
}

.uni-footer-copyright .uni-footer-contain {
  width: 1000px;
  height: 34px;
  line-height: 34px;
  margin: 0 auto;
  color: #c6c6c6;
  text-align: center;
  font-size: 14px;
}

.uni-footer-copyright .uni-footer-contain>span {
  margin-right: 35px;
}
.hot-label-wrapper{
  padding-bottom: 60px;
}


.hot-label-wrapper .hot-title {
  font-size: 18px;
  color: #000;
  line-height: 1em;
  margin-top: 60px;
  margin-bottom: 14px;
  font-weight: bold;
}

.hot-label-wrapper .hot-label-contain {
  width: 60%;
}

.hot-label-wrapper .hot-label-contain .hot-label {
  display: inline-block;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  padding-right: 7px;
  margin-right: 17px;
  margin-top: 10px;
  background-color: #f0f0f0;
  font-size: 14px;
  color: #040000;
  vertical-align: middle;
}

.hot-label-wrapper .hot-label-contain .hot-label:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #f0f0f0;
}

.public-consult-contain {
  padding: 32px 24px;
  background: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/case_consult_bg.png") repeat left top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.public-consult-contain .public-consult-cap {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.public-consult-contain .public-consult-desc {
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  opacity: .7;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(250,250,250,.34);
  margin-bottom: 30px;
}

.public-consult-contain .public-consult-form .public-consult-inp {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 16px;
}

.public-consult-contain .public-consult-form .public-consult-inp span {
  padding-right: 8px;
}

.public-consult-contain .public-consult-form .public-consult-inp input {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: none;
  padding: 0 6px;
  color: #fff;
  font-size: 14px;
}

.public-consult-contain .public-consult-form .public-consult-btn {
  width: 210px;
  height: 36px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF3A8), to(#FDE638));
  background: -webkit-linear-gradient(bottom, #FFF3A8, #FDE638);
  background: -moz-linear-gradient(bottom, #FFF3A8, #FDE638);
  background: -o-linear-gradient(bottom, #FFF3A8, #FDE638);
  background: linear-gradient(0deg, #FFF3A8, #FDE638);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: 62px;
  color: #88423C;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.uni-video-list {
  margin-left: -1.85%;
}

.uni-video-list .uni-video-lis {
  width: 31.45%;
  margin-left: 1.85%;
  margin-bottom: 20px;
}

.uni-video-list .uni-video-lis .video-img {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
}

.uni-video-list .uni-video-lis .video-img:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  margin-top: -22px;
  background-color: rgba(0, 0, 0, 0.78);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/icon_video2.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
}
.uni-video-list .uni-video-lis .vr-img:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  margin-top: -22px;
  background-color: rgba(0, 0, 0, 0.78);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/icon_vr.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
}

.uni-video-list .uni-video-lis .video-img:hover>.uni-look-video {
  opacity: 1;
}

@media screen and (max-width: 1679px) {
  .uni-video-list .uni-video-lis .video-img {
    height: 160px;
  }
}

.uni-video-list .uni-video-lis .uni-video-info {
  position: relative;
  padding: 8px 12px 0;
  border-left: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  height: 93px;
}

.uni-video-list .uni-video-lis .uni-video-info .uni-video-cap {
  display: block;
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #1F1F1F;
}

.uni-video-list .uni-video-lis .uni-video-info .uni-video-price {
  padding-right: 48px;
  font-size: 12px;
  line-height: 20px;
  color: #646464;
}

.uni-video-list .uni-video-lis .uni-video-info .uni-video-price .red {
  color: #EC5058;
}

.uni-video-list .uni-video-lis .uni-video-info .uni-video-price .price {
  font-size: 16px;
}

.uni-video-list .uni-video-lis .uni-video-info .uni-video-desc {
  font-size: 12px;
  line-height: 24px;
  color: #9A9A9A;
  padding-right: 48px;
  margin-bottom: 10px;
}

.uni-video-list .uni-video-lis .uni-video-info .uni-video-more {
  position: absolute;
  right: 12px;
  bottom: 6px;
}

.uni-video-list .uni-video-lis .uni-video-info .uni-video-more>a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #1882E2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #1882E2;
  font-size: 12px;
}

.uni-video-list .uni-video-lis .uni-look-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.uni-house-list {
  margin-left: -3.2%;
}

.uni-house-list .uni-house-lis {
  width: 30%;
  margin-left: 3.2%;
  margin-bottom: 24px;
}

.uni-house-list .uni-label {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  -webkit-border-radius: 0px 0px 0px 4px;
  -moz-border-radius: 0px 0px 0px 4px;
  border-radius: 0px 0px 0px 4px;
  background-color: #0082F1;
  font-size: 16px;
  color: #fff;
}

.uni-house-list .house-img {
  position: relative;
  display: block;
  width: 100%;
  height: 210px;
}

.uni-house-list .house-img:hover>.look-detail {
  opacity: 1;
}

.uni-house-list .house-title {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-top: 20px;
  font-size: 16px;
  color: #1e1e1e;
}

.uni-house-list .house-attr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #cccccc;
  color: #636363;
  font-size: 13px;
}

.uni-house-list .house-attr .attr0 {
  padding-left: 20px;
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/house_icon_r0.png");
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
}

.uni-house-list .house-attr .attr1 {
  padding-left: 20px;
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/house_icon_r1.png");
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
}

.uni-house-list .house-attr .attr2 {
  padding-left: 20px;
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/house_icon_r2.png");
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
}

.uni-house-list .house-money {
  height: 50px;
  line-height: 50px;
  color: #2d2d2d;
  font-size: 16px;
}

.uni-house-list .house-money .money>span {
  font-weight: bold;
}

.uni-house-list .house-money .house-consult {
  color: #fff;
  font-size: 14px;
  background: #DC0605;
  height: 32px;
  width: 96px;
  text-align: center;
  line-height: 32px;
  margin-top: 9px;
  border-radius: 2px;
}
.uni-house-list .house-money .consult {
  color: #fff;
  font-size: 14px;
  background: #DC0605;
  height: 32px;
  width: 96px;
  text-align: center;
  line-height: 32px;
  margin-top: 9px;
  border-radius: 2px;
}

.public-other-container {
  width: 320px;
}

.public-other-container .public-advert {
  margin-bottom: 10px;
}

.public-other-container .other-contain {
  width: 100%;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.public-other-container .other-contain .title {
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: bold;
}

.public-other-container .other-contain .contain {
  padding: 10px 8px 0;
  background-color: #f0f0f0;
}

.public-other-container .other-contain .contain .uni-house-list {
  margin: 0;
}

.public-other-container .other-contain .contain .uni-house-lis {
  width: 100%;
  margin: 0;
}

.public-other-container .other-contain .contain .image {
  position: relative;
  width: 100%;
  height: 160px;
}

.public-other-container .other-contain .contain .caption {
  padding: 16px 0 12px;
  line-height: 16px;
  border-bottom: 1px solid #fff;
  text-align: left;
  font-size: 16px;
  color: #1e1e1e;
  margin-bottom: 16px;
  font-weight: bold;
}

.public-other-container .other-contain .contain .caption1 {
  border: none;
  margin-bottom: 0;
}

.public-other-container .other-contain .contain .list {
  line-height: 36px;
}

.public-other-container .other-contain .contain .list a {
  color: #2d2c2c;
  font-size: 14px;
}

.public-other-container .other-contain .contain .list a:hover {
  text-decoration: underline;
}

.public-other-container .other-contain .contain .list1 .activity-con {
  padding-top: 12px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #090204;
}

.public-other-container .other-contain .contain .list1 .activity-con:last-child {
  border-bottom: none;
}

.public-other-container .other-contain .contain .list1 .activity-label {
  width: 50px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  margin-right: 8px;
  white-space: nowrap;
}

.public-other-container .other-contain .contain .list1 .activity-label>a {
  display: block;
  background-color: #F28A1C;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 32px;
}

.public-other-container .other-contain .contain .list1 .activity-info {
  max-width: 77%;
}

.public-other-container .other-contain .contain .list1 a {
  display: block;
  line-height: 1em;
}

.public-other-container .other-contain .contain .list1 .date {
  display: block;
  line-height: 1em;
  font-size: 12px;
  color: #2d2c2c;
  font-style: normal;
  margin-top: 5px;
}

.public-other-container .other-contain .contain1 {
  padding: 26px 18px 40px;
  background-color: #f0f0f0;
}

.public-other-container .other-contain .contain1 .list {
  line-height: 30px;
}

.public-other-container .other-contain .contain1 .list a {
  color: #4c4c4c;
  font-size: 14px;
}

.public-other-container .other-contain .contain1 .list a:hover {
  text-decoration: underline;
}

.uni-consult-wrapper {
  width: 100%;
  height: auto;
  background-color: #F6F6F6;
}

.uni-consult-contain {
  padding-top: 56px;
  padding-bottom: 60px;
}

.uni-consult-contain .uni-consult-title {
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 14px;
}

.uni-consult-contain .uni-consult-title:before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  padding-bottom: 1px;
  padding-left: 36px;
  background-color: #8d8d8d;
  vertical-align: middle;
  margin-right: 36px;
}

.uni-consult-contain .uni-consult-title:after {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  padding-bottom: 1px;
  padding-left: 36px;
  background-color: #8d8d8d;
  vertical-align: middle;
  margin-left: 36px;
}

.uni-consult-contain .uni-consult-desc {
  line-height: 1em;
  text-align: center;
  font-size: 14px;
  color: #2D2C2C;
  margin-bottom: 28px;
}

.uni-consult-contain .uni-consult-input {
  height: 36px;
  line-height: 36px;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.uni-consult-contain .uni-consult-input .inp-contain {
  height: 100%;
}

.uni-consult-contain .uni-consult-input .inp-contain .inp-name {
  font-size: 14px;
  color: #262626;
}

.uni-consult-contain .uni-consult-input .inp-contain .inp {
  display: block;
  width: 230px;
  height: 100%;
  padding: 0 10px;
  border: 1px solid #DDDDDD;
  background: none;
}

@media screen and (max-width: 1679px) {
  .uni-consult-contain .uni-consult-input .inp-contain .inp {
    width: 170px;
    padding: 0 10px;
    border: 1px solid #DDDDDD;
    background: none;
  }
}

.uni-consult-contain .uni-consult-checkbox {
  font-size: 14px;
  color: #262626;
  line-height: 56px;
}

.uni-consult-contain .uni-consult-checkbox .checkbox-name {
  padding-top: 2px;
}

.uni-consult-contain .uni-consult-checkbox .checkbox-contain label {
  height: 36px;
  line-height: 36px;
  display: inline-block;
  width: 300px;
  vertical-align: middle;
}

@media screen and (max-width: 1679px) {
  .uni-consult-contain .uni-consult-checkbox .checkbox-contain label {
    width: 250px;
  }
}

.uni-consult-contain .uni-consult-btns {
  text-align: center;
  margin-top: 40px;
}

.uni-consult-contain .uni-consult-btns .btn {
  display: inline-block;
  width: 120px;
  height: 40px;
  border: 1px solid #262626;
  line-height: 38px;
  cursor: pointer;
  font-size: 16px;
  vertical-align: middle;
}

.uni-consult-contain .uni-consult-btns .submit-btn {
  margin-right: 34px;
  background-color: #262626;
  color: #ffffff;
}

.uni-consult-contain .uni-consult-btns .consult-btn {
  background-color: #ffffff;
  color: #262626;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.uni-cb-label {
  padding-left: 20px;
}

.uni-cb-label>input[type="checkbox"] {
  position: relative;
}

.uni-cb-label>input[type="checkbox"]:after {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -14px;
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/icon_cbinput.png");
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
}

.uni-cb-label>input[type="checkbox"]:checked:after {
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/icon_cbinput_on.png");
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
}

.uni-about-company-contain {
  display: none;
}

.uni-about-company-contain0 {
  display: block;
}

.uni-about-contain {
  padding-top: 5px;
}

.uni-about-contain .uni-about-cap {
  height: 64px;
  line-height: 64px;
  color: #1F1F1F;
  font-size: 18px;
  font-weight: bold;
}

.uni-about-contain .uni-about-cap>span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 4px;
}

.uni-about-contain .uni-about-nav {
  margin-bottom: 24px;
}

.uni-about-contain .uni-about-nav .nav {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  margin-right: 3px;
  font-size: 14px;
  color: #4A4949;
  cursor: pointer;
}

.uni-about-contain .uni-about-nav .nav:hover,
.uni-about-contain .uni-about-nav .nav.curr {
  background-color: #24211F;
  color: #fff;
}

.uni-about-contain .uni-about-company {
  height: 434px;
  margin-bottom: 40px;
}

.uni-about-contain .uni-about-company .uni-about-manage {
  width: 848px;
  height: 434px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
    padding-right: 30px;
}

.uni-about-contain .uni-about-company .uni-about-com {
  padding-left: 10px;

}

.uni-about-contain .uni-about-company .uni-about-com .com-large-img {
  width: 100%;
  height: 246px;
  margin-bottom: 10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.uni-about-contain .uni-about-company .uni-about-com .left,
.uni-about-contain .uni-about-company .uni-about-com .right {
  width: 49%;
  height: 178px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.uni-about-contain .uni-about-company .uni-about-address {
  width: 490px;
  font-size: 14px;
  line-height: 30px;
}

.uni-about-contain .uni-about-company .uni-about-address .address {
  padding-top: 24px;
  line-height: 28px;
  font-size: 14px;
  color: #010101;
}

.uni-about-contain .uni-about-company .uni-about-address .consult-contain {
  margin-top: 50px;
}

.uni-about-contain .uni-about-company .uni-about-address .consult-contain .consult-btn {
  width: 96px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #C4AE96;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  text-align: center;
  color: #BE9D67;
  font-size: 14px;
  cursor: pointer;
  margin-right: 20px;
}

@media screen and (max-width: 1679px) {
  .uni-about-contain .uni-about-company .uni-about-address {
    width: 420px;
  }
}

.uni-about-contain .uni-about-person {
  position: relative;
  margin: 0 -30px;
  padding: 0 20px;
  overflow: hidden;
}

.uni-about-contain .uni-about-person .uni-about-lis {
  height: 304px;
  overflow: hidden;
}

.uni-about-contain .uni-about-person .uni-about-lis li {
  width: 206px;
  height: 304px;
  margin: 0 10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
}

.uni-about-contain .uni-about-person .uni-about-lis li .headpoint {
  width: 100%;
  height: 148px;
}

.uni-about-contain .uni-about-person .uni-about-lis li .info {
  padding: 0 12px;
  text-align: center;
}

.uni-about-contain .uni-about-person .uni-about-lis li .name {
  height: 20px;
  line-height: 20px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #2D2C2C;
}

.uni-about-contain .uni-about-person .uni-about-lis li .rela {
  margin-top: 6px;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  font-weight: bold;
  color: #AA8B66;
}

.uni-about-contain .uni-about-person .uni-about-lis li .desc {
  margin: 10px 0;
  height: 36px;
  line-height: 18px;
  font-size: 12px;
  color: #999999;
}

.uni-about-contain .uni-about-person .uni-about-lis li .btn {
  display: block;
  width: 88px;
  height: 24px;
  border: 1px solid #C4AE96;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  line-height: 24px;
  margin: 0 auto;
  font-size: 12px;
  color: #BE9D67;
}

@media screen and (max-width: 1679px) {
  .uni-about-contain .uni-about-person .uni-about-lis {
    height: 270px;
  }

  .uni-about-contain .uni-about-person .uni-about-lis li {
    width: 172.5px;
    height: 270px;
  }

  .uni-about-contain .uni-about-person .uni-about-lis li .headpoint {
    height: 120px;
  }
}

.uni-about-contain .uni-about-person .uni-prev-page,
.uni-about-contain .uni-about-person .uni-next-page {
  top: 50%;
  margin-top: -18px;
}

.uni-must {
  font-size: 13px;
  color: #FF3B3C;
  font-style: normal;
}
/*公共空白页面*/
.uni-empty{
  width: 100%;
  height: 180px;
  background: #F0F0F0;
  border: 1px solid #DDDDDD;
  text-align: center;line-height: 180px;
  font-size: 16px;
  color: #999;
}
/*公共弹窗*/
.uni-buyer-popup{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}
.uni-buyer-popup .uni-buyer-popup-bg{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.uni-buyer-popup .uni-buyer-popup-contain{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 352px;
  height: auto;
  margin-left: -176px;
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-box-shadow: 1px 6px 29px 0px rgba(4, 2, 2, 0.2);
  -moz-box-shadow: 1px 6px 29px 0px rgba(4, 2, 2, 0.2);
  box-shadow: 1px 6px 29px 0px rgba(4, 2, 2, 0.2);
  border-radius: 2px;
  padding:0 24px 40px;
}
.uni-buyer-popup .uni-popup-cap{
  height: 96px;
  line-height: 96px;
  font-size: 16px;
  color: #262626;
  font-weight: bold;
}
.uni-buyer-popup .uni-popup-close{
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url(http://101.35.18.18:8777/shangao_pc_static/assets/images/icon_close.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
  cursor: pointer;
}
.uni-buyer-popup .uni-buyer-popup-contain .popup-input-contain{
  height: 36px;
  line-height: 36px;
  margin-bottom: 18px;
}
.uni-buyer-popup .uni-buyer-popup-contain .popup-inp-cap{
  width: 100px;
  text-align: right;
  color: #272727;
  font-size: 14px;
}
.uni-buyer-popup .uni-buyer-popup-contain .popup-inp{
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #DEDEDE
}
.uni-buyer-popup .uni-buyer-popup-contain .popup-btns{
  padding-left: 100px;
  margin-top: 8px;
  line-height: 40px;
  height: 40px;
  text-align: center;
}
.uni-buyer-popup .uni-buyer-popup-contain .popup-btns .submit{
  width: 100%;
  height: 40px;
  background: #DE0404;
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.uni-city-label{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 82px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 32px;
  text-align: right;
  color: #fff;
  font-size: 14px;
}
.uni-city-icon{
  padding-left: 16px;
  padding-bottom: 2px;
  margin-right: 4px;
  background: url('http://101.35.18.18:8777/shangao_pc_static/assets/images/city_label_icon.png') no-repeat center;
}

.uni-img-watermark{
  position: absolute;
  left: 10px;
  top: 0px;
  z-index: 3;
  height: 26px;
  line-height: 26px;
  color: white;
  font-size: 14px;
}
/*除了首页公共的获取验证码样式*/
.w-sendcode-contain{
  position: relative;
  width: 100%;
  height: auto;
}
.w-sendcode-btn{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding:0 10px;
  text-align: center;
  cursor: pointer;
  color: #4c86f1;
  font-size: 12px;
}
.w-sendcode-btn.count-down{
  color: #999;
}

.clear-space {
  white-space: normal;
}

.clear-space p {
  margin-bottom: 30px;
}