body,
p,
input,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
  font-weight: normal;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

.bd img {
  width: 100vw;
}

* {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  /* Chrome all / Safari all /opera15+*/
  -moz-user-select: text;
  /* Firefox all */
  -ms-user-select: text;
  /* IE 10+ */
  user-select: text;
}

body {
  color: #000;
  -webkit-text-size-adjust: none;
  text-align: left;
  -webkit-user-select: text;
  /* Chrome all / Safari all /opera15+*/
  -moz-user-select: text;
  /* Firefox all */
  -ms-user-select: text;
  /* IE 10+ */
  user-select: text;
  font-family: "MyNewFont1" !important;
}

@font-face {
  font-family: 'MyNewFont1';
  /*字体名称*/
  /*src: url('../font/SourceHanSansCN-Regular.ttf'); */
}

/**/
a {
  text-decoration: none;
  color: #000;
}

.clear {
  clear: both;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

iframe,
object {
  height: 320px;
  width: 100%;
}

/* 轮播图css -------------------------------------- */
.shadow {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: absolute;
  top: 0;
}

.slideBox {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  max-width: 960px;
  /* 设置焦点图最大宽度 */
}

.slideBox .hd {
  position: absolute;
  height: 26px;
  line-height: 26px;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.slideBox .hd li {
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  opacity: .5;
  filter: alpha(opacity=50);
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 6px;
}

.slideBox .hd li.on {
  background: #fff;
  opacity: 1;
}


.slideBox .bd {
  position: relative;
  z-index: 1;
}

.slideBox .bd li {
  position: relative;
  text-align: center;
}

.slideBox .bd li img {
  background: url(../images/loading.gif) center center no-repeat;
  vertical-align: top;
  width: 100%;
  height: 4.1rem;
  /* 图片宽度100%，达到自适应效果 */
}

.slideBox .bd li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  display: block;
}

/* 去掉链接触摸高亮 */
.slideBox .bd li .tit {
  display: block;
  width: 78%;
  position: absolute;
  left: 50%;
  margin-left: -39%;
  font-size: 17px;
  bottom: 18px;
  line-height: 27px;
  color: #fff;
  text-align: left;
  font-weight: bold;
  margin-top: 9.4vh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}

/*导航栏*/
#nav_banner {
  position: relative;
}

#nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;

}

.navInnser {
  max-width: 960px;
  margin: 0 auto;
  width: 93.3%;
  margin-top: 19px;
}

#nav div.search {
  float: left;
  width: 9.5%;
  height: 9.5vw;
}

#nav div.search img {
  width: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /*position: fixed;*/
  display: block;
}

/*.casenav1 .search{
	position: relative;
	top:0;
}*/
.search_dan {
  visibility: hidden;
}

#nav div .nav_open_ico {
  position: fixed;
  right: 3%;
  width: 9.5%;
  height: 9.5vw;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  text-align: center;
  z-index: 999999;
  background: #000;
  opacity: .8;
  filter: alpha(opacity=80);

  opacity: .8;
  filter: alpha(opacity=80);
}

#nav div .nav_open_ico img {
  width: 55%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  top: 50%;
  display: block;
}

#logo {

  width: 80%;
  float: left;
  text-align: center;
  height: 36px;



}

#logo img {
  width: 18%;
  margin: 0 auto;
}

/*搜索弹出层*/
.search_open_box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000000;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  display: none;
}

.search_open_box input {
  outline: none;
}

.search_open_box_inner {

  margin: 5px 0 0 20px;
}

.search_open_box_inner {
  position: relative;
}

.search_open_box_inner:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-bottom: 1px solid #a3a3a3;
  -webkit-transform: scaleY(.3);
  -webkit-transform-origin: 0 0;
}

.search_open_box .search_f_text {
  width: -webkit-calc(82% - 26px);
  width: -moz-calc(82% - 26px);
  width: calc(82% - 26px);
  display: block;
  height: 60px;
  line-height: 60px;
  background: none;
  color: #a3a3a3;
  font-size: 16px;
  border: none;
  float: left;
  outline: none;
}

.cancelSearch {
  cursor: pointer;
}

.search_open_box .search_f_btn {
  width: 18%;
  height: 60px;
  padding: 0;
  margin: 0;
  border: none;
  background: url('../images/srach_hui.png') no-repeat center center;
  background-size: 20px;
  text-indent: -999;
  outline: none;
  color: #000;
}

/*首页主体内容*/
#con_main {
  padding-top: 25px;
  max-width: 960px;
  margin: 0 auto;
}

#con_main li {
  padding-bottom: 45px;
}

#con_main li:last-of-type {
  padding-bottom: 10px;

}

.head_info {
  border-left: 12px solid #c7000b;
  line-height: 14px;
  height: 14px;
  font-size: 12px;
  overflow: hidden;
}

.head_info_inner {
  background: #fff;
  padding: 0 7px;
  height: 14px;
}

.head_info_inner .span_01 {
  display: inline-block;
  float: left;
  border-right: 2px solid #ababab;
  padding-right: 5px;
  color: #c7000b;
  font-weight: 900;
}

.head_info_inner .span_02 {
  display: inline-block;
  float: left;
  padding-left: 8px;
  font-weight: bold;
  color: #ababab;
}

.head_info_inner .span_03 {
  display: inline-block;
  float: right;
  font-weight: bold;
  color: #ababab;
  background: url('../images/eye_ico.png') no-repeat left center;
  background-size: 14px;
  padding-left: 18px;
}

.head_info_inner .span_04 {
  display: inline-block;
  float: right;
  font-weight: bold;
  color: #ababab;
  background: url('../images/good_ico.png') no-repeat left center;
  background-size: 12px;
  padding-left: 22px;
  padding-right: 3px;
  background-size: 15px;
  padding-top: 1px;

}

#con_main h3.info_title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 27px;
  padding: 0 20px 0 20px;
  margin: 14px 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#con_main p.info_text {
  font-size: 14px;
  color: #646971;
  line-height: 22px;
  padding: 0 20px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

#con_main .info_pic img {
  width: -webkit-calc(100% - 16px);
  width: -moz-calc(100% - 16px);
  width: calc(100% - 16px);
  margin: 0 auto;
  display: block;
  /*height: 175px;*/
}

/*侧边导航*/
#side_nav {
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  background: #FFFFFF;
  z-index: 1000;
  height: 100%;
}

.close_nav {
  display: block;
  float: right;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0.4rem 0.24rem 0 0;
}

.close_nav1 {
  display: inline-block;
  float: left;
  width: 0.4rem;
  height: 0.4rem;
  padding: 16px 16px 0 0;
}

#side_nav .head_img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 40px;
  -moz-border-radius: 40px;
  /* Old Firefox */
}

.loading_i {
  text-align: center;
  display: none;
}

#side_nav .head_img img {
  width: 80px;
  height: 80px;
}

#side_nav .no_land a {
  display: block;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 15px;
  /*padding-bottom: 10px;*/

}

.a_10 {
  height: 27px;
  line-height: 27px;
}

#side_nav .no_land .a_02 {
  margin: 3px 0 3px 30px;
  /*border-bottom: 1px solid #ffffff;*/
  padding-bottom: 14px;
  text-align: left;
  padding-left: 23px;
  font-size: 15px !important;
}

#side_nav .no_land .a_02 {
  position: relative;
}

#side_nav .no_land .a_02:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: scaleY(.3);
  -webkit-transform-origin: 0 0;
}

#side_nav .user_name {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-top: 0.5rem;
}

#side_nav .user_name .span_01 {
  font-size: 7px;
  display: block;
  margin-top: 10px;
}

#side_nav .user_name .span_02 {
  color: #ffffff;
  font-weight: bold;
  display: block;
  margin: 3px 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#side_nav .navs {
  /*padding-top: 9px;*/
}

#side_nav .navs a {
  display: block;
  font-size: 0.28rem;
  color: #333333;
  text-align: center;
  /* font-weight: bold; */
}

.user_name img {
  display: block;
  width: 85px;
  height: 85px;
}

/*案例库*/
#case_main {
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  padding-bottom: 100px;
  overflow-x: hidden;
}

.case_info info_info span {}

.case_text p {
  text-align: justify;
  color: #45505E !important;
}

.case_text span {
  /* color:#45505E; */
  font-size: 0.34rem;
}

.case_title_pic {
  display: block;
  width: 100%;
  max-width: 960px;
}

.case_title_pic {
  width: 100%;
  /*height: 175px;*/
}

#case_main div.nav_open_ico {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: fixed;
  right: 3%;
  top: 12px;
  z-index: 1;
}

#case_main div.nav_open_ico img {
  width: 55%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  margin: 0 auto;

}

.case_info {
  line-height: 0.44rem;
  font-size: 12px;
  overflow: hidden;
  margin-top: 0.28rem;
}

.case_info .span_01 {
  display: inline-block;
  float: left;
  margin-right: 0.4rem;
  background: none !important;
  color: #333333;
  font-size: 0.24rem;
  font-weight: bold;
  margin-left: 0.2rem;
}

.info_img1 {
  display: inline-block;
  float: left;
  margin-right: 0.2rem;
  width: 0.44rem !important;
  border-radius: 50%;
}

.case_info .span_02 {
  display: inline-block;
  float: left;
  padding-left: 10px;
  font-weight: bold;
  color: #ababab;
  font-size: 0.24rem;
  color: #ababab;
}

.case_info .span_03 {
  display: inline-block;
  float: right;
  font-weight: bold;
  color: #ababab;
  background: url('../images/eye_ico.png') no-repeat left center;
  background-size: 14px;
  padding-left: 18px;
}

.case_info .span_04 {
  display: inline-block;
  float: right;
  font-weight: bold;
  color: #ababab;
  background: url('../images/good_ico.png') no-repeat left center;
  background-size: 12px;
  padding-left: 17px;
  padding-right: 10px;
}

.case_rec {
  font-weight: bold;
  display: block;
  height: 1rem;
  line-height: 1rem;
  position: relative;
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
  background: #F8F8F8;
}

.case_rec span {
  display: inline-block;
  float: left;
  font-size: 0.24rem !important;
}

.case_rec span:nth-of-type(1) {
  font-size: 0.28rem;
}

.case_rec span normal:nth-of-type(1) {
  font-size: 0.48rem;
}

.case_rec span normal:nth-of-type(2) {
  color: #999999;
}

.case_rec img {
  width: 100px !important;
  display: inline-block;
  float: left;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  margin-right: 3px;
}

.case_text {
  padding: 5px 0px 20px;
  line-height: 27px;
  color: #333333 !important;
}

/*.case_text p{
	padding:0 20px !important;
}*/
.case_text p span {
  /*margin: 0 20px !important;*/
  font-size: 16px;
}

.case_text div {
  line-height: 27px;
  word-wrap: break-word;
}

/*.case_text>span{
	display: block;
	line-height: 27px;
	font-size: 15px !important;
	margin: 0 20px;

}*/

.case_text p span {
  /*display: block;*/
  line-height: 27px;
  margin: 0;
}

.case_text .case_text p span span {
  display: inline;
}

.case_text>span {
  display: block;
  line-height: 27px;
  font-size: 15px !important;
  margin: 0 20px;
  /* white-space:pre-wrap;*/
}

.case_text div>span {
  display: block;
  line-height: 27px;
  font-size: 15px;
  margin: 0 20px;
}

.case_rec span {
  line-height: 1rem !important;
}

.case_text span img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.case_text h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 45px;
  margin: 0 20px 50px 20px;
}

.case_text img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.case_inner .collection {
  background: none;
  display: block;
  border: none;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.case_inner .collection img {
  width: 70px;
  height: 70px;
}

.case_about {
  /*margin-bottom: 3.5rem;*/
  padding: 0 20px;
}

.case_about_list {
  font-size: 0.36rem;
  text-align: center;
}

.case_about_list li {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}

.comment {
  /*width: 64%;*/
  min-height: 0.5rem;
  /*padding: 0 18vw;*/
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
}

/*.comm_zan0{
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 9vw;

	background-size: 50px 50px;
}*/
/*.comm_zan01{
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 9vw;
	background: url("../images/zan.jpg");
	background-size: 50px 50px;
}*/
/*.comm_share0{
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 9vw;
}*/
.comment img {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}

.comm_zan0,
.comm_share0 {
  text-align: center;
  display: flex;
  justify-content: center;
}

.comment_list {
  width: 100%;
  padding: 0 20px;
  padding-bottom: 0.4rem;
  padding-top: 0.4rem;
}

.comment_list button {
  width: 100%;
  height: 40px;
  font-size: 13px;
  color: #cd2b1e;
  margin: 0 auto;
  border: 1px solid #cd2b1e;
  background: #ffffff;
  font-weight: bold;
  display: block;
}

.comment_list .hot_com {
  margin-bottom: 20px;
  /*margin-left: 10px;*/
  font-weight: bold;
  font-size: 0.36rem;
}


.case_about .hot_com {
  margin-bottom: 10px;
  /*margin-left: 10px;*/
  font-weight: bold;
  font-size: 0.36rem;
  margin-top: 15px;
}

.comment_list ul {}

.comment_list ul li {
  margin-bottom: 0.4rem;
}

.top_vie {
  display: flex;
  width: 0.72rem;
  height: 0.72rem;
  float: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

/* .comment_list li div {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 15px;
	margin-left: 50px;
} */



.comment_list li div p {
  /*padding-left: 16px;*/
  /*transform: scaleY(2);*/
}

.c_namefa {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 15px;
  margin-left: 50px;
  position: relative;
}

.com_name {
  margin-bottom: 14px;
  overflow: hidden;
}

.com_name b {
  font-size: 0.28rem;
  float: left;
}

.com_name div {
  font-size: 14px;

}

.com_name span {
  font-size: 0.2rem;
  color: #999999;
  float: right;
}

#dival {
  margin: 0 auto;
  float: left;
  padding-left: 0.2rem;
}

#dival img {
  width: 0.28rem;
  height: 0.28rem;
}

.com_content {
  font-size: 14px;
  line-height: 25px;
}

.case_about .title {
  font-size: 12px;
  background: #c7000b;
  color: #fff;
  display: block;
  width: 92.5px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.case_about2 .title {
  background: #000000;
}

.case_about li .pic {
  width: 2.8rem;
  height: 1.88rem;
  overflow: hidden;
  float: right;
}

.case_about li .pic img {
  width: 100%;
}

.case_about li .text {
  width: -webkit-calc(100% - 142px);
  width: -moz-calc(100% - 142px);
  width: calc(100% - 142px);
  float: left;
  width: 3.7rem;
  height: 1.88rem;
  position: relative;
}

.case_about li .text h3 {
  font-size: 0.32rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
  line-height: 0.48rem;
  text-align: left;
}

.case_about li .text .xin {
  /* width: 80px;
    display: inline-block;
    float: left;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    margin-left: 6px; */
  width: 80px;
  display: inline-block;
  position: relative;
  margin-left: 6px;
}

.case_about li .text .info_fa {
  /* position: absolute;
    overflow: hidden;
    width: 100%;
    bottom: 0; */
  position: absolute;
  overflow: hidden;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case_about li .text .info {
  display: inline-block;
  float: left;
  font-size: 12px;
  color: #ababab;

}

.case_about li .text .info_date {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #ababab;

}

.case_about li .text .eye {
  /* display: inline-block;
	float: right;
	font-size: 12px;
	color: #ababab;
	background-size: 14px;
	padding-left: 18px;
	line-height: 0.4rem; */
  display: inline-block;
  font-size: 12px;
  color: #ababab;
  /* background: url(../images/eye_ico.png) no-repeat left center; */
  background-size: 14px;
  line-height: 0.4rem;
  width: auto;
}

.caseCommentArea {
  background: #fff;
  padding: 5px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.caseCommentArea_innser {
  padding: 0 10px;
}

.comm_text {
  line-height: 17px;
}

.ZanCommentArea .comm_text,
.caseCommentArea .comm_text {
  padding-top: 0px;
}

.commForm {
  float: left;
  width: -webkit-calc(100% - 86px);
  width: -moz-calc(100% - 86px);
  width: calc(100% - 86px);
  height: 34px;
}

.ZanCommentArea .commForm {
  float: left;
  width: -webkit-calc(100% - 128px);
  width: -moz-calc(100% - 128px);
  width: calc(100% - 128px);
  height: 34px;
}

.commForm .text {
  width: -webkit-calc(100% - 27px);
  width: -moz-calc(100% - 27px);
  width: calc(100% - 27px);
  display: block;
  height: 28px;
  border: none;
  border-left: 2px solid #f85959;
  padding: 0 5px 0 10px;
  background: none;
  border-radius: 0;
  outline: none;
  margin-top: 3px;
}

.comm_text .btn {
  width: 60px;
  border: none;
  height: 28px;
  margin-top: 2px;
  float: right;
  display: block;
  background: #f85959;
  border-radius: 20px;
  color: #fff;
  display: none;
}

.comm_num {
  display: block;
  width: 34px;
  margin-left: 10px;
  float: left;
  margin-top: 7px;
  text-align: center;
  position: relative;
}

.comm_num .nums {
  position: absolute;
  left: 22px;
  top: -2px;
  background: #f85959;
  font-size: 8px;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0 2px
}

.comm_num img {
  width: 19px;
}

.comm_share {
  display: block;
  width: 22px;
  margin-left: 12px;
  float: left;
  margin-top: 8px;
  text-align: right;
}

.comm_share img {
  width: 17px;
}

.comm_zan {
  display: block;
  width: 32px;
  float: left;
  margin-top: 7px;
  margin-left: 12px;
  text-align: center;
}

.comm_zan img {
  width: 20px;
}

/*案例库首页*/
.casenav1 {
  position: relative;
  display: none;
}

.casenav {
  position: relative;
  /*display: none;*/
}

.case_index_list {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.case_index_list li {
  margin-bottom: 3px;
  position: relative;
  /*overflow: hidden;
    margin-bottom: 1px;*/
}

.case_index_list li .list_inner {
  /*display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 26px;
	text-align: center;*/

  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  padding-top: 95px;
  top: 0px;
}

.case_index_list li .title_img {
  width: 100%;
  background: #eeeeee;
  display: block;
  height: 225px;
}

/*.case_index_list li span{
    background: rgba(0, 0, 0,0.5);
    display: block;
    width: 100%;
    height: 115px;
    padding-top: 110px;
    position: relative;
    top: 25px;
}*/
.case_index_list li .title_text {
  font-weight: 600;
  color: #fff;
  padding: 0px 80px 0px;
  margin: 10px 0 25px 0;
  font-size: 17px;
  line-height: 24px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  text-align: center;
}

.case_index_list li .title_xin {
  width: 138px;
  position: relative;
  top: -20px;
}

/*有单*/
.youdan_info .span_01 {
  background: #00aead;
}

.youdan_info .span_02 {
  display: inline-block;
  float: left;
  margin-left: 5px;
  padding-left: 12px;
  font-weight: bold;
  color: #ababab;
  background: url("../images/youdan_car_ico.png") no-repeat left center;
  background-size: 8px;
}

.youdan_info .span_03 {
  display: inline-block;
  float: right;
  font-weight: bold;
  color: #c7000b;
  background: no-repeat;
  padding: 0;
  font-size: 14px;
}

.youdan_text {
  padding-top: 30px;
}

.youdan_text h3 {
  border-left: 2.5px solid #00aead;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 12px;
}

.youdan_index_list {
  padding: 20px 0px;
  padding-bottom: 40px;
}

.youdan_index_list li {
  padding-bottom: 39px;
}

.youdan_index_info .span_01 {
  display: inline-block;
  float: left;
  color: #c7000b;
  font-weight: bold;
  padding-left: 12px;
  background: url("../images/youdan_car_ico.png") no-repeat left center;
  background-size: 8px;
}

.youdan_index_info .span_02 {
  display: inline-block;
  float: right;
  font-weight: bold;
  color: #c7000b;
}

.youdan_index_info .zanting {
  display: inline-block;
  float: left;
  color: #ababab;
  font-weight: bold;
  padding-left: 18px;
  background: url("../images/youdan_jin_ico.png") no-repeat left center;
  background-size: 14px;
}

.youdan_index_info .zhongbiao {
  display: inline-block;
  float: right;
  font-weight: bold;
  color: #ababab;
}

.youdan_index_info {
  margin: 0 20px;
  font-size: 14px;
}

.youdan_index_text h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding: 12px 0;
  margin: 0 20px;
}

.youdan_index_text img {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}

.youdan_index_text h3.hui {
  color: #ababab;
}

.youdan_index_text .yizhongbiao {
  position: relative;
}

.youdan_index_text .yzb_mengban {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}

.youdan_index_list .fabu_btn {
  width: 90%;
  display: block;
  background: #00aead;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: fixed;
  bottom: 10px;
  left: 5%;
}

/*登录*/
.login_box {
  padding: 0.5rem;
  display: none;
}


.b1 {
  display: block;
  text-align: center;
}

.b1 img {
  width: 1.6rem;
  display: block;
  margin: 0 auto;

}

.b1 span {
  color: #666666;
  font-size: 0.24rem;
  display: block;
  padding-top: 0.2rem;
}

.b2 {
  display: block;
}

.login_box .head_img {
  width: 98px;
  height: 98px;
  /* border: 2px solid #ffc81f; */
  border-radius: 46px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 48px;
}

.login_box .head_img img {
  width: 1.6rem;
}

.login_box .title {
  text-align: center;
  font-size: 16px;
  color: #b3b3b3;
  line-height: 24px;
  height: 24px;
  margin-bottom: 20px;
  background: url('../images/line_bg.jpg') no-repeat center center;
  background-size: 100%;
}

.indentify {
  font-size: 0.24rem;
  display: block;
  color: #cd2b1e;
  font-weight: bold;
  padding-top: 0.32rem;
}

.indentify1 {
  font-size: 0.24rem;
  display: block;
  color: #cd2b1e;
  font-weight: bold;
}

#accountcode {
  display: none;
}

.login_box input {
  display: block;
  margin-bottom: 0.4rem;
  color: #333333;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-appearance: none;
  width: 100%;
  height: 0.8rem;
  padding-left: 0.2rem;
  font-size: 0.28rem;
}



.passwordlogin input::-ms-input-placeholder {
  text-align: left;
}

.passwordlogin input::-webkit-input-placeholder {
  text-align: left;
}

.passwordlogin input {
  border: 0px !important;
  border-bottom: 1px solid #ddd !important;
}

.error_msg {
  font-size: 0.28rem;
  font-weight: bold;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999999999999999999999999;
  width: 5rem;
  line-height: 0.5rem;
  margin: 0 auto;
}

.errorall {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#message {
  display: block;
  color: red;
  text-align: center;
  font-size: 0.3rem;
}

#send_btn {
  background: #CD2B1E;
  float: right;
  width: 2.4rem;
  color: #FFFFFF;
  padding-left: 0;
  height: 0.8rem;
  border: 0;
}

.mobilenext {
  background: #CD2B1E;
  border: 1px solid #CD2B1E;
  color: #FFFFFF !important;
  font-size: 0.3rem;
  font-weight: bold;
  padding-left: 0 !important;
}

.login_box input.btn {
  background: #CD2B1E;
  font-size: 0.3rem;
  width: 100%;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  border: none;
  padding: 0;
}

.login_box a.new_user {
  font-size: 12px;
  text-align: right;
  margin-top: 12px;
  display: block;
  color: #b3b3b3;
}

.login_box .go_back {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 20px;
  height: 20px;
  border: none;
  background: url("../images/close_hui_ico.png") no-repeat center center;
  background-size: 20px;
}

/*社会化分享插件*/

.share_box {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none;
  padding-top: 6vh;
}

.share_close {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  margin-top: 60px;
}

div#share {
  margin: 0px auto;
  margin-top: 190px;
  width: 77.6%;
}

div#share span {
  color: #fff;
  font-size: 12px;
}

/*.bdsharebuttonbox{
	display: flex;
}*/
.bd_div {
  width: 60px;
  height: 60px;
  float: left;
  margin: 26px 16px;
}

.bd_div span {
  position: relative;
  left: 8px;
  top: -14px;
  width: 60px;
  height: 20px;
  display: block;
  float: left;
  text-align: center;
}

.bdshare {
  margin-top: 20px;
}

div#share a {

  display: block;
  width: 60px;
  height: 60px;
  margin: 20px 11px;
  float: left;
  background: none no-repeat;
  background-size: 56px 56px;
}

div#share a.bds_sqq {
  background-image: url("../images/fx_qq.png");
}

div#share a.bds_qzone {
  background-image: url("../images/fx_kj.png");
}

div#share a.bds_tsina {
  background-image: url("../images/fx_wb.png");
}

div#share a.bds_youdao {
  background-image: url("../images/fx_ydy.png");
}

div#share a.bds_evernotecn {
  background-image: url("../images/fx_yx.png");
}

div#share a.bds_lj {
  background-image: url("../images/fx_lj.png");
}



.JobTop {
  height: 54px;
  background: #f5f5f6;
  position: relative;
}

.jobCity {
  width: 35px;
  text-align: center;
  background: url("../images/arrow_down.png") no-repeat right center;
  background-size: 10px;
  padding-right: 12px;
  padding-left: 10px;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  float: left;
}

.cityList {
  background: #f5f5f6;
  position: absolute;
  left: 0;
  top: 54px;
  width: 100%;
  display: none;
  z-index: 10000;
}

.SelectCity_list dd {
  float: left;
  border: 1px solid #e9e9ea;
  background: #ffffff;
  width: -webkit-calc(28% - 2px);
  width: -moz-calc(28% - 2px);
  width: calc(28% - 2px);
  margin: 0 2%;
  text-align: center;
  margin-bottom: 18px;
}

.cityList .close {
  width: 22px;
  margin: 20px auto;
  display: block;

}

.job_search_form {
  width: -webkit-calc(100% - 94px);
  width: -moz-calc(100% - 94px);
  width: calc(100% - 99px);
  height: 54px;
  float: left;
}

.job_search_form .text {
  height: 32px;
  /*line-height: 32px;*/
  margin-left: 10px;
  padding-left: 35px;
  background: url("../images/form_search_ico.jpg") no-repeat 10px center;
  background-size: 14px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 11px;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  font-size: 13px;
}

.job_search_form .btn {
  width: 0;
  height: 0;
  border: 0;
  padding: 0;
  margin: 0;
}

.job_open_ico {
  width: 36px;
  height: 54px;
  background: url("../images/b_nav_ico.png") no-repeat center center;
  float: left;
  background-size: 22px;
}

.Job_nav_list {
  padding: 15px 18px;
  background: #ffffff;
}

.Job_nav_list li {
  width: 50%;
  float: left;
  text-align: center;
}

.Job_nav_list li a {
  font-size: 17px;
  color: #000000;
}

.Job_nav_list li a.current {
  color: #00aead;
  border-bottom: 2px solid #00aead;
  font-weight: bold;
}

.job_lists {
  /*padding: 0 8px;*/
}

.job_lists li {
  padding: 0px 0px 0px 8px;
  /*border-bottom: 0.5px solid #eeeeee;*/
}

.JobLists_img {
  width: 62.5px;
  height: 62.5px;
  display: block;
  float: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 15px;
}

/*.img_div{
	width: 70px;
	height: 70px;
	float: left;
	padding: 15px;
}*/
.JobLists_right {
  width: -webkit-calc(100% - 115px);
  width: -moz-calc(100% - 115px);
  width: calc(100% - 115px);
  float: left;
  padding-left: 5px;
  padding-right: 15px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #eeeeee;
  position: relative;
}

.JobLists_right .pos {
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
  height: 39px;
  margin-top: 15px;
  width: 190px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  color: #333333;
}

.JobLists_right .span_02 {
  float: right;
  margin-top: 15px;
  color: rgba(231, 0, 18, 1);
  font-size: 14px;
  position: absolute;
  top: 3px;
  right: 15px;
  font-weight: bold;
}

.JobLists_right .com {
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  /*height: 26px;*/
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.JobLists_right .other_span .span_01 {
  padding: 2px 0;
  padding-left: 15px;
  background: url("../images/coor_ico.png") no-repeat left center;
  background-size: 11px;
  font-size: 14px;
  color: #333333;
  font-weight: 900;
  display: block;
  float: left;
}

.other_span {
  margin-top: 40px;
  height: 25px;
}

/*.JobLists_right .other_span .span_02{
	color: #ff9047;
	font-size: 14px;
	padding-left: 6px;
	font-weight: 900;
}*/
.JobLists_right .other_span .span_03 {
  padding-left: 6px;
  font-size: 13px;
  color: #ababab;
  float: right;
  line-height: 22px;
}

/*资讯详情页*/
.info_info .span_01 {
  background: #c7000b;
}

.info_info {
  padding-bottom: 0.26rem;
  position: relative;
}

.info_inner {
  padding: 0 0px;
}

/*.case_text_span{
	display: block;
	float: left;
	width: 2.5px;
	height: 53px;
	background: #c7000b;
	margin-top: 7px;
	margin-right: 12.5px;
	margin-left: 20px;
}*/
.info_inner h3 {
  text-align: justify;
}


/*公司列表页*/
.job_company_list {
  padding: 3px;
}

.job_company_list li {
  float: left;
  background: #ffffff;
  width: -webkit-calc(50% - 6px);
  width: -moz-calc(50% - 6px);
  width: calc(50% - 6px);
  margin: 3px;
  padding-bottom: 8px;

}

.job_company_img_title {
  position: relative;
}

.job_company_img_title .time {
  font-size: 10px;
  position: absolute;
  right: 3px;
  bottom: 3px;
  color: #ffffff;
  text-shadow: 1px 1px 1px #323232;
}

.job_company_img_title img {
  display: block;
  width: 100%;
  /*height: 135px;*/
}

.job_com_text_title {
  font-size: 16px;
  height: 48px;
  line-height: 24px;
  overflow: hidden;

  padding-left: 10px;
  background: url("../images/red_dian.png") no-repeat left 8px;
  background-size: 5px;
  font-weight: bold;
  color: #000;
  margin: 8px;
}

.job_com_location,
.job_com_job_num {
  font-size: 12px;
  color: #ababab;
  line-height: 21px;
  margin: 0 5px;
}

/*招聘 － 公司的案例*/
.companyCase_header {
  padding: 13px;
}

.com_case_img_title {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 5px;
  float: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

}

.imggg {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 67.5px;
  background: #000;
  color: #FFFFFF;
  padding: 0 13px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.imggg div {
  width: 180px;
  float: left;
  padding-left: 13px;
}

.imggg span {
  float: left;
}

.imggg button {
  width: 85px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 16px;
  color: #fff;
  border: none;
  background: #f85959;
  margin-top: 19px;
}

.log1,
.log2 {
  display: inline-block;
  width: 100%;
  height: 21px;
  font-size: 11px;
}

.log1 {
  margin-top: 13px;
  font-size: 15px;
}

/*.imggg img{
	width: 100%;
	height: 67.5px;
}*/
.job_del img {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  margin-top: 27px;
  margin-right: 14px;
}

.job_log img {
  display: block;
  float: left;
  width: 44px;
  height: 44px;
  margin-top: 12px;
}

.com_case_img_title img {
  width: 80px;
  height: 80px;
  display: block;
}

.companyCase_tag_textTitle {
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: calc(100% - 110px);
  padding-left: 20px;
  float: left;
  display: flex;
}

.companyCase_tag_textTitle h2 {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 10px;
}

.companyCase_tag_textTitle .tag span {
  background: #d5d5d5;
  font-size: 10px;
  color: #ffffff;
  padding: 3px 5px;
  border-radius: 5px;
  margin-right: 10px;

}

.companyCase_header .text {
  font-size: 12px;
  color: #777c82;
  padding-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #fedede;
}

.companyCase_header .follow {
  padding: 20px;
}

.companyCase_header .follow p {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  float: left;
  color: #777c82;
  font-size: 12px;
  background: url("../images/red_dian.png") no-repeat left center;
  background-size: 5px;
  padding-left: 10px;
  height: 36px;
  line-height: 36px;
}

.companyCase_header .follow button {
  width: 80px;
  float: right;
  height: 36px;
  line-height: 34px;
  border: 1px solid #f85959;
  color: #f85959;
  border-radius: 5px;
  font-size: 14px;
  background: none;
}

.companyCase_innser {
  padding: 10px 0;
}

.navCompany_job {
  padding: 0 10px 30px;
}

.navCompany_job a {
  display: block;
  width: 28%;
  float: left;
  text-align: center;
  color: #cacaca;
  padding: 6px 0;

}

.navCompany_job a:nth-of-type(2) {
  margin: 0 8%;
}

.navCompany_job a.dangqian {
  background: #f85959;
  color: #ffffff;
}

.companyCase_lists {
  padding: 30px 10px 0;
}

.companyCase_lists .img_head img {
  width: 100%;
}

.xinji_tag {
  padding: 10px 0;
}

.companyCase_lists .xinji {
  width: 94px;
  float: left;
  display: block;
  padding-top: 3px;
}

.companyCase_lists .info_tag {
  width: 45px;
  float: left;
  display: block;
  font-size: 12px;
  text-align: center;
  margin-top: 2px;
  background: #f85959;
  color: #ffffff;
}

.companyCase_lists .xinji_tag .tag {
  text-align: right;
}

.companyCase_lists .xinji_tag .tag span {
  background: #d5d5d5;
  font-size: 10px;
  color: #ffffff;
  padding: 2px 5px;
  border-radius: 5px;
  display: inline-block;

}

.companyCase_lists .text_title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding: 5px 0;
}

.companyCase_lists .text_p {
  color: #777c82;
  font-size: 12px;
}

.companyCase_lists li {
  padding-bottom: 30px;
}

.job_postLists {
  background: #f7f7f7;
}

.job_postLists li {
  padding: 12px;
  margin-bottom: 12px;
  background: #ffffff;
}

.job_postLists .info {
  display: block;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  float: left;
}

.job_postLists .info h2 {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}

.job_postLists .info p {
  font-size: 12px;
  color: #707070;
}

.job_postLists .info p span {
  color: #f85959;
  font-weight: bold;
  padding-right: 10px;

}

.job_postLists button.Delivery_resume {
  width: 76px;
  height: 30px;
  font-size: 12px;
  border: 2px solid #f85959;
  color: #f85959;
  float: right;
  background: none;
  border-radius: 5px;
  margin-top: 8px;
}

.job_postLists button.Delivery_resume a {
  color: #f85959;

}

.pos_deta_head {
  padding: 10px;
  background: #ffffff;
}

.pos_deta_head span {
  display: inline-block;
  float: left;
}

.pos_deta_head .span_01 {
  color: #ffffff;
  font-size: 10px;
  background: #f85959;
  padding: 4px 7px;
  border-radius: 5px;
  margin-top: 3px;
}

.pos_deta_head .span_02 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding-left: 8px;
  padding-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pos_deta_head .span_03 {
  float: right;
  font-size: 12px;
  color: #ababab;
  margin-top: 7px;
}

.pos_detaTags {
  background: #ffffff;
  padding: 10px;
}

.pos_detaTags li {
  width: 33.3%;
  float: left;
  margin-bottom: 16px;
}

.pos_detaTags li span.span_01 {
  font-size: 9px;
  color: #ababab;
  padding: 3px 5px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  display: inline-block;
  float: left;
  margin-top: 2px;
}

.pos_detaTags li span.span_02 {
  font-size: 13px;
  font-weight: 300;
  color: #ababab;
  display: inline-block;
  float: left;
  padding-left: 4px;
  padding-top: 4px;
}

.companyCase_tag_textTitle_detas {

  background: url("../images/go_rigth_ico.png") no-repeat right 50%;
  background-size: 10px;
  height: 80px;
}

.companyCase_tag_textTitle_detas h2 {
  color: #f85959;
  width: 90%;
}

.pos_deta_text_inner {
  background: #ffffff;
}

.pos_deta_text_inner {
  padding: 20px 10px;
  padding-bottom: 2rem;
}

.pos_deta_text_inner h3.text_title {
  font-size: 16px;
  color: #333333;
  border-left: 3px solid #f85959;
  margin-left: 3px;
  font-weight: bold;
  padding-left: 3px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 20px;
}

.pos_deta_text_inner p {
  padding: 0 2.5px 20px;
  font-size: 14px;
  color: #333333;
  line-height: 25px;
}

.pos_deta_text_inner .DeliveryResume_btn {
  background: #ffc81f;
  width: 36%;
  height: 38px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto;
  border-radius: 5px;
  color: #ffffff;
  display: block;
}

.loading {
  font-size: 12px;
  color: #999999;
  text-align: center;
}

/*有单申请*/
.youdanApply {
  max-width: 960px;
  margin: 0 auto;

}

.youdanApply_inner {
  padding: 0 15px;
}

.youdanApply label {
  display: block;
  width: 96%;
  padding: 0;
  /*margin: 12px auto 0;*/
  margin: 15px 0 10px 16px;
  font-size: 15px;
}

.youdanApply label span {
  color: red;
}

.youdanApply input {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 30px 0;
  height: 36px;
  line-height: 36px;
}

.youdanApply .but {
  width: 160px;
  height: 36px;
  line-height: 36px;
  border: none;
  background: #00aead;
  color: #fff;
  font-size: 16px;
  border-radius: 20px;
  margin: 0 auto;
}

.youdanApply .tel {
  background: #dfdfdf;
  color: #000000;
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
  padding: 10px 0;
}

/*评论*/
.comment_wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

.comment_back_ico img {
  width: 13px;
  padding: 10px 0;
}

.comment_num {
  border-left: 2px solid #f85959;
  padding-left: 5px;
  color: #9fa8b6;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin: 10px 0;
}

.comment_text_list li {
  margin: 16px 0;
}

.comment_text_list .coment_huifu {
  padding-left: 34px;
}

.comment_text_list_pic {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
}

.comment_text_list_pic img {
  width: 34px;
  height: 34px;
}

.comment_text_div {
  width: -webkit-calc(100% - 44px);
  width: -moz-calc(100% - 44px);
  width: calc(100% - 44px);
  padding-left: 10px;
  float: left;
}

.comment_text_div h3.name {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  float: left;
}

.comment_text_div .case_xin {
  width: 90px;
  display: block;
  float: left;
  padding: 4px 0 0 10px;
}

.comment_text_div h3.name span {
  color: #999;
}

.comment_text_div p {
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #eee;
  padding: 5px 0 10px;
}

.comment_input_box {
  background: #f4f5f6;
  padding: 8px 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  position: fixed;
  left: 0;
  bottom: 0;
}

.comment_input_box textarea.text {
  resize: none;
  display: block;
  width: -webkit-calc(100% - 38px);
  width: -moz-calc(100% - 38px);
  width: calc(100% - 38px);
  border: 1px solid #eeeeee;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px 18px;
  background: url('../images/pen_ico.png') no-repeat 5px 8px;
  background-color: #fff;
  height: 18px;
  background-size: 12px;

}

.comment_input_box .but {
  float: right;
  display: block;
  margin-top: 10px;
  background: #cacaca;
  color: #fff;
  border: none;
  padding: 5px 12px;
  border-radius: 10px;
  /*
	display: none;
	*/
}

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

.pingxinCaseInner {
  width: 94%;
  background: #fff;
  margin: 20px auto;
  padding-bottom: 50px;
}

.pingxinCaseInner .comm_title {
  font-size: 14px;
  color: #707070;
  text-align: center;
  display: block;
  padding: 10px 0 20px;
}

.pingxinCaseInner .com_xin {
  width: 220px;
  margin: 0 auto;
}

.pingxinCaseInner .com_xin img {
  width: 24px;
  margin: 0 10px;
  display: block;
  float: left;
}

.pingxinCaseInner textarea {
  width: 70%;
  display: block;
  border: 1px solid #f2f2f2;
  height: 120px;
  margin: 20px auto;
  padding: 5px;
}

.pingxinCaseInner input {
  width: 130px;
  height: 42px;
  background: #f85959;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 20px;
}

.pingxinCaseInner .close_pingx {
  float: right;
  width: 18px;
  padding: 20px;
}

.case_text {
  padding: 5px 20px 20px;
  font-size: 16px;
  box-sizing: border-box;
  overflow: hidden;
}

.case_text h3 {
  margin: 15px 0px 15px 0px;
  color: #000000;

}

.case_text div>span {
  margin: 0;
}

.case_text>span {
  margin: 0;
}

/*下载app*/
.down_box {
  width: 100%;
  position: fixed;
  bottom: -5px;
  z-index: 1000;
}

.app_down {
  width: 100%;
  height: 1.4rem;
  background: #fff;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.app_close {
  position: relative;
  width: 20px;
  left: 95%;
  display: block;
}

.app_down div {}

.app_down div p:nth-child(1) {
  font-size: 0.28rem;
  color: #333333;
}

.app_down div p:nth-child(2) {
  font-size: 12px;
  color: #333333;
  margin-top: 10px;
}

.app_down .down_logo {
  width: 0.8rem;
}

.app_down .down_btn {
  width: 2rem;
  height: 0.8rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background: #CD2B1E;
  border-radius: 0.6rem;
  text-align: center;
  line-height: 0.8rem;
}

.app_down .down_btn a {
  color: #fff;
}

/*.blur{
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 120px;
    background: rgba(232,232,232,0.9);
    -webkit-filter: blur(0.5px);
    -moz-filter: blur(0.5px);
    -ms-filter: blur(0.5px);
    filter: blur(0.5px);
    z-index: -1;
}*/

.youdan_text table {
  width: 100% !important;
  font-size: 12px !important;
}

.youdan_text table div {
  font-size: 12px !important;
}

/* 投票 */
.choose {
  position: relative;
}

.radio {
  display: block !important;
  font-size: 0.28rem;
}

.choose .radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 15px 0px;
}

.choose .radio input {
  position: absolute;
  left: -9999px;
}

.choose .radio i {
  width: 100%;
  height: 0.8rem !important;
  background: #ffffff;
  display: block;
  text-align: center;
  line-height: 0.8rem !important;
  color: #999999;
  border: 0.02rem solid #999999;
  border-radius: 0.08rem;
  font-style: normal;
  padding: 0 0.5rem;
  box-sizing: border-box;
}

.choose .radio input:checked+i {
  width: 100%;
  height: 0.8rem;
  background: #0BCC9C;
  display: block;
  text-align: center;
  line-height: 0.8rem;
  color: #ffffff;
  border: 0.02rem solid #0BCC9C;
  border-radius: 0.08rem;
}

/*.tou_radio {*/
/*display: none;*/
/*}*/

.over_head {
  width: 4rem;
  height: 0.3rem;
  background: #eeeeee;
  border-radius: 20px;
  float: left;
  top: 2px;
  position: relative;
}

.tou_over {
  color: #999999;
  /*display: none;*/
  font-size: 0.28rem;
}

.tou_check {
  color: #999999;
  display: block;
}

.tou_check span {
  padding-left: 5px;
  font-weight: normal;
}

.tou_over normal {
  color: #0BCC9C !important;
}

.div-checked label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
}

/**
								   * 按钮透明
								   * @type {String}
								  */
.div-checked input[type="checkbox"] {
  opacity: 0;
}

/**
								   * checkbox选中样式
								   * @type {String}
								   */
.div-checked input[type="checkbox"]:checked+i {
  background: #0BCC9C;
  color: #FFFFFF;
  border: 1px solid #0BCC9C;
}

/**
								   * i标签的大小
								   */
.div-checked i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #999999;
  text-align: center;
  font-size: 0.28rem;
  color: #999999;
  border-radius: 0.08rem;
  font-style: normal;
}

/**
								   * 对勾√效果，使用border
								   * @type {[type]}
								   */

.div-checked span:after {
  opacity: 1;
  position: absolute;
  width: 5px;
  height: 15px;
  background: transparent;
  top: 10px;
  right: 5px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

/**
								   * 选中状态，span(三角形)样式
								   * @type {String}
								   */
.div-checked input[type="checkbox"]:checked+i+span {
  width: 0px;
  height: 0px;
  border-color: blue transparent;
  border-width: 0px 0px 30px 30px;
  border-style: solid;
  position: absolute;
  right: -1px;
  top: 10px;
  opacity: 1;
}

.tou {
  width: 100%;
  font-size: 0.28rem;
  color: #999999;
  background: #f8f8f8;
  border: 0px;
  border-radius: 4px;
  margin-bottom: 10px;
  height: 0.8rem;
  display: block;
}

.a_00 {
  margin: 0 auto;
  display: inline-block !important;
}

.relog_a a {
  font-size: 0.28rem !important;
  display: inline-block !important;
  color: #666666 !important;
  font-weight: bold;
}

.navs a {
  border-bottom: 1px solid #EEEEEE;
  margin: 0 0.8rem;
  padding: 0.34rem 0.34rem;
}

.navs {
  margin-top: 0.6rem;
}

.info_guan {
  font-size: 0.28rem;
  padding: 0 20px;
  font-weight: bold;
}

.info_guan span {
  float: left;
}

.info_guan span:nth-of-type(1) {
  color: #999999;
}

.info_guan span:not(:first-of-type) {
  color: #2A8AE8;
  padding-left: 0.2rem;
}

.zanNum {
  font-size: 0.24rem;
  color: #999;
  float: left;
}

.pinglunSCD {
  font-size: 0.24rem;
  color: #999;
  float: left;
  padding: 0 0.04rem;
}

.pinglunPicNum {
  font-size: 0.24rem;
  color: #999;
  float: left;
}

.pinglunSCN {
  font-size: 0.24rem;
  color: #999;
  float: left;
}

.end_p {
  font-size: 0.2rem;
  color: #999999;
  width: 5.7rem;
  text-align: center;
  margin: 0 auto;
  line-height: 0.32rem;
  padding-top: 0.4rem;
}

.toupiao_all {
  padding: 0 0.4rem;
  color: #333333;
}

.agent {
  padding: 0 0.5rem;
}

.newp {
  height: 0.5rem !important;
  font-size: 0.34rem !important;
  line-height: 0.5rem !important;
  color: #333 !important;
  font-weight: 600;
}

.abouttext2 {
  border-bottom: 0.01rem solid #eeeeee;
  overflow: hidden;
  position: relative;
}

.agent p {
  margin-bottom: 0px !important;
  float: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 0.28rem;
  font-size: 0.3rem;
  line-height: 0.28rem;
  color: #333333;
  font-weight: bold;
}

.abouttext a {
  color: #2A8AE8 !important;
}

.abouttext1 a {
  color: #2A8AE8 !important;
}

.abouttext4 a {
  color: #2A8AE8 !important;
  margin-left: 0.1rem;
}

.pr {
  padding: 0rem 0.42rem !important;
  background: #F8F8F8;
  border-radius: 0.3rem;
  color: #2A8AE8 !important;
  font-size: 0.28rem;
  font-weight: normal;
  float: right;
  margin: 0.2rem 0rem;
  height: 0.57rem;
  line-height: 0.57rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pr1 {
  padding: 0.1rem 0.42rem !important;
  background: #FFFFFF;
  border-radius: 0.3rem;
  color: #666666 !important;
  font-size: 0.28rem;
  border: 0.02rem solid #E4E4E4;
  float: right;
  margin: 0.2rem 0rem;
  max-width: 5rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pr2 {
  padding: 0rem 0.42rem !important;
  background: #F8F8F8;
  border-radius: 0.3rem;
  color: #2A8AE8 !important;
  font-size: 0.28rem;
  font-weight: normal;
  float: right;
  margin: 0.2rem 0;
  height: 0.57rem;
  line-height: 0.57rem;
}

.abouttext {
  border-bottom: 0.01rem solid #eeeeee;
  overflow: hidden;
  position: relative;
}

.abouttextpin {
  border-bottom: 0.01rem solid #eeeeee;
  overflow: hidden;
  position: relative;
}

.abouttext1 {
  border-bottom: 0.01rem solid #eeeeee;
  overflow: hidden;
  position: relative;
}

.abouttext3 {
  border-bottom: 0.01rem solid #eeeeee;
  overflow: hidden;
  position: relative;
}

.abouttext4 {
  border-bottom: 0.01rem solid #eeeeee;
  overflow: hidden;
  position: relative;
}

.numPingFen {
  height: 0.4rem !important;
  width: 1rem;
  background: linear-gradient(to right, #FFE000, #FFBA00);
  font-size: 0.24rem !important;
  line-height: 0.4rem !important;
  color: #ffffff;
  text-align: center;
  border-radius: 0.05rem;
  float: left;
  font-weight: 600;
}

.zan_new {
  width: 5.2rem;
  height: 0.72rem;
  display: inline-block;
  margin: 0 auto;
  background: url("../images/info_zan.png") no-repeat center left 1.5rem, #CD2B1E;
  font-size: 0.28rem;
  color: #FFFFFF;
  background-size: 0.28rem;
  text-align: center;
  line-height: 0.72rem !important;
}

.zan_new1 {
  width: 5.2rem;
  height: 0.72rem;
  display: inline-block;
  margin: 0 auto;
  background: url("../images/info_zan1.png") no-repeat center left 1.5rem, #D8D8D8;
  font-size: 0.28rem;
  color: #333333;
  background-size: 0.28rem;
  text-align: center;
  line-height: 0.72rem;
}

.start_all111 {
  /* position: absolute;
     bottom: 0;
     left: 0;
     right: 0; */
}

.start_login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 2rem;
  background: #fff;
  width: 100%;
  box-shadow: 0px -20px 20px 0px #fff;
}

.start_login span:nth-of-type(1) {
  font-size: 0.28rem;
  color: #999;
  margin-bottom: 0.1rem;
}

.start_deng {
  font-size: 0.28rem;
  color: #fff;
  width: 6rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.4rem;
  background: #CD2B1E;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.start_hui {
  font-size: 0.28rem;
  color: #333 !important;
  width: 6rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.4rem;
  background: #f3d17a;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.per_guan {
  width: 1.2rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem !important;
  color: #fff !important;
  background: #CD2B1E;
  border-radius: 0.08rem;
  position: absolute;
  right: 0;
}

.per_guan1 {
  width: 1.2rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem !important;
  color: #999 !important;
  background: #eeeeee;
  border-radius: 0.08rem;
  position: absolute;
  right: 0;
}

.swiper_guan {
  display: none;
}

.swiper_get {
  display: flex;
  justify-content: space-between;
  color: #999;
  align-items: center;
  padding: 0 0.5rem;
  margin-bottom: 0.25rem;
}

.swiper-container {
  /* width: 100%;
    height: 100%; */
  overflow: inherit;
}

/* .swiper-wrapper {
    height: 4.4rem;
    display: flex;
    align-items: center;
    margin: 0rem 0.24rem !important;
} */
.close_guan {
  width: 0.32rem !important;
  position: absolute;
  height: 0.32rem !important;
  top: 0.32rem;
  right: 0.32rem;
}

/* .swiper-slide span:nth-of-type(1) {
    font-size: 0.3rem;
    color: #333;
    font-weight: bold;
    margin: 0.2rem 0;
}
.swiper-slide span:nth-of-type(2) {
    font-size: 0.24rem;
    color: #999;
    margin-bottom: 0.4rem;
}
.swiper-slide span:nth-of-type(3) {
    width: 1.2rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    background: #CD2B1E;
    border-radius: 0.08rem;
    font-size: 0.24rem;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0.04rem 0.12rem 0 #E7E7E7;
    height: 4rem;
    width: 3rem;
    position: relative;
} */
#tmpVedio0 {
  width: 100%;
  height: auto !important;
}

#list1 {
  width: auto !important;
}

.start_img1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.2rem !important;
  width: 0.28rem;
}

.pdf_main {
  display: flex;
  flex-direction: column;
}

.pdf_div {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
  border: 1px solid #EEEEEE;
  padding: 0.4rem;
  align-items: center;
}

.pdf_img01 {
  width: 0.6rem;
  height: 0.72rem;
}

.pdf_div_01 {
  margin-left: 0.2rem;
  overflow: hidden;
  flex: 1;
  line-height: normal !important;
}

.pdf_div_01 div img {
  width: 1.18rem;
  height: 0.32rem !important;
  margin-right: 0.2rem;
}

.pdf_div_01 p {
  font-size: 0.28rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 !important;
  font-weight: bold;
  color: #333 !important;
}

.pdf_div_01 div span {
  font-size: 0.2rem;
  color: #999999;
  line-height: normal !important;
}

.pdf_div_01 div {
  display: flex;
  align-items: center;
}