@charset "UTF-8";


/************************头尾公共部分开始******************************/
/*******************头部 公共部分 开始***************************/
.page-header { background:#fff; height:1.12rem;  width:100%; z-index:102; }
.page-header .page-logo { margin:0.32rem 0px 0.4rem; }
.page-header .page-logo img { height:0.8rem; }
.page-header .page-menu {
  padding-top: 0.72rem;
}
.page-header .page-menu ul li {
  position: relative;
  background: #d5d5d5;
  margin: 0px 0.015rem;
  line-height:1.5625;
  min-width: 1.22rem;
  /* padding: 0px 0.25rem; */
  text-align: center;
  width: 12em;
}
.page-header .page-menu ul li a {
  color: #000;
}
.page-header .page-menu ul li.on {
  background: #9e0521;
}
.page-header .page-menu ul li.on a {
  color: #fff;
}
.page-header .page-menu ul li:before {
  position: absolute;
  content: "";
  left: 0.1rem;
  width: 0px;
  height: 0px;
  border:0.07rem solid #9e0521;
  border-color: #9e0521 transparent transparent transparent;
  border-width: 0.06rem 0.04rem;
  top:100%;
  display: none;
}
.page-header .page-menu ul li.on:before {
  display: block;
}
.page-header .page-language {
  padding-top:0.7rem;
}
.page-header .page-language a {
  border: 1px solid #eae8e4;
  background: #f5f4f2;
  padding: 0px 0.24rem;
  display: inline-block;
  line-height: 1.7;
}
.nav_phone_btn,.nav_phone{display: none;} 

/*******导航部分******/
.page-header-nav {
  position: relative;
  z-index: 5;
  margin-top: 0.18rem;
}
.page-header-nav .page-wrap {
  border-top:1px solid #ddd;
}
.page-header-nav .page-nav>ul {
  position: relative;
  display: inline-block;
}
.page-header-nav .page-nav>ul::before {
  position:absolute; right:0px; top:50%; margin-top: -0.105rem; width:1px; height:0.21rem; background:#ddd;transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all; content:"";
}
.page-header-nav .page-nav>ul>li{ position:relative; display:inline-block; }
.page-header-nav .page-nav>ul>li>p>a{display: block; line-height:3;  position: relative; padding:0px 0.5rem; color:#333; }
.page-header-nav .page-nav>ul>li>p>a:before { position:absolute; left:0px; top:50%; margin-top: -0.105rem; width:1px; height:0.21rem; background:#ddd;transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all; content:""; }
.page-header-nav .page-nav>ul>li.on>p>a  { color:#9e0521; font-weight:bold; }

.page-header-nav .page-nav>ul>li dl { position:absolute; padding:0.1rem 0.22rem 0.2rem; top:100%; display:none; left:0px; background:linear-gradient(to bottom, #fff 60%, #fcdfdf); width:2.48rem; border: 1px solid #c8c7c7; border-radius: 0.1rem; }
.page-header-nav .page-nav>ul>li dl a { position: relative; color:#000; text-align: left; line-height: 1.75; display:block;border-bottom:1px solid transparent; padding:0.12rem 0.2rem;  }
.page-header-nav .page-nav>ul>li dl a:hover {color:#9e0521; }
.page-header-nav .page-nav>ul>li dl dd {
  border-bottom: 1px solid #ccc;
}
.page-header-nav .page-nav>ul>li dl a:before {
  position: absolute;
  content: "";
  left:0px;
  width: 0.04rem;
  height: 0.04rem;
  background: #9e0521;
  top:50%;
  margin-top: -0.02rem;
}

.page-header .page-hd-left {
  width:12%;
}


.phone-menu { display:none; }

@media only screen and (max-width:1240px){
  .page-header-nav .page-nav>ul>li dl {
    width: 2.8rem;
  }
}  
@media only screen and (max-width:1200px){
  .page-header .page-menu {
    padding-top: 0.62rem;
  }
  .page-header .page-language {
    padding-top:0.6rem;
  }

}

@media only screen and (max-width:1100px){
  .page-header-nav .page-nav>ul>li dl {
    width: 3rem;
  }
}  

@media only screen and (max-width:900px){

.nav_phone_btn,.nav_phone{display: block; cursor:pointer; }
/*手机导航按钮开始*/
.nav_phone_btn{ position:absolute; z-index:102; width:0.88rem; top:0px; font-size:0px; left:0.2rem; transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all; }
.nav_phone_btn{display: block;cursor: pointer; height:1.04rem;}
.nav_phone_btn span {position: relative;font-size: 0;width:0.48rem; margin-left:0.2rem; margin-top:0.5rem; border-radius:0.02rem; height:0.03rem;background-color: #d0111b;display: inline-block;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span:before,.nav_phone_btn span:after {content: ""; border-radius:0.02rem;position: absolute;width: 100%;height:0.04rem;background-color: #d0111b;left:0px;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span:before{top:-0.15rem;}
.nav_phone_btn span:after{top:0.15rem;}
.visible_nav.nav_phone_btn span{background-color: transparent;}
.visible_nav.nav_phone_btn span:before{left:0px;top:0px;transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);}
.visible_nav.nav_phone_btn span:after{top:0px;left:0px;transform: rotateZ(-45deg);-webkit-transform: rotateZ(-45deg);-ms-transform: rotateZ(-45deg);}
/*手机按钮结束*/


.page-header { width:100%; height:auto; border-right:none; }
.page-header .page-logo { padding:0.26rem 0px; width:50%; text-align:center; background:#fff; margin:0px auto; z-index:101; position:relative; }
.page-header .page-logo img { width:auto; height:0.52rem; }
.page-header .page-language {
  padding-top:0px;
}
.page-header .page-menu {
  width: 100%;
  padding-top: 0px;
}
.page-header .page-menu ul li {
  width: 33.33%;
  padding: 0px 0.05rem;
}


.page-header-nav { display:none!important; }


.box_Arrow2 {
  border-top: 2px solid #acacac;
  border-right: 2px solid #acacac;
  width: 0.14rem;
  height: 0.14rem;
  background:transparent;
  transform: rotate(45deg);
  margin-top:-0.07rem;
  position:absolute;
}

.phone-menu { position:fixed; left:0px; height:calc(100% - 1.04rem); background:url(../images/page-wap-nav-bg01.jpg) no-repeat center top #fff; background-size:100% auto; top:-100%; right:0px; overflow:hidden; overflow-y:auto;  transition:0.5s all; -webkit-transition:0.5s all; -ms-transition:0.5s all; display:block; z-index:100; -o-transition:0.5s all; border-top:1px solid #f0f0f0;  }
.phone-menu .phone-menu-nav a { display:block; border-bottom:1px solid #f0f0f0; position:relative;  color:#333; line-height:1.5; padding:0.3rem 0.4rem; }
.phone-menu .phone-menu-nav .box_Arrow2 { position:absolute; top:50%; right:0.5rem; }
.phone-menu .phone-menu-nav h3.on a { color:#fff; background:#d0121b; font-weight:bold; }
.phone-menu .phone-menu-nav h3.on a .box_Arrow2 { -webkit-transform:rotate(135deg); transform:rotate(135deg); }
.phone-menu .phone-menu-nav dl { display:none; }
.phone-menu .phone-menu-nav dl a { padding-left:0.7rem; }
.phone-menu .phone-menu-nav dl dt.on a { color:#d0121b; font-weight:bold;}
.phone-menu .phone-menu-nav dl dt.on a .box_Arrow2 { -webkit-transform:rotate(135deg); transform:rotate(135deg); }
.phone-menu .phone-menu-nav dl dd h4.on a { color:#2b2b2b; font-weight:bold;}
.phone-menu .phone-menu-nav dl dd h4.on a .box_Arrow2 { -webkit-transform:rotate(135deg); border-top-color:#fff; border-right-color:#fff; transform:rotate(135deg); }
.phone-menu .phone-menu-nav dl dd h4 a {
    padding-left: 1rem;
}
.phone-menu .phone-menu-nav dl dd a img { height:0.44rem; vertical-align:middle; margin-right:0.14rem; }
.phone-menu .phone-menu-nav .page-phone-menu-con { display:none; }
.phone-menu .phone-menu-nav .page-phone-menu-con a { padding-left:1.3rem; }
.phone-menu .phone-menu-nav .page-phone-menu-con a:before { width:0.1rem; height:0.1rem; background:#d0121b; border-radius:50%; position:absolute; left:1.1rem; top:50%; margin-top:-0.05rem; content:""; }

.body_nav_phone .phone-menu { top:1.04rem;}


.page-main { margin-left:0px;  margin-top:0.2rem; }

 .page-header .page-hd-left {
    width: 100%;
  }


  .page-header .page-language {
    position: absolute;
    right:0.4rem;
    top:0.3rem;
  }

}

@media only screen and (max-width:767px){
  .page-header .page-wrap {
    width: 100%;
  }
}


/*******************头部 公共部分 结束***************************/

/****************page-footer***********************/
.page-footer .page-wrap {
  color: #888;
  background: #323232;
  padding-top: 0.15rem;
  padding-bottom: 0.3rem;
}
.page-footer .page-contact {
  padding-left: 0.38rem;
  width: 42.5%;
}
.page-footer .page-contact .page-con {
  padding-top: 0.19rem;
}

.page-footer .page-unit {
  padding-left: 0.38rem;
  width: 35%;
}
.page-footer .page-contact .page-con {
  padding-top: 0.19rem;
}
.page-footer .page-unit .page-ico {
  padding-right: 0.1rem;
}
.page-footer .page-unit .page-con {
  padding-top: 0.17rem;
}
.page-footer .page-unit .page-text a {
  color: #aaa;
}
.page-footer .page-unit .page-text a:hover {
  color: #fff;
}
.page-footer .page-unit img {
  height: 0.32rem;
}
.page-footer .page-unit .page-copy {
  color: #aaa;
}
.page-footer .page-unit .page-copy a {
  color: #aaa;
}
.page-footer .page-unit .page-copy span {
  display: inline-block;
  padding-right: 0.2rem;
}
.page-footer .page-unit .page-copy a:hover {
  color: #fff;
}
.page-footer .page-chart  {
  padding-right: 0.27rem;
  padding-top: 0.17rem;
  color: #aaa;
}
.page-footer .page-chart ul li {
  padding: 0px 0.15rem;
}
.page-footer .page-chart .page-code img {
  width: 70px;
}
.page-footer .page-chart .page-text {
  padding-top: 0.05rem;
}
.page-footer .page-chart .page-text img {
  width:20px;
  margin-right:3px;
}

@media only screen and (max-width:900px){
  .page-footer .page-contact {
    width: 100%;
    padding-bottom: 0.4rem;
  }
  .page-footer .page-unit {
    width:60%;
  }
}

@media only screen and (max-width:767px){
  .page-footer .page-unit {
    width:100%;
    padding-bottom: 0.4rem;
  }
  .page-footer .page-chart {
    width: 100%;
  }
  .page-footer .page-wrap {
    width: 100%;
  }
}
/***********尾部 公共部分 结束***************/


/*视频*/
.video_place{position: fixed;top:0px;left: 0px;right: 0px;
    bottom: 0px;background-color: rgba(0,0,0,0.5);
    z-index: 999999999;
}
.lt9 .video_place{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000")}
.video_con{z-index:2;width: 900px;height:527px;
    background-color: #000;position: absolute;top: 50%;left: 50%;
    transform: translate(-50%,-50%);text-align: center;
}
.lt9 .video_con{top:20%;left:10%;background: #000;}
.video_con video{width: 100%;height: 100%;}
.video_close_btn{position: absolute;top:50%;left: 50%;
     margin:-264px -3.875em 0px 450px;
    cursor: pointer;
}
.video_close_btn span {width:2.6em; height:2.6em; float:left; position:relative; top:-2.625em; background:url(../images/video-close.png) no-repeat center center #fff; border-radius:50%; background-size:1.125em 1.125em; display:inline-block; }
.video_place .con { position:relative; }
.video_place p {position:absolute;top:50%; margin-top:258px;left:50%; margin-left:-450px;
    width:900px; padding:0.85em 0px; color: #fff;text-align: center;
    cursor: pointer;}
/*视频结束*/

@media only screen and (max-width:1000px) {
.video_con { width:90%; height:80%; }
.video_close_btn { top:10%; right:5%; left:auto; margin:0px; }
}


/**************公共部分****************/

.bg-505050 {
  background: #505050;
}
.er-footer .page-wrap {
  background: #505050;
  padding-top: 0.17rem;
  padding-bottom: 0.17rem;
}
.er-footer .page-copy {
  padding-left: 0.7rem;
  color: #aaa;
}
.er-footer .page-copy a {
   color: #aaa;
   padding: 0px 0.1rem;
   display: inline-block;
}
.er-footer .page-copy a:hover {
  color: #fff;
}
.er-footer .page-chart ul li {
  padding-right:0.2rem;
}
.er-footer .page-chart dl {
  position: relative;
  height: 0.24rem;
}
.er-footer .page-chart dl dt {
  height: 100%;
}
.er-footer .page-chart dl dt img {
  height: 100%;
  cursor: pointer;
}
.er-footer .page-chart dl dd {
  position: absolute;
  width: 100px;
  padding: 15px;
  background: #fff;
  border:1px solid #ddd;
  border-radius: 5px;
  bottom: 0.4rem;
  left: 50%;
  margin-left: -50px;
  display: none;
}

.er-footer .page-chart dl dd:before {
  position: absolute;
  content: "";
  top:100%;
  width: 0px;
  height: 0px;
  border:0.08rem solid #fff;
  left: 50%;
  margin-left: -0.08rem;
  border-color: #fff transparent transparent transparent;
}


@media only screen and (max-width:767px) {
  .er-footer .page-wrap {
    width: 100%;
  }
  .er-footer .page-copy {
    width: 100%;
    padding: 0px 0.3rem;
    text-align: center;
  }
  .er-footer .page-chart {
    width: 100%;
    margin-top: 0.2rem;
  }
  .er-footer .page-chart ul {
    width: 100%;
  }
  .er-footer .page-chart dl {
    height: 20px;
  }
  .er-footer .page-chart ul li {
    padding: 0px 0.1rem;
  }
  .er-footer .page-chart dl dd {
    bottom: 30px;
  }
}

.nr-content .page-wrap {
  background: #f3f3f3;
}
/* menu-left */
.menu-left {
    width: 3.6rem;
    min-width:160px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #ddd;
}
.menu-left .menu-title {
  background: url(../images/menu-navbg01.jpg) no-repeat right bottom #505050;
  padding: 0.51rem 0.1rem 0.22rem 0.25rem;
  color: #fff;
}
.menu-left .menu-title .page-suben {
  color: #868686;
  padding-top:0.03rem;
} 
.menu-left ul li {
  border-bottom: 1px solid #bbb;
} 
.menu-left ul li a {
  position: relative;
  display: block;
  padding: 0.17rem 0.25rem 0.17rem 0.48rem;
  color: #191919;
}
.menu-left ul li a:before {
  position: absolute;
  left: 0.25rem;
  top:50%;
  content: ">";
  transform: translateY(-50%);
}
.menu-left ul li a:hover {
  background: #C0C0C0;
}
.menu-left ul li a.on {
  background: #4d4d4d;
  color: #fff;
}

.menu-manage-left {
  width: 3.5rem;
}
.menu-manage-left ul li {
  width: 100%;
}
.menu-manage-left ul li a {
  padding-left: 0.56rem;
}
.menu-manage-left ul li a::before {
  display: none;
}
.menu-manage-left ul li img {
  width: 18px;
  position: absolute;
  left: 0.25rem;
  top:50%;
  margin-top: -7px;
}
.menu-manage-left ul li a:after {
  position: absolute;
  content: "";
  top:50%;
  right: 0.26rem;
  width: 0px;
  height: 0px;
  margin-top: -2px;
  border:5px solid #737373;
  border-color: #737373 transparent transparent transparent;
}
.menu-manage-left ul li.afterNone a:after {
  display: none;
}


@media only screen and (max-width:1340px){

  .menu-left {
    width: 4rem;
  }

}  

@media only screen and (max-width:1200px) {
  .menu-manage-left {
    width: 4rem;
  }
  .menu-manage-left ul li a {
    padding-left: 0.7rem;
  }
}

@media only screen and (max-width:1140px){

  .menu-left {
    width: 4.4rem;
  }
}  


@media only screen and (max-width:980px){
  .menu-manage-left {
    width:5rem;
  }

}  
@media only screen and (max-width:900px) {
  .menu-manage-left {
    width: 4.5rem;
  }
  .menu-manage-left ul li a {
    padding-left: 0.8rem;
  }
}

@media only screen and (max-width:767px) {
  .nr-content .page-wrap {
    width: 100%;
  }
  .menu-left {
    width: 100%;
  }
  .menu-manage-left ul li {
    width: 50%;
  }
  .menu-manage-left ul li a {
    padding-left: 0.5rem;
  }
  .menu-manage-left ul li img {
    left: 0.15rem;
  }
}
@media only screen and (max-width:480px) {
  .menu-manage-left ul li a {
    padding-left: 0.6rem;
  }
}



/* menu-content */
.menu-content {
  padding: 0px 0.45rem 0.36rem 0.45rem;
  min-width: 10px;
}
.menu-content .page-current {
  color: #999;
  padding-top: 0.18rem;
  font-size: 14px;
}
.menu-content .page-current a {
  color: #999;
  padding: 10px 0px;
}
.menu-content .page-current a:first-child {
  background: url(../images/home.jpg) no-repeat left center/24px auto;
  padding-left: 36px;
}
.menu-content .page-current a:hover {
  text-decoration: underline;
}
.menu-content .er-title {
  padding-left: 0.4rem;
  line-height: 2.1;
  border-bottom: 2px solid #D90000;
}
.menu-content .page-content {
  margin-top: 0.1rem;
   border: 1px solid #D5D5D5;
   padding: 0.3rem 0.4rem 0.5rem;
   background: #fff;
   line-height: 2;
   min-height: calc(100vh - 460px);
}
.menu-content .page-content li {
  list-style: inherit;
}
.vip-project .page-content {
  min-height: 0px;
}
.menu-content .page-content .pic-list li,
.menu-content .page-content .text-list li,
.menu-content .page-content .logo-list li,
.menu-content .page-content .page-pagination li
 {
  list-style: none;
}
.menu-content .page-content img {
  max-width: 100%;
  height: auto;
}
.menu-content .detail-title {
  padding: 0.38rem 0px 0.1rem;
}
.menu-content .detail-time {
  color:#aaa;
  padding: 0.1rem;
}
.menu-content .detail-time span {
  display: inline-block;
  background: url(../images/time.jpg) no-repeat left center/16px auto;
  padding-left: 18px;
}
.menu-content .ns-content p {
  padding-bottom: 10px;;
}




/* text-list */
.text-list ul li {
  position: relative;
  padding: 0.15rem 2rem 0.15rem 0.2rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.1rem;
}

.text-list .page-time {
  position: absolute;
  right:0.1rem;
  top:50%;
  transform: translateY(-50%);
  color: #bbb;
}
.text-list ul li a {
  color: #333;
}
.text-list ul li:hover a {
  text-decoration: underline;
}
.text-list ul li:hover .down-btn {
  text-decoration: underline;
}


.down-list .page-time {
  right: 58px;
}
.down-list .page-time span {
  display: inline-block;
  padding-left: 0.08rem;
}
.down-list .down-btn {
  position: absolute;
  right: 0px;
  top:50%;
  transform: translateY(-50%);
  color: #B20000;
  padding-left: 20px;
  background: url(../images/down01.jpg) no-repeat left center/17px auto;
}
.down-list ul li {
  padding-right: 3.8rem;
}


@media only screen and (max-width:900px) {
  .down-list ul li {
    padding-right: 4.4rem;
  }
}

@media only screen and (max-width:767px) {
  .text-list ul li {
    padding: 0.1rem 0px;
  }
  .text-list ul li .page-time {
    position: relative;
    right: auto;
    transform: translateY(0);
    top:auto;
  }
  .down-list .down-btn {
    top:auto;
    bottom: 0.15rem;
    transform: translateY(0);
  }
}

/* page-pagination */

.page-pagination ul li a {
  display: inline-block;
  padding:0.06rem 0.12rem;
  border: 1px solid #ddd;
  line-height: 1.4;
  margin-left: -1px;
  color: #333;
}
.page-pagination ul li.on a {
  background:#aaa;
  color: #fff;
  border-color: #aaa;
}
.page-pagination ul li:hover a {
  background: #eee;
}
.page-pagination ul li.on:hover a {
  background:#aaa;
  color: #fff;
  cursor: default;
}
.page-pagination ul li:first-child a {
  border-radius: 3px 0px 0px 3px;
}
.page-pagination ul li:last-child a {
  border-radius: 0px 3px 3px 0px;
}

@media only screen and (max-width:767px) {
  .page-pagination {
    padding-top: 0.2rem;
  }
}


/* logo-list */
.logo-list ul {
  border-bottom: 1px solid #bbb;
  margin-bottom: 0.2rem;
}
.logo-list ul li {
  width: 25%;
  padding: 0.1rem 0.22rem;
}
.logo-list ul li .page-img {
  border: 1px solid #bbb;
  padding-bottom: 42.02%;
  position: relative;
}
.logo-list ul li .page-img img {
  position: absolute;
  left: 0px;
  top:0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.logo-list ul li a {
  color: #333;
}
.logo-list ul li a:hover {
  text-decoration: underline;
}
.logo-list ul li .page-tit {
  margin-top: 0.02rem;
}


@media only screen and (max-width:767px) {
  .logo-list ul li { 
    width: 50%;
  }
}


/* layui-form */
.layui-form .page-item {
  border-bottom: 1px solid #ddd;
  padding: 0.18rem 0px;
}
.layui-form .layui-form-item {
  width:50%;
  padding-right: 0.13rem;
  margin-bottom: 0px;
}
.layui-form .layui-input-block {
  margin-left: 0px;
}
.layui-form .layui-form-label {
  width: 160px;
  padding-right: 20px;
}
.layui-form .layui-form-label span {
  color:#D90000;
}
.layui-form .wid100 {
  width: 100%;
  padding-right: 0px;
}
.layui-form .wid70 {
  width: 70%;
}
.layui-form .wid80 {
  width: 80%;
}

.layui-form .layui-unselect {
  font-size: 14px;
}

@media only screen and (max-width:1440px){

  .layui-form .layui-unselect {
    font-size: 13px;
  }
}

@media only screen and (max-width:1024px){

  .layui-form .layui-unselect {
    font-size: 12px;
  }
}

@media only screen and (max-width:767px){

  .layui-form .layui-unselect {
    font-size: 14px;
  }
}

@media only screen and (max-width:374px){

  .layui-form .layui-unselect {
    font-size: 13px;
  }
}

.layui-form .layui-input,.layui-form .layui-textarea {
    border-color: #ccc;
    background: #f3f3f3;
}

.layui-form .layui-input:focus,.layui-form .layui-textarea:focus {
  border-color: #101010!important;
}

.layui-form .page-unit {
  padding-left: 0.1rem;
  padding-right: 1rem;
}

.layui-form  .layui-form-radio div {
  font-size: 16px;
  color: #333;
}
.layui-form .layui-form-radio {
  margin-top: 0px;
}
.layui-form .layui-form-radioed>i {
  color: #0075ff;
}
.layui-form .borderNone {
  border: none;
}
.layui-form .layui-btn {
  margin-top: 0.22rem;
  background: linear-gradient(to bottom, #b60505, #a20404, #700000);
  border-radius: 2em;
  padding: 0.04rem 0.64rem;
  height: auto;
}
.layui-form .page-codeimg {
  padding-right:0.1rem;
}
.layui-form .page-codeimg img {
  width: 124px;
  height: 46px;
}
.layui-form  .page-codebtn {
  border: 1px solid #cdcdcd;
  cursor: pointer;
  line-height: 38px; 
  height: 38px;
  padding: 0px 0.3rem;
  background: linear-gradient(to bottom, #ebebeb, #fff);
}
.layui-form .page-code {
  color: #0075ff;
  cursor: pointer;
  padding-left: 0.1rem;
}
.layui-form  .page-codebtn:hover {
  text-decoration: underline;
}
.layui-form .layui-form-checkbox span {
  font-size: 16px;
}
.layui-form .layui-form-checked[lay-skin=primary] i {
  background:#0075ff;
}
.layui-layer-dialog .layui-layer-content .layui-layer-ico {
  display: none;
}
.layui-layer-dialog .layui-layer-padding {
  padding: 20px!important;
  text-align: center!important;
}


.question-form .layui-input {
  width: 2rem;
  background: #fff;
  height: 30px;
}
.question-form .layui-form-item .layui-form-checkbox {
  margin-top: 0px;
}
.question-form .er-tips .layui-form-checkbox[lay-skin=primary] span {
  padding-right: 0px;
  color: #333;
}
.question-form .er-tips a {
  color: #337ab7;
}
.question-form .er-tips a:hover {
  text-decoration: underline;
  color: #23527c;
}
.question-form .layui-form-checkbox i {
  top:1px;
}

@media only screen and (max-width:1200px){

  .layui-form  .layui-form-radio div {
    font-size: 15px;
  }
  .layui-form .layui-form-checkbox span {
    font-size: 15px;
  }
  .layui-form .layui-form-label {
    width: 140px;
  }
  .audience-form .layui-form-label {
    width: 120px;
  }
} 

@media only screen and (max-width:1024px){
  .layui-form  .layui-form-radio div {
    font-size: 14px;
  }
  .layui-form .layui-form-checkbox span {
    font-size: 14px;
  }
  .layui-form .layui-form-label {
    width: 124px;
    padding-right: 10px;
  }
  .layui-form .layui-form-radio {
    margin-right: 0.1rem;
  }
  .audience-form .layui-form-label {
    width: 100px;
  }
} 

@media only screen and (max-width:900px){
  .layui-form  .layui-form-radio div {
    font-size: 13px;
  }
  .layui-form .layui-form-checkbox span {
    font-size: 13px;
  }
  .layui-form .layui-form-item {
    width: 100%;
    padding:0.18rem 0px;
  }
  .layui-form .audience-yzm .layui-form-item {
    width: auto;
  }
  .layui-form .page-codeimg {
    padding-left: 0.1rem;
  }
  
}

@media only screen and (max-width:767px){
  .layui-form  .layui-form-radio div {
    font-size: 16px;
  }
  .layui-form .layui-form-checkbox span {
    font-size: 16px;
  }
  .layui-form .layui-form-label {
    width: 100%;
    text-align: left;
    padding-left: 0px;
  }
  .layui-form .audience-yzm .layui-input-block {
    width:1rem;
  }
  .layui-form .audience-yzm .layui-form-item  {
    -webkit-box-align:end; -ms-flex-align:end;  align-items:flex-end; 
  }
  .layui-form .audience-yzm .page-codeimg {
    margin-bottom: 4px;
  }
  .layui-form .borderNone {
    padding: 0px;
  }
}

@media only screen and (max-width:480px){
  .layui-form  .layui-form-radio div {
    font-size: 14px;
  }
  .layui-form .layui-form-checkbox span {
    font-size: 14px;
  }
}


@media only screen and (max-width:374px){
  .layui-form  .layui-form-radio div {
    font-size: 13px;
  }
  .layui-form .layui-form-checkbox span {
    font-size: 13px;
  }
}



/* pic-list */
.pic-list ul {
  border-bottom: 1px solid #bbb;
  margin-bottom: 0.2rem;
}
.pic-list ul li {
  width: 25%;
  padding: 0.25rem 0.3rem;
}
.pic-list ul li .page-img {
  width:63.78%;
  margin: 0px auto;
}
.pic-list ul li .bg_container {
  padding-bottom: 100%;
  border-radius: 50%;
  display: block;
}
.pic-list .page-name {
  padding: 0.1rem 0px 0px;
}

@media only screen and (max-width:767px){
  .pic-list ul li {
    width:50%;
  }
  .pic-list ul li .page-img {
    width:90%;
  }

}  




/* pic-detail */
.pic-detail {
  padding: 0.5rem;
}
.pic-detail .page-img {
  width: 15%;
}
.pic-detail .bg_container {
  padding-bottom: 100%;
  border-radius: 50%;
  display: block;
}
.pic-detail .page-text {
  padding-left: 5%;
}
.pic-detail .page-back {
  padding-left: 5%;
  padding-top: 0.2rem;
}
.pic-detail .page-back a {
  display: inline-block;
  color: #fff;
  background: #9e0521;
  padding: 0rem 0.15rem;
  border-radius: 5px;
}
.pic-detail .page-name {
  color: #0055B8;
}

@media only screen and (max-width:767px){
  .pic-detail {
    padding: 0;
  }

}  


.page-banner img {
  width: 100%;
  height: auto!important;
}
@media only screen and (max-width:767px){
  .page-banner .page-wrap {
    width: 100%;
  }
}  


.qrcode {
  position: fixed;
  left: 0px;
  top:0px;
  width:90%;
  max-width: 400px;
  height: 300px;
  right: 0px;
  bottom: 0px;
  background: #fff;
  margin: auto;
  display: none;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.qrcode  .qrclose {
  position:absolute;
   top:0px;
   right: 0px;
   font-family:sans-serif;
   width: 20px;
   height: 20px;
   text-align: center;
   line-height: 20px;
   background: rgba(0,0,0,0.3);
   border-radius:2px;
   color: #fff;
   font-size: 14px;
   cursor: pointer;
}
#qrcode img {
  margin: 86px auto;
}


.er-tips {
  padding: 0.2rem 0px;
  line-height: 2;
}
.er-tips a {
   color: #b20000;
}
.er-tips a:hover {
  text-decoration: underline;
}
.er-tips dl dd {
  padding-left: 0.2rem;
}
.er-tips  .layui-form-item .layui-form-checkbox[lay-skin=primary] {
  margin-top:1px;
}
.er-tips .changebox {
  cursor: pointer;
}

@media only screen and (max-width:767px) {
  .menu-content {
    padding: 0px 0.2rem 0.36rem 0.2rem;
  }
  .er-tips  .layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin-top:4px;
  }
}


.popup-success {
  display: none;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  position: fixed;
  z-index: 666;
  left: 0px;
  top:0px;
  right: 0px;
  bottom: 0px;
  width: 300px;
  height: 134px;
  padding:50px 20px;
  line-height:2;
  text-align: center;
  margin: auto;
}


.question-form .er-tips .layui-form-checkbox i {
  top:8px;
}
@media only screen and (max-width:1024px){
 .question-form .er-tips .layui-form-checkbox i {
   top:6px;
 }
}
@media only screen and (max-width:767px){
 .question-form .er-tips .layui-form-checkbox i {
   top:7px;
 }
}


.forum-switch {
  display: none;
}


.tab-b {
  display: none;
}
.tab-b.on {
  display: block;
}