html {
  font-size: 62.5%;
}
body,
p,
ul,
ol,
li,
form,
th,
td,
select,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
title,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
em,
strong,
time,
title {
  font-size: 1.2rem;
  font-style: normal;
}
li,
dt,
dd {
  list-style: none;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
img {
  border: none;
  font-size: 0;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
textarea {
  resize: none;
  overflow: auto;
}
html,
body {
  width: 100%;
}
body {
  font-size: 1.2rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.2rem;
}
.clear:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.con {
  margin: 0 auto;
  max-width: 1440px;
  width: 94%;
}
/******************分割线********************/
body .layui-m-layer1 .layui-m-layerchild {
  border-radius: 6px;
  font-size: 1.2rem;
  width: 94%;
}
body .layui-m-layercont {
  font-size: 1.4rem;
  line-height: 1.6em;
  padding: 2rem 0;
}
body .layui-m-layerbtn {
  border-top: none;
  -ms-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  font-size: 1.4rem;
  height: 2.8em;
  line-height: 2.8em;
  overflow: hidden;
}
body .layui-m-layerbtn span {
  font-size: 1.4rem;
  line-height: 2.8em;
}
body .layui-m-layerbtn span[no] {
  border-color: #eee ;
  background-color: #eee ;
  -ms-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  -o-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
  color: #999;
  width: 50%;
  border-right: 1px solid #ccc ;
  border-top: 1px solid #ccc;
}
body .layui-m-layerbtn span[yes] {
  border-color: #eee;
  background-color: #eee;
  color: #146dff;
  -ms-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  -o-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
  width: 50%;
  border-top: 1px solid #ccc;
}
body .layui-m-layerchild h3 {
  background-color: #fff;
  -ms-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #ccc;
  padding: 1% 5% 1%;
  font-size: 1.6rem;
  height: 2em;
  line-height: 2em;
}
body .carousel-indicators li {
  background-color: white;
  margin: 1px 5px;
}
body .carousel-indicators .active {
  height: 11px;
  width: 11px;
  background-color: #f84c24;
  border-color: #f84c24;
  margin: 1px 5px;
}
body .layui-layer-setwin {
  position: absolute;
  right: 1.5rem;
  top: 1.1rem;
}
body .layui-layer-setwin a {
  /*font-size: 1.2rem;*/
  height: 1.4rem;
  margin-left: 0;
  width: 1.4rem;
}
body .layui-layer-ico {
  background-size: 21rem auto;
  /*font-size: 1.2rem;*/
}
body .layui-layer-setwin .layui-layer-close1 {
  background-position: 0 -4rem;
}
html body {
  color: #555;
  font-family: arial, Microsoft YaHei, tahoma, '\5fae\8f6f\96c5\9ed1', 'Hiragino Sans GB', sans-serif !important;
  /*max-width: 640px;*/
  margin: auto;
}
a {
  text-decoration: none;
  color: #555;
}
img {
  width: 100%;
}
input,
textarea {
  width: 100%;
  line-height: 1.8;
  padding-left: 1rem;
  border: none;
  border: 1px solid #bbb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  font-size: 1.2rem;
  color: #555;
  font-family: arial, Microsoft YaHei, tahoma, '\5fae\8f6f\96c5\9ed1', 'Hiragino Sans GB', sans-serif !important;
}
input.on {
  border-color: red;
}
select {
  line-height: 1.8 ;
  border: none;
  border: 1px solid #bbb;
  width: 100%;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  box-sizing: border-box;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.2rem;
  color: #555;
  font-family: arial, Microsoft YaHei, tahoma, '\5fae\8f6f\96c5\9ed1', 'Hiragino Sans GB', sans-serif !important;
}
.float-box {
  position: relative;
}
.text-r {
  text-align: right;
}
.text-l {
  text-align: left;
}
.text-c {
  text-align: center;
}
.fb {
  font-weight: bolder;
}
.fn {
  font-weight: normal;
}
.bg-b {
  background-color: #333333;
  width: 100%;
}
.bg-w {
  background-color: white;
  width: 100%;
}
.bg-g {
  background-color: #f8f8f8;
  width: 100%;
}
.border {
  border: 1px solid #ddd;
}
.hide {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.error-alert-box {
  height: 25px;
  font-size: 14px;
  color: red;
}
.name-error,
.username-error,
.phone-error,
.phone_code-error,
.email-error,
.password-error,
.password_null-error,
.password_alike-error,
.ID-error,
.name-true,
.ID-true,
.phone-true,
.phone_code-true,
.email-true,
.password-true,
.password_null-true,
.password_alike-true {
  display: none ;
}
.button {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  color: white;
  background-color: #f84c24;
  line-height: 2.2em;
}
.button:hover {
  opacity: 0.9;
  color: white;
}
/********************分割线********************/
/***************
**************
验证码按钮事件css类
**************
***************/
.M_verification-code {
  background-color: #146dff;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  color: #fff;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 0.2rem;
  padding: 0.2rem .4rem;
  font-size: 1.4rem;
  text-decoration: none;
}
.M_verification-code.on {
  background-color: #CCCCCC;
  color: #A0A0A0;
}
/*分页css*/
.M_allBill-col2 {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}
.M_allBill-page-top {
  padding: 5px 0;
  width: 50px;
  display: inline-block;
  border: 1px #E61C4D solid ;
  color: #E61C4D;
  text-decoration: none;
}
.M_allBill-page-LN {
  padding: 5px 0;
  width: 70px;
  display: inline-block;
  border: 1px #E61C4D solid ;
  color: #E61C4D;
  text-decoration: none;
  margin: 0 8px;
}
.M_allBill-page-LN:hover {
  background-color: #E61C4D;
  color: white;
}
.M_allBill-page-num {
  padding: 5px 0;
  width: 40px;
  display: inline-block;
  border: 1px #E61C4D solid ;
  color: #E61C4D;
  text-decoration: none;
}
.M_allBill-page-num:hover {
  background-color: #E61C4D;
  color: white;
}
.M_allBill-page-num.on {
  background-color: #E61C4D;
  color: white;
}
.M_allBill-page-sign {
  color: #E61C4D;
  margin: 0 5px;
}
/******************* 分割线 *************************/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../dist/fonts/glyphicons-halflings-regular.eot'), url('../dist/fonts/glyphicons-halflings-regular.svg'), url('../dist/fonts/glyphicons-halflings-regular.woff'), url('../dist/fonts/glyphicons-halflings-regular.woff2'), url('../dist/fonts/glyphicons-halflings-regular.ttf');
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.box_s {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mr_r {
  margin-right: 0;
  margin-left: auto;
}
.border_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*头部*/
.y_header {
  min-height: 7.8rem;
}
.y_header .container-fluid {
  position: fixed;
  width: 100%;
  z-index: 10;
  padding-top: 1rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid #dddddd;
  background: #fff;
}
.y_header .container-fluid .imgBox {
  width: 10rem;
  margin: 0 auto;
}
.y_header .container-fluid .imgBox img {
  width: 100%;
  height: 6rem;
  display: block;
}
.y_header .container-fluid .nav_btn {
  position: absolute;
  top: 50%;
  margin-top: -1.2rem;
  right: 4%;
}
.y_header .container-fluid .nav_btn img {
  height: 2.4rem;
  width: auto;
  display: block;
}
.y_header .container-fluid .nav_listBox {
  text-align: center;
  font-size: 0;
}
.y_header .container-fluid .nav_listBox .nav_list {
  margin: 0 auto;
  margin-top: 1rem;
  display: inline-block;
}
.y_header .container-fluid .nav_listBox .nav_list li {
  float: left;
  width: 10rem;
  padding: 1rem 0;
}
.y_header .container-fluid .nav_listBox .nav_list li a {
  display: block;
  color: #000000;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
}
.y_header .container-fluid .nav_listBox .nav_list li.on a {
  color: #f8c400;
}
/*菜单列表*/
.y_ph_nav {
  display: none;
  position: absolute;
  width: 100%;
  top: calc(101%);
  left: 0;
  z-index: 9;
}
.y_ph_nav .ph_navList li {
  border-bottom: 1px solid #dddddd;
}
.y_ph_nav .ph_navList li a {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  height: 0;
  line-height: 0;
  padding: 2rem 0;
  color: #000000;
  font-weight: 700;
  background: #f9f9f9;
}
.y_ph_nav .ph_navList li.on a {
  color: #f8c400;
}
.y_shade {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
/*菜单列表 end*/
/*头部 end*/
/*尾部*/
.y_footer {
  background-color: #f8c400;
  border-top: 1px solid #dddddd;
  padding: 2.5rem 0;
}
.y_footer .con {
  width: 100%;
}
.y_footer .center {
  padding: 0 20px;
}
.y_footer .foot_list {
  width: 85%;
  margin: 0 auto;
}
.y_footer .foot_list li {
  float: left;
  width: 20%;
}
.y_footer .foot_list li a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
}
.y_footer .text {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 1.6rem;
  margin-top: 2rem;
}
/*尾部 end*/
/*首页*/
.y_index_main {
  padding-bottom: 2rem;
}
.y_index_main .index_banner .swiper-pagination-bullets {
  bottom: 0.4rem;
}
.y_index_main .index_banner .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.3rem;
  background: #f6f6f6;
  opacity: 1;
}
.y_index_main .index_banner .swiper-pagination-bullet-active {
  background: #eada9f;
}
.y_index_main .index_images {
  margin-top: 1rem;
}
.y_index_main .index_images .imgBox {
  width: 100%;
}
.y_index_main .index_images .imgBox a {
  display: block;
}
.y_index_main .index_images .imgBox img {
  display: block;
}
/*首页 end*/
/*子导航栏*/
.y_sub_listBox {
  text-align: center;
}
.y_sub_listBox .sub_navList {
  display: inline-block;
}
.y_sub_listBox .sub_navList li {
  float: left;
  width: 7.6rem;
  position: relative;
}
.y_sub_listBox .sub_navList li a {
  display: block;
  font-size: 1.4rem;
  line-height: 0;
  height: 0;
  padding: 1.4rem 0;
  color: #000000;
  text-align: center;
}
.y_sub_listBox .sub_navList li:nth-child(2) .beforeLine,
.y_sub_listBox .sub_navList li:nth-child(2) .afterLine {
  display: none;
  width: 1px;
  height: 1rem;
  background: #000000;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
}
.y_sub_listBox .sub_navList li:nth-child(2) .afterLine {
  right: 0;
}
.y_sub_listBox .sub_navList li:nth-child(2) .beforeLine {
  left: 0;
}
.y_sub_listBox .sub_navList li.on a {
  background: #f8c400;
  color: #fff;
}
.contentList > li {
  display: none;
}
.contentList > li.on {
  display: block;
}
/*子导航栏 end*/
/*分页栏*/
.page-containerBox {
  font-size: 0;
  text-align: center;
  margin-top: 6%;
}
.page-containerBox .page-container {
  display: inline-block;
  margin: 0 auto;
}
.page-containerBox .page-container a {
  display: block;
  font-size: 1.2rem;
  line-height: 2.6rem;
  padding: 0 1rem;
  color: #6a6a6a;
  background: #ddd;
  cursor: pointer;
  text-align: center;
}
.page-containerBox .page-container a:hover {
  background: #f8c400;
  color: #fff;
}
.page-containerBox .page-container .FY_prev,
.page-containerBox .page-container .FY_next {
  margin-left: 1rem;
}
.page-containerBox .page-container .FY_text {
  float: left;
}
.page-containerBox .page-container .FY_pageList {
  float: left;
}
.page-containerBox .page-container .FY_pageList li {
  float: left;
  margin-left: 1rem;
}
.page-containerBox .page-container .FY_pageList li.on a {
  background: #f8c400;
  color: #fff;
}
.page-containerBox .page-container .FY_pageList li.ellipsesLi {
  font-size: 1.2rem;
  line-height: 2.6rem;
  color: #6a6a6a;
  text-align: center;
}
/*分页栏 end*/
/*公司介绍*/
.y_intro_main {
  padding-top: 10%;
  padding-bottom: 8%;
}
.y_intro_main .contentList li {
  display: none;
}
.y_intro_main .contentList li .para {
  margin-top: 8%;
  color: #6a6a6a;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: justify;
}
.y_intro_main .contentList li .imgBox {
  width: 100%;
  margin-top: 6%;
}
.y_intro_main .contentList li .imgBox img {
  display: block;
}
.y_intro_main .contentList li.on {
  display: block;
}
/*公司介绍 end*/
/*公司业务*/
.y_business_main {
  padding-top: 10%;
  padding-bottom: 8%;
}
.y_business_main .title {
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  color: #000000;
}
.y_business_main .company_list {
  margin-top: 8%;
}
.y_business_main .company_list li {
  margin-top: 8%;
}
.y_business_main .company_list li a {
  display: block;
}
.y_business_main .company_list li:first-child {
  margin-top: 0;
}
.y_business_main .company_list li .imgBox {
  width: 24%;
  margin: 0 auto;
}
.y_business_main .company_list li .imgBox img {
  display: block;
}
.y_business_main .company_list li .text {
  color: #222;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  margin-top: 0.2rem;
}
.y_business_main .joinBtn {
  display: block;
  width: 7rem;
  margin: 0 auto;
  margin-top: 6%;
  color: #999;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
  padding: 0.8rem 0;
  background: url('../images/arrow.png') no-repeat center bottom;
  background-size: 5.6rem auto;
}
/*公司业务 end*/
/*代理品牌*/
.y_brand_main {
  padding: 12% 0;
}
.y_brand_main .title {
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  color: #000000;
}
.y_brand_main .brand_list {
  margin-top: 10%;
}
.y_brand_main .brand_list li {
  margin-top: 4%;
}
.y_brand_main .brand_list li a {
  display: block;
}
.y_brand_main .brand_list li:first-child {
  margin-top: 0;
}
.y_brand_main .brand_list li .imgBox {
  width: 60%;
  margin: 0 auto;
}
.y_brand_main .brand_list li .imgBox img {
  display: block;
}
/*代理品牌 end*/
/*新闻中心*/
.y_news_main {
  padding-top: 8%;
  padding-bottom: 6%;
}
.y_news_main .news_list {
  width: 92%;
  margin: 0 auto;
  margin-top: 4%;
  border-top: 2px solid #000000;
}
.y_news_main .news_list a {
  display: block;
}
.y_news_main .news_list li {
  padding: 1rem 0;
  border-bottom: 1px solid #dddddd;
}
.y_news_main .news_list li .imgBox {
  width: 30%;
}
.y_news_main .news_list li .imgBox img {
  height: 6rem;
  display: block;
}
.y_news_main .news_list li .rightBox {
  width: 68%;
  position: relative;
  height: 6rem;
}
.y_news_main .news_list li .rightBox .title {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #000000;
}
.y_news_main .news_list li .rightBox .time {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #555555;
  position: absolute;
  bottom: 0;
  left: 0;
}
/*移动端上拉刷新Icon*/
.pull_update .pull_updateBox {
  display: inline-block;
}
.pull_update .pull_updateBox .loadIcon {
  background: url("../images/loading.png") no-repeat center;
  background-size: 1rem auto;
  width: 1.4rem;
  height: 40px;
  animation: rot 1s infinite;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rot {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*新闻中心 end*/
/*新闻中心内页*/
.y_newsInner_main {
  padding-bottom: 12%;
}
.y_newsInner_main .topBox {
  padding-top: 1rem;
  width: 94%;
  margin: 0 auto;
}
.y_newsInner_main .topBox .returnBtn {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #000000;
  background: url("../images/return.png") no-repeat left center;
  background-size: auto 1.4rem;
  padding: .3rem 0;
  padding-left: 1.8rem;
}
.y_newsInner_main .topBox .title {
  margin-top: 4%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
  line-height: 2.2rem;
}
.y_newsInner_main .topBox .time {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #999;
  text-align: center;
  margin-top: .6rem;
}
.y_newsInner_main .topBox .para {
  margin-top: 6%;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #555555;
  text-align: justify;
}
.y_newsInner_main .middleBox {
  width: 100%;
  margin: 4% 0;
}
.y_newsInner_main .middleBox img {
  display: block;
}
.y_newsInner_main .bottomBox {
  width: 94%;
  margin: 0 auto;
}
.y_newsInner_main .bottomBox p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #555555;
  text-align: justify;
}
/*新闻中心内页 end*/
/*联系我们*/
#allmap img {
  width: auto;
}
.y_contact_main {
  padding-top: 8%;
  padding-bottom: 14%;
}
.y_contact_main .title {
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  color: #000000;
}
.y_contact_main .imgBox {
  width: 100%;
  margin-top: 4%;
}
.y_contact_main .imgBox img {
  display: block;
}
.y_contact_main .baiduBtn {
  display: block;
  width: 9.4rem;
  margin: 0 auto;
  background-image: url("../images/map.png");
  background-color: #eada9f;
  background-repeat: no-repeat;
  background-position: 0.4rem center;
  background-size: 1rem auto;
  padding: 0.3rem 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6rem;
  margin-top: 6%;
}
.y_contact_main .locaBox {
  margin-top: 6%;
}
.y_contact_main .locaBox p {
  color: #333;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
/*联系我们 end*/
/*人才招聘*/
.y_recruit_main {
  padding-top: 10%;
  padding-bottom: 6%;
}
.y_recruit_main .position_listBox {
  width: 94%;
  margin: 0 auto;
  margin-top: 6%;
}
.y_recruit_main .position_listBox .position_list li {
  border: 2px solid #cac8cb;
  padding: 0 1rem;
  margin-bottom: 2%;
}
.y_recruit_main .position_listBox .position_list li:last-child {
  margin-bottom: 0;
}
.y_recruit_main .position_listBox .position_list li .position {
  display: block;
  background: url("../images/add_icon.png") no-repeat right center;
  background-size: 1.6rem auto;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 0.8rem 0;
  color: #000000;
}
.y_recruit_main .position_listBox .position_list li .details {
  display: none;
  border-top: 1px solid #ddd;
}
.y_recruit_main .position_listBox .position_list li .details .para {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-top: 4%;
}
.y_recruit_main .position_listBox .position_list li .details .para .title {
  font-weight: 700;
}
.y_recruit_main .position_listBox .position_list li .details .para .mail {
  color: #f5a10f;
}
.y_recruit_main .position_listBox .position_list li.on {
  padding-bottom: 6%;
}
.y_recruit_main .position_listBox .position_list li.on .position {
  background-image: url("../images/unfold_icon.png");
}
.y_recruit_main .position_listBox .position_list li.on .details {
  display: block;
}
.y_recruit_main .investBox {
  margin-top: 6%;
}
.y_recruit_main .investBox .para {
  color: #6a6a6a;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: justify;
}
.y_recruit_main .investBox .para:nth-child(2) {
  margin-top: 6%;
}
.y_recruit_main .investBox .imgBox {
  width: 100%;
  margin-top: 6%;
}
.y_recruit_main .investBox .imgBox img {
  display: block;
}
/*人才招聘 end*/
/*网上商城*/
.y_onlineShop_main {
  padding-top: 4%;
  padding-bottom: 10%;
}
.y_onlineShop_main .showBox {
  width: 100%;
}
.y_onlineShop_main .showBox img {
  display: block;
}
.y_onlineShop_main .brandList {
  margin-top: 4%;
}
.y_onlineShop_main .brandList > li {
  margin-bottom: 4%;
}
.y_onlineShop_main .brandList > li:last-child {
  margin-bottom: 0;
}
.y_onlineShop_main .brandList > li .title {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-sizing: border-box;
  height: 14.2rem;
  padding: 4.1rem 0;
}
.y_onlineShop_main .brandList > li .title.nfl {
  background-image: url("../images/59cf596b8124d.png");
}
.y_onlineShop_main .brandList > li .title.felix {
  background-image: url("../images/59cf5c433a625.png");
}
.y_onlineShop_main .brandList > li .title.pierre {
  background-image: url("../images/59d9a2b0482bf.png");
}
.y_onlineShop_main .brandList > li .title a {
  display: block;
}
.y_onlineShop_main .brandList > li .title .arrow {
  display: block;
  background: url("../images/shop_down_arrow.png") no-repeat center;
  background-size: 100% auto;
  width: 3rem;
  height: 8rem;
  margin-right: 8%;
}
.y_onlineShop_main .brandList > li .title .imgBox {
  width: 8rem;
  margin-left: 4%;
}
.y_onlineShop_main .brandList > li .title .imgBox img {
  height: 8rem;
  display: block;
}
.y_onlineShop_main .brandList > li .title .text {
  color: #fff;
  font-size: 2rem;
  line-height: 2.6rem;
  padding: 1.8rem 0;
  font-weight: 700;
  width: 47%;
  padding-left: 2%;
}
.y_onlineShop_main .brandList > li.on .title .arrow {
  background-image: url("../images/shop_up_arrow.png");
}
.y_onlineShop_main .brandList > li .details {
  display: none;
}
.y_onlineShop_main .brandList > li .details li {
  padding: 1rem 0;
}
.y_onlineShop_main .brandList > li .details li a {
  display: block;
  padding: 0 1rem;
}
.y_onlineShop_main .brandList > li .details li .qrBox {
  width: 5rem;
}
.y_onlineShop_main .brandList > li .details li .qrBox img {
  display: block;
  height: 5rem;
}
.y_onlineShop_main .brandList > li .details li .linkText {
  width: 76%;
  margin-left: 2%;
  padding-top: 0.2rem;
}
.y_onlineShop_main .brandList > li .details li .linkText .shop {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #333;
}
.y_onlineShop_main .brandList > li .details li .linkText .link {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #555555;
  margin-top: 0.3rem;
}
/*网上商城 end*/
/*品牌内页*/
.y_brandInner_main .topBox {
  padding-top: 1rem;
  width: 94%;
  margin: 0 auto;
}
.y_brandInner_main .topBox .returnBtn {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #000000;
  background: url("../images/return.png") no-repeat left center;
  background-size: auto 1.4rem;
  padding: .3rem 0;
  padding-left: 1.8rem;
}
.y_brandInner_main .topBox .title {
  margin-top: 4%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
  line-height: 2.2rem;
}
.y_brandInner_main .topBox .para {
  margin-top: 6%;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #555555;
  text-align: justify;
}
.y_brandInner_main .middleBox {
  width: 100%;
  margin-top: 4%;
}
.y_brandInner_main .middleBox img {
  display: block;
}
.y_brandInner_main .middleBox2 {
  width: 92%;
  margin: 0 auto;
  margin-top: 6%;
}
.y_brandInner_main .middleBox2 video {
  width: 100%;
}
.y_brandInner_main .middleBox2 .felixVideo {
  width: 100%;
  height: 17rem;
}
.y_brandInner_main .bottomBox {
  margin: 0 auto;
  margin-top: 4%;
}
.y_brandInner_main .bottomBox .imgBox {
  width: 100%;
  margin-bottom: 6%;
}
.y_brandInner_main .bottomBox .imgBox img {
  display: block;
}
/*品牌内页 end*/
