@charset "utf-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 625%;
}
html,
body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
}
body {
  font-size: 0.2rem;
  color: #333;
  font-family: "Microsoft YaHei", "SimSun", "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: #f7f7f7;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:active {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
em,
i {
  font-style: normal;
}
img {
  vertical-align: middle;
}
input,
select,
textarea {
  font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 0.2rem;
}
textarea {
  overflow: auto;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: 0;
}
input::-ms-clear {
  display: none;
}
input[type="text"],
input[type="button"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
}
.clearfix,
.clear:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.';
}
.wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.main {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* all */
.plr20 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.ptb30 {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.ptb40 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.ptb50 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pd20 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.pd2515 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.15rem;
  padding-left: 0.15rem;
}
.pd3020 {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.pd5015 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.15rem;
  padding-left: 0.15rem;
}
.pd4020 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.pd5020 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.mt10 {
  margin-top: 0.1rem;
}
.mt15 {
  margin-top: 0.15rem;
}
.mt20 {
  margin-top: 0.2rem;
}
.mt30 {
  margin-top: 0.3rem;
}
.mt40 {
  margin-top: 0.4rem;
}
.mt50 {
  margin-top: 0.5rem;
}
.mb20 {
  margin-bottom: 0.2rem;
}
.mb30 {
  margin-bottom: 0.3rem;
}
.web_pic {
  overflow: hidden;
}
.web_pic img {
  width: 100%;
  height: auto;
}
.radius {
  border-radius: 0.1rem;
}
.webj {
  background: #fff;
}
.web_tit {
  text-align: center;
  line-height: 1;
}
.web_tit span {
  font-size: 0.3rem;
  /*text-transform: uppercase;*/
}
.web_tit .ys {
  color: #3f509f;
}
.web_tit p {
  color: #666;
  display: block;
  overflow: hidden;
  margin-top: 0.2rem;
}
.web_tit.left {
  text-align: left;
}
.web_catebt {
  overflow: hidden;
  height: 0.7rem;
  background: #3f509f;
  color: #fff;
  font-size: 0.24rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
}
.web_catebt span {
  padding: 0 0.15rem;
}
.web_catebt:before,
.web_catebt:after {
  display: block;
  overflow: hidden;
  content: "";
  width: 0.11rem;
  height: 0.15rem;
  background: url(../img/icon_btd.png);
  background-size: 100% 100%;
}
.web_catebt:after {
  transform: scaleX(-1);
}
.web_but {
  overflow: hidden;
}
.web_but a {
  display: block;
  overflow: hidden;
  width: 1.56rem;
  padding: 0.1rem 0;
  text-align: center;
  background: #3f509f;
  color: #fff;
  border-radius: 5px;
  margin: 0 auto;
}
.web_line {
  height: 1px;
  width: 100%;
  overflow: hidden;
  background: #d6d6d6;
}
.over {
  overflow: hidden;
}
.up_but {
  width: 2.3rem;
  height: 0.56rem;
  line-height: 0.56rem;
  position: relative;
  background: #3f509f;
  color: #fff;
  text-align: center;
}
.up_but input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.web_catetit {
  overflow: hidden;
}
.web_catetit .tit {
  padding: 0 0.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 0.96rem;
}
.web_catetit .tit span {
  font-size: 0.3rem;
  color: #3f509f;
}
.web_catetit .tit span img{
     width: 18px;
    margin-left: 10px;
    vertical-align: -2px;
}
.web_catetit .tit .iconfont {
  color: #666666;
  font-size: 0.28rem;
  font-weight: bold;
}
.web_catetit .sub {
  display: none;
  background: #f0f0f0;
  overflow: hidden;
  line-height: 0.7rem;
  font-size: 0.24rem;
}
.web_catetit .sub a {
  display: block;
  overflow: hidden;
  padding-left: 0.2rem;
  border-bottom: 1px solid #ddd;
}
.web_catetit .sub a:last-child {
  border-bottom: 0;
}
.web_catetit.cur,
.web_catetit.on {
  box-shadow: 0 0 10px #ccc;
}
.web_catetit.cur .tit,
.web_catetit.on .tit {
  background: #3f509f;
}
.web_catetit.cur .tit span,
.web_catetit.on .tit span {
  color: #fff;
}
.web_catetit.cur .tit .iconfont,
.web_catetit.on .tit .iconfont {
  color: #fff;
}
.blue {
  color: #3f509f;
}
/* header */
header {
  width: 100%;
  z-index: 999;
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 0.86rem;
  box-shadow: 0 0 5px #ddd;
  background: #fff;
}
header .logo {
  padding-left: 0.2rem;
}
header .logo img {
  height: 0.4rem;
  width: auto;
}
header .search {
  border: 1px solid #bebebe;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  margin: 0 0.1rem 0 0.3rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
header .search input[type='text'] {
  width: 100%;
  border: 0;
  background: none;
  font-size: 0.16rem;
  padding: 0.12rem 0.5rem 0.12rem 0.2rem;
}
header .search button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0.5rem;
  height: 100%;
  background: none;
  color: #3f509f;
  border: 0;
  font-size: 0.24rem;
  font-weight: bold;
  padding-top: 0.02rem;
}
header .but_nav {
  color: #3f509f;
  font-size: 0.5rem;
}
header .but_nav .iconfont {
  transition: all 0.3s;
}
header .but_nav.cur {
  padding-right: 0.05rem;
  margin-left: -0.05rem;
  padding-top: 0.05rem;
}
header .but_nav.cur .icon-menu {
  font-weight: bold;
  display: inline-block;
  transform: scale(0.6);
}
header .but_nav.cur .icon-menu:before {
  content: "\e606";
}
header nav {
  display: none;
  position: fixed;
  left: 0px;
  top: 0.86rem;
  width: 100%;
  bottom: 0px;
  background: #fff;
  box-shadow: 0 0 5px #eee;
  overflow-y: auto;
}
header nav li {
  position: relative;
  border-top: 1px solid #dcdcdc;
}
header nav li > a {
  display: block;
  overflow: hidden;
  line-height: 0.76rem;
  padding-left: 0.38rem;
  position: relative;
  z-index: 1;
  font-size: 0.24rem;
}
header nav li .iconfont {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 0.76rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: bold;
  padding: 0 0.2rem;
  color: #666666;
}
header nav li .icon-add,
header nav li .icon-jian {
  z-index: 2;
}
header nav li .sub {
  display: none;
  border-top: 1px solid #ececec;
  padding: 0.1rem 0;
  background: #fcfcfc;
}
header nav li .sub a {
  display: block;
  overflow: hidden;
  padding-left: 0.38rem;
  color: #666;
  line-height: 2;
}
header nav li.on > a {
  color: #3f509f;
}
header nav li.on .iconfont {
  color: #3f509f;
}
header nav li.cur {
  background: #3f509f;
}
header nav li.cur > a {
  color: #fff;
}
header nav li.cur .iconfont {
  color: #fff;
}
header nav li:first-child {
  border-top: 0;
}
/* footer */
footer nav {
  overflow: hidden;
  background: #f6f6f6;
}
footer nav li {
  position: relative;
  border-top: 1px solid #dcdcdc;
}
footer nav li > a {
  display: block;
  overflow: hidden;
  line-height: 0.76rem;
  padding-left: 0.38rem;
  position: relative;
  z-index: 1;
  font-size: 0.24rem;
}
footer nav li .iconfont {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 0.76rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: bold;
  padding: 0 0.2rem;
  color: #666666;
}
footer nav li .icon-add,
footer nav li .icon-jian {
  z-index: 2;
}
footer nav li .sub {
  display: none;
  border-top: 1px solid #ececec;
  padding: 0.1rem 0;
  background: #fcfcfc;
}
footer nav li .sub a {
  display: block;
  overflow: hidden;
  padding-left: 0.38rem;
  color: #666;
  line-height: 2;
}
footer .foot {
  background: #302f2f;
  color: #fff;
  line-height: 1.8;
  padding: 0.4rem 0.24rem;
}
footer .foot p {
  padding: 0.08rem 0;
}
footer .foot ul {
  overflow: hidden;
  padding: 0.08rem 0;
}
footer .foot ul li {
  float: left;
  max-width: 50%;
  min-width: 43%;
}
/* backtop */
.backtop {
  position: fixed;
  right: 0.15rem;
  bottom: 1.55rem;
  z-index: 99;
}
.backtop img {
  width: auto;
  height: 0.78rem;
}
/* foot_nav */
.foot_nav {
  background: #fff;
  width: 100%;
  box-shadow: 0 0 5px #ddd;
  z-index: 99;
  position: fixed;
  bottom: 0;
}
.foot_nav li {
  float: left;
  width: 25%;
  text-align: center;
}
.foot_nav li a {
  display: block;
  overflow: hidden;
  height: 1.14rem;
}
.foot_nav li .iconfont {
  font-size: 0.44rem;
  margin: 0.1rem 0 0 0;
  height: 0.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.foot_nav li .icon-tel {
  font-size: 0.38rem;
}
.foot_nav li .icon-baojia {
  font-size: 0.5rem;
}
.foot_nav li span {
  display: block;
  overflow: hidden;
}
/* tan_box */
#tan_box {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.tan_box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tan_box .box {
  position: relative;
  background: #fff url(../images/loading.gif) center center no-repeat;
  padding: 0.1rem;
  box-shadow: 0 0 15px #ccc;
  border-radius: 5px 0 5px 5px;
}
.tan_box .box img {
  max-height: 100%;
  max-width: 100%;
}
.tan_box .box video,
.tan_box .box iframe {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  overflow: hidden;
}
.tan_box .box iframe {
  height: 2.6rem;
}
.tan_box .close {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  position: absolute;
  right: 0px;
  top: -0.5rem;
  background: #fff;
  font-size: 0.24rem;
  border-radius: 5px 5px 0 0;
}
/* pagelist */
.pagelist {
  overflow: hidden;
}
.pagelist ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pagelist li {
  float: left;
  margin: 0 0.1rem;
  font-size: 0.18rem;
}
.pagelist li a {
  display: block;
  overflow: hidden;
  border: 1px solid #cccccc;
  line-height: 0.34rem;
  padding: 0 0.12rem;
  border-radius: 4px;
  color: #666;
}
.pagelist li.on a {
  background: #3f509f;
  border-color: #3f509f;
  color: #fff;
}
/* web_borpic */
.web_borpic {
  overflow: hidden;
  position: relative;
  padding: 0 0.16rem;
}
.web_borpic:before,
.web_borpic:after {
  content: "";
  position: absolute;
  top: 0.16rem;
  bottom: 0.16rem;
  width: 0.16rem;
  background: url(../img/icon_xins.png) center top repeat;
  background-size: 100% auto;
}
.web_borpic:before {
  left: 0px;
}
.web_borpic:after {
  right: 0px;
  transform: scaleX(-1);
}
.web_borpic .web_borpic_heng {
  background: url(../img/icon_xint.png) left center repeat;
  height: 0.16rem;
  overflow: hidden;
  background-size: auto 100%;
  margin: 0 -0.16rem;
}
/* banner */
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.banner img {
  width: 100%;
  height: auto;
}
.banner .swiper-pagination-bullets {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  bottom: 10px;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 0;
  opacity: 0.8;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3f509f;
}



.idx_lay_comp{
  width: 100%;
    position: absolute;
    z-index: 99;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    height: 100%;
    align-items: center;
	pointer-events: none;
}

.idx_lay_comp .idx_lay_comp_img{
	position: fixed;
    pointer-events: all;
    left: 0;
    bottom: 66.8px;
}

.idx_lay_comp .idx_lay_comp_img img{
	width: 100%;
}
.idx_lay_comp .icon-close{
 position: absolute;
  right: -22px;
  top: 0;
  color: #fff;
  cursor: pointer;
  z-index: 9999;
  z-index: 5;
  padding: 5px;
  background: rgba(0,0,0,.4);
}

.idx_lay_comp .idx_lay_comp_btn{
  position: fixed;
  right: 30px;
  bottom: 60px;
  width: 54px;
  height: 54px;
  cursor: pointer;
  display: none;
  right: 0.15rem;
    bottom: 2.55rem;
    z-index: 99;
	    pointer-events: all;
}
.idx_lay_comp .idx_lay_comp_btn img{
	width: 100%;
}
.idx_lay_comp.close_lay .idx_lay_comp_img{
  margin: 0;
  width: 64px;
  height: 64px;
  visibility: hidden;
  opacity: 0;
  right: 0.15rem;
    bottom: 2.55rem;
  transition: all 1s;
}

.idx_lay_comp.close_lay .idx_lay_comp_img img{
  max-width: 100%;
}
.idx_lay_comp.close_lay .idx_lay_comp_btn{
  display: block;
}

.Skill_train_content{}
.Skill_train_content ul li{background: #fff;box-shadow: 0px 0px 8px 0px rgba(95, 95, 95, 0.2);margin-bottom: .2rem;}
.Skill_train_content ul li .top{display: flex;display: -webkit-flex;border-bottom: 1px solid #eaeaea;padding: .3rem .3rem .2rem;}
.Skill_train_content ul li .top figure{flex: 0 0 1.2rem;text-align: center;}
.Skill_train_content ul li .top figure p{margin-top: 5px;color:#666;font-size: .22rem;}
.Skill_train_content img{max-width: 100%;}
.Skill_train_content ul li .top .box{flex: 1;margin-left: .3rem;overflow: hidden;}
.Skill_train_content ul li .top .box h4{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;font-size: .3rem;padding: .2rem 0;}
.Skill_train_content ul li .top .pri {
    color: #ff0000;
    font-size: .28rem;
}
.Skill_train_content li .box .live_box .live_btn{
	    width: 84px;
	    margin-left: .2rem;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #3f509f;
    margin-right: 20px;
    display: inline-block;
    border: solid 1px #3f509f;
}
.Skill_train_content ul li .bot{
	padding: .3rem .2rem;
	display: flex;display: -webkit-flex;
}
.Skill_train_content ul li .bot .more_det{
    color: #333333;
    width: 1.2rem;
    border-radius: 5px;
    text-align: center;
    padding: 0.07rem 0;
    font-size: 0.18rem;
    float: right;
}
.Skill_train_content ul li .bot .map{
	    flex: 1;
    text-align: center;
}

.Skill_train_content ul li .bot .time_cnt,.Skill_train_content ul li .bot .map{
	    line-height: .4rem;
	    font-size: .22rem;
}

.furn_head{
	text-align: center;
	margin-bottom: .5rem;
}

.furn_head .sli{
	position: relative;
    display: inline-block;
}

.furn_head .sli:after{
	content: '';
	height: .6rem;
	border: solid 1px #c9c9c9;	
	width: 100%;
	padding: 0 .3rem;
	position: absolute;
	left: -.3rem;
	top: 18px;
	    box-sizing: content-box;
}

.furn_head .title_en{
	font-size: .4rem;
	background: #fff;
	display: block;
	color: #666666;
font-weight: 100;
line-height: 35px;
padding: 0 .3rem;
position: relative;
z-index: 2;
}

.furn_head .title_zh{
	margin-top: 4px;
	position: relative;
z-index: 2;
font-size: .32rem;
	background: #fff;
	display: inline-block;
	color: #333333;
padding: 0 .4rem;
}
.furniture_cnt .swiper-button-next, .furniture_cnt .swiper-button-prev, #certify .swiper-button-next, #certify .swiper-button-prev{
	background: none;
	text-align: center;
	width: 39px;
	height: 41px;
	line-height: 41px;
	border-radius: 100%;
	background-color: #ffffff;
	box-shadow: 0px 7px 18px 0px 
		rgba(200, 200, 200, 0.35);
		opacity: 1;
}

.furniture_cnt .swiper-button-next i, .furniture_cnt .swiper-button-prev i, #certify .swiper-button-next i, #certify .swiper-button-prev i{
	font-size:.25rem;
	font-weight: bold;
}
.furniture_cnt img{
	max-width: 100%;
}
.furniture_cnt{
	text-align: center;
	overflow: hidden;
	margin-bottom: .7rem;
}
.furniture_cnt p {
    position: absolute;
    bottom: 0;
    left: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: rgba(11,11,11,.35);
    text-align: center;
    font-size: .25rem;
    height: .6rem;
    line-height: .6rem;
    width: 100%;
    color: #fff;
}

.furn-container{
	overflow: initial;
}
.furniture_cnt .swiper-button-next{
	right:-10px;
}

.furniture_cnt .swiper-button-prev{
	left:-10px;
}

#certify {
	position: relative;
}

#certify  .swiper-slide {
	width: 80%;
}
#certify  .swiper-slide img{
	display:block;
	max-width: 100%;
}

.cat_title{
	text-align: center;
}

.cat_title span{
	font-size: .35rem;
	line-height: .6rem;
	position: relative;
	display: inline-block;
}

.cat_title span:after, .cat_title span:before{
	content: '';
	position: absolute;
	width: 105px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
}
.cat_title span:after{
	background: url(../img/cat_title_prev.png) no-repeat;
	left: -113px;
}
.cat_title span:before{
	background: url(../img/cat_title_next.png) no-repeat;
	right: -113px;
}

.cat_top{
	overflow: hidden;
	padding-bottom: .6rem;
}

.cat_top figure{
	margin-bottom: .8rem;
	padding:  0 1rem;
}

.cat_top figure img{
	height: 100%;
	width:  100%;
	border-radius: 100%;
}

.cat_top .box h3{
	border-bottom: 1px solid #e4e4e4;
	font-size: .3rem;
	padding-bottom: 10px;
	margin-bottom: .3rem;
}

.cat_top .box p{
	margin-bottom: .3rem;
	font-size: .23rem;
	color: #666666;
	line-height: 24px;
	position: relative;
	padding-left: 33px;
}

.cat_top .box p span{
	display: inline-block;
	width: 33px;
	position: absolute;
	left: 0;
	top: 0;
}

.cat_top .box p span img{
	vertical-align: -3px;
}

.cat_top .box .email_inp{
	color: #3f509f;
	display: inline-block;
	line-height: 26px;
	font-size: .26rem;
	cursor: pointer;
}


.opbg {
    position: fixed;
    background: rgba(0, 0, 0, .1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.flx_traial {
    width: 92%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(200, 200, 200, .35);
    box-shadow: 0 1px 4px 0 rgba(200, 200, 200, .35);
    border-radius: 10px;
    border: solid 1px #e7e5e5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
}

.flx_traial .box {
    padding: .4rem .3rem;
}

.flx_traial .box h3 {
    font-size: .3rem;
    margin-bottom: .3rem;
}
.flx_traial .box .tran_txt{
	    color: #666;
    font-size: 16px;
    margin-top: 10px;
}
.flx_traial .box .inp_cnt {
    overflow: hidden;
    margin-bottom: 20px
}

.flx_traial .box .inp_cnt input {
    padding: 10px 20px;
    cursor: pointer;
    color: #666;
    font-size: 15px;
    background: #f8f9f8;
    border-radius: 8px;
    outline: none;
    border: none;
    width: 100%;
    box-sizing: border-box;
}

.flx_traial .box .bot_cnt {
	overflow: hidden;
}

.flx_traial .box .bot_cnt a{
	  width: 2.2rem;
    text-align: center;
    height: .65rem;
    line-height: .65rem;
    color: #fff;
    font-size: .25rem;
    color: #ffffff;
    display: block;
    margin: 0 auto 0;
    background-color: #3f509f;
    border-radius: 10px;
}
.label_cnt{
	margin-top: 30px;
}
.label_cnt span{
	margin: 0 5px 8px 0;
	height: .6rem;
	line-height: .55rem;
	display: inline-block;
	border: solid 1px #ededed;
	padding: 0 .3rem;
}


.furn_pdt_info{
	background-color: #f2f2f2;
	width: 100%;
}
.furn_pdt_info tr{
	border-bottom: .2rem solid #ffffff;
}
.furn_pdt_info th{width: 2rem;text-align: center;border-right: 1px solid #ffffff;font-size: .28rem;font-weight: normal;background-color: #e5e5e5;}
.furn_pdt_info td{padding: .3rem .2rem;font-size: .24rem;color: #666666;line-height: .4rem;}
	
.ser_mod{overflow: hidden;}
.ser_mod li{float: left;width: 48%;text-align: center;margin-bottom: .3rem;}
.ser_mod li img{width: 100%;height: 2rem;}
.ser_mod li p{margin-top: .2rem;font-size: .22rem;}
.ser_mod li:nth-child(even){float: right;}

.ser_trade{text-align: center;overflow: hidden;margin-top: .6rem;}
.ser_trade li{text-align: center;width: 50%;float: left;margin-bottom: .6rem;}
.ser_trade li p{font-size: .25rem;color: #333;}
.ser_trade li figure{width: 1.4rem;margin: 0 auto .2rem;}
.ser_trade li figure img{width: 100%;}

.ser_advan_pd{padding: .4rem 0 0 0 !important;}
.ser_advan li{
  width: 100%;
  background-color: #ffffff;
  margin-bottom: .2rem;
  padding: .3rem .2rem;
  box-sizing: border-box;
}
.ser_advan li a{display: flex;-webkit-display: flex;}
.ser_advan li figure{width: 1.5rem;padding-right: .3rem;}
.ser_advan li figure img{border-radius: 100%;width: 100%;}
.ser_advan li .box{flex: 1;padding-top: .15rem;}
.ser_advan li p{color: #666666;line-height: 25px;font-size: .25rem;}

.pic_top .box{margin-bottom: .4rem;}
.pic_top .box h4{font-size: .3rem;padding: .5rem 0 .15rem;color: #333;}
.pic_top img, .ser_poss_det img{width: 100%;}
.ser_poss_det img{margin: .3rem 0;}
