/*??������????����???? ?��??����*/
.theme-title {
  margin-top: 55px;
  font-size: 28px;
  color: #333;
  letter-spacing: 2px;
  padding-bottom: 15px;
  text-align: center;
}
.theme-title-underline {
  width: 46px;
  height: 2px;
  background-color: #ff0037;
  margin: 10px auto;
}
/* partner */
.xmb-partners {
  width: 100%;
  height: 650px;
  background: url("../img/partner_bg.png") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 1px;
}
.xmb-partners-box {
  width: 1196px;
  margin: 40px auto;
  border: 1px dashed #efefef;
}
.xmb-partners-box-thead {
  width: 100%;
  height: 39px;
  border-bottom: 1px dashed #efefef;
  background: #f6faff;
}
.xmb-partners-box-thead-li {
  float: left;
  width: 199px;
  line-height: 39px;
  font-size: 14px;
  color: #666;
  text-align: center;
  border-right: 1px solid #efefef;
}
.xmb-partners-box-thead-li:last-child {
  border-right: 0;
}
.xmb-partners-box-thead-li i {
  font-size: 20px;
  color: #999;
  vertical-align: middle;
  padding-right: 10px;
}
.xmb-partners-box-body {
  background-color: #fff;
}
.xmb-partners-box-pic {
  width: 100%;
  height: 79px;
}
.xmb-partners-box-pic-li {
  float: left;
  width: 199px;
}
.xmb-partners-box-pic-li > img {
  width: 198px;
  height: 77px;
  border-right: 1px dashed #efefef;
  border-bottom: 1px dashed #efefef;
}
.xmb-partners-box-pic-li:last-child > img {
  border-right: 0;
}
.xmb-partners-box-pic:last-child > .xmb-partners-box-pic-li > img {
  border-bottom: 0;
}
.partner-selected {
  /*width: 198px;*/
  /*height: 77px;*/
  display: none;
}
.xmb-partners-box-pic-li:hover .partner-selected {
  display: block;
  -webkit-box-shadow: 0 0 16px #ddd;
  -moz-box-shadow: 0 0 16px #ddd;
  box-shadow: 0 0 16px #ddd;
  transform: translate3d(0, 0, 0);
  border: none;
}
.xmb-partners-box-pic-li:hover {
  border: none;
  transform: translate3d(0, 0, 0);
}
.xmb-partners-box-pic-li:hover .partner-default {
  display: none;
  border: none;
}
/* ?����??��??-??? */
.uc-body {
  background-color: #fff;
  position: relative;
}
.uc-body .left-white-mask {
  background: #fff;
  width: calc(50% - 450px);
  min-width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.uc-body .uc-content .left-menu {
  width: 150px;
  float: left;
  padding: 60px 0;
  border-right: 1px solid #f0f2f5;
}
.uc-body .uc-content .left-menu > ul > li {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 10px;
}
.uc-body .uc-content .left-menu > ul > li > a {
  display: block;
  color: #666;
  text-decoration: none;
}
.uc-body .uc-content .left-menu > ul > li:hover > a,
.uc-body .uc-content .left-menu > ul > li.active > a {
  color: #5185FF;
}
.uc-body .uc-content .left-menu > ul > li > ul {
  margin-left: 30px;
}
.uc-body .uc-content .left-menu > ul > li > ul > li {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.uc-body .uc-content .left-menu > ul > li > ul > li > a {
  display: block;
  color: #666;
  text-decoration: none;
}
.uc-body .uc-content .left-menu > ul > li > ul > li:hover > a,
.uc-body .uc-content .left-menu > ul > li > ul > li.active > a {
  color: #5185FF;
}
.uc-body .uc-content .right-content {
  width: 1020px;
  float: left;
  padding-top: 30px;
  padding-left: 30px;
  margin-bottom: 30px;
}
.uc-body .uc-content .right-content .content {
  padding-left: 30px;
}
.uc-body .uc-content .right-content .uc-card {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
}
/*# sourceMappingURL=main.css.map */