/*清除浮动*/
.clearfix:after{
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix{ /*兼容 IE*/
  zoom: 1;
}
.container {
  margin: 0 auto;
}
html, body {
  font-family: 'PingFangSC','helvetica neue','hiragino sans gb','Arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif'!important;
}
div {
  font-family: inherit;
}
.none-padding{padding:0!important;}

/*头部*/
.header {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
}
.header-logo {
  float: left;
  margin-top: 1rem;
}
.header-nav {
  float: right;
}
.header-nav ul {
  padding: 0;
  margin: 0;
  position: relative;
  display: inline-block;
  text-align: center;
}
.header-nav li {
  display: inline-block;
  list-style: none;
  margin-right: 30%;
  line-height: 4.67rem;
}
.header-nav li:nth-child(4) {
  position: relative;
}
.header-nav li a {
  text-decoration: none;
  font-size: 1.07rem;
  color: #fff;
}
/*移动端头部*/
.mobile-header {
  position: absolute;
  z-index: 20;
  width: 100%;
}
.mobile-header .left .mobile-logo{
  width: 100%;
  margin-top: 0.5rem;
}
.mobile-header .right {
  margin-top: 0.9rem;
}
.mobile-header .right .header-nav-made {
  display: block;
  background:rgba(255,255,255,0.20);
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  line-height: 2rem;
}
.mobile-header .right .nav-list {
  border: 1px solid #fff;
  text-align: center;
  line-height: 2.1rem;
  height: 2.1rem;
}
.mobile-header .right .nav-list img {
  height: 60%;
  width: auto;
  margin-bottom: 0.4rem;
}
.mobile-header.showMobile {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 102;
  background: #333;
  color: #fff;
  height: 100%;
}
.showMobile .nav-details {
  border-top: 1px solid #666;
  margin-top: 1.25rem;
}
.showMobile .nav-details ul {
  padding: 0;
  margin: 0;
}
.showMobile .nav-details ul li {
  list-style: none;
  line-height: 4rem;
  position: relative;
}
.showMobile .nav-details ul li a {
  color: #fff;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.showMobile .nav-details ul li img {
  position: absolute;
  right: 1.25rem;
  width: 0.6rem;
  top: 1.2rem;
}
.mobile-header .nav-details {
  display: none;
}
/*导航激活状态*/
.header-nav li.active {
  border-bottom: 2px solid #fff;
  line-height: 3.13rem !important;
}
.header-nav .header-nav-button {
  margin-top: 1.27rem;
}
.header-nav span {
  display: inline-block;
  border-radius:2px;
  width: 46%;
  height: 2.28rem;
  line-height: 2.28rem;
  font-size: 1.1rem;
  text-align: center;
}
.header-nav .header-nav-attention {
  border:1px solid #dcdcdc;
  border-radius:2px;
  cursor: pointer;
  color:#ffffff;
  background: transparent;
  margin-right: 4%;
}
.header-nav .header-nav-made {
  border:1px solid #fff;
  background:#ffffff;
  border-radius:2px;
  color:#328ffc;
  cursor: pointer;
}

/*首页*/
.home {
  width: 100%;
}

/*首页banner轮播*/
.home .lunbo-1 {
  width: 100%;
  height: 18.67rem;
}
.home .lunbo-1 .swiper-slide {
  background-position: center;
  background-size: cover;
}
@keyframes bannerAnimate {
  0% {transform: scale(1)}
  50% {transform: scale(1.2)}
  100% {transform: scale(1)}
}
.home .lunbo-1 .swiper-button-prev {
  left: 4.67rem;
}
.home .lunbo-1 .swiper-button-next {
  right: 4.67rem;
}
.home .lunbo-1 .swiper-button-prev, .home .swiper-button-next {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 4.53rem;
  height: 4.53rem;
}

.home .lunbo-1 .swiper-pagination-bullet {
  width: 0.93rem;
  height: 0.93rem;
}
.home .lunbo-1 .one-title {
  font-size: 1.5rem;
  color:#ffffff;
  text-shadow:0 0 3px rgba(0,0,0,0.10);
  margin-top: 10rem;
  margin-bottom: 0.83rem;
}

.home .lunbo-1 .one-subtitle {
  font-size: 1rem;
  color:#ffffff;
  letter-spacing:1px;
  margin-bottom: 5.71rem;
}
.home .lunbo-1 button {
  border: 1px solid #ffffff;
  border-radius: 2px;
  width: 14rem;
  height: 3rem;
  cursor: pointer;
}
.home .lunbo-1 button.normal {
  background: transparent;
  color: #fff;
  font-size: 1.33rem;
}

/*首页-我们的服务优势*/
.home .home-advantage {
  padding: 4.67rem 0 5.3rem 0;
}

.home .home-title {
  font-size: 2.13rem;
  color: #333;
  text-align: center;
  font-weight: 300;
}

.home .home-subtitle {
  font-size: 1rem;
  color: #666;
  text-align: center;
  margin-bottom: 3.33rem;
}
.home-subtitle-mobile {
  font-size: 1.07rem;
  color: rgb(51, 51, 51);
}
.home .home-advantage-item {
  /*width: 33%;*/
  margin-bottom: 3.6rem;
  text-align: center;
  /*float: left;*/
}
.home .home-advantage-item img {
  width: 4rem;
  height: 4rem;
}
.home .home-advantage-item img:hover {
  animation: advantageImg 1.5s linear;
}
@keyframes advantageImg {
  0% {opacity: 1}
  50% {opacity: 0.5}
  100% {opacity: 1}
}
.home .home-line {
  display: block;
  background:#e4e7ec;
  width:4rem;
  height:2px;
  margin: 1.33rem auto;
}
.home .home-advantage-item .title {
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  margin: 1rem 0 1.33rem 0;
}
.home .home-advantage-item .content {
  width: 44%;
  font-size: 1rem;
  color: #666;
  margin: 0 auto;
  line-height: 1.4rem;
}

/*首页——法律机器人*/
.home .home-legalRobot {
  padding: 4.67rem 0 5.33rem 0;
}
.home-legalRobot .home-legalRobot-back {
  position: absolute;
  left: 4%;
  top: 0;
  width: 92%;
  height: 95%;
  z-index: 10;
  display: none;
}
.home .home-legalRobot-item {
  position: relative;
  width: 100%;
  height: 25rem;
  float: left;
  background: #fff;
  text-align: center;
  margin-bottom: 1.33rem;
  transition: all .3s ease-in;
  /*transform: rotateY(-90deg);*/
}
@keyframes rotateRight {
  0% {transform: rotateY(-90deg)}
  100% {transform: rotateY(0)}
}
.home .home-legalRobot-item:last-child {
  margin-right: 0;
}
.home-legalRobot-item .home-legalRobot-item-logo {
  width: 6.67rem;
  height: 6.67rem;
  border-radius: 50%;
  margin: 2rem 0;
}
.home-legalRobot-item .title {
  font-size: 1.6rem;
  color: #333;
}
.home-legalRobot-item .line {
  width: 2.67rem;
  height: 4px;
  margin: 1.33rem auto;
}
.home-legalRobot-item .content {
  width: 16rem;
  font-size: 0.933rem;
  color: #666;
  line-height: 1.4rem;
  margin: 0 auto;
  text-align: center;
}
.home-legalRobot-item .button {
  display: block;
  width: 7.5rem;
  height: 1.8rem;
  line-height: 1.8rem;
  cursor: pointer;
  font-size: 0.93rem;
  margin: 1rem auto;
  transition: all .5s ease-out;
}
.home-legalRobot-item:hover {
  position: relative;
  z-index: 1;
  box-shadow:0 2px 20px 0 rgba(0,0,0,0.12);
}
.home-legalRobot-item .button {
  background: #fff;
  border: 1px solid #328ffc;
  border-radius: 2px;
  color: #328ffc;
  margin: 1rem auto;
}
.home-legalRobot-item .button:hover {
  background: #328ffc;
  color: #fff;
  border: 1px solid #328ffc;
}

/*右侧固定菜单*/
.right-fixed {
  display: none;
  position: fixed;
  right: 1.33rem;
  z-index: 100;
  top: 60%;
}
.right-fixed ul {
  padding: 0;
}
.fixed-item:nth-child(1) {
  /*background: url(http://fargogo.oss-cn-shanghai.aliyuncs.com/assets/img/fixed/qq.png);*/
  display: none;
}
.fixed-item:nth-child(1):hover {
  display: none;
  /*background: url(http://fargogo.oss-cn-shanghai.aliyuncs.com/assets/img/fixed/qqActive.png);*/
}
.fixed-item:nth-child(2) {
  background: url(http://fargogo.oss-cn-shanghai.aliyuncs.com/assets/img/fixed/phone.png);
}
.fixed-item:nth-child(2):hover {
  background: url(http://fargogo.oss-cn-shanghai.aliyuncs.com/assets/img/fixed/phoneActive.png);
}
.fixed-item:nth-child(3) {
  background: url(http://fargogo.oss-cn-shanghai.aliyuncs.com/assets/img/fixed/wechat.png);
}
.fixed-item:nth-child(3):hover {
  background: url(http://fargogo.oss-cn-shanghai.aliyuncs.com/assets/img/fixed/wechatActive.png);
}
.fixed-item:nth-child(4) {
  background: url(http://fargogo.oss-cn-shanghai.aliyuncs.com/assets/img/fixed/arrow.png);
}
.fixed-item:nth-child(4):hover {
  background: url(http://fargogo.oss-cn-shanghai.aliyuncs.com/assets/img/fixed/arrowActive.png);
}
.right-fixed .fixed-item {
  position: relative;
  width: 3.33rem;
  height: 3.33rem;
  border-radius: 50%;
  margin-bottom: 0.67rem;
  /*background: #fff;*/
  list-style: none;
  box-shadow:0 0 12px 0 rgba(0,0,0,0.10);
  background-position: -1.45rem;
}
.right-fixed .fixed-item:hover {
  background-position: -1.45rem;
  cursor: pointer;
  transition: all .5s ease-out;
}
.fixed-item:last-child.hide {
  opacity: 0;
  display: none;
}
.fixed-item:last-child.show {
  opacity: 1;
  display: block;
  transition: all .5s ease-out;
}
.fixed-item .fixed-details {
  position: absolute;
  right: 5rem;
  /*bottom: 0;*/
  padding: 0.93rem;
  background: #fff;
  z-index: 10;
  box-shadow:0 0 12px 0 rgba(0,0,0,0.10);
  border-radius:2px;
  transform: scale(0) translateX(1.33rem);
}
.fixed-item .fixed-details:after {
  left: 100%;
  top: 40%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #fff;
  border-width: 1rem;
  margin-top: -1rem;
}
.fixed-details.active {
  transform: scale(1) translateX(0);
  opacity: 1;
  transition: all .4s ease-out;
}
.fixed-details p {
  padding: 0;
  margin: 0;
  font-size: 0.93rem;
  color:#333333;
  line-height: 1.33rem;
  text-align:center;
}
.fixed-item:nth-child(2) .fixed-details {
  width: 12.5rem;
  height: 12.5rem;
}
.fixed-item:nth-child(2) .fixed-details .fixed-details-tel {
  margin-bottom: 2rem;
}
.fixed-item:nth-child(2) .fixed-details.bottom {
  bottom: -6rem;
}
.fixed-item:nth-child(3) .fixed-details.bottom {
  bottom: -7.5rem;
}
.fixed-item:nth-child(3) .fixed-details img {
  width: 10rem;
  height: 10rem;
}
/*定制过渡*/
.home-dingZhi {
  text-align: center;
  background: #f8f8f9;
  border-top: 2px solid #f0efef;
}
.home-dingZhi .text {
  padding-top: 3rem;
  padding-bottom: 2rem;
  font-size: 1.86rem;
  color:#333;
  line-height: 1.86rem;
}
.home-dingZhi .button {
  padding-bottom: 3rem;
}
.home-dingZhi .button button {
  background:#328ffc;
  border-radius:2px;
  width: 12rem;
  height: 2.7rem;
  /*line-height: 2.7rem;*/
  border: none;
  font-size: 1.14rem;
  color:#fff;
}

/*他们都在使用*/
.home .home-user {
  padding: 5.33rem 0;
}
.home-user .user-container {
  width: 100%;
  height: 250px;
}
.lunbo-2 {
  width: 100%;
  height: 16.67rem;
}
.home-user .container {
  max-width: 50.67rem;
  margin: 0 auto;
}
.home-user .swiper-slide .section {
  width: 66.66666667%;
}
.home-user .pagination-2 {
  display: none;
}
.home-user .left {
  width: 8.67rem;
  height: 8.67rem;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
}
.home-user .left img {
  width: 100%;
  height: 100%;
}
.home-user .next-2, .home-user .prev-2 {
  border:1px solid #e9edf0;
  width: 2.17rem;
  height: 2.17rem;
  background: #fff;
  border-radius:100%;
  bottom: -1rem;
  top: inherit;
}
.home-user .next-2 {
  right: 40%;
}
.home-user .prev-2 {
  left: 40%;
}

.home-user .right p:first-child {
  font-size: 1.07rem;
  color:#333333;
  text-align: left;
}
.home-user .right p:nth-child(2) {
  font-size: 0.93rem;
  color:#444444;
  line-height: 1.4rem;
  text-align:justify;
}
.home-user .right:last-child {
  font-size: 0.87rem;
  color:#999999;
}
.home-user .swiper-pagination-bullet {
  opacity:0.2;
  background:#328ffc;
  width: 0.8rem;
  height: 0.8rem;
  border-radius:100%;
}
.home-user .swiper-pagination-bullet-active {
  opacity: 1;
  background:#328ffc;
  width: 0.8rem;
  height: 0.8rem;
  border-radius:100%;
}

/*新闻动态*/
.home .home-news {
  padding-bottom: 5.33rem;
  padding-top: 5.33rem;
  display: none;
}
.more {
  font-size: 1rem;
  color:#328ffc;
  text-decoration: none;
}
.home-news .home-subtitle {
  margin-bottom: 2rem;
}
.home-news .lunbo-3 {
  margin-top: 3.33rem;
  /*max-width: 1181px;*/
  height: 32rem;
}
.home-news .news-list {
  position: relative;
  width: 100%;
  height: 29rem;
  float: left;
  background: #fff;
  padding: 0;
  display: block;
  /*margin-left: 2%;*/
}
.home-news .news-list:first-child {
  margin-left: 0;
}
.home-news .news-list img {
  width: 100%;
  height: 14.27rem;
}
.home-news .news-list .title {
  font-size: 1.07rem;
  color:#444444;
  text-align:left;
  margin: 1.33rem;
}
.home-news .news-list .subtitle {
  font-size: 0.93rem;
  color:#999999;
  text-align:left;
  margin-left: 1.33rem;
  margin-bottom: 1.33rem;
}
.home-news .news-list .content {
  font-size: 0.93rem;
  color:#666666;
  line-height: 1.4rem;
  text-align:justify;
  margin: 0 1.33rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-news .news-list a {
  position: absolute;
  bottom: 1rem;
  left: 2.33rem;
  background: #fff;
  border:1px solid #328ffc;
  border-radius:2px;
  width: 6.53rem;
  height: 1.47rem;
  line-height: 1.47rem;
  font-size: 0.93rem;
  color:#328ffc;
  text-align: center;
  cursor: pointer;
  display: block;
  text-decoration: none;
  transition: all .5s ease-out;
}

.news-list:hover {
  position: relative;
  z-index: 1;
  background:#ffffff;
  box-shadow:0 0 20px rgba(0,0,0,0.15);
}
.home-news .news-list a:hover {
  background: #328ffc;
  color: #fff;
}

.home-news .swiper-pagination-bullet {
  opacity:0.2;
  background:#328ffc;
  width: 0.8rem;
  height: 0.8rem;
  border-radius:100%;
}
.home-news .swiper-pagination-bullet-active {
  opacity: 1;
  background:#328ffc;
  width: 0.8rem;
  height: 0.8rem;
  border-radius:100%;
}

/*合作伙伴*/
.home .home-friends {
  padding-top: 5.33rem;
  padding-bottom: 5.33rem;
}
.friends-list {
  margin-top: 3.33rem;
}
.friends-list .friends-list-img {
  margin-bottom: 1.43rem;
}
.friends-list .friends-item {
  width: 100%;
  height: auto;
  padding: 1.2rem;
  background:#ffffff;
  border:1px solid #f0efef;
}
.friends-list .friends-item:nth-child(8n+1) {
  margin-left: 0;
}

/*申请企业定制*/
.apply-bg-animate {
  /*animation: applyBg 2s 3 ease-out;*/
}
@keyframes applyBg {
  0% {transform: scale(1)}
  50% {transform: scale(1.1)}
  100% {transform: scale(1)}
}
.home .home-apply {
  padding-bottom: 5.33rem;
  padding-top: 5.33rem;
}
.home-apply .apply-form {
  /*width: 60%;*/
  /*float: none;*/
  margin: 0 auto;
}
.home-apply .apply-form ul li{
  list-style: none;
  opacity:0.7;
  border:1px solid #ffffff;
  border-radius:2px;
  margin-bottom: 1.33rem;
  padding: 0.8rem 0.93rem;
}
.home-apply .apply-form ul {
  padding: 0;
}
.apply-form ul {
  margin: 0;
}
.home-apply .apply-form ul li:first-child {
  /*float: left;*/
  /*width: 49%;*/
}
.home-apply .apply-form ul li:nth-child(2) {
  /*float: right;*/
  /*width: 49%;*/
}
.apply-form ul li:last-child {
  float: left;
  width: 100%;
}
.home-apply .apply-form ul li:nth-child(2n-1) {
  margin-left: 0;
}
.apply-form ul li .name {
  font-size: 0.93rem;
  color:#ffffff;
}
.apply-form ul li input {
  border: none;
  background: transparent;
  color: #fff;
}
.apply-form ul li:first-child input {
  width: 11rem;
}
.apply-form ul li:nth-child(2) input {
  width: 11rem;
}
.apply-form ul li:nth-child(3) input {
  width: 13rem;
}
.apply-submit {
  display: block;
  background:#328ffc;
  border-radius:2px;
  height: 3.33rem;
  font-size: 1.07rem;
  color:#ffffff;
  line-height: 3.33rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 2.67rem;
  cursor: pointer;
  transition: all .5s ease-out;
}
.apply-submit:hover {
  opacity: 0.8;
}

 /*底部*/
.footer {
  background: #fff;
}
.footer .footer-body {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.footer .footer-list {
  float: left;
  /*margin-left: 11.93rem;*/
}
.footer-list:first-child {
  margin-left: 0;
}
.footer .footer-right {
  /*float: right;*/
}
.footer .footer-list .title {
  font-size: 0.93rem;
  color:#333333;
  font-weight: bold;
  margin-bottom: 2rem;
}
.footer-list .content-list .content {
  font-size: 0.87rem;
  color:#666666;
}

.footer-right .service {
  /*float: left;*/
  /*padding-top: 2.67rem;*/
  /*margin-right: 3rem;*/
}
.footer-right .code {
  /*float: right;*/
  /*width: 9.87rem;*/
  /*height: 9.87rem;*/
}
.footer-right .code img {
  width: 70%;
  height: auto;
}
.footer-right .service p {
  padding: 0;
  margin: 0 0 0.67rem 0;
}
.footer-right .service p:first-child {
  font-size: 0.87rem;
  color:#666666;
  text-align:left;
}
.footer-right .service p:nth-child(2) {
  font-size: 1.87rem;
  color:#444444;
}
.footer-right .service p:nth-child(3) {
  font-size: 0.87rem;
  color:#666666;
}

.footer-right .service p:nth-child(4) {
  font-size: 1rem;
  color:#666666;
}

.footer .address {
  text-align: center;
  font-size: 0.8rem;
  color:#333333;
  background:#f0efef;
  /*height: 2.67rem;*/
  line-height: 2.67rem;
}

/*关于页面*/
.about {
  width: 100%;
}
.about-banner {
  width: 100%;
  height: 18.67rem;
  background: url(http://fargogo.oss-cn-shanghai.aliyuncs.com/assets/img/fade3.png);
  display: table;
}
.about-banner > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.about-banner p {
  padding: 0;
  margin: 0;
}
.about-banner p:nth-child(1) {
  font-size: 1.5rem;
  color:#ffffff;
  text-shadow:0 0 3px rgba(0,0,0,0.10);
  margin-bottom: 1.33rem;
}
.about-banner p:nth-child(2) {
  font-size: 1rem;
  color:#ffffff;
  letter-spacing: 1.1px;
  text-shadow:0 0 3px rgba(0,0,0,0.10);
}

/*关于我们列表*/
.about-content {
  padding: 6.67rem 0;
}
.about-content .about-nav a {
  height: 2.42rem;
  line-height: 2.42rem;
  text-align: center;
  float: left;
  font-size:1.14rem;
  color:#333;
  cursor: pointer;
  text-decoration: none;
}
.about-nav a.active {
  color: #fff !important;
  background: #328ffc;
  transition: all .5s ease-out;
}
.about-list {
  margin-top: 4.67rem;
}
.about-list-item {
  padding: 1.33rem;
  background:#f8f8f9;
  height: 18rem;
  margin-bottom: 3.93rem;
  display: block;
}
.about-list-item img {
  display: none;
  float: left;
  width: 32%;
  height: 100%;
}
.about-list-item .right {
  float: left;
  width: 100%;
  margin-left: 2%;
}
.about-list-item .right  p {
  padding: 0;
  margin: 0;
}
.about-list-item .right .title {
  font-size: 1.067rem;
  color:#444444;
  margin-bottom: 1.33rem;
}
.about-list-item .right .subtitle {
  font-size: 0.93rem;
  color:#999999;
  margin-bottom: 1.33rem;
}
.about-list-item .right .content {
  position:relative;
  font-size: 0.93rem;
  color:#666666;
  line-height: 1.4rem;
  height: 4.2rem;
  margin-bottom: 2rem;
  overflow:hidden;
}
.about-list-item .right .content:after {
  content:"...";
  font-weight:bold;
  position:absolute;
  bottom:0;
  right:0;
  padding:0 1.33rem 1px 3rem;
}
.about-list-item .right .button {
  display: block;
  border:1px solid #328ffc;
  border-radius:2px;
  width: 6.53rem;
  height: 1.47rem;
  font-size: 0.93rem;
  color:#328ffc;
  line-height: 1.47rem;
  text-align:center;
}

/*弹框*/
.alert-code {
  position: relative;
  display: none;
}
.alert-code .lawyer {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  opacity:0.8;
  background:#000000;
  width:100%;
  height:100%;
  overflow-y: hidden;
}
.alert-code .img {
  background: #fff;
  position: fixed;
  z-index: 110;
  width: 25rem;
  height: 24rem;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0 0 20px #5d5d5d;
  padding: 1.25rem;
  border-radius: 4px;
  text-align: center;
}
.alert-code .img .ercode {
  margin-top: 3.5rem;
}
.alert-code .img p {
  font-size: 1rem;
  color:#333333;
  padding: 0;
  margin-top: 1rem;
}
.alert-code .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  padding: 0.5rem;
}
.alert-code.show {
  display: block;
  transition: all .4s ease-out;
}

/*定制弹框*/
.customization {
  position: relative;
}
.customization .lawyer {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  opacity:0.8;
  background:#000000;
  width:100%;
  height:100%;
  overflow-y: hidden;
}
.customization .content {
  background: #fff;
  position: fixed;
  z-index: 110;
  /*width: 50rem;*/
  height: 35rem;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0 0 20px #5d5d5d;
  padding: 2.7rem 1.25rem;
  border-radius: 4px;
  text-align: center;
}
.customization .content .home-title {
  font-size:2.286rem;
  color:#333333;
}
.customization .content .home-subtitle {
  display: none;
  font-size: 1.07rem;
  color:#333333;
}
.customization .content .home-line {
  display: block;
  background:#e4e7ec;
  width: 4rem;
  height:2px;
  margin: 1.33rem auto;
}
.customization .content .form {
  margin-top: 0.7rem;
}
.customization .content .form .list {
  position: relative;
  opacity:0.95;
  border:1px solid #f0efef;
  border-radius:2px;
  padding: 0 1rem;
  width: 100%;
  text-align: left;
  margin-bottom: 1.4rem;
  transition: all .5s ease-out;
}
.customization .content .form .list:active {
  box-shadow: 0 0 4px blue;
}
.customization .content .form .list .star {
  color: #328ffc;
  position: absolute;
  right: 15px;
  top: 1.3rem;
}
.customization .content .form list.normal {
  float: none;
}
.customization .content .form .list input {
  border: none;
  padding: 1rem 0;
}
.customization .content .gongsi-input {
  width: 58%;
}
.customization .content .form .list .name {
  color: #666;
  font-size: 1rem;
}
.customization .content .form textarea {
  opacity:0.7;
  border:1px solid #f0efef;
  border-radius:2px;
  height: 7rem;
  outline: none;
}
.customization .customSubmit {
  background:#328ffc;
  border-radius:2px;
  color: #fff;
  cursor: pointer;
  font-size: 1.14rem;
  line-height: 3rem;
}
.customization .content .close {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.close {
  opacity: 1;
}
/*新闻详情页面*/
.about-details-nav {
  line-height: 4.75rem;
}
.about-details-nav a {
  text-decoration: none;
  color: #444;
}
.about-details-nav span {
  color: #666;
}
.about-detail-body img {
  width: 100%;
  height: auto;
}
.about-details-back {
  text-align: right;
}
.about-details-back .details-back-a {
  display: block;
  text-decoration: none;
  border:1px solid #328ffc;
  border-radius:2px;
  width: 6.5rem;
  height: 2.1rem;
  line-height: 2.1rem;
  font-size: 1.1rem;
  color:#328ffc;
  cursor: pointer;
  text-align: center;
  float: right;
}
.home-banner .banner {
  background-image: url(http://fargogo.oss-cn-shanghai.aliyuncs.com/assets/img/fade2.jpg);
}
.home-legalRobot-bgColor {
  background: #f8f8f9;
}
.home-friends-mobile {
  display: none;
}
.home-friends-pc {
  display: block;
}
.customSubmit-body {
  margin-top: 2rem;
}

/*提交失败红色边框*/
.activeBorderRed {
  border: 1px solid #f00 !important;
}
/*激活蓝色边框*/
.activeBorderBlue {
  border: 1px solid #1f8ceb !important;
}

.customization-tip {
  font-family: PingFangSC-Regular;
  font-size:13px;
  color:#ff3a3a;
  margin-top: 20px;
  margin-bottom: 0;
  opacity: 0;
  transition: all .5s ease-out;
  text-align: center;
}

/*提交成功弹框*/
.alert-success {
  position: relative;
  display: none;
}
.alert-success .lawyer {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  opacity:0.8;
  background:#000000;
  width:100%;
  height:100%;
  overflow-y: hidden;
}
.alert-success .content {
  background: #fff;
  position: fixed;
  z-index: 120;
  width: 24.93rem;
  height: 11.67rem;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0 0 20px #5d5d5d;
  padding: 1.25rem;
  border-radius: 4px;
  text-align: center;
}
.alert-success p {
  font-size: 1rem;
  color:#333333;
  text-align:center;
  margin-top: 1.41rem;
  margin-bottom: 2rem;
}
.alert-success .admin-submit {
  display: block;
  background:#328ffc;
  border-radius:2px;
  width: 10rem;
  height: 3.33rem;
  margin: 0 auto;
  line-height: 3.33rem;
  text-align: center;
  font-size: 1.07rem;
  color: #fff;
  cursor: pointer;
  transition: all .5s ease-out;
}
.alert-success .admin-submit:hover {
  opacity: 0.8;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  html, body {
    font-size: 12px !important;
  }
  .home-friends-mobile {
    display: block;
  }
  .home-legalRobot-item .button {
    font-size: 14px;
  }
  .home-friends-pc {
    display: none;
  }
  .home .lunbo-1 {
    height: 21.67rem;
  }
  .home .lunbo-1 button.normal {
    display: none;
  }
  .home .lunbo-1 .one-title {
    margin-top: 13rem;
  }
  .home .home-advantage-item img {
    width: 60px;
    height: 60px;
  }
  .home .home-advantage-item .title, .home-legalRobot-item .title {
    font-size: 20px;
  }
  .home .home-advantage-item .content, .home .home-subtitle, .home-legalRobot-item .content {
    font-size: 13px;
  }
  .home-legalRobot-item .home-legalRobot-item-logo {
    width: 100px;
    height: 100px;
  }
  .home-legalRobot-item .content {
    width: 18rem;
  }
  .home-legalRobot-item .button {
    display: block;
    width: 100px;
    height: 24px;
    line-height: 24px;
    margin: 1rem auto;
  }
  .home-dingZhi .button button {
    width: 150px;
    height: 30px;
    line-height: 30px;
  }
  .home-dingZhi .text {
    font-size: 16px;
  }
  .home-user .right p:first-child {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .home-user .next-2 img{
    width: 100%;
  }
  .home-user .prev-2 img {
    width: 100%;
  }
  .lunbo-2 {
    height: 26.67rem;
  }
  .home-user .next-2, .home-user .prev-2 {
    bottom: 0;
  }
  .home-user .right p:nth-child(2) {
    font-size: 14px;
    color: #444;
  }
  .home-user .right p:last-child {
    font-size: 13px;
  }
  .home .home-friends {
    border-top: 10px solid #f8f8f9;
  }
  .home .home-apply {
    display: none;
  }
  .footer {
    display: none;
  }
  .footer-mobile {
    color: #333;
  }
  .footer-mobile .footer-mobile-telephone {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-mobile .footer-mobile-telephone a {
    display: block;
    margin: 0 auto;
    border:1px solid #ffffff;
    border-radius:2px;
    width:278px;
    height:38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 15px;
  }
  .footer-mobile-address {
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
  }
  .home-banner .banner {
    background: url("http://fargogo.oss-cn-shanghai.aliyuncs.com/assets/img/banner-mobile.jpg");
  }
  .home-banner .one-subtitle, .home-banner .one-title, .home-banner .normal {
    display: none;
  }
  .home-banner .ani {
    text-align: center;
    padding: 0;
  }
  .home-legalRobot-bgColor {
    background: #fff;
    border-top: 10px solid #f8f8f9;
  }
  .legalRobot-demo {
    border-bottom: 1px solid #f0efef;
  }
  .legalRobot-demo:last-child {
    border-bottom: none;
  }
  .home .home-legalRobot {
    padding: 4.67rem 0 0 0;
  }
  .home-dingZhi {
    background: #fff;
    border-bottom: 10px solid #f8f8f9;
  }
  .home-user .right p:first-child {
    padding: 10px 0;
  }
  .home .home-user {
    padding-bottom: 40px;
  }
  .customization .content .form {
    border-top: 1px solid #f0efef;
    padding-top: 20px;
    margin-top: 10px;
  }
  .customization-tip {
    margin-top: 10px;
  }
  .mobile-header.showMobile {
    padding: 0;
  }
  .mobile-header-body {
    padding: 0 15px;
  }
  .showMobile .nav-details ul li {
    border-bottom: 1px solid rgb(102, 102, 102);
    padding: 0 30px;
  }
  .showMobile .nav-details ul li a {
    font-size: 14px;
  }
  .mobile-header.container {
    padding: 0;
  }
  .home-legalRobot-item:hover {
    position: relative;
    z-index: 0;
    box-shadow: none;
  }
  .customization .content .home-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .customization .content .close {
    right: 10px;
    top: 10px;
  }
  .customization .content .home-line {
    display: none;
  }
  .customSubmit-body {
    margin-top: 0;
  }
  .customization .content {
    padding: 2.7rem 1.25rem 0 1.25rem;
    height: 32rem;
  }
  .customSubmit-body-layout {
    padding: 0 4px;
  }
}

  @media screen and (min-width: 768px) {
  html, body {
    font-size: 12px !important;
  }
    .footer-mobile {
      display: none;
    }
  .mobile-header, .home-subtitle-mobile {
    display: none;
  }
  .alert-code .img .ercode {
    margin-top: 2rem;
  }
  .home-news, .about-list-item img, .header, .customization .content .home-subtitle, .right-fixed {
    display: block !important;
  }
  .about-list-item .right {
    width: 66%;
  }
  .right-fixed .fixed-item {
    background-position: -1.45rem;
  }
  .right-fixed .fixed-item:hover {
    background-position: -1.45rem;
  }
  .home .lunbo-1 {
    width: 100%;
    height: 42rem;
  }
  .home .lunbo-1 .one-title {
    font-size: 3rem;
    color:#ffffff;
    line-height:3.57rem;
    text-shadow:0 0 3px rgba(0,0,0,0.10);
    margin-top: 13.2rem;
    margin-bottom: 2.57rem;
  }
  .home-user .left {
    margin: 0;
  }
  .home-user .next-2, .home-user .prev-2 {
    display: none;
  }
  .home-user .pagination-2 {
    display: block;
  }
  .footer .footer-right {
    /*margin-top: 2.25rem;*/
  }
  .apply-form ul li:nth-child(3) input {
    width: 15rem;
  }
  .about-banner {
    height: 33rem;
  }
  .about-banner p:nth-child(1) {
    font-size: 3.57rem;
  }
  .about-banner p:nth-child(2) {
    font-size: 1.28rem;
  }
  .about-content .about-nav a {
    width: 7.41rem;
  }
}
@media screen and (min-width: 992px) {
  html, body {
    font-size: 13.5px !important;
  }
  .footer-mobile {
    display: none;
  }
  .mobile-header, .home-subtitle-mobile {
    display: none;
  }
  .alert-code .img .ercode {
    margin-top: 3.5rem;
  }
  .about-list-item .right {
    width: 66%;
  }
  .home-news, .about-list-item img, .header, .customization .content .home-subtitle, .right-fixed {
    display: block !important;
  }
  .right-fixed .fixed-item {
    background-position: -1.05rem;
  }
  .right-fixed .fixed-item:hover {
    background-position: -1.05rem;
  }
  .home .lunbo-1 {
    width: 100%;
    height: 42rem;
  }
  .home .lunbo-1 .one-title {
    font-size: 3rem;
    color:#ffffff;
    line-height:3.57rem;
    text-shadow:0 0 3px rgba(0,0,0,0.10);
    margin-top: 13.2rem;
    margin-bottom: 2.57rem;
  }
  .home-user .left {
    margin: 0;
  }
  .home-user .next-2, .home-user .prev-2 {
    display: none;
  }
  .home-user .pagination-2 {
    display: block;
  }
  .apply-form ul li:nth-child(3) input {
    width: 15rem;
  }
  .about-banner {
    height: 33rem;
  }
  .about-banner p:nth-child(1) {
    font-size: 3.57rem;
  }
  .about-banner p:nth-child(2) {
    font-size: 1.28rem;
  }
  .about-content .about-nav a {
    width: 7.41rem;
  }
}
@media screen and (min-width: 1200px) {
  html, body {
    font-size: 15px !important;
  }
  .footer-mobile {
    display: none;
  }
  .mobile-header, .home-subtitle-mobile {
    display: none;
  }
  .about-list-item .right {
    width: 66%;
  }
  .home-news, .about-list-item img, .header, .customization .content .home-subtitle, .right-fixed {
    display: block !important;
  }
  .friends-list .friends-list-img {
    width: 12.5%;
    float: left;
  }
  .right-fixed .fixed-item {
    background-position: -0.87rem;
  }
  .right-fixed .fixed-item:hover {
    background-position: -0.87rem;
  }
  .home .lunbo-1 {
    width: 100%;
    height: 44.6rem;
  }
  .home .lunbo-1 .one-title {
    font-size: 3rem;
    color:#ffffff;
    line-height:3.57rem;
    text-shadow:0 0 3px rgba(0,0,0,0.10);
    margin-top: 13.2rem;
    margin-bottom: 2.57rem;
  }
  .home-user .left {
    margin: 0;
  }
  .home-user .next-2, .home-user .prev-2 {
    display: none;
  }
  .home-user .pagination-2 {
    display: block;
  }
  .apply-form ul li:nth-child(3) input {
    width: 15rem;
  }
  .about-banner {
    height: 33rem;
  }
  .about-banner p:nth-child(1) {
    font-size: 3.57rem;
  }
  .about-banner p:nth-child(2) {
    font-size: 1.28rem;
  }
  .about-content .about-nav a {
    width: 7.41rem;
  }
}