@charset "utf-8";
/* Simple fluid media
 Note: Fluid media requires that you remove the media's height and width attributes from the HTML
 http://www.alistapart.com/articles/fluid-images/
 */
img, object, embed, video {
  max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
  width: 100%;
}

/*
 Dreamweaver Fluid Grid Properties
 ----------------------------------
 dw-num-cols-mobile:        4;
 dw-num-cols-tablet:        8;
 dw-num-cols-desktop:   12;
 dw-gutter-percentage:  25;

 Inspiration from "Responsive Web Design" by Ethan Marcotte
 http://www.alistapart.com/articles/responsive-web-design

 and Golden Grid System by Joni Korpi
 http://goldengridsystem.com/
 */
.fluid {
  clear: both;
  margin-left: 0;
  width: 100%;
  float: left;
  display: block;
}

.fluidList {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* Mobile Layout: 480px and below. */
.gridContainer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  clear: none;
  float: none;
}

#div1 {
  max-width: 480px;
  margin: auto;
}

.zeroMargin_mobile {
  margin-left: 0;
}

.hide_mobile {
  display: none;
}

.CommBg {
  position: fixed;
  z-index: -999;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.comm_msg {
  background-color: #FAFAFA;
  color: #999;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  border-top: solid 1px #F5F5F5;
}

.comm_msg a {
  color: #999;
  display: block;
}

/*A space*/
.a_space {
  background-color: transparent;
  height: 10px;
  width: 100%;
  border-top: solid 0px #EBEBEB;
  border-bottom: solid 0px #EBEBEB;
}

.t_space {
  background-color: transparent;
  height: 54px;
  width: 100%;
}

.top_space {
  background-color: #FFF;
  height: 54px;
  width: 100%;
}

.a_line {
  width: 86%;
  background-color: #EBEBEB;
  margin-left: 14%;
  height: 1px;
}

/*空间*/
.comm_space {
  padding-left: 4%;
}

/*字体*/
.comm_Title {
  font-size: 21px;
  font-weight: bold;
  color: #111;
}

.comm_subTitle {
  font-size: 14px;
  color: #999;
}

.comm_Title_pic {
  font-size: 18px;
  color: #111;
  padding: 0 4%;
  height: 50px;
  line-height: 50px;
  border-bottom: solid 1px #F5F5F5;
  background-color: #FFF;
}

.comm_Title_pic img {
  width: 24px;
  margin-right: 5px;
}

.comm_Title_bar {
  padding: 5px 4%;
  background-color: #F5F5F5;
}

/*大标题*/
.big_Title {
  color: #111;
  padding: 15px 4% 0 4%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
}

/*底部*/
.footerSkin {
  width: 100%;
  height: 49px;
  background-color: #FFF;
  border-top: solid 1px #DDD;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 999;
}

.footerSkin > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.footerSkin > ul > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 49px;
  font-size: 0.7em;
  text-align: center;
}

.footerSkin > ul .on {
  color: #08a6f0;
}

.footerSkin > ul > li img {
  width: 25px;
  height: 25px;
  margin-bottom: 1px;
}

/*顶部空间*/
.topSpace50 {
  height: 50px;
  background-color: transparent;
  width: 100%;
}

.topSpace44 {
  height: 44px;
  background-color: transparent;
  width: 100%;
}

/*标签*/
.maskItem {
  margin: 20px auto;
}

.maskItem span {
  display: inline-block;
  margin-right: 8px;
  background-color: #EEE;
  color: #999;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 20px;
}

/*阴影*/
.shadow {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.10);
}

/*weui*/
.weui-btn_primary {
  background-color: #007aff !important;
}

.weui-btn_primary:not(.weui-btn_disabled):active {
  color: hsla(0, 0%, 100%, .6);
  background-color: #0067d7 !important;
}

.weui-btn_primary {
  background-color: #007aff !important;
}

.weui-btn_primary::after {
  content: none !important;
}

/*--------------------
        行家认证
---------------------*/

.btnSkin a {
  color: #FFF;
  margin-top: 30px;
}

/*input radio*/
.inputTable {
  color: #111;
  text-align: center;
}

/*.inputTable label{margin-right:10px;}*/
.inputTable input, .inputTable textarea {
  font-family: "微软雅黑", "Microsoft YaHei UI";
  font-size: 16px;
  border: none;
  outline: 0;
}

.inputTable input[type="radio"] {
  display: none;
}

.inputTable label {
  display: block;
  margin: 10px auto;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #eee;
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
}

.inputTable label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  margin-right: 10px;
  vertical-align: middle;
  box-sizing: border-box; /*  -webkit-transition:background ease-in .5s*/
  background-image: url(../img/box_tick.png);
  background-position: 0 0;
  background-size: 20px 40px;
}

.inputTable input[type="radio"]:checked + label::before {
  background-position: 0 -20px;
}

/*页面样式*/
.CerSkin {
  padding: 20px 6%;
  width: 88%;
}

.cer_Title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: solid 1px #EEE;
  margin-bottom: 30px;
}

.radioText {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  padding: 5px 2% 20px 2%;
  color: hsla(0, 0%, 50%, 1.00);
}

/*表单*/
.jm_inputSkin {
  border: solid 1px #EEE;
  border-radius: 3px;
  background-color: #f5f5f5;
  padding: 4px 2%;
  margin-bottom: 15px;
}

.jm_inputSkin input {
  width: 100%;
  height: 24px;
  color: #111;
  font-family: "微软雅黑", "Microsoft YaHei UI";
  font-size: 0.9em;
  border: none;
  outline: 0;
  background-color: transparent;
}

.jm_inputSkin textarea {
  width: 100%;
  color: #111;
  font-family: "微软雅黑", "Microsoft YaHei UI";
  font-size: 0.9em;
  border: none;
  outline: 0;
  background-color: transparent;
}

.jm_title {
  font-size: 0.9em;
  color: hsla(0, 0%, 50%, 1.00);
  padding: 5px 0;
}

.boxItem > ul > li {
  float: left;
  width: 48%;
  margin-bottom: 15px;
}

.boxItem > ul > li:nth-child(2n) {
  margin-left: 4%;
}

.boxItem input[type="radio"], .boxItem input[type="checkbox"] {
  display: none;
}

.boxItem label {
  margin-bottom: 0px;
  text-align: left;
  box-sizing: border-box;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: hsla(0, 0%, 30%, 1.00);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.boxItem label::before {
  content: "";
  display: table;
  width: 20px;
  height: 20px;
  margin-right: 5px; /* background: #FFF; */ /* border: 1px #EEE solid; */
  vertical-align: middle;
  box-sizing: border-box; /*  -webkit-transition:background ease-in .5s*/
  background-image: url(../img/box_tick.png);
  background-position: 0 0;
  background-size: 20px 40px;
}

.boxItem input[type="radio"]:checked + label::before, .boxItem input[type="checkbox"]:checked + label::before {
  /*    background-color: #007aff; */
  /*    border: 3px #fff solid; */
  background-position: 0 -20px;
}

.jm_mainText {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  word-wrap: break-word;
}

/*--------------------
    行家入驻
---------------------*/
.indexBg {
  background-color: #fff;
  position: fixed;
  z-index: -999;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-image: url("../img/index_bg.png");
  background-repeat: repeat;
  opacity: 0.2;
}

.index_banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.index_banner img {
  width: 100%;
  height: auto;
}

/*资料输入*/
.baseInfoSkin {
  background-color: #FFF;
  width: 92%;
  border-radius: 6px;
  margin: 10px 4%;
  box-sizing: border-box;
}

.baseInfoSkin > ul > li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  height: auto;
  padding: 0 3%;
  border-bottom: solid 1px #F5F5F5;
  box-sizing: border-box;
}

.baseInfoSkin > ul > li:last-child {
  border-bottom: none;
}

.baseInfoSkin .bis_right {
  width: 72%;
}

.baseInfoSkin input[type="text"] {
  font-family: "Microsoft YaHei UI", "Microsoft YaHei UI Light", "微软雅黑", "苹方 常规", "苹方 中等", "苹方 细体";
  border: none;
  background-color: transparent !important;
  outline: none;
  border-radius: 0px !important;
  width: 98%;
}

.baseInfoSkin textarea {
  font-family: "Microsoft YaHei UI", "Microsoft YaHei UI Light", "微软雅黑", "苹方 常规", "苹方 中等", "苹方 细体";
  border: none;
  background-color: transparent !important;
  outline: none;
  border-radius: 0 !important;
  width: 98%;
  height: auto;
  min-height: 80px;
}


/*底部*/
.bottomSkin {
  width: 100%;
  height: 49px;
  background-color: #FFF;
  position: fixed;
  bottom: 0px;
  left: 0px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  z-index: 300;
}

a.btn_bottom_gray {
  width: 100%;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 3px;
  color: hsla(0, 0%, 30%, 1.00);
  display: block;
  background-color: #EEE;
}

a.btn_bottom_blue {
  width: 100%;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 3px;
  color: hsla(0, 0%, 100%, 1.00);
  display: block;
  background-color: #007aff;
}

/*--------------------
        首页
---------------------*/
.btn_read {
  width: 92%;
  margin: auto 4%;
  position: relative;
  top: -34px;
}

.btn_read > ul > li {
  margin-bottom: 15px;
}

.btn_read > ul > li:last-child {
  margin-bottom: -30px;
}

.commTitle {
  color: #000;
  padding: 0 4%;
  font-size: 20px;
  font-weight: bold;
}

.mediaSkin {
  padding: 10px 4% 45px 4%;
}

.mediaSkin > ul > li {
  width: 33.0%;
  float: left;
  margin-right: 1px;
  color: #FFF;
  height: 71px;
}

.mediaSkin > ul > li:nth-child(3n) {
  margin-right: 0px;
}

.ms_logo {
  width: 96%;
  height: 50px;
  background-color: #FFF;
  line-height: 50px;
  text-align: center;
  padding: 10px 2%;
  border: solid 1px #EEE;
}

.ms_logo img {
  display: inline-block;
  height: auto;
  width: auto;
  max-height: 50px;
}

.float_bg {
  background-color: rgba(0, 0, 0, 0.50);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}

.floatMain {
  background-color: #FFF;
  width: 80%;
  margin: 120px auto 0 auto;
  border-radius: 6px;
}

/*--------------------
        End
---------------------*/


/*-------------------- iPhone 6 ---------------------*/

@media only screen and (min-width: 321px) {
  .gridContainer {
    width: 100%;
    max-width: 375px;
    padding-left: 0%;
    padding-right: 0%;
    margin: auto;
    clear: none;
    float: none;
    margin-left: auto;
  }

  #div1 {
    max-width: 375px;
    margin: auto;
  }

  .zeroMargin_desktop {
    margin-left: 0;
  }

  .hide_desktop {
    display: none;
  }

  .baseInfoSkin .bis_right {
    width: 75% !important;
  }

  .oml_text {
    width: 82% !important;
  }
}

/*-------------------- Android ---------------------*/

@media (min-width: 360px) {
}

/*-------------------- iPhone 6 plus ---------------------*/

@media only screen and (min-width: 376px) {
  .gridContainer {
    width: 100%;
    max-width: 414px;
    padding-left: 0%;
    padding-right: 0%;
    margin: auto;
    clear: none;
    float: none;
    margin-left: auto;
  }

  #div1 {
    max-width: 414px;
    margin: auto;
  }

  .zeroMargin_desktop {
    margin-left: 0;
  }

  .hide_desktop {
    display: none;
  }

  .baseInfoSkin .bis_right {
    width: 78% !important;
  }

  .oml_text {
    width: 84% !important;
  }
}

@-webkit-keyframes imgAnimation {
  0% {
    opacity: 0;
    top: 50px;
  }
  50% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
