@charset "utf-8";
* {
  -webkit-appearance: none !important;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
html {
  line-height: 100%;
  font-size: 12px;
}
body {
  color: #333;
  background: #fff;
  cursor: default;
  -webkit-tap-highlight-color: transparent;
  font-family: Helvetica, tahoma, arial, \5FAE\8F6F\96C5\9ED1, sans-serif;
  height: 100%;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
html,
body {
  font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, arial, sans-serif;
  min-width: 1200px;
}
img {
  border: 0px;
  cursor: default;
  vertical-align: middle;
}
ul,
li,
ol {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
p {
  word-wrap: break-word;
}
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.none {
  display: none;
}
.hidden {
  overflow: hidden;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.clear {
  clear: both;
  content: '';
  display: block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
em,
i {
  font-style: normal;
}
a {
  text-decoration: none;
  color: #666;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
.ui-wrap {
  width: 1200px;
  margin: 0 auto;
}
.bg-gray {
  background-color: #f4f4f4;
}
.main-color-bg {
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
}
.trans-bg {
  transition: background-color 0.3s ease;
}
.trans-color {
  transition: color 0.3s ease;
}
.trans-width {
  transition: width 0.3s ease;
}
.trans-opacity {
  transition: opacity 0.3s ease;
}
.trans-trans {
  transition: transform 0.3s ease;
}
.trans-shadow {
  transition: box-shadow 0.3s ease;
}
.shadow {
  box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.shadow_deeper {
  box-shadow: 0 0 15px #ddd;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.ui-head {
  box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #eee;
}
.ui-head.fixed {
  position: fixed;
  width: 100%;
  top: -95px;
  left: 0;
  background-color: #fff;
  z-index: 999;
  border-bottom: 1px solid #eee;
  box-shadow: 0 0 15px #ddd;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transition: top 0.2s ease, opacity 0.2s ease;
  opacity: 0;
}
.ui-head.fixed.on {
  top: 0;
  opacity: 1;
}
.ui-head .ui-head-top {
  height: 46px;
  background-color: #f9f9f9;
  line-height: 46px;
  color: #999;
  font-size: 12px;
}
.ui-head .ui-head-top span {
  line-height: 1.1;
  margin-right: 10px;
}
.ui-head .ui-head-top span.b {
  color: #777;
}
.ui-head .ui-head-top span.hl {
  font-size: 14px;
  color: #e74b1a;
  font-weight: bold;
}
.ui-head .ui-head-top span.client-service {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  border: 1px solid #ccc;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  position: relative;
  transition: background-color 0.3s ease;
}
.ui-head .ui-head-top span.client-service:hover .hover-out {
  display: block;
}
.ui-head .ui-head-top span.client-service .hover-out {
  padding-top: 10px;
  display: none;
  position: absolute;
  width: 120px;
  left: 50%;
  margin-left: -60px;
  top: 25px;
  z-index: 999;
}
.ui-head .ui-head-top span.client-service .hover-out .hover-out-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.ui-head .ui-head-top span.client-service .hover-out .hover-out-box .img img {
  width: 100%;
}
.ui-head .ui-head-top span.client-service.qq {
  background-color: #4b8ada;
  border-color: #4b8ada;
}
.ui-head .ui-head-top span.client-service.qq a {
  color: #fff;
}
.ui-head .ui-head-top span.client-service.wechat {
  background-color: #19bc45;
  border-color: #19bc45;
}
.ui-head .ui-head-top span.client-service.wechat a {
  color: #fff;
}
.ui-head .ui-head-top span.client-service a {
  color: #999;
  display: block;
}
.ui-head .ui-head-top span.client-service a i {
  font-size: 16px;
}
.ui-head .ui-head-top .right span {
  margin-right: 3px;
  margin-left: 3px;
}
.ui-head .ui-head-top .right span.sep {
  margin: 0 5px;
}
.ui-head .ui-head-top .right span.login a {
  color: #e74b1a;
}
.ui-head .ui-head-top .right span.login a:hover {
  color: #f19476;
}
.ui-head .ui-head-top .right span a:hover {
  color: #f19476;
}
.ui-head .ui-head-nav {
  height: 80px;
  background-color: #fff;
}
.ui-head .ui-head-nav .ui-wrap {
  position: relative;
}
.ui-head .ui-head-nav .logo {
  float: left;
  line-height: 80px;
  height: 80px;
  margin-right: 20px;
}
.ui-head .ui-head-nav .logo img {
  max-height: 60px;
  cursor: pointer;
}
.ui-head .ui-head-nav .sep {
  float: left;
  line-height: 80px;
  font-size: 16px;
  color: #ddd;
}
.ui-head .ui-head-nav .slogan {
  float: left;
  margin-left: 18px;
  line-height: 80px;
  color: #888;
  font-size: 16px;
  font-weight: lighter;
}
.ui-head .ui-head-nav .ui-menu {
  position: absolute;
  right: 0;
  top: 0;
}
.ui-head .ui-head-nav .ui-menu ul {
  text-align: center;
}
.ui-head .ui-head-nav .ui-menu ul:after {
  clear: both;
  content: '';
  display: block;
}
.ui-head .ui-head-nav .ui-menu ul li {
  display: inline-block;
  margin: 0 5px;
}
.ui-head .ui-head-nav .ui-menu ul li.on a {
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
  color: #fff;
}
.ui-head .ui-head-nav .ui-menu ul li.on a:hover {
  color: #fff;
}
.ui-head .ui-head-nav .ui-menu ul li:hover a {
  color: #e74b1a;
}
.ui-head .ui-head-nav .ui-menu ul li a {
  transition: background-color 0.3s ease;
  padding: 0 10px;
  border-radius: 40px;
  display: block;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  margin-top: 26px;
  color: #666;
}
.ui-head .ui-head-nav .tel {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 24px;
}
.ui-head .ui-head-nav .tel .txt {
  color: #e74b1a;
  font-size: 14px;
  line-height: 1.1;
  font-style: italic;
  font-weight: bold;
}
.ui-head .ui-head-nav .tel .num {
  line-height: 1.1;
  color: #777;
  font-weight: normal;
  margin-top: 4px;
  font-size: 16px;
}
html {
  min-height: 100%;
}
body.login_body {
 /*  background: url(../img/login-bg.jpg) no-repeat center center; */
  background-size: cover;
  min-height: 100%;
}
.ui-login-content {
  margin-bottom: 50px;
}
.ui-login-content .ui-wrap {
  padding: 0 104px;
}
.ui-login-content .ui-wrap:after {
  clear: both;
  content: '';
  display: block;
}
.ui-login-content .left {
  padding-top: 60px;
}
.ui-login-content .left .left-wrap {
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  background-color: #fff;
  width: 552px;
  box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.ui-login-content .left .left-wrap img {
  max-width: 100%;
  height: auto;
}
.ui-login-content .right {
  padding-top: 60px;
  float: right;
  width: 410px;
}
.ui-login-content .right .right-wrap {
  background-color: #fff;
  box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 595px;
}
.ui-login-content .right .login-switch ul {
  padding: 0 20px;
}
.ui-login-content .right .login-switch ul:after {
  clear: both;
  content: '';
  display: block;
}
.ui-login-content .right .login-switch ul li {
  width: 50%;
  background-color: #ddd;
  border-radius: 10px 0 0 10px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  color: #888;
  float: left;
  border-bottom: none;
  cursor: pointer;
}
.ui-login-content .right .login-switch ul li.on {
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
  color: #fff;
}
.ui-login-content .right .login-switch ul li.second {
  border-radius: 0 10px 10px 0;
}
.ui-login-content .right .login-switch ul li.round {
  border-radius: 10px;
}
.ui-login-content .right .login-switch ul li.single {
  margin: 0 auto;
  float: none;
}
.ui-login-content .right .side {
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.ui-reg-content {
  margin-bottom: 100px;
}
.ui-reg-content .ui-wrap:after {
  clear: both;
  content: '';
  display: block;
}
.ui-reg-content .left {
  width: 770px;
}
.ui-reg-content .left .left-wrap {
  border-radius: 10px;
  overflow: hidden;
}
.ui-reg-content .left .left-wrap img {
  max-width: 100%;
  height: auto;
}
.ui-reg-content .right {
  padding-top: 140px;
  float: none;
  margin: 0 auto;
  width: 410px;
}
.ui-reg-content .right .right-wrap {
  background-color: #fff;
  box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.ui-reg-content .right .login-switch ul {
  padding: 0 20px;
}
.ui-reg-content .right .login-switch ul:after {
  clear: both;
  content: '';
  display: block;
}
.ui-reg-content .right .login-switch ul li {
  width: 50%;
  background-color: #ddd;
  border-radius: 10px 0 0 10px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  color: #888;
  float: left;
  border-bottom: none;
  cursor: pointer;
}
.ui-reg-content .right .login-switch ul li.on {
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
  color: #fff;
}
.ui-reg-content .right .login-switch ul li.second {
  border-radius: 0 10px 10px 0;
}
.ui-reg-content .right .login-switch ul li.round {
  border-radius: 10px;
}
.ui-reg-content .right .login-switch ul li.single {
  margin: 0 auto;
  float: none;
}
.ui-reg-content .right .side {
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.ui-login-form .tip-reg {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4;
}
.ui-login-form .tip-reg.mar-top-10 {
  margin-top: 10px;
  margin-bottom: 0;
}
.ui-login-form .tip-reg:after {
  clear: both;
  content: '';
  display: block;
}
.ui-login-form .tip-reg a {
  color: #e74b1a;
}
.ui-login-form .tip-reg a:hover {
  color: #ee815f;
}
.ui-login-form .tip-reg ._left {
  float: left;
}
.ui-login-form .tip-reg ._left.center {
  text-align: center;
  width: 100%;
}
.ui-login-form .tip-reg ._right {
  float: right;
}
.ui-login-form .tip-reg .small {
  font-size: 12px;
  color: #999;
}
.ui-login-form .login-sep {
  background-color: #ddd;
  border-radius: 4px;
  height: 4px;
  width: 48px;
  margin: 20px auto;
}
.ui-login-form .login-with-wechat {
  margin-top: 20px;
  cursor: pointer;
}
.ui-login-form .login-with-wechat:hover .login-with-wechat-btn {
  background-color: #138f34;
}
.ui-login-form .login-with-wechat .login-with-wechat-btn {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background-color: #19bc45;
  color: #fff;
  border-radius: 48px;
  font-size: 48px;
  text-align: center;
  line-height: 22px;
}
.ui-login-form .login-with-wechat .txt {
  line-height: 32px;
  color: #666;
  font-size: 12px;
  text-align: center;
}
.ui-login-form .login-btn {
  width: 240px;
  margin: 0 auto;
  color: #e74b1a;
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #e74b1a;
}
.ui-login-form .login-btn:hover {
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
  border-color: transparent;
  color: #fff;
}
.ui-login-form .form-item .form-item-wrap {
  height: 52px;
  border: 1px solid #aaa;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.ui-login-form .form-item .form-item-wrap:after {
  clear: both;
  content: '';
  display: block;
}
.ui-login-form .form-item .form-item-wrap .form-item-label {
  float: left;
  width: 80px;
  text-align: center;
  background-color: #eee;
  color: #333;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  border-right: 1px solid #aaa;
}
.ui-login-form .form-item .form-item-wrap .form-item-input {
  float: right;
  position: relative;
}
.ui-login-form .form-item .form-item-wrap .form-item-input .get_code {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 100px;
  color: #fff;
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.ui-login-form .form-item .form-item-wrap .form-item-input .get_code:hover {
  background-color: #ec6f48;
}
.ui-login-form .form-item .form-item-wrap .form-item-input input {
  font-size: 16px;
  line-height: 52px;
  height: 52px;
  width: 287px;
  border: none;
  background-color: transparent;
  text-indent: 10px;
  font-size: 14px;
}
.ui-login-form._reg .form-item .form-item-wrap {
  height: 40px;
}
.ui-login-form._reg .form-item .form-item-wrap .form-item-input .get_code {
  height: 28px;
  line-height: 28px;
}
.ui-login-form._reg .form-item .form-item-wrap .form-item-input input {
  line-height: 38px;
  height: 38px;
}
.ui-login-form._reg .form-item .form-item-wrap .form-item-label {
  line-height: 38px;
}
.ui-global-guide {
  background-color: #fff;
  padding: 18px 0 15px;
  line-height: 1.4;
  font-size: 14px;
}
.ui-global-guide i {
  font-size: 14px;
}
.ui-global-guide a {
  color: #555;
  margin-right: 2px;
}
.ui-global-guide a:hover {
  color: #e74b1a;
}
.ui-global-guide span {
  color: #888;
  margin-left: 2px;
  margin-right: 2px;
}
.ui-index-widget {
  position: fixed;
  height: 200px;
  top: 45%;
  margin-left: -100px;
  width: 60px;
  padding-right: 40px;
  right: -65px;
  z-index: 9999;
  transition: right 0.3s ease;
}
.ui-index-widget.on {
  right: 5%;
}
.ui-index-widget .ui-index-widget-item {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #D3D3D3 10%, #C0C0C0 100%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #fff;
  position: relative;
}
.ui-index-widget .ui-index-widget-item .hover-out {
  display: none;
  position: absolute;
  top: 40px;
  padding-top: 10px;
  right: 0;
  width: 120px;
}
.ui-index-widget .ui-index-widget-item .hover-out .hover-out-box {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.ui-index-widget .ui-index-widget-item .hover-out .hover-out-box .img img {
  max-width: 100%;
}
.ui-index-widget .ui-index-widget-item:hover .hover-out {
  display: block;
}
.ui-index-widget .ui-index-widget-item.wechat {
  background-color: #19bc45;
  background-image: none;
  color: #fff;
}
.ui-index-banner {
  position: relative;
  height: 750px;
  overflow: hidden;
}
.ui-index-banner:hover .banner-bd .c_btn {
  opacity: 1;
}
.ui-index-banner .banner-bd {
  width: 100%;
}
.ui-index-banner .banner-bd .c_btn {
  user-select: none;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  z-index: 2;
  text-align: center;
  left: 40px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.ui-index-banner .banner-bd .c_btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.ui-index-banner .banner-bd .c_btn i {
  font-size: 36px;
  color: #fff;
  position: relative;
  top: 19px;
}
.ui-index-banner .banner-bd .c_btn.next {
  right: 40px;
  left: auto;
}
.ui-index-banner .banner-bd ul:after {
  clear: both;
  content: '';
  display: block;
}
.ui-index-banner .banner-bd ul:focus {
  cursor: grabbing;
}
.ui-index-banner .banner-bd ul li {
  float: left;
  overflow: hidden;
  height: 750px;
  position: relative;
  cursor: pointer;
}
.ui-index-banner .banner-bd ul li a {
  display: block;
  height: 100%;
  /* background: url(../img/index-banner.png) no-repeat; */
  background-size: cover;
  background-position: center center;
}
.ui-index-banner .banner-hd {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  height: 20px;
  line-height: 20px;
  z-index: 2;
}
.ui-index-banner .banner-hd ul {
  text-align: center;
}
.ui-index-banner .banner-hd ul .swiper-pagination-switch {
  display: inline-block;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 2px solid #fff;
  transition: background-color 0.3s ease, width 0.3s ease;
  cursor: pointer;
  box-shadow: 0 0 15px #ddd;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  opacity: 1;
  background-color: transparent;
}
.ui-index-banner .banner-hd ul .swiper-pagination-switch.swiper-active-switch {
  width: 40px;
  background-color: #fff;
}
.ui-detail-btn {
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
  border-radius: 50px;
  width: 160px;
 /*  padding: 18px 0; */
  text-align: center;
  font-size: 16px;
  color: #fff;
  transition: opacity 0.3s ease;
  margin: 40px auto 0;
}
.ui-detail-btn a {
  padding: 18px 0;
  color: #fff;
  display: block;
}
.ui-detail-btn:hover {
  opacity: 0.8;
}
.ui-index-double-bid {
  width: 100%;
  height: 248px;
  background-image: url('http://guomindaipai.com/images/pc-a5.jpg');
  background-position: center center;
  background-size: cover;
}
.ui-index-double-bid a{
	display: block;
	height: 100%;
}
.ui-index-content .section .title {
  padding: 40px;
  line-height: 1.1;
  font-size: 28px;
  color: #333;
  text-align: center;
}
.ui-index-content .section .title.white {
  color: #fff;
}
.ui-index-content .section .title.white .sub_title {
  color: #fff;
  opacity: 0.8;
}
.ui-index-content .section .title .sub_title {
  font-size: 12px;
  line-height: 1.1;
  margin-top: 10px;
  color: #999;
}
.ui-index-content .section .title .sub {
  margin-top: 17px;
  line-height: 1.5;
  font-size: 14px;
  color: #888;
}
.ui-index-content .section.one {
  padding-bottom: 40px;
}
.ui-index-content .section.one ul.suite-list:after {
  clear: both;
  content: '';
  display: block;
}
.ui-index-content .section.one ul.suite-list li {
  float: left;
  margin-right: 40px;
  border: 1px solid #eee;
  padding: 40px 0;
  width: 270px;
  height: 289px;
  border-radius: 5px;
  box-shadow: 0 0 0 transparent;
  transform: scale(1);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  position: relative;
  overflow: hidden;
}
.ui-index-content .section.one ul.suite-list li .suite-hot {
  position: absolute;
  top: 11px;
  right: -2px;
  color: #ea134b;
}
.ui-index-content .section.one ul.suite-list li .suite-hot i {
  font-size: 36px;
}
.ui-index-content .section.one ul.suite-list li.noRight {
  margin-right: 0;
}
.ui-index-content .section.one ul.suite-list li .suite-title {
  font-size: 22px;
  color: #333;
  text-align: center;
}
.ui-index-content .section.one ul.suite-list li .suite-sep {
  margin: 15px auto;
  margin-top: 20px;
  width: 30px;
  height: 2px;
  background-color: #ddd;
  transition: background-color 0.2s ease, width 0.2s ease;
}
.ui-index-content .section.one ul.suite-list li .suite-sub {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.ui-index-content .section.one ul.suite-list li .suite-sub span.b {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.ui-index-content .section.one ul.suite-list li .suite-price {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #e74b1a;
  margin-bottom: 20px;
}
.ui-index-content .section.one ul.suite-list li .suite-price span {
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
}
.ui-index-content .section.one ul.suite-list li .suite-btn {
  text-align: center;
  margin-top: 40px;
}
.ui-index-content .section.one ul.suite-list li .suite-btn span {
  display: inline-block;
  width: 150px;
  text-align: center;
  border-radius: 5px;
  color: #e74b1a;
  border: 1px solid #e74b1a;
  transition: border 0.2s ease;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.ui-index-content .section.one ul.suite-list li .suite-btn span a {
  padding: 12px 0;
  color: #e74b1a;
  display: block;
  transition: color 0.2s ease;
}
.ui-index-content .section.one ul.suite-list li:hover {
  box-shadow: 0 0 30px #ddd;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}
.ui-index-content .section.one ul.suite-list li:hover .suite-sep {
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
  width: 80px;
}
.ui-index-content .section.one ul.suite-list li:hover .suite-btn {
  border-color: transparent;
}
.ui-index-content .section.one ul.suite-list li:hover .suite-btn span {
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
  border-color: transparent;
}
.ui-index-content .section.one ul.suite-list li:hover .suite-btn span a {
  color: #fff;
}
.ui-index-content .section.two {
  background: url(http://guomindaipai.com/images/index-wall-bg.jpg) no-repeat;
  background-position: center center;
  /* background-size: cover; */
  padding-bottom: 40px;
  margin-top: 40px;
}
.ui-index-content .section.two .suc-wall:after {
  clear: both;
  content: '';
  display: block;
}
.ui-index-content .section.two .suc-wall .claim-wrap {
  float: left;
  width: 100%;
}
.ui-index-content .section.two .suc-wall .claim {
  width: 400px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 1.1;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 14px;
}
.ui-index-content .section.two .suc-wall .claim a {
  color: #fff;
  text-decoration: underline;
}
.ui-index-content .section.two .suc-wall .claim i {
  color: #e21414;
  position: relative;
  top: 1px;
  animation: shake 0.3s ease infinite forwards;
}
.ui-index-content .section.two .suc-wall .left table {
  border-collapse: collapse;
  width: 476px;
  margin: 0 auto;
  table-layout: fixed;
}
.ui-index-content .section.two .suc-wall .left table tr td {
  padding: 2px;
}
.ui-index-content .section.two .suc-wall .left table tr td.on .block {
  width: 48px;
  height: 48px;
  line-height: 44px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
  transform: scale(1);
  position: relative;
  z-index: 2;
  text-align: center;
  cursor: pointer;
}
.ui-index-content .section.two .suc-wall .left table tr td.on .block :after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 75, 26, 0.5);
  left: 0;
  top: 0;
  z-index: 2;
}
.ui-index-content .section.two .suc-wall .left table tr td.on .block:hover {
  z-index: 3;
  transform: scale(2);
  border-radius: 2px;
}
.ui-index-content .section.two .suc-wall .left table tr td.on .block img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.ui-index-content .section.two .suc-wall .right .suc-item-wrap {
  border-radius: 10px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.ui-index-content .section.two .suc-wall .right .suc-item-wrap:after {
  clear: both;
  content: '';
  display: block;
}
.ui-index-content .section.two .suc-wall .right .suc-item-wrap .img {
  width: 304px;
  height: 304px;
  text-align: center;
  line-height: 300px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  float: left;
  margin-right: 30px;
}
.ui-index-content .section.two .suc-wall .right .suc-item-wrap .img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.ui-index-content .section.two .suc-wall .right .suc-item-wrap .txt {
  width: 268px;
  float: left;
  max-height: 292px;
  overflow: hidden;
}
.ui-index-content .section.two .suc-wall .right .suc-item-wrap .txt .name {
  line-height: 1.1;
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.ui-index-content .section.two .suc-wall .right .suc-item-wrap .txt .date {
  padding: 20px 0;
  font-size: 14px;
  color: #999;
}
.ui-index-content .section.two .suc-wall .right .suc-item-wrap .txt .text {
  line-height: 1.6;
  font-size: 14px;
  text-indent: 2em;
  color: #666;
}
.ui-index-content .section.three {
  padding-bottom: 40px;
  margin-top: 40px;
}
.ui-index-content .section.three .platform-gift:after {
  clear: both;
  content: '';
  display: block;
}
.ui-index-content .section.three .platform-gift li {
  transition: box-shadow 0.3s ease;
  width: 370px;
  margin-right: 45px;
  position: relative;
  border-radius: 10px;
  padding: 20px;
  background-position: center center;
  background-size: cover;
  float: left;
  height: 170px;
  overflow: hidden;
  box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.ui-index-content .section.three .platform-gift li._1 {
  background-image: url('http://guomindaipai.com/images/benifit-bg-1.jpg');
}
.ui-index-content .section.three .platform-gift li._1 .li_cover {
  background-image: url('http://guomindaipai.com/images/benifit-bg-1.jpg');
}
.ui-index-content .section.three .platform-gift li._2 {
  background-image: url('http://guomindaipai.com/images/benifit-bg-2.jpg');
}
.ui-index-content .section.three .platform-gift li._2 .li_cover {
  background-image: url('http://guomindaipai.com/images/benifit-bg-2.jpg');
}
.ui-index-content .section.three .platform-gift li._3 {
  background-image: url('http://guomindaipai.com/images/benifit-bg-3.jpg');
}
.ui-index-content .section.three .platform-gift li._3 .img {
  display: block;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 5px;
}
.ui-index-content .section.three .platform-gift li._3 .img img {
  width: 100%;
  height: 100%;
}
.ui-index-content .section.three .platform-gift li._3 .txt {
  color: #fff;
  text-align: center;
  line-height: 1.1;
  margin-top: 10px;
}
.ui-index-content .section.three .platform-gift li:hover {
  box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.ui-index-content .section.three .platform-gift li:hover .li_wrap {
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-index-content .section.three .platform-gift li:hover .li_cover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ui-index-content .section.three .platform-gift li .li_wrap {
  transition: opacity 0.3s ease;
  padding: 10px 0;
}
.ui-index-content .section.three .platform-gift li .li_wrap .icon {
  text-align: center;
  line-height: 1.1;
  color: #eee;
  padding-bottom: 20px;
}
.ui-index-content .section.three .platform-gift li .li_wrap .icon i {
  font-size: 44px;
}
.ui-index-content .section.three .platform-gift li .li_wrap .li_title {
  font-size: 18px;
  text-align: center;
  line-height: 1.1;
  color: #fff;
}
.ui-index-content .section.three .platform-gift li .li_wrap .txt {
  text-align: center;
  line-height: 1.1;
  color: #eee;
  margin-top: 10px;
}
.ui-index-content .section.three .platform-gift li .li_cover {
  background-position: center center;
  background-size: cover;
  transition: opacity 0.3s ease;
  border-radius: 10px;
  padding: 40px 20px;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.ui-index-content .section.three .platform-gift li .li_cover .btn {
  font-size: 14px;
  width: 200px;
  text-align: center;
  line-height: 42px;
  height: 42px;
  background-color: #e74b1a;
  color: #fff;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 10px;
  box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.ui-index-content .section.three .platform-gift li .li_cover .btn:hover {
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
}
.ui-index-content .section.three .platform-gift li .li_cover .btn:hover a {
  color: #fff;
}
.ui-index-content .section.three .platform-gift li .li_cover .btn a {
  display: block;
  color: #fff;
}
.ui-index-content .section.three .platform-gift li .li_cover.n {
  padding: 30px 0 0;
}
.ui-index-content .section.three .platform-gift li .li_cover .icon {
  text-align: center;
  line-height: 1.1;
  color: #eee;
  padding-bottom: 20px;
}
.ui-index-content .section.three .platform-gift li .li_cover .icon i {
  font-size: 44px;
}
.ui-index-content .section.three .platform-gift li .li_cover .li_title {
  font-size: 18px;
  text-align: center;
  line-height: 1.1;
  color: #fff;
}
.ui-index-content .section.three .platform-gift li .li_cover .txt {
  text-align: center;
  line-height: 1.1;
  color: #eee;
  margin-top: 10px;
}
.ui-index-content .section.three .platform-gift li .li_cover:after {
  clear: both;
  content: '';
  display: block;
}
.ui-index-content .section.three .platform-gift li .li_cover .item {
  width: 100px;
  float: left;
  cursor: pointer;
  box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-right: 15px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #e74b1a;
  margin-bottom: 10px;
  background-color: #fff;
}
.ui-index-content .section.three .platform-gift li .li_cover .item a {
  color: #e74b1a;
  display: block;
  padding: 14px 0;
}
.ui-index-content .section.three .platform-gift li .li_cover .item:nth-child(3n) {
  margin-right: 0;
}
.ui-index-content .section.three .platform-gift li .li_cover .item:hover {
  border-color: transparent;
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
  color: #fff;
}
.ui-index-content .section.three .platform-gift li .li_cover .item:hover a {
  color: #fff;
}
.ui-index-content .section.three .platform-gift li:last-child {
  margin-right: 0;
}
.ui-index-content .section.four {
  padding-bottom: 60px;
}
.ui-index-content .section.four .section_content .ui-wrap:after {
  clear: both;
  content: '';
  display: block;
}
.ui-index-content .section.four .section_content .img {
  background-color: #f6b8a4;
  width: 560px;
  padding: 20px;
  border-radius: 10px;
  height: 376px;
}
.ui-index-content .section.four .section_content .img img {
  width: 560px;
  border-radius: 10px;
}
.ui-index-content .section.four .section_content .para {
  width: 560px;
  padding-top: 40px;
}
.ui-index-content .section.four .section_content .para p {
  text-indent: 2em;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}
.ui-index-content .section.four .section_content .para p:last-child {
  margin-bottom: 0;
}
.ui-index-content .section.five {
  padding-bottom: 40px;
}
.ui-index-content .section.five .section_content .bd {
  position: relative;
  overflow: hidden;
  height: 271px;
  margin-bottom: 15px;
}
.ui-index-content .section.five .section_content .shop_list {
  position: absolute;
  white-space: nowrap;
  padding: 15px;
  background-color: #fff;
  overflow: hidden;
  height: 271px;
}
.ui-index-content .section.five .section_content .shop_list li {
  cursor: pointer;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 300px;
  margin-right: 30px;
  overflow: hidden;
}
.ui-index-content .section.five .section_content .shop_list li .img {
  cursor: pointer;
  width: 100%;
}
.ui-index-content .section.five .section_content .shop_list li .img img {
  max-width: 100%;
}
.ui-index-content .section.five .section_content .shop_list li .txt {
  color: #666;
  text-align: center;
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.ui-index-content .section.six {
  padding-bottom: 80px;
}
.ui-index-content .section.six .section_content .index-news {
  margin-bottom: 40px;
}
.ui-index-content .section.six .section_content .index-news :after {
  clear: both;
  content: '';
  display: block;
}
.ui-index-content .section.six .section_content .index-news li {
  float: left;
  margin-right: 40px;
  height: 50px;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 1px solid #eee;
  width: 580px;
}
.ui-index-content .section.six .section_content .index-news li :after {
  clear: both;
  content: '';
  display: block;
}
.ui-index-content .section.six .section_content .index-news li:nth-child(2n) {
  margin-right: 0;
}
.ui-index-content .section.six .section_content .index-news li .txt {
  float: left;
  width: 480px;
  line-height: 30px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-index-content .section.six .section_content .index-news li .txt :after {
  clear: both;
  content: '';
  display: block;
}
.ui-index-content .section.six .section_content .index-news li .txt .icon {
  width: 20px;
  float: left;
}
.ui-index-content .section.six .section_content .index-news li .txt a {
  color: #666;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 10px 0;
}
.ui-index-content .section.six .section_content .index-news li .date {
  float: right;
  text-align: right;
  font-size: 12px;
  color: #999;
  line-height: 30px;
  padding: 10px 0;
}
.ui-index-content .section.six .section_content .index-news li:hover {
  border-bottom-color: #e74b1a;
}
.ui-index-content .section.six .section_content .index-news li:hover a:hover {
  color: #e74b1a;
}
.more-btn {
  width: 160px;
  line-height: 1.1;
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
  transition: opacity 0.3s ease;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  border-radius: 50px;
  cursor: pointer;
}
.more-btn a {
  display: block;
  padding: 18px;
  color: #fff;
}
.more-btn:hover {
  opacity: 0.8;
}
.ui-index-footer .links {
  background-color: #242424;
}
.ui-index-footer .links ul {
  padding: 60px 0 86px;
}
.ui-index-footer .links ul:after {
  clear: both;
  content: '';
  display: block;
}
.ui-index-footer .links ul li {
  float: left;
  color: #fff;
  margin-right: 60px;
}
.ui-index-footer .links ul li.right {
  float: right;
  margin-right: 0;
}
.ui-index-footer .links ul li .title {
  line-height: 1.1;
  margin-bottom: 20px;
  font-size: 18px;
}
.ui-index-footer .links ul li dl dd {
  color: #ddd;
  margin-bottom: 14px;
  font-size: 14px;
}
.ui-index-footer .links ul li dl dd.tel {
  font-size: 16px;
  font-weight: bold;
  color: #e74b1a;
}
.ui-index-footer .links ul li dl dd.qrcode {
  background-color: #fff;
  height: 100px;
  width: 100px;
  border-radius: 3px;
}
.ui-index-footer .links ul li dl dd.qrcode img {
  width: 100px;
  height: 100px;
}
.ui-index-footer .links ul li dl dd a {
  display: block;
  font-size: 14px;
  line-height: 1.1;
  color: #ddd;
}
.ui-index-footer .links ul li dl dd a:hover {
  color: #e74b1a;
}
.ui-index-footer .claim {
  font-size:14px;
  text-align: center;
  line-height: 50px;
  background-color: #1a1a1a;
  color: #ccc;
}
.ui-index-footer .claim a {
  color: #ccc;
}
.ui-index-footer .claim a:hover {
  color: #fff;
}
.ui-index-footer .claim img {
  max-height: 22px;
  vertical-align: middle;
}
.ui-out-footer {
  padding: 10px 0;
}
.ui-out-footer .links {
  width: 100%;
  text-align: center;
  line-height: 30px;
}
.ui-out-footer .links a {
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
}
.ui-out-footer .links a i {
  font-size: 18px;
  color: #fff;
}
.ui-out-footer .links a:hover {
  color: #f19476;
}
.ui-out-footer .links a:hover i {
  color: #f19476;
}
.ui-out-footer .ui-foot-info {
  color: #ddd;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
}
.ui-out-footer .ui-foot-info a {
  color: #fff;
  line-height: 40px;
  font-size: 12px;
}
.ui-out-footer .ui-foot-info a:hover {
  color: #f19476;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  33.33% {
    transform: rotate(-15deg);
  }
  66.66% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.ui-login-logo {
  padding: 40px 0;
  text-align: center;
}
.ui-suite-wrap {
  padding-top: 30px;
  padding-bottom: 40px;
}
.ui-suite-wrap .left {
  width: 880px;
}
.ui-suite-wrap .right {
  width: 290px;
}
.ui-suite-wrap .right .ui-fk-wrap {
  padding: 30px;
  background-color: #fff;
}
.ui-suite-wrap .right .wechat-code {
  width: 100%;
}
.ui-suite-wrap .right .wechat-code img {
  width: 100%;
}
.ui-suite-wrap .right .wechat-code .img {
  margin-bottom: 10px;
}
.ui-suite-wrap .right .wechat-code .txt {
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #777;
  font-size: 12px;
  text-align: center;
}
.ui-suite-wrap .right .wechat-code .claim {
  font-size: 14px;
  font-weight: bold;
  color: #555;
  text-align: center;
}
.ui-suite-wrap .right .ui-side-sep {
  background-color: #eee;
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.ui-suite-wrap .right .ui-side-online {
  width: 58px;
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
  height: 58px;
  color: #fff;
  text-align: center;
  line-height: 58px;
  border-radius: 58px;
  margin: 0 auto;
  cursor: pointer;
}
.ui-suite-wrap .right .ui-side-online i {
  font-size: 26px;
}
.ui-suite-wrap .ui-suite-section {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
}
.ui-suite-wrap .ui-suite-section .ui-suite-section-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
}
.ui-suite-wrap .ui-suite-section.suite-one:after {
  clear: both;
  content: '';
  display: block;
}
.ui-suite-wrap .ui-suite-section.suite-one .img {
  float: left;
  width: 300px;
  margin-right: 30px;
}
.ui-suite-wrap .ui-suite-section.suite-one .info {
  width: 490px;
  float: right;
}
.ui-suite-wrap .ui-suite-section.suite-one .info .name {
  color: #555;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 14px;
}
.ui-suite-wrap .ui-suite-section.suite-one .info .tag {
  margin-bottom: 20px;
}
.ui-suite-wrap .ui-suite-section.suite-one .info .tag span {
  display: inline-block;
  margin-right: 5px;
  background-color: #fef6f3;
  border-radius: 5px;
  padding: 5px 5px;
  font-size: 12px;
  color: #e74b1a;
}
.ui-suite-wrap .ui-suite-section.suite-one .info .stars {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.ui-suite-wrap .ui-suite-section.suite-one .info .stars i {
  color: #e74b1a;
  font-size: 18px;
}
.ui-suite-wrap .ui-suite-section.suite-one .info .stars span {
  margin-left: 5px;
  background-color: #e21414;
  color: #fff;
  font-size: 12px;
  padding: 5px 5px;
  border-radius: 5px;
}
.ui-suite-wrap .ui-suite-section.suite-one .info .people {
  font-size: 14px;
  color: #666;
  margin-bottom: 39px;
}
.ui-suite-wrap .ui-suite-section.suite-one .info .people span {
  color: #e74b1a;
  font-weight: bold;
}
.ui-suite-wrap .ui-suite-section.suite-one .info .btn {
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
  opacity: 1;
  transition: opacity 0.3s ease;
  line-height: 42px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  height: 42px;
  text-align: center;
  width: 200px;
}
.ui-suite-wrap .ui-suite-section.suite-one .info .btn:hover {
  opacity: 0.8;
}
.ui-suite-wrap .ui-suite-section.suite-one .info .btn a {
  color: #fff;
  display: block;
}
.ui-suite-wrap .ui-suite-section.suite-two .para {
  line-height: 1.4;
  font-size: 14px;
}
.ui-suite-wrap .ui-suite-section.suite-two .para p {
  margin-bottom: 10px;
}
.ui-suite-wrap .ui-suite-section.suite-two .para p:last-of-type {
  margin-bottom: 0;
}
.ui-suite-wrap .ui-suite-section.suite-comment ul li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.ui-suite-wrap .ui-suite-section.suite-comment ul li:after {
  clear: both;
  content: '';
  display: block;
}
.ui-suite-wrap .ui-suite-section.suite-comment ul li .avatar {
  float: left;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #eee;
}
.ui-suite-wrap .ui-suite-section.suite-comment ul li .avatar img {
  width: 100%;
  height: 100%;
}
.ui-suite-wrap .ui-suite-section.suite-comment ul li .info {
  float: right;
  width: 744px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.ui-suite-wrap .ui-suite-section.suite-comment ul li .info .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ui-suite-wrap .ui-suite-section.suite-comment ul li .info .txt {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  margin-bottom: 10px;
}
.ui-suite-wrap .ui-suite-section.suite-comment ul li .info .img {
  cursor: pointer;
}
.ui-suite-wrap .ui-suite-section.suite-comment ul li .info .img img {
  max-width: 100%;
  max-height: 100px;
}
.ui-suite-wrap .ui-suite-info {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}
.ui-suite-wrap .ui-suite-info-title {
  text-align: center;
  padding: 30px 0 10px;
}
.ui-suite-wrap .ui-suite-info-title span {
  color: #555;
  font-size: 24px;
  display: block;
  position: relative;
  margin: 0 auto;
  width: 180px;
  line-height: 1.1;
}
.ui-suite-wrap .ui-suite-info-title span:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f6b8a4;
  display: block;
  content: '';
  opacity: 0.5;
}
.ui-suite-wrap .ui-suite-info-claim {
  text-align: center;
  padding: 10px 0;
  color: #888;
  line-height: 1.4;
}
.ui-suite-wrap .ui-suite-form {
  padding: 30px 30px 50px;
  background-color: #fff;
}
.ui-suite-wrap .ui-suite-info-price {
  margin-top: 20px;
  margin-bottom: 30px;
}
.ui-suite-wrap .ui-suite-info-price:after {
  clear: both;
  content: '';
  display: block;
}
.ui-suite-wrap .ui-suite-info-price .price_left {
  float: left;
  width: 50%;
  text-align: center;
  border-right: 1px solid #ddd;
}
.ui-suite-wrap .ui-suite-info-price .price_right {
  float: left;
  width: 50%;
  text-align: center;
}
.ui-suite-wrap .ui-suite-info-price .price_title {
  color: #888;
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.ui-suite-wrap .ui-suite-info-price .price_num {
  font-size: 20px;
  color: #555;
  line-height: 1.1;
}
.ui-suite-wrap .ui-suite-info-detail {
  padding: 20px;
  background-color: #ededed;
  border-radius: 5px;
  line-height: 1.8;
  overflow: hidden;
  font-size: 14px;
}
.ui-suite-wrap .ui-suite-info-detail p {
  overflow: hidden;
  max-height: 71px;
  margin: 0;
  padding: 0;
}
.ui-suite-wrap .ui-suite-info-detail.on p.ell {
  display: none;
}
.ui-suite-wrap .ui-suite-info-detail.on p {
  max-height: 999px;
}
.ui-suite-wrap .ui-suite-info-more {
  cursor: pointer;
  width: 100px;
  color: #e74b1a;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 5px;
  line-height: 30px;
  height: 32px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.ui-suite-wrap .ui-suite-info-more i {
  position: relative;
  top: 1px;
}
.ui-suite-wrap .ui-suite-info-more:hover {
  border-color: #e74b1a;
  background-color: #e74b1a;
  color: #fff;
}
.paging a.page-btn {
  display: inline-block;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid #eee;
  height: 32px;
  text-align: center;
  padding: 0 10px;
  background-color: #fff;
  color: #555;
}
.paging a.page-btn:hover {
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
  opacity: 0.8;
  border-color: transparent;
  color: #fff;
}
.paging a.page-btn.disabled {
  cursor: not-allowed;
  opacity: 0.4;
  background-color: transparent;
}
.paging a.page-btn.disabled:hover {
  background: none;
  opacity: 0.4;
  border-color: #eee;
  color: #555;
}
.paging .sep {
  color: #666;
  font-size: 14px;
}
.ui-form-group {
  margin-bottom: 30px;
}
.ui-form-group .ui-form-item:after {
  clear: both;
  content: '';
  display: block;
}
.ui-form-group .ui-form-item label.main {
  padding: 7px 0;
  text-align: right;
  float: left;
  line-height: 1.4;
  width: 120px;
  font-size: 14px;
  color: #777;
}
.ui-form-group .ui-form-item label.main span.imp {
  color: #ea134b;
}
.ui-form-group .ui-form-item .ui-form-input {
  color: #555;
  width: 82%;
  float: left;
  text-align: left;
  margin-left: 20px;
  font-size: 14px;
}
.ui-form-group .ui-form-item .ui-form-input:after {
  clear: both;
  content: '';
  display: block;
}
.ui-form-group .ui-form-item .ui-form-input.ui-form-license {
  position: relative;
}
.ui-form-group .ui-form-item .ui-form-input.ui-form-license input {
  text-indent: 100px;
}
.ui-form-group .ui-form-item .ui-form-input.ui-form-license select.license {
  width: 90px;
  position: absolute;
  top: 0;
  left: 0;
}
.ui-form-group .ui-form-item .ui-form-input table {
  width: 360px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-collapse: collapse;
  border-radius: 5px;
}
.ui-form-group .ui-form-item .ui-form-input table tr td {
  padding: 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.4;
  font-size: 14px;
}
.ui-form-group .ui-form-item .ui-form-input table tr td:first-child {
  background-color: #fef6f3;
}
.ui-form-group .ui-form-item .ui-form-input .input-claim {
  margin-top: 5px;
  padding: 10px;
  border-radius: 5px;
  background-color: #f6f6f6;
  line-height: 1.5;
  width: 360px;
}
.ui-form-group .ui-form-item .ui-form-input label.check {
  display: inline-block;
  line-height: 33px;
  margin-right: 20px;
}
.ui-form-group .ui-form-item .ui-form-input input {
  width: 360px;
  height: 33px;
  background-color: transparent;
  border: none;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-indent: 5px;
}
.ui-form-group .ui-form-item .ui-form-input input.short {
  width: 100px;
}
.ui-form-group .ui-form-item .ui-form-input input[type="checkbox"] {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}
.ui-form-group .ui-form-item .ui-form-input input[type="radio"] {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}
.ui-form-group .ui-form-item .ui-form-input textarea {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  width: 360px;
  resize: vertical;
  height: 120px;
  font-family: 'Microsoft Yahei UI';
}
.ui-form-group .ui-form-item .ui-form-input select {
  width: 360px;
  height: 33px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-indent: 5px;
}
.ui-form-group .ui-form-item .ui-form-input span.opt {
  margin-left: 10px;
  display: inline-block;
  color: #4b8ada;
  cursor: pointer;
}
.ui-form-group .ui-form-item .ui-form-input span.opt a {
  color: #4b8ada;
}
.ui-form-group .ui-form-item .ui-form-input span.opt:hover {
  text-decoration: underline;
}
.ui-form-group .ui-form-item .ui-form-input .input-upload label {
  cursor: pointer;
  display: inline-block;
  border: 2px dashed #ddd;
  border-radius: 10px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 120px;
  margin-top: 20px;
  margin-right: 20px;
}
.ui-form-group .ui-form-item .ui-form-input .input-upload label span {
  color: #888;
  font-size: 12px;
}
.ui-form-group .ui-form-item .ui-form-input .input-upload label input[type="file"] {
  opacity: 0;
  position: absolute;
  left: -999999px;
}
.ui-compLicense-flow {
  margin-top: 30px;
  margin-bottom: 30px;
  background: url('http://guomindaipai.com/images/company.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  padding: 30px;
}
.ui-compLicense-flow.noBg {
  background: none;
}
.ui-compLicense-flow.no-mar-bottom {
  margin-bottom: 0;
}
.ui-compLicense-flow .flow-title {
  color: #555;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 20px;
}
.ui-compLicense-flow .flow-title.white {
  color: #fff;
}
.ui-compLicense-flow .flow-sequence.mar-top-60 {
  margin-top: 60px;
}
.ui-compLicense-flow .flow-sequence ul:after {
  clear: both;
  content: '';
  display: block;
}
.ui-compLicense-flow .flow-sequence ul li {
  width: 25%;
  float: left;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.ui-compLicense-flow .flow-sequence ul li span {
  width: 170px;
  padding: 10px 0;
  border-radius: 40px;
  display: inline-block;
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
  color: #fff;
}
.ui-compLicense-flow .flow-sequence ul li .icon {
  width: 48px;
  height: 48px;
  color: #e74b1a;
  line-height: 48px;
  text-align: center;
  position: absolute;
  right: -24px;
  top: -8px;
}
.ui-compLicense-form {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.ui-compLicense-form form {
  padding-left: 270px;
  display: block;
  margin: 0 auto;
}
.ui-compLicense-form input[type="submit"] {
  opacity: 0;
  position: absolute;
  left: -999999px;
}
.ui-compLicense-form label.submit_btn {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  width: 200px;
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
  height: 42px;
  line-height: 42px;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}
.ui-compLicense-form label.submit_btn:hover {
  opacity: 0.8;
}
.ui-compLicense-para {
  width: 500px;
  margin: 0 auto;
  margin-top: 30px;
}
.ui-compLicense-para .h4 {
  text-align: center;
  font-size: 18px;
  color: #666;
  line-height: 1.1;
  margin-bottom: 10px;
}
.ui-compLicense-para p {
  line-height: 1.7;
  font-size: 12px;
  color: #777;
}
.ui-suite-form .ui-total-price {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555;
  text-align: center;
}
.ui-suite-form .ui-total-price span {
  color: #e74b1a;
  font-size: 22px;
}
.ui-suite-form .ui-total-pay {
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
  text-align: center;
  width: 200px;
  margin: 0 auto;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 20px;
  transition: opacity 0.3s ease;
}
.ui-suite-form .ui-total-pay:hover {
  opacity: 0.8;
}
.ui-suite-form .ui-total-pay a {
  padding: 13px 0;
  color: #fff;
  font-size: 14px;
  display: block;
}
.ui-suite-form .ui-total-pay a:hover {
  box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.ui-suite-form .ui-pay-contact {
  color: #999;
  text-align: center;
}
.ui-suite-form .ui-pay-contact a {
  color: #4b8ada;
}
.ui-warning {
  padding: 7px 20px;
  line-height: 1.5;
  font-size: 12px;
  background-color: #fef9f8;
  position: relative;
  padding-right: 20px;
}
.ui-warning i {
  font-size: 16px;
  color: #d24316;
  position: relative;
  top: 1px;
}
.ui-warning span {
  color: #5e1e0a;
}
.ui-warning .close {
  position: absolute;
  height: 20px;
  width: 20px;
  right: 11px;
  top: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
  transform: scale(1);
}
.ui-warning .close:hover {
  transform: scale(1.1);
}
.ui-warning .close:hover i {
  font-weight: bold;
}
.ui-left {
  width: 240px;
  margin-top: 30px;
}
.ui-service-wrap {
  margin-bottom: 30px;
}
.ui-service-list {
  background-color: #fff;
}
.ui-service-list li {
  line-height: 1.5;
  font-size: 16px;
  color: #333;
}
.ui-service-list li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.ui-service-list li a {
  padding: 17px 20px;
  display: block;
  color: #333;
}
.ui-service-list li a span {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  display: block;
  font-weight: normal;
}
.ui-service-list li.on {
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
  color: #fff;
}
.ui-service-list li.on a {
  color: #fff;
  font-weight: bold;
}
.ui-service-list li.on a span {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  font-weight: normal;
}
.need-submit-cl{
	background-color: #e74b1a;
    background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
    text-align: center;
    width: 200px;
    margin: 0 auto;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 20px;
    transition: opacity 0.3s ease;
}

.ui-service-content {
  width: 930px;
  margin-top: 30px;
}
.ui-service-content .section {
  display: none;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 160px;
}
.ui-service-form {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.ui-service-form form {
  display: block;
  margin: 0 auto;
}
.ui-service-form input[type="submit"] {
  opacity: 0;
  position: absolute;
  left: -999999px;
}
.ui-service-form label.submit_btn {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  width: 200px;
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
  height: 42px;
  line-height: 42px;
  margin: 0 auto;
  margin-left: 140px;
  transition: opacity 0.3s ease;
}
.ui-service-form label.submit_btn:hover {
  opacity: 0.8;
}
.ui-service-para {
  width: 500px;
  margin-top: 30px;
}
.ui-service-para .h4 {
  font-size: 18px;
  color: #555;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 20px;
}
.ui-service-para p {
  line-height: 1.7;
  font-size: 12px;
  color: #777;
}
.ui-about-banner {
  height: 200px;
  background: url(../img/index-wall-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
.ui-about-banner .ui-about-title {
  color: #fff;
  line-height: 200px;
  font-size: 28px;
  text-align: center;
}
.ui-about-para {
  margin: 30px 0;
  background-color: #fff;
  padding: 30px;
  line-height: 1.8;
  font-size: 16px;
}
.ui-about-para h2 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}
.ui-about-para header {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
}
.ui-about-para p {
  margin-bottom: 20px;
  color: #666;
}
.ui-about-para span {
  color: #333;
}
.ui-about-para .ask {
  color: #e74b1a;
  line-height: 1.5;
}
.ui-about-para .anwser {
  line-height: 1.5;
  text-indent: 2em;
}
.ui-about-para .q_item {
  margin-bottom: 20px;
}
.ui-news-list {
  background-color: #fff;
  padding: 30px;
  margin: 30px auto;
}
.ui-news-list ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  transition: transform 0.3s ease;
  transform: translateX(0);
}
.ui-news-list ul li:hover {
  transform: translateX(10px);
}
.ui-news-list ul li a {
  display: block;
  padding: 10px 0;
}
.ui-news-list ul li a .title {
  font-size: 20px;
  padding: 10px 0;
  color: #666;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 56px;
}
.ui-news-list ul li a .title .icon {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 0;
  top: 10px;
  border-radius: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
}
.ui-news-list ul li a .title .icon i {
  color: #fff;
  font-size: 24px;
}
.ui-news-list ul li a .sum {
  line-height: 1.4;
  color: #666;
  font-size: 14px;
  max-height: 19px;
  overflow: hidden;
}
.ui-news-list ul li a .ell {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  margin-bottom: 10px;
}
.ui-news-list ul li a .more {
  font-size: 14px;
  color: #e74b1a;
}
.ui-news-list ul li a .more:hover {
  color: #f19476;
}
.para-comp .date {
  color: #666;
  font-size: 12px;
  margin-bottom: 30px;
}
.para-comp .date span {
  color: #888;
}
.ui-shop-list {
  background-color: #fff;
  padding: 30px;
  margin: 30px 0;
}
.ui-shop-list ul li {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.ui-shop-list ul li .img {
  float: left;
  width: 300px;
  height: 200px;
}
.ui-shop-list ul li .img img {
  max-width: 300px;
}
.ui-shop-list ul li .txt {
  width: 800px;
  float: right;
  padding-top: 52px;
}
.ui-shop-list ul li .txt .title {
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 15px;
  color: #555;
}
.ui-shop-list ul li .txt .addr {
  line-height: 1.4;
  color: #888;
  margin-bottom: 15px;
}
.ui-shop-list ul li .txt .more {
  background-color: #e74b1a;
  background-image: linear-gradient(135deg, #e74b1a 10%, #f19476 100%);
  padding: 10px 20px;
  color: #fff;
  width: 100px;
  text-align: center;
  border-radius: 40px;
}
.ui-shop-list ul li .txt .more a {
  color: #fff;
  font-size: 14px;
}
.ui-account-wrap .title {
  line-height: 1.1;
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}
.ui-account-wrap .title span {
  color: #e74b1a;
}
.ui-account-wrap table {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  width: 100%;
  border-collapse: collapse;
}
.ui-account-wrap table td {
  font-size: 16px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px 10px;
  text-align: center;
}
.ui-account-wrap table td.active {
  background-color: #fffdfc;
}
.ui-account-wrap table td span {
  display: inline-block;
  margin-top: 10px;
  color: #e74b1a;
}
.ui-account-wrap table td a {
  color: #e74b1a;
  text-decoration: underline;
}
.ui-order-wrap .title {
  font-size: 18px;
  color: #555;
  line-height: 1.1;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.ui-bid-wrap .title {
  font-size: 18px;
  color: #555;
  line-height: 1.1;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.ui-order-wrap .order-list {
  width: 100%;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  border-collapse: collapse;
  margin-top: 20px;
  border-bottom-color: transparent;
}
.ui-order-wrap .order-list th {
  background-color: #fffdfc;
  text-align: center;
  color: #555;
  font-size: 14px;
  padding: 20px 10px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.ui-order-wrap .order-list td {
  text-align: center;
  padding: 20px 10px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.ui-order-wrap .order-list td a {
  display: inline-block;
  margin-right: 5px;
  color: #4b8ada;
}
.ui-order-wrap .order-list td a:hover {
  text-decoration: underline;
}
.ui-order-wrap .order-list td a:last-child {
  margin-right: 0;
}
.ui-order-wrap .no-data {
  line-height: 200px;
  color: #555;
  font-size: 16px;
  font-weight:bold;
  text-align: center;
}
.ui-bid-list li {
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0);
  height: 200px;
  margin-bottom: 20px;
}
.ui-bid-list li:hover {
  box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.ui-bid-list li .img {
  float: left;
  width: 130px;
  height: 200px;
  /* background-color: #eee; */
}
.ui-bid-list li .img img {
  width: 130px;
  height: 200px;
}
.ui-bid-list li .txt {
  float: right;
  width: 730px;
  padding: 10px 0;
}
.ui-bid-list li .txt .num {
  font-size: 16px;
  line-height: 1.1;
  color: #666;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-top: 20px;
}
.no-biddata{
	line-height: 200px;
    color: #555;
    font-size: 16px;
    font-weight:bold;
    text-align: center;
}
.ui-bid-list li .txt .num span {
  color: #555;
}
.ui-bid-list li .txt .id_num {
  font-size: 14px;
  line-height: 1.1;
  color: #666;
  margin-bottom: 10px;
}
.ui-bid-list li .txt .id_num span {
  color: #555;
}
.ui-bid-list li .txt .bid-pass {
  font-size: 16px;
  line-height: 1.1;
  color: #666;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-top: 10px;
}
.ui-bid-list li .txt .bid-pass span {
  color: #555;
}
.ui-bid-list li .txt .bid-pass a {
  color: #4b8ada;
}
.ui-bid-list li .txt .bid-pass a:hover {
  text-decoration: underline;
}
.ui-contract-content {
  line-height: 1.1;
  font-size: 14px;
  padding-bottom: 50px;
}
.ui-contract-content * {
  line-height: 1.1;
}
.ui-contract-content h1 {
  text-align: center;
  margin: 30px 0;
  line-height: 1.4;
}
.ui-contract-content h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 15px 0 5px;
  border-left: 4px solid #e74b1a;
  padding-left: 10px;
}
.ui-contract-content h4 {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0;
}
.ui-contract-content p {
  text-indent: 2em;
  margin: 10px 0;
  line-height: 1.8;
}
.ui-contract-content li {
  line-height: 1.8;
}

.ui-index-content .section.audio_comments .comments-box {
   width: 1200px;
   margin: 0 auto;
   overflow: hidden;
   position: relative;
 }
 .ui-index-content .section.audio_comments .pointer {
   z-index: 33;
   position: absolute;
   width: 48px;
   border: 1px solid #eee;
   border-radius: 48px;
   top: 50%;
   margin-top: -24px;
   line-height: 46px;
   text-align: center;
   color: #999;
   background-color: #fff;
 }
 .ui-index-content .section.audio_comments .pointer.l {
   left: 0;
 }
 .ui-index-content .section.audio_comments .pointer.r {
   right: 0;
 }
 .ui-index-content .section.audio_comments .pointer:hover {
   background-color: #e74b1a;
   color: #fff;
   border-color: #e74b1a;
   box-shadow: 0 0 15px #eee;
   box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
 }
 .ui-index-content .section.audio_comments .list-wrap {
   position: relative;
   height: 300px;
   padding: 20px 0;
   width: 1000px;
   margin: 0 auto;
   overflow: hidden;
 }
 .ui-index-content .section.audio_comments .list {
   width: 100%;
   position: absolute;
   left: 0;
   transition: left 0.3s ease;
 }
 .ui-index-content .section.audio_comments .list li {
   float: left;
   width: 360px;
   height: 260px;
   border-radius: 5px;
   border: 1px solid #eee;
   box-shadow: 0 0 15px #eee;
   box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
   margin-right: 20px;
   padding: 20px;
 }
 .ui-index-content .section.audio_comments .list li .name {
   font-size: 18px;
   line-height: 1.1;
   margin-bottom: 8px;
 }
 .ui-index-content .section.audio_comments .list li .from:after {
   clear: both;
   content: '';
   display: block;
 }
 .ui-index-content .section.audio_comments .list li .from .item {
   float: left;
   width: 50%;
   font-size: 14px;
   color: #999;
 }
 .ui-index-content .section.audio_comments .list li .comments {
   margin: 10px 0;
   font-size: 14px;
   line-height: 1.4;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
 }
 .ui-index-content .section.audio_comments .list li .audio_c {
   border: 1px solid #eee;
   border-radius: 5px;
   padding: 10px 10px;
   line-height: 26px;
   color: #999;
   font-size: 12px;
   cursor: pointer;
 }
 .ui-index-content .section.audio_comments .list li .audio_c audio {
   position: absolute;
   left: -99999px;
 }
 .ui-index-content .section.audio_comments .list li .audio_c i {
   color: #e74b1a;
 }
 .ui-index-content .section.audio_comments .list li .img {
   overflow: hidden;
   margin-top: 10px;
   height: 80px;
   cursor: pointer;
 }
 .ui-index-content .section.audio_comments .list li .img img {
   max-height: 100%;
 }
