<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
/* 初始化样式 */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
img,
p,
div,
span {
  padding: 0;
  margin: 0;
  font-size: 0.24rem;
}

html,
body {
  position: relative;
  width: 100%;
  background-color: #ededed;
  font-family: "MicrosoftYaHei";
  overflow-x: hidden;
}

html body a {
  text-decoration: none;
  color: #999;
}

ul,
li {
  list-style: none;
}

img {
  border: 0;
}

button,
input {
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}

.colorRed {
  background-color: #f33030;
  color: #fff;
}

.hidden {
  display: none;
}

.hide {
  visibility: hidden;
}

#loading,
#aBatch-loading {
  display: none;
  text-align: center;
  margin: 10px 0px;
}

/* 联系我们样式开始 */
.contact-us {
  width: 100%;
  background: #fff;
  padding: 0.3rem 0.24rem;
  box-sizing: border-box;
  margin: 0 0 1.2rem;
}

.contact-us>ul {
  display: flex;
  justify-content: center;
}

.contact-us>ul>li {
  width: 2.42rem;
  text-align: center;
  font-size: 0.22rem;
  color: #999999;
}

/* .contact-us>ul>li:first-of-type {
  width: 3.1rem;
  justify-self: left;
} */

.contact-us>ul>li>div {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.12rem;
  border: solid 0.02rem #dddddd;
  text-align: center;
  line-height: 1.5rem;
  margin: 0 auto 0.2rem;
}

.contact-us>ul>li>div>img {
  width: 100%;
}

.contact-us>ul>li>div>i {
  font-size: 0.66rem;
}

.contact-us>.copyright {
  width: 3.8rem;
  font-size: 0.22rem;
  color: #999999;
  margin: 0.39rem auto;
  text-align: center;
}

/* 新的footer样式 */
.new-contact-us{
	width: 100%;
	margin: 0.2rem 0 1.2rem;
	background: #fff;
	padding: 0.2rem 0.18rem;
	box-sizing: border-box;
	text-align: center;
}
.new-contact-us>span{
	display: inline-block;
	width: 1.7rem;
	margin: 0.2rem 0.2rem 0.24rem;
}
.new-contact-us>span>img,
.new-contact-us>span>mip-img{
	width: 100%;
	border: 1px #d6d6d6 solid;
	border-radius: 4px;
}
.new-contact-us>span>strong{
	color: #999;
	font-size: 0.24rem;
	text-align: center;
	display: block;
	font-weight: normal;
}
.new-contact-us>div{
	text-align: center;
}
.new-contact-us>div>a{
	font-size: 0.29rem;
	color: #333;
}
.new-contact-us>div>span{
	margin: 0 0.2rem;
	color: #c6c6c6;
}
.new-contact-us>p{
	text-align: center;
	color: #999;
	margin: 0.1rem auto;
	line-height: 0.36rem;
}
/* 联系我们样式结束 */

/* 主菜单样式开始 */
.mainMenu {
  width: 100%;
  height: 1.34rem;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 100;
  box-sizing: border-box;
  padding: 0.1rem 0.32rem;
}

.mainMenu>ul {
  display: flex;
  justify-content: space-between;
}

.mainMenu>ul>li {
  text-align: center;
  font-size: 0.38rem;
}

.mainMenu>ul>li>a {
  display: block;
}

.mainMenu>ul>li>a>p {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.36rem;
  letter-spacing: 0rem;
  color: #333333;
}

.mainMenu>ul>li>a>i {
  font-size: 0.4rem;
}

.mainMenu>ul>li>.select {
  color: #e00b0b;
  font-size: 0.4rem;
}

/* 主菜单样式结束 */

/* 分享 */
mip-lightbox {
  /* width: 100%; */
  top: 30% !important;
  /* left: 50% !important;
  transform: translate(-50%, -50%); */
}

.c-share-list .c-span3 {
  /* width: auto; */
}
.c-share-list .c-img img{
  display: block;
}
.c-share-list .c-line-clamp1{
  margin-left: -27px;
}

    /* 我要咨询样式开始 */
    .want-consultation {
      width: 100%;
      background: #fff;
      margin-top: 0.2rem;
      padding: 0.29rem 0.24rem;
      box-sizing: border-box;
      margin-bottom: 0.2rem;
    }
    .want-consultation>h3 {
      font-size: 0.3rem;
      font-weight: 600;
      color: #333333;
      margin-bottom: 0.3rem;
    }
    /* mip-form div{
      display: block;
    } */
    mip-form input, mip-form textarea, mip-form select{
      border: none;
      display: inline-block;
      font-size: 16px;
    }
    .want-consultation .user-name,
    .want-consultation .user-tel {
      width: 7.02rem;
      height: 0.8rem;
      background-color: #ffffff;
      border-radius: 0.12rem;
      border: solid 0.02rem #bbbbbb;
      font-size: 16px;
      line-height: 0.8rem;
      color: #333333;
      margin-bottom: 0.2rem;
      padding-left: 0.45rem;
      box-sizing: border-box;
    }

    .want-consultation .user-name>span,
    .want-consultation .user-tel>span {
      color: #e00b0b;
    }

    .want-consultation .user-message {
      width: 7.02rem;
      height: 1.6rem;
      background-color: #ffffff;
      border-radius: 0.12rem;
      border: solid 0.02rem #bbbbbb;
      padding: 0.28rem 0.3rem;
      padding-left: 0.45rem;
      box-sizing: border-box;
      font-size: 16px;
      position: relative;
      overflow: hidden;
      color: #333;
    }
    .want-consultation .user-message>span{
      color: transparent;
    }
    .want-consultation .user-message>textarea {
      width: 5.4rem;
      height: 1.2rem;
      border: none;
      display: inline-block;
      vertical-align: top;
      resize: none;
      font-family: "MicrosoftYaHei";
      position: absolute;
      top: 0.13rem;
      left: 1.25rem;
    }

    .want-consultation .consultation-rule {
      margin: 0.21rem 0;
      font-size: 0.22rem;
      line-height: 0.36rem;
    }

    .want-consultation .consultation-rule>a {
      color: #666666;
      margin-left: 0.1rem;
      position: relative;
    }

    .want-consultation .consultation-rule>a>span {
      color: #e00b0b;
    }

    .agree {
      color: #e00b0b;
    }

    .want-consultation .want-join {
      width: 6.4rem;
      height: 0.86rem;
      background-color: #e00b0b;
      border-radius: 0.43rem;
      font-size: 0.36rem;
      /* font-weight: 600; */
      color: #f5f5f5;
      margin: 0 auto;
      display: block;
    }
    mip-form div{
      margin: 0.2rem;
    }
    /* 我要咨询样式结束 */

    /* 回到顶部样式开始 */
    mip-gototop {
      border-radius: 50%;
      box-shadow: 0rem 0rem 0.09rem 0rem #dcdcdc;
    }
    .go-top>i{
      font-size: 0.8rem;
      color: #999999;
    }
    /* 回到顶部样式结束 */
    .want-consultation .user-name, .want-consultation .user-tel{
      position: relative;
    }
    mip-form #mip-form-cross{
      margin-top: -1px;
    }

    /* 广告位样式 */
  .public-ad{
    width: 100%;
    height: 1.19rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
  }
  .public-ad>a>mip-img,
  .public-ad>a>img{
    display: block;
    width: 100%;
    height: 1.19rem;
  }